#cookie-banner {
    font-family: 'Graphie';
}
#cookie-banner input:checked + .cookie-banner-slider,
#cookie-banner .cookie-banner-button-primary  {
    background-color: #F39200!important;
}
#cookie-banner .cookie-banner-footer {
    border-top: none!important;
}
.cookie-banner-body, #cookie-banner-back, #cookie-banner-preferences, .cookie-banner-title, #cookie-banner label {
    color: #000000!important;
}
#cookie-banner-preferences {
    background-color: transparent!important;
    border: 1px solid #6c757d!important;
    padding: 16px 24px!important;
    border-radius: 0px!important;
    font-size: 14px!important;
}
#cookie-banner .cookie-banner-button-secondary:hover {
    text-decoration: none!important;
}
#cookie-banner-accept {
    border: 1px solid #F39200 !important;
}
#cookie-banner .cookie-banner-content {
    max-width: 550px!important;
}
.cookie-banner-footer {
    overflow: hidden!important;
}
.cookie-banner-button-secondary, .cookie-banner-button-primary {
    font-weight: normal!important;
}

#contact{
  scroll-margin-top:100px;
}

#cookie-banner-preferences.cookie-banner-button-secondary,  #cookie-banner-accept.cookie-banner-button-primary {
    flex: 1;
    margin: 0 5px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55px;
    padding: 16px 24px!important;
}
.cookie-banner-footer {
    justify-content: space-between!important;
}
.preferences .cookie-banner-footer {
    justify-content: end!important;
}
.form-error {
    color: #f53838;
}
@media (min-width: 320px) and (max-width: 767px) {
    .footer__shape {
        display: none;
    }

    .steps-contact-form .input-wrap{
      margin-bottom: 7px;
    }

}
.about-content .list-wrap ul li {
    font-weight: 400;
}
.open-mobile-menu a {
    background-color: #006986;
}
.open-mobile-menu a:hover {
    background-color: #F39200;
}
.footer__menu {
    position: relative;
    z-index: 3;
}
.footer__menu ul {
    margin-bottom: 0;
}
.footer__menu ul li {
    margin-bottom: 0;
    padding-left: 0;
}
.footer__menu ul li::before {
    display: none;
}
.footer__menu ul li a {
    font-family: "Graphie";
    font-size: 24px;
    font-weight: 300;
    line-height: 32px;
    color: #004350;
}
@media (max-width: 767px) {
    .footer__menu ul li a {
        text-align: center;
        display: block;
    }
}
@media (max-width: 1199px) {
    .footer__menu ul li a {
        font-size: 16px;
        line-height: 1.2;
    }
}
.steps-contact-form {
    max-height: 100vh;
    overflow: scroll;
    z-index: 9999;
}

.module-grid .module-grid-col .module-grid-item {
    position: relative;
}
.module-grid .module-grid-col .module-grid-item.sold {
    background-color: white;
}
.module-grid .module-grid-col .module-grid-item.sold span {
    background-color: #F39200;
    color: white;
    font-weight: bolder;
    padding: 0px 4px;
    font-size: 12px;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
}
.module-grid .module-grid-col .module-grid-item.sold p {
    opacity: 0.1;
}
.module-grid .module-grid-col .module-grid-item.sold img {
    opacity: 0.1;
}
.module-grid .module-grid-col .module-grid-item.reserved {
    background-color: white;
}
.module-grid .module-grid-col .module-grid-item.reserved span {
    background-color: #FBDFB5;
    color: white;
    font-weight: bolder;
    padding: 0px 4px;
    font-size: 12px;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
}
.module-grid .module-grid-col .module-grid-item.reserved p {
    opacity: 0.1;
}
.module-grid .module-grid-col .module-grid-item.reserved img {
    opacity: 0.1;
}
.custom-check-mark {
    background-color: white;
    cursor: pointer;
}
.contact-form .c-checkbox-wrap input[type="checkbox"]:disabled + .custom-check-mark {
    background-color: #b7d8e1;
    cursor: not-allowed;
}
@media (max-width: 767px) {
    .module-grid .module-grid-col .module-grid-item.sold span {
        top: initial;
        font-size: 8px;
        bottom: 5px;
    }
    .module-grid .module-grid-col .module-grid-item.reserved span {
        top: initial;
        font-size: 8px;
        bottom: 5px;
    }

}
.main-menu ul li a {
    text-transform: initial;
}
.main-menu ul li a.active {
    color: #F39200;
}
.expend-list-wrap ul li::before {
    background-color: #F39200;
}

.footer-section {
    background-color: #F5F7F7;
}
.footer-text p {
    font-weight: 400;
}
.footer-text-3 a {
    text-decoration: none;
}
.footer-text-3 a:hover {
    text-decoration: underline;
}
.contact-team .team-icon img {
    border-radius: 50%;
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.contact-team p {
    font-weight: 300;
}
.contact-team a {
    font-weight: 300;
    color: #006986;
    text-decoration: none;
}
.contact-team a:hover {
    color: #006986;
    text-decoration: underline;
}
.header-social a {
    border-width: 1.5px;
}
.contact-form {
    background-color: #F5F7F7;
}
.contact-form .input-wrap textarea {
    border-radius: 0;
}
.contact-form .input-wrap textarea::placeholder {
    color: #0F738E;
}
.contact-form .input-wrap input::placeholder {
    color: #0F738E;
}
.technique-section-2 .tech-info h4 {
    font-family: 'Graphie', sans-serif;
    /*font-size: 40px;
    line-height: 48px;*/
    font-weight: 'ExtraBold';
}
.contact-form .info-wrap .info h4 {
    line-height: 36px;
}
#map {
    height: 600px;
}
.gm-style-iw.gm-style-iw-c h4 {
    color: white;
    font-family: "Graphie";
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 5px;
}
.gm-style-iw.gm-style-iw-c p {
    font-family: "Graphie";
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: #FFFFFF;
}
.gm-style-iw.gm-style-iw-c a {
    font-family: "Graphie";
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: #FFFFFF;
}
.gm-style-iw.gm-style-iw-c {
    box-shadow: none;
    border-radius: 0;
    background-color: #006986;
    color: white;
    padding: 23px !important;
    padding-top: 30px !important;
}
.gm-style-iw-d {
    overflow: initial !important;
    max-height: initial !important;
}
.gm-style-iw-chr {
    position: absolute;
    top: 0;
    right: 0;
    transform: scale(.7);
}
.gm-style-iw-tc {
    filter: initial !important;
}
.gm-style-iw-tc::after {
    background-color: #006986 !important;
}

/* carousel */
.carousel-control-prev, .carousel-control-next {
    width: 3rem;
    height: 3rem;
    background-color: #ffffff;
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 1rem;
    margin-right: 1rem;
    transition: none;
    opacity: 1;
}
.carousel-control-prev:hover, .carousel-control-next:hover,
.carousel-control-prev:focus, .carousel-control-next:focus {
    background-color: #ffffff;
    outline: none;
    box-shadow: none;
    opacity: 1;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1rem;
    height: 1rem;
    background-size: 100%, 100%;
    border-radius: 50%;
    background-image: none;
}
.carousel-control-prev-icon::before, .carousel-control-next-icon::before {
    content: '';
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.carousel-control-prev-icon::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23222222' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e"); /* Kleur #222222 */
}
.carousel-control-next-icon::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23222222' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e"); /* Kleur #222222 */
}

.hero-section .hero-info h1 {
    font-size: 33px;
    line-height: 40px;
    font-weight: 800;
    margin-bottom: 0;
    color: #fff;
}

.hero-section .hero-info p {
    line-height: 1.4;
    margin-top: 5px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hero-section .hero-info h1 {
        font-size: 20px;
        line-height: 25px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hero-section .hero-info h1 {
        font-size: 20px;
        line-height: 25px;
    }
}
@media (max-width: 767px) {
    .hero-section .hero-info h1 {
        font-size: 12px;
        line-height: 14px;
    }
}

.technique-heading-quote h4 {
    font-family: "Graphie";
    font-style: italic;
    font-size: 47px;
    font-weight: 800;
    line-height: 67px;
    color: #F39200;
}

.technique-heading-quote h5 {
    font-size: 30px;
    color: #F39200;
    margin-top: 50px;
    font-weight: 600;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .technique-heading-quote h4 {
    font-size: 30px;
    line-height: 1.2;
  }
  .technique-heading-quote h5 {
    font-size: 20px;
    margin-top: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .technique-heading-quote h4 {
    font-size: 24px;
    line-height: 1.2;
  }
  .technique-heading-quote h5 {
    font-size: 18px;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .technique-heading-quote h4 {
    font-size: 20px;
    line-height: 1.2;
  }
  .technique-heading-quote h5 {
    font-size: 16px;
    margin-top: 20px;
  }
}