body {font-family: Arial, Helvetica, sans-serif;}

.headingg-inner{
    width: 100%;
    height: 100%;
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -o-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.headingg-tekst{
    width: 100%;
    height: 10%;
    display: flex;
    display: -o-flex;
    display: -ms-flex;
    display: -webkit-flex;
    display: -moz-flex;
    justify-content: center;
    align-items: center;
}

#overons-container h5{color: {{menu_item.kleurcode_2}}!important;font-family: 'Rubik', "normal", serif;}

#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.9);
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)}
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}
#nav-icon3 span:nth-child(1) {
    top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
    top: 10px;
}
.hoihoihoi a:hover{
    text-decoration: -moz-none;
    text-decoration: none;
    text-underline: none;

}

#nav-icon3 span:nth-child(4) {
    top: 20px;
}

#nav-icon3.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#header-container{background: white;height: 130px;position: fixed;top: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 2;box-shadow: 0px 1px 25px 0px rgba(50, 50, 50, 0.25);}
.nav-bar{width: 100%;height: 100%;position: relative;}
.logo{
    width: 13%;
    height: 75%;
    position: relative;
    top: 12.5%;
    left: 15%;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-position: center center;
    background-size: contain;
}
.nav-nav{
    width: 50%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -o-flex;
    align-items: center;
}
#nav-tekst{
    display: flex;
    text-decoration: none;
    list-style-type: none;
    margin-top: 1rem;
    position: relative;
}
.nav-item{
    height: 100%;
    min-width: 150px;
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -o-flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 15px;

}
.nav-item a{
    color: #9BCC0A;
    font-family: 'rubik', normal, serif;
    font-weight: 500;
    padding-left: 28px;
    padding-right: 28px;
    cursor: pointer;
    border-radius: 30px;
}

.heading-button:focus{
    outline: none;
}
.heading-button:hover{
    background: #81b00a;
}
.heading-button{
    position: relative;
    background: #9BCC0A;
    color: #fff;
    width: 120px;
    height: 60px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    font-family: 'Rubik', serif;
    font-size: 14px;
    font-weight: 500;
}
.titel-heading{
    position: relative;
    height: 10%;
    width: 40%;
}
.titel-heading h2{
    font-size: 32px;
    width: 100%;
    height: 100%;
    text-align: -webkit-center;
    text-align: -moz-center;
    text-align: center;
    font-weight: 900;
    color: white;
}
.button{
    background: #9BCC0A;
    color: #fff;
    width: 150px;
    height: 50px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    font-family: 'Rubik', serif;
    font-size: 14px;
    font-weight: 800;
    position: relative;
    left: 11%;
}

.button:focus{
    outline: none;
}
.button:hover{
    background: #81b00a;
}

#heading-container{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    padding: inherit;
}
.img{
    width: 100%;
    height: 100%;
    background: rgba(2, 2, 2, 0.57);
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -o-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@keyframes headerTje {
    0% {height: 130px;}
    25% {height: 112.5px;}
    50% {height: 95px;}
    75% {height: 77.5px;}
    100% {height: 60px;}
}
#informatie-container{
    height: auto;
}
#gallerij-container{
    height: auto;
}

[data-plate-editable-for="section_26245"]{
    /*top: 131px!important;*/
}
/*
[data-id="section_26247"]{
     height: 131px !important;
 }*/
[data-plate-tray-name="header"]{
    height: 131px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}


#overons-container{width: 100%;max-width: 100%; height: auto;display: flex;flex-direction: row;display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -o-flex;}
.overons-links{position:relative;top: 10%;left:15%;width: 35%;height: 90%;display: flex;justify-content: flex-end;align-items: flex-start;display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -o-flex;
}
.overons-rechts{position:relative;left: 15%;width: 50%;height:90%;top: 10%;display: flex;align-items: flex-start;justify-content: flex-start;display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -o-flex;}
.rechts-inner{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 60%;
    height: 80%;
    border-radius: 3%;
    left: 5%;
    position: relative;
}

@media only screen and (max-width: 1600px){
    .rechts-inner{width: 85% !important;}
}


.gallerij{
    position: relative;
    left: 25%;
    text-align: center;
    color: #9BCC0A;
    font-family: 'Rubik', serif;
    font-weight: 900;
    font-size: 30px;
    width: 50%;
    height: 10%;
    letter-spacing: 1px;
}
.tussenruimte1{width: 100%;position: relative;height: 10%;
    top: 90%;}

.footer{
     position: relative;width: 100%;height: auto;background: #4A4A4A;bottom: 0;
 }
#personeel-container{
    height: auto;width: 100%;
}

.onsteam{
    margin-top: 1%;
    width: 60%;
    left: 20%;
    position: relative;
    height: 10%;
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -o-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.tussenruimte2{height: 10%;width: 100%;top: 90%;}
.personeel-tekst h4{font-family: 'Rubik', serif;font-weight: 700;font-size: 18px;color: #858585;}
.personeel-titel h1{font-family: 'Rubik', serif;font-weight: 900;font-size: 30px;color: #9BCC0A;}

.persoon{
    border-radius: 0 0 10px 10px;
    position: relative;
    height: 500px;
    left: 50%;
    transform: translateX(-50%);
    width: 350px;
    box-shadow: 0 16px 32px rgba(0,0,0,0.1);
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -o-flex;
    flex-direction: column;
}
.boven{
    width: 100%;
    height: 55%;
    position: relative;
    border-radius: 10px 10px 0 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.onder{
    width: 100%;
    height: 45%;
    position: relative;
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -o-flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    background: white;
    border-radius: 0 0 5% 5%;
}
.onder .naampie{
    font-size: 20px;
    font-weight: 700;
    font-family: 'Rubik',serif;
    position: relative;
    top: 13%;
}
.onder .titelpers{
    font-size: 19px;
    font-weight: 900;
    font-family: 'Rubik', serif;
    position: relative;
    top: 11%;
}
.wrapperpers{
    width: auto;
    height: auto;
    position: relative;

}

.middenpers{width: 100%;height: auto;}


.andereflex{
    flex-direction: column;
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -o-flex;
    position: relative;
    top: 24%;
}
.andereflex a h6{
    color: black;
    font-weight: 400;
}
.andereflex a{
    display: flex;
    flex-direction: row;
    position: relative;
    padding-top: 10px;
}
.andereflex a:hover{
    text-decoration: -moz-none;
    text-decoration: none;
}
.gallery img{
    max-width: 100%;
    max-height: 100%;
}
.gallery_container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;

}


.nav-link i{font-style: normal;}

.foto_container{
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 15px;
    max-width: 33%;
    max-height: 33%;
}

#overons-container h2{
    color: #9BCC0A;
}
.easybutton{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}
.easybutton h6{
    margin: 0!important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 0!important;
}

.closeknop{
    display: none;
}
#nav-icon3 {
     left: 90%;
     top: 50%;
     transform: translateY(-50%)!important;
     width: 30px;
     height: 25px;
     position: absolute;
     z-index: 5;
     -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
     -o-transform: rotate(0deg);
     transform: rotate(0deg);
     -webkit-transition: .5s ease-in-out;
     -moz-transition: .5s ease-in-out;
     -o-transition: .5s ease-in-out;
     transition: .5s ease-in-out;
     cursor: pointer;
 }
.nav-nav{z-index: 1;}
#nav-icon3 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #9BCC0A;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
@media only screen and (max-width: 1400px){
.nav-nav{
    left: 40%!important;}
}
@media only screen and (max-width: 1120px){
    .nav-nav{
        left: 35%!important;}
}
@media only screen and (max-width: 989px){
    .logo{
        width: 25%;
        height: 90%;
        top: 5%!important;
        left:8%!important;
    }
    .nav-item{
        height: auto;
        justify-content: center!important;
        padding-top:7px;
    }
    #nav-tekst{
        flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        padding:0;
    }
    .nav-nav{
        display: none;

        left: 0!important;
        top: 98%;
        height: 230px;
        width: 100%!important;
        flex-direction: column!important;
        background: white;
        box-shadow: rgba(50, 50, 50, 0.25) 0px 20px 25px 0px;


    }
    .foto_container{display: flex;
         justify-content: center;
         max-width: 77%;
         max-height: 40%;
     }

    .nav-nav .easybutton{width:100%!important;}
    .closeknop{display:block;}
    .gallery_container{flex-direction: column;-ms-flex-direction: column;-webkit-flex-direction: column;}
    #header-container{padding-left: 0!important;padding-right: 0!important;}
}
@media only screen and (max-width: 430px){
    .foto_container{display: flex;
        justify-content: center;
        max-width: 77%;
        max-height: 40%;
    }
    .logo{
        width: 35%;
        height: 90%;
        top: 5%!important;
        left:8%!important;
    }
    .nav-nav{
        display: none;
        left: 0!important;
        top: 98%;
        height: 240px;
        width: 100%!important;
        flex-direction: column;
        background: white;
    }
    #nav-tekst{
        flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
    }
    .nav-item{
        height: auto;
    }
    .closeknop{
        left: 80%!important;
    }
}
@media only screen and (max-width: 696px){
    .logo{
        width: 40%;
        height: 90%;
        left:8%!important;
        top: 5%!important;
    }

    .closeknop{
        left: 85%!important;
    }
}
.footer p{
    color: #dfdfdf!important;}
.footer h4{
    color: #dfdfdf;}
.footer p a{
    text-decoration: -moz-none;
    text-decoration: none;
    color: #dfdfdf;
}

@media only screen and (max-width: 768px){
    .tussenruimte{padding-top: 40px!important;}
    #mobile-tussenruimte{padding-bottom: 0!important;}
    #section-informatie{width: 75%;
        position: relative;
        left: 12.5%;}
}