
html, body {
	min-height: 100vh;
	margin: 0;
	padding: 0;
	font-size: 1em;
}

#triangle-box {
  flex: 1;
  position: relative;
	top:-110px;
}

#triangle {
  background-image: linear-gradient(to right top, #E99BB0 0%, #E99BB0 50%, transparent 50%);
  position: absolute;
  width: 100%;
  height: 100px;
  top: 0;
  left: 0;
}
#triangle2 {
 
  background-image: linear-gradient(to left top, #E99BB0 0%, #E99BB0 50%, transparent 50%);
  position: absolute;
  width: 100%;
  height: 100px;
  top: 0;
  left: 0;
}

textarea {
  font-size: 3rem;
  height:100px;
  width: 100%;
  opacity: 1;
  background-color: transparent;
  outline: 0px dotted rgba(255, 100, 255, 0.5);
  position: relative;
  border:0px;
  z-index: 1;
  color: black;
   resize:none;
  overflow:hidden;
}




.logo {
		height: 87px; 
		width: 380px;
		padding:0; 
		float: left;	
	}

    .carousel-caption {
      background: rgba(0, 0, 0, 0.5);
      padding: 10px;
margin-left:-3%;
	margin-right:-3%;
       margin-bottom:3em;
      height:20%;
      color: #fff;
	text-align: center;
    }

@media only screen and (min-width:320px)  {
	#div_menu_mobile_inbetween {
	display:none;
}
.div_logo {
	position: absolute; 
	display: inline-block; 
	top: 16px; 
	left: -80px; 
	text-align: left;

}
.logo {
	position:absolute;left:0px;
	height: 45px; 
	margin:0;
	padding:0;
	 float: left;
}

.accreditatie {
	margin-bottom:0px; margin-top:0px; bottom:0px;
	display: inline-block; 
	background-image: url('./images/hkz.png');
	background-size: cover;
	width: 115px; 
	height: 100px;
	position:relative;	
	top:50px; 
	vertical-align: bottom;
}

.klimaataccreditatie {
	margin-bottom:0px; margin-top:0px; bottom:0px; 
	background-size: cover;
	position:relative;	
	display: inline-block; 
	top:60px;
	background-image: url('./images/pres.png');
	width: 115px; 
	height: 105px; 
	vertical-align: top;
}

 #div_hamburger {
  width: 30px;
  height: 22.5px;
  position: relative;
  margin: 25px auto;
  -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;
}

#div_hamburger span {
  display: block;
  position: absolute;
  height: 2.5px;
  width: 100%;
  background: #048ba1;
  border-radius: 4.5px;
  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;
}

#div_hamburger {
}

#div_hamburger span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#div_hamburger span:nth-child(2) {
  top: 9px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#div_hamburger span:nth-child(3) {
  top: 18px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#div_hamburger.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -1.5px;
  left: 4px;
  background: #048ba1;
}

#div_hamburger.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#div_hamburger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 19.5px;
  left: 4px;
  background: #048ba1;
}

	#div_container_mobile {
		font-size: 0.25em;
		display: block;
		position: relative;
		background-color: white;
		text-align: center;
		min-height: 100vh;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 0px;
		margin-top: 0px; 
		padding: 0;
	}

	#div_container, #div_header { 
		display: none; 
	}

	#div_header_container_mobile {
		background-color: white;
		padding:0;
		position: fixed;
		border: 0px solid red;
		margin:0;
		left: 0;
		width: 100%;
		height: 77px;
		z-index: 2;
	}

	#div_header_mobile {
		padding:10px;
		margin:auto;
		position: relative;
		font-family: 'Sen', sans-serif;
		top: 0px;
		left:0px;

		z-index: 2;

		height: 77px;
		width: 100%;
		background-color: white;

		font-size: 1.25em;
	}

	#div_menu_mobile {
		position: fixed; 
		font-family: 'Sen', sans-serif;
		height:100%;
		top: 77px;
		padding: 0px 10px 10px 20px;
		width: 100%;
		display:none;
		background-color: white;
		font-size: 16px;
		line-height: 27px;
		z-index:5;
	}

	#div_menu_mobile a {
		text-decoration:none;
		color: black;
	}

	#div_menu_mobile_inbetween {
		display:none;
	}

	#div_banner_mobile {
		background-color: #8FBCD9;
		padding-top: 0px;
		padding-left: 16px;
		position: relative;
		border: 0px solid black;

		top: 0px;
		left:0px;

		height: 269px;
		width: 100%;

		font-size: 1.25em;
		text-align: left;
	}

	#div_banner_container_mobile {
		background-color: #8FBCD9;
		padding:0;
		position: relative;
		border: 0px solid red;
		margin:0;
		left: 0;
		width: 100%;
		height: 269px;
	}

	#div_banner_txt_mobile {

		background-color: #73D9B3;
		padding-top: 24px;
		padding-left: 16px;
		padding-right: 16px;
		position: relative;
		border: 0px solid black;

		top: 0px;
		left:0px;

		height: 480px;
		width: 100%;

		font-size: 1.25em;
		text-align: left;
	}

	#div_banner_txt_container_mobile {
		background-color: #73D9B3;
		padding:0;
		position: relative;
		border: 0px solid red;
		margin:0;
		left: 0;
		width: 100%;
		top:75px;
		height: 480px;
	}

	#div_yellow_container_mobile {
		padding:0px;
		background-color: #F7C433;
		margin:0;
		left: 0;
		width: 100%;
		height: 1050px;
	}

	#div_yellow_mobile {
		opacity:0;
		padding-top: 80px;
		padding-left: 16px;
		padding-right:0;
		position: relative;
		border: 0px solid black;

		top: 0px;
		left: 0px;

		height: 1050px;
		width: 100%;

		font-size: 1.25em;
		text-align: left;
	}

	#div_white_container_mobile {
		padding:0;
		background-color: #EBFAF4;
		margin:0;
		left: 0;
		width: 100%;
		height: 1400px;
	}

	#div_white_mobile {
		background-color: #EBFAF4;
		padding-top: 16px;
		padding-left: 16px;
		padding-right: 16px;
		position: relative;
		border: 0px solid black;

		top: 0px;
		left: 0px;

		height: 1400px;
		width: 100%;

		font-size: 1.25em;
		text-align: left;
	}


	#div_blue_container_mobile {
		position:relative;
		top: -100px;
		left: 0px;
		padding:0;
		background-color: #8FBCD9;
		margin:0;
		left: 0;
		width: 100%;
		height: 600px;
z-index:1;
	}

	#div_blue_mobile {
		background-color: #8FBCD9;
		padding-top: 16px;
		padding-left: 16px;
		padding-right:16px;
		position: relative;
		border: 0px solid black;
		z-index:1;
		top: 0px;
		left: 0px;

		height: 600px;
		width: 100%;

		font-size: 1.25em;
		text-align: left;
	}

	#div_hkz_container_mobile {
		position: relative;
		top: -50px;
		left: 0px;
		padding:0;
//		background-color:#73D9B3;
background-color:#8FBCD9;
		margin:0;
		left: 0;
		width: 100%;
		height: 350px;
		z-index:0;
	}

	#div_hkz_mobile {
background-color:#8FBCD9;

//		background-color: #73D9B3;
		padding-top: 72px;
		padding-left: 16px;
		padding-right:16px;
		position: relative;
		border: 0px solid black;

		top: -50px;
		left: 0px;

		height: 350px;
		width: 100%;
		z-index:0;
		font-size: 1.25em;
		text-align: left;
	}


	#div_pink_aanpak_container_mobile {
		position:relative;
		padding:0;
		background-color: #E99BB0;
		margin:0;
		left: 0;
		top:-100px;
		width: 100%;
		height: 2040px;
	}

	#div_pink_aanpak_mobile {
		background-color: #E99BB0;
		padding-top: 24px;
		padding-left: 16px;
		padding-right:16px;
		position: relative;
		border: 0px solid black;

		top: 0px;
		left: 0px;

		height: 2040px;
		width: 100%;

		font-size: 1.25em;
		text-align: left;
	}

	#div_tarieven_container_mobile {
		padding:0;
		position:relative;
		top:-100px;
		background-color: #EBFAF4;
		margin:0;
		left: 0;
		width: 100%;
		height: 2100px;
	}

	#div_tarieven_mobile {
		background-color: #EBFAF4;
		padding-top: 32px;
		padding-left: 16px;
		padding-right:16px;
		position: relative;
		border: 0px solid black;

		top: 0px;
		left: 0px;

		height: 2100px;
		width: 100%;

		font-size: 1.25em;
		text-align: left;
	}

	#div_klachten_container_mobile {
		position:relative;
		top:130px;
		padding:0;
		background-color: #2A8261;
		margin:0;
		left: 0;
		width: 100%;
		height: 1090px;
	}

	#div_klachten_mobile {
		background-color: #2A8261;

		border: 0px solid black;
		padding-top: 232px;
		padding-left: 16px;
		padding-right:16px;
		position: relative;

		top: 0px;
		left: 0px;

		height: 1090px;
		width: 100%;

		font-size: 1.25em;
		text-align: left;
	}

	#div_banner_middle_mobile {
		padding-top: 16px;
		padding-left: 16px;
		padding-right:16px;
		position: relative;
		background-color: #B7D4E6;
		border: 0px solid black;

		left:0px;

		height: 655px;
		width: 100%;

		font-size: 1.25em;
		text-align: left;
	}

	#div_banner_middle_container_mobile {
		background-color: #B7D4E6;
		padding:0;
		top:-100px;
		position: relative;
		border: 0px solid red;
		margin:0;
		left: 0;
		width: 100%;
		height: 655px;
	}

	#div_white_team_mobile {
		padding-top: 32px;
		padding-left: 16px;
		padding-right:16px;
		position: relative;
		background-color:#EBFAF4;
		border: 0px solid black;

		left:0px;

		height: 1310px;
		width: 100%;

		font-size: 1.25em;
		text-align: left;
	}

	#div_white_team_container_mobile {
		background-color: #EBFAF4;
		padding:0;
		top: 450px;
		position: relative;
		border: 0px solid red;
		margin:0;
		left: 0;
		width: 100%;
		height: 1310px;
	}


	#div_green_container_mobile {
		padding:0;
		position:relative;
		top:-100px;
		background-color: #73D9B3;
		margin:0;
		left: 0;
		width: 100%;
		height: 100px;
	}

	#div_green_mobile {
		background-color: #73D9B3;
		padding-top: 32px;
		padding-left: 16px;
		padding-right:16px;
		position: relative;
		border: 0px solid black;

		top: 0px;
		left: 0px;

		height: 100px;
		width: 100%;

		font-size: 1.25em;
		text-align: left;
	}

	#div_footer_container_mobile {
		position:relative;
		top:100px;
		padding:0;
		background-color: #FBEEF2;
		margin:0;
		left: 0;
		width: 100%;
		height: 650px;
	}

	#div_footer_mobile {
		background-color: #FBEEF2;
		border: 1px solid black;
		padding-top: 16px;
		padding-left: 16px;
		padding-right:16px;
		position: relative;
		border: 0px solid black;

		top: 0px;
		left: 0px;

		height: 650px;
		width: 100%;

		font-size: 1.25em;
		text-align: left;
	}


//BEGIN VERTICAL CAROUSEL

*, *::before, *::after {
  box-sizing: border-box;
}


.wrapper {
  background-color: #73D9B3;
vertical-align:top;
border: 0px solid black;
	position:relative;
	top:-40px;
  height: 600px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.carousel {
  position: relative;
top:0px;
  width: 100%;
  max-width: 370px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.carousel__item {
  display: flex;
  align-items: center;
  position: absolute;
  width: 100%;
  padding: 0 12px;
  opacity: 0;
  filter: drop-shadow(0 2px 2px #555);
  will-change: transform, opacity;
  -webkit-animation: carousel-animate-vertical 27s linear infinite;
          animation: carousel-animate-vertical 27s linear infinite;
}

.carousel__item:nth-child(1) {
  -webkit-animation-delay: calc(4.5s * -1);
          animation-delay: calc(4.5s * -1);
}

.carousel__item:nth-child(2) {
  -webkit-animation-delay: calc(4.5s * 0);
          animation-delay: calc(4.5s * 0);
}

.carousel__item:nth-child(3) {
  -webkit-animation-delay: calc(4.5s * 1);
          animation-delay: calc(4.5s * 1);
}

.carousel__item:nth-child(4) {
  -webkit-animation-delay: calc(4.5s * 2);
          animation-delay: calc(4.5s * 2);
}

.carousel__item:nth-child(5) {
  -webkit-animation-delay: calc(4.5s * 3);
          animation-delay: calc(4.5s * 3);
}

.carousel__item:last-child {
  -webkit-animation-delay: calc(-4.5s * 2);
          animation-delay: calc(-4.5s * 2);
}

.carousel__item-body {
font-family: 'Sen', serif;
  width: 100%;
font-size:24px;
	text-align:left;
line-height:30px;
  color: white;
  background-color: #2A8261;
  border-radius: 8px;
  padding: 16px 20px 16px 20px;
}

.title {
font-family: 'Sen', serif;
	display:inline-block;
	text-align:left;
	width:100%;
  font-size: 16px;
	line-height:27px;
  margin-top: 12px;
}

@-webkit-keyframes carousel-animate-vertical {
  0% {
    transform: translateY(75%) scale(0.5);
    opacity: 0;
    visibility: hidden;
  }
  3%, 16.6666666667% {
    transform: translateY(75%) scale(0.7);
    opacity: 0.4;
    visibility: visible;
  }
  19.6666666667%, 33.3333333333% {
    transform: translateY(0) scale(1);
    opacity: 1;
    visibility: visible;
  }
  36.3333333333%, 50% {
    transform: translateY(-75%) scale(0.7);
    opacity: 0.4;
    visibility: visible;
  }
  53% {
    transform: translateY(-75%) scale(0.5);
    opacity: 0;
    visibility: visible;
  }
  100% {
    transform: translateY(-75%) scale(0.5);
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes carousel-animate-vertical {
  0% {
    transform: translateY(75%) scale(0.5);
    opacity: 0;
    visibility: hidden;
  }
  3%, 16.6666666667% {
    transform: translateY(75%) scale(0.7);
    opacity: 0.4;
    visibility: visible;
  }
  19.6666666667%, 33.3333333333% {
    transform: translateY(0) scale(1);
    opacity: 1;
    visibility: visible;
  }
  36.3333333333%, 50% {
    transform: translateY(-75%) scale(0.7);
    opacity: 0.4;
    visibility: visible;
  }
  53% {
    transform: translateY(-75%) scale(0.5);
    opacity: 0;
    visibility: visible;
  }
  100% {
    transform: translateY(-75%) scale(0.5);
    opacity: 0;
    visibility: hidden;
  }
}

//END CAROUSEL
}


@media only screen and (min-width:760px)  {
.div_logo {
	position: absolute; 
	display: inline-block; 
	top: 30px; 
	left: 33px; 
	text-align: left;

}
.logo {
	position:absolute;left:0px;
	height: 90px; 
	margin:0;
	padding:0;
	 float: left;
}
.accreditatie {
	margin-bottom:0px; margin-top:0px; bottom:0px;
	display: inline-block; 
	background-image: url('./images/hkz.png');
	background-size: cover;
	width: 230px; 
	height: 200px;
	position:relative;	
	top:-100px; 
	vertical-align: bottom;
}

.klimaataccreditatie {
	margin-bottom:0px; margin-top:0px; bottom:0px; 
	background-size: cover;
	width: 180px; 
	height: 200px;
	position:relative;	
	display: inline-block; 
	top:-80px;
	background-image: url('./images/pres.png');
	width: 235px; 
	height: 205px; 
	vertical-align: top;
}
 #div_hamburger {
  width: 30px;
  height: 22.5px;
  position: relative;
  margin: 25px auto;
  -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;
}

#div_hamburger span {
  display: block;
  position: absolute;
  height: 2.5px;
  width: 100%;
  background: #048ba1;
  border-radius: 4.5px;
  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;
}

#div_hamburger {
}

#div_hamburger span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#div_hamburger span:nth-child(2) {
  top: 9px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#div_hamburger span:nth-child(3) {
  top: 18px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#div_hamburger.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -1.5px;
  left: 4px;
  background: #048ba1;
}

#div_hamburger.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#div_hamburger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 19.5px;
  left: 4px;
  background: #048ba1;
}

	#div_container {
		display: block;
		position: relative;
		background-color: white;
		text-align: center;
		min-height: 100vh;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 0px;
		margin-top: 0px; 
		padding: 0;
	}

	#div_container_mobile { 
		display: none; 
	}

	#div_header_container_mobile {
		background-color: white;
		padding:0;
		position: fixed;
		border: 0px solid red;
		margin:0;
		left: 0;
		width: 100%;
		height: 144px;
		z-index: 2;
	}

	#div_header_mobile {
		padding-top:40px;
		padding-right:24px;
		margin:auto;
		position: relative;
		font-family: 'Sen', sans-serif;
		top: 0px;
		left:0px;

		z-index: 2;

		height: 144px;
		width: 100%;
		background-color: white;

		font-size: 1.25em;
	}

	#div_menu_mobile {
display:none;
	}

	#div_menu_mobile_inbetween {
		position: fixed; 
		font-family: 'Sen', sans-serif;
		top: 141px;
		height:100%;
		padding: 0px 10px 10px 20px;
		width: 100%;
		display:none;
		background-color: white;
		font-size: 16px;
		line-height: 27px;
		z-index:4;
	}
	#div_menu_mobile_inbetween a {
		text-decoration:none;
		color: black;
	}

	#div_banner {
		padding-top: 90px;
		padding-left: 33px;
		position: relative;
		border: 0px solid black;

		top: 75px;
		left:0px;

		height: 675px;
		width: 100%;

		font-size: 1.25em;
		text-align: left;
	}

	.title_banner {
		font-family: 'Ovo', serif; 
		font-size: 42px; 
		line-height: 50.4px; 
		color: #103C2C; 
		width: 45%; 
		border: 0px solid black;
	}

	#div_banner_container {
		padding:0;
		position: relative;
		margin:0;
		left: 0;
		width: 100%;
		height: 675px;
	}

	#div_yellow_container {
		padding:0;

		background-color: #F7C433;
		margin:0;
		left: 0;
		width: 100%;
		height: 1000px;
	}

	#div_yellow {
		opacity:0;
		padding-top: 130px;
		padding-left: 33px;
		padding-right:33px;
		position: relative;
		border: 0px solid black;
		display: grid; 
		grid-template-columns: 1fr 1fr; 
		grid-gap: 24px;
		

		top: 0px;
		left: 0px;

		height: 1000px;
		width: 100%;

		font-size: 1.25em;
		text-align: left;
	}

	#div_white_container {
		padding:0;
		background-color: #EBFAF4;
		margin:0;
		left: 0;
		width: 100%;
		height: 1100px;
	}

	#div_white {
		background-color: transparent;
		padding-top: 0px;
		padding-left: 33px;
		padding-right:24px;
		position: relative;
		border: 0px solid black;
		display: grid; grid-template-columns: 1fr 1fr; grid-gap: 24px; 
		margin-top: -300px;

		top: -100px;
		left: 0px;

		height: 1100px;
		width: 100%;

		font-size: 1.25em;
		text-align: left;
	}

	#div_white_team_container {
		padding:0;
		background-color: #EBFAF4;
		margin:0;
		left: 0;
		width: 100%;
		height: 830px;
	}

	#div_white_team {
		background-color: #EBFAF4;
		padding-top: 72px;
		padding-left: 33px;
		padding-right:24px;
		position: relative;
		border: 0px solid black;

		top: 0px;
		left: 0px;

		font-size: 1.25em;
		text-align: left;

		height: 830px;
		width: 100%;
	}


	#div_blue_container {
		padding:0;
		background-color: #8FBCD9;
		margin:0;
		left: 0;
		width: 100%;
		height: 650px;
	}

	#div_blue {
		background-color: #8FBCD9;
		padding-top: 78px;
		padding-left: 33px;
		padding-right:24px;
		position: relative;
		border: 0px solid black;

		top: 0px;
		left: 0px;

		height: 650px;
		width: 100%;

		font-size: 1.25em;
		text-align: left;
	}

	#div_pink_aanpak_container {
		padding:0;
		background-color: #E99BB0;
		margin:0;
		left: 0;
		width: 100%;
		height: 1060px;
	}

	#div_pink_aanpak {
		background-color: #E99BB0;
		padding-top: 24px;
		padding-left: 33px;
		padding-right:33px;
		position: relative;
		border: 0px solid black;
		display: grid; 
		grid-template-columns: 1fr 1fr 1fr; 
		grid-gap: 20px; 
		z-index:1;
		margin-top: 0px;

		top: 0px;
		left: 0px;

		height: 1060px;
		width: 100%;

		font-size: 1.25em;
		text-align: left;
	}

	#div_tarieven_container {
		padding:0;
		background-color: #EBFAF4;
		margin:0;
		left: 0;
		width: 100%;
		height: 1100px;
	}

	#div_tarieven {
		background-color: #EBFAF4;
		border: 1px solid black;
		padding-top: 72px;
		padding-left: 33px;
		padding-right:24px;
		position: relative;
		border: 0px solid black;

		top: 0px;
		left: 0px;

		height: 1100px;
		width: 100%;

		font-size: 1.25em;
		text-align: left;
	}

	#div_klachten_container {
		padding:0;
//		background-color: #EBFAF4;
		background-color: #2A8261;
		margin:0;
		left: 0;
		width: 100%;
		height: 550px;
	}

	#div_klachten {
//		background-color: #EBFAF4;
		background-color: #2A8261;

		border: 1px solid black;
		padding-top: 72px;
		padding-left: 33px;
		padding-right:24px;
		position: relative;
		border: 0px solid black;

		top: 0px;
		left: 0px;

		height: 550px;
		width: 100%;

		font-size: 1.25em;
		text-align: left;
	}

	#div_banner_middle {
		padding-top: 72px;
		padding-left: 33px;
		padding-right:24px;
		position: relative;
		background-color: #B7D4E6;
		border: 0px solid black;

		left:0px;

		height: 755px;
		width: 100%;

		font-size: 1.25em;
		text-align: left;
	}

	#div_banner_middle_container {
		background-color: #B7D4E6;
		padding:0;
		position: relative;
		border: 0px solid red;
		margin:0;
		left: 0;
		width: 100%;
		height: 755px;
	}


	#div_green_container {
		padding:0;
		background-color: #73D9B3;
		margin:0;
		left: 0;
		width: 100%;
		height: 685px;
	}

	#div_green {
		background-color: #73D9B3;
		border: 1px solid black;
		padding-top: 72px;
		padding-left: 33px;
		padding-right:24px;
		position: relative;
		border: 0px solid black;

		top: 0px;
		left: 0px;

		height: 685px;
		width: 100%;

		font-size: 1.25em;
		text-align: left;
	}

	#div_menu {
		display: block;
	}

	#div_main {
		display: block;
	}

	#div_footer_container {
		padding:0;
		background-color: #FBEEF2;
		margin:0;
		left: 0;
		width: 100%;
		height: 540px;
	}

	#div_footer {
		background-color: #FBEEF2;
		border: 1px solid black;
		padding-top: 33px;
		padding-left: 33px;
		padding-right:24px;
		position: relative;
		border: 0px solid black;

		top: 0px;
		left: 0px;

		height: 540px;
		width: 100%;

		font-size: 1.25em;
		text-align: left;
	}

}

@media only screen and (min-width:1320px)  {
.accreditatie {
	display: inline-block; 
	background-image: url('./images/hkz.png');
	width: 235px; 
	height: 205px; 
	vertical-align: top;
}

.klimaataccreditatie {
	display: inline-block; 
	top:-75px;
	background-image: url('./images/pres.png');
	width: 235px; 
	height: 205px; 
	vertical-align: top;
}

.logo {
		height: 87px; 
		width: 380px;
		padding:0; 
		float: left;	
	}

	#div_container {
		display: block;
		position: relative;
		background-color: white;
		text-align: center;
		min-height: 100vh;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 0px;
		margin-top: 0px; 
		padding: 0;
	}

  	#div_header_mobile, #div_header_container_mobile, #div_menu_mobile, #div_footer_mobile, #div_container_mobile {
		display: none;
	}


	#div_header_container {
		background-color: white;
		display:inline-block;
		padding:0;
		position: fixed;
		border: 0px solid red;
		margin:0;
		left: 0;
		width: 100%;
		height: 151px;
		z-index: 2;
	}

	#div_header {
		padding:0;
		margin:auto;
		position: relative;
		font-family: 'Sen', sans-serif;
		top: 0px;
		left:0px;

		z-index: 2;
		display:inline-block;
		height: 151px;
		width: 1350px;

		background-color: white;

		font-size: 1.25em;
	}

	#div_menu {
		display: inline-block;
		padding-left: 12px;
		padding-top: -30px;	
		font-family: 'Sen', sans-serif;
		font-size: 1.25em;
		text-align: left;
		background-color: white;
		color: black;
		//filter: drop-shadow(-8px 8px 0px black);
		position: fixed;
		opacity: 0.7;
		line-height: 40px;
		top: 151px;
		left: 47.9%;
		width: 277px;
		height: 400px;
		z-index: 1;
	}

	#div_menu_mobile_inbetween {
		display:none;
	}
		
	#div_menu_mobile {
	display:none;
	}


#div_header a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  justify-content: center;
  position: relative;
}

/* Fade in */
#div_header a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1em;
  background-color: #D996A2;
  opacity: 0;
  transition: opacity 300ms, transform 300ms;
}

#div_header a:hover::after,
#div_header:focus::after {
  opacity: 1;
  transform: translate3d(0, 0.2em, 0);
}

/* Slide in */
#div_header a {
  overflow: hidden;
}

#div_header a::after {
  opacity 1;
  transform: translate3d(-100%, 0, 0);
}

#div_header a:hover::after,
 #div_header a:focus::after{
  transform: translate3d(0, 0, 0);
}

	#div_banner {
		padding-top: 92px;
		padding-left: 33px;
		position: relative;
		border: 0px solid black;

		top: 151px;
		left:0px;

		height: 751px;
		width: 1350px;

		font-size: 1.25em;
		text-align: left;
	}

	#div_banner_container {
		padding:0;
		position: relative;
		border: 0px solid red;
		margin:0;
		left: 0;
		width: 100%;
		height: 751px;
	}

	#div_yellow_container {
		padding:0;
		background-color: #F7C433;
		margin:0;
		left: 0;
		width: 100%;
		height: 1000px;
	}

	#div_yellow {
		opacity:0;
		padding-top: 130px;
		padding-left: 33px;
		padding-right:130px;
		position: relative;
		border: 0px solid black;
		display: grid; 
		grid-template-columns: 1fr 1fr; 
		grid-gap: 24px;
		

		top: 0px;
		left: 0px;

		height: 1000px;
		width: 1350px;

		font-size: 1.25em;
		text-align: left;
	}

	#div_white_container {
		padding:0;
		background-color: #EBFAF4;
		margin:0;
		left: 0;
		width: 100%;
		height: 692px;
	}

	#div_white {
		background-color: transparent;
		padding-top: 0px;
		padding-left: 33px;
		position: relative;
		border: 0px solid black;
		display: grid; grid-template-columns: 1fr 1fr 1fr; 
		grid-gap: 24px; 
		//margin-top: -300px;
		top: -100px;
		left: 0px;

		height: 692px;
		width: 1350px;

		font-size: 1.25em;
		text-align: left;
	}

	#div_white_team_container {
		padding:0;
		background-color: #EBFAF4;
		margin:0;
		left: 0;
		width: 100%;
		height: 800px;
	}

	#div_white_team {
		background-color: #EBFAF4;
		padding-top: 72px;
		padding-left: 33px;
		padding-right:0;
		position: relative;
		border: 0px solid black;

		top: 0px;
		left: 0px;

		font-size: 1.25em;
		text-align: left;

		height: 800px;
		width: 1350px;
	}


	#div_blue_container {
		padding:0;
		position:relative;
		margin-bottom:0;	
		top:0px;
		background-color: #8FBCD9;
		margin:0;
		left: 0;
		width: 100%;
		height: 540px;
	}

	#div_blue {
		background-color: #8FBCD9;
		padding-top: 78px;
		padding-left: 33px;
		padding-right:0;
		margin-bottom:0;
		padding-bottom:0px;
		position: relative;
		border: 0px solid black;

		top: 0px;
		left: 0px;

		height: 540px;
		width: 1350px;

		font-size: 1.25em;
		text-align: left;
	}

	#div_pink_aanpak_container {
		padding:0;
		position:relative;
		
		background-color: #E99BB0;
		margin:0;
		left: 0;
		width: 100%;
		height: 1200px;
	}

	#div_pink_aanpak {
		background-color: #E99BB0;
		padding-top: 50px;
		padding-left: 33px;
		padding-right:33px;

		position: relative;
		border: 0px solid black;

		display: grid; 
		grid-template-columns: 1fr 1fr 1fr; 
		grid-gap: 24px; 

		margin-top: 0px;
		top: 0px;
		left: 0px;

		height: 1200px;
		width: 1350px;

		font-size: 1.25em;
		text-align: left;
	}

	#div_tarieven_container {
		padding:0;
		background-color: #EBFAF4;
		margin:0;
		left: 0;
		width: 100%;
		height: 1100px;
	}

	#div_tarieven {
		background-color: #EBFAF4;
		border: 1px solid black;
		padding-top: 72px;
		padding-left: 33px;
		padding-right:0;
		position: relative;
		border: 0px solid black;

		top: 0px;
		left: 0px;

		height: 1100px;
		width: 1350px;

		font-size: 1.25em;
		text-align: left;
	}

	#div_klachten_container {
		padding:0;
//		background-color: #EBFAF4;
		background-color: #2A8261;
		margin:0;
		left: 0;
		width: 100%;
		height: 420px;
	}

	#div_klachten {
//		background-color: #EBFAF4;
		background-color: #2A8261;

		border: 1px solid black;
		padding-top: 72px;
		padding-left: 33px;
		padding-right:0;
		position: relative;
		border: 0px solid black;

		top: 0px;
		left: 0px;

		height: 420px;
		width: 1350px;

		font-size: 1.25em;
		text-align: left;
	}

	#div_banner_middle {
		padding-top: 72px;
		padding-left: 33px;
		position: relative;
		background-color: #B7D4E6;
		border: 0px solid black;

		left:0px;

		height: 755px;
		width: 1350px;

		font-size: 1.25em;
		text-align: left;
	}

	#div_banner_middle_container {
		background-color: #B7D4E6;
		padding:0;
		position: relative;
		border: 0px solid red;
		margin:0;
		left: 0;
		width: 100%;
		height: 755px;
	}


	#div_green_container {
		padding:0;
		background-color: #73D9B3;
		margin:0;
		left: 0;
		width: 100%;
		height: 755px;
	}

	#div_green {
		background-color: #73D9B3;
		border: 1px solid black;
		padding-top: 72px;
		padding-left: 33px;
		padding-right:0;
		position: relative;
		border: 0px solid black;

		top: 0px;
		left: 0px;

		height: 755px;
		width: 1350px;

		font-size: 1.25em;
		text-align: left;
	}

	#div_menu {
		display: block;
	}

	#div_main {
		display: block;
	}

	#div_footer_container {
		padding:0;
		background-color: #FBEEF2;
		margin:0;
		left: 0;
		width: 100%;
		height: 540px;
	}

	#div_footer {
		background-color: #FBEEF2;
		border: 1px solid black;
		padding-top: 33px;
		padding-left: 33px;
		padding-right:0;
		position: relative;
		border: 0px solid black;

		top: 0px;
		left: 0px;

		height: 540px;
		width: 1350px;

		font-size: 1.25em;
		text-align: left;
	}

}

