/*
* Paas IT v0.1.1
* Copyright 2021, Wouter Paas
* https://paasit.nl;
*/

/* Inhoudsopgave
––––––––––––––––––––––––––––––––––––––––––––––––––
- Font
- Font awesome
- Base Styles
- Grid
- Typography
- Links
- Colors
- Buttons
- Tables
- Lists
- Spacing
- Utilities
- Mobile / Responsive
*/

/* Base Styles
––––––––––––––––––––––––––––––––––––––––––––––––––
*/
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/montserrat/montserrat-v15-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('../fonts/montserrat/montserrat-v15-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/montserrat/montserrat-v15-latin-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/montserrat/montserrat-v15-latin-regular.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/montserrat/montserrat-v15-latin-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/montserrat/montserrat-v15-latin-regular.svg#Montserrat') format('svg');
    /* Legacy iOS */
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/montserrat/montserrat-v15-latin-500.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('../fonts/montserrat/montserrat-v15-latin-500.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/montserrat/montserrat-v15-latin-500.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/montserrat/montserrat-v15-latin-500.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/montserrat/montserrat-v15-latin-500.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/montserrat/montserrat-v15-latin-500.svg#Montserrat') format('svg');
    /* Legacy iOS */
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/montserrat/montserrat-v15-latin-600.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('../fonts/montserrat/montserrat-v15-latin-600.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/montserrat/montserrat-v15-latin-600.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/montserrat/montserrat-v15-latin-600.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/montserrat/montserrat-v15-latin-600.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/montserrat/montserrat-v15-latin-600.svg#Montserrat') format('svg');
    /* Legacy iOS */
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/montserrat/montserrat-v15-latin-700.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('../fonts/montserrat/montserrat-v15-latin-700.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/montserrat/montserrat-v15-latin-700.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/montserrat/montserrat-v15-latin-700.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/montserrat/montserrat-v15-latin-700.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/montserrat/montserrat-v15-latin-700.svg#Montserrat') format('svg');
    /* Legacy iOS */
}

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/font-awesome/fa-brands-400.eot");
  src: url("../fonts/font-awesome/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/font-awesome/fa-brands-400.woff2") format("woff2"), url("../fonts/font-awesome/fa-brands-400.woff") format("woff"), url("../fonts/font-awesome/fa-brands-400.ttf") format("truetype"), url("../fonts/font-awesome/fa-brands-400.svg#fontawesome") format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/font-awesome/fa-regular-400.eot");
  src: url("../fonts/font-awesome/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/font-awesome/fa-regular-400.woff2") format("woff2"), url("../fonts/font-awesome/fa-regular-400.woff") format("woff"), url("../fonts/font-awesome/fa-regular-400.ttf") format("truetype"), url("../fonts/font-awesome/fa-regular-400.svg#fontawesome") format("svg"); }

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/font-awesome/fa-solid-900.eot");
  src: url("../fonts/font-awesome/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/font-awesome/fa-solid-900.woff2") format("woff2"), url("../fonts/font-awesome/fa-solid-900.woff") format("woff"), url("../fonts/font-awesome/fa-solid-900.ttf") format("truetype"), url("../fonts/font-awesome/fa-solid-900.svg#fontawesome") format("svg"); }


/* Font awesome
––––––––––––––––––––––––––––––––––––––––––––––––––
*/
.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }

.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-store:before {
  content: "\f54e"; }

.fa-network-wired:before {
  content: "\f6ff"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-map-marked-alt:before {
  content: "\f5a0"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-grin:before {
  content: "\f580"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-user-shield:before {
  content: "\f505"; }

.fa-headset:before {
  content: "\f590"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-clock:before {
  content: "\f017"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-server:before {
  content: "\f233"; }

.fa-phone:before {
  content: "\f095"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-home:before {
  content: "\f015"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-times-circle:before {
  content: "\f057"; }


/* Base Styles
––––––––––––––––––––––––––––––––––––––––––––––––––
*/
*,
::after,
::before {
    box-sizing: border-box;
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
}

body {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #333;
    background-color: #f9fef8;
    margin: 0;
    text-align: left;
    letter-spacing: 0.1px;
}

header,
section,
footer {
    display: block;
}

/* Grid
––––––––––––––––––––––––––––––––––––––––––––––––––
*/
.background {
    width: 100%;
}

.container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}

.row {
    padding: 0 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.width-100,
.width-2,
.width-3,
.width-4,
.width-5,
.width-6,
.width-7,
.width-8,
.width-9,
.width-10,
.width-12 {
    position: relative;
    width: 100%;
}

.width-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.width-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.width-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.width-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.width-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.width-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.width-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.width-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.width-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.width-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

/* Typography
––––––––––––––––––––––––––––––––––––––––––––––––––
*/
h1,
h2,
h3,
h4,
h5 {
    color: #94b933;
    font-weight: 700;
    letter-spacing: 1px;
}

h1 {
    font-size: 50px;
    margin: 0 0 20px;
}

h2 {
    font-size: 35px;
    margin: 0 0 15px;
}

h3 {
    font-size: 25px;
    margin: 0 0 15px;
}

h4 {
    font-size: 20px;
    margin: 0 0 10px;
}

h5 {
    font-size: 15px;
    margin: 5px;
}

p {
    margin: 0
}

.fs-12 {
    font-size: 12px;
}

.fs-13 {
    font-size: 13px;
}

.fs-14 {
    font-size: 14px;
}

.fs-15 {
    font-size: 15px;
}

.fs-16 {
    font-size: 16px;
}

.fs-17 {
    font-size: 17px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-21 {
    font-size: 21px;
}

.fs-22 {
    font-size: 22px;
}

.fs-23 {
    font-size: 23px;
}

.fs-25 {
    font-size: 25px;
}

.fs-26 {
    font-size: 26px;
}

.fs-30 {
    font-size: 30px;
}

.fs-35 {
    font-size: 35px;
}

.fw-5 {
    font-weight: 500;
}

.fw-6 {
    font-weight: 600;
}

.fw-7 {
    font-weight: 700;
}

.uppercase {
    text-transform: uppercase;
}

.ttfn {
    text-transform: none;
}

.underline {
    text-decoration: underline;
}

.tdn:hover {
    text-decoration: none;
}


/* Links
––––––––––––––––––––––––––––––––––––––––––––––––––
*/
a {
    cursor: pointer;
    text-decoration: none;
    color: #333333;
}

a:hover {
    text-decoration: underline;
    transition: all 0.1s ease 0s;
}

.button-primary a:hover,
.button-secundary a:hover,
.button-thirdary a:hover {
    text-decoration: none;
}


/* Colors
––––––––––––––––––––––––––––––––––––––––––––––––––
*/
.white {
    color: #f9fef8;
}

.light-grey {
    color: #e6e6e6;
}

.grey {
    color: #cccccc;
}

.dark-grey {
    color: #6c757d;
}

.darker-grey {
    color: #3c3c3c;
}

.lighter-green {
    color: #c9dc99;
}

.light-green {
    color: #b4ce70;
}

.green {
    color: #94b933;
}

.dark-green {
    color: #678123;
}

.darker-green {
    color: #111406;
}

.black {
    color: #333333;
}

.red {
    color: #b93333;
}

.yellow {
    color: #ffde34;
}

.bg-white {
    background-color: #ffffff;
}

.bg-light-grey {
    background-color: #e6e6e6;
}

.bg-grey {
    background-color: #cccccc;
}

.bg-lightest-green {
    background-color: #DEEAC1;
}

.bg-lighter-green {
    background-color: #c9dc99;
}

.bg-light-green {
    background-color: #b4ce70;
}

.bg-green {
    background-color: #94b933;
}

.bg-dark-green {
    background-color: #678123;
}

.bg-darker-green {
    background-color: #111406;
}

.bg-black {
    background-color: #333333;
}

.hover-green:hover {
    color: #94b933 !important;
    text-decoration: none;
    transition: all 0.1s ease 0s;
}

.hover-background:hover {
    background-color: #f8f9fa;
}

/* Buttons
––––––––––––––––––––––––––––––––––––––––––––––––––
*/
.button-primary {
    color: #94b933;
    background-color: transparent;
    border: 2px solid #94b933;
    font-size: 16px;
    padding: 8px 25px;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.3px;
    white-space: nowrap;
    border-radius: 1px;
    cursor: pointer;
}

.button-primary:focus,
.button-primary:hover {
    color: #f9fef8;
    border-color: #94b933;
    background-color: #94b933;
    transition: all 0.1s ease 0s;
}

.button-secondary {
    color: #f9fef8;
    background-color: transparent;
    border: 2px solid #f9fef8;
    font-size: 16px;
    padding: 8px 25px;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.3px;
    white-space: nowrap;
    border-radius: 1px;
    cursor: pointer;
}

.button-secondary:hover,
.button-secondary:focus {
    color: #94b933;
    border-color: #f9fef8;
    background-color: #f9fef8;
    transition: all 0.1s ease 0s;
}

.button-thirdary {
    color: #b4ce70;
    background-color: transparent;
    border: 1.5px solid #b4ce70;
    padding: 7px 18px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.2px;
    white-space: nowrap;
    border-radius: 1px;
    cursor: pointer;
}

.button-thirdary:hover,
.button-thirdary:focus {
    color: #f9fef8;
    border-color: #b4ce70;
    background-color: #b4ce70;
    transition: all 0.1s ease 0s;
}

.button-bestellen {
    color: #ffffff;
    background-color: #2D85A6;
    border: 1.5px solid #2D85A6;
    padding: 7px 18px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.2px;
    white-space: nowrap;
    border-radius: 1px;
    cursor: pointer;
}

.button-bestellen:hover,
.button-bestellen:focus {
    color: #f9fef8;
    border-color: #236781;
    background-color: #236781;
    transition: all 0.1s ease 0s;
}


/* Tables
––––––––––––––––––––––––––––––––––––––––––––––––––
*/
table {
    table-layout: fixed;
    width: 100%;
    border-spacing: 0;
    margin-bottom: 30px;
}

tr:nth-of-type(even) {
    background-color: #F4F8EA;
}

th {
    text-align: left;
    padding: 40px 0 20px;
}

td {
    width: 25%;
    padding: 15px 35px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-radius: 5px;
}

td.bold {
    font-weight: 700;
}

td:first-child {
    text-align: left;
    border-left: 1px solid #ccc;
    font-size: 16px;
    padding-left: 15px;
    letter-spacing: 0.5px;
    font-weight: 700;
}

.domeinen td:first-child {
    text-align: center;
}

.top-row td {
    border-top: 1px solid #ccc;
}

.header-row {
    background-color: #C9DC99;
    border-radius: 5px;
    margin: 0;
    padding: 15px;
    color: #333;
}

/* Lists
––––––––––––––––––––––––––––––––––––––––––––––––––
*/
ul {
    display: block;
    list-style-type: disc;
    margin: 0;
    padding-left: 15px;
    list-style-position: inside;
}

li {
    display: list-item;
    text-align: left;
    margin: 3px 0;
}


/* Spacing
––––––––––––––––––––––––––––––––––––––––––––––––––
*/
.m-10 {
    margin: 10px;
}

.mt-a {
    margin-top: auto;
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-40 {
    margin-top: 40px;
}

.mr-a {
    margin-right: auto;
}

.mr-5 {
    margin-right: 5px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-25 {
    margin-right: 25px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-35 {
    margin-right: 35px;
}

.mr-40 {
    margin-right: 40px;
}

.mb-a {
    margin-bottom: auto;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-60 {
    margin-bottom: 60px;
}

.ml-a {
    margin-left: auto;
}

.ml-5 {
    margin-left: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-25 {
    margin-left: 25px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-35 {
    margin-left: 35px;
}

.ml-40 {
    margin-left: 40px;
}

.p-7 {
    padding: 7px;
}

.p-10 {
    padding: 10px;
}

.p-12 {
    padding: 12px;
}

.p-15 {
    padding: 15px;
}

.p-18 {
    padding: 18px;
}

.p-20 {
    padding: 20px;
}

.p-30 {
    padding: 30px;
}

.p-40 {
    padding: 40px;
}

.pt-5 {
    padding-top: 5px;
}

.pt-7 {
    padding-top: 7px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-35 {
    padding-top: 35px;
}

.pt-40 {
    padding-top: 40px;
}

.pr-5 {
    padding-right: 5px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-25 {
    padding-right: 25px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-35 {
    padding-right: 35px;
}

.pr-40 {
    padding-right: 40px;
}

.pb-5 {
    padding-bottom: 5px;
}

.pb-7 {
    padding-bottom: 7px;
}

.pb-9 {
    padding-bottom: 9px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-35 {
    padding-bottom: 35px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pl-5 {
    padding-left: 5px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-25 {
    padding-left: 25px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-35 {
    padding-left: 35px;
}

.pl-40 {
    padding-left: 40px;
}

.ta-l {
    text-align: left;
}

.ta-c {
    text-align: center;
}

.ta-r {
    text-align: right;
}

.ls-03 {
    letter-spacing: 0.3px;
}

.ls-05 {
    letter-spacing: 0.5px;
}

.ls-1 {
    letter-spacing: 1px;
}

.ls-15 {
    letter-spacing: 1.5px;
}

.lh-0 {
    line-height: 0;
}

.lh-1 {
    line-height: 1;
}

.lh-15 {
    line-height: 1.5;
}

.lh-2 {
    line-height: 2;
}

.br-5 {
    border-radius: 5px;
}

.br-10 {
    border-radius: 10px;
}

.radius-top {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.radius-bottom {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

/* Utilities
––––––––––––––––––––––––––––––––––––––––––––––––––
*/
.db {
    display: block;
}

.dib {
    display: inline-block;
}

.df {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

.df-nw {
    display: -ms-flexbox;
    display: flex;
}

.jf {
    justify-content: space-between;
}

.jffe {
    justify-content: flex-end;
}

.jfse {
    justify-content: space-evenly;
}

.ai-c {
    align-items: center;
}

.pr {
    position: relative;
}

.shadow {
    box-shadow: 0 7px 14px rgba(0, 0, 0, 0.15);
}

.icon {
    color: #94b933;
}

.button-primary:hover .icon {
    color: #f9fef8;
    transition: all 0.1s ease 0s;
}

.button-secundary:hover .icon {
    color: #94b933;
    transition: all 0.1s ease 0s;
}

.button-thirdary:hover .icon {
    color: #f9fef8;
    transition: all 0.1s ease 0s;
}

.button-primary:hover a {
    color: #f9fef8;
    transition: all 0.1s ease 0s;
}

.button-secundary:hover a {
    color: #94b933;
    transition: all 0.1s ease 0s;
}

.button-thirdary:hover a {
    color: #f9fef8;
    transition: all 0.1s ease 0s;
}

.mobile-menu,
.phablet {
    display: none;
}

/*
Specific borders
*/
section .container.content h2:after,
section .container.solutions h2:after,
section .about .container h2:after,
section .domeinen.container h2:after,
section .container.vergelijken h2:after,
section .container.voordelen h2:after {
    background-color: #94b933;
    content: '';
    margin: 15px auto 10px auto;
    display: block;
    width: 200px;
    height: 3px;
}

footer .container.top {
    border-bottom: 1.5px solid #ccc;
}

/*
Dropdown Menu
*/
.dropdown {
    display: none;
}

.dropdown-hover:hover .dropdown {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    z-index: 99;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    border-top: 2px solid #94b933;
    margin-top: 20px;
    left: -25px;
}

.dropdown-hover:hover .dropdown.contact {
    right: 90px;
    left: unset;
}

.dropdown-menu-border {
    border-right: 1.5px solid #ccc;
}


/*
breadcrumbs
*/
.breadcrumbs {
    background: url(../images/home.webp);
    background-size: cover;
    background-position: center center;
    position: relative;
}

.breadcrumbs:before,
.homepage-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.1));
    display: block;
}

/*
Quote
*/
.quote {
    background: url(../images/home.webp);
    background-size: cover;
    position: relative;
    background-position: 50% 50%;
}

.quote:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ' ';
    opacity: .9;
    background: #94b933;
}

/*
Homepage
*/
.homepage-wrapper {
    background: url(../images/home.webp);
    position: relative;
    min-height: 600px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    background-position: 50% 50%;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.homepage-wrapper .container {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.content .text-block {
    min-height: 57px;
}

.solution-block {
    max-width: 25%;
}

.solution-block h3 {
    min-height: 60px;
}
.readmore-button {
    color:#586F1E;
    border-color:#586F1E;
}
.readmore-button:focus,
.readmore-button:hover {
    color:#ffffff;
    background-color:#586F1E;
    border-color:#586F1E;
}

.contact textarea,
.contact input {
    background-clip: padding-box;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}


/*
Mobile Menu
*/
.hamburger-menu {
    text-align: end;
    position: relative;
}

.hamburger-menu-content {
    display: none;
    position: absolute;
    z-index: 99;
    right: 0;
    top: 60px;
}

.hamburger-menu:hover .hamburger-menu-content {
    display: block;
}

.mobile-menu-delimiter {
    border-bottom: 2px solid #94b933;
}

@media only screen and (max-width: 1200px) {
    .solution-block {
        max-width: 20%;
        padding: 0;
    }

    header .desktop-menu {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1000px) {

    .miniblocks,
    .meest-gekozen,
    .copyright-link,
    header .desktop-menu {
        display: none;
    }

    table .phablet {
        display: table-row;
    }

    header .mobile-menu {
        display: block;
    }

    .top-row td {
        border-top: 0;
    }

    .radius-top {
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .radius-bottom {
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
    }

    .table-responsive {
        overflow: scroll;
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

    .solution-block {
        max-width: 20%;
        padding: 0;
    }

    footer h3 {
        margin-top: 20px;
    }

    .copyright {
        justify-content: flex-start;
    }

    .copyright a {
        margin-right: 15px;
    }

    .width-3,
    .width-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    header .row .width-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    header .row .width-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
}

.contact .row .width-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

@media only screen and (max-width: 769px) {

    .solution-block {
        max-width: 100%;
        margin: 20px auto;
    }

    .contact .row .width-4,
    .contact .row .width-7,
    .width-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .maincontent {
        flex-direction: column-reverse;
    }

    .hamburger-menu-content {
        min-width: 450px;
        max-width: 450px;
    }

    .top-header .width-3 {
        display: none;
    }

    .top-header .width-9 {
        min-width: 100%;
        max-width: 100%;
        padding: 0;
        justify-content: space-around;
    }

    .top-header .width-9 a:first-child,
    .top-header .width-9 span {
        margin-bottom: 7px;
    }

    .quote .row .width-7 {
        min-width: 100%;
        max-width: 100%;
    }

    .quote .row .width-5 {
        min-width: 100%;
        max-width: 100%;
        text-align: left;
        margin-top: 15px;
    }

    .voordelen .intro-tekst {
        margin: 0 10px 30px;
    }

    .homepage-wrapper .width-8 {
        min-width: 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 481px) {
    .hamburger-menu-content {
        min-width: 350px;
        max-width: 350px;
    }

    footer .width-7,
    footer .width-5 {
        min-width: 100%;
        max-width: 100%;
        text-align: center;
        margin-top: 15px;
        justify-content: center;
    }

    .copyright-container {
        padding-top: 15px;
    }

    .voordelen .row .pr-40 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .content .width-4 .p-40 {
        padding: 40px 15px;
    }

    .breadcrumbs p.width-8,
    .content .row>.width-8 {
        min-width: 100%;
        max-width: 100%;
    }

    h1 {
        font-size: 45px;
    }

    h2 {
        font-size: 33px;
    }
}

@media only screen and (max-width: 320px) {
    .hamburger-menu-content {
        min-width: 300px;
        max-width: 300px;
    }

    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 30px;
    }
}
