@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

html,
body{
    margin:0;
    padding:0;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.6em;
}

body{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

h1,
h2,
h3{
    font-weight: 600;
    color: #04673e;
}

h1, h2, h3, p, ul{
    margin: 0 0 16px;
}

h2{
    font-size: 22px;
}

img{
    max-width: 100%;
}

#viewport{
    display: none;
}

@media only screen and (max-width: 1199px) {
    #viewport{
        max-width: 1199px;
    }
}

main{
    position: relative;
}

main a{
    color: #04673e;
    text-decoration: none;
}

main a:hover,
main a:focus{
    color: #04673e;
}

.wrapper{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.header > .wrapper{
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}

@media only screen and (max-width: 991px) {
    .header > .wrapper{
        padding-bottom: 10px;
    }

    .header > .wrapper > *{
        display: block;
        text-align: center;
    }
}

.header > .wrapper img{
    max-width: 100%;
    width: 300px;
}

@media only screen and (min-width: 992px) {
    .header .header-contact{
        position: absolute;
        right: 15px;
        bottom: 32px;
    }
}

.header .header-contact a{
    margin-left: 20px;
    padding: 8px 24px;
    background-color: #fda91d;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
}

.header .header-contact a i{
    margin-right: 10px;
}

.header .header-contact a:hover{
    background-color: #fec22d;
}

.header .header-contact a:focus{
    box-shadow: 0 0 0 0.1rem rgb(254 194 45 / 50%);
}

@media only screen and (max-width: 991px) {
    .header .header-contact{
        float: none;
        margin: 20px 0 5px;
    }
}

@media only screen and (max-width: 600px) {
    .header .header-contact a{
        display: block;
        margin-left: 0;
        margin-bottom: 5px;
    }
}

.big-foto{
    display: block;
    width: 100%;
    height: 500px;
    overflow: hidden;
    object-fit: cover;
}

.front-image:after{
    content: "";
	display: block;
	width: 100%;
	border-top: 2px solid #04673e;
	border-bottom: 2px solid #04673e;
}

@media only screen and (max-width: 1199px) {
    .big-foto{
        height: 300px;
    }
}

@media only screen and (max-width: 767px) {
    .big-foto{
        height: 200px;
    }
}

.shadow{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 113px;
    background-image: url(../files/images/main-bg.png);
    background-repeat: no-repeat;
    background-position: left top;
}

.content{
    padding: 80px 0 50px;
}

#spacer{
    flex: 1;
}

.footer .footer-content{
    padding: 50px 0;
    background-color: #d2dadf;
}

.footer .footer-content h3{
    font-size: 24px;
    margin: 0 0 10px;
    color: #04673e;
}

.footer .footer-content a{
    color: #111;
    text-decoration: none;
}

.footer .footer-content a:hover,
.footer .footer-content a:focus{
    color: #04673e;
}

.footer .footer-content .footer-nav{
    list-style: none;
    padding: 0;
}

.copyright{
    padding: 10px 0;
    background-color: #383838;
    color: #fff;
    font-size: 13px;
}

.copyright a,
.copyright a:hover,
.copyright a:focus{
    color: #fff;
    text-decoration: none;
    cursor: default;
}



























.desktop #main-nav-toggler{
	display: none;
}

.desktop #main-nav-wrapper{
  background-color: #04673e;
  color: #fff;
}

.desktop #main-nav-wrapper .wrapper ul{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}

.desktop #main-nav-wrapper ul li{
	list-style: none;
	position: relative;
  display: inline-block;
  margin-right: 20px;
  padding: 10px 0;
}

.desktop #main-nav-wrapper ul li:last-child{
  margin-right: 0;
}

.desktop #main-nav-wrapper ul li a{
	text-decoration: none;
	color: #ddd;
}

.desktop #main-nav-wrapper ul li a:hover,
.desktop #main-nav-wrapper ul li a:focus{
	color: #fff;
}

.desktop #main-nav-wrapper ul li a.active{
  color: #fff;
}

/* .desktop #main-nav-wrapper ul li.nav-path-selected > a{
	font-weight: bold;
	color: #EAD786;
	font-style: italic;
} */


/* desktop uitklapper */


.desktop #main-nav-wrapper ul li ul{
	position: absolute;
	top: 45px;
	left: -10px;
	z-index: 300;
	background-color: #05804d;
	min-width: 300px;
	display: none;
}

.desktop #main-nav-wrapper ul li:hover ul{
	display: block;
}

.desktop #main-nav-wrapper ul li ul li{
	display: block;
  margin: 0;
  padding: 5px 10px;
}

.desktop #main-nav-wrapper ul li ul li{
	border:0 !important;
}

.desktop #main-nav-wrapper ul li ul li a{
	height: auto;
	padding: 8px 0px;
	border: 0;
	line-height: 16px;
	text-transform: none;
	font-weight: normal;
}





@media only screen and (max-width: 1199px) {
  .button-wrapper{
    position: relative;
    height: 46px;
    background-color: #04673e;
  }
}

.mobile #main-nav-toggler{
    display: block;
    width: 32px;
    height: 32px;
    padding: 0;
    border: 0;
    border-radius: 4px;
    position: absolute;
    z-index: 700;
    background: transparent;
    right: 10px;
    top: 6px;

    -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;
}

.mobile #main-nav-toggler::after,
.mobile #main-nav-toggler::before{
    display: none;
}

.mobile #main-nav-toggler:focus {
    outline: none;
}

.mobile #main-nav-toggler:hover,
.mobile #main-nav-toggler:focus{
  cursor: pointer;
}

.mobile #main-nav-toggler span.menu-label{
    display: block;
    position: absolute;
    left: -40px;
    top: 8px;
		font-weight: bold;
		color: #fff;
}

.mobile #main-nav-toggler span.burger-icon span {
    display: block;
    position: absolute;
    background: #fff;
    border-radius: 4px;
    opacity: 1;
    height: 3px;
    width: 20px;
    left: 6px;
    top: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .15s ease-in-out;
    -moz-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
}

.mobile #main-nav-toggler span.burger-icon span:nth-child(1) { top: 8px; }
.mobile #main-nav-toggler span.burger-icon span:nth-child(2) { top: 15px; }
.mobile #main-nav-toggler span.burger-icon span:nth-child(3) { top: 22px; }

.mobile #main-nav-toggler.open span.burger-icon span:nth-child(1){
    top: 15px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.mobile #main-nav-toggler.open span.burger-icon span:nth-child(2){
    opacity: 0;
    left: -40px;
}

.mobile #main-nav-toggler.open span.burger-icon span:nth-child(3){
    top: 15px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}


/* mobile grote uitklapper */

.mobile #main-nav-wrapper{
    /* position: absolute; */
    z-index: 400;
    top: 72px;
    left: 0;
    width: 100%;
    background-color: #04673e;
    /*border-bottom: 1px #bcbcbc solid;*/
}

@media only screen and (max-width: 500px) {
  .mobile #main-nav-wrapper{
    top: 52px;
  }
}

.mobile #main-nav-wrapper ul{
    display: block;
    padding: 0 0 25px;
    margin: 0;
}

.mobile #main-nav-wrapper ul li{
    list-style: none;
    margin: 0 0 3px;
    position: relative;
}

/* .mobile #main-nav-wrapper ul li li{
    list-style: none;
} */

.mobile #main-nav-wrapper ul li a{
    color: #ddd;
    position: relative;
    text-decoration: none;
}

.mobile #main-nav-wrapper ul li a:hover,
.mobile #main-nav-wrapper ul li a:focus{
	color: #fff;
}

.mobile #main-nav-wrapper ul li a.active{
    color: #fff;
}

.mobile #main-nav-wrapper ul li ul{
  padding: 0 10px;
}
