	  body{
  
  /*USING BACKGROUND TO THE PICTURE.

  background-image: url("pics/bioBlue.gif");
  background-size: 40%;
  background-repeat: repeat-x;
  background-position: center 300px;*/
  margin:0;
}

* {
  box-sizing: border-box;
} 


#header{
	
	position: relative;
	top:0;
	width: 100%;
	background-color: white;
}

#introtitle{
font-family:'Nanum Gothic Coding';
font-size: 15px;
color:#999999;
text-align: center;
font-weight: 200;
letter-spacing: 5px;
border-bottom: #CCCCCC solid 0.5px;
padding-bottom: 22px;
padding-top: 22px;
}

#Logo{

width:100%;
height: auto;

}

#navbox{
	width:100%;
	height: 40px;
display: block;
background-color: white;
overflow: hidden;
z-index: 2;
}


#nav {


margin-top: 10px;
max-width: 335px;

margin-left:auto;
margin-right: auto;

}

#nav a {

	font-family:'Roboto';
	font-weight: 300;
	color: #999999;
	font-size: 16px;
	font-style:normal;
	text-decoration: none;

}

#nav a:nth-child(2) {
	color:#009933;
	font-weight: 400;

}

#nav a:hover {

	
	text-decoration:underline;

}

#kalender{
	float: left;
	


}



#Bilder{
	max-width: 100%;
	margin-left:9%; 
	margin-right:9%;
	padding-right:20px; 
	padding-left:20px;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
}



#Kontakt{
	float:right;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 50px;
}


#overview p {

text-align: center;
margin-top: 30px;
margin-right:7vw;
margin-left: 7vw;
margin-bottom: 30px;
font-family: 'Roboto';
font-size: 15px;
font-weight: 300;
color: #999999;
letter-spacing: 0.1vw;
line-height:25px;


}

#overview img{

	display: block;
	margin-bottom:20px; 
	width:50px;
	margin-left:auto;
	margin-right: auto;
	filter:grayscale(100%);
	


}


	#blog {

		position: relative;
		top:10px;

		


	}

	  .accordion {
	  

	  background-color: #fff;
	  color: #999999;
	  cursor: pointer;
	  padding: 90px;
	  padding-left:90px;
	  width: 100%;
	  border:none;
	  border-bottom: #CCCCCC solid 0.5px;

	  text-align: left;
	  outline: none;
	  font-size: 15px;
	  transition: 0.4s;
	  margin-right:auto;
	  margin-left:auto;
	}

	.active, .accordion:hover {
	  background-color: #f1f1f1;
	}

	.accordion:after {
	  
	  content: 'Dokumentation anzeigen '' \002B';
	  float:right;
	  font-family:'Nanum Gothic Coding';
	  font-size:15px;
	  font-weight: 100;
	  text-align: left;
	  padding-top:60px;
	  display:inline-block;
	  width: 200px;
	  height: 30px;
	  color:#CCFFCC;
	  background-color:none;
	  position: relative;
	  animation-name: example;
	  animation-duration: 2s;
	  animation-timing-function: linear;
	  animation-delay: 1s;
	  animation-iteration-count: infinite;
	  animation-direction: alternate;

}

@keyframes example {
  0%   {color:#CCFFCC; left:0px; top:0px;}
  100%  {color:#999999; left:5px; top:0px;}
  
}

	.active:after {
	  content: 'Dokumentation ausblenden '" \2212";


	}

	.fakeimg img{
		object-fit:cover;
		width: 100%;
		height: 200px;
	}

	.copyright {
	position: relative;
	font-family:'Roboto';
	text-align: right;
	font-size: 10px;
	font-weight: 300;
	right: 0px;
	bottom:0px;
	padding:3px;	
	padding-right: 5px;
	width: auto;
	background-color: #F1F1F1;
	filter: opacity(80%);
	border-bottom: #CCCCCC solid 0px;
}

	.card h2{
	 font-family: 'Roboto';
	 font-weight: 300;
	 letter-spacing: 0.1px;
	 color:#009933;


	}

	.card h5{
		 font-family: 'Nanum Gothic Coding';
		 font-size: 15px;
	  letter-spacing: 1px;
	  font-weight: 400;
	}

	.card p{
		font-family: 'Roboto';
		font-weight: 300;
		font-size: 17px;
		letter-spacing: 0.1px;
		color:#888;
		line-height:23px;
	}


	.card a{
		color:#009933;
		text-decoration: none;
	}

	.card a:hover{
	text-decoration: underline;
}


	

	.panel {
		font-family: 'Nanum Gothic Coding';
	  padding: 0 18px;
	  background-color: white;
	  max-height: 0;
	  overflow: hidden;
	  transition: max-height 0.2s ease-out;
	  letter-spacing: 0.5px;

	}

	

	/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
 
  
}


/* Caption text */
.text {
  color: #999999;
  font-size: 14px;
  padding: 8px 12px;
  position: relative;
  bottom: 8px;
  width: 100%;
  text-align: right;
  background-color:#CCFFCC;
}


.active {
  background-color: #f2f2f2;
}

/* Fading animation */


.mySlides{
	padding-right: 10vw;
	padding-left: 10vw;
	 object-fit:cover;
  width:99.9%;
}



#footter{

  
}

.sHeader{

	width: 100%;
	height: 30px;
	font-family: 'Roboto';
	font-weight: 500;
	background-color: #BBB;
	color: #fff;


}


.sHeader h4{
	float:left;
	padding-left:30px; 
	margin-top: 5px;
	display:inline;
	text-decoration: none;
	font-weight: 400;


}

.sHeader a{
	float:right;
	padding-right:30px; 
	margin-top: 5px;
	display:inline;
	color: #CCFFCC;
	font-weight: 400;
	text-decoration: none;

}

.sHeader a::before {
  content: '>>';
  font-family:'Nanum Gothic Coding';
  font-size:15px;
  font-weight: 100;
  display:inline-block;
  width: 30px;
  height: 30px;
  color:#CCFFCC;
  background-color:none;
  position: relative;
  animation-name: example;
  animation-duration: 0.5s;
  animation-timing-function: linear;
  animation-delay: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;

}

@keyframes example {
  0%   {color:#CCFFCC; left:0px; top:0px;}
  100%  {color:#999999; left:5px; top:0px;}
  
}




.sHeader a:visited {
	color:#CCFFCC;

}

.logos {
	font-family: 'Nanum Gothic Coding';
	position: relative;
	top:100px;
	margin-bottom: 200px;
	
	letter-spacing: 1px;


	
}


.logoSection {
	


}

.logoArea1{

	max-width:930px;
	display:block;
	margin-right: auto;
	margin-left:auto;
}

.logoArea2{
	max-width:930px;
	display:block;
	margin-right: auto;
	margin-left:auto;

}

.logoArea3{
	max-width:930px;
	display:block;
	margin-right: auto;
	margin-left:auto;
}

.logos h4{
	color: #BBB;
	display: block;
	padding-left: 30px;
	font-weight: 400;



}
 
.logoSection img{

	width: 300px;
	margin-left: 0px;
	

}



@media screen and (max-width: 800px) {
 

   .accordion {
	  
	  padding: 60px;
	  padding-left:60px;
	}

}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width:500px)  {
 

		

   .accordion {
	  
	  padding: 30px;
	  padding-left:30px;
	}

	    .kontaktInhalt{
	
	
	padding-left: 30px;
	padding-right: 20px;
	padding-top: 2vw; 
	padding-bottom: 50px;

}


.sHeader h4{
	float:left;
	padding-left:30px; 
	margin-top: 5px;
	display:inline;
	text-decoration: none;
	font-weight: 400;
	font-size: 12px;


}

.sHeader a{
	float:right;
	padding-right:30px; 
	margin-top: 5px;
	display:inline;
	color: #CCC;
	font-weight: 400;
	text-decoration: none;
	border-bottom: #CCCCCC solid 0.5px;
	
}

.sHeader a:visited {
	color:#CCC;
}

#nav {

margin-top: 10px;
max-width: 320px;
margin-left:auto;
margin-right: auto;

}

#nav a {

	font-family:'Roboto';
	font-weight: 300;
	color: #999999;
	font-size: 15px;
	font-style:normal;
	text-decoration: none;

}



}


