@font-face {
    font-family: 'Mollie Glaston';
    src: url('Mollie Glaston.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

*{
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
}
body{
    margin:0;
    padding: 0;
    font-size: 18px;
    font-weight: 300;
    font-family: "Inter", sans-serif;
    background:#fff;
    color:#000;
}
*{
    font-family: "Inter", sans-serif;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Mollie Glaston', sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}
.text-inner h3{
    margin: 0;
}

#footer img{
    display: block;
    filter: grayscale(1) brightness(11.5);
    width: 140px;
    margin: 0 0 9px 0;
}
#header .sw,#footer .sw{
    max-width:1600px;
    margin:0 auto;
    padding:0 15px;
}

/*
    Navigation
*/
header{
    padding: 0;
    position: sticky;
    left: 0;
    right: 0;
    width: 100%;
    top: 0px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    z-index: 60;
    color: #fff;
    background-color: #fff;
}
header .header-inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
/* 
header:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: #FFE9CA;
    opacity: 0;
    animation: move1 0.5s ease-in-out forwards;
}
header:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 70%;
    aspect-ratio: 1;
    background: #FFE9CA;
    transform: translateX(-50%) translateY(12px) rotateZ(-45deg);
    transform-origin: center;
    opacity: 0;
    animation: move2 0.5s ease-in-out forwards;
} */

/*Animation for loading in keyframes*/
@keyframes move1 {
    from {
        opacity: 0;
        width: 0;
    }
    to {
        opacity: 1;
        width: 50%;
    }
}
@keyframes move2 {
    from {
        opacity: 0;
        left: 0;
    }
    to {
        opacity: 1;
        left: 50%;
    }
}


header .logo, header nav {
    position: relative;
    z-index: 3;
}
header .logo img {
    height: 60px !important;
    width: auto !important;
    transition: .2s;
}
@media (min-width: 992px) {
    body.sticky-header #header .header-inner .logo img {
        height: 45px!important;
    }
    body.sticky-header header .header-inner {
        padding: 0
    }
    body.sticky-header header {
        -webkit-box-shadow: 0px 15px 20px 0px rgb(0 0 0 / 5%);
            box-shadow: 0px 15px 20px 0px rgb(0 0 0 / 5%);
    }
}
header #navigation {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
header #navigation > ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}
header #navigation > ul > li {
    list-style: none;
    margin: 0 0 0 20px;
    padding: 0;
    position: relative;
    display: flex;
    align-items: center;
}
header #navigation > ul > li > a {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 60px;
    color: #000;
    text-decoration: none;
    position: relative;
}
header #navigation > ul > li > a:before{
    position: absolute;
    left: calc(50% - 15px);
    top: 45px;
    height: 3px;
    width: 30px;
    background: #000;
    border-radius: 3px;
    content: '';
    opacity: 0;
    transition: 0.2s ease-in-out;
}
header #navigation > ul > li > a.active,
header #navigation > ul > li > ul > li > a.active {
    color: #000;
}
header #navigation > ul > li > a.active:before,
header #navigation > ul > li > a:hover:before{
    opacity: 1;
}
header#navigation a:hover {
    color: #000;
}
header #navigation > ul > li > ul:empty {
    display: none;
}
header #navigation > ul > li:last-child > a {
    background: transparent;
    border: 1px solid #000;
    color:#000;
    border-radius: 5px;
    padding: 0px 15px 2px;
    line-height: 38px;
    transition: 0.2s ease-in-out;
}
header #navigation > ul > li:last-child > a:before{
    display: none;
}
header #navigation > ul > li:last-child > a:hover{
    background: #C67C6E;
    border-color: #C67C6E;
    color: #fff;
}
/*
    Hamburger
*/
header .hamburger {
    display: block;
    cursor: pointer;
    -webkit-transition-timing-function: linear;
         -o-transition-timing-function: linear;
            transition-timing-function: linear;
    -webkit-transition-duration: .15s;
         -o-transition-duration: .15s;
            transition-duration: .15s;
    -webkit-transition-property: opacity,-webkit-filter;
    transition-property: opacity,-webkit-filter;
    -o-transition-property: opacity,filter;
    transition-property: opacity,filter;
    transition-property: opacity,filter,-webkit-filter;
    text-transform: none;
    height: 50px;
    padding: 11px 0;
    float: right;
    margin-left: 15px;
    z-index: 5;
}
header .hamburger-box {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 24px;
}
header .hamburger-inner {
    top: 50%;
    display: block;
}
header .hamburger .hamburger-inner {
    -webkit-transition-timing-function: cubic-bezier(.55,.055,.675,.19);
         -o-transition-timing-function: cubic-bezier(.55,.055,.675,.19);
            transition-timing-function: cubic-bezier(.55,.055,.675,.19);
    -webkit-transition-duration: 75ms;
         -o-transition-duration: 75ms;
            transition-duration: 75ms;
}
header .hamburger-inner,
header .hamburger-inner:after,
header .hamburger-inner:before {
    position: absolute;
    width: 30px;
    height: 3px;
    -webkit-transition-timing-function: ease;
         -o-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-duration: .15s;
         -o-transition-duration: .15s;
            transition-duration: .15s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    border-radius: 4px;
    background-color: #000;
}
header .hamburger-inner:after,
header .hamburger-inner:before {
    display: block;
    content: "";
}
header .hamburger-inner:before {
    top: -8px;
}
header .hamburger-inner:after {
    bottom: -8px;
}
header .hamburger .hamburger-inner:before {
    -webkit-transition: top 75ms ease .12s,opacity 75ms ease;
    -o-transition: top 75ms ease .12s,opacity 75ms ease;
    transition: top 75ms ease .12s,opacity 75ms ease;
}
header .hamburger .hamburger-inner:after {
    -webkit-transition: bottom 75ms ease .12s,-webkit-transform 75ms cubic-bezier(.55,.055,.675,.19);
    transition: bottom 75ms ease .12s,-webkit-transform 75ms cubic-bezier(.55,.055,.675,.19);
    -o-transition: bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19);
    transition: bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19);
    transition: bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19),-webkit-transform 75ms cubic-bezier(.55,.055,.675,.19);
}

/* HAMBURGER MENU OPEN */
.menu-open .hamburger .hamburger-inner {
    -webkit-transition-delay: .12s;
         -o-transition-delay: .12s;
            transition-delay: .12s;
    -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
         -o-transition-timing-function: cubic-bezier(.215,.61,.355,1);
            transition-timing-function: cubic-bezier(.215,.61,.355,1);
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
.menu-open .hamburger .hamburger-inner, .menu-open .hamburger .hamburger-inner:after, .menu-open .hamburger .hamburger-inner:before {
    background-color: #fff;
}
.menu-open .hamburger .hamburger-inner:before {
    top: 0;
    -webkit-transition: top 75ms ease,opacity 75ms ease .12s;
    -o-transition: top 75ms ease,opacity 75ms ease .12s;
    transition: top 75ms ease,opacity 75ms ease .12s;
    opacity: 0;
}
.menu-open header  .hamburger .hamburger-inner:after {
    bottom: 0;
    -webkit-transition: bottom 75ms ease,-webkit-transform 75ms cubic-bezier(.215,.61,.355,1) .12s;
    transition: bottom 75ms ease,-webkit-transform 75ms cubic-bezier(.215,.61,.355,1) .12s;
    -o-transition: bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s;
    transition: bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s;
    transition: bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s,-webkit-transform 75ms cubic-bezier(.215,.61,.355,1) .12s;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
}

@media screen and (min-width: 992px) {
    header  #navigation > ul > li:hover > ul {
        opacity: 1;
        pointer-events: all;
        transform: translateX(-50%) translateY(0)
    }
    header #navigation > ul > li > ul {
        position: absolute;
        top: 100%;
        left: 50%;
        white-space: nowrap;
        transform: translateX(-50%) translateY(-10px);
        cursor: pointer;
        display: block;
        opacity: 0;
        background: #fff;
        list-style: none;
        padding: 10px 20px;
        border-radius: 5px;
        box-shadow: 0 0 10px #0000002e;
        z-index: 1;
        pointer-events: none;
        transition: .2s;
    }
    header #navigation > ul > li > ul > li {
        margin: 0;
        padding: 0;
    }
    header #navigation > ul > li > ul > li a {
        display: block;
        font-size: 16px;
        line-height: 26px;
        color: #0e0e0e;
        text-decoration: none;
    }
    header .hamburger {
        display: none;
    }
}

/*
    Page footer
*/
#footer footer {
    padding: 50px 0;
    position: relative;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 100%;
    color: #000;
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    border-top: 12px solid #C67C6E;
}

#footer p{
    margin: 0 0 30px 0;
    font-size: 16px;
    line-height: 26px;
}
#footer p:last-child{
    margin:0;
}
#footer footer a {
    color: #000;
    text-decoration: none;
    transition: .2s;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
}
#footer footer a:hover {
    transform: translateX(5px);
}
#footer footer section{
    padding:0;
}
#footer footer h3 {
    color: #C67C6E;
    margin: 0 0 15px 0;
    word-break: break-word;
}
#footer footer ul li,
#footer footer ul li a {
    color: #000;
    text-decoration: none;
    display: block;
    line-height: 26px;
}
#footer footer ul {
    padding: 0;
    margin: 20px 0;
}
#footer footer ol{
    padding: 0;
    margin: 0;
}
#footer footer ul li {
    padding: 0;
    margin: 0;
    list-style: none;
}
#footer footer ol li{
    padding: 0;
    margin: 0;
    list-style: none;
}
#footer .sw > .wrap {
    position: relative;
    z-index: 3;
}
#footer footer a[href*="facebook"],#footer footer a[href*="linkedin"], #footer footer a[href*="instagram"], #footer footer a[href*="wa.me"]{
    width: 30px;
    height: 30px;
    padding: 0;
    font-size: 0;
    line-height: 0;
    margin-right: 10px;
}
#footer footer a[href*="facebook"]:before {
    content: '\f082';
    font-family: "FontAwesome";
    font-size: 30px;
    line-height: 30px;
}
#footer footer a[href*="linkedin"]:before{
    content: '\f08c';
    font-family: "FontAwesome";
    font-size: 30px;
    line-height: 30px;
}
#footer footer a[href*="instagram"]:before{
    content: '\f16d';
    font-family: "FontAwesome";
    font-size: 30px;
    line-height: 30px;
}
#footer footer a[href*="wa.me"]:before{
    content: '\f232';
    font-family: "FontAwesome";
    font-size: 30px;
    line-height: 30px;
}
#footer footer a[href*="tel:"]:before{
    content: '\f095';
    font-family: "FontAwesome";
    font-size: 20px;
    margin-right: 15px;
}
#footer footer a[href*="mailto:"]:before{
    content: '\f0e0';
    font-family: "FontAwesome";
    font-size: 20px;
    margin-right: 15px;
}


#footer .col-lg-4:last-child .text-inner p {
    display: flex;
    align-items: center;
}
#footer p:last-child a {
    margin-left: 15px;
}
#footer p:last-child a  + a {
    margin-left: 3px;
}

.contact-pagina .text-inner p a{
    text-decoration: none;
}
.contact-pagina .text-inner p strong{
    display: inline-block;
    width: 65px;
}
.contact-pagina .text-inner ul{
    margin: 0;
    padding: 0;
    display: flex;
}
.contact-pagina .text-inner ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.contact-pagina .text-inner ul li a{
    text-decoration: none;
}
.contact-pagina .text-inner a[href*="facebook"],
.contact-pagina .text-inner a[href*="linkedin"],
.contact-pagina .text-inner a[href*="instagram"],
.contact-pagina .text-inner a[href*="wa.me"]{
    width: 30px;
    height: 30px;
    padding: 0;
    font-size: 0;
    line-height: 0;
    margin-right: 10px;
}
.contact-pagina .text-inner a[href*="facebook"]:before {
    content: '\f082';
    font-family: "FontAwesome";
    font-size: 30px;
    line-height: 30px;
}
.contact-pagina .text-inner a[href*="linkedin"]:before{
    content: '\f08c';
    font-family: "FontAwesome";
    font-size: 30px;
    line-height: 30px;
}
.contact-pagina .text-inner a[href*="instagram"]:before{
    content: '\f16d';
    font-family: "FontAwesome";
    font-size: 30px;
    line-height: 30px;
}
.contact-pagina .text-inner a[href*="wa.me"]:before{
    content: '\f232';
    font-family: "FontAwesome";
    font-size: 30px;
    line-height: 30px;
}



input:focus,textarea:focus{
    outline:none;
}
h1:empty,h2:empty,h3:empty,h4:empty,h5:empty,h6:empty {
    margin: 0!important;
}
h1{
    margin: 0 0 15px 0;
    font-size: 48px;
}
h2 {
    margin: 0 0 15px 0;
    font-size: 34px;
}
h1 em, h2 em {
    font-style: normal;
    color: #C67C6E;
}
button, .button, input[type=submit], input[type=button] {
    font-size: 16px;
    line-height: 30px;
    font-family: inherit;
    border: 0;
    background-color: #C67C6E;
    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: #C67C6E;
    border: 1px solid #C67C6E;
}
button a {
    color: #fff!important;
    text-decoration: none;
}
button:hover,.button:hover, input[type=submit]:hover,input[type=button]:hover {
    color: #fff!important;
    background: #523813;
}
.button.secundary:hover{
    background-color: #C67C6E;
    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: 16px;
    line-height: 30px;
    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: #C67C6E;
}
input[type=radio]:after {
    content: ' ';
    width: 0;
    height: 0;
    border-radius: 50px;
    position: absolute;
    top: 10px;
    left: 10px;
    background: #C67C6E;
    -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 #C67C6E;
}
input[type=radio] {
    -webkit-appearance: none;
    width: 36px!important;
    height: 36px;
    border-radius: 100%;
    margin: 0;
    background-color: #fff;
    border: 1px solid #C67C6E;
    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: #C67C6E;
	border: 1px solid #C67C6E;
}
input[type=checkbox] {
    -webkit-appearance: none;
    background-color: #ffffff;
    border: 1px solid #C67C6E;
    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;
}
.sw.fullwidth{
    max-width: 100%;
}
p, .text, .intro, li {
    font-size: 16px;
    line-height: 26px;
}
ul{
    margin: 0 0 30px 0;
}
ul li::marker {
    color: #C67C6E;
}
p {
    margin:0 0 30px 0;
}
p + h2 {
    margin-top: -15px;
}
p:last-child,ul:last-child{
    margin: 0;
}
a{
    color: #000;
    text-decoration: underline;
}

section.home-intro {
    background: #1c1c1c;
}

section.home-intro .intro {
    max-width: 750px;
    margin: 0 auto;
}

.text.intro,.text.intro p {
    font-size: 20px;
    line-height: 2;
}


/*
    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, .6);
    z-index: 3;
}
.outer.home .image-slider:before{
    background-color: rgba(0, 0, 0, .5);
}
.header_afbeelding.home {
    height: calc(100dvh - 80px);
}
.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;
}
.home .header-content-inner,.home .header-content-inner p {
    font-size: 20px;
    line-height: 1.6;
}

/* Over insieme*/
section.over-insieme img {
    border-radius: 15px;
    box-shadow: 0 5px 10px rgb(0 0 0 / 5%);
}
section.over-insieme .row {
     align-items: center;
}

section.diensten {
    background-image: url('insieme-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0 100px 0;
    position: relative;
}
section.diensten .sw, section.diensten .no-sw {
    position: relative;
    z-index: 2;
}
section.diensten:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 60%);
    z-index: 1;
}
section.diensten h2 {
    text-align: center;
    font-size: 40px;
    margin: 0 0 40px 0;
    color: #fff;
}
.dienst img {
    width: 100%;
    aspect-ratio: 2 / 1;
    object-fit: cover;
    object-position: center;
    transition: 0.2s ease-in-out;
}
.dienst-content {
    background: #c17b6e;
    padding: 15px 10px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 1px rgb(0 0 0 / 15%);
}
.dienst-content h3:after {
    content: '\f061';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    right: 15px;
    top: 0;
    opacity: 0.5;
    transition: 0.2s ease-in-out
}
.dienst:hover h3:after{
    right: 0;
    opacity: 1;
}
.dienst-content h3 {
    position: relative;
    margin: 0;
}
a.dienst {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    text-decoration: none;
}

/*
    Diensten overzicht
*/
section.diensten-lijst{
    padding: 0;
}
.dienst-item{
    padding: 80px 0;
}
.dienst-item:nth-child(even){
    background: #31302f;
    color: #fff;
}
.dienst-item-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    gap: 15px;
}
.dienst-item-image img {
    aspect-ratio: 5/3;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}


/*
    Event detail
*/
section.project-header {
    overflow: hidden;
}
.project-main-content-outer{
    height: 100%;
    display: flex;
    align-items: center;
}
.project-main-content {
    background: #c17b6e;
    color: #fff;
    padding: 30px;
    margin-right: -200px;
    position: relative;
    z-index: 3;
    border-radius: 10px;
}
.project-main-image {
    margin-right: calc((1185px - 100dvw) / 2);
}
.project-main-image img {
    width: 100%;
    border-radius: 15px 0 0 15px;
    aspect-ratio: 3 / 1.4;
    object-fit: cover;
    object-position: center;
}


/*
    Contact
*/
.contact-form-outer h2{
    margin: 0 0 20px 0;
    font-size: 30px;
    line-height: 40px;
}
.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);
}


.text-inner h2 {
    font-size: 26px;
    margin: 0 0 5px 0;
}

/*
    Event list
*/
.event-list-outer{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;   
}
.event {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.event > img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}
.event-content {
    padding: 20px;
    background: #c17b6e;
    color: #fff;
    flex-direction: column;
    gap: 15px;
    height: 100%;
    justify-content: space-between;
    border-radius:  0 0 10px 10px;
}
.event-content h3 {
    margin: 0;
}
.event-pricing-start-price {
    font-weight: bold;
}
.event-pricing-price-explain {
    font-size: 15px;
    font-style: italic;
}


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

/*
    Page footer
*/
footer {
    padding: 65px 0;
    position: relative;
    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: #C67C6E;
    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: 26px;
}
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: 34px;
}
footer .col-lg-4:last-child p strong {
    display: inline-block;
    width: 50px;
}
#footer .col-lg-4:last-child p{
    margin: 0;
}
.bottom_footer {
    background: #f1f0ef;
    color: #0e0e0e;
}
.bottom_footer p{
    margin: 0;
    font-size: 14px;
    line-height: 36px;
}
.bottom_footer a{
    color: #0e0e0e;
}

#footer .col-lg-4:last-child ul {
    display: flex;
}



/*
    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;
    }
    /* .header_afbeelding.home {
        height: 500px;
    } */
    .contact-outer iframe {
        height: 300px;
    }
    .contact-form-outer{
        margin-top: 30px;
    }
    .contact-form-outer h2{
        font-size: 20px;
        line-height: 30px;
    }


    .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;
    }
}

@media (max-width: 1200px) {
    .project-main-image{
        margin-right: 0;
    }
    .project-main-content h1 {
        font-size: 30px;
        line-height: 40px;
        margin: 0 0 10px 0;
    }
}

/* Mobile */
@media (max-width: 991.8px) {

    section.over-insieme .col-lg-6 + .col-lg-5{
        margin-top: 30px;        
    }

    #footer footer {
        background-position: bottom left;
        background-size: 80% auto;
    }
    #navigation > ul > li > a:before{
        display: none;
    }
    h1{
        margin: 0 0 10px 0;
        font-size: 22px;
        line-height: 34px;
    }
    h2 {
        margin: 0 0 10px 0;
        font-size: 22px;
        line-height: 34px;
    }
    section {
        padding: 30px 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;
    }

    section.project-header .col-lg-4 {
        order: 1;
    }
    .project-main-content {
        margin: 0;
        border-radius: 0 0 10px 10px;
        color: #000;
        background: transparent;
        padding: 30px 0;
    }
    .project-main-image img {
        border-radius: 0;
        margin: -30px -15px 0 -15px;
        width: calc(100% + 30px);
        max-width: calc(100% + 30px);
    }
    section#gallerij {
        padding: 0 0 60px 0;
    }

    .dienst-content h3{
        font-size: 16px;
    }
    .dienst-content h3:after{
        display: none;
    }

    section.diensten{
        padding: 60px 0 80px 0;
    }
    section.diensten h2 {
        font-size: 34px;
        margin: 0 0 30px 0;
    }

}


@media (max-width: 767.8px) {
    section.projecten {
        padding: 60px 0;
    }
    a.dienst {
        margin: 0 0 30px 0;
    }
    .header-content {
        padding: 0 0 30px 0;
    }
    .bottom_footer p {
        font-size: 1.20px;
        line-height: 28px;
    }
    .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%;
    }


    .dienst-item {
        padding: 40px 0;
    }
    .dienst-item-content h2 {
        margin: 0;
    }
    .dienst-item-image img {
        aspect-ratio: 3 / 2;
        margin: 0 0 30px 0;
    }

    .dienst-item:nth-child(even) .col-lg-5.col-md-6 {
        order: 1;
    }

    section.diensten{
        padding: 40px 0 60px 0;
    }
    section.diensten h2 {
        font-size: 30px;
        margin: 0 0 24px 0;
    }

}



@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: 14px;
        line-height: 22px;
    }
    .header-content-inner{
        padding: 0;
    }
    .header-content{
        padding: 0;
    }
    section.home-header + .wrap p {
        font-size: 16px;
        line-height: 24px;
    }
    p, .text, .intro, li {
        font-size: 14px;
        line-height: 22px;
    }
    .dienst-content {
        padding: 10px 5px;
    }
    .dienst-content h3{
        font-size: 14px;
    }
}

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




@media (max-width: 1840px) {
    header #navigation > ul > li > a{
        font-size: 14px;
    }
}
/* Mobile */
@media (max-width: 991.8px) {
    header #navigation > ul > li > a:before{
        display: none;
    }
    #footer footer .col-lg-5, footer .col-lg-2{
        margin-bottom: 30px;
    }
    #footer footer .sw .row > div {
        margin-bottom: 30px;
    }
}


@media (max-width: 991.8px) {
    .text.intro, .text.intro p {
        font-size: 16px;
        line-height: 2;
    }
    #header .logo img {
        height: 60px!important;
        width: auto!important;
    }
    .header_afbeelding.home {
        height: calc(100dvh - 70px);
    }
    header .sw {
        padding: 0;
    }
    header .header-inner{
        padding: 5px 0;
    }
    header #navigation {
        width: 100%;
        display: block;
        height: calc(100% - 70px);
        position: fixed;
        z-index: 3;
        top: 70px;
        background-color: #fff;
        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 header #navigation {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    header #navigation > ul {
        display: block;
    }
    header #navigation > ul > li {
        display: block;
        margin-left: 0;
    }
    header #navigation ul > li > ul {
        padding: 0 0 0 15px;
    }
    header #navigation > ul > li > a,
    header #navigation > ul > li > ul > li,
    header #navigation > ul > li > ul > li > a {
        list-style: none;
        text-decoration: none;
    }
    header #navigation > ul > li > a:hover,
    header #navigation > ul > li > ul > li > a:hover {
        color: #000;
    }
    header #navigation > ul > li > a {
        font-size: 16px;
        line-height: 34px;
    }
    header #navigation > ul > li > a:hover{
        color: #000;
    }
    header #navigation > ul > li > ul > li > a {
        display: block;
        font-size: 14px;
        line-height: 22px;
    }
    header #navigation > ul > li:last-child > a {
        display: inline-block;
        margin-top: 10px;
    }
}


@media (max-width: 600px) {
    #footer footer {
        padding: 30px 0 30px 0;
    }
    section.projecten {
        padding: 40px 0;
    }
    section.projecten h2{
        margin: 0 0 30px 0;
    }
    section.projecten .bekijk-meer {
        padding: 30px 0 0 0;
    }
    .project-content h3 {
        font-size: 14px;
    }
    #floating_phone{
        display: block;
    }
}










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