header, main, section, arcticle, footer{display: block;}

h1{margin: 0px; padding: 0px; font-size: 16px; font-weight: lighter; color: white;}
h2{font-family: comic sans ms; font-size: 26px; color: green; margin: 0px; margin-top: 10px;}
h3{font-family: comic sans ms; font-size: 16px; color: #9BD017; font-weight: lighter; margin-top: 7px; margin-bottom: 0px;}
h4{font-family: comic sans ms; color: black; font-size: 16px; margin: 0px; padding: 0px;}
p{font-family: comic sans ms; color: black; font-size: 15px; margin-top: 0px;}
a{font-family: comic sans ms; color: green; font-size: 16px; text-decoration: none;}

.moreInfo::after{
			float: right;
    		content: "+";
		}

#prefooter{
	text-align: center;
	padding: 5px 0px 5px 0px;
	width: 100%;
	background-color: #9BD017;
}

.hide_me{display: none;}
.clear{
height: 1px;
clear: both;
}

body{margin: 0px;}

html, body{
height: 100%;
}

	header{
	width: 100%;
	height: 120px;
	background-color: white;
	box-shadow: 0px 5px 5px lightgray;
	-moz-box-shadow: 0px 5px 5px lightgray;
	-webkit-box-shadow: 0px 5px 5px lightgray;
	position: relative;
	position: fixed;
	z-index: 10;
	
	}
		
		#logo{
		margin-left: 10%;
		margin-top: 8px;
		width: 23%;
		max-width: 300px;
		float: left;
		}
	
		#menu{
		width: 50%;
		position: absolute;
		margin-top: 57px;
		margin-left: 40%;
		float: left;
		}
		
		#menustart{
		display: none;
		}
		#close{
		display: none;
		background-color: green;
		color: white;
		font-family: verdana;
		font-weight: bold;
		text-align: center;
		font-size: 20px;
		width: 30px;
		height: 20px;
		margin-left: auto;
		margin-right: auto;
		}

			#menu ul{
			margin: 0px;
			padding: 0px;
			}
			
				#menu ul li{
				width: 18%;
				margin-left: 2%;
				list-style-type: none;
				display: inline;
				float: left;
				text-align: center;
				padding-top: 10px;
				padding-bottom: 30px;
				transition: background-color 1s;
				-moz-transition: background-color 1s;
				-webkit-transition: background-color 1s;
				}
				
				#menu ul li:hover{
				background-color: #9BD017;
				}
				#menu ul li:hover a{
				color: white;
				}
			
	#back{
	width: 100%;
	}

	#welcome{
		background-image: url("images/back.png");
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: left top;
		height: 450px;
		margin-top: 120px;
		padding-top: 50px;
		}
		#welcome h2{
		margin-top: 25px;
		margin-bottom: 20px;
		}
		
		#welcome span{
		color: #9BD017;
		font-size: 18px;
		}
			
			#text_welcome{
			float: left;
			position: relative;
			background-color: white;
			opacity: 0.8;
			width: 33%;
			height: auto;
			padding-top: 5px;
			padding-left: 15%;
			padding-right: 5%;
			overflow: hidden;
			animation-name: welcome;
			animation-duration: 10s;
			animation-iteration-count: 1;
			animation-timing-function: ease;
			-moz-animation-name: welcome;
			-moz-animation-duration: 10s;
			-moz-animation-iteration-count: 1;
			-moz-animation-timing-function: ease;
			-webkit-animation-name: welcome;
			-webkit-animation-duration: 10s;
			-webkit-animation-iteration-count: 1;
			-webkit-animation-timing-function: ease;
			}

			
			@keyframes welcome{
				0%{left: -100%; height: 120px;}
				5%{left: -100%; height: 120px;}
				20%{left: 0%; height: 120px;}
				22%{left: 0%; height: 120px;}
				30%{left: 0%; height: 82%;}
				100%{left: 0%; height: 82%;}
			}
			@-webkit-keyframes welcome{
				0%{left: -100%; height: 120px;}
				5%{left: -100%; height: 120px;}
				20%{left: 0%; height: 120px;}
				22%{left: 0%; height: 120px;}
				30%{left: 0%; height: 82%;}
				100%{left: 0%; height: 82%;}
			}
			
			
	
		#fader{
		display: none;
		position: relative;}
		
			#fade_1{
			position: absolute;
			width: 22%;
			margin-left: 10%;
			opacity: 0.0;
			animation-name: fade_1;
			animation-duration: 20s;
			animation-iteration-count: infinite;
			animation-timing-function: ease;
			animation-delay: 8s;
			-moz-animation-name: fade_1;
			-moz-animation-duration: 20s;
			-moz-animation-iteration-count: infinite;
			-moz-animation-timing-function: ease;
			-moz-animation-delay: 8s;
			-webkit-animation-name: fade_1;
			-webkit-animation-duration: 20s;
			-webkit-animation-iteration-count: infinite;
			-webkit-animation-timing-function: ease;
			-webkit-animation-delay: 8s;
			}
			
			@keyframes fade_{
				0%{width: 25%; opacity: 0.0;}
				5%{width: 22%; opacity: 1.0;}
				80%{width: 22%; opacity: 1.0;}
				85%{width: 20%; opacity: 0.0;}
				100%{width: 20%; opacity: 0.0;}
			}
				
			@-webkit-keyframes fade_{
				0%{width: 25%; opacity: 0.0;}
				5%{width: 22%; opacity: 1.0;}
				80%{width: 22%; opacity: 1.0;}
				85%{width: 20%; opacity: 0.0;}
				100%{width: 20%; opacity: 0.0;}
			}
			
			#fade_2{
			position: absolute;
			margin-left: 5%;
			margin-top: 5%;
			width: 22%;
			opacity: 0.0;
			animation-name: fade_2;
			animation-duration: 20s;
			animation-iteration-count: infinite;
			animation-timing-function: ease;
			animation-delay: 8s;
			-moz-animation-name: fade_2;
			-moz-animation-duration: 20s;
			-moz-animation-iteration-count: infinite;
			-moz-animation-timing-function: ease;
			-moz-animation-delay: 8s;
			-webkit-animation-name: fade_2;
			-webkit-animation-duration: 20s;
			-webkit-animation-iteration-count: infinite;
			-webkit-animation-timing-function: ease;
			-webkit-animation-delay: 8s;
			}
			
			@keyframes fade_{
				0%{width: 25%; opacity: 0.0;}
				25%{width: 25%; opacity: 0.0;}
				30%{width: 22%; opacity: 1.0;}
				85%{width: 22%; opacity: 1.0;}
				90%{width: 20%; opacity: 0.0;}
				100%{width: 20%; opacity: 0.0;}
			}
			@-webkit-keyframes fade_{
				0%{width: 25%; opacity: 0.0;}
				25%{width: 25%; opacity: 0.0;}
				30%{width: 22%; opacity: 1.0;}
				85%{width: 22%; opacity: 1.0;}
				90%{width: 20%; opacity: 0.0;}
				100%{width: 20%; opacity: 0.0;}
			}
			
			#fade_3{
			position: absolute;
			margin-left: 20%;
			margin-top: 7%;
			width: 22%;
			opacity: 0.0;
			animation-name: fade_3;
			animation-duration: 20s;
			animation-iteration-count: infinite;
			animation-timing-function: ease;
			animation-delay: 8s;
			-moz-animation-name: fade_3;
			-moz-animation-duration: 20s;
			-moz-animation-iteration-count: infinite;
			-moz-animation-timing-function: ease;
			-moz-animation-delay: 8s;
			-webkit-animation-name: fade_3;
			-webkit-animation-duration: 20s;
			-webkit-animation-iteration-count: infinite;
			-webkit-animation-timing-function: ease;
			-webkit-animation-delay: 8s;
			}
			
			@keyframes fade_{
				0%{width: 25%; opacity: 0.0;}
				45%{width: 25%; opacity: 0.0;}
				50%{width: 22%; opacity: 1.0;}
				95%{width: 22%; opacity: 1.0;}
				100%{width: 20%; opacity: 0.0;}
			}
			@-webkit-keyframes fade_{
				0%{width: 25%; opacity: 0.0;}
				45%{width: 25%; opacity: 0.0;}
				50%{width: 22%; opacity: 1.0;}
				95%{width: 22%; opacity: 1.0;}
				100%{width: 20%; opacity: 0.0;}
			}
			
			
		#platzhalter{
		height: 120px;
		}
	
	main{
	width: 100%;
	background-color: white;
	margin-top: 80px;
	}
		
		
		
		
		#content{
		width: 100%;
		height: 100%;
		}
			
			#icon1{
			float: left;
			width: 15%;
			max-width: 200px;
			margin-left: 15%;
			}
			#icon2{
			float: left;
			width: 15%;
			max-width: 200px;
			margin-left: 15%;
			margin-top: 40px;
			}
			#icon3{
			float: left;
			width: 15%;
			max-width: 200px;
			margin-left: 15%;
			margin-top: 100px;
			}
			#icon4{
			float: left;
			width: 15%;
			max-width: 200px;
			margin-left: 15%;
			margin-top: 50px;
			}
			#icon5{
			float: left;
			width: 15%;
			max-width: 200px;
			margin-left: 15%;
			margin-top: 50px;
			}
			#eltern{
			float: left;
			width: 25%;
			max-width: 250px;
			margin-left: 15%;
			margin-top: 50px;
			}
			
		
			article{
			float: left;
			margin-top: -190px;
			margin-left: 35%;
			padding-right: 5%;
			padding-top: 20px;
			padding-bottom: 20px;
			width: 50%;
			height: auto;
			}
			
				#start1{
				}
				#start2{
				margin-top: -220px;
				}
				@media only screen
	and (min-width: 1401px){
		#quali{
				margin-top: -220px;
				width: 40%;
				padding-right: 7%;
				box-sizing: border-box;
				}
}

@media only screen
	and (max-width: 1400px) and (min-width: 790px){
		#quali{
				margin-top: -220px;
				width: 50%;
				padding-right: 5%;
				box-sizing: border-box;
					
		}
}

.pointer{cursor: pointer;}
				
#more2017, #more2016, #more2015, #more2014, #more2013, #more2012, #more2011{
	display: none;
}

				#ernaehrung{
				margin-top: -220px;				
				margin-bottom: 100px;
				}
				#elternarbeit{
				margin-top: -170px;				
				margin-bottom: 20px;
				}
				
				#konzept1{
				padding-top: 50px;
				margin-top: 0px;
				margin-left: 10%;
				}
				#konzept2{
				background-color: #FFFF99;
				padding-left: 20%;
				padding-right: 40%;
				padding-top: 50px;
				padding-bottom: 50px;
				margin-top: 0px;
				margin-left: -10%;
				}
				#konzept22{
				background-color: #FFFF99;
				padding-left: 20%;
				padding-right: 40%;
				padding-top: 20px;
				padding-bottom: 50px;
				margin-top: -10px;
				margin-left: -10%;
				}
				#contact{
				margin-top: -180px;
				}
				#impressum{
				margin-top: -260px;
				}
			
			article li{
			font-family: comic sans ms, sans serif;
			font-size: 15px;
			color: black;
			margin-top: 5px;
			}
			
			article a{
			color: gray;
			font-weight: lighter;
			text-decoration: underline;
			}
			
			article a:hover{
			color: #CC9933;
			}
			
			
			.green{
			background-color: #9BD017;
			width: 80%;
			padding-left: 10%;
			padding-right: 10%;
			padding-top: 30px;
			margin-top: -70px;
			margin-left: 0px;
			}
			.green p{
			color: white;
			}
			.green h3{
			color: green;
			}
			.green a{
			color: white;
			font-weight: lighter;
			text-decoration: underline;
			}
			.green a:hover{
			color: lightgray;
			font-weight: lighter;
			text-decoration: underline;
			}
			
			#bilder1{
			width: 80%;
			padding-left: 10%;
			padding-right: 10%;
			padding-top: 30px;
			margin-top: 0px;
			margin-left: 0px;
			margin-bottom: 50px;
			
			}
			#bilder2{
			background-color: #FFFF99;
			width: 80%;
			padding-left: 10%;
			padding-right: 10%;
			padding-top: 30px;
			margin-top: -10px;
			margin-left: 0px;
			padding-bottom: 50px;
			}
			
			.bild{
			width: 18%;
			margin-right: 1.5%;
			margin-bottom: 1.5%;
			}
			
			
			#profil{
			float: left;
			width: 25%;
			min-width: 300px;
			padding-bottom: 2%;
			margin-top: 13px;
			margin-right: 50px;
			}
			
			#hund_text{
			background-color: #9BD017;
			width: 50%;
			padding-left: 10%;
			padding-right: 40%;
			padding-top: 50px;
			padding-bottom: 50px;
			margin-top: 70px;
			margin-left: 0px;
			color: white;
			margin-bottom: 50px;
			text-align: justify;
			}
			
			#hund_text p{
			color: white;
			}
			#hund_text h3{
			color: green;
			}
			
			#hund{
			float: right;
			width: 30%;
			min-width: 300px;
			padding-bottom: 2%;
			margin-top: -200px;
			margin-right: -60%;
			}
			
			#hund2{
			float: right;
			width: 30%;
			min-width: 300px;
			padding-bottom: 2%;
			margin-top: -430px;
			margin-right: -60%;
			}
			
			
			
	footer{
	margin-top: 70px;
	width: 100%;
	height: 200px;
	background-color: green;
	}
		
		#footer_content{
		width: 90%;
		margin-left: 5%;
		margin-top: -180px;
		color: white;
		
		}
		
		#footer_content table{
			width: 25%;	
			float: left;
			font-family: comic sans ms, sans serif;
			font-size: 13px;
		}
		#footer_content table a{
			font-family: comic sans ms, sans serif;
			font-size: 13px;
			text-decoration: none;
			color: white;
		}
		
		#table_phone{
		margin-left: 30px;
		}
		#table_mobile{
		margin-left: -60px;
		}
		#table_mail{
		margin-left: -40px;
		}
				
		#footer_content table td:first-child{
			width: 40%;	
		}
		
			.icon_bottom{
			width: 100%;
			max-width: 150px;
			}
			#icon_bottom_mobile{
			width: 60%;
			max-width: 90px;
			float: right;
			}
			#icon_bottom_mail{
			width: 100%;
			max-width: 150px;
			padding-right: 110px;
			}
		
			#footer_content ul{
			margin: 0px;
			padding: 0px;
			}

			#footer_content ul li{
				margin-right: 12%;
				list-style-type: none;
				display: inline;
				text-align: center;
				padding-top: 10px;
				padding-bottom: 10px;
				}

	#copyright{
	height: 20px;
	padding-top: 14px;
	background-color: darkgreen;
	color: white;
	font-family: verdana;
	text-align: center;
	font-size: 9px;
	}
	
	form{
	width: 60%;
	margin-left: 35%;
	font-family: comic sans ms, sans serif;
	font-size: 15px;
	}
	
	
	input{
	display: block;
	float: left;
	width: 250px;
	}
	textarea{
	width: 250px;
	}
#boxDSGVO{
	width: 550px;
}
#hinweisDSGVO{
	font-family: verdana;
	color: black!important;
	font-size: 14px!important;
}
#checkBoxDSGVO{
	font-size: 14px!important;
	margin: 0px 10px 0px 0px!important;
	width: auto!important;
}
#boxDSGVO a{
	text-decoration: underline!important;
}
	
	label{
	float: left;
	display: block;
	width: 300px;
	}
	button{
	margin-left: 400px;
	width: 150px;
	}
	
	#clear_footer{
	display: none;
	clear: both;
	}
	

/* +++++++++++ RWD Media Queries Anfang +++++++++++++++++++++++++++++++++++++++++++++ */
	
	
	/*Main +++ Anfang*/
	
	@media only screen
	and (max-width: 1100px)
	and (min-width: 1000px){
	
	#logo{
		margin-left: 10%;
		margin-top: 15px;
		width: 23%;
		float: left;
		}
	
	
	#welcome{
		background-image: url("images/back.png");
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: left top;
		height: 450px;
		margin-top: 120px;
		padding-top: 20px;
		}
		#welcome h2{
		margin-top: 5px;
		margin-bottom: 10px;
		}
		
		#welcome span{
		color: #9BD017;
		font-size: 18px;
		}
			
			#text_welcome{
			float: left;
			position: relative;
			background-color: white;
			opacity: 0.8;
			width: 33%;
			height: auto;
			padding-top: 5px;
			padding-left: 15%;
			padding-right: 5%;
			overflow: hidden;
			animation-name: welcome;
			animation-duration: 10s;
			animation-iteration-count: 1;
			animation-timing-function: ease;
			-moz-animation-name: welcome;
			-moz-animation-duration: 10s;
			-moz-animation-iteration-count: 1;
			-moz-animation-timing-function: ease;
			-webkit-animation-name: welcome;
			-webkit-animation-duration: 10s;
			-webkit-animation-iteration-count: 1;
			-webkit-animation-timing-function: ease;
			}
			@keyframes welcome{
				0%{left: -100%; height: 85px;}
				5%{left: -100%; height: 85px;}
				20%{left: 0%; height: 85px;}
				22%{left: 0%; height: 85px;}
				30%{left: 0%; height: 85%;}
				100%{left: 0%; height: 85%;}
			}
			@-webkit-keyframes welcome{
				0%{left: -100%; height: 85px;}
				5%{left: -100%; height: 85px;}
				20%{left: 0%; height: 85px;}
				22%{left: 0%; height: 85px;}
				30%{left: 0%; height: 85%;}
				100%{left: 0%; height: 85%;}
			}
			
			#hund{
			margin-top: -230px;
			margin-right: -70%;
			}
			
			#hund2{
			margin-top: -600px;
			margin-right: -70%;
			}
	}
	
	@media only screen
	and (max-width: 1000px)
	and (min-width: 850px){
	
	#logo{
		margin-left: 3%;
		margin-top: 25px;
		width: 20%;
		float: left;
		}
	
		#menu{
		width: 70%;
		position: absolute;
		margin-top: 58px;
		margin-left: 25%;
		float: left;
		}

			#menu ul{
			margin: 0px;
			padding: 0px;
			}
			
				#menu ul li{
				width: 18%;
				margin-left: 2%;
				list-style-type: none;
				display: inline;
				float: left;
				text-align: center;
				padding-top: 10px;
				padding-bottom: 30px;
				transition: background-color 1s;
				-moz-transition: background-color 1s;
				-webkit-transition: background-color 1s;
				}
				
				#menu ul li:hover{
				background-color: #9BD017;
				}
				#menu ul li:hover a{
				color: white;
				}
	
	#welcome{
		background-image: url("images/back.png");
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: left top;
		height: 450px;
		margin-top: 120px;
		padding-top: 20px;
		}
		#welcome h2{
		margin-top: 5px;
		margin-bottom: 10px;
		}
		
		#welcome span{
		color: #9BD017;
		font-size: 18px;
		}
			
			#text_welcome{
			float: left;
			position: relative;
			background-color: white;
			opacity: 0.8;
			width: 50%;
			height: auto;
			padding-top: 5px;
			padding-left: 5%;
			padding-right: 5%;
			overflow: hidden;
			animation-name: welcome;
			animation-duration: 10s;
			animation-iteration-count: 1;
			animation-timing-function: ease;
			-moz-animation-name: welcome;
			-moz-animation-duration: 10s;
			-moz-animation-iteration-count: 1;
			-moz-animation-timing-function: ease;
			-webkit-animation-name: welcome;
			-webkit-animation-duration: 10s;
			-webkit-animation-iteration-count: 1;
			-webkit-animation-timing-function: ease;
			}
			@keyframes welcome{
				0%{left: -100%; height: 85px;}
				5%{left: -100%; height: 85px;}
				20%{left: 0%; height: 85px;}
				22%{left: 0%; height: 85px;}
				30%{left: 0%; height: 75%;}
				100%{left: 0%; height: 75%;}
			}
			@-webkit-keyframes welcome{
				0%{left: -100%; height: 85px;}
				5%{left: -100%; height: 85px;}
				20%{left: 0%; height: 85px;}
				22%{left: 0%; height: 85px;}
				30%{left: 0%; height: 75%;}
				100%{left: 0%; height: 75%;}
			}
			
			article{
			float: left;
			margin-top: -190px;
			margin-left: 35%;
			padding-right: 5%;
			padding-top: 20px;
			padding-bottom: 20px;
			width: 50%;
			height: auto;
			}
			
				#start1{
				margin-top: -230px;
				}
				#start2{
				margin-top: -220px;
				}
				
				
				#hund_text{
			background-color: #9BD017;
			width: 50%;
			padding-left: 10%;
			padding-right: 40%;
			padding-top: 50px;
			padding-bottom: 50px;
			margin-top: 70px;
			margin-left: 0px;
			color: white;
			margin-bottom: 50px;
			}
			
			#hund_text p{
			color: white;
			}
			#hund_text h3{
			color: green;
			}
			
			#hund{
			float: right;
			width: 25%;
			min-width: 300px;
			padding-bottom: 2%;
			margin-top: -270px;
			margin-right: -72%;
			}
			
			#hund2{
			float: right;
			width: 25%;
			min-width: 300px;
			padding-bottom: 2%;
			margin-top: -600px;
			margin-right: -72%;
			}
			
				
				
				
	#icon1{
			float: left;
			width: 20%;
			margin-left: 10%;
			}
			#icon2{
			float: left;
			width: 20%;
			margin-left: 10%;
			margin-top: 40px;
			}
			
			form{
	width: 60%;
	margin-left: 35%;
	font-family: comic sans ms, sans serif;
	font-size: 15px;
	}
	
	
	input{
	display: block;
	float: left;
	width: 250px;
	}
	textarea{
	width: 250px;
	}
		#boxDSGVO{
	width: 550px;
}
	
	label{
	float: left;
	display: block;
	width: 300px;
	}
	button{
	margin-left: 0px;
	width: 150px;
	}
			
	}
	
	
	@media only screen
	and (max-width: 849px)
	and (min-width: 790px){
	
	#logo{
		margin-left: 3%;
		margin-top: 25px;
		width: 20%;
		float: left;
		}
	
		#menu{
		width: 70%;
		position: absolute;
		margin-top: 58px;
		margin-left: 25%;
		float: left;
		}

			#menu ul{
			margin: 0px;
			padding: 0px;
			}
			
				#menu ul li{
				width: 18%;
				margin-left: 2%;
				list-style-type: none;
				display: inline;
				float: left;
				text-align: center;
				padding-top: 10px;
				padding-bottom: 30px;
				transition: background-color 1s;
				-moz-transition: background-color 1s;
				-webkit-transition: background-color 1s;
				}
				
				#menu ul li:hover{
				background-color: #9BD017;
				}
				#menu ul li:hover a{
				color: white;
				}
	
	#welcome{
		background-image: url("images/back_tab.png");
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: left top;
		height: 400px;
		margin-top: 120px;
		padding-top: 20px;
		}
		#welcome h2{
		margin-top: 5px;
		margin-bottom: 10px;
		}
		
		#welcome span{
		color: #9BD017;
		font-size: 18px;
		}
			
			#text_welcome{
			float: left;
			position: relative;
			background-color: white;
			opacity: 0.8;
			width: 80%;
			height: auto;
			padding-top: 5px;
			margin-left: 5%;
			padding-left: 5%;
			padding-right: 5%;
			overflow: hidden;
			animation-name: welcome;
			animation-duration: 10s;
			animation-iteration-count: 1;
			animation-timing-function: ease;
			-moz-animation-name: welcome;
			-moz-animation-duration: 10s;
			-moz-animation-iteration-count: 1;
			-moz-animation-timing-function: ease;
			-webkit-animation-name: welcome;
			-webkit-animation-duration: 10s;
			-webkit-animation-iteration-count: 1;
			-webkit-animation-timing-function: ease;
			}
			@keyframes welcome{
				0%{left: -100%; height: 85px;}
				5%{left: -100%; height: 85px;}
				20%{left: 0%; height: 85px;}
				22%{left: 0%; height: 85px;}
				30%{left: 0%; height: 75%;}
				100%{left: 0%; height: 75%;}
			}
			@-webkit-keyframes welcome{
				0%{left: -100%; height: 85px;}
				5%{left: -100%; height: 85px;}
				20%{left: 0%; height: 85px;}
				22%{left: 0%; height: 85px;}
				30%{left: 0%; height: 75%;}
				100%{left: 0%; height: 75%;}
			}
	
			article{
			float: left;
			margin-top: -190px;
			margin-left: 35%;
			padding-right: 5%;
			padding-top: 20px;
			padding-bottom: 20px;
			width: 50%;
			height: auto;
			}
			
				#start1{
				margin-top: -200px;
				}
				#start2{
				margin-top: -220px;
				}
				
						
			#hund_text{
			background-color: #9BD017;
			width: 40%;
			padding-left: 10%;
			padding-right: 50%;
			padding-top: 50px;
			padding-bottom: 50px;
			margin-top: 70px;
			margin-left: 0px;
			color: white;
			margin-bottom: 50px;
			}
			
			#hund_text p{
			color: white;
			}
			#hund_text h3{
			color: green;
			}
			
			#hund{
			float: right;
			width: 25%;
			min-width: 300px;
			padding-bottom: 2%;
			margin-top: -320px;
			margin-right: -110%;
			}
				
			#hund2{
			float: right;
			width: 25%;
			min-width: 300px;
			padding-bottom: 2%;
			margin-top: -900px;
			margin-right: -110%;
			}
					
				
	#icon1{
			float: left;
			width: 25%;
			margin-left: 5%;
			}
			#icon2{
			float: left;
			width: 25%;
			margin-left: 5%;
			margin-top: 40px;
			}
			
					form{
	width: 60%;
	margin-left: 35%;
	font-family: comic sans ms, sans serif;
	font-size: 15px;
	}
	
	
	input{
	display: block;
	float: left;
	width: 350px;
	}
	textarea{
	width: 350px;
	}
		#boxDSGVO{
	width: 350px;
}
	
	label{
	float: left;
	display: block;
	width: 300px;
	}
	button{
	margin-left: 0px;
	width: 150px;
	}
			
	}
	
	
	
		@media only screen
	and (max-width: 789px)
	and (min-width: 500px){
	
	#logo{
		margin-left: 3%;
		margin-top: 15px;
		width: 250px;
		float: left;
		}
		main{
		width: 100%;
		background-color: white;
		margin-top: 150px;
	}
		
		
		#menu{
		background-color: white;
		width: 100%;
		position: absolute;
		margin-top: 120px;
		margin-left: 0%;
		float: left;
		box-shadow: 0px 4px 2px 0px gray;
		-moz-box-shadow: 0px 4px 2px 0px gray;
		-webkit-box-shadow: 0px 4px 2px 0px gray;
		}

			#menu ul{
			margin: 0px;
			padding: 0px;
			}
			
				#menu ul li{
				width: 18%;
				margin-left: 2%;
				list-style-type: none;
				display: inline;
				float: left;
				text-align: center;
				padding-top: 10px;
				padding-bottom: 30px;
				transition: background-color 1s;
				-moz-transition: background-color 1s;
				-webkit-transition: background-color 1s;
				}
				
				#menu ul li:hover{
				background-color: #9BD017;
				}
				#menu ul li:hover a{
				color: white;
				}
				
					#menustart{
		background-color: green;
		box-shadow: 0px 2px 2px 3px gray;
		-moz-box-shadow: 0px 2px 2px 3px gray;
		-webkit-box-shadow: 0px 2px 2px 3px gray;
		width: 40px;
		height: 40px;
		font-family: verdana;
		font-size: 18px;
		font-weight: bold;
		color: white;
		line-height: 7px;
		text-align: center;
		position: absolute;
		top: 50px;
		right: 20px;
		display: block;
		}
	
	#welcome{
		background-image: url("images/back_tab.png");
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: left top;
		height: 400px;
		margin-top: 180px;
		padding-top: 20px;
		}
		#welcome h2{
		margin-top: 5px;
		margin-bottom: 10px;
		}
		
		#welcome span{
		color: #9BD017;
		font-size: 18px;
		}
			
			#text_welcome{
			float: left;
			position: relative;
			background-color: white;
			opacity: 0.8;
			width: 80%;
			height: auto;
			padding-top: 5px;
			margin-left: 5%;
			padding-left: 5%;
			padding-right: 5%;
			overflow: hidden;
			animation-name: welcome;
			animation-duration: 10s;
			animation-iteration-count: 1;
			animation-timing-function: ease;
			-moz-animation-name: welcome;
			-moz-animation-duration: 10s;
			-moz-animation-iteration-count: 1;
			-moz-animation-timing-function: ease;
			-webkit-animation-name: welcome;
			-webkit-animation-duration: 10s;
			-webkit-animation-iteration-count: 1;
			-webkit-animation-timing-function: ease;
			}
			@keyframes welcome{
				0%{left: -100%; height: 85px;}
				5%{left: -100%; height: 85px;}
				20%{left: 0%; height: 85px;}
				22%{left: 0%; height: 85px;}
				30%{left: 0%; height: 90%;}
				100%{left: 0%; height: 90%;}
			}
			@-webkit-keyframes welcome{
				0%{left: -100%; height: 85px;}
				5%{left: -100%; height: 85px;}
				20%{left: 0%; height: 85px;}
				22%{left: 0%; height: 85px;}
				30%{left: 0%; height: 90%;}
				100%{left: 0%; height: 90%;}
			}
			
			article{
			float: left;
			margin-top: 0px;
			margin-left: 10%;
			padding-right: 8%;
			padding-top: 20px;
			padding-bottom: 20px;
			width: 82%;
			height: auto;
			text-align: justify;
			}

			
				#start1{
				clear: both;
				}
				#start2{
				clear: both;
				margin-top: 0px;
				}
				#quali{
				clear: both;
				margin-top: 0px;
				}
				#ernaehrung{
				clear: both;
				margin-top: 0px;
				}
				#elternarbeit{
				clear: both;
				margin-top: 0px;
				}
				#contact{
				clear: both;
				margin-top: 0px;
				}
				#impressum{
				clear: both;
				margin-top: 0px;
				}
				
			#bilder1{
			width: 80%;
			padding-left: 10%;
			padding-right: 10%;
			padding-top: 30px;
			margin-top: 0px;
			margin-left: 0px;
			margin-bottom: 50px;
			
			}
			#bilder2{
			background-color: #FFFF99;
			width: 80%;
			padding-left: 10%;
			padding-right: 10%;
			padding-top: 30px;
			margin-top: -10px;
			margin-left: 0px;
			padding-bottom: 50px;
			}		
			.bild{
			width: 47%;
			margin-right: 1.5%;
			margin-bottom: 1.5%;
			}			
			
				#hund_text{
			background-color: #9BD017;
			width: 40%;
			padding-left: 10%;
			padding-right: 50%;
			padding-top: 50px;
			padding-bottom: 50px;
			margin-top: 70px;
			margin-left: 0px;
			color: white;
			margin-bottom: 50px;
			}
			
			#hund_text p{
			color: white;
			}
			#hund_text h3{
			color: green;
			}
			
			#hund{
			float: right;
			width: 25%;
			min-width: 300px;
			padding-bottom: 2%;
			margin-top: -320px;
			margin-right: -110%;
			}
			#hund2{
			float: right;
			width: 25%;
			min-width: 300px;
			padding-bottom: 2%;
			margin-top: -950px;
			margin-right: -110%;
			}
				
	#icon1{
			clear: both;
			width: 30%;
			margin-left: 35%;
			margin-top: -50px;
			}
			#icon2{
			clear: both;
			width: 30%;
			margin-left: 35%;
			margin-top: 40px;
			}
			#icon3{
			clear: both;
			width: 30%;
			margin-left: 15%;
			margin-top: 40px;
			}
			#icon4{
			clear: both;
			width: 40%;
			margin-left: 15%;
			margin-top: 0px;
			}
			#icon5{
			clear: both;
			width: 20%;
			margin-left: 15%;
			margin-top: -20px;
			}
			
			#eltern{
			clear: both;
			width: 25%;
			margin-left: 15%;
			margin-top: 40px;
			}
			
			
								form{
	width: 80%;
	margin-left: 15%;
	font-family: comic sans ms, sans serif;
	font-size: 15px;
	}
	
	
	input{
	display: block;
	float: left;
	width: 350px;
	}
	textarea{
	width: 350px;
	}
		#boxDSGVO{
	width: 350px;
}
	
	label{
	float: left;
	display: block;
	width: 300px;
	}
	button{
	margin-left: 0px;
	width: 150px;
	}
			
	}
	
		@media only screen
	and (max-width: 700px)
	and (min-width: 500px){
	#profil{
			float: left;
			width: 100%;
			min-width: 300px;
			padding-bottom: 2%;
			margin-top: 13px;
			}
			
			
			#hund_text{
			background-color: #9BD017;
			width: 80%;
			padding-left: 10%;
			padding-right: 10%;
			padding-top: 50px;
			padding-bottom: 50px;
			margin-top: 70px;
			margin-left: 0px;
			color: white;
			margin-bottom: 50px;
			}
			
			#hund_text p{
			color: white;
			}
			#hund_text h3{
			color: green;
			}
			
			#hund{
			float: right;
			width: 100%;
			min-width: 300px;
			padding-bottom: 2%;
			margin-top: 0px;
			margin-right: 0%;
			margin-bottom: 50px;
			}
			#hund2{
			float: right;
			width: 100%;
			min-width: 300px;
			padding-bottom: 2%;
			margin-top: 20px;
			margin-right: 0%;
			}
	}
	
	@media only screen
	and (max-width: 499px)
	and (min-width: 50px){
	
	header{
	height: 70px;
	}
	
	#logo{
		margin-left: 3%;
		margin-top: 5px;
		width: 180px;
		float: left;
		}
		main{
		width: 100%;
		background-color: white;
		margin-top: 20px;
	}
		
		
		#menu{
		display: none;
		background-color: white;
		width: 100%;
		position: absolute;
		margin-top: 70px;
		margin-left: 0%;
		float: left;
		box-shadow: 0px 3px 3px 3px gray;
		-moz-box-shadow: 0px 3px 3px 3px gray;
		-webkit-box-shadow: 0px 3px 3px 3px gray;
		}
		
		#menustart{
		background-color: green;
		box-shadow: 0px 2px 2px 3px gray;
		-moz-box-shadow: 0px 2px 2px 3px gray;
		-webkit-box-shadow: 0px 2px 2px 3px gray;
		width: 40px;
		height: 40px;
		font-family: verdana;
		font-size: 18px;
		font-weight: bold;
		color: white;
		line-height: 7px;
		text-align: center;
		position: absolute;
		top: 15px;
		right: 20px;
		display: block;
		}
		
		#close{
		clear: both;
		background-color: green;
		color: white;
		font-family: verdana;
		font-weight: bold;
		text-align: center;
		font-size: 20px;
		width: 50px;
		height: 30px;
		margin-left: 45%;
		
		}
		
		#menustart:hover{
		background-color: lightgreen;
		}

			#menu ul{
			margin: 0px;
			padding: 0px;
			}
			
				#menu ul li{
				width: 100%;
				list-style-type: none;
				display: block;
				clear: both;
				text-align: center;
				padding-top: 10px;
				padding-bottom: 30px;
				transition: background-color 1s;
				-moz-transition: background-color 1s;
				-webkit-transition: background-color 1s;
				}
				
				#menu ul li:hover{
				background-color: #9BD017;
				}
				#menu ul li:hover a{
				color: white;
				}
	
	#profil{
			float: left;
			width: 100%;
			min-width: 50px;
			padding-bottom: 2%;
			margin-top: 13px;
			}
	
	#welcome{
		background-image: url("images/back_phone.png");
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: left top;
		height: 500px;
		margin-top: 70px;
		padding-top: 20px;
		}
		#welcome h2{
		margin-top: 5px;
		margin-bottom: 10px;
		}
		
		#welcome span{
		color: #9BD017;
		font-size: 18px;
		}
			
			#text_welcome{
			float: left;
			position: relative;
			background-color: white;
			opacity: 0.8;
			width: 80%;
			height: auto;
			padding-top: 5px;
			margin-left: 5%;
			padding-left: 5%;
			padding-right: 5%;
			overflow: hidden;
			animation-name: welcome;
			animation-duration: 2s;
			animation-iteration-count: 1;
			animation-timing-function: ease;
			-moz-animation-name: welcome;
			-moz-animation-duration: 2s;
			-moz-animation-iteration-count: 1;
			-moz-animation-timing-function: ease;
			-webkit-animation-name: welcome;
			-webkit-animation-duration: 2s;
			-webkit-animation-iteration-count: 1;
			-webkit-animation-timing-function: ease;
			}
			@keyframes welcome{
				0%{left: -100%; height: 85px;}
				5%{left: -100%; height: 85px;}
				30%{left: 0%; height: 85px;}
				40%{left: 0%; height: 85px;}
				100%{left: 0%; height: 80%;}
			}
			@-webkit-keyframes welcome{
				0%{left: -100%; height: 85px;}
				5%{left: -100%; height: 85px;}
				30%{left: 0%; height: 85px;}
				40%{left: 0%; height: 85px;}
				100%{left: 0%; height: 80%;}
			}
	
			article{
			float: left;
			margin-top: 0px;
			margin-left: 10%;
			padding-right: 8%;
			padding-top: 20px;
			padding-bottom: 20px;
			width: 82%;
			height: auto;
			}
			article p{
			text-align: justify;
			}
			
				#start1{
				clear: both;
				}
				#start2{
				clear: both;
				margin-top: 0px;
				}
					#quali{
				clear: both;
				margin-top: 0px;
				}
				#ernaehrung{
				clear: both;
				margin-top: 0px;
				}
				#elternarbeit{
				clear: both;
				margin-top: 0px;
				}
					#konzept1{
				padding-top: 50px;
				margin-top: 0px;
				margin-left: 10%;
				}
				#konzept2{
				background-color: #FFFF99;
				padding-left: 20%;
				padding-right: 8%;
				padding-top: 50px;
				padding-bottom: 50px;
				margin-top: 0px;
				margin-left: -10%;
				}
				#konzept22{
				background-color: #FFFF99;
				padding-left: 20%;
				padding-right: 8%;
				padding-top: 20px;
				padding-bottom: 50px;
				margin-top: -10px;
				margin-left: -10%;
				}
				#contact{
				clear: both;
				margin-top: 0px;
				}
				#impressum{
				clear: both;
				margin-top: 0px;
				}
				
				.bild{
			width: 90%;
			margin-right: 1.5%;
			margin-bottom: 1.5%;
			}	
			
				#hund_text{
			background-color: #9BD017;
			width: 80%;
			padding-left: 10%;
			padding-right: 10%;
			padding-top: 50px;
			padding-bottom: 50px;
			margin-top: 70px;
			margin-left: 0px;
			color: white;
			margin-bottom: 50px;
			}
			
			#hund_text p{
			color: white;
			}
			#hund_text h3{
			color: green;
			}
			
			#hund{
			float: right;
			width: 100%;
			min-width: 300px;
			padding-bottom: 2%;
			margin-top: 0px;
			margin-right: 0%;
			margin-bottom: 50px;
			}
			#hund2{
			float: right;
			width: 100%;
			min-width: 300px;
			padding-bottom: 2%;
			margin-top: 20px;
			margin-right: 0%;
			}
				
	#icon1{
			clear: both;
			width: 40%;
			margin-left: 30%;
			}
			#icon2{
			clear: both;
			width: 40%;
			margin-left: 30%;
			margin-top: 40px;
			}
			
			#icon3{
			clear: both;
			width: 50%;
			margin-left: 15%;
			margin-top: 40px;
}

#icon4{
			clear: both;
			width: 50%;
			margin-left: 15%;
			margin-top: -50px;
			}
			
#icon5{
			clear: both;
			width: 30%;
			margin-left: 15%;
			margin-top: -50px;
			}
#eltern{
			clear: both;
			width: 60%;
			margin-left: 15%;
			margin-top: 10px;
			}			
			
									form{
	width: 80%;
	margin-left: 15%;
	font-family: comic sans ms, sans serif;
	font-size: 15px;
	}
	
	
	input{
	display: block;
	float: left;
	width: 220px;
	}
	textarea{
	width: 220px;
	}
		#boxDSGVO{
	width: 220px;
}
	
	label{
	float: left;
	display: block;
	width: 250px;
	}
	button{
	margin-left: 0px;
	width: 150px;
	}
			
	}
	
	/*Footer +++ Anfang*/
	@media only screen
	and (max-width: 1180px)
	and (min-width: 830px){
	#clear_footer{
	display: block;
	}
	footer{
	margin-top: 70px;
	width: 100%;
	height: 400px;
	background-color: green;
	}
	#footer_content{
		width: 90%;
		margin-left: 5%;
		margin-top: -380px;
		color: white;
	}
	#footer_content table{
			width: 25%;	
			float: left;
			margin-left: 15%;
			font-family: comic sans ms, sans serif;
			font-size: 13px;
		}
	#table_mobile{
	margin-top: 50px;
		margin-left: -20px;
		}
		#table_mail{
		margin-top: 50px;
		margin-left: -20px;
		}
	
	}
	
	@media only screen
	and (max-width: 829px)
	and (min-width: 650px){
	#clear_footer{
	display: none;
	}
	footer{
	margin-top: 70px;
	width: 100%;
	height: 500px;
	background-color: green;
	}
	#footer_content{
		width: 90%;
		margin-left: 5%;
		margin-top: -500px;
		color: white;
	}
	#footer_content table{
			width: 80%;	
			clear: both;
			margin-left: 15%;
			font-family: comic sans ms, sans serif;
			font-size: 13px;
		}
		.icon_bottom{
			width: 50%;
			}
			#icon_bottom_mobile{
			width: 30%;
			float: left;
			margin-left: 30px;
			}
			#icon_bottom_mail{
			width: 50%;
			padding-right: 110px;
			}
	#table_mobile{
	margin-top: 0px;
		margin-left: -20px;
		}
		#table_mail{
		margin-top: 0px;
		margin-left: -20px;
		}
	
	}
	
	@media only screen
	and (max-width: 649px)
	and (min-width: 500px){
	#clear_footer{
	display: none;
	}
	footer{
	margin-top: 70px;
	width: 100%;
	height: 400px;
	background-color: green;
	}
	#footer_content{
		width: 90%;
		margin-left: 0%;
		margin-top: -400px;
		color: white;
	}
	#footer_content table{
			width: 80%;	
			clear: both;
			margin-left: 15%;
			font-family: comic sans ms, sans serif;
			font-size: 13px;
		}
		.icon_bottom{
			width: 50%;
			}
			#icon_bottom_mobile{
			width: 30%;
			float: left;
			margin-left: 20px;
			}
			#icon_bottom_mail{
			width: 50%;
			padding-right: 110px;
			}
	#table_mobile{
	margin-top: 0px;
		margin-left: -20px;
		}
		#table_mail{
		margin-top: 0px;
		margin-left: -20px;
		}
	
	}
	@media only screen
	and (max-width: 499px)
	and (min-width: 400px){
	#clear_footer{
	display: none;
	}
	footer{
	margin-top: 70px;
	width: 100%;
	height: 350px;
	background-color: green;
	}
	#footer_content{
		width: 90%;
		margin-left: -20px;
		margin-top: -350px;
		color: white;
	}
	#footer_content table{
			width: 80%;	
			clear: both;
			margin-left: 15%;
			font-family: comic sans ms, sans serif;
			font-size: 13px;
		}
		.icon_bottom{
			width: 50%;
			}
			#icon_bottom_mobile{
			width: 30%;
			float: left;
			margin-left: 10px;
			}
			#icon_bottom_mail{
			width: 50%;
			padding-right: 110px;
			}
	#table_mobile{
	margin-top: 0px;
		margin-left: -20px;
		}
		#table_mail{
		margin-top: 0px;
		margin-left: -20px;
		}
	
	}
	@media only screen
	and (max-width: 399px){
	#clear_footer{
	display: none;
	}
	footer{
	margin-top: 70px;
	width: 100%;
	height: 350px;
	background-color: green;
	}
	#footer_content{
		width: 80%;
		margin-left: -20px;
		margin-top: -350px;
		color: white;
	}
	#footer_content table{
			width: 80%;	
			clear: both;
			margin-left: 15%;
			font-family: comic sans ms, sans serif;
			font-size: 13px;
		}
		.icon_bottom{
			width: 70%;
			}
			#icon_bottom_mobile{
			width: 50%;
			float: left;
			margin-left: 10px;
			}
			#icon_bottom_mail{
			width: 100%;
			padding-right: 50px;
			}
	#table_mobile{
	margin-top: 0px;
		margin-left: -20px;
		}
		#table_mail{
		margin-top: 0px;
		margin-left: -20px;
		}
	
	}
	
	
	/*Footer +++ Ende*/
	
	
	
	