body{
    /* font-family: 'Paytone One', sans-serif;
     font-family: 'PT Sans', sans-serif;*/
    overflow-x: hidden;
}


html{
    scroll-behavior: smooth;

}


h1{
    color: #FFFFFF;
    font-family: "Paytone One";
    font-size: 45px;
    line-height: 58px;
    text-align: center;
    text-shadow: 2px 2px 2px  rgba(0,0,0,0.35);
}


h2{
    color: #0d4149;
    font-family: "Paytone One";
    font-size: 35px;
    line-height: 48px;
    text-shadow: 1px 1px 4px 0 #000000;
}

h3{
    color: #0d4149;
    font-family: "Paytone One";
    font-size: 24px;
    line-height: 30px;
    text-shadow: 1px 1px 4px 0 #000000;
}

h3.subtitle{
    color: #ffffff;
}

h4{
    color: #0d4149;
    font-family: "Paytone One";
    font-size: 18px;
    line-height: 25px;
    text-shadow: 1px 1px 4px 0 #000000;
}

h5{
    font-family: "Paytone One";
    text-shadow: 1px 1px 4px 0 #000000;
    color: #0d4149;
}

p{
    color: #7790AA;
    font-family: "PT Sans";
    font-size: 16px;
    line-height: 30px;
    text-shadow: 3px 3px 4px 0 #000000;
}

a{
    color: #7790AA;
    font-family: "PT Sans";
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

}

a:hover{
    text-decoration: none;
    color: #82bb25;
}

::-moz-selection {
    color: #ffffff;
    background: #0d4149;
}
::selection {
    color: #ffffff;
    background: #0d4149;
}

:focus {
    outline: 0 auto -webkit-focus-ring-color!important;
}

span{
    font-family: "Paytone One";
}

.lockScroll {
    overflow: hidden;
    width: 100%;
}

.full-link-btn{
    width: 100%;
    height: 100%;
    z-index: 1;
}

.text-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.fixed-header.navbar.navbar-expand-lg {
    height: 90px;
    -webkit-box-shadow: -1px 20px 38px -40px #565656;
    box-shadow: -1px 20px 38px -40px #565656;
}

.fixed-header.navbar.navbar-expand-lg .navbar-collapse li.nav-item {
    height: 90px;
}

.navbar-brand-inner a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.navbar-brand-inner img {
    top: 0;
    position: relative;
    height: 150px;
    width: 100%;
    transition: all .3s ease;
}

.fixed-logo .navbar-brand-inner img {
    height: 65px;
    top: 12px;
}

.fixed-logo .navbar-brand-inner {
    padding: 0 18px 0 18px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-brand.fixed-logo {
    bottom: 5px;
}

#body-main-content {
    padding: 0 0 100px 0;
}

/* navbar */
.navbar.navbar-expand-lg {
    height: 125px;
    /* padding: 30px 0; */
    background: white;
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
    -webkit-box-shadow: -1px 20px 38px -45px #565656;
    box-shadow: -1px 20px 38px -45px #565656;
}

.navbar-brand-inner {
    position: absolute;
    top: 0;
    left: 88px;
    background-color: #fefefe;
    padding: 31px;
    -webkit-box-shadow: -1px 20px 38px -32px #565656;
    box-shadow: -1px 20px 38px -32px #565656;
}

ul.navbar-nav.ml-auto {
    margin: 0 110px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-expand-lg .navbar-nav .nav-link.button-inner-3 {
    padding: 15px;
    color: #ffffff;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0px 30px;
    color: #0d4149;
    font-weight: 600;
}

.button-inner-3.nav-grote-knop{
    padding: 15px;
    height: 60px;
}

.nav-item.menu-btn:hover a{
    color: #0d4149!important;
}

.nav-item:hover a{
    color: #82bb25!important;
}

li.nav-item {
    height: 125px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

li.nav-item:last-child {
    height: 125px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 0 20px;
}

li.nav-item.active {
    background-color: #F1F8FF;
    border-top: 5px solid #82bb25;
}

.navbar-toggler {
    display: block;
    z-index: 5;
    position: relative;
    right: 0;
    top: 0;
    padding: 0;
    cursor: pointer;
}

.navbar-toggler:focus {
    outline: none;
}

.navbar-toggler .bars {
    position: relative;
    vertical-align: middle;
    height: 40px;
    width: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    background: #0d4149;
    border-radius: 30px;
    padding: 6px 35px;
    border: 1px solid white;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

/*.navbar-toggler .bars:hover {
    vertical-align: middle;
    height: 40px;
    width: 100px;
    display: flex;
    justify-content: center;
    flex-flow: column wrap;
    align-content: center;
    background: #0d4149;
    border-radius: 30px;
}*/

.navbar-toggler .bar {
    width: 28px;
    height: 3px;
    border-radius: 20px;
    margin-bottom: 5px;
    -webkit-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
    background-color: #fff;
}

.navbar-toggler-icon .bar.bar-1 {
    margin-top: 2px;
}
/*
.navbar-toggler .bars:hover .bar {
    background-color: #fff;
    width: 28px;
}*/


.navbar-toggler .bars .hap {
    position: absolute;
    height: 20px;
    width: 20px;
    background: white;
    right: -4px;
    top: -5px;
    border-radius: 30px 36px;
}

.navbar.navbar-expand-lg{
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}


.navbar-toggler .bar-3 {
    margin-bottom: 0;
}

.navigation.menu-open .bars {
    margin-top: 0;
    position: relative;
}

.navigation.menu-open .bar-1 {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 10px;
}
.navigation.menu-open .bar-3 {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -16px;
    background-color: #ffffff;
}
.navigation.menu-open .bar-2 {
    opacity: 0;
}

.button-inner-3.nav-grote-knop {
    background-color: #82bb25;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.25);
    box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.25);
    border: 2px solid #82bb25;
}

.navbar-expand-lg .navbar-nav .nav-link.button-inner-3:hover{
    color: #0d4149;
}

/* knop */

.knoppen {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;

    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}


/* for chrome and safari*/
.knop{
    width: 50%;
    max-width: 200px;
}

.knop-1{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

}

.knop-1:hover span {
    color: #0d4149!important;
}

.knop-2 {
    min-width: 200px;
    width: auto;
    margin: 10px 15px 0 0;
}

.button-inner span, .button-inner-2 span, .button-inner-3 span{
    -webkit-transition: all .8s ease!important;
    -o-transition: all .8s ease!important;
    transition: all .8s ease!important;
}

.knop-2:hover span {
    color: #82bb25!important;
}

.headerknoppen .knoppen .knop-2:last-child:hover span {
    color: #0d4149!important;
}

.formulier-knop:hover span{
    color: #0d4149!important;
}


.button-inner{
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 20px 10px;
    border-radius: 50px;
    min-width: 150px;
    text-align: center;
}

.button-inner span {
    font-weight: 400;
}


.button-inner:hover span{
    color: #0d4149!important;
}


.button-inner-2{
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 20px 10px;
    border-radius: 50px;
    min-width: 250px;
    text-align: center;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.25);
    box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.25);
    background-color: #82bb25;
    margin-bottom: 10px;
    border: none;
}

.button-inner-2 span{
    color: white;
    font-weight: 400;
}

.button-inner-3 {
    width: 100%;
    padding: 18px 10px;
    border-radius: 50px;
    min-width: 150px;
    text-align: center;
}


/* end knop */

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar:hover {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: #82bb25;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #74a721;
    width: 30px;
}
/* Custom scrollbar styling end */

.topbar{
    height: 150px;
    width: 100%;
    top: -45px;
    background-color: white;
    position: fixed;
    z-index: 100;
}

.overlay {
    min-height: 800px;
    position: absolute;
    width: 100%;
    background-color: rgba(69, 65, 55, 0.46);
}

.header-bg{
    height: 800px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin: 125px 0 0 0;
}

.post-header-bg {
    margin-top: 125px;
}

.dropdown-menu {
    border: 0;
    background: white;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    display: none;
}

.dropdown-menu:hover {
    border: 0;
    background: white;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.dropdown-item {
    padding: 20px 15px;
    font-weight: 600;
    text-align: center;
    color: #0d4149;
}


.dropdown-item:focus, .dropdown-item:hover {
    text-decoration: none;
    background-color: transparent;
    color: #82bb25;
}

.dropdown-menu-responsive{
    display: none;
}

.header-container{
    min-height: 800px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.post-header-container{
    min-height: 250px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #0d4149;
    margin-bottom: 40px;
}

.post-header-container .intro_title.postheader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.post-header-container .intro_title.postheader p {
    color: #F2F2F2;
    text-shadow: 3px 3px 4px rgba(0,0,0,0.35);
}


.header_content-wrapper {}
.header_content {}
.header_content_inner {}

.header_content_inner_tekst, .header_content_inner p {
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
    text-align: center;
}

/* Intro */
.infoblok {
    height: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}

.infoblok-outer{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    right: 0px;
    width: 100%;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.infoblok-outer .infoblok-content {
    background-color: #82bb25;
    color: #FFFFFF;
    position: absolute;
    height: 280px;
    width: 280px;
    top: -100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;

    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.infoblok-outer .infoblok-content:hover {
    top: -130px;
    -webkit-transform: scale(1.075);
    -ms-transform: scale(1.075);
    transform: scale(1.075);
}

.infoblok-outer .infoblok-content:before {
    position: absolute;
    z-index: 0;
    content: '';
    left: calc(50% - 27px);
    border-style: solid;
    border-width: 27px 27px 0 27px;
    border-color:  #82bb25 transparent transparent transparent;
    bottom: 0;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}


.infoblok-outer .infoblok-content:hover:before {
    bottom: -23px;
    border-width: 27px 27px 0 27px;
    border-color: #82bb25 transparent transparent transparent;
}

.infoblok-content-underline-inner {
    margin-top: 20px;
    text-align: center;
    font-weight: 400;
    font-style: italic;
}

.infoblok-content h3{
    color: #ffffff;
}

.infoblok-content h2{
    color: #ffffff;
    font-size: 64px;
    line-height: 60px;
}


/* speerpunten*/
.speerpuntenoverzicht,.themaoverzicht {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.speerpunt {
    min-height: 270px;
    height: auto;
    width: calc(25% + 0%);
    margin-left: calc(100% - 100%);
    padding: 25px 15px;
    border: 3px solid #FFFFFF;
    border-radius: 0 0 0 0;

    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    position: relative;
}

.speerpunt:hover {
    border: 3px solid #0d4149;
    border-radius: 10px;
    background-color: #fff !important;

    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
    z-index: 3;


}

.speerpunt-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    text-align: center;

}

.speerpunt-content-inner-name {
    margin: 0 -5px;
}

.speerpunt-content-inner .speerpunt-content-inner-icon h3{
    color: #82bb25;
}

/* recentie */

.cycle-slideshow--slide h2 {
    font-family: AvenirNextCondensed-Medium,"Lucida Grande",Corbel,Tahoma,Verdana,Helvetica,sans-serif;
    font-weight: normal;
}
.cycle-slideshow span {
    display: inline;
    overflow: hidden;
    margin: 10px auto;
    line-height: 18px;
}
.cycle-slideshow--slide h2 {
    clear: none;
    font-size: 1.25em;
    font-weight: normal;
    font-style: normal;
    color: #445ed5;
    margin: 0 0 5px 0;
}
.cycle-slideshow--slide h2 a {
    color: #445ed5;
    font-style: normal;
    text-decoration: none;
}
.cycle-slideshow--slide span {
    font-weight: normal;
    font-style: normal;
    color: #333;
}
.cycle-slideshow_image  {
    float: left;
    margin: 0 10px 0 0px;
    max-height: 180px;
    border: none;
}
/* .cycle-slideshow, .cycle-slideshow * { */
/* -webkit-box-sizing: border-box; */
/* -moz-box-sizing: border-box; */
/* box-sizing: border-box; */
/* } */
.cycle-slideshow {
    min-width: 270px;
    margin: auto;
    padding: 0;
    position: relative;
    overflow: hidden;
}
.cycle-slideshow > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
}
.cycle-slide p {
    padding: .5em 0;
}
.cycle-slide .read-more a {
    text-decoration: underline;
    float: right;
    color: #445ed5;
    font-size: .875em;
}
.cycle-slide .read-more a:hover {
    text-decoration: none;
}
/* pager */
.cycle-pager {
    margin: 0.25em auto .25em .5em;
}
.cycle-pager a {
    padding: .25em .5em;
    margin: .125em;
    border: 1px solid #ccc;
    text-align: center;
    text-decoration: none;
    font-weight: normal;
    color: #d92644;
    display: inline-block;
    width: 1em;
}
.cycle-pager .cycle-pager-active,
.cycle-pager a:hover {
    font-weight: bold;
    background-color: #f7d4da;
    border-color: #aaa;
    font-family: AvenirNextCondensed-Demibold,"Lucida Grande",Corbel,Tahoma,Verdana,Helvetica,sans-serif;
}
.cycle-pager .cycle-pager-active {
    -webkit-box-shadow: 1px 1px 2px hsla(0,0%,0%,0.7);
    box-shadow: 1px 1px 2px hsla(0,0%,0%,0.7);
}
.cycle-pager a:focus {
    outline: none;
}
.cycle-pager > * {
    cursor: pointer;
}
/* prev / next links */
.cycle-arrows {
    position: absolute;
    top: 0;
    width: 1em;
    height: 100%;
    padding-top: 2em;
    cursor: pointer;
    font-size: 2em;
    color: #333;
    z-index: 8;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.cycle-prev {
    left: 0;
}
.cycle-next {
    right: 0;
}
.cycle-arrows::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: .5em solid transparent;
    border-bottom: .5em solid transparent;
}
.cycle-prev::after {
    border-right: .5em solid #333;
    left: 0;
}
.cycle-next::after {
    border-left: .5em solid #333;
    right: 0;
}
.cycle-arrows:hover {
    background-color: #f7f7f7;
    /* outline: 1px dotted #666; */
}
.cycle-prev::after:hover {
    border-left-color: #000;
}
.cycle-next::after:hover {
    border-right-color: #000;
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: -155px;
    bottom: 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    opacity: .5;
}

.under-rule {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.recensie-image-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    height: auto;
    margin: 30px 0;
}
.recensie-image-container .recensie-image-inner{
    height: 120px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 120px;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 50px 3px #ffffff;
    box-shadow: 0 0 50px 3px #ffffff;
}

#section-thema .section-content::before{
    content: url(../IMAGES/line.svg);
    position: absolute;
    width: 100%;
    top: -200px;
}

/* eide recensie */

/* themas */
#section-thema .section-content{
    position: relative;
}

.thema{
    position: relative;
    height: auto;
    min-height: 640px;
}

.themaoverzicht{
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.themaoverzicht .thema{
    position: relative;
    height: auto;
    min-height: 760px;;
    width: 32%;
}

#section-themes .themaoverzicht .thema-outer {
    top: -85px;
    position: absolute;
    width: 100%;
    min-height: 640px;
    height: auto;
    border: 4px solid #F1F8FF;
    border-radius: 4px;
    background-color: #FFFFFF;
    padding: 0 0 10px 0;
}

.themaoverzicht .thema-outer{
    top: 60px;
    position: absolute;
    width: 100%;
    min-height: 640px;
    height: auto;
    border: 4px solid #F1F8FF;
    border-radius: 4px;
    background-color: #FFFFFF;
    padding: 0 0 10px 0;
}

.thema-outer {
    top: -70px;
    position: absolute;
    width: 100%;
    min-height: 640px;
    height: auto;
    border: 4px solid #F1F8FF;
    border-radius: 4px;
    background-color: #FFFFFF;
    padding: 0 0 10px 0;
}

.price-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    height: 80px;
}

.price-outer .price-content {
    background-color: #82bb25;
    position: absolute;
    height: 147px;
    width: 147px;
    top: -31px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    padding-top: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
}

.price-outer .price-content h3, .price-outer .price-content p{
    color: #ffffff;
    font-weight: bold;
}

.thema-content-inner {
    margin: 50px 0 0 0;
    padding: 0 40px;
}

.thema-content-inner h6 {
    font-size: 11px;
    text-align: center;
    color: #0d4149;
    font-family: "Paytone One";
}


.thema-content-inner h3 {
    text-align: center;
    margin-bottom: 1.5rem;
}

.thema-content .mogelijkheden p{
    margin-top: 0;
    margin-bottom: 0rem;
}

.thema-content .thema-content-inner-bottom{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.thema-content .thema-content-inner-bottom p a {
    text-decoration: underline;
    text-underline-position: under;
    font-weight: bold;
}
/* einde themas */

#section-formulier P {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 0;
}

.formulieren input{
    height: 70px;
    width: 100%;
    background-color: #E5EEF8;
    padding: 10px 60px 10px 18px;
    border: none;
    -webkit-transition: all .8s ease ;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}

.formulieren .select select {
    height: 70px;
    width: 100%;
    background-color: #E5EEF8;
    padding: 10px 60px 10px 18px;
    border: none;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
    color: #757575;
}

.formulieren .select select option {
    border: none;
    height: 70px;
    width: 100%;
    background-color: #ffffff;
    padding: 10px 60px 10px 18px;
    color: #757575;
}



.formulieren input:focus {
    height: 70px;
    width: 100%;
    background-color: #f3f9ff;
    padding: 10px 60px 10px 18px;
    border: none;
    outline-offset: 0;
    outline: #e5eef8 auto 5px;
}

.formulieren textarea{
    height: 280px;
    width: 100%;
    background-color: #E5EEF8;
    padding: 10px 60px 10px 18px;
    border: none;
    -webkit-transition: all .8s ease ;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}

.formulieren textarea:focus {
    background-color: #f3f9ff;
    padding: 10px 60px 10px 18px;
    outline: #e5eef8 auto 5px;
}


.formulieren .input_field .file{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
    background-color: #e5eef8;
    padding: 10px 19px 10px 18px;
}

.formulieren .input_field .file label{
    margin-bottom: .0rem;
    /*width: 100%;*/
    color: #757575;
}

.input_field.AVG {
    margin-top: 15px;
}

.btn-file {
    position: relative;
    overflow: hidden;
    background-color: #82bb25;
    width: 100%;
    height: 48px;
    -webkit-transition: all .8s ease ;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}

.btn-file:hover {
    background-color: #0d4149;
}


.btn-file p{
    color: #FFFFFF;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    text-shadow: 3px 3px 4px 0 #000000;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    cursor: inherit;
    display: block;
}

.formulier-knop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: -30px;
}


.container {
    display: block;
    position: relative;
    padding-left: 18px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #7790AA;
}

.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    bottom: 5px;
    left: 0;
    height: 13px;
    width: 13px;
    border: 1px solid #9c9c9c;
    background-color: #ccc;
}

.container:hover input ~ .checkmark {
    background-color: #d4d4d4;
}

.container input:checked ~ .checkmark {
    background-color:#0d4149;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.container input:checked ~ .checkmark:after {
    display: block;
}

.container .checkmark:after {
    left: 4px;
    top: 0.5px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* accordion */

.accordion-wrapper{
    margin-bottom: 1rem;
}
/* Style the buttons that are used to open and close the accordion panel */
.accordion {
    background-color: #ffffff00;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: 2px solid #0d4149 ;
    outline: none;
    color: #0d4149;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.accordion-wrapper .active {
    background-color: #0d4149;
    color: white;
    border: 2px solid #ffffff00;
}

.accordion:hover {
    background-color: #0d4149;
    color: white;
    border: 2px solid #ffffff00;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
    -webkit-transition: ease-out 1s ease-in;
    -o-transition: ease-out 1s ease-in;
    transition: ease-out 1s ease-in;
}

.accordion:hover:after{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f805";
    color: #ffffff;
    float: right;
    margin-left: 5px;
}

.accordion:after {
    font-family: "FontAwesome";
    font-weight: 900;
    content: "\f067";
    color: #0d4149;
    float: right;
    margin-left: 5px;
}

.accordion-wrapper .active:after {
    font-family: "FontAwesome";
    font-weight: 900;
    content: "\f068";
    color: #ffffff;
    float: right;
    margin-left: 5px;
    /* Unicode character for "minus" sign (-) */
}
/* end accordion */

/* nieuws */

/*BLOGPOSTS*/

.flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.flex-container.position {
    margin-top: 130px;
}

.flex-container.position_recht {
    margin-top: 70px;
}

.flex-container-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.item-wrapper {
    position: relative;
    height: auto;
    overflow: hidden;
    margin-bottom: 35px;
}

.item-wrapper.blog {
    width: 32%;
    margin-right: 2%;
}

.item-wrapper .item-image {
    position: relative;
    height: 350px;
}

.item-wrapper .item-image .image-inner {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    border-radius: 4px;
}


.item-wrapper .item-image .arrow {
    position: absolute;
    width: 50px;
    height: 50px;
    right: 0;
    bottom: 0;
    text-align: center;
    border-radius: 4px 0 4px 0px;
    background: #82bb25;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.item-wrapper .item-image .arrow i {
    vertical-align: middle;
    color: white;
    top: 0;
    left: 2px;
    position: relative;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.item-wrapper:hover .item-image .arrow i {
    color: #82bb25;
}

.item-wrapper.blog:nth-child(3n) {
    margin-right: 0;
}

.item-wrapper .item-content {
    position: relative;
}

.item-wrapper .item-content .title {
    position: relative;
}

.item-wrapper .item-content .title {
    min-height: 70px
}

.item-wrapper .item-content .date {
    margin-bottom: 0;
}

.position .item-wrapper:nth-child(3n+1) {
    top: -0px
}
.position .item-wrapper:nth-child(3n+2) {
    top: -60px
}
.position .item-wrapper:nth-child(3n+3) {

}

.item-wrapper .item-image:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: .6;
    background: transparent;
    border-radius: 4px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.item-wrapper:hover .item-image:before {
    opacity: .6;
    background: #82bb25;
}

.item-wrapper:hover .item-image .arrow {
    background: white;
    border-radius: 4px 0 0px 0px;
}

.item-wrapper .item-content .title h4 {
    text-decoration: underline;

    text-decoration-color: transparent;
    -webkit-text-decoration-color: transparent;
    -webkit-text-underline-position: under;
    -ms-text-underline-position: below;
    text-underline-position: under;

    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}


/* end nieuws */

/*footer*/
.topfooter-content-outer h2 {
    color: #ffffff;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.35);

}


.topfooter-content-outer p{
    color: #f2f2f2;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.45);
}

.topfooter-content-outer .overlay {
    height: 100%;
    min-height: 680px;
    position: absolute;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(7, 9, 6, 0.81)), color-stop(43%, #00000038), color-stop(90%, rgba(255, 255, 255, 0.81)), to(#ffffff));
    background: -webkit-linear-gradient(rgba(7, 9, 6, 0.81), #00000038 43%, rgba(255, 255, 255, 0.81) 90%, #ffffff);
    background: -o-linear-gradient(rgba(7, 9, 6, 0.81), #00000038 43%, rgba(255, 255, 255, 0.81) 90%, #ffffff);
    background: linear-gradient(rgba(7, 9, 6, 0.81), #00000038 43%, rgba(255, 255, 255, 0.81) 90%, #ffffff);
    width: 100%;
    top: 0;
    z-index: 1;
}

.topfooter-content-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 500px;
    position: relative;
    left: -15px;
    right: 30px;

}

.topfooter-content-outer{
    min-height: 680px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 100px 0;
    margin: 0 0 100px 0;
    overflow: hidden;
    background-position: right center;
}

.footer-outer p {
    margin-top: 0;
    margin-bottom: 0rem;
}

.topfooter-content{
    overflow: hidden;
    position: relative;
    z-index: 10;
    width: 100%;
}
/* end footer */

/* Copyright */
.footer .line1 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 1px;
    width: 100%;
    border: 3px solid #EFF6FE;
    margin: 60px 0 35px 0;
}

.footer .copyright{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer-outer{
    padding: 0 0 35px 0;
}



@media (max-width:1500px) and (min-width:1200px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0 18px;
    }
}


@media (max-width:990px) and (min-width:768px) {
    .knop-2:first-child {
        min-width: 46%;
        width: auto;
        margin: 10px 8% 0 0;

    }

    .knop-2:last-child{
        min-width: 46%;
        width: auto;
        margin: 10px 0 0 0;

    }

    .infoblok {
        min-height: 81px!important;
        height: auto;
    }

}​


@media only screen and (max-width: 1400px){
    ul.navbar-nav.ml-auto {
        margin: 0 10px 0 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }


}

@media only screen and (max-width: 1200px){
    .formulier-knop {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-top: 10px;
    }

    .speerpunt {
        width: calc(33.3% + 0%);
    }

    .infoblok-outer .infoblok-content{
        height: 230px;
        width: 230px;
    }

    ul.navbar-nav.ml-auto {
        margin: 0 0 0 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .navbar-brand-inner{
        /* display: inline-block; */

        left: -40px;
        line-height: inherit;
        margin: 0;
        top: -5px;
        padding: 0 18px 0 18px;
        -webkit-box-shadow: 0 0 0 0;
        box-shadow: 0 0 0 0;
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
    }

    .navbar-brand-inner img {
        top: -8px;
    }
}



@media only screen and (max-width:  991px){


    li.nav-item:last-child {
        height: 60px;
    }

    .dropdown-menu{
        display: none!important;
    }

    .dropdown-menu-responsive{
        display: block;
    }

    .nav-item.menu-btn:hover a{
        color: #82bb25!important;
    }

    .navigation {
        position: relative;
        height: auto;
        -webkit-box-shadow: 0 4px 6px #0000000a;
        box-shadow: 0 4px 6px #0000000a;
    }

    .infoblok-outer .infoblok-content {
        height: 162px;
        width: 162px;
    }

    .infoblok-outer .infoblok-content {
        height: 162px;
        width: 162px;
    }

    .infoblok-content h2 {
        color: #ffffff;
        font-size: 31px;
        line-height: 15px;
    }

    .infoblok-content h3 {
        font-size: 22px;
        line-height: 24px;
    }

    .infoblok {
        min-height: 317px;
        height: auto;
    }

    .infoblok-outer .infoblok-content:hover:before{
        bottom: -11px;
        border-width: 17px 17px 0 17px;
    }

    .infoblok-outer .infoblok-content:before {
        left: calc(50% - 17px);
        border-width: 17px 17px 0 17px;
        border-style: solid;
    }

    .navbar-collapse {
        top: 125px;
        position: absolute;
        width: 100%;
        background: #f7f7f7;
        /*  z-index: 99;*/
        visibility: hidden;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        left: 0;
        -webkit-box-shadow: 0 4px 6px #0000000a;
        box-shadow: 0 4px 6px #0000000a;

        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0px 30px;
        color: #fff;
        font-weight: 600;
    }

    li.nav-item {
        height: 60px;
        -webkit-transition: 0.3s all ease-in;
        -o-transition: 0.3s all ease-in;
        transition: 0.3s all ease-in;
    }

    li.dropdown-menu-responsive {
        width: 80%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .dropdown-item:focus, .dropdown-item:hover {
        height: 60px;
        -webkit-transition: 0.3s all ease-in;
        -o-transition: 0.3s all ease-in;
        transition: 0.3s all ease-in;
    }

    li.nav-item:hover {
        background-color: transparent;
        width: 80%;
        z-index: 1;
        color: white;
    }

    .dropdown-item:focus, .dropdown-item:hover{
        background-color: transparent;
        width: 100%;
        z-index: 1;
        color: white;
    }

    .menu-open li.nav-item.active {
        background-color: transparent;
        border-top: 0px;
        width: 80%;
    }

    .button-inner-3.menu-btn {
        background-color: #82bb25;
        -webkit-box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.25);
        box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.25);
        border: 2px solid #82bb25;
    }

    .dropdown-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row;
        width: 100%;
        padding: .25rem 1.5rem;
        clear: both;
        font-weight: 400;
        color: #ffffff;
        text-align: inherit;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .menu-open .navbar-collapse {
        top: 125px;
        height: 100vh;
        visibility: visible;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        background-color: #0d4149;
        position: absolute;
    }

    li.menu-btn {
        margin-top: 0px;
        margin-left: 0!important;
        width: 200px;
    }

    li.menu-btn .knop-2{
        margin: 0;
    }

    a.nav-link {
        padding-left: 0!important;
        padding-right: 0!important;
    }

    .navbar-nav {
        padding: 30px 16px 50px 16px;
        min-height: 100vh;
        height: auto;
    }

    .navbar-brand, .navbar-toggler, .navbar, .top_bar,  .navbar-expand-lg  {
        z-index: 1001;
        height: 100%;
        width: auto;
    }

    .speerpunt {
        width: 50%;
    }

    .themaoverzicht {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .themaoverzicht .thema {
        width: 49%;
    }

    .item-wrapper.blog {
        width: 49%;
        margin-right: 2%;
    }

    .item-wrapper.blog:nth-child(2n) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 767px) {

    .speerpunt {
        width: calc(100% + 0%);
    }

    .themaoverzicht .thema {
        width: 100%;
        margin: 10%;
    }

    .item-wrapper.blog {
        width: 100%;
        margin-right: 10%;
        margin-left: 10%;
    }

    .item-wrapper.blog:nth-child(2n) {
        margin-right: 10%;
    }


    .topfooter-content-outer {
        background-position: center center;
    }

    #body-main-content {
        padding: 0;
    }

    .infoblok-outer .infoblok-content {
        top: 0;
    }

    .footer-outer .text-center-footer {
        text-align: center;
    }

    .button-inner-2 {
        margin: 10px;
        min-width: 200px;
    }

    .infoblok {
        min-height: 305px;
        position: relative;
        width: 100%;
        height: auto;
    }

    .infoblok-outer {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        right: 0px;
        width: 100%;
    }

    .infoblok-outer .infoblok-content {
        background-color: #82bb25;
        color: #FFFFFF;
        position: absolute;
        height: 280px;
        width: 280px;
        top: 0px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
    }

    .infoblok-outer .infoblok-content:hover {
        top: 0px;
        -webkit-transform: scale(1.075);
        -ms-transform: scale(1.075);
        transform: scale(1.075);
    }
}

@media only screen and (max-width: 767px){
    .infoblok-outer {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        right: 0px;
        width: 100%;
        -ms-flex-pack: distribute;
        justify-content: space-around;

    }

    .infoblok-outer .infoblok-content {
        width: 300px;
        margin: 0 0%;
        height: 300px;
    }


    .fixed-logo .navbar-brand-inner {
        left: 0px;
    }

    h1{
        font-size: 43px;
        line-height: 56px;
    }


    h2{
        font-size: 33px;
        line-height: 46px;
    }

    .infoblok-content h2 {
        color: #ffffff;
        font-size: 57px;
        line-height: 60px;
    }

    h3{
        font-size: 22px;
        line-height: 28px;
    }

    h4{
        font-size: 16px;
        line-height: 25px;
    }


    p{
        font-size: 16px;
        line-height: 30px;
    }


}

@media only screen and (max-width: 480px) {
    .topbar {
        height: 64px;
    }

    #top-main-content {
        margin: -60px 0px 0px 0px;
    }

    .navbar-brand-inner img {
        padding: 12px 0 0 0;
        height: 64px;
        width: 100px;
    }

    .navbar.navbar-expand-lg {
        height: 64px;
        -webkit-box-shadow: -1px 20px 38px -29px #565656;
        box-shadow: -1px 20px 38px -29px #565656;
    }

    .navbar-brand-inner {
        left: 0px;
        top: 0px;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .menu-open .navbar-collapse,
    .navbar-collapse{
        top: 64px;
    }

    .knop-2 {
        min-width: 100%;
        margin: 0 0 10px 0;
    }

    .infoblok {
        min-height: 305px;
        position: relative;
        width: 100%;
        height: auto;
    }

    .infoblok-outer .infoblok-content:hover {
        top: 0px;
        -webkit-transform: scale(1.075);
        -ms-transform: scale(1.075);
        transform: scale(1.075);
    }

    .infoblok-outer .infoblok-content {
        width: 80%;
        margin: 0 0%;
    }

    .themaoverzicht .thema {
        width: 100%;
        margin: 0 1% 20% 1%;
    }

    .item-wrapper.blog {
        width: 100%;
        margin-right: 0%;
        margin-left: 0%;
    }

    .position .item-wrapper:nth-child(3n+2) {
        top: 0px!important;
    }

    .item-wrapper.blog:nth-child(2n) {
        margin-right: 0%;
    }

    .formulier-knop {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        margin-top: 30px;
    }

    .button-inner-2 {
        margin: 10px;
        min-width: 200px;
        width: 100%;
    }

    .button-inner {
        width: 100%;
        min-width: 200px;
    }

    .fixed-header.navbar.navbar-expand-lg {
        height: 65px!important;
    }

    .fixed-logo .navbar-brand-inner {
        margin: 0px!important;
        top: -16px!important;

    }
}

@media only screen and (max-width: 370px) {
    .themaoverzicht .thema:first-child {
        margin: 0 1% 20% 1%;
    }

    .themaoverzicht .thema {
        margin: 30px 1% 20% 1%;
    }

    .infoblok-outer .infoblok-content {
        width: 90%;
    }

}
