﻿/* ==========================================================================
  CSS Reset
  ========================================================================== */
@font-face {
  font-family: "Unbounded";
  src: url("/Resources/fonts/Unbounded-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Unbounded";
  src: url("/Resources/fonts/Unbounded-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Unbounded";
  src: url("/Resources/fonts/Unbounded-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Unbounded";
  src: url("/Resources/fonts/Unbounded-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Unbounded";
  src: url("/Resources/fonts/Unbounded-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/Resources/fonts/fa-regular-400.eot);
  src: url(/Resources/fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(/Resources/fonts/fa-regular-400.woff2) format("woff2"), url(/Resources/fonts/fa-regular-400.woff) format("woff"), url(/Resources/fonts/fa-regular-400.ttf) format("truetype"), url(/Resources/fonts/fa-regular-400.svg#fontawesome) format("svg");
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url(/Resources/fonts/fa-brands-400.eot);
  src: url(/Resources/fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(/Resources/fonts/fa-brands-400.woff2) format("woff2"), url(/Resources/fonts/fa-brands-400.woff) format("woff"), url(/Resources/fonts/fa-brands-400.ttf) format("truetype"), url(/Resources/fonts/fa-brands-400.svg#fontawesome) format("svg");
}
.fa, .fab, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.far {
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/Resources/fonts/fa-solid-900.eot);
  src: url(/Resources/fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(/Resources/fonts/fa-solid-900.woff2) format("woff2"), url(/Resources/fonts/fa-solid-900.woff) format("woff"), url(/Resources/fonts/fa-solid-900.ttf) format("truetype"), url(/Resources/fonts/fa-solid-900.svg#fontawesome) format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
}

.fa, .far, .fas {
  font-family: "Font Awesome 5 Free";
}

.fa, .fas {
  font-weight: 900;
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-phone:before {
  content: "\f095";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-tiktok:before {
  content: "\e07b";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-times:before {
  content: "\f00d";
}

.fa-cookie-bite:before {
  content: "\f563";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-user:before {
  content: "\f007";
}

.fa-star:before {
  content: "\f005";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-fish:before {
  content: "\f578";
}

.fa-pepper-hot:before {
  content: "\f816";
}

.fa-pepper-hot:before {
  content: "\f810";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-heart:before {
  content: "\f004";
}

.fa-clock:before {
  content: "\f017";
}

.fa-cocktail:before {
  content: "\f561";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.checkbox {
  padding: 0px !important;
  margin: 0 !important;
}
.checkbox input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.checkbox input:checked + label:after {
  opacity: 1 !important;
  visibility: visible !important;
}
.checkbox label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  margin-bottom: 0;
}
.checkbox label a {
  color: #1b7db1;
  text-decoration: underline;
}
.checkbox label:after {
  content: "\f00c" !important;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 4px;
  font-size: 16px;
  line-height: initial;
  top: 3px;
  margin-left: 0;
  opacity: 0;
  visibility: hidden;
  color: #1b7db1;
}
.checkbox label:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 23px;
  height: 23px;
  left: 0;
  border-radius: 0;
  background-color: transparent;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  border: #1b7db1 1px solid;
  color: #000;
  border-radius: 5px;
}

.radio {
  padding: 0px !important;
}
.radio input {
  opacity: 0;
  visibility: hidden;
  display: none;
}
.radio input[type=radio]:checked + label::before {
  background: #D31447 !important;
}
.radio label {
  position: relative;
  padding-left: 35px;
  margin: 0px;
  margin-bottom: 10px !important;
  text-align: left !important;
  cursor: pointer;
  color: #939393;
  font-weight: 500 !important;
  font-size: 14px;
}
.radio label:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 15px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  border: 1px solid #4B4B4B;
  border-radius: 50%;
  background-color: #fff;
}

/*.checkbox {
    padding-left: 20px;

    label {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding-left: 5px;

        &::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 20px;
            height: 20px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #000;
            border-radius: 0;
            background-color: #fff;
            -webkit-transition: border .15s ease-in-out,color .15s ease-in-out;
            -o-transition: border .15s ease-in-out,color .15s ease-in-out;
            transition: border .15s ease-in-out,color .15s ease-in-out;
        }

        &::after {
            display: inline-block;
            position: absolute;
            width: 16px;
            height: 16px;
            left: 0;
            top: 0;
            margin-left: -20px;
            padding-left: 3px;
            padding-top: 1px;
            font-size: 13px;
            color: #e6265e;
        }
    }

    &.has-success label::after {
        display: inline-block;
        position: absolute;
        width: 16px;
        height: 16px;
        left: 0;
        top: 0;
        margin-left: -20px;
        padding-left: 3px;
        padding-top: 1px;
        font-size: 13px;
        color: #e6265e;
    }

    input {
        &[type=checkbox],
        &[type="radio"] {
            opacity: 0;
            z-index: 1;
        }

        &[type="checkbox"]:focus + label::before, &[type="radio"]:focus + label::before {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        /*&[type="checkbox"]:checked + label::after {
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            content: "\f004";
        }
    }

    /*&.has-success label::after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f004";
    }

    input {
        &[type="radio"]:checked + label::after {
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            content: "\f004";
        }

        &[type="checkbox"]:disabled + label, &[type="radio"]:disabled + label {
            opacity: 0.65;
        }

        &[type="checkbox"]:disabled + label::before, &[type="radio"]:disabled + label::before {
            background-color: #eeeeee;
            cursor: not-allowed;
        }
    }

    &.checkbox-circle label::before {
        border-radius: 50%;
    }

    &.checkbox-inline {
        margin-top: 0;
    }
}

.checkbox-primary input {
    &[type="checkbox"]:checked + label::before, &[type="radio"]:checked + label::before {
        background-color: #fff;
        border-color: #fff;
    }

    &[type="checkbox"]:checked + label::after, &[type="radio"]:checked + label::after {
        color: #fff;
    }
}

.checkbox-danger input {
    &[type="checkbox"]:checked + label::before, &[type="radio"]:checked + label::before {
        background-color: #d9534f;
        border-color: #d9534f;
    }

    &[type="checkbox"]:checked + label::after, &[type="radio"]:checked + label::after {
        color: #fff;
    }
}

.checkbox-info input {
    &[type="checkbox"]:checked + label::before, &[type="radio"]:checked + label::before {
        background-color: #5bc0de;
        border-color: #5bc0de;
    }

    &[type="checkbox"]:checked + label::after, &[type="radio"]:checked + label::after {
        color: #fff;
    }
}

.checkbox-warning input {
    &[type="checkbox"]:checked + label::before, &[type="radio"]:checked + label::before {
        background-color: #f0ad4e;
        border-color: #f0ad4e;
    }

    &[type="checkbox"]:checked + label::after, &[type="radio"]:checked + label::after {
        color: #fff;
    }
}

.checkbox-success input {
    &[type="checkbox"]:checked + label::before, &[type="radio"]:checked + label::before {
        background-color: #5cb85c;
        border-color: #5cb85c;
    }

    &[type="checkbox"]:checked + label::after, &[type="radio"]:checked + label::after {
        color: #fff;
    }
}

.radio {
    padding-left: 20px;

    label {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding-left: 5px;

        &::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #cccccc;
            border-radius: 50%;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out;
            transition: border 0.15s ease-in-out;
        }

        &::after {
            display: inline-block;
            position: absolute;
            content: " ";
            width: 11px;
            height: 11px;
            left: 3px;
            top: 3px;
            margin-left: -20px;
            border-radius: 50%;
            background-color: #555555;
            -webkit-transform: scale(0, 0);
            -ms-transform: scale(0, 0);
            -o-transform: scale(0, 0);
            transform: scale(0, 0);
            -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
        }
    }

    input[type="radio"] {
        opacity: 0;
        z-index: 1;

        &:focus + label::before {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        &:checked + label::after {
            -webkit-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            -o-transform: scale(1, 1);
            transform: scale(1, 1);
        }

        &:disabled + label {
            opacity: 0.65;

            &::before {
                cursor: not-allowed;
            }
        }
    }

    &.radio-inline {
        margin-top: 0;
    }
}

.radio-primary input[type="radio"] {
    + label::after {
        background-color: #337ab7;
    }

    &:checked + label {
        &::before {
            border-color: #337ab7;
        }

        &::after {
            background-color: #337ab7;
        }
    }
}

.radio-danger input[type="radio"] {
    + label::after {
        background-color: #d9534f;
    }

    &:checked + label {
        &::before {
            border-color: #d9534f;
        }

        &::after {
            background-color: #d9534f;
        }
    }
}

.radio-info input[type="radio"] {
    + label::after {
        background-color: #5bc0de;
    }

    &:checked + label {
        &::before {
            border-color: #5bc0de;
        }

        &::after {
            background-color: #5bc0de;
        }
    }
}

.radio-warning input[type="radio"] {
    + label::after {
        background-color: #f0ad4e;
    }

    &:checked + label {
        &::before {
            border-color: #f0ad4e;
        }

        &::after {
            background-color: #f0ad4e;
        }
    }
}

.radio-success input[type="radio"] {
    + label::after {
        background-color: #5cb85c;
    }

    &:checked + label {
        &::before {
            border-color: #5cb85c;
        }

        &::after {
            background-color: #5cb85c;
        }
    }
}

input {
    &[type="checkbox"].styled:checked + label:after, &[type="radio"].styled:checked + label:after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f00c";
    }

    &[type="checkbox"] .styled:checked + label::before, &[type="radio"] .styled:checked + label::before, &[type="checkbox"] .styled:checked + label::after, &[type="radio"] .styled:checked + label::after {
        color: #fff;
    }
}

.checkbox-size {
    position: relative;
    z-index: 1;
    padding-left: 0;
    display: inline-block;

    input {
        display: none;
    }

    label::before {
        background-color: #e53069;
        position: absolute;
        margin-left: 0;
        margin-top: -5px;
        left: 50%;
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: -1;
        color: #fff;
        border-radius: 50%;
        height: 40px;
        width: 40px;
        border: 2px solid #e53069;
        transition: border 0.2s ease-in-out;
    }

    input[type="radio"]:checked ~ .checkbox-size label::before {
        border: 1px solid #fff;
    }
}

.Checkbox .form-control-feedback {
    display: none !important;
}*/
.top-header {
  position: fixed;
  top: 0;
  left: 0;
  padding: 10px 25px;
  display: block !important;
  background: #d5f0ff;
  width: 100%;
  z-index: 11;
}
.top-header ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: end;
  color: #fff;
  font-size: 14px;
}
.top-header ul li {
  padding: 0 0 0 25px;
  position: relative;
  /*   &:nth-of-type(1) {
         margin: 0 25px 0 0;

         &:before {
             background-image: url('/Resources/img/phone.svg');
         }
     }

     &:nth-of-type(2) {
         &:before {
             background-image: url('/Resources/img/mail.svg');
         }
     }*/
}
.top-header ul li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  background-size: 15px;
  background-position: center;
  background-repeat: no-repeat;
}
.top-header ul li a {
  color: #1b7db1;
}

/*.offcanvas-menu .has-children {
    &:nth-of-type(1), &:nth-of-type(2) {
        span {
            cursor: default;

            a.dropDown {
                pointer-events: none;
                cursor: default;
            }
        }
    }
}*/
.hamburger {
  position: relative;
  z-index: 3;
  width: 40px;
  height: 25px;
  /*  right: 10px;
  top: 50%;*/
  display: none;
  /*    transform: translateY(-50%);*/
}
.hamburger .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.5);
}
.hamburger #nav-icon2 {
  width: 50px;
  height: 35px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.hamburger #nav-icon2 span {
  display: block;
  position: absolute;
  height: 5px;
  width: 50%;
  background: #fff;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.hamburger #nav-icon2 span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}
.hamburger #nav-icon2 span:nth-child(odd) {
  left: 0px;
  border-radius: 9px 0 0 9px;
}
.hamburger #nav-icon2 span:nth-child(1), .hamburger #nav-icon2 span:nth-child(2) {
  top: 0px;
}
.hamburger #nav-icon2 span:nth-child(3), .hamburger #nav-icon2 span:nth-child(4) {
  top: 18px;
}
.hamburger #nav-icon2 span:nth-child(5), .hamburger #nav-icon2 span:nth-child(6) {
  top: 36px;
}
.hamburger #nav-icon2.open {
  top: 0;
}
.hamburger #nav-icon2.open span {
  background: #fff;
}
.hamburger #nav-icon2.open span:nth-child(1) {
  left: 5px;
  top: 7px;
}
.hamburger #nav-icon2.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px;
}
.hamburger #nav-icon2.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
.hamburger #nav-icon2.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
.hamburger #nav-icon2.open span:nth-child(5) {
  left: 5px;
  top: 29px;
}
.hamburger #nav-icon2.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 29px;
}
.hamburger #nav-icon2.open span:nth-child(1), .hamburger #nav-icon2.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hamburger #nav-icon2.open span:nth-child(2), .hamburger #nav-icon2.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media only screen and (max-width: 1350px) and (min-width: 1200px) {
  .custom-nav .dropdown-desktop:after {
    right: 0 !important;
  }
  header .container-fluid.custom {
    padding: 0px 15px;
  }
  header .offcanvas-menu ul li a {
    padding: 10px 15px !important;
  }
}
@media only screen and (min-width: 1200px) {
  main {
    margin-top: 116px;
  }
  .custom-nav {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    margin-left: auto;
  }
  .custom-nav .dropdown-desktop {
    cursor: pointer;
  }
  .custom-nav .dropdown-desktop:nth-child(5) .offcanvas-submenu {
    min-width: 325px;
  }
  .custom-nav .dropdown-desktop:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
    background-image: url(/Resources/img/arrow.svg);
    width: 10px;
    height: 10px;
    background-size: cover;
  }
  .custom-nav .dropdown-desktop .offcanvas-submenu {
    padding: 20px 0 20px;
    position: absolute;
    top: calc(100% + 5px);
    left: 25px;
    transition: all 0.3s ease-in-out;
    background: #fff;
    width: 100%;
    min-width: 200px;
    opacity: 0;
    visibility: hidden;
    border-radius: 21px;
    border: 1px solid rgb(78, 23, 44);
  }
  .custom-nav .dropdown-desktop .offcanvas-submenu:before {
    content: "";
    position: absolute;
    top: -28px;
    left: 0;
    /*background: url(/Resources/img/figure-ddl.svg);*/
    width: 100%;
    height: 28px;
    background-size: cover;
    background-repeat: no-repeat;
    transform: scale(1, -1);
  }
  .custom-nav .dropdown-desktop .offcanvas-submenu li a {
    color: rgba(46, 11, 26, 0.9);
  }
  .custom-nav .dropdown-desktop .offcanvas-submenu ul b {
    display: block;
    margin-bottom: 10px;
  }
  .custom-nav .dropdown-desktop .offcanvas-submenu ul li a {
    color: rgba(46, 11, 26, 0.9);
  }
  .custom-nav .dropdown-desktop .drop-desk li {
    width: 100%;
  }
  .custom-nav .dropdown-desktop .drop-desk li:hover a {
    font-weight: bold;
  }
  .custom-nav .dropdown-desktop .drop-desk li:hover a:after {
    opacity: 1;
  }
  .custom-nav .dropdown-desktop .drop-desk li a {
    padding: 5px 20px 7px 30px;
    line-height: initial;
    position: relative;
    display: table;
    transition: 0.3s ease-in-out;
    /*  &:after {
        content: '';
        background-image: url('/resources/img/icons/spoon.svg');
        background-repeat: no-repeat;
        width: 25px;
        height: 30px;
        background-size: contain;
        position: absolute;
        top: 5px;
        right: -15px;
        transform: rotate(15deg);
        opacity: 0;
        transition: .3s ease-in-out;
    }*/
  }
  .custom-nav .dropdown-desktop .drop-desk li.back-btn {
    display: none;
  }
  header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    padding: 35px 0;
    background: #fff;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
  }
  header.scroll, header.static {
    padding: 25px 0;
  }
  header .logo {
    display: inline-block;
    position: relative;
    position: relative;
    margin-right: 10px;
  }
  header .logo img {
    max-width: 200px;
    width: 100%;
    height: auto;
  }
  header .container-fluid.custom {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
  }
  header .mobile-show {
    display: none;
  }
  header .right-menu {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    /*   margin-left: auto;*/
    align-items: center;
    position: relative;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  }
  header .right-menu p {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-left: auto;
    align-items: center;
    font-weight: bold;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  }
  header .right-menu .btn-default {
    display: table;
    border: none;
    color: #fff;
    background: #003f31;
    cursor: pointer;
    border-radius: 100px;
    outline: none !important;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    font-weight: 500;
    font-size: 20px;
    position: relative;
    padding: 12px 25px;
    font-family: "Unbounded", serif;
    position: relative;
    color: #cee6c1;
  }
  header .right-menu .btn-default:hover {
    background: #fcaf17;
    color: #003f31;
  }
  header .right-menu .btn-default.loading {
    opacity: 0.6;
    pointer-events: none;
    position: relative;
    padding-left: 40px;
  }
  header .right-menu .btn-default.loading:before {
    content: "\f110" !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
    position: absolute;
    left: 10px;
    background: none;
    transform: none;
    top: initial;
    width: initial;
    height: initial;
  }
  header .right-menu .hide-phone, header .right-menu hide-email {
    display: none;
  }
  header .offcanvas-menu ul li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
  }
  header .offcanvas-menu ul li.active a {
    font-weight: bold;
    color: #7eae7b;
  }
  header .offcanvas-menu ul li.active a.JS-KeuzehulpMenu {
    /*  color: #fff;*/
    font-weight: bold;
    color: #7eae7b;
  }
  header .offcanvas-menu ul li:hover .offcanvas-submenu {
    opacity: 1;
    visibility: visible;
  }
  header .offcanvas-menu ul li:hover a {
    color: #7eae7b;
  }
  header .offcanvas-menu ul li.mobile {
    display: none;
  }
  header .offcanvas-menu ul li a {
    display: block;
    padding: 10px 25px;
    transition: all 0.2s ease-in-out;
    background: transparent;
    position: relative;
    color: #003f31;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 1200px) {
  .top-header {
    display: none !important;
  }
  .right-menu {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: auto;
    flex-wrap: wrap;
    flex-direction: row;
    z-index: 1;
    border-radius: 50px;
    padding: 10px;
    background: #003f31;
  }
  .right-menu .btn-default {
    display: none;
  }
  .right-menu .menu-icon {
    position: relative;
    color: #141414;
    text-align: center;
    line-height: 30px;
    padding: 0 10px;
  }
  .right-menu .menu-icon img {
    max-width: 15px;
    width: 15px;
  }
  .right-menu .hide-email, .right-menu .hide-phone {
    border-right: 1px solid #fff;
    display: inline-block;
  }
  .right-menu .mobile {
    color: #fff;
    position: relative;
    padding: 0 0 0 25px;
    margin-right: 15px;
    /*  &:before {
        content: "";
        position: absolute;
        top: 4px;
        left: 0;
        background-size: contain;
        background-repeat: no-repeat;
        width: 20px;
        height: 20px;
        background-image: url(/Resources/img/icons/telefoon-yellow.svg);
    }*/
  }
  .menu-middle .container-fluid {
    padding: 0 !important;
  }
  .menu-middle .right .menu-icon {
    height: 35px;
    width: 35px;
    margin: 0 4px;
  }
  .menu-middle .right .menu-icon.show-desktop {
    display: none;
  }
  .menu-middle .right .menu-icon.hide-desktop {
    display: block;
  }
  .menu-middle .right .menu-icon i {
    font-size: 16px;
  }
  footer, .copy, .menu-middle {
    left: 0%;
    transition: all 0.3s ease-in-out;
  }
  /* main {
      margin-top: 75px;
      position: relative;
      left: 0%;
      transition: left 0.3s ease-in-out;

      &.main-scroll {
          margin-top: 135px;
      }
  }*/
  html.active {
    overflow: hidden;
  }
  html.active main, html.active .topheader, html.active footer, html.active .copy, html.active .menu-middle {
    left: -45%;
  }
  html.active header .custom-nav {
    right: 0% !important;
    visibility: visible;
  }
  html.active .overlay-search {
    opacity: 1;
    left: 0;
    visibility: visible;
  }
  .hamburger, .login-mobile {
    display: block;
  }
  .offcanvas-menu {
    position: relative;
    width: 100%;
    /*  overflow: hidden;*/
    margin: 0px 0px 20px;
  }
  .offcanvas-menu .container {
    padding: 0;
  }
  .offcanvas-menu .title-drop {
    font-weight: 600;
    font-size: 20px;
    padding-left: 20px;
    margin: 25px 0px 5px;
  }
  .offcanvas-menu .menu.off-view {
    transform: translate3d(-100%, 0, 0);
  }
  .offcanvas-menu ul li {
    display: block;
  }
  .offcanvas-menu ul li.back-btn a {
    border-bottom: 1px solid rgb(61, 31, 49);
    width: 80%;
    left: 20px;
    position: relative;
    padding: 15px 0;
  }
  .offcanvas-menu ul li.back-btn a:before {
    content: "\f060";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    position: relative;
    margin-right: 10px;
  }
  .offcanvas-menu ul li.mobile {
    display: block;
  }
  .offcanvas-menu ul li.mobile.bg-color {
    padding: 0 0 0 20px;
    /*  background: #fff;

    a {
        color: #fff !important;
    }*/
  }
  .offcanvas-menu ul li.mobile.bg-color a {
    display: table;
    border: none;
    color: #fff;
    background: #003f31;
    cursor: pointer;
    border-radius: 100px;
    outline: none !important;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    font-weight: 500;
    font-size: 20px;
    position: relative;
    padding: 12px 25px;
    font-family: "Unbounded", serif;
    position: relative;
    color: #cee6c1;
  }
  .offcanvas-menu ul li.mobile.bg-color a:hover {
    background: #fcaf17;
    color: #003f31;
  }
  .offcanvas-menu ul li.mobile.bg-color a.loading {
    opacity: 0.6;
    pointer-events: none;
    position: relative;
    padding-left: 40px;
  }
  .offcanvas-menu ul li.mobile.bg-color a.loading:before {
    content: "\f110" !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
    position: absolute;
    left: 10px;
    background: none;
    transform: none;
    top: initial;
    width: initial;
    height: initial;
  }
  .offcanvas-menu ul li.mobile a {
    color: #fff;
  }
  .offcanvas-menu ul li a {
    display: block;
    padding: 15px 20px;
    transition: color 0.3s;
    color: #fff;
    text-decoration: none;
  }
  .offcanvas-menu ul li a i {
    margin-right: 10px;
  }
  .offcanvas-menu ul li.has-children > .offcanvas-submenu {
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    /* height: 100%;*/
    transform: translate3d(100%, 0, 0);
    transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
    overflow-y: auto;
  }
  .offcanvas-menu ul li.has-children > .offcanvas-submenu.in-view {
    transform: translate3d(0, 0, 0);
  }
  .offcanvas-menu ul li.has-children > .offcanvas-submenu.in-view.off-view {
    transform: translate3d(-100%, 0, 0);
  }
  .offcanvas-menu ul li.has-children > span {
    display: block;
    position: relative;
    width: 100%;
  }
  .offcanvas-menu ul li.has-children > span .sub-menu-toggle {
    display: block;
  }
  .offcanvas-menu ul li.has-children > span a {
    padding-right: 65px;
    color: #fff;
  }
  .offcanvas-menu ul li.has-children.not-child .sub-menu-toggle {
    display: none !important;
  }
  .offcanvas-menu ul li .sub-menu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: calc(100% - 1px);
    transition: background-color 0.3s;
    z-index: 1;
    display: none;
  }
  .offcanvas-menu ul li .sub-menu-toggle:after {
    content: "\f061";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 31px;
    height: 31px;
    /* border: 1px solid #fff;*/
    border-radius: 5px;
    color: #fff;
    text-align: center;
    line-height: 29px;
    /* background: #fff;*/
  }
  .offcanvas-menu .menu {
    position: relative;
    transform: translate3d(0, 0, 0);
    transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  }
  header {
    left: 0;
    width: 100%;
    top: 0;
    z-index: 999;
    position: fixed;
    background: #fff;
    box-shadow: none;
    padding: 7px 0;
    transition: all 0.3s ease-in-out;
  }
  header .container-fluid.custom {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    width: 100vw;
  }
  header .dropdown-custom .back-btn:not(:first-child) {
    display: none;
  }
  header .dropdown-custom li .sub-menu-toggle {
    display: none !important;
  }
  header .logo {
    display: table;
    position: relative;
    left: 0;
  }
  header .logo img {
    margin-right: 10px;
    width: 150px;
    height: auto;
  }
  header.active .custom-nav {
    right: 0;
  }
  header.active .custom-nav .nav-items {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  header .custom-nav {
    position: fixed;
    top: 59px;
    width: 45%;
    z-index: 2;
    bottom: 0;
    background-color: #003f31;
    transition: right 0.4s ease-in-out;
    padding: 25px 0 30px;
    height: 100vh;
    overflow-y: hidden;
    right: -45%;
    -ms-overflow-style: none;
    transition: all 0.3s ease-in-out !important;
    /*            background-image: url(/Resources/img/logo-beeld-red.svg);
    background-repeat: no-repeat;
    background-size: 65px;
    background-position: 90% 98%;*/
    height: calc(100vh - (100vh - 100%));
    overflow: hidden;
  }
  header .custom-nav::-webkit-scrollbar {
    display: none;
  }
  header .custom-nav:before {
    content: "";
    position: absolute;
    bottom: 60px;
    right: 0;
    background-image: url("/resources/img/logos/stempel-tekst.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.1;
    width: 175px;
    height: 175px;
  }
  header .custom-nav .off-canvas {
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: auto;
    transform: translate3d(100%, 0, 0);
    transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  }
  header .custom-nav .off-canvas.in-view {
    transform: translate3d(0, 0, 0);
  }
  header .custom-nav .nav-items {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 20px;
    letter-spacing: 2px;
    position: relative;
    transform: translate3d(0, 0, 0);
    transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  }
  header .custom-nav .nav-items.off-view {
    transform: translate3d(-100%, 0, 0);
  }
  header .custom-nav .nav-items .dropdown-test .nav-big-down {
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: auto;
    transform: translate3d(100%, 0, 0);
    transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  }
  header .custom-nav .nav-items li {
    margin-bottom: 20px;
  }
  header .custom-nav .close-mobile {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 30px;
  }
  header .custom-nav .title {
    display: block;
    font-size: 24px;
    color: #000;
    position: relative;
    font-weight: 900;
  }
  header .custom-nav .social {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 30px;
  }
  header .custom-nav .social li {
    display: inline-block;
    margin-right: 20px;
  }
  header .custom-nav .social li:last-child {
    margin-right: 0px;
  }
  header .custom-nav .social li a {
    color: #D31447;
  }
  header .custom-nav .mobile-copyright {
    margin: 0;
    display: inline-block;
    width: 100%;
    margin-top: 50px;
    color: #D31447;
  }
  header .custom-nav .mobile-show {
    display: block;
    margin: 0 0 15px;
  }
  header .custom-nav .mobile-show img {
    max-width: 50px;
    display: block;
    height: auto;
    margin: 0 0 0 15px;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 767.5px) {
  header .custom-nav {
    width: 100%;
    right: -100%;
  }
  html.active {
    overflow: hidden;
  }
  /*
  html {
      &.active {
          main, .topheader, footer, .copy, .menu-middle {
              left: -75%;
          }

          .overlay-search {
              left: -75%;
          }
      }
  }*/
}
@media only screen and (max-width: 1200px) and (max-width: 360px) {
  header .logo img {
    max-width: 125px;
    margin: 0 10px;
  }
}
@media only screen and (max-width: 1200px) {
  .menu-middle {
    width: 100%;
    left: 0;
    padding: 10px 0;
  }
  .menu-middle .shopping-bag .drop {
    position: fixed;
    top: 55px;
    z-index: 999;
    right: initial;
    left: 15px;
    width: calc(100% - 30px);
    min-width: inherit;
    max-height: calc(100vh - 150px);
    height: 100%;
  }
  .menu-middle .shopping-bag .drop .list::-webkit-scrollbar {
    display: none;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .menu-middle .search {
    position: absolute;
    left: 0px;
    top: 60px;
    padding: 10px 15px;
    background: #D31447;
    width: 100%;
    order: 3;
    margin-left: auto;
    max-width: inherit;
  }
  .menu-middle .search .form-group .form-control {
    padding: 8px 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .topheader ul {
    width: 100%;
    display: block;
    white-space: nowrap;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .menu-middle .search .form-group .btn-search {
    top: 0px;
  }
}
@media only screen and (max-width: 767.5px) {
  .search-results .inner {
    max-height: 70vh;
    overflow-y: scroll;
    margin: 0;
    padding: 20px 15px;
    -webkit-overflow-scrolling: touch;
  }
  .search-results .inner .close-search {
    padding: 0;
    right: 20px;
    font-size: 26px;
    top: 25px;
  }
  .search-results .inner b {
    display: block;
    margin-bottom: 10px;
  }
  .search-results .inner .products {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0px;
  }
  .search-results .inner .products .item {
    align-items: flex-start;
  }
  .search-results .inner .products .item .right-side {
    padding-left: 0;
    max-width: calc(100% - 120px);
    flex: 0 0 calc(100% - 120px);
    align-items: start;
  }
  .search-results .inner .products .item .right-side .price {
    margin: 10px auto 10px 0;
  }
  .search-results .inner .products .item .right-side .btn-list .stock, .search-results .inner .products .item .right-side .btn-list .delivery {
    text-align: left;
  }
  .search-results .inner .products .item .right-side .info, .search-results .inner .products .item .right-side .price, .search-results .inner .products .item .right-side .btn-list {
    max-width: 100%;
    text-align: left;
    width: 100%;
    justify-content: start;
  }
  .search-results .inner .products .item h6 {
    margin-bottom: 5px;
  }
  .search-results .inner .products .item img {
    flex: 0 0 20%;
    max-width: 20%;
    object-fit: contain;
  }
  .search-results .inner .cats {
    flex: 0 0 100%;
    max-width: 100%;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 15px;
    border-right: 0;
    margin-bottom: 30px;
  }
  .topheader {
    padding: 15px 0px;
  }
  .topheader ul li {
    margin-bottom: 3px;
  }
}
.banner-home {
  height: calc(100vh - 116px);
}
.banner-home .video-wrapper {
  position: relative;
  height: 100%;
}
.banner-home .video-wrapper img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-home .video-wrapper video, .banner-home .video-wrapper iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-home .video-wrapper iframe {
  min-height: 700px;
}
.banner-home .video-wrapper .fa-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  color: #fff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 20px;
  font-size: 24px;
  cursor: pointer;
  background: #6d2666;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.24);
}
.banner-home .scroll-down {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
.banner-home .scroll-down img {
  max-width: 25px;
}

.about-text-img {
  background: #003f31;
  padding: 100px 0;
  color: #fff;
}
.about-text-img i, .about-text-img em {
  font-size: 24px;
  letter-spacing: 10px;
  text-transform: uppercase;
  color: #cee6c1;
  display: block;
  margin: 0 0 25px;
  font-style: normal;
  font-weight: bold;
}
.about-text-img h1 {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 95px;
  line-height: 90px;
  margin: 0 0 25px;
}
.about-text-img h1 i, .about-text-img h1 em {
  color: #fcaf17;
  font-style: normal;
  display: inline-block;
  font-size: 95px;
  margin: 0;
}
.about-text-img h1 b, .about-text-img h1 strong {
  text-transform: uppercase;
  color: #cee6c1;
  margin: 0 0 25px;
}
.about-text-img .text {
  margin: 0 0 25px;
}
.about-text-img .text b, .about-text-img .text strong {
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 25px;
  display: block;
  font-weight: 500;
}
.about-text-img .text-icon {
  position: relative;
  padding: 0 0 0 60px;
}
.about-text-img .text-icon:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("/Resources/img/logos/beeldmerk-geel.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 50px;
  height: 50px;
}
.about-text-img .text-icon b, .about-text-img .text-icon strong {
  color: #FCAF17;
  font-weight: 500;
}
.about-text-img .usps {
  margin: 75px 0 0;
}
.about-text-img .usps ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about-text-img .usps ul li {
  max-width: 32%;
  width: 100%;
  border: 3px solid #CEE6C1;
  border-radius: 100px;
  padding: 5px 15px;
  text-align: center;
}
.about-text-img img {
  width: 100%;
  -webkit-mask-image: url(/Resources/img/mask-img-medium.svg);
  mask-image: url(/Resources/img/mask-img-medium.svg);
  mask-repeat: no-repeat;
}

.expertises {
  background: #cee6c1;
  padding: 0 0 75px;
  position: relative;
}
.expertises:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  background: #003f31;
}
.expertises.what-we-do {
  background: #FFFFFF;
  padding: 0;
}
.expertises.what-we-do:before {
  height: 400px;
}
.expertises.what-we-do:after {
  content: "";
  position: absolute;
  bottom: -100px;
  left: 0;
  width: 100%;
  height: 250px;
  background: #F0E4CC;
}
.expertises.what-we-do .row.custom-mg {
  margin: 0 -15px 50px -15px;
}
.expertises.what-we-do .row:nth-child(odd) .left {
  right: 0;
}
.expertises.what-we-do .row:nth-child(odd) .right {
  margin: 0;
}
.expertises.what-we-do .long-text {
  margin: 0 0 15px;
}
.expertises.what-we-do .top-text h2 {
  position: relative;
  padding: 0 0 0 80px;
  font-weight: 700;
  font-size: 38px;
  margin: 0 0 30px;
}
.expertises.what-we-do .top-text h2:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -50px;
  width: 150px;
  height: 150px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.expertises.what-we-do .top-text#Contentstrategie h2:before {
  background-image: url("/Resources/img/expertises/contentstrategie.svg");
}
.expertises.what-we-do .top-text#Fotografie h2:before {
  background-image: url("/Resources/img/expertises/Fotografie.svg");
}
.expertises.what-we-do .top-text#Video h2:before {
  background-image: url("/Resources/img/expertises/Video.svg");
}
.expertises.what-we-do .top-text#StopMotion h2:before {
  background-image: url("/Resources/img/expertises/Stop-Motion.svg");
}
.expertises.what-we-do .top-text#FoodStyling h2:before {
  background-image: url("/Resources/img/expertises/Food-Styling.svg");
}
.expertises.what-we-do .top-text#Receptontwikkeling h2:before {
  background-image: url("/Resources/img/expertises/Receptontwikkeling.svg");
}
.expertises.what-we-do .top-text#Branding h2:before {
  background-image: url("/Resources/img/expertises/Branding.svg");
}
.expertises.what-we-do .top-text#Design h2:before {
  background-image: url("/Resources/img/expertises/Design.svg");
}
.expertises.what-we-do .btn-wrapper {
  display: flex;
  align-items: center;
}
.expertises.what-we-do .btn-wrapper .btn-default:nth-of-type(2) {
  margin: 10px 0 0 15px !important;
}
.expertises.what-we-do .btn-wrapper .close-info {
  display: inline-block;
  margin: 0 0 0 auto;
}
.expertises.what-we-do .btn-wrapper .close-info img {
  max-width: 35px;
}
.expertises.what-we-do .portfolio-item {
  color: #004132;
}
.expertises.what-we-do .portfolio-item img {
  width: 100%;
  border-radius: 20px;
  display: block;
  margin: 0 0 15px;
}
.expertises.what-we-do .portfolio-item b {
  text-align: center;
}
.expertises.what-we-do .outer {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  z-index: 2;
}
.expertises.what-we-do .outer .left {
  background: #CEE6C1;
  padding: 50px 50px 35px 50px;
  border-radius: 40px;
  position: absolute;
  max-width: 650px;
}
.expertises.what-we-do .outer .left h2, .expertises.what-we-do .outer .left h3, .expertises.what-we-do .outer .left h4, .expertises.what-we-do .outer .left h5, .expertises.what-we-do .outer .left h6 {
  color: #004132;
  font-size: 32px;
  text-align: left;
  font-weight: 600;
  margin: 0 0 25px;
  position: relative;
}
.expertises.what-we-do .outer .left .btn-default {
  display: table;
  border: none;
  color: #fff;
  background: #003f31;
  cursor: pointer;
  border-radius: 100px;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-weight: 500;
  font-size: 20px;
  position: relative;
  padding: 12px 25px;
  font-family: "Unbounded", serif;
  position: relative;
  color: #cee6c1;
  display: inline-block;
  margin: 10px 0 0;
}
.expertises.what-we-do .outer .left .btn-default:hover {
  background: #fcaf17;
  color: #003f31;
}
.expertises.what-we-do .outer .left .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.expertises.what-we-do .outer .left .btn-default.loading:before {
  content: "\f110" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  position: absolute;
  left: 10px;
  background: none;
  transform: none;
  top: initial;
  width: initial;
  height: initial;
}
.expertises.what-we-do .outer .right {
  max-width: 65%;
  width: 100%;
  margin: 0 0 0 auto;
}
.expertises.what-we-do .outer .right img {
  width: 100%;
  border-radius: 40px;
}
.expertises h2, .expertises h3, .expertises h4, .expertises h5, .expertises h6 {
  color: #cee6c1;
  text-align: center;
}
.expertises .item {
  color: #003f31;
  display: block;
  margin: 0 0 25px;
  overflow: hidden;
}
.expertises .item:hover img {
  border-radius: 75px;
}
.expertises .item:hover b.title {
  color: #FCAF17;
}
.expertises .item img {
  height: 100%;
  width: 100%;
  border-radius: 35px;
  display: block;
  transition: all 0.3s ease-in-out;
  /*   overflow: hidden;*/
}
.expertises .item b.title {
  display: block;
  color: #003f31;
  font-size: 20px;
  text-align: center;
  margin: 15px 0 0;
  transition: all 0.3s ease-in-out;
}
.expertises .text-bottom {
  text-align: center;
  color: #004132;
  margin: 50px 0 0;
  font-size: 26px;
  font-weight: 500;
}
.expertises .text-bottom .btn-default {
  display: table;
  border: none;
  color: #fff;
  background: #003f31;
  cursor: pointer;
  border-radius: 100px;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-weight: 500;
  font-size: 20px;
  position: relative;
  padding: 12px 25px;
  font-family: "Unbounded", serif;
  position: relative;
  color: #cee6c1;
  margin: 25px auto 0;
}
.expertises .text-bottom .btn-default:hover {
  background: #fcaf17;
  color: #003f31;
}
.expertises .text-bottom .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.expertises .text-bottom .btn-default.loading:before {
  content: "\f110" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  position: absolute;
  left: 10px;
  background: none;
  transform: none;
  top: initial;
  width: initial;
  height: initial;
}

.our-customers-reviews {
  padding: 100px 0 125px;
}
.our-customers-reviews h2, .our-customers-reviews h3, .our-customers-reviews h4, .our-customers-reviews h5, .our-customers-reviews h6 {
  color: #003f31;
  text-align: center;
  margin: 0 0 35px;
}
.our-customers-reviews .slick-slide {
  margin-left: 100px;
}
.our-customers-reviews .slick-list {
  margin-left: -100px;
}
.our-customers-reviews .item {
  color: #004132;
  font-size: 14px;
}
.our-customers-reviews .item b, .our-customers-reviews .item strong {
  display: block;
  margin: 25px 0 0;
}
.our-customers-reviews .item img {
  max-width: 175px;
  width: 100%;
}
.our-customers-reviews .slider-wrapper {
  position: relative;
}
.our-customers-reviews .slider-wrapper .nav-slider {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.our-customers-reviews .slider-wrapper .nav-slider .slick-arrow {
  display: block !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  position: absolute;
  cursor: pointer;
}
.our-customers-reviews .slider-wrapper .nav-slider .slick-arrow.JS-prev {
  left: -50px;
}
.our-customers-reviews .slider-wrapper .nav-slider .slick-arrow.JS-next {
  right: -50px;
}
.our-customers-reviews .slider-wrapper .nav-slider .slick-arrow img {
  width: 25px;
  height: auto;
}

.full-width-banner {
  background-image: url(/Resources//img/homepage.jpg);
  /* Set a specific height */
  min-height: 500px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /*    img {
      width: 100%;
  }*/
}
.full-width-banner.what-we-do {
  margin: 0 0 -73px;
  background-image: url(https://oak-food.com/Uploads/Editor/wat-we-doen.jpg);
}

.full-width-banner-inage.mg-bottom {
  margin: 0 0 -73px;
}
.full-width-banner-inage img {
  width: 100%;
}

.text-img {
  padding: 75px 0;
}
.text-img.bg-color {
  background: #F0E4CC;
}
.text-img .img-wrapper {
  position: relative;
}
.text-img .img-wrapper .img-left {
  position: absolute;
  top: 0;
  left: -75px;
  max-width: 175px;
  width: 100%;
  z-index: 2;
}
.text-img .img-wrapper .img-bottom {
  display: block;
  width: 100%;
}
.text-img .img-wrapper .mask-img img {
  width: 100%;
  -webkit-mask-image: url(/Resources/img/mask-img-small-round.svg);
  mask-image: url(/Resources/img/mask-img-small-round.svg);
  mask-repeat: no-repeat;
  max-width: 325px;
  display: block;
  margin: 0 auto;
}
.text-img .top-text {
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 25px;
  display: block;
  font-weight: 500;
  color: #004132;
}
.text-img .bottom-text .btn-default {
  display: table;
  border: none;
  color: #fff;
  background: #003f31;
  cursor: pointer;
  border-radius: 100px;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-weight: 500;
  font-size: 20px;
  position: relative;
  padding: 12px 25px;
  font-family: "Unbounded", serif;
  position: relative;
  color: #cee6c1;
  margin: 25px 0 0;
}
.text-img .bottom-text .btn-default:hover {
  background: #fcaf17;
  color: #003f31;
}
.text-img .bottom-text .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.text-img .bottom-text .btn-default.loading:before {
  content: "\f110" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  position: absolute;
  left: 10px;
  background: none;
  transform: none;
  top: initial;
  width: initial;
  height: initial;
}

.text-newsletter {
  padding: 100px 0;
}
.text-newsletter .text-left b, .text-newsletter .text-left strong {
  font-size: 24px;
  letter-spacing: 10px;
  text-transform: uppercase;
  color: #F9C967;
  display: block;
  margin: 0 0 25px;
  font-style: normal;
  font-weight: bold;
}
.text-newsletter h2, .text-newsletter h3, .text-newsletter h4, .text-newsletter h5, .text-newsletter h6 {
  color: #004132;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 60px;
  line-height: 55px;
  margin: 0 0 25px;
  position: relative;
}
.text-newsletter h2:before, .text-newsletter h3:before, .text-newsletter h4:before, .text-newsletter h5:before, .text-newsletter h6:before {
  content: "";
  background-image: url(/Resources/img/logos/smile-yellow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  position: absolute;
  bottom: -75px;
  left: -35px;
  width: 300px;
  height: 75px;
  transform: rotate(10deg);
}
.text-newsletter h2 i, .text-newsletter h2 em, .text-newsletter h3 i, .text-newsletter h3 em, .text-newsletter h4 i, .text-newsletter h4 em, .text-newsletter h5 i, .text-newsletter h5 em, .text-newsletter h6 i, .text-newsletter h6 em {
  color: #FCAF17;
  font-style: normal;
  display: inline-block;
  font-size: 60px;
}
.text-newsletter .btn-default {
  display: table;
  border: none;
  color: #fff;
  background: #003f31;
  cursor: pointer;
  border-radius: 100px;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-weight: 500;
  font-size: 20px;
  position: relative;
  padding: 12px 25px;
  font-family: "Unbounded", serif;
  position: relative;
  color: #cee6c1;
  margin: 25px 0 0;
}
.text-newsletter .btn-default:hover {
  background: #fcaf17;
  color: #003f31;
}
.text-newsletter .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.text-newsletter .btn-default.loading:before {
  content: "\f110" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  position: absolute;
  left: 10px;
  background: none;
  transform: none;
  top: initial;
  width: initial;
  height: initial;
}

.our-customers {
  position: relative;
}
.our-customers:before {
  content: "";
  background: #fff;
  opacity: 0.55;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.our-customers .container-fluid.custom2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.our-customers .slick-slide {
  margin: 0 25px;
}
.our-customers .slick-slide img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 125px;
}
.our-customers .slick-list {
  margin-left: -25px;
}
.our-customers .slider-wrapper {
  position: relative;
}
.our-customers .slider-wrapper .nav-slider-logos {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.our-customers .slider-wrapper .nav-slider-logos .slick-arrow {
  display: block !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  position: absolute;
  cursor: pointer;
}
.our-customers .slider-wrapper .nav-slider-logos .slick-arrow.JS-prev {
  left: -50px;
}
.our-customers .slider-wrapper .nav-slider-logos .slick-arrow.JS-next {
  right: -50px;
}
.our-customers .slider-wrapper .nav-slider-logos .slick-arrow img {
  width: 25px;
  height: auto;
}

@media only screen and (max-width: 1200px) {
  .banner-home {
    height: calc(100vh - 59px);
  }
  .about-text-img h1 {
    font-size: 75px;
    line-height: 70px;
  }
  .about-text-img h1 i, .about-text-img h1 em {
    font-size: 75px;
    line-height: 70px;
  }
  .text-newsletter h2, .text-newsletter h3, .text-newsletter h4, .text-newsletter h5, .text-newsletter h6 {
    font-size: 45px;
    line-height: 40px;
  }
  .text-newsletter h2 i, .text-newsletter h2 em, .text-newsletter h3 i, .text-newsletter h3 em, .text-newsletter h4 i, .text-newsletter h4 em, .text-newsletter h5 i, .text-newsletter h5 em, .text-newsletter h6 i, .text-newsletter h6 em {
    font-size: 45px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 991.5px) {
  .banner-home {
    height: initial;
    padding: 59px 0 0;
  }
  .banner-home .video-wrapper .play {
    width: 150px;
    height: 150px;
    border: 7px solid #fff;
  }
  .banner-home .video-wrapper .play img {
    max-width: 50px;
  }
  .about-text-img h1 {
    font-size: 55px;
    line-height: 50px;
  }
  .about-text-img h1 i, .about-text-img h1 em {
    font-size: 55px;
    line-height: 50px;
  }
  .expertises.what-we-do .outer .left {
    max-width: 450px;
    padding: 25px;
  }
  .expertises.what-we-do .outer .left h2, .expertises.what-we-do .outer .left h3, .expertises.what-we-do .outer .left h4, .expertises.what-we-do .outer .left h5, .expertises.what-we-do .outer .left h6 {
    font-size: 28px;
    line-height: 34px;
  }
  .expertises.what-we-do .outer .left .btn-default {
    font-size: 16px;
  }
  .expertises .item b.title {
    font-size: 18px;
  }
  .our-customers-reviews .slider-wrapper {
    padding: 0 50px;
  }
  .our-customers-reviews .slider-wrapper .nav-slider .slick-arrow.JS-next {
    right: 50px;
  }
  .our-customers-reviews .slick-slide {
    margin-left: 50px;
  }
  .our-customers-reviews .slick-list {
    margin-left: -50px;
  }
  .text-img .top-text {
    font-size: 18px;
    line-height: 26px;
  }
  .text-img .img-wrapper .img-left {
    max-width: 100px;
    left: -10px;
  }
}
@media only screen and (max-width: 767.5px) {
  .banner-home .scroll-down {
    bottom: 15px;
  }
  .banner-home .video-wrapper .play {
    width: 75px;
    height: 75px;
    border: 3px solid #fff;
  }
  .banner-home .video-wrapper .play img {
    max-width: 25px;
  }
  .full-width-banner {
    background-attachment: initial;
    background-size: cover;
    min-height: 175px;
  }
  .about-text-img {
    padding: 50px 0;
  }
  .about-text-img img {
    margin: 25px 0 0 25px;
  }
  .about-text-img .usps ul {
    flex-direction: column;
  }
  .about-text-img .usps ul li {
    max-width: 100%;
  }
  .about-text-img .usps ul li:not(:last-child) {
    margin: 0 0 10px;
  }
  .expertises.what-we-do {
    padding: 0 0 25px;
  }
  .expertises.what-we-do .top-title {
    margin: 0 0 25px;
  }
  .expertises.what-we-do .top-text h2, .expertises.what-we-do .top-text h3, .expertises.what-we-do .top-text h4, .expertises.what-we-do .top-text h5, .expertises.what-we-do .top-text h6 {
    padding: 0 0 0 55px;
  }
  .expertises.what-we-do .top-text h2:before, .expertises.what-we-do .top-text h3:before, .expertises.what-we-do .top-text h4:before, .expertises.what-we-do .top-text h5:before, .expertises.what-we-do .top-text h6:before {
    width: 100px;
    height: 100px;
    left: -35px;
  }
  .expertises.what-we-do .row.custom-mg:last-child {
    margin: 0 -15px 50px -15px;
  }
  .expertises.what-we-do .btn-wrapper .btn-default:nth-of-type(2) {
    margin: 10px 0 0 5px !important;
  }
  .expertises.what-we-do .outer {
    flex-direction: column;
  }
  .expertises.what-we-do .outer .left, .expertises.what-we-do .outer .right {
    max-width: 100%;
  }
  .expertises.what-we-do .outer .left {
    position: relative;
    margin: 0 0 -25px;
    border-radius: 20px;
  }
  .expertises.what-we-do .outer .left h2, .expertises.what-we-do .outer .left h3, .expertises.what-we-do .outer .left h4, .expertises.what-we-do .outer .left h5, .expertises.what-we-do .outer .left h6 {
    font-size: 21px;
    line-height: 30px;
  }
  .expertises.what-we-do .outer .left .btn-default {
    font-size: 14px;
    padding: 10px 15px;
  }
  .expertises.what-we-do .btn-wrapper {
    /*  flex-direction: column;*/
  }
  .expertises .col-sm-4 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .expertises .item b.title {
    hyphens: auto;
    font-size: 16px;
  }
  .expertises .text-bottom {
    font-size: 22px;
  }
  .our-customers-reviews {
    padding: 50px 0 75px;
  }
  .text-img .top-text {
    margin: 50px 0 25px;
  }
  .text-img .img-wrapper .img-left {
    max-width: 125px;
  }
  .text-img .img-wrapper .mask-img img {
    max-width: 275px;
  }
  .text-newsletter {
    padding: 50px 0;
  }
  .text-newsletter h2, .text-newsletter h3, .text-newsletter h4, .text-newsletter h5, .text-newsletter h6 {
    font-size: 35px;
    line-height: 35px;
    margin: 0 0 50px;
  }
  .text-newsletter h2:before, .text-newsletter h3:before, .text-newsletter h4:before, .text-newsletter h5:before, .text-newsletter h6:before {
    width: 150px;
    height: 45px;
    bottom: -45px;
    left: -10px;
  }
  .text-newsletter h2 i, .text-newsletter h2 em, .text-newsletter h3 i, .text-newsletter h3 em, .text-newsletter h4 i, .text-newsletter h4 em, .text-newsletter h5 i, .text-newsletter h5 em, .text-newsletter h6 i, .text-newsletter h6 em {
    font-size: 35px;
    line-height: 35px;
  }
  .text-newsletter .slick-slide {
    margin-left: 50px;
  }
  .text-newsletter .slick-list {
    margin-left: -50px;
  }
}
.popup {
  position: fixed;
  z-index: 12;
  left: 50px;
  bottom: 20px;
  width: calc(100% - 100px);
  background: rgba(240, 246, 255, 0.8);
  padding: 15px;
  color: #000;
  border-radius: 10px;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
}
.popup .accept {
  display: table;
  border: none;
  color: #fff;
  background: #003f31;
  cursor: pointer;
  border-radius: 100px;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-weight: 500;
  font-size: 20px;
  position: relative;
  padding: 12px 25px;
  font-family: "Unbounded", serif;
  position: relative;
  color: #cee6c1;
  margin: 0 0 0 auto;
  color: #000;
}
.popup .accept:hover {
  background: #fcaf17;
  color: #003f31;
}
.popup .accept.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.popup .accept.loading:before {
  content: "\f110" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  position: absolute;
  left: 10px;
  background: none;
  transform: none;
  top: initial;
  width: initial;
  height: initial;
}
.popup p {
  margin: 0;
}
.popup p a {
  color: #257BE0;
}
.popup .link {
  color: #FFFFFF;
  margin-right: 15px;
}
.popup .cookies-img {
  margin-right: 30px;
  font-size: 25px;
  float: left;
  color: #fff;
}

.link-pref {
  color: #fff;
  margin-right: 50px;
}
.link-pref:hover {
  text-decoration: underline;
}

.cookies {
  padding: 45px 0;
}
.cookies .title {
  display: block;
  font-weight: 500;
  text-align: center;
  font-size: 30px;
  padding: 0 60px;
}
.cookies .text {
  font-size: 16px;
  margin-top: 30px;
}
.cookies .text b {
  font-size: 24px;
  color: #D31447;
  display: block;
  margin-bottom: 15px;
}
.cookies .banner {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  overflow: hidden;
  color: #D31447;
  margin-bottom: 60px;
}
.cookies .banner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  margin-top: -20px;
}
.cookies .info {
  margin-top: 30px;
}
.cookies .info ul {
  list-style: none;
  padding: 0;
}
.cookies .info li {
  transition: max-height 0.4s ease-in-out;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.cookies .info h4 {
  background: #D31447;
  font-size: 18px;
  letter-spacing: 3px !important;
  color: #fff;
  cursor: pointer;
  height: 60px;
  padding: 20px 15px 0 45px;
  position: relative;
  border-radius: 5px;
  width: 100%;
  margin: auto;
  text-transform: none;
}
.cookies .info h4:after {
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  background: transparent;
  position: absolute;
  top: 30px;
  left: 0;
  z-index: -1;
  transition: background 0.2s ease-in-out;
}
.cookies .info h4:before {
  display: block !important;
  content: "";
  height: 30px;
  width: 100%;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: background 0.2s ease-in-out;
}
.cookies .info li.next h4:before, .cookies .info li.active h4:after {
  background: transparent;
}
.cookies .info .content {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
.cookies .info .table {
  width: 1110px;
  max-width: 1110px;
  margin-top: 30px;
  color: #394452;
  text-transform: none;
}
.cookies .info .head {
  font-weight: 700;
  font-size: 18px;
}
.cookies .info .head .col {
  padding-top: 0 !important;
}
.cookies .info .content .row {
  display: flex;
}
.cookies .info .row .col {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}
.cookies .info .border {
  position: absolute;
  height: 2px;
  width: calc(100% - 15px);
  background: #000;
  left: 15px;
  bottom: 0;
}

.preference {
  margin: 50px 0;
  float: left;
  width: 100%;
}
.preference .disable {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}
.preference .checkbox-cookies input {
  opacity: 0;
  z-index: 1;
  position: absolute;
}
.preference .checkbox-cookies input:checked + label:before {
  background: #D31447;
}
.preference .checkbox-cookies input:checked + label:after {
  left: 20px !important;
}
.preference .checkbox-cookies label {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.preference .checkbox-cookies label:before {
  content: "";
  height: 30px;
  width: 45px;
  border: none;
  background: #b1b1b1;
  outline: none !important;
  border-radius: 100px;
  right: 0;
  margin: 0 auto;
  display: inline-block;
  position: absolute;
  left: 0;
  transition: all 0.2s ease-in-out;
}
.preference .checkbox-cookies label:after {
  content: "" !important;
  display: block;
  position: absolute;
  left: 5px;
  top: 5px;
  height: 20px;
  width: 20px;
  margin-left: 0;
  border-radius: 50%;
  background: #fff;
  transition: all 0.2s ease-in-out;
}
.preference .item {
  position: relative;
  margin-bottom: 30px;
}
.preference .btn {
  float: right;
}

.btn-cancel {
  text-decoration: none;
  font-weight: bold;
}

.btn-accept {
  float: right;
}
.btn-accept:hover {
  background: #394452;
  color: #fff;
}

.radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (max-width: 1440px) {
  .popup .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .popup {
    left: 25px;
    width: calc(100% - 50px);
    padding: 10px 15px;
  }
  .cookies .title {
    padding: 0 120px;
  }
  .checkbox-mobile {
    position: absolute;
    right: 30px;
    top: -10px;
    text-align: right;
  }
  .preference .checkbox {
    margin-right: 0px;
  }
}
@media (max-width: 767.5px) {
  .cookies .title {
    padding: 0 30px;
  }
  .cookies .info h4 {
    text-align: center;
    padding: 10px;
    font-size: 16px;
  }
  .popup {
    padding: 15px 0;
    line-height: inherit;
    left: 15px;
    width: calc(100% - 30px);
    bottom: 15px;
  }
  .popup .link {
    display: inline-block;
    vertical-align: -webkit-baseline-middle;
  }
  .popup p {
    padding: 0;
    padding-left: 0px;
  }
  .popup .cookies-img {
    margin-bottom: 15px;
    margin-right: 0px;
  }
  .popup .container-fluid {
    padding: 0 15px;
  }
  .popup .accept {
    margin-top: 15px;
    line-height: inherit;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    width: 70%;
    text-align: center;
    display: block;
  }
}
.simple-text {
  padding: 25px 0 25px;
}
.simple-text h1 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 55px;
  display: block;
  margin: 0 0 35px;
}
.simple-text h1 b, .simple-text h1 strong {
  font-size: 55px;
  margin: 0;
  display: initial;
}
.simple-text b, .simple-text strong {
  color: #7EAE7B;
  font-size: 20px;
  margin: 0 0 25px;
  display: block;
}
.simple-text i, .simple-text em {
  font-weight: 600;
  display: block;
  margin: 15px 0 0;
  font-style: normal;
}
.simple-text .contact-info ul li {
  position: relative;
  padding: 0 0 0 50px;
  margin: 0 0 25px;
  font-size: 24px;
}
.simple-text .contact-info ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
  transition: all 0.3s ease-in-out;
}
.simple-text .contact-info ul li:hover:before {
  transform: scale(1.1);
}
.simple-text .contact-info ul li:nth-of-type(1):before {
  background-image: url("/Resources/img/icons/phone.svg");
  left: 1px;
}
.simple-text .contact-info ul li:nth-of-type(2):before {
  background-image: url("/Resources/img/icons/email.svg");
  left: -1px;
}
.simple-text .contact-info ul li:nth-of-type(3):before {
  background-image: url("/Resources/img/icons/adres.svg");
}
.simple-text .contact-info ul li a {
  color: #004132;
  transition: all 0.3s ease-in-out;
}
.simple-text .contact-info ul li a:hover {
  color: #fcaf17;
}

.contact-page {
  padding: 25px 0 75px;
}
.contact-page.homepage {
  padding: 75px 0;
}
.contact-page video {
  width: 100%;
  border-radius: 15px;
}
.contact-page h2, .contact-page h3, .contact-page h4, .contact-page h5, .contact-page h6 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 60px;
  display: block;
  margin: 0 0 50px;
  text-align: center;
  line-height: 62px;
}
.contact-page .form-group {
  border-bottom: 1px solid #b1ceaf;
}
.contact-page .form-group.no-border {
  border: none;
}
.contact-page .form-group.recaptcha-terms {
  color: #003f31;
}
.contact-page .form-group.checkbox label:before {
  border: 2px solid #003f31;
}
.contact-page .form-group.checkbox label:after {
  color: #003f31;
  font-size: 13px;
  top: 5px;
  left: 5px;
}
.contact-page .form-group.checkbox label a {
  color: #003f31;
}
.contact-page .form-group label {
  display: block;
  color: #003f31;
  font-size: 16px;
}
.contact-page .btn-default {
  display: table;
  border: none;
  color: #fff;
  background: #003f31;
  cursor: pointer;
  border-radius: 100px;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-weight: 500;
  font-size: 20px;
  position: relative;
  padding: 12px 25px;
  font-family: "Unbounded", serif;
  position: relative;
  color: #cee6c1;
}
.contact-page .btn-default:hover {
  background: #fcaf17;
  color: #003f31;
}
.contact-page .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.contact-page .btn-default.loading:before {
  content: "\f110" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  position: absolute;
  left: 10px;
  background: none;
  transform: none;
  top: initial;
  width: initial;
  height: initial;
}
.contact-page .btn-default:hover {
  color: #003f31;
}
.contact-page #map {
  height: 400px;
  border-radius: 20px;
}

@media only screen and (max-width: 1200px) {
  .contact-page h2, .contact-page h3, .contact-page h4, .contact-page h5, .contact-page h6 {
    font-size: 45px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 767.5px) {
  .simple-text {
    padding: 75px 0 25px;
  }
  .simple-text h1 {
    font-size: 32px;
  }
  .simple-text h1 strong {
    font-size: 32px;
  }
  .contact-page video {
    margin: 25px 0 0 0;
  }
}
.image-banner img {
  width: 100%;
}

.text-img-doing {
  padding: 75px 0;
  background: #003f31;
  color: #fff;
}
.text-img-doing .title-text h1 {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 60px;
  line-height: 55px;
  margin: 0 0 25px;
}
.text-img-doing .title-text h1 i, .text-img-doing .title-text h1 em {
  color: #fcaf17;
  font-style: normal;
  font-size: 60px;
  margin: 0;
}
.text-img-doing .title-text h1 b, .text-img-doing .title-text h1 strong {
  text-transform: uppercase;
  color: #cee6c1;
  margin: 0 0 25px;
}
.text-img-doing .bottom-text strong {
  color: #CEE6C1;
}
.text-img-doing .title-text, .text-img-doing .bottom-text {
  padding: 0 50px 0 0;
}
.text-img-doing img {
  width: 100%;
  border-radius: 40px;
}

.simple-text-new {
  padding: 0 0 75px 0;
  font-size: 20px;
  line-height: 26px;
}
.simple-text-new.bg-sand {
  background: #F0E4CC;
}
.simple-text-new.align-left {
  text-align: left;
}
.simple-text-new .top-title h2, .simple-text-new .top-title h3, .simple-text-new .top-title h4, .simple-text-new .top-title h5, .simple-text-new .top-title h6 {
  text-align: center;
}
.simple-text-new .right-title h2, .simple-text-new .right-title h3, .simple-text-new .right-title h4, .simple-text-new .right-title h5, .simple-text-new .right-title h6 {
  font-size: 48px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 46px;
}
.simple-text-new .right-title h2 b, .simple-text-new .right-title h2 strong, .simple-text-new .right-title h3 b, .simple-text-new .right-title h3 strong, .simple-text-new .right-title h4 b, .simple-text-new .right-title h4 strong, .simple-text-new .right-title h5 b, .simple-text-new .right-title h5 strong, .simple-text-new .right-title h6 b, .simple-text-new .right-title h6 strong {
  color: #7EAE7B;
  font-weight: 700;
}

@media only screen and (max-width: 1200px) {
  .image-banner {
    margin: 59px 0 0;
  }
}
@media only screen and (max-width: 991.5px) {
  .text-img-doing .title-text {
    padding: 0;
  }
  .text-img-doing .title-text h1 {
    font-size: 50px;
    line-height: 48px;
  }
  .text-img-doing .title-text h1 i, .text-img-doing .title-text h1 em {
    font-size: 50px;
  }
  .text-img-doing .bottom-text {
    padding: 0;
  }
  .simple-text-new .right-title {
    margin: 25px 0 0;
  }
}
@media only screen and (max-width: 767.5px) {
  .image-banner img {
    min-height: 150px;
    object-fit: cover;
  }
  .text-img-doing {
    padding: 50px 0;
  }
  .text-img-doing .title-text h1 {
    font-size: 45px;
    line-height: 43px;
  }
  .text-img-doing .title-text h1 i, .text-img-doing .title-text h1 em {
    font-size: 45px;
  }
  .text-img-doing img {
    margin: 25px 0 0;
  }
  .simple-text-new {
    padding: 0 0 50px;
  }
  .simple-text-new .right-title h2, .simple-text-new .right-title h3, .simple-text-new .right-title h4, .simple-text-new .right-title h5, .simple-text-new .right-title h6 {
    font-size: 34px;
    line-height: 36px;
  }
}
.portfolio-items {
  padding: 50px 0;
}
.portfolio-items.blog-items {
  padding: 200px 0 50px;
}
.portfolio-items.blog-items h2, .portfolio-items.blog-items h3, .portfolio-items.blog-items h4, .portfolio-items.blog-items h5, .portfolio-items.blog-items h6 {
  text-align: center;
}
.portfolio-items.blog-items .portfolio-cats li {
  border: 2px solid #004132;
  border-radius: 100px;
  padding: 5px 10px;
  max-width: calc(20% - 15px);
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.portfolio-items.blog-items .portfolio-cats li:hover {
  background: #003f31;
  color: #fff;
}
.portfolio-items.blog-items .portfolio-cats li.active {
  background: #FCAF17;
  color: #fff;
  border-color: #FCAF17;
}
.portfolio-items.blog-items .portfolio-wrapper {
  column-count: 3;
  column-gap: 25px;
}
.portfolio-items.blog-items .portfolio-wrapper .item:before {
  display: none;
}
.portfolio-items.blog-items .portfolio-wrapper .item .text {
  position: relative;
  opacity: 1;
  left: initial;
  top: initial;
  transform: initial;
  color: #004132;
  margin: 25px;
  text-align: left;
}
.portfolio-items.blog-items .portfolio-wrapper .item .text b.title {
  font-size: 20px;
  display: block;
  margin: 0 0 10px;
}
.portfolio-items.blog-items .portfolio-wrapper .item .text .btn-default {
  display: table;
  border: none;
  color: #fff;
  background: #003f31;
  cursor: pointer;
  border-radius: 100px;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-weight: 500;
  font-size: 20px;
  position: relative;
  padding: 12px 25px;
  font-family: "Unbounded", serif;
  position: relative;
  color: #cee6c1;
  margin: 15px 0 0;
}
.portfolio-items.blog-items .portfolio-wrapper .item .text .btn-default:hover {
  background: #fcaf17;
  color: #003f31;
}
.portfolio-items.blog-items .portfolio-wrapper .item .text .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.portfolio-items.blog-items .portfolio-wrapper .item .text .btn-default.loading:before {
  content: "\f110" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  position: absolute;
  left: 10px;
  background: none;
  transform: none;
  top: initial;
  width: initial;
  height: initial;
}
.portfolio-items h1 {
  text-align: center;
  font-size: 36px;
  color: #004132;
  margin: 0 0 50px;
}
.portfolio-items .portfolio-cats {
  display: block;
  text-align: center;
  margin: 0 0 75px;
}
.portfolio-items .portfolio-cats.portfolio-page li:hover {
  border-color: rgba(0, 65, 50, 0.4);
}
.portfolio-items .portfolio-cats li {
  color: #004132;
  text-align: center;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 100px;
  padding: 5px 10px;
  transition: all ease-in-out 0.3s;
  display: inline-block;
}
.portfolio-items .portfolio-cats li.active {
  border-color: #004132;
}
.portfolio-items .portfolio-wrapper {
  column-count: 4;
  column-gap: 10px;
}
.portfolio-items .portfolio-wrapper .item {
  position: relative;
  margin-bottom: 10px;
  display: block;
  color: #fff;
}
.portfolio-items .portfolio-wrapper .item:before {
  content: "";
  background: #000000 0% 0% no-repeat padding-box;
  mix-blend-mode: hard-light;
  border-radius: 10px;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.portfolio-items .portfolio-wrapper .item:hover:before {
  opacity: 0.4;
}
.portfolio-items .portfolio-wrapper .item:hover .text, .portfolio-items .portfolio-wrapper .item:hover .bottom-right {
  opacity: 1;
}
.portfolio-items .portfolio-wrapper .item .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0;
  width: calc(100% - 25px);
}
.portfolio-items .portfolio-wrapper .item .text b.title {
  font-size: 26px;
}
.portfolio-items .portfolio-wrapper .item .text span {
  display: block;
}
.portfolio-items .portfolio-wrapper .item .bottom-right {
  position: absolute;
  bottom: 15px;
  right: 15px;
  max-width: 50px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.portfolio-items .portfolio-wrapper .item img {
  width: 100%;
  border-radius: 10px;
}
.portfolio-items .smile {
  display: block;
  margin: 25px auto 0;
  max-width: 175px;
}

.portfolio-detail {
  padding: 0 0 75px;
}
.portfolio-detail .breadcrumbs {
  margin: 0 0 75px;
}
.portfolio-detail img {
  width: 100%;
  border-radius: 40px;
}
.portfolio-detail h1 {
  font-size: 60px;
  line-height: 55px;
  font-weight: 700;
  hyphens: auto;
}
.portfolio-detail b, .portfolio-detail strong {
  font-weight: 600;
  color: #7EAE7B;
  display: block;
}
.portfolio-detail ul:not(.breadcrumbs) {
  margin: 35px 0;
}
.portfolio-detail ul:not(.breadcrumbs) li {
  color: #7EAE7B;
}
.portfolio-detail ul:not(.breadcrumbs) li b, .portfolio-detail ul:not(.breadcrumbs) li strong {
  color: #004132;
  display: inline-block;
}
.portfolio-detail .brand {
  max-width: 150px;
  border-radius: 0;
  display: block;
  margin: 5px 0 0;
}

.video-sectie .text {
  padding: 50px 0;
}
.video-sectie video, .video-sectie iframe {
  width: 100%;
}
.video-sectie .video-wrapper {
  position: relative;
  height: 100%;
}
.video-sectie .video-wrapper.disabled .fa-play, .video-sectie .video-wrapper.disabled .play, .video-sectie .video-wrapper.disabled img {
  display: none;
}
.video-sectie .video-wrapper.disabled video, .video-sectie .video-wrapper.disabled iframe {
  display: block;
}
.video-sectie .video-wrapper img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-sectie .video-wrapper .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 10px solid #fff;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  padding: 10px;
  opacity: 0.6;
  cursor: pointer;
}
.video-sectie .video-wrapper .play img {
  border-radius: 0;
  width: 100%;
  max-width: 75px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-sectie .video-wrapper iframe {
  min-height: 700px;
}
.video-sectie .video-wrapper .fa-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  color: #fff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 20px;
  font-size: 24px;
  cursor: pointer;
  background: #6d2666;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.24);
}

.image-section .outer.two-columns {
  column-count: 2;
  column-gap: 15px;
}
.image-section .outer img {
  width: 100%;
  display: block;
  margin: 0 0 15px;
  border-radius: 15px;
  height: 100%;
  object-fit: cover;
}
.image-section .text {
  padding: 50px 0;
}

.inspiration-deck {
  background: #F0E4CC;
  padding: 75px 0 0;
  margin: 100px 0 -75px 0;
  position: relative;
  /*    &:after {
      content: '';
      position: absolute;
      background: #F0E4CC;
      width: 100%;
      height: 75px;
      bottom: -75px;
      left: 0;
  }*/
}
.inspiration-deck .form-group {
  max-width: 450px;
}
.inspiration-deck .circle {
  position: relative;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background: #004132;
  padding: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -125px;
  margin: 0 0 -50px;
}
.inspiration-deck .circle span {
  font-size: 45px;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
  line-height: 50px;
  position: relative;
  display: table;
}
.inspiration-deck .circle span:after {
  content: "";
  position: absolute;
  bottom: -65px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("/Resources/img/logos/smile-light-green.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  width: 200px;
  height: 200px;
}
.inspiration-deck .circle span b, .inspiration-deck .circle span strong {
  color: #CEE6C1;
  font-weight: 700;
}
.inspiration-deck h2, .inspiration-deck h3, .inspiration-deck h4, .inspiration-deck h5, .inspiration-deck h6 {
  font-size: 55px;
  line-height: 50px;
  font-weight: 700;
  margin: 0 0 15px;
}
.inspiration-deck h2 b, .inspiration-deck h2 strong, .inspiration-deck h3 b, .inspiration-deck h3 strong, .inspiration-deck h4 b, .inspiration-deck h4 strong, .inspiration-deck h5 b, .inspiration-deck h5 strong, .inspiration-deck h6 b, .inspiration-deck h6 strong {
  color: #7EAE7B;
}
.inspiration-deck .btn-default {
  display: table;
  border: none;
  color: #fff;
  background: #003f31;
  cursor: pointer;
  border-radius: 100px;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-weight: 500;
  font-size: 20px;
  position: relative;
  padding: 12px 25px;
  font-family: "Unbounded", serif;
  position: relative;
  color: #cee6c1;
  color: #FFFFFF;
}
.inspiration-deck .btn-default:hover {
  background: #fcaf17;
  color: #003f31;
}
.inspiration-deck .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.inspiration-deck .btn-default.loading:before {
  content: "\f110" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  position: absolute;
  left: 10px;
  background: none;
  transform: none;
  top: initial;
  width: initial;
  height: initial;
}

@media (max-width: 1200px) {
  .portfolio-items .portfolio-wrapper {
    column-count: 3;
  }
  .portfolio-detail {
    margin: 59px 0 0;
  }
  .portfolio-detail h1 {
    font-size: 50px;
    line-height: 45px;
  }
  .video-sectie {
    margin: 25px 0 0;
  }
  .inspiration-deck {
    padding: 75px 0 0;
  }
  .inspiration-deck .circle {
    width: 300px;
    height: 300px;
  }
  .inspiration-deck .circle span {
    font-size: 35px;
    line-height: 40px;
  }
  .inspiration-deck h2, .inspiration-deck h3, .inspiration-deck h4, .inspiration-deck h5, .inspiration-deck h6 {
    font-size: 50px;
    line-height: 45px;
  }
}
@media (max-width: 991.5px) {
  .portfolio-items.blog-items {
    padding: 75px 0;
  }
  .portfolio-items .portfolio-wrapper .item:before {
    opacity: 0.4 !important;
  }
  .portfolio-items .portfolio-wrapper .item .text {
    opacity: 1 !important;
  }
  .inspiration-deck {
    padding: 50px 0;
  }
  .inspiration-deck .circle {
    width: 250px;
    height: 250px;
  }
  .inspiration-deck .circle span {
    font-size: 30px;
    line-height: 35px;
  }
  .inspiration-deck .circle span:after {
    width: 175px;
    height: 175px;
    bottom: -45px;
  }
}
@media (max-width: 768px) {
  .portfolio-items {
    padding: 75px 0 50px;
  }
  .portfolio-items.blog-items .portfolio-wrapper {
    column-count: 2;
  }
  .portfolio-items h1 {
    margin: 0 0 25px;
  }
  .portfolio-items .portfolio-wrapper {
    column-count: 2;
  }
  .portfolio-items .portfolio-cats {
    flex-wrap: wrap;
    justify-content: center;
  }
  .portfolio-items .portfolio-cats li {
    margin: 5px;
  }
  .portfolio-detail .breadcrumbs {
    margin: 0 0 25px;
  }
  .portfolio-detail h1 {
    font-size: 40px;
    line-height: 35px;
    margin: 0 0 10px;
  }
  .portfolio-detail .brand {
    margin: 25px 0;
  }
  .portfolio-detail ul:not(.breadcrumbs) {
    margin: 25px 0;
  }
  .portfolio-detail ul:not(.breadcrumbs) li {
    margin: 0 0 3px;
  }
  .portfolio-detail ul:not(.breadcrumbs) li b, .portfolio-detail ul:not(.breadcrumbs) li strong {
    display: block;
  }
  .inspiration-deck h2, .inspiration-deck h3, .inspiration-deck h4, .inspiration-deck h5, .inspiration-deck h6 {
    font-size: 35px;
    line-height: 37px;
    margin: -35px 0 15px;
  }
}
@media (max-width: 480px) {
  .portfolio-items.blog-items {
    padding: 100px 0 75px;
  }
  .portfolio-items.blog-items .portfolio-wrapper {
    column-count: 1;
  }
  .portfolio-items.blog-items .portfolio-cats li {
    max-width: initial;
    width: initial;
  }
  .portfolio-items .portfolio-wrapper {
    column-count: 1;
  }
  .portfolio-items .portfolio-cats {
    margin: 0 0 25px;
  }
}
.about-us-text {
  background: #F0E4CC;
  padding: 100px 0;
  color: #004132;
}
.about-us-text .outer-text {
  padding: 0 75px 0 0;
}
.about-us-text i, .about-us-text em {
  font-size: 24px;
  letter-spacing: 10px;
  text-transform: uppercase;
  color: #cee6c1;
  display: block;
  margin: 0 0 25px;
  font-style: normal;
  font-weight: bold;
}
.about-us-text h1 {
  color: #004132;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 60px;
  line-height: 55px;
  margin: 0 0 25px;
}
.about-us-text h1 b, .about-us-text h1 strong {
  text-transform: uppercase;
  color: #7EAE7B;
  margin: 0 0 25px;
}
.about-us-text .text {
  margin: 0 0 25px;
  font-size: 21px;
  line-height: 32px;
  font-weight: bold;
}
.about-us-text img {
  width: 100%;
  -webkit-mask-image: url(/Resources/img/mask-img-medium.svg);
  mask-image: url(/Resources/img/mask-img-medium.svg);
  mask-repeat: no-repeat;
}

.team-members {
  position: relative;
}
.team-members:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background: #F0E4CC;
}
.team-members .item {
  display: block;
  color: #004132;
  margin: 0 0 25px;
}
.team-members .item:hover .img-wrapper img:not(.arrow-right) {
  border-radius: 75px;
}
.team-members .item:hover b.title {
  color: #fcaf17;
}
.team-members .item .img-wrapper {
  margin: 0 0 25px;
  position: relative;
}
.team-members .item .img-wrapper img:not(.arrow-right) {
  width: 100%;
  border-radius: 40px;
  transition: all 0.3s ease-in-out;
}
.team-members .item .img-wrapper .arrow-right {
  position: absolute;
  right: 25px;
  bottom: 25px;
  max-width: 40px;
}
.team-members .item b.title {
  display: block;
  font-weight: 700;
  font-size: 21px;
  margin: 0 0 3px;
  transition: all 0.3s ease-in-out;
}

.what-you-get {
  padding: 125px 0 75px 0;
}
.what-you-get h2, .what-you-get h3, .what-you-get h4, .what-you-get h5, .what-you-get h6 {
  text-align: center;
  margin: 0 0 50px;
}
.what-you-get ul {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 75px 0 50px;
}
.what-you-get ul li {
  position: relative;
  padding: 0 0 0 85px;
  font-size: 20px;
  margin: 0 0 50px;
  max-width: calc(50% - 85px);
  width: 100%;
}
.what-you-get ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url("/Resources/img/logos/beeldmerk-green.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 60px;
  height: 60px;
}
.what-you-get b {
  display: block;
  text-align: center;
  font-size: 26px;
  font-weight: 500;
}

.studio {
  padding: 75px 0;
  margin: 75px 0 150px;
}
.studio .outer {
  background: #CEE6C1;
  padding: 25px 75px 75px;
  border-radius: 40px;
}
.studio .outer .top-title {
  margin: -145px 0 0;
}
.studio .outer .top-title h2, .studio .outer .top-title h3, .studio .outer .top-title h4, .studio .outer .top-title h5, .studio .outer .top-title h6 {
  font-size: 80px;
  line-height: 78px;
  font-weight: 700;
}
.studio .outer h2, .studio .outer h3, .studio .outer h4, .studio .outer h5, .studio .outer h6 {
  margin: 0 0 25px;
}
.studio .outer b, .studio .outer strong {
  font-size: 21px;
  line-height: 26px;
  display: block;
  margin: 0 0 15px;
  font-weight: 500;
}
.studio .outer .img-wrapper {
  position: relative;
}
.studio .outer .img-wrapper .mask-img img {
  width: 100%;
  -webkit-mask-image: url(/Resources/img/mask-img-small-round.svg);
  mask-image: url(/Resources/img/mask-img-small-round.svg);
  mask-repeat: no-repeat;
  display: block;
  max-width: 350px;
  margin: 0 auto;
}
.studio .outer .img-wrapper .img-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -75px;
  max-width: 175px;
  width: 100%;
  z-index: 2;
}
.studio .img-wrapper-bottom {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: end;
  margin: 75px 0 -250px;
}
.studio .img-wrapper-bottom img {
  width: 100%;
  border-radius: 40px;
  display: block;
  object-fit: cover;
}
.studio .img-wrapper-bottom img:nth-of-type(1) {
  max-width: 675px;
}
.studio .img-wrapper-bottom img:nth-of-type(2) {
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 400px;
}
.studio .img-wrapper-bottom img:nth-of-type(3) {
  max-width: 550px;
  margin: 0 0 0 auto;
  max-height: 350px;
}

.text-kitchen {
  padding: 75px 0;
}
.text-kitchen h2, .text-kitchen h3, .text-kitchen h4, .text-kitchen h5, .text-kitchen h6 {
  color: #004132;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 60px;
  line-height: 55px;
  margin: 0 0 25px;
}
.text-kitchen h2 b, .text-kitchen h2 strong, .text-kitchen h3 b, .text-kitchen h3 strong, .text-kitchen h4 b, .text-kitchen h4 strong, .text-kitchen h5 b, .text-kitchen h5 strong, .text-kitchen h6 b, .text-kitchen h6 strong {
  color: #7EAE7B;
  font-style: normal;
  display: inline-block;
  font-size: 60px;
}
.text-kitchen i, .text-kitchen em {
  font-style: normal;
  font-size: 20px;
  display: block;
  font-weight: 500;
  margin: 0 0 15px;
}
.text-kitchen .btn-default {
  display: table;
  border: none;
  color: #fff;
  background: #003f31;
  cursor: pointer;
  border-radius: 100px;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-weight: 500;
  font-size: 20px;
  position: relative;
  padding: 12px 25px;
  font-family: "Unbounded", serif;
  position: relative;
  color: #cee6c1;
  margin: 25px 0 0;
}
.text-kitchen .btn-default:hover {
  background: #fcaf17;
  color: #003f31;
}
.text-kitchen .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.text-kitchen .btn-default.loading:before {
  content: "\f110" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  position: absolute;
  left: 10px;
  background: none;
  transform: none;
  top: initial;
  width: initial;
  height: initial;
}

.full-width-banner-image img {
  width: 100%;
}

.simple-text-about {
  padding: 75px 0;
  text-align: center;
  background: #F0E4CC;
  margin: 0 0 -75px;
}
.simple-text-about h2, .simple-text-about h3, .simple-text-about h4, .simple-text-about h5, .simple-text-about h6 {
  font-weight: 700;
  margin: 0 0 25px;
}

.persoon-detail p {
  margin: 0 0 15px;
}
.persoon-detail .btn-back {
  display: table;
  position: relative;
  color: #004132;
  margin: 0 0 15px;
  padding: 10px;
  font-size: 12px;
}
.persoon-detail .btn-back:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/Resources/img/Terug_Icoontje.svg");
  background-position: center;
  background-size: contain;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}
.persoon-detail .img-wrapper {
  position: relative;
}
.persoon-detail .img-wrapper:before {
  content: "";
  position: absolute;
  top: 50px;
  left: -125px;
  background-image: url("/Resources/img/logos/stempel-tekst-green.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 200px;
  height: 200px;
  z-index: 2;
  opacity: 0.3;
}
.persoon-detail .img-wrapper .mask {
  width: 100%;
  -webkit-mask-image: url(/Resources/img/mask-img-small-round.svg);
  mask-image: url(/Resources/img/mask-img-small-round.svg);
  mask-repeat: no-repeat;
}
.persoon-detail h2, .persoon-detail h3, .persoon-detail h4, .persoon-detail h5, .persoon-detail h6 {
  font-size: 48px;
  margin: 0 0 10px;
}
.persoon-detail h2 b, .persoon-detail h2 strong, .persoon-detail h3 b, .persoon-detail h3 strong, .persoon-detail h4 b, .persoon-detail h4 strong, .persoon-detail h5 b, .persoon-detail h5 strong, .persoon-detail h6 b, .persoon-detail h6 strong {
  color: #CEE6C1;
}
.persoon-detail i, .persoon-detail em {
  font-size: 20px;
  line-height: 28px;
  display: block;
  margin: 25px 0;
  font-weight: bold;
  font-style: normal;
}
.persoon-detail .links {
  display: block;
  margin: 25px 0 0;
}
.persoon-detail .links li {
  display: inline-block;
  margin: 0 0 10px;
}
.persoon-detail .links li:nth-of-type(1) a:before {
  background-image: url("/Resources/img/icons/phone.svg");
}
.persoon-detail .links li:nth-of-type(2) {
  margin: 0 10px;
}
.persoon-detail .links li:nth-of-type(2) a:before {
  background-image: url("/Resources/img/icons/email.svg");
}
.persoon-detail .links li:nth-of-type(3) a:before {
  background-image: url("/Resources/img/icons/linkedin-green.svg");
}
.persoon-detail .links li a {
  padding: 12px 25px 12px 45px;
  background: #004132;
  border-radius: 100px;
  color: #fff;
  display: inline-block;
  font-weight: 300;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.persoon-detail .links li a:hover {
  transform: scale(1.1);
}
.persoon-detail .links li a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 18px;
  height: 18px;
}

.other-team-members {
  padding: 300px 0 75px 0;
}
.other-team-members .team-row {
  position: relative;
  top: -125px;
}
.other-team-members .outer {
  padding: 0 50px 0;
  background: #CEE6C1;
  border-radius: 40px;
  max-height: 400px;
}
.other-team-members .item {
  display: block;
  color: #004132;
  margin: 0 0 25px;
  font-size: 14px;
}
.other-team-members .item .img-wrapper {
  margin: 0 0 25px;
  position: relative;
}
.other-team-members .item .img-wrapper img:not(.arrow-right) {
  width: 100%;
  border-radius: 40px;
}
.other-team-members .item .img-wrapper .arrow-right {
  position: absolute;
  right: 25px;
  bottom: 25px;
  max-width: 40px;
}
.other-team-members .item b.title {
  display: block;
  font-weight: 700;
  font-size: 16px;
  margin: 0 0 3px;
}

@media only screen and (max-width: 1550px) {
  .studio .img-wrapper-bottom img:nth-of-type(1) {
    max-width: 550px;
  }
  .studio .img-wrapper-bottom img:nth-of-type(3) {
    max-width: 450px;
  }
}
@media only screen and (max-width: 1200px) {
  .studio .img-wrapper-bottom {
    margin: 100px 0 -250px;
  }
  .studio .img-wrapper-bottom img:nth-of-type(1) {
    max-width: 450px;
  }
  .studio .img-wrapper-bottom img:nth-of-type(2) {
    max-width: 350px;
  }
  .studio .img-wrapper-bottom img:nth-of-type(3) {
    max-width: 400px;
  }
  .text-kitchen h2, .text-kitchen h3, .text-kitchen h4, .text-kitchen h5, .text-kitchen h6 {
    font-size: 45px;
    line-height: 40px;
  }
  .text-kitchen h2 b, .text-kitchen h2 strong, .text-kitchen h3 b, .text-kitchen h3 strong, .text-kitchen h4 b, .text-kitchen h4 strong, .text-kitchen h5 b, .text-kitchen h5 strong, .text-kitchen h6 b, .text-kitchen h6 strong {
    font-size: 45px;
  }
  .persoon-detail {
    padding: 75px 0 0;
  }
  .other-team-members .outer {
    max-height: 275px;
  }
}
@media only screen and (max-width: 991.5px) {
  .about-us-text h1 {
    font-size: 55px;
  }
  .studio .outer {
    padding: 50px;
  }
  .studio .outer .top-title h2, .studio .outer .top-title h3, .studio .outer .top-title h4, .studio .outer .top-title h5, .studio .outer .top-title h6 {
    font-size: 60px;
    line-height: 58px;
  }
  .studio .outer .img-wrapper .mask-img img {
    max-width: initial;
  }
  .studio .outer .img-wrapper-bottom {
    margin: 150px 0 -250px;
  }
  .studio .outer .img-wrapper-bottom img:nth-of-type(1) {
    max-width: 400px;
  }
  .studio .outer .img-wrapper-bottom img:nth-of-type(2) {
    max-width: 300px;
  }
  .studio .outer .img-wrapper-bottom img:nth-of-type(3) {
    max-width: 300px;
  }
  .persoon-detail .img-wrapper:before {
    left: 15px;
    top: 200px;
    width: 150px;
    height: 150px;
  }
  .persoon-detail .links li {
    margin: 0 0 15px;
  }
  .other-team-members {
    padding: 300px 0 75px 0;
  }
  .other-team-members .outer {
    max-height: initial;
  }
}
@media only screen and (max-width: 767.54px) {
  .about-us-text {
    padding: 50px 0;
  }
  .about-us-text .outer-text {
    padding: 0 0 25px 0;
  }
  .about-us-text h1 {
    font-size: 45px;
    line-height: 40px;
  }
  .about-us-text img {
    margin: 15px auto 0;
    mask-position: center;
  }
  .what-you-get {
    padding: 50px 0;
  }
  .what-you-get ul li {
    max-width: 100%;
  }
  .what-you-get b {
    font-size: 20px;
  }
  .studio {
    margin: 0 0 150px;
  }
  .studio .outer {
    padding: 25px;
  }
  .studio .outer .top-title {
    margin: -65px 0 0;
  }
  .studio .outer .top-title h2, .studio .outer .top-title h3, .studio .outer .top-title h4, .studio .outer .top-title h5, .studio .outer .top-title h6 {
    font-size: 30px;
    line-height: 28px;
  }
  .studio .outer h2, .studio .outer h3, .studio .outer h4, .studio .outer h5, .studio .outer h6 {
    line-height: 26px;
  }
  .studio .outer b, .studio .outer strong {
    font-size: 18px;
    line-height: 23px;
  }
  .studio .outer .img-wrapper {
    margin: 0 0 25px;
  }
  .studio .outer .img-wrapper .img-right {
    max-width: 125px;
    right: -15px;
  }
  .studio .outer .img-wrapper .mask-img img {
    max-width: 275px;
  }
  .studio .outer .img-wrapper-bottom {
    margin: 125px 0 -150px;
  }
  .studio .outer .img-wrapper-bottom img:nth-of-type(1) {
    max-width: 200px;
    margin: 0 0 0 -25px;
  }
  .studio .outer .img-wrapper-bottom img:nth-of-type(2) {
    max-width: 225px;
  }
  .studio .outer .img-wrapper-bottom img:nth-of-type(3) {
    max-width: 175px;
    margin: 0 0 0 50px;
  }
  .text-kitchen {
    padding: 0 0 75px;
  }
  .simple-text-about {
    padding: 50px 0 100px;
  }
  .simple-text-about h2, .simple-text-about h3, .simple-text-about h4, .simple-text-about h5, .simple-text-about h6 {
    line-height: 26px;
    margin: 0 0 15px;
  }
  .persoon-detail {
    padding: 65px 0 0;
  }
  .persoon-detail h2, .persoon-detail h3, .persoon-detail h4, .persoon-detail h5, .persoon-detail h6 {
    font-size: 32px;
  }
  .persoon-detail .img-wrapper {
    margin: 0 0 15px;
  }
  .persoon-detail .img-wrapper:before {
    top: 0;
    left: -5px;
  }
  .persoon-detail .img-wrapper .mask {
    max-width: 250px;
    display: block;
    margin: 0 auto;
  }
  .persoon-detail .links li {
    display: block;
    margin: 0 0 10px !important;
  }
  .other-team-members {
    padding: 200px 0 75px;
  }
  .other-team-members .outer {
    padding: 0 25px 0;
  }
  .other-team-members .outer .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.inspiratie-text {
  background: #F9C967;
  padding: 75px 0 100px;
}
.inspiratie-text h1 {
  font-size: 60px;
  line-height: 58px;
  color: #fff;
  margin: 0 0 25px;
}
.inspiratie-text h1 b, .inspiratie-text h1 strong {
  color: #004132;
}
.inspiratie-text .img-wrapper {
  position: relative;
}
.inspiratie-text .img-wrapper img {
  width: 100%;
  border-radius: 40px;
  position: relative;
}
.inspiratie-text .img-wrapper img:nth-of-type(2) {
  max-width: 500px;
  top: 300px;
  left: -200px;
  position: absolute;
}
.inspiratie-text .img-wrapper img:nth-of-type(3) {
  max-width: 250px;
  top: 425px;
  position: absolute;
  right: 0;
}

.inspiratie-detail {
  background: #F0E4CC;
  padding: 25px 0 50px;
  color: #004132;
}
.inspiratie-detail .breadcrumbs {
  margin: 0 0 50px;
}
.inspiratie-detail h1 {
  color: #004132;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 65px;
  line-height: 60px;
  margin: 0 0 25px;
}

@media only screen and (max-width: 1200px) {
  .inspiratie-text .img-wrapper img:nth-of-type(2) {
    max-width: 350px;
    left: -75px;
    top: 250px;
  }
  .inspiratie-text .img-wrapper img:nth-of-type(3) {
    top: 305px;
  }
}
@media only screen and (max-width: 991.5px) {
  .inspiratie-detail h1 {
    font-size: 40px;
    line-height: 35px;
  }
  .inspiratie-text h1 {
    font-size: 50px;
    line-height: 48px;
  }
  .inspiratie-text .img-wrapper img:nth-of-type(2) {
    max-width: 300px;
    top: 250px;
  }
  .inspiratie-text .img-wrapper img:nth-of-type(3) {
    max-width: 200px;
    right: -15px;
    top: 250px;
  }
}
@media only screen and (max-width: 767.5px) {
  .inspiratie-text {
    padding: 50px 0 100px;
  }
  .inspiratie-text h1 {
    font-size: 35px;
    line-height: 32px;
  }
  .inspiratie-text .img-wrapper {
    margin: 25px 0 0;
  }
  .inspiratie-text .img-wrapper img:nth-of-type(2) {
    top: 150px;
    max-width: 250px;
    left: -15px;
  }
}
/*@import "pages/about.scss";
@import "pages/producten.scss";

@import "pages/text.scss";*/
/*
@import "pages/text.scss";
@import "pages/template-ontdek.scss";
@import "pages/prijzen.scss";
@import "pages/faq.scss";*/
.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha-terms {
  margin: 0;
  font-size: 12px;
  display: table;
}
.recaptcha-terms a {
  display: inline-block;
  color: inherit;
  text-decoration: underline !important;
}

.fixed-button {
  position: fixed;
  right: 25px;
  bottom: 25px;
  background: #fff;
  display: flex;
  z-index: 2;
  min-width: 190px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.33);
  border-radius: 5px;
  align-items: center;
  font-family: "Unbounded", serif;
  color: #2E0B1A;
  padding: 10px 20px;
}
.fixed-button img {
  max-width: 23px;
  width: 100%;
  border-right: 1px solid #E2E2E2;
  padding: 0 15px 0 0;
}
.fixed-button a {
  color: #2E0B1A;
}
.fixed-button .text {
  /*       border-left: 1px solid #E2E2E2;*/
  padding-left: 15px;
}

html {
  overflow-x: hidden;
}
html.modal-open {
  overflow: hidden;
}
html.modal-open body {
  overflow: hidden;
}

body {
  position: relative;
  font-family: "Unbounded", serif;
  background: #fff;
  font-weight: 400;
  overflow-x: hidden;
  margin: 0;
  line-height: 24px;
  font-size: 15px;
  color: #004132;
}

p {
  margin: 0;
}

:focus {
  outline: none !important;
}

.container-fluid.custom {
  padding: 0px 15px;
  max-width: 1550px;
}
.container-fluid.custom2 {
  padding: 0px 15px;
  max-width: 1325px;
}

input, button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: "Unbounded", serif;
  font-weight: 500;
  line-height: initial;
  color: #003f31;
}
h1 b, h1 strong, h2 b, h2 strong, h3 b, h3 strong, h4 b, h4 strong, h5 b, h5 strong, h6 b, h6 strong {
  color: #7ead7b;
}

h2, h3, h4, h5, h6 {
  font-size: 34px;
  line-height: 40px;
  margin: 0 0 50px;
}

*, ::after, ::before {
  box-sizing: border-box;
}

img {
  vertical-align: middle;
}

.loading-div {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
}
.loading-div:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.6;
}
.loading-div .circle {
  line-height: 20px;
  text-align: center;
  margin-top: 10px;
  color: #2B2E42;
}
.loading-div .circle .fa {
  font-size: 16px;
  bottom: -10px;
  position: relative;
  margin-right: 8px;
  animation-name: blink;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}
.loading-div .circle .fa:nth-child(1) {
  animation-delay: 0.2s;
}
.loading-div .circle .fa:nth-child(2) {
  animation-delay: 0.4s;
}
.loading-div .circle .fa:nth-child(3) {
  animation-delay: 0.6s;
}
.loading-div .inner {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  width: calc(100% - 30px);
  font-size: 25px;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999;
}
.loading-div .inner b {
  font-weight: 500;
}
.loading-div.activeloader {
  opacity: 1;
  visibility: visible;
}

.w-100 {
  width: 100% !important;
}

.hidden {
  display: none !important;
  opacity: 0;
}

a {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  position: relative;
  top: 0;
  font-size: 12px;
  margin-bottom: 20px;
}
.breadcrumbs li {
  position: relative;
  padding-right: 25px;
  color: #003f31;
}
.breadcrumbs li:not(:last-child):after {
  content: "";
  position: absolute;
  height: 1px;
  width: 10px;
  background: #003f31;
  top: 50%;
  transform: translateY(-50%);
  right: 7px;
}
.breadcrumbs li img {
  max-width: 15px;
  border-radius: 0;
}
.breadcrumbs li a {
  color: #003f31;
}

.errors {
  height: 100vh;
  width: 100vw;
  position: relative;
}
.errors.thanks {
  padding: 150px 0;
  height: initial;
}
.errors.thanks .content {
  position: relative;
}
.errors:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 0;
}
.errors .content {
  width: 800px;
  max-width: calc(100% - 30px);
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 40px 60px;
  border-radius: 20px;
  background: #cee6c1;
  color: #003f31;
}
.errors .content .inner {
  color: #003f31;
}
.errors .content h1, .errors .content h2, .errors .content h3, .errors .content h4, .errors .content h5, .errors .content h6 {
  font-size: 35px;
  font-weight: 500;
  color: #003f31;
  margin-bottom: 20px;
}
.errors .content .btn-default {
  display: table;
  border: none;
  color: #fff;
  background: #003f31;
  cursor: pointer;
  border-radius: 100px;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-weight: 500;
  font-size: 20px;
  position: relative;
  padding: 12px 25px;
  font-family: "Unbounded", serif;
  position: relative;
  color: #cee6c1;
  margin: 20px auto 0 !important;
}
.errors .content .btn-default:hover {
  background: #fcaf17;
  color: #003f31;
}
.errors .content .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.errors .content .btn-default.loading:before {
  content: "\f110" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  position: absolute;
  left: 10px;
  background: none;
  transform: none;
  top: initial;
  width: initial;
  height: initial;
}
.errors .content p {
  margin: 0;
}

.overlay-search {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 2;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.overlay-search.active {
  opacity: 1;
  visibility: visible;
}

.form-group {
  margin-bottom: 15px;
}
.form-group select {
  background-image: url(/Resources/img/arrow.svg) !important;
  background-repeat: no-repeat !important;
  background-size: 12px !important;
  background-position: 95% !important;
}
.form-group .form-control {
  height: inherit;
  padding: 16px 20px;
  color: #000;
  border: none;
  width: 100%;
  font-family: inherit;
  font-size: 16px;
  -webkit-appearance: none;
  border-radius: 0;
  background: #fff;
  border-radius: 12px;
  -webkit-appearance: none;
  font-family: "Unbounded", serif;
}
.form-group .help-block {
  display: block;
  color: #E84631;
  font-weight: 400;
  font-size: 14px;
  margin-top: 5px;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  font-size: 14px;
  border: 1px solid transparent;
}
.alert.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert.alert-succes {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert.alert-primary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.popup-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 999;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  overflow-y: auto;
  overflow-x: hidden;
  opacity: 0;
  visibility: hidden;
}
.popup-modal.small .content {
  max-width: 600px;
  padding: 50px 100px 30px;
}
.popup-modal.modal-big .content {
  max-width: 850px;
  padding: 50px 50px 35px 50px;
}
.popup-modal.modal-big .content .close-modal {
  top: 15px;
}
.popup-modal.active {
  opacity: 1;
  visibility: visible;
}
.popup-modal .btn-default {
  display: table;
  border: none;
  color: #fff;
  background: #003f31;
  cursor: pointer;
  border-radius: 100px;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-weight: 500;
  font-size: 20px;
  position: relative;
  padding: 12px 25px;
  font-family: "Unbounded", serif;
  position: relative;
  color: #cee6c1;
}
.popup-modal .btn-default:hover {
  background: #fcaf17;
  color: #003f31;
}
.popup-modal .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.popup-modal .btn-default.loading:before {
  content: "\f110" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  position: absolute;
  left: 10px;
  background: none;
  transform: none;
  top: initial;
  width: initial;
  height: initial;
}
.popup-modal iframe {
  width: 100%;
}
.popup-modal b, .popup-modal h1, .popup-modal h2, .popup-modal h3, .popup-modal h5 {
  font-size: 32px;
  font-weight: 500;
  line-height: initial;
  margin-bottom: 25px;
  display: block;
  font-family: "Unbounded", serif;
  color: #1b7db1;
}
.popup-modal .content {
  position: relative;
  width: calc(100% - 30px) !important;
  max-width: 650px;
  background: #d5f0ff;
  color: #1b7db1;
  padding: 25px 50px 35px 50px;
  margin-bottom: 50px;
  border-radius: 25px;
  margin: 50px auto;
  overflow: hidden;
}
.popup-modal .content .recaptcha-terms {
  margin: 15px 0 0;
}
.popup-modal .content .inners {
  position: relative;
  z-index: 1;
}
.popup-modal .content .close-modal {
  color: #1b7db1;
  position: absolute;
  right: 25px;
  font-size: 28px;
  cursor: pointer;
  top: 33px;
  z-index: 2;
}

.back-to-top {
  padding: 0 0 25px;
  display: block;
}
.back-to-top .img-to-top {
  display: block;
  margin: 0 0 0 auto;
  max-width: 40px;
  width: 100%;
  cursor: pointer;
}

.basic-text.text-img-doing h2, .basic-text.text-img-doing h3, .basic-text.text-img-doing h4, .basic-text.text-img-doing h5, .basic-text.text-img-doing h6 {
  color: #fff;
  margin: 0 0 15px;
}
.basic-text.text-img-doing .btn-default {
  background: #F0E4CC;
  color: #000;
}
.basic-text.text-img-doing a:not(.btn-default) {
  color: #fff;
}
.basic-text.text-kitchen h2, .basic-text.text-kitchen h3, .basic-text.text-kitchen h4, .basic-text.text-kitchen h5, .basic-text.text-kitchen h6 {
  font-size: 34px;
  line-height: 40px;
  margin: 0 0 15px;
}
.basic-text.inspiratie-detail {
  padding: 50px 0 75px;
  margin-bottom: -75px;
}
.basic-text.inspiratie-detail h2, .basic-text.inspiratie-detail h3, .basic-text.inspiratie-detail h4, .basic-text.inspiratie-detail h5, .basic-text.inspiratie-detail h6 {
  margin: 0 0 15px;
}
.basic-text ul {
  padding: 0 0 0 20px;
  margin: 15px 0;
}
.basic-text ul li {
  list-style: disc;
  margin: 0 0 5px;
}
.basic-text a:not(.btn-default) {
  text-decoration: underline;
  color: initial;
  transition: all 0.3s ease-in-out;
}
.basic-text a:not(.btn-default):hover {
  color: #fcaf17;
}
.basic-text .btn-default {
  display: table;
  border: none;
  color: #fff;
  background: #003f31;
  cursor: pointer;
  border-radius: 100px;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-weight: 500;
  font-size: 20px;
  position: relative;
  padding: 12px 25px;
  font-family: "Unbounded", serif;
  position: relative;
  color: #cee6c1;
  margin: 25px 0 0;
}
.basic-text .btn-default:hover {
  background: #fcaf17;
  color: #003f31;
}
.basic-text .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.basic-text .btn-default.loading:before {
  content: "\f110" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  position: absolute;
  left: 10px;
  background: none;
  transform: none;
  top: initial;
  width: initial;
  height: initial;
}

.text-page a {
  color: #003f31;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.text-page a:hover {
  color: #FCAF17;
}

@keyframes blink {
  0% {
    bottom: -10px;
  }
  50% {
    bottom: 0px;
  }
  100% {
    bottom: -10px;
  }
}
@keyframes rotating {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
section:not(.fold-home).anim-active .container-fluid.custom {
  opacity: 1;
  top: 0;
}
section:not(.fold-home) .container-fluid.custom {
  position: relative;
  opacity: 0;
  top: 10px;
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
section.anim-active {
  -webkit-transition: opacity 0.4s linear 0s;
  transition: opacity 0.4s linear 0s;
}

footer {
  background: #003f31;
  padding: 50px 0 0;
  font-size: 14px;
  color: #fff;
}
footer .logo-footer {
  max-width: 200px;
  with: 100%;
  margin: 0 0 25px;
}
footer b {
  display: block;
  font-weight: normal;
}
footer .contact-info ul li {
  position: relative;
  padding: 0 0 0 25px;
  margin: 0 0 5px;
}
footer .contact-info ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 15px;
  height: 15px;
  transition: all 0.3s ease-in-out;
}
footer .contact-info ul li:hover:before {
  transform: scale(1.1);
}
footer .contact-info ul li:nth-of-type(1):before {
  background-image: url("/Resources/img/icons/phone.svg");
  left: 1px;
}
footer .contact-info ul li:nth-of-type(2):before {
  background-image: url("/Resources/img/icons/email.svg");
  left: -1px;
}
footer .contact-info ul li:nth-of-type(3):before {
  background-image: url("/Resources/img/icons/adres.svg");
}
footer .contact-info ul li a {
  color: #f7f9f9;
  transition: all 0.3s ease-in-out;
}
footer .contact-info ul li a:hover {
  color: #fcaf17;
}
footer .form-wrapper {
  position: relative;
  margin: 10px 0 0;
}
footer .form-wrapper .form-control {
  background: #407165;
  border-radius: 100px;
  color: #fff;
  font-weight: normal;
}
footer .form-wrapper .form-control::placeholder {
  color: #fff;
}
footer .form-wrapper .btn-default {
  position: absolute;
  top: -9px;
  right: 15px;
  max-width: 150px;
  font-size: 16px;
  color: #003f31;
  background: #fff;
  transition: all 0.3s ease-in-out;
}
footer .form-wrapper .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  padding-left: 40px;
}
footer .form-wrapper .btn-default.loading:before {
  content: "\f110" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  position: absolute;
  left: 10px;
  background: none;
  transform: none;
  top: initial;
  width: initial;
  height: initial;
}
footer .form-wrapper .btn-default:hover {
  transform: scale(1.1);
}
footer .pd-left {
  padding: 0 15px 0 100px;
}
footer .social-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
footer .social-wrap ul {
  display: flex;
  align-items: center;
  flex-direction: row;
  margin: 0 0 0 25px;
}
footer .social-wrap ul li:not(:last-child) {
  margin: 0 15px 0 0;
}
footer .social-wrap ul li:hover img {
  transform: rotate(6deg);
}
footer .social-wrap ul a {
  display: inline-block;
}
footer .social-wrap ul a img {
  max-width: 20px;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
footer .social-wrap ul a img.tiktok {
  max-width: 24px;
}
footer .btn-default {
  padding: 5px;
  color: #fff;
  border-radius: 100px;
  border: 2px solid #fff;
  width: 100%;
  display: block;
  text-align: center;
  margin: 15px 0 0;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
footer .btn-default:hover {
  background: #fff;
  color: #003f31;
}
footer .copy {
  background: #cee6c1;
  padding: 10px 0;
  color: #003f31;
  font-size: 11px;
  margin: 25px 0 0;
}
footer .copy a {
  color: #003f31;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
footer .copy a:hover {
  color: #fcaf17;
}
footer .copy ul {
  display: block;
}
footer .copy ul li {
  display: inline-block;
  position: relative;
}
footer .copy ul li:not(:first-child) {
  padding: 0 0 0 5px;
}
footer .copy ul li:not(:first-child):before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 2.5px;
  height: 2.5px;
  border-radius: 50%;
  background: #003f31;
}

@media only screen and (max-width: 1300px) {
  footer .pd-left {
    padding: 0 15px 0 75px;
  }
}
@media only screen and (max-width: 767.5px) {
  footer .form-wrapper .btn-default {
    font-size: 0;
    max-width: 50px;
  }
  footer .form-wrapper .btn-default:before {
    content: "";
    background-image: url(/Resources/img/icons/email-footer.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    left: 44%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    position: absolute;
  }
  footer .contact-info {
    margin: 15px 0;
  }
  footer .social-wrap {
    margin: 15px 0 0;
    justify-content: start;
  }
  footer .pd-left {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 1550px) {
  .container-fluid.custom {
    padding: 0px 15px;
    max-width: 1350px;
  }
  .container-fluid.custom2 {
    max-width: 1250px;
  }
  .popup-modal .content {
    max-width: 800px;
    padding: 45px 50px;
  }
  .popup-modal .img-wrapper img {
    max-width: 45%;
  }
}
@media only screen and (max-width: 1350px) {
  .container-fluid.custom {
    padding: 0px 15px;
    max-width: 1250px;
  }
  .container-fluid.custom2 {
    max-width: 1150px;
  }
}
@media only screen and (max-width: 1200px) {
  .container-fluid.custom {
    padding: 0px 15px;
    max-width: 1150px;
  }
  .container-fluid.custom2 {
    max-width: 1050px;
  }
}
@media only screen and (max-width: 991.5px) {
  .errors:before {
    position: absolute;
    top: 0px;
    left: -370px;
    transform: unset;
    height: 100%;
    z-index: 0;
    background-size: 105%;
  }
  .popup-modal .content {
    padding: 45px 50px;
  }
}
@media only screen and (max-width: 767.5px) {
  .text-page {
    padding: 75px 0 50px;
  }
  .text-page h1 {
    font-size: 24px;
    margin: 0 0 10px;
  }
  .text-kitchen.basic-text {
    padding: 50px 0;
  }
  .errors .content {
    padding: 35px 25px;
  }
  h2, h3, h4, h5, h6 {
    font-size: 28px;
    margin: 0 0 10px;
  }
  .bubble {
    opacity: 0.5;
  }
  .shopping-modal .inner {
    padding: 50px 20px 20px;
    min-width: inherit;
  }
  .shopping-modal .btn-row {
    margin-top: 30px px;
  }
  .banner-text {
    height: 200px;
  }
  .banner-text .text {
    font-size: 30px;
    width: calc(100% - 30px);
  }
  .popup-modal.modal-big .content {
    padding: 50px 25px 35px 25px;
  }
  .popup-modal b, .popup-modal h1, .popup-modal h2, .popup-modal h3, .popup-modal h4, .popup-modal h5, .popup-modal h6 {
    font-size: 28px;
    margin: 0;
  }
  .popup-modal iframe {
    height: 250px;
  }
  .popup-modal .content {
    margin-bottom: 0px;
    -webkit-mask-image: none;
    padding: 25px;
    max-height: 75vh;
    overflow-y: scroll;
  }
  .popup-modal .content .img-wrapper {
    overflow-x: scroll;
    margin: 25px 0 0 0;
  }
  .btn-default {
    padding: 10px 15px;
  }
  .breadcrumb-wrapper.shop-crumbs {
    display: block;
    padding: 15px 0;
  }
  .breadcrumb-wrapper.shop-crumbs .btn-back {
    margin: 0px 0px 15px;
  }
  .errors:before {
    transform: translateY(-50%);
    left: -260px;
    width: 250%;
    background-size: 120%;
    top: 68%;
  }
}
