<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">input:focus,textarea:focus{
    outline:none;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: 700;
    margin: 0;
    padding: 0;
    font-family: 'Roboto', 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: #A78B75;
}
button, .button, input[type=submit], input[type=button] {
    font-size: 1.6rem;
    line-height: 3rem;
    font-family: inherit;
    border: 0;
    background-color: #A78B75;
    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: #A78B75;
    border: 1px solid #A78B75;
}
button a {
    color: #fff!important;
    text-decoration: none;
}
button:hover,.button:hover, input[type=submit]:hover,input[type=button]:hover {
    color: #fff!important;
    background: #845F42;
}
.button.secundary:hover{
    background-color: #A78B75;
    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: #A78B75;
}
input[type=radio]:after {
    content: ' ';
    width: 0;
    height: 0;
    border-radius: 50px;
    position: absolute;
    top: 10px;
    left: 10px;
    background: #A78B75;
    -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 #A78B75;
}
input[type=radio] {
    -webkit-appearance: none;
    width: 36px!important;
    height: 36px;
    border-radius: 100%;
    margin: 0;
    background-color: #fff;
    border: 1px solid #A78B75;
    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 &gt; * {
    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: #A78B75;
	border: 1px solid #A78B75;
}
input[type=checkbox] {
    -webkit-appearance: none;
    background-color: #ffffff;
    border: 1px solid #A78B75;
    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: #A78B75;
}
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: #A78B75;
}
.select.multiple .selected_item{
    background-color: #ffdbb6;
    color: #A78B75;
    font-weight: 600;
}
.select .select_options .option:not(.selected):hover {
    background-color: #A78B75;
}
.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: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.header_afbeelding.content{
    height: 300px;
}
.header-content{
    color: #fff;
    text-shadow: 0 1px 1px #000;
    width: 100%;
}
.header-content-inner .text, .header-content-inner .text p {
    font-size: 18px;
    line-height: 1.6;
}

/*
    Diensten preview
*/
section.diensten-preview {
    background: rgb(181 182 184 / 20%);
}
section.diensten-preview h2{
    text-align: center;
}
.dienst-preview-tile-outer{
    padding: 15px;
}
.dienst-preview-tile{
    display: block;
    text-decoration: none;
    color: #000;
    width: 100%;
    height: 240px;
    background-size: cover;
    background-position: center;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
    border-radius: 5px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
}
.dienst-preview-tile h3 {
    color: #fff;
    background: rgb(0 0 0 / 60%);
    padding: 10px;
    font-size: 14px;
    text-align: center;
    width: 100%;
}
.dienst-preview-tile:hover h3{
    background: rgb(0 0 0 / 80%);
}
.bekijk-meer{
    padding: 50px 0 0 0;
    text-align: center;
}
.content a {
    color: #00164a;
}
/*
    Projecten preview
*/
section.projecten-preview {
    /* background: rgb(181 182 184 / 20%); */
}
section.projecten-preview h2{
    text-align: center;
}
.project-preview-tile-outer{
    padding: 15px;
}
.project-preview-tile{
    display: block;
    text-decoration: none;
    color: #000;
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
    border-radius: 5px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
}
.project-preview-tile h3 {
    color: #fff;
    background: rgb(0 0 0 / 60%);
    padding: 10px;
    font-size: 14px;
    text-align: center;
    width: 100%;
}
.project-preview-tile:hover h3{
    background: rgb(0 0 0 / 80%);
}

/*
    Diensten lijst
*/
section.diensten-lijst{
    padding: 0 0 120px 0;
}
.dienst-list-item{
    border-radius: 5px;
    overflow: hidden;
    display: block;
    text-decoration: none;
    color: #000;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
    margin: 0 0 50px 0;
}
.dienst-header-afbeelding{
    height: 200px;
    background-size: cover;
    background-position: center;
}
.dienst-list-item-content{
    padding: 20px;
    background-color: #fff;
}
.dienst-list-item-content .text{
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.dienst-list-item-content h3{
    margin: 0 0 15px 0;
}
.dienst-list-item-content button {
    width: 100%;
    margin: 15px 0 0 0;
    padding: 0;
    font-weight: 500;
    font-size: 14px;
}


.outer.content .wrap h2 {
    font-size: 20px;
    margin: 0 0 5px 0;
}

.outer.content section[data="4 Koloms"] .grid_image {
    margin: 0 0 15px 0;
}


/*
    Extension tool
*/
.outer.content.extensions-tool{
    background: #CFCCB4;
    padding-bottom: 40px;
}
section.iframe-section {
    background: #CFCCB4;
    padding: 10px 0 0 0;
}
.calculator-wrap{
    background: #A78B75;
    max-width: 500px;
    margin: 40px 0 0 0;
    border-radius: 5px;
}
#result h2 {
    font-size: 18px;
    line-height: 1.4;
}
#calculator button{
    color: #fff !important;
    background: #845F42;
}
form#calculator .input {
    margin: 0;
}


/*
    Projecten lijst
*/
section.projecten-lijst{
    padding: 80px 0 80px 0;
}
.projecten-list-item{
    border-radius: 5px;
    overflow: hidden;
    display: block;
    text-decoration: none;
    color: #000;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
    margin: 0 0 50px 0;
}
.project-header-afbeelding{
    height: 350px;
    background-size: cover;
    background-position: center;
}
.project-list-item-content{
    padding: 20px;
    background-color: #fff;
}
.project-list-item-content .text{
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.project-list-item-content h3{
    margin: 0 0 15px 0;
}
.project-list-item-content button {
    width: 100%;
    margin: 15px 0 0 0;
    padding: 0;
    font-weight: 500;
    font-size: 14px;
}

.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;
}
.project-gallerij{
    padding-top: 0;
    padding-bottom: 80px;
}
.gallerij-inner img {
    width: 100% !important;
    height: auto !important;
    border: 5px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}

.gallerij-inner img:hover{
    transform: scale(1.02);
    filter: saturate(1.5);
}

.pop-up-project{
    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;
}
.pop-up-project.show{
    display: flex;
}
.pop-up-project img{
    max-width: calc(100vw - 30px);
    max-height: calc(100vh - 60px);
    width: auto!important;
    height: auto!important;
    border-radius: 10px;
}

/*
    Vacature lijst
*/
section.vacatures-lijst{
    padding: 80px 0 80px 0;
}
.vacatures-list-item{
    border-radius: 5px;
    overflow: hidden;
    display: block;
    text-decoration: none;
    color: #000;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
    margin: 0 0 50px 0;
}
.vacature-header-afbeelding{
    height: 350px;
    background-size: cover;
    background-position: center;
}
.vacature-list-item-content{
    padding: 20px;
    background-color: #fff;
}
.vacature-list-item-content .text{
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.vacature-list-item-content h3{
    margin: 0 0 15px 0;
}
.vacature-list-item-content button {
    width: 100%;
    margin: 15px 0 0 0;
    padding: 0;
    font-weight: 500;
    font-size: 14px;
}


/*
    Contact
*/
.contact-form-outer h2{
    margin: 0 0 20px 0;
    font-size: 3rem;
    line-height: 4rem;
}
.contact-outer iframe {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
    width: 100%;
}
.contact-form-outer {
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
}
.form-button {
    text-align: right;
}
.tekstBovenDeKaart {
    margin: 0 0 30px 0;
}

.tekstBovenDeKaart a {
    color: #000;
    text-decoration: none;
}


/*
    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: #A78B75;
    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: #A78B75;
    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: #A78B75;
}




/*
    Content wrapper
*/
.outer &gt; .wrap &gt; section &gt; .sw &gt; .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: 30px 0 0 0;
    }
    .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;
    }
}




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

/* Mobile */
@media (max-width: 991.8px) {
    #navigation &gt; ul &gt; li &gt; 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;
    }
    .content_inner{
        max-width: 100%;
    }
    footer .col-lg-5, footer .col-lg-2{
        margin-bottom: 30px;
    }
    footer .sw .row &gt; 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 &gt; ul {
        display: block;
    }
    #navigation &gt; ul &gt; li {
        display: block;
    }
    #navigation ul &gt; li &gt; ul {
        padding: 0 0 0 15px;
    }
    #navigation &gt; ul &gt; li &gt; a,
    #navigation &gt; ul &gt; li &gt; ul &gt; li,
    #navigation &gt; ul &gt; li &gt; ul &gt; li &gt; a {
        list-style: none;
        text-decoration: none;
    }
    #navigation &gt; ul &gt; li &gt; a:hover,
    #navigation &gt; ul &gt; li &gt; ul &gt; li &gt; a:hover {
        color: #fff;
    }
    #navigation &gt; ul &gt; li &gt; a {
        font-size: 2rem;
        line-height: 4.2rem;
    }
    #navigation &gt; ul &gt; li &gt; a:hover{
        color: #000;
    }
    #navigation &gt; ul &gt; li &gt; ul &gt; li &gt; a {
        display: block;
        font-size: 1.8rem;
        line-height: 4.2rem;
    }
    #navigation &gt; ul &gt; li:last-child &gt; a {
        display: inline-block;
        margin-top: 10px;
    }
}


@media (max-width: 767.8px) {
    .header-content {
        padding: 0 0 30px 0;
    }
    .bottom_footer p {
        font-size: 1.2rem;
        line-height: 2.8rem;
    }
    #searchForm {
        display: block;
    }
    #searchForm .selwrap {
        width: 100%;
        padding-right: 0;
        margin-bottom: 15px;
    }
    .selwrap + button{
        margin-top: 0;
    }
    .button-wrap .button:not(:first-child) {
        margin-top: 20px;
        margin-left: 0;
    }
    section[data="2 Koloms"] &gt; .sw &gt; .row &gt; .col-lg-6:nth-child(1) &gt; .grid_image {
        margin: 0 0 30px 0;
    }
    section[data="2 Koloms"] &gt; .sw &gt; .row &gt; .col-lg-6:nth-child(2) &gt; .grid_image {
        margin: 30px 0 0 0;
    }
    section[data="2 Koloms"] &gt; .sw &gt; .row &gt; .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.4rem;
        line-height: 2.2rem;
    }
    .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.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    box-sizing: border-box;
}
body.coming-soon &gt; main,
body.coming-soon &gt; header, 
body.coming-soon &gt; footer,
body.coming-soon &gt; div{
    display: none;
}</pre></body></html>