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(3) {
	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;
}



.kontaktInhalt{
	
	background-color: #FFF;
	
	background-size: auto;
	background-repeat: no-repeat;
	padding-left: 100px;
	padding-top: 4vw; 
	padding-bottom: 100px;

}

.kontaktInhalt h1{
	font-family:'Roboto';
	color: #999;
	font-weight: 100;
	margin-bottom: 50px;
}



.kontaktPerson {

	font-family:'Roboto';
	font-weight: 300;
	color: #999999;
	padding-bottom: 10px;
	letter-spacing: 0.5px;
	line-height:23px;
	z-index: 1;

}

.kontaktPerson h3{
	font-family: 'Roboto';
	font-weight: 400;
}

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


#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;
	font-weight: 400;
	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;



}
 
.logoSection img{

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

}


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

}

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

    .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;

}

}