html {
	background: #c5dfb2;
}
body {
	margin: 0 auto;
}
.content {
	width: 83%;
	height: 100%;
	display: inline-block;
}
#html1 {
	background-image: url("images/pagina1.jpg");
	background-repeat: no-repeat;
	background-size: 84%;
}
#html2 {
	background-image: url("images/pagina2.jpg");
	background-repeat: no-repeat;
	background-size: 84%;
}
#html3 {
	background-image: url("images/pagina3.jpg");
	background-repeat: no-repeat;
	background-size: 84%;
}
#html4a {
	background-image: url("images/pagina4a.png");	
	background-repeat: no-repeat;
	background-size: 84%;
}
#html4b {
	background-image: url("images/pagina4b.png");
	background-repeat: no-repeat;
	background-size: 84%;
}#html4c {
	background-image: url("images/pagina4c.png");
	 background-repeat: no-repeat;
	 background-size: 84%;
}
#html5 {
	background-image: url("images/pagina5.jpg");
	background-repeat: no-repeat;
	background-size: 84%;
}
#html6 {
	background-image: url("images/pagina6.jpg");
	background-repeat: no-repeat;
	background-size: 84%;
}
.menu-knop {
	font-size: 30px;
	width: 13%;
	text-align: center;
	position: absolute;
	text-decoration: none;
	padding-left: 10px;
	background-color:white
}
#Home {
	top: 10px;
}
#Home:hover {
	color: #bbdaa4;
}
#Kwekerij {
	top: 55px;
}
#Kwekerij:hover {
	color: #bbdaa4;
}
#Vijveraanleg {
	top: 100px;

}
#Vijveraanleg:hover {
	color: #bbdaa4;
}
#Catalogus {
	top: 145px;
	/*background-color:blue;*/
}
#Catalogus:hover {
	color: #bbdaa4;
}
#Foto {
	top: 195px;
}
#Foto:hover {
	color: #bbdaa4;
}
#Contact {
	top: 240px;
}
#Contact:hover {
	color: #bbdaa4;
}
#div1 {
	height: 1.1%;
}
#div2 {
	height: 1.3%;
}
#div3 {
	/*height: 2.15%;*/
}
#div4 {
	height: 2.25%;
}
#div5 {
	height: 2.65%;
}
#div6 {
	height: 4%;
}
#div7 {
	height: 4.5%;
}
#div8 {
	height: 4.7%;
}
img {
	height: 33%;
	width: 71%;
	margin-top: 51%;
}
.bottom-slider {
	height: 33%;
	width: 71%;
	margin-top: 81%;
}
.image-slider-container {
	position: relative;
	width: 100%;
}
.image-slider {
	position: absolute;
	left: 15%;
	margin-top: 20%;
	top: 80%;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}
.pijl-left {
	position: absolute;
	left: -5.5rem;
	bottom: 8rem;
}
.pijl-right {
	position: absolute;
	right: 0;
	bottom: 8rem;
}
#pijl {
	height: auto;
	width: 12%;
}
#dropdown {
	height: 200px;
	width: 250px;
	position: absolute;
	left: -260px;
	top: 145px;
	background-color: white;
	border-radius: 5%;
	display: none;
}
#Water {
	text-align: center;
}
#Water:hover {
	color: #bbdaa4;
}
#Zuurstof {
	text-align: center;
}
#Zuurstof:hover {
	color: #bbdaa4;
}
#Waterlelies {
	text-align: center;
}
#Waterlelies:hover {
	color: #bbdaa4;
}
#link {
	font-size: 20px;
	text-decoration: none;
	color: blue;
}
#link:hover {
	color: black;
}
 /*.fling-minislide {
	 width:71%;
	 height:33%;
	 position:relative;
	background-color: white;
	}
.fling-minislide img{
position:absolute;
animation:fling-minislide 20s infinite;
opacity:0;
width: 100%;
height: 100%;}

@keyframes fling-minislide {25%{opacity:1;} 40%{opacity:0;}}
.fling-minislide img:nth-child(4){animation-delay:0s;}
.fling-minislide img:nth-child(3){animation-delay:5s;}
.fling-minislide img:nth-child(2){animation-delay:10s;}
.fling-minislide img:nth-child(1){animation-delay:15s;}
*/
* {
	font-family: Verdana;
	color: grey;
}
.flexbox {
	display: flex;
}
.tekst {
	width: 80%;
	margin-left: 5%;
	margin: 5em;
}
.tekst2 {
	top: 75%;
	margin-left: 35px;
	margin-right: 10%;
	width: 35%;
	text-align: left;
	border-right: 1px solid green;
}
.tekst3 {
	width: 35%;
	text-align: left;
}
.tekst4 {
	margin-top: 30em;
	margin-left: 55em;
	width: 20%;
}
.tijden {
	position: absolute;
	right: 0;
	width: 16%;
	top: 300px;
	text-align: left;
	margin-top: 0%;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
		   border: top;
	border-top-style: solid;
    border-top-color: darkolivegreen;

	background-color: white;
}
.menu {
	position: absolute;
	right: 0;
	top: 0;
	width: 16%;
	height: 300px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: white;
   	border: bottom;
	border-bottom-style: solid;
    border-bottom-color: darkolivegreen;
}
.dag {
	color: #bbdaa4;
}
#titel {
	margin-top: 24em;
	padding-left: 35px;
}

@media (max-width: 1500px) {
	.tekst3 h3 {
		font-size: 14px;
	}
}
