html {
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 1rem;
}

body {
    height: 100%;
    float: left;
    background-color: #fff;
    color: #000;
    font-family: 'Fira Sans', sans-serif;
    font-size: 0.9rem;
    font-weight: 300;
}

#wrapper{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

#pageContainer {
    position: relative;
    padding: 0;
    min-height: 100%;
    margin-top: -150px;
    padding-top: 150px;
    padding-bottom: 0;
    overflow-x: hidden;
    box-sizing: content-box;
}

header{
    position: relative;
    padding: 5px 0;
}

footer{
    padding: 30px;
    color: #292929;
    text-align: center;
}

/********************************/
/**************Divs**************/
/********************************/

.cS1{
    background-color: #ffffff;
    color: #000000;
}

.cS2{
    background-color: #007836;
    color: #ffffff;
}

.cS3{
    background-color: #dff455;
    color: #000000;
}

.cS1F{fill: #fff}
.cS2F{fill: #007836}
.cS3F{fill: #dff455}

#topBar{
    padding: 5px 0;
}

.logo{
    height: 120px;
}

.edgedTextSection{
    font-size: 1.1rem;
}

.edgedTextSection .color{
    position: absolute;
    left: -100vw;
    top: 0;
    width: 300vw;
    height: 100%;
    z-index: -3;
}

.edgedTextSection .shape{
    position: absolute;
    left: -1px;
    top: 0;
    height: 100%;
    z-index: -1;
}

.edgedTextSection .img{
    position: absolute;
    left: 0;
    top: 0;
    width: 200%;
    height: 100%;
    background-position: center;
    background-size: cover;
    z-index: -2;
}

.edgedTextSection .img .slideImg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    opacity: 0;
    transition: 0.8s;
}

.edgedTextSection-alt{

}

.edgedTextSection-alt .color{
    position: absolute;
    right: -100vw;
    top: 0;
    width: 300vw;
    height: 100%;
    z-index: -3;
}

.edgedTextSection-alt .shape{
    position: absolute;
    right: -1px;
    top: 0;
    height: 100%;
    z-index: 2;
}

.edgedTextSection-alt .img{
    position: absolute;
    right: 0;
    top: 0;
    width: 200%;
    height: 100%;
    background-position: center;
    background-size: cover;
    z-index: 1;
}

.map{
    width: 250px;
}

.faList{
    font-size: 1rem;
}

.faList span{
    display: list-item;
    margin: 4px 0;
    list-style: none;
}

.icon-stats{
    font-size: 0.9rem;
    color: #007836;
}

.icon-stats .img{
    display: block;
    margin: 8px auto;
    width: 90px;
    height: 90px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

footer svg{
    transition: all 0.15s;
}

footer svg:hover{
    transform: scale(1.2);
    transition: all 0.25s;
}

form{

}

form input[type="text"], form textarea{
    display: block;
    margin: 0 0 10px;
    width: 100%;
    height: 31px;
    padding: 5px 8px;
    border: solid 1px #007836;
}

form textarea{
    min-height: 113px;
    resize: none;
}

form input[type="submit"]{
    margin: 0 0 30px;
    padding: 5px 8px;
    background-color: #007836;
    color: #fff;
    border: none;
    cursor: pointer;
}

/********************************/
/**********Other Pages***********/
/********************************/

.carousel{
    position: relative;
    width: 100%;
    height: 85px;
}

.carousel .carouselItem{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.8s;
}

.containerImg{
    margin: 0 auto 10px;
    width: 100%;
    padding-bottom: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border: solid 2px #007836;
}

.teamItem{
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
    transition-duration: 0.15s;
}

.teamItem .img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    z-index: -1;
}

.teamItem .txt{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 5px 10px;
    background-color: #007836;
    color: #fff;
    font-size: 1.1rem;
    transform-origin: bottom;
    transform: scaleY(0);
    transition: 0.25s;
}

.teamItem .txt .naam{
    display: block;
}

.teamItem .txt .functie{
    display: block;
    font-size: 1.0rem;
    font-style: italic;
}

.teamItem:hover{
    transform: scale(1.05);
}

.teamItem:hover .txt{
    transform: scaleY(1);
}

.containerImg.teamItem{
    border: solid 2px #007836;
    margin: 0;
    width: 100%;
    background-size: contain;
    padding-bottom: 100%;
}

.containerImg.teamItem .img{
    background-size: contain;
    background-repeat: no-repeat;
}

.containerImg.teamItem .txt{
    font-size: 0.9rem;
}

.news-item{
    padding: 15px;
    border: solid 1px #888;
}

.video-container{
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    padding: 0;
    padding-bottom: 56.25%;
    z-index: 1;
}

.video-container video{
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}


/********************************/
/**************Menu**************/
/********************************/

#nav{
    display: block;
    position: relative;
    margin: 0 -10px 0 0;
    text-align: right;
    z-index: 14;
}

#nav ul{
    margin: 0;
    padding: 0;
    list-style: none;
    white-space: nowrap;
}

#nav ul li{
    display: inline-block;
    position: relative;
    margin: 0 0 0 16px;
}

#nav ul li a{
    display: inline-block;
    padding: 8px 10px;
    background-color: #fff;
    color: #000000;
    border-radius: 10px;
    font-size: 1rem;
    transition: all 0.15s;
}

#nav ul li:hover > a{
    background-color: #007836;
    color: #ffffff;
    transition: all 0.15s;
}

#nav ul li ul{
    display: none;
    position: absolute;
    left: 5px;
    top: 98%;
    width: auto;
    background-color: #dff455;
    text-align: left;
}

#nav ul li:hover ul{
    display: block;
}

#nav ul li ul li{
    display: list-item;
    margin: 0;
}

#nav ul li ul li a{
    display: list-item;
    padding: 8px 10px;
    background-color: transparent;
    color: #000000;
    border-radius: 0;
    font-size: 1rem;
    transition: all 0.15s;
}

#nav ul li ul li a:hover{
    background-color: #007836;
    color: #ffffff;
    transition: all 0.15s;
}

#nav.mobile{
    display: block;
    position: relative;
    margin: 0;
    height: 0;
    text-align: center;
    overflow: hidden;
    transition: all 0.5s;
    transform: matrix3d();
}

#nav.mobile ul{
    margin: 0;
    width: 100%;
    padding: 0;
    list-style: none;
}

#nav.mobile ul li{
    display: block;
    position: relative;
    margin: 0;
    width: 100%;
}

#nav.mobile ul li a{
    display: block;
    padding: 8px 10px;
    background-color: #fff;
    color: #000000;
    border-radius: 0;
    text-align: center;
    transition: all 0.15s;
}
#nav.mobile ul li ul{
    display: block;
    position: static;
    width: 100%;
    height: 0;
    transform: scaleY(1);
    overflow: hidden;
    transition: all 0.655s;
}

#nav.mobile ul li a:hover{
    background-color: #007836;
    color: #ffffff;
}

#nav.mobile.open{
    height: auto !important;
    transition: all 0.65s;
}

#but-menu{
    width: 32px;
    cursor: pointer;
    transition: all 0.15s;
}

#but-menu:hover{
    transform: scale(1.1);
}

/********************************/
/**************Heads*************/
/********************************/

h1, h2{
    font-size: 1.4rem;
}

h3{
    font-size: 1.4rem;
    font-weight: 700;
}

h1.larger, h2.larger{
    font-size: 1.8rem;
}

h1.largest, h2.largest{
    font-size: 2.2rem;
}

/********************************/
/************Paragraphs**********/
/********************************/

b, strong{
    font-weight: 700 !important;
}

/********************************/
/**************Buttons***********/
/********************************/

a, a:hover, a:link, a:visited, a:link:active, a:visited:active{ 
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

a.linkButton, a.linkButton:link, a.linkButton:visited, a.linkButton:link:active, a.linkButton:visited:active{
    display: inline-block;
    margin: 0 6px;
    padding: 8px 10px;
    background-color: rgba(0, 0, 0, 0.0);
    color: inherit;
    border: solid 1px #007836;
    border-radius: 10px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.15s
}

a.linkButton:hover{
    background-color: rgba(0, 0, 0, 0.1);
    transition: all 0.25s
}

/********************************/
/**************Sliders***********/
/********************************/


/********************************/
/********************************/
/********************************/

.py-7{
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
}

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

.green{
    background-color: #007836;
}

.underlined{
    text-decoration: underline !important;
}

.no-content *{
    display: none !important;
}

@media only screen and (max-width: 2000px) {
    .edgedTextSection .img{
        width: 200%;
    }
}
@media only screen and (max-width: 1600px) {
    .edgedTextSection .img{
        width: 150%;
    }
}
@media only screen and (max-width: 991px) {
    .edgedTextSection .img{
        width: 140%;
    }
}

@media only screen and (max-width: 767px) {

}

@media only screen and (max-width: 576px) {
}

@media only screen and (max-width: 400px) {
}