.contain {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.text-dark {
    color: #2a0023 !important;
}

.button a.text-dark span:after, .content .button a.text-dark span:after {
    background-image: url(../img/pijltje-dark.png);
}

h3 {
    font-size: 20px;
}

.contact-details strong {
    color: #77c2d6;
}

.contact-details ul {
    list-style: none;
}

.contact-details .content ul li:before {
    display: none;
}

.content p a {
    color: #76BBD6;
    text-decoration: none;
}

.box .image.cover {
    min-height: 400px;
}

.box .image.cover.teamlid {
    min-height: 600px;
}

#dynamic > .row > [class*=col-] {
    padding-top: 0;
    padding-bottom: 0;
}

.filters .filter {
    text-decoration: none;
}

.accordion-item table td {
    padding: 5px 10px !important;
}

.accordion-item table tr:nth-child(odd) {
    background-color: #ddd;
}

.accordion-item table tr:first-child {
    background-color: #76BBD6;
    color: #fff;
}

.accordion-item table tr td:nth-child(2),
.accordion-item table tr td:nth-child(3) {
    width: 300px;
}

.accordion-item table tr:nth-child(even) {
    background-color: #fff;
}

.accordion-item table {
    width: 100% !important;
}

.breadcrumbs {
    position: relative;
    left: 20px;
    font-size: 14px;
    font-family: DroidSerif, sans-serif;
    margin-top: 10px;
    font-style: italic;
}

.breadcrumbs a {
    text-decoration: none;
    color: #2a0023;
    font-weight: 400;
    font-size: 14px;
}

.breadcrumbs span {
    color: #eab500;
    font-weight: 700;
}

.news-item {
    display: flex;
    flex-direction: column;
}

.article.content {
    flex-grow: 1;
}

.accordion .accordion-item .accordion-handler {
    border: 1px solid #2a0023;
    background-color: #fff;
    color: #2a0023;
}

.accordion .accordion-item .accordion-handler .arrow:after, .accordion .accordion-item .accordion-handler .arrow:before {
    background-color: #eab500;
}

@media only screen and (min-width: 786px) {
    .accordion .accordion-item .accordion-handler:hover {
        color: #fff;
    }
}

.hero-3 .box h2 {
    color: white;
    font-size: 28px;
    font-style: italic;
    font-family: DroidSerif, sans-serif;
}

#mobile-menu #mobile-menu-content > ul {
    padding-right: 50px !important;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


@keyframes bar-bounce-default {
    0% {
        transform: translateX(-20px);
    }
    25% {
        transform: translateX(-30px);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes bar-bounce {
    0% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-30px);
    }
    50% {
        transform: translateX(-20px);
    }
    100% {
        transform: translateX(-20px);
    }
}

#page .bars {
    background: none;
    justify-content: space-between;
    flex-direction: column;
    position: absolute !important;
    top: 400px !important;
}

#page .bars .bar-container {
    width: 150px;
    height: 10px;
    margin-bottom: 46px;
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
}

#page .bars .bar-container .bar {
    position: absolute;
    width: 45px;
    height: 10px;
    right: 0;
    background-color: #eab500;
    animation: bar-bounce-default .7s ease both;
}

#page .bars .bar-container:hover .bar {
    cursor: context-menu;
}

#page .bars a.active .bar {
    animation: bar-bounce 1s ease both;
}

.news-item .article {
    padding: 100px 10px 40px !important;
}

section.offer form input,
section.offer form textarea {
    border-color: #2a0023 !important;
    color: #2a0023 !important;
}

section.offer form input::placeholder,
section.offer form textarea::placeholder {
    opacity: 1;
}

section.offer form input::placeholder,
section.offer form textarea::placeholder,
section.offer form input::-ms-input-placeholder,
section.offer form textarea::-ms-input-placeholder,
section.offer form input:-ms-input-placeholder,
section.offer form textarea:-ms-input-placeholder {
    color: #2a0023 !important;
}

a.reviews {
    display: block;
    background-color: #eab500;
    color: white;
    border-radius: 30px;
    padding: 7px 30px;
    text-align: center;
    margin-top: 10px;
    text-decoration: none;
    transition: .3s;
}

a.reviews:hover {
    text-decoration: none !important;
    background-color: #bb8a00;
}

.socials a,
.socials a:hover {
    text-decoration: none !important;
    font-size: 32px;
    margin-right: 3px;
}

.socials a.twitter {
    color: #00acee;
}

.socials a.facebook {
    color: #4267B2;
}

.socials a.linkedin {
    color: #2867B2;
}

.socials a.instagram {
    color: #C13584;
}

.socials a.pinterest {
    color: #BD081C;
}

header .button {
    border-radius: 30px;
    padding: 7px 30px;
    text-decoration: none;
    color: #2a0023;
    border: 2px solid #2a0023;
    text-transform: uppercase;
    font-family: "Gotham Bold", sans-serif;
    background-color: #fff;
    transition: .2s ease;
}

header .button:hover {
    color: #fff;
    background-color: #2a0023;
    transition: .2s ease;
}

.search {
    text-decoration: none;
    color: #2a0023;
    font-size: 24px;
    transition: .2s ease;
    position: relative;
    top: 5px;
}

.overlay {
    width: 100%;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    z-index: 102;
    top: 0;
    left: 0;
    background-color: rgba(234, 181, 0, 0.9);
    transition: .2s;
    overflow-y: hidden;
}

.overlay .closebtn {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 60px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    color: #fff;
    display: block;
    transition: .2s;
}

.overlay form input {
    background-color: transparent;
    border: 1px solid #2a0023;
    color: #2a0023;
    font-family: "Gotham Bold", sans-serif;
    font-size: 32px;
    font-weight: 400;
    height: 40px;
    padding: 10px 20px;
    margin-top: -5px;
}

.overlay form button {
    border: 0;
    margin: 0;
    outline: 0;
    vertical-align: baseline;
    background-color: #77c2d6;
    color: #fff;
    display: inline;
    font-size: 20px;
    width: 62px;
    height: 62px;
    letter-spacing: 1px;
    transition: .2s ease;
}

.overlay form button:hover {
    cursor: pointer;
    background-color: #2a0023;
    transition: .2s ease;
}

.overlay i {
    color: #fff;
}

header.header-1 .extra {
    position: absolute;
    top: 0;
    right: 0;
    width: 293px;
}

.media a {
    padding: 0;
}

header.header-1 .extra-2 {
    padding: 50px 120px 45px 120px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
}

.child-menu {
    background-color: #77c2d6;
    margin-left: 20px;
    margin-right: 20px;
}

.p-0 {
    padding: 0 !important;
}

.child-menu ul {
    list-style: none;
}

.child-menu ul li {
    display: inline-block;
    transition: .2s ease;
}

.child-menu ul li.active, .child-menu ul li:hover {
    background-color: #62a1b3;
}

.child-menu a {
    display: block;
    padding: 15px 20px;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

#mobile-menu::-webkit-scrollbar {
    width: 0px !important;
}


.menu-offset {
    padding-right: 280px
}

.menu-offset {
    padding-right: 120px
}

@media (min-width: 786px) {
    .menu-offset {
        padding-right: 200px
    }
}

@media (min-width: 920px) {
    .menu-offset {
        padding-right: 250px
    }
}


@media (max-width: 785px) {

    .bar-container {
        display: none;
    }

    header.header-1 .extra-2 {
        padding: 0px;
        width: 117px;
        height: 117px;
        text-align: center;
        padding-top: 50px;
        top: 0px;
        position: absolute;
        right: 0px;
    }

}

@media (max-width: 992px) {
    .klant-portaal {
        display: none;
    }
}

.filters .row > div {
    margin-bottom: 15px;
}

.accordion .accordion-item.open .accordion-handler {
    color: white;
}

@media (min-width: 450px) {
    .overlay form input {
        font-size: 24px;
        padding: 8px 15px;
    }

    .overlay form button {
        height: 58px;
        width: 58px;
    }

    .news-item .article {
        padding: 100px 50px 40px !important;
    }
}

@media (min-width: 600px) {
    .overlay form input {
        font-size: 32px;
        padding: 10px 20px;
    }

    .overlay form button {
        height: 62px;
        width: 62px;
    }
}

@media (max-width: 449px) {
    .overlay form input {
        font-size: 16px;
        padding: 5px 10px;
    }

    .overlay form button {
        height: 54px;
        width: 54px;
    }
}

@media only screen and (min-width: 925px) {
    section.hero-buttons .button.bg-2 a {
        transform: translate(-25px, 0);
        -ms-transform: translate(-25px, 0);
        -webkit-transform: translate(-25px, 0)
    }
}


@media only screen and (max-width: 991px) {
    .footer-split {
        justify-content: center;
    }
}

.contact-description {
    background-color: transparent !important;
    color: #fff !important;
    font-family: "Open Sans", sans-serif !important;
    font-style: normal !important;
}

#mobile-menu #mobile-menu-content > ul > li.subs.open > a:before {
    transform: rotate(180deg);
    transition: .3s ease;
}

.media .platform {
    padding: 10px;
    width: 20%;
}

@media only screen and (min-width: 993px) {
    .content-alt {
        display: none !important;
    }
}

.offerte {
    color: #2a0023;
    background-color: #fff !important;
}

.offerte .form input {
    color: #2a0023 !important;
    border: 1px solid #2a0023 !important;
}

.offerte .form textarea {
    color: #2a0023 !important;
    border: 1px solid #2a0023 !important;
}

.offerte .form input::placeholder {
    color: #2a0023 !important;
}

.offerte .form textarea::placeholder {
    color: #2a0023 !important;
}

.offerte p {
    color: #2a0023 !important;
}

.offerte hr {
    border-bottom: 5px solid #eab500;
}


.contact-description h2 {
    font-family: "Open Sans", sans-serif !important;
    font-weight: 400;
    font-style: normal;
}

.contact-description hr {
    border-bottom: 5px solid #fff !important;
}

form [class*=col-] {
    padding: 10px;
}

.offerte-select {
    position: relative;
}

.offerte-select:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    color: #eab500;
    right: 15px;
    height: 34px;
    padding: 15px 0px 0px 8px;
    position: absolute;
    pointer-events: none;
    top: 0;
}

.offerte-select select {
    color: #2a0023 !important;
    border: 1px solid #2a0023 !important;
    cursor: pointer !important;
    transition: .2s ease;
}

.offerte-select select:hover {
    color: #fff !important;
    background-color: #2a0023 !important;
    transition: .2s ease;
}

option {
    background-color: #fff;
    color: #2a0023;
    cursor: pointer;
}

.contact-1.alt {
    padding: 0px !important;
}

.submit.alt {
    background-image: url(../img/Pijltje-cr-1.png);
}

.abonnement hr:not(:first-of-type) {
    width: 100% !important;
    margin-top: 0;
    border-bottom: 2px solid #fff !important;
}

.abonnement hr:last-child {
    display: none;
}

.abonnement {
    color: #fff;
    height: 100%;
    padding: 50px 25px 10px 25px;
}

.abonnement h1 {
    text-align: center;
}

.abonnement p {
    font-family: DroidSerif;
    font-style: italic;
    font-size: 18px;
    letter-spacing: 1.2px;
    font-weight: 400;
}

.abonnement p.disabled {
    opacity: 0.5;
}

.abonnement hr:first-of-type {
    margin-left: auto;
    margin-right: auto;
}

.abonnement-0 {
    background-color: #eab500;
}

.abonnement-1 {
    background-color: #2a0023;
}

.abonnement-2 {
    background-color: #77c2d6;
}

.bg-yellow {
    background-color: #eab500 !important;
}

.bg-blue {
    background-color: #77c2d6;
}

.bg-blue a {
    color: #fff !important;
}

.bg-blue a:hover {
    text-decoration: underline !important;
}

section.banner-3 .image.alt {
    transform: translate(20px, -20px);
    -ms-transform: translate(20px, -20px);
    -webkit-transform: translate(20px, -20px);
}

section.banner-3 .content.alt {
    transform: translate(-20px, 20px);
    -ms-transform: translate(-20px, 20px);
    -webkit-transform: translate(-20px, 20px);
}

.accordion input:hover {
    -webkit-appearance: checkbox;
}

.accordion input {
    -webkit-appearance: checkbox;
}

.content.offerte ul li:before {
    display: none;
}

.checkbox-container input:hover {
    -webkit-appearance: checkbox;
}

.checkbox-container input {
    -webkit-appearance: checkbox;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    font-size: 17px;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.slidecontainer {
    max-width: 400px;
    width: 100%; /* Width of the outside container */
}

/* The slider itself */
.slidecontainer .slider {
    -webkit-appearance: none; /* Override default CSS styles */
    appearance: none;
    width: 100%; /* Full-width */
    height: 15px; /* Specified height */
    background: #d3d3d3; /* Grey background */
    outline: none; /* Remove outline */
    opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
    -webkit-transition: .2s; /* 0.2 seconds transition on hover */
    transition: opacity .2s;
}

/* Mouse-over effects */
.slidecontainer .slider:hover {
    opacity: 1; /* Fully shown on mouse-over */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.slidecontainer .slider::-webkit-slider-thumb {
    -webkit-appearance: none; /* Override default look */
    appearance: none;
    width: 30px; /* Set a specific slider handle width */
    height: 30px; /* Slider handle height */
    border-radius: 50%;
    background: #77c2d6; /* Green background */
    cursor: pointer; /* Cursor on hover */
}

.slidecontainer .slider::-moz-range-thumb {
    width: 30px; /* Set a specific slider handle width */
    height: 30px; /* Slider handle height */
    background: #77c2d6; /* Green background */
    cursor: pointer; /* Cursor on hover */
}

footer .ta-xs-center hr,
footer .ta-xs-center ol,
footer .ta-xs-center table,
footer .ta-xs-center ul {
    margin-left: unset;
    margin-right: unset;
}

.btn-submit {
    background-color: #77c2d6;
    border: none;
    color: white;
    padding: 10px 15px;
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
    font-family: DroidSerif, sans-serif;
    font-size: 16px;
    font-weight: 400;
    transition: .3s;
}

.btn-submit:hover {
    background-color: #528696;
}

.stars > i {
    color: #eab500;
}

a.tevredenheidsonderzoek {
    margin-top: -10px;
    background-color: #77c2d6;
    border-radius: 25px;
    padding: 10px 15px;
    transition: .3s;
    display: block;
}

a.tevredenheidsonderzoek:hover {
    background-color: #5795a8;
    text-decoration: none !important;
}

h5.optioneel {
    font-style: italic;
    color: #2a0023;
    font-weight: normal;
}

h5.optioneel > i {
    color: #77c2d6;
}

#tidio-chat-iframe {
    left: 0 !important;
    transition: .2s;
}

.grecaptcha-badge {
    display: none !important;
}

.share {
    margin: 15px 0 30px 0;
}

.share .label {
    font-size: 20px;
    color: #77c2d6;
    margin-bottom: 5px !important;
}

.share .buttons {
    margin: 0;
}

.share .buttons a {
    font-size: 30px;
    margin: 0 2px;
    transition: .3s;
    color: #808080;
}

.share .buttons a:hover {
    color: #606060;
}

.share .buttons a:first-child {
    margin: 0 2px 0 0;
}

.share .buttons a.facebook {
    color: #3b5998;
}

.share .buttons a.facebook:hover {
    color: #364882;
}

.share .buttons a.twitter {
    color: #33CCFF;
}

.share .buttons a.twitter:hover {
    color: #3096c6;
}

.share .buttons a.linkedin {
    color: #4875B4;
}

.share .buttons a.linkedin:hover {
    color: #3c5b8e;
}

.share .buttons a.whatsapp {
    color: #25D366;
}

.share .buttons a.whatsapp:hover {
    color: #249a4d;
}

.telefoon {
    display: inline-block;
    font-weight: bold;
    text-decoration: none;
    color: #2a0023;
}

.telefoon i {
    color: #77c2d6;
    margin-right: 5px;
    font-size: 20px;
}

.nummer {
    display: inline;
    font-size: 18px;
}

@media only screen and (max-width: 991px) {
    .nummer {
        display: none;
    }
}


@media only screen and (min-width: 576px) {
    .telefoon {
        margin-right: 20px;
    }
}

@media only screen and (min-width: 992px) {
    .search {
        margin-left: 10px;
    }

}

.select-styled:after{

    content:'\f078';
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    right: 15px;
    top:14px;
    pointer-events: none;
}

@media (max-width: 767px) {
	.contain {
		background-size: cover;
		height: 92vw;
	}
}

.landingspage {

    & .container {

        &:not(:nth-last-child(1)) {
            @media only screen and (min-width: 992px) {
                margin-bottom: -80px;
            }
        }

    }
}