input:focus,textarea:focus{
    outline:none;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: 700;
    margin: 0;
    padding: 0;
    font-family: 'Comfortaa', sans-serif;
}
h1:empty,h2:empty,h3:empty,h4:empty,h5:empty,h6:empty {
    margin: 0!important;
}
h1{
    margin: 0 0 15px 0;
    font-size: 3.8rem;
    line-height: 4.8rem;
}
h2 {
    margin: 0 0 15px 0;
    font-size: 3.4rem;
    line-height: 4.2rem;
}
h1 em, h2 em {
    font-style: normal;
    color: #7a017126;
}
button, .button, input[type=submit], input[type=button] {
    font-size: 1.6rem;
    line-height: 3rem;
    font-family: inherit;
    border: 0;
    background-color: #7a0171;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    padding: 4px 20px 4px 20px;
    cursor: pointer;
    text-decoration: none;
    transition: 0.2s;
    display: inline-block;
}
.button.secundary{
    background-color: #fff;
    color: #7a0171;
    border: 1px solid #7a0171;
}
button a {
    color: #fff!important;
    text-decoration: none;
}
button:hover,.button:hover, input[type=submit]:hover,input[type=button]:hover {
    color: #fff!important;
    background: #5e4f35;
}
.button.secundary:hover{
    background-color: #7a017126;
    color: #fff!important;
}
.button-wrap .button:not(:first-child) {
    margin-left: 30px;
}
input, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type=text]:placeholder, input[type=password]:placeholder, input[type=email]:placeholder, textarea:placeholder{
    color: #D0D8DE;
}
input[type=text], input[type=password], input[type=email],input[type=tel], textarea, .formInputTaC, select {
    -webkit-appearance: none;
    font-family: inherit;
    border: 1px solid #F2F2FF;
    border-radius: 5px;
    font-size: 1.6rem;
    line-height: 3rem;
    padding: 7px 20px 7px;
    width: 100%;
    color: #0e0e0e;
    background: #fff;
    font-weight: 600;
    margin: 5px 0 20px;
}
input[type=text]:focus, input[type=tel]:focus, input[type=password]:focus, input[type=email]:focus, textarea:focus, .formInputTaC:focus, .select:focus {
    border-color: #7a017126;
}
input[type=radio]:after {
    content: ' ';
    width: 0;
    height: 0;
    border-radius: 50px;
    position: absolute;
    top: 10px;
    left: 10px;
    background: #7a017126;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
input[type=radio]:checked:after {
    content: ' ';
    width: 18px;
    height: 18px;
    top: 8px;
    left: 8px;
}
input[type=radio]:checked {
    border: 1px solid #7a017126;
}
input[type=radio] {
    -webkit-appearance: none;
    width: 36px!important;
    height: 36px;
    border-radius: 100%;
    margin: 0;
    background-color: #fff;
    border: 1px solid #7a017126;
    vertical-align: middle;
    cursor: pointer;
    margin-bottom: 5px;
    margin-right: 10px;
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.formCheckboxContainer > * {
    vertical-align: middle;
}
input[type=checkbox]:checked:after {
    content: '\2714';
    font-size: 16px;
    position: absolute;
    top: 0;
    left: 5px;
    color: #fff;
    line-height: 25px;
}
input[type=checkbox]:checked {
	background-color: #7a017126;
	border: 1px solid #7a017126;
}
input[type=checkbox] {
    -webkit-appearance: none;
    background-color: #ffffff;
    border: 1px solid #7a017126;
    width: 25px!important;
    height: 25px!important;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    outline: none;
    margin: 0 10px 0 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
input[type=checkbox][disabled] {
    cursor: default;
}
img{
    display: block;
    max-width:100%;
    height:auto!important;
}
.sw{
    max-width:1200px;
    margin:0 auto;
    padding:0 15px;
}
.sw.no-padding{
    padding:0;
}
.sw .sw{
    padding: 0;
}
p, .text, .intro, li {
    font-size: 1.6rem;
    line-height: 2.6rem;
}
ul{
    margin: 0 0 30px 0;
}
ul li::marker {
    color: #7a017126;
}
p {
    margin:0 0 30px 0;
}
p + h2 {
    margin-top: -15px;
}
p:last-child,ul:last-child{
    margin: 0;
}


/*Select*/



.select{
    color: #0e0e0e;
    background: #fff;
    border: 1px solid #F2F2FF;
    line-height: 24px;
}
.select .select_options .option.selected, .select.multiple .selected_item ,.select .select_options::-webkit-scrollbar-thumb{
    background-color: #7a017126;
}
.select.multiple .selected_item{
    background-color: #ffdbb6;
    color: #7a017126;
    font-weight: 600;
}
.select .select_options .option:not(.selected):hover {
    background-color: #7a017126;
}
.select:after {
    background-image: url(../_images/arrow-down.svg);
    right: 10px;
    background-size: 8px auto;
}
.select.multiple .selected_item {
    line-height: 36px;
}
.select .selected_item[value="Geen keuze gemaakt"]{
    color: #767898
}



/*
    Header with image slider and content on top
*/
.default-header {
    padding: 0;
    position: relative;
}
.default-header-inner{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
}
.image-slider{
    position: relative;
}
.image-slider:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    z-index: 3;
}
.header_afbeelding {
    height: 300px;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}
.header_afbeelding.content{
    height: 300px;
}
.header-content{
    color: #fff;
    text-shadow: 0 1px 1px #000;
    width: 100%;
}
.home .header-content-inner,.home .header-content-inner p {
    font-size: 20px;
    line-height: 1.6;
}


.outer.home .default-header + .wrap section[data="1 Kolom"] {
    padding: 60px 0 0 0;
}
.text-inner h3 {
    margin: 0 0 15px 0;
    font-size: 22px;
}

/*
    Aanbod preview
*/
section.aanbod-preview {
    background-color: #7a0171de;
    background-image: url(../_images/repeating-x.svg);
    background-repeat: repeat;
    background-size: 130% auto;
    background-position: center;
    color: #fff;
}
section.aanbod-preview h2 {
    text-align: center;
    font-weight: bold;
    margin: 0 0 40px 0;
}
.aanbod-item-preview-tile {
    text-decoration: none;
    color: #fff;
    border-radius: 10px;
    display: block;
    overflow: hidden;
}
.aanbod-item-preview-tile img {
    aspect-ratio: 1.2 / 1;
    object-fit: cover;
    object-position: center;
    display: block;
    transform: scale(1);
    transition: 0.4s ease-in-out;
}
.aanbod-item-preview-tile-outer {
    padding: 15px;
}
.aanbod-item-content {
    background: #67005f;
    padding: 13px 10px;
    text-align: center;
    position: relative;
    z-index: 2;
}
.aanbod-item-content h3 {
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
}

.bekijk-meer{
    text-align: center;
    margin-top: 60px;
}
.bekijk-meer .button {
    background-color: #7a0171;
    padding: 4px 30px;
}


.aanbod-preview .swiper-slide {
    opacity: 0.9;
    filter: blur(0.5px);
    transition: 0.1s ease-in-out;
}
.aanbod-preview .swiper-slide.swiper-slide-active {
    opacity: 1;
    filter: blur(0);
}
.aanbod-preview .swiper-slide.swiper-slide-active .aanbod-item-preview-tile:hover img{
    transform: scale(1.08);
}


/*
    Content onder aanbod
*/
section.content-onder-aanbod{
    padding: 80px 0 80px 0;
}
.content-onder-aanbod section {
    padding: 0;
}
.content-onder-aanbod {
    background-color: #232323;
    color: #fff;
}

/*
    Aanbod lijst
*/
.aanbod-list-item{
    text-decoration: none;
    color: #fff;
    border-radius: 10px;
    display: block;
    overflow: hidden;
    margin: 0 0 30px 0;
    position: relative;
}
.aanbod-list-item img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center;
    display: block;
    transform: scale(1);
    transition: 0.4s ease-in-out;
}
.aanbod-item-preview-tile:hover img{
    transform: scale(1.08);
}


.aanbod-item-detail-korte-omschrijving a {
    color: #fff;
}



.aanbod-item-detail {
    display: flex;
    padding: 40px 0;
    justify-content: space-between;
    align-items: center;
}
.aanbod-item-detail  .prijs {
    margin: 15px 0;
    font-size: 19px;
    font-weight: bold;
}
.left-content {
    width: 40%;
    padding: 30px;
    background: #7a0171;
    border-radius: 10px;
    color: #fff;
}
.left-content h1 {
    font-size: 28px;
    line-height: 1.6;
}
.right-media {
    width: 50%;
}
.aanbod-detail-image{
    border-radius: 10px;
    overflow: hidden;
}
.aanbod-detail-image img {
    display: block;
    width: 100%;
    height: auto;
}


section#gallerij {
    background: #232323;
}
section#gallerij .sw{
    max-width: 1920px;
}
section#gallerij .introduction {
    margin: 0 auto 50px auto;
    color: #fff;
    max-width: 750px;
    font-size: 1.8rem;
    line-height: 1.5;
}
section#gallerij .introduction p {
    font-size: 1.8rem;
    line-height: 1.5;
}

.gallerij-inner {
    line-height: 0;
    -webkit-column-count: 3;
    -webkit-column-gap:   0px;
    -moz-column-count:    3;
    -moz-column-gap:      0px;
    column-count:         3;
    column-gap:           0px;
    overflow: hidden;
}
.gallerij-inner img {
    width: 100% !important;
    height: auto !important;
    border: 5px solid #232323;
    border-radius: 10px;
    cursor: pointer;
    filter: saturate(1.2Z);
    transition: 0.2s ease-in-out;
}
.gallerij-inner img:hover{
    transform: scale(1.02);
    filter: saturate(1.6);
}

.gallery-popup{
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
    justify-content: center;
    align-items: center;
}
.gallery-popup.show{
    display: block;
}
.swiper-button-next, .swiper-button-prev {
    color: #fff;
}
.gallery-popup .slide-inner {
    width: 100dvw;
    height: 100dvh;
    display: flex;
    user-select: none;
    align-items: center;
    justify-content: center;
    padding: 15px;
}
.gallery-popup .slide-inner img {
    max-width: 100%;
    max-height: 100%;
    width: auto!important;
    height: auto!important;
    border-radius: 5px;
}
.gallery-popup .gallery-close{
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    z-index: 9999;
}
.gallery-popup .gallery-close:before{
    content: '\f00d';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
}
.gallerij-intro {
    background: #7a017126;
    color: #fff;
}
.gallerij-intro, .gallerij-intro p{
    font-size: 18px;
    line-height: 1.5;
}


/*
    Contact
*/
.contact-form-outer h2{
    margin: 0 0 20px 0;
    font-size: 3rem;
    line-height: 4rem;
}
.form-button {
    text-align: right;
}
section.contact-outer {
    background: #232323;
    color: #fff;
}

section.contact-outer h3 {
    margin: 0 0 30px 0;
}
.question-wrap {
    display: flex;
    justify-content: space-between;
}
.question-wrap .question {
    width: calc(50% - 10px);
}


/*
    Grid layout
*/
section.grid-layout-section{
    padding: 0;
}

/*
    Page footer
*/
footer {
    padding: 65px 0;
    position: relative;
    background-color: #676B68;
    color: #fff;
}
footer a {
    color: #fff;
    text-decoration: none;
    transition: .2s;
    display: inline-block;
}
footer a:hover {
    transform: translateX(5px);
}
footer section{
    padding:0;
}
footer h3 {
    color: #7a017126;
    margin: 0 0 15px 0;
    word-break: break-word;
}
footer ul li, footer ul li a {
    color: #000;
    text-decoration: none;
    display: block;
    line-height: 2.6rem;
}
footer ul {
    padding: 0;
    margin: 20px 0;
}
footer ul li {
    padding: 0;
    margin: 0;
    list-style: none;
}
footer div.col-lg-2 p {
    line-height: 3.4rem;
}
footer .col-lg-4:last-child p strong {
    display: inline-block;
    width: 40px;
}
.bottom_footer {
    background: #f1f0ef;
    color: #0e0e0e;
}
.bottom_footer p{
    margin: 0;
    font-size: 1.4rem;
    line-height: 3.6rem;
}
.bottom_footer a{
    color: #0e0e0e;
}
footer .col-lg-5 p a[href*=facebook] {
    text-decoration: none;
    color: #000;
    position: relative;
}
footer .col-lg-5 p a[href*=facebook]:before {
    content: '\f39e';
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 5px;
    background: #ffdbb6;
    vertical-align: middle;
    margin-right: 15px;
    font-family: "Font Awesome 6 Brands";
    color: #7a017126;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
}
footer div.col-lg-2 p a {
    text-decoration: none;
    color: #000;
    transition: 0.2s ease-in-out;
}
footer div.col-lg-2 p a:hover{
    color: #7a017126;
}




/*
    Content wrapper
*/
.outer > .wrap > section > .sw > .row {
    align-items: stretch;
}
section {
    padding: 60px 0;
    position: relative;
}
.grid_image img{
    border-radius: 5px;
}

@media (max-width: 991.8px) {
    section[data="Smal links, breed rechts"] .grid_image {
        margin: 0 0 30px 0;
    }
    .bekijk-meer {
        padding: 0px 0 0 0;
        margin-top: 30px;
    }
    .header_afbeelding{
        height: 300px;
    }
    .contact-outer iframe {
        height: 300px;
    }
    .contact-form-outer{
        margin-top: 30px;
    }
    .contact-form-outer h2{
        font-size: 2rem;
        line-height: 3rem;
    }
    .project-preview-tile{
        height: 240px;
    }


    .outer.home .default-header + .wrap section[data="Breed links, smal rechts"] .col-lg-8 {
        margin-bottom: 30px;
    }
}




@media (max-width: 1476px) {
    #navigation > ul > li {
        margin: 0 0 0 15px;
    }
}
@media (max-width: 1176px) {
    #navigation > ul > li {
        margin: 0 0 0 10px;
    }
}

/* Mobile */
@media (max-width: 991.8px) {
    #navigation > ul > li > a:before{
        display: none;
    }
    h1{
        margin: 0 0 10px 0;
        font-size: 2.2rem;
        line-height: 3.4rem;
    }
    h2 {
        margin: 0 0 10px 0;
        font-size: 2.2rem;
        line-height: 3.4rem;
    }
    section {
        padding: 30px 0;
    }
    section.aanbod-preview h2 {
        margin: 0 0 10px 0;
    }
    .content_inner{
        max-width: 100%;
    }
    footer .col-lg-5, footer .col-lg-2{
        margin-bottom: 30px;
    }
    footer .sw .row > div {
        margin-bottom: 30px;
    }
    .content-header {
        padding: 50px 0 0 0;
    }
}


@media (max-width: 991.8px) {
    header .logo img {
        height: 50px!important;
    }
    header {
        padding: 5px 15px;
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
        box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
    }
    header .sw {
        padding: 0;
    }
    .header-inner{
        padding: 10px 0;
    }
    #navigation {
        width: 100%;
        display: block;
        height: calc(100% - 80px);
        position: fixed;
        z-index: 3;
        background:#000;
        top: 80px;
        left: 0;
        padding: 30px 30px;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        overflow-y: auto;
    }
    body.menu-open #navigation {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    #navigation > ul {
        display: block;
    }
    #navigation > ul > li {
        display: block;
    }
    #navigation ul > li > ul {
        padding: 0 0 0 15px;
    }
    #navigation > ul > li > a,
    #navigation > ul > li > ul > li,
    #navigation > ul > li > ul > li > a {
        list-style: none;
        text-decoration: none;
    }
    #navigation > ul > li > a:hover,
    #navigation > ul > li > ul > li > a:hover {
        color: #fff;
    }
    #navigation > ul > li > a {
        font-size: 2rem;
        line-height: 4.2rem;
    }
    #navigation > ul > li > a:hover{
        color: #000;
    }
    #navigation > ul > li > ul > li > a {
        display: block;
        font-size: 1.8rem;
        line-height: 4.2rem;
    }
    #navigation > ul > li:last-child > a {
        display: inline-block;
        margin-top: 10px;
    }

    section.content-onder-aanbod {
        padding: 30px 0 30px 0;
    }
}


@media (max-width: 767.8px) {
    .header-content {
        padding: 0 0 30px 0;
    }
    .bottom_footer p {
        font-size: 1.2rem;
        line-height: 2.8rem;
    }
    .aanbod-item-detail {
        padding: 30px 0;
        flex-wrap: wrap;
    }
    
    .aanbod-item-detail .left-content {
        width: 100%;
        margin: 0 0 30px 0;
        color: #000;
        background: transparent;
        padding: 0;
    }
    
    .right-media {
        width: 100%;
    }
    .selwrap + button{
        margin-top: 0;
    }
    .button-wrap .button:not(:first-child) {
        margin-top: 20px;
        margin-left: 0;
    }
    section[data="2 Koloms"] > .sw > .row > .col-lg-6:nth-child(1) > .grid_image {
        margin: 0 0 30px 0;
    }
    section[data="2 Koloms"] > .sw > .row > .col-lg-6:nth-child(2) > .grid_image {
        margin: 30px 0 0 0;
    }
    section[data="2 Koloms"] > .sw > .row > .col-lg-6 img[src*="/media/1fvaecix/"]{
        max-width: 40%;
    }
}


@media (max-width: 600px) {
    footer {
        padding: 30px 0;
    }
    .bottom-control.split {
        display: block;
    }
    .share-part {
        margin-top: 20px;
    }
    .header-content-inner .text, .header-content-inner .text p {
        font-size: 1.6rem;
        line-height: 2.6rem;
    }
    .header-content-inner{
        padding: 0;
    }
    .header-content{
        padding: 0;
    }
    section.home-header + .wrap p {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
    p, .text, .intro, li {
        font-size: 1.4rem;
        line-height: 2.2rem;
    }
}

@media print{
    #navigation,
    footer,
    .hamburger,
    .bottom_footer,
    .impressie,
    .newsletter_sub{
        display: none!important;
    }
    header{
        position: absolute;
    }
}









body.coming-soon {
    max-height: 100%;
    overflow: hidden;
}
body.coming-soon:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 75px 0 0 0;
    font-size: 30px;
    line-height: 60px;
    font-family: Muli, sans-serif;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    color: #fff;
    z-index: 3;
}
body.coming-soon:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 145px 0 0 0;
    font-size: 60px;
    line-height: 60px;
    font-family: Muli, sans-serif;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    background-color: #000;
    background-image: url(../_images/coming-soon-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    box-sizing: border-box;
}
body.coming-soon > main,
body.coming-soon > header, 
body.coming-soon > footer,
body.coming-soon > div{
    display: none;
}