/* Team */
.member-body .member-info a {
    text-decoration: none !important;
    font-weight: normal;
}

.member-body .member-info a:hover {
    text-decoration: underline !important;
}

.member-body .member-info strong {
    --font: var(--font-2);
    display: inline-block;
    min-width: 30px;
    vertical-align: top;
}

.member-body .member-info strong svg {
    max-width: 20px;
}

.member-body .member-info div.text+div.text {
    margin-top: 6px;
}

.text-card.type-image .c-video-video.ratio {
    --ratio: 0.5682;
}

.icon-title-gouda svg {
    right: -50px !important;
}

.icon-title-gouda svg path {
    stroke: var(--dark);

}

.icon-title-reeuwijk svg {
    right: -50px !important;
}

.icon-title-reeuwijk svg path {
    stroke: var(--dark);

}

/* Homepage Text Map Hero */
/***** Media Queries *****/
@media screen and (min-width: 1200px) {
    .hero .hero-image-map:before {
        left: 0;
        right: 20vw;
    }

    .hero .hero-image .hero-image-map {
        margin-left: auto;
        margin-right: 0;
    }

    .hero .hero-image .hero-image-cities {
        margin-left: auto;
        margin-right: 0;
    }

    .hero .hero-image svg {
        margin-left: auto !important;
        width: 100%;
    }

    @media screen and (max-width: 1400px) {
        .hero .hero-image-map:before {
            right: auto;
            left: 0;
            width: 300px;
        }
    }
}

/***** Media Queries *****/
@media screen and (max-width: 1500px) and (min-width: 1200px) {
    .hero .hero-image {
        right: -10vw;
    }
}

@media screen and (max-width: 1300px) and (min-width: 1200px) {
    .hero-image-cities,
    .hero-image-map {
        max-width: 85vw !important;
    }
}

/***** Media Queries *****/
@media screen and (max-width: 1200px) and (min-width: 64em) {
    .hero-image {
        right: 0 !important;
        position: relative !important;
        overflow: hidden !important;
        margin-top: -47px !important;
    }

    .hero-image-map,
    .hero-image-cities {
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-bottom: -8vh !important;
    }

    .hero-image-map {
        position: relative !important;
        left: auto !important;
        right: auto !important;
    }

    .hero-image svg,
    .hero-image img {
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }

    .hero .core {
        padding-top: 132px !important;
        padding-bottom: 0 !important;
    }

    .hero .hero-image-map:before {
        display: none !important;
    }

    .hero-image:after {
        content: "";
        display: block;
        position: absolute;
        top: 0%;
        left: 0;
        right: 0;
        bottom: 40%;
        background: -o-linear-gradient(top, #fff, transparent);
        background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(transparent));
        background: linear-gradient(to bottom, #fff, transparent);
    }
}



/* Contact Card */
.contact-card.new-contact-card {
    max-width: 440px;
    margin-left: auto;
    margin-right: 0;
    padding: 45px 37px 42px 37px;
    background-image: url(../images/quote.svg);
    background-repeat: no-repeat;
    background-position: right 36px top 32px;
}

.contact-card.new-contact-card .contact-card-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 38px;
    margin-bottom: 42px;
    min-height: 90px;
}

.contact-card.new-contact-card .contact-card-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contact-card.new-contact-card .contact-card-body img {
    border-radius: 50%;
}

.contact-card.new-contact-card .contact-card-body .buttons {
    margin-top: 17px;
}

@media screen and (min-width: 767px) {
    .contact-card.new-contact-card .show-on-mobile {
        display: none !important;
    }
}

@media screen and (max-width: 64em) {
    .contact-card.new-contact-card {
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .contact-card.new-contact-card {
        padding-left: 29px;
        padding-right: 29px;
        padding-bottom: 35px;
    }

    .contact-card.new-contact-card .contact-card-header br {
        display: none !important;
    }

    .contact-card.new-contact-card .contact-card-header .h3 {
        font-size: 26px !important;
    }

    .contact-card.new-contact-card .contact-card-text {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    .contact-card.new-contact-card .contact-card-body .buttons {
        display: none;
    }

    .contact-card.new-contact-card .contact-card-body .h4 {
        font-size: 22px;
    }

    .contact-card.new-contact-card .show-on-mobile {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding-top: 4px;
    }

    .contact-card.new-contact-card .show-on-mobile .buttons {
        display: block !important;
    }
}



/* Home Boxes */
.box.bg-blue.has-video-hover:hover {
    background-color: #1a2638;
}


/* Videos */
.c-video:hover svg path {
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.c-video:hover svg path:nth-child(2) {
    fill: #d11230 !important;
}

.c-video .c-video-cover:before {
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.c-video:hover .c-video-cover:before {
    opacity: 0.5;
}


/* Footer */
#footer .colophon.small.clear-links .inner .span-2 .text+a {
    font-weight: bold;
}

.location-text__email {
    color: #fff !important;
}

/* Contact Fix */
.location-text div a strong {
    -webkit-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
}


.m-house .actions {
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
}

.m-house .actions a {
    margin-right: 15px;
}

.m-house .actions a:last-child {
    margin-right: 0;
}

span.wpcf7-form-control-wrap[data-name="recipient_email"] {
    display: none !important;
}

.mava-badge {
    display: block;
    position: fixed;
    z-index: 99;
    left: 0;
    bottom: 20px;
    transform: translateX(-130%);
    transition: transform 0.4s;
}

.mava-badge.active {
    transform: translateX(20px);
}

.mava-badge__close {
    width: 20px;
    height: 20px;
    background-color: #fff;
    display: inline-flex;
    cursor: pointer;
    border-radius: 100%;
    position: absolute;
    top: -5px;
    right: -5px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    transition: 0.4s;
}

.mava-badge__close:hover {
    background-color: #000;
}

.mava-badge__close:hover span {
    background-color: #fff;
}

.mava-badge__close span {
    position: relative;
    width: 15px;
    height: 1px;
    background-color: #000;
    display: block;
}

.mava-badge__close span:first-child {
    transform: rotate(45deg);
}

.mava-badge__close span:last-child {
    transform: rotate(-45deg);
    bottom: 1px;
}

.mava-badge img {
    width: 160px;
    max-width: 100%;
}

@media (max-width: 800px) {
    .mava-badge img {
        width: 110px;
    }
}

.carousel-item--active .carousel-overlay {
    opacity: 1 !important;
    text-decoration: none !important;
}
