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:#999;
text-align: center;
font-weight: 300;
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(1) {
	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: 5vw;
margin-right:7vw;
margin-left: 7vw;
margin-bottom: 5vw;
font-family: 'Roboto';
font-size: 16.5px;
font-weight: 300;
color: #777;
letter-spacing: 0.1px;
line-height:25px;

}


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

#overview a:hover{
	text-decoration: underline;
}

/*#arrow{

display:block;

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

margin-top: 6vw;


width:10%;
height:auto;

}*/

#kalenderSec{
	
	margin-top: 900px;
}




.row {margin: 0 5px;}
    
    .row:after {
  content: "";
  display: table;
  clear: both;
}
	
.flip-box {

float:left;
  background-color: transparent;
  width: 33.3333%;
  height: 600px;
  perspective: 1000px;
  padding: 3px;
  
  margin-bottom:70px;
  
}


.flip-box-inner {
 
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.4s;
  transform-style: preserve-3d;
}




.flip-box:hover .flip-box-inner {
  
  transform: rotateY(180deg);
  transition: 3s;
  
}

.flip-box:hover h2, h3, img {
  filter: opacity(100%);
}




.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-box-front {

  background-color: #F1F1F1;
  color: black;

}

.flip-box-front h2{
  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: 5px;
}

.flip-box-front h3{
  font-family:'Roboto';
  letter-spacing: 0.1px;
  color:#009933;
  font-weight: 300;
  position: relative;
  padding-top:30px;
  padding-bottom:30px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: left;
}

.flip-box-front h4{
	font-family:'Nanum Gothic Coding';
	border-top: #CCCCCC solid 0.5px;
	font-size: 15px;
  	color:#999999;
  	font-weight: 300;
  	padding-left: 20px;
	padding-right: 20px;
	padding-top: 3px;
	text-align: left;
	letter-spacing: 1px;


}



.flip-box-front img{
  position:relative;
  top:2px;
  left:0px;

  /*cut the images to an equal size*/
  object-fit:cover;
  width:99.9%;
  height:40%;
   
}

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

.flip-box-back {
  background-color: #CCFFCC;
  color: white;
  transform: rotateY(180deg);
}

.flip-box-back h2{
  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: 5px;

  
}

.flip-box-back h3{
  font-family:'Roboto';
  letter-spacing: 0px;
  color:#999999;
  font-weight: 300;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  text-align: left;

}

.flip-box-back h1{
  font-family:'Roboto';
  font-size: 15px;
  color:#999999;
  font-weight: 300;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 11px;
  padding-bottom: 40px;
  text-align: left;
  letter-spacing: 0.1px;



}

.flip-box-back h4{

	font-family:'Nanum Gothic Coding';
	border-top: #CCCCCC solid 0.5px;
	font-size: 15px;
  	color:#999999;
  	font-weight: 300;
  	padding-left: 20px;
	padding-right: 20px;
	padding-top: 11px;
	text-align: left;
	letter-spacing: 1px;

}

.flip-box-back h5{

	font-family:'Nanum Gothic Coding';
	border-top: #CCCCCC solid 0.5px;
	font-size: 15px;
  	color:#999999;
  	font-weight: 300;
  	padding-left: 20px;
	padding-right: 20px;
	padding-top: 11px;
	text-align: left;
	letter-spacing: 1px;

}


.mehrLessen{
	font-family:'Roboto';
  float:right;
  font-weight: 300;
  padding-right:20px;
  padding-bottom: 20px;
  color:#999999;

}

.mehrLessen::before{
  content: '>>';
  font-family:'Nanum Gothic Coding';
  font-size:15px;
  font-weight: 200;
  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;

}

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



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

.flip-box-back img{
	position:absolute;
	width: 30%;
	filter: opacity(30%);
	float:right;
	left:60%;
	top:72%;
	
}

#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 only screen and (max-width: 800px) {
  .flip-box, .sponsorsBox {
    width: 50%;
      }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media only screen and (max-width:500px)  {
  .flip-box, .sponsorsBox {
    width: 100%;
  }
  
    .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;

}

}

