@font-face{ 
	font-family: 'helvetica-compressed';
	src: url('../fonts/helvetica-compressed-webfont.eot');
	src: url('../fonts/helvetica-compressed-webfont.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/helvetica-compressed-webfont.woff') format('woff'),
	     url('../fonts/helvetica-compressed-webfont.ttf') format('truetype'),
	     url('../fonts/helvetica-compressed-webfont.svg#webfont') format('svg');
}

html, body {
	margin: 0px;
	padding: 0px;
	font-family: antic, sans-serif;
	color: #000000;
	background: url(../img/hg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	line-height: 1.5;
	height: 100%;
}

p.back {
  clear: both;
}

h1 {
	font-family: 'helvetica-compressed', antic, sans-serif;
	font-size: 30px;
	color: #247dd9;
	text-align: left;
}

h2 {
	font-size: 20px;
	font-family: antic, sans-serif;
	text-align: left;
}

input, textarea, select {
	font-family: MyCustomFont, Verdana, Tahoma, sans-serif;
	font-size: 1.0em;
	display: block;
	width: 100%;
	padding: 2px;
	border: 1px solid #1f5be2;
}

iframe {
 width: 100%;
 height:50vw;
 border: 1px solid #1f5be2;
}

#kopf {
	margin: 0px;
	padding: 0px;
	padding-top: 20px;
	width: 100%;
	height: auto;
	max-height: 400px;
}

#banner {
	opacity: 0.9;
	background-color: #ffffff;
	border-top: 2px solid #247dd9;
	border-bottom: 2px solid #247dd9;
	width: 70%;
	text-align: center;
	padding-left: 15%;
	padding-right: 15%;
	color: #247dd9;
	font-weight: bold;
	text-align: left;
}

#banner img {
   max-width: 100%;
   max-height: 100%;
   width: auto;
   height: auto;
}

#navi {
	margin-top: 15%;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
	font-size: 1.3em;
	font-weight: bold;
	opacity: 0.9;
	background-color: #ffffff;	
	border-top: 2px solid #247dd9;
	border-bottom: 2px solid #247dd9;
}

#navi ul {
	text-align: center;
	margin: 0;
	padding: 0;
}

.box {
	margin:auto;
	float: left;
	border: 2px solid #247dd9;
	background-color: #247dd9;
	color: #ffffff;
	padding: 1%;
	margin: 1%;
 	-moz-border-radius:10px; /* Firefox */
 	-webkit-border-radius:10px; /* Safari, Chrome */
 	-khtml-border-radius:10px; /* Konqueror */
 	border-radius:10px; /* CSS3 */
	behavior: url('/css/border-radius.htc');
}
	
.box a:link {color: #FFFFFF; text-decoration: underline;}
.box a:visited {color: #FFFFFF; text-decoration: none;}
.box a:active {color: #FFFFFF; text-decoration: none;}
.box a:hover {color: #000080; text-decoration: none;}
/*------------------------------------------------------------------------------------------------*/

figure, figcaption {
	margin: 0;
	padding: 0;
}

figure.einzel {
	position: relative;
	display: inline-block;
	width: 32.9%;
}

figure img {
	width: 100%;
	display: block;
}

figcaption {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 3em;
	color: white;
	background-color: #247dd9;
	opacity: 0.7;
}

.gesamt{
	text-align: center;
}

/*================================================================================================*/

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

	#navi li {
  	display: block;
  	list-style-type: none;
  	margin: 0 0 10 0;
	}
}

#navi a:link {color: #247dd9; text-decoration: none;}
#navi a:visited {color: #247dd9; text-decoration: none;}
#navi a:active {color: #247dd9; text-decoration: none;}
#navi a:hover {color: #000000; text-decoration: none;}

#inhalt {
	text-align: justify;
	width: 80%;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10%;
	padding-right: 10%;
	background-color: #ffffff;
}

#logos {
	width: 70%;
	opacity: 0.7;
	background-color: #ffffff;
	border-top: 3px solid #247dd9;
	border-bottom: 3px solid #247dd9;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 15%;
	padding-right: 15%;
	margin-bottom: 10px;
}

#fuss {
	width: 70%;
	opacity: 0.9;
	background-color: #ffffff;
	border-top: 2px solid #247dd9;
	border-bottom: 2px solid #247dd9;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 15%;
	padding-right: 15%;
}

#fuss ul {
	margin: 0;
	padding: 0;
}
	
#fuss li {
  display: block; /* li nebeneinander anzeigen */
  list-style-type: none; /* ohne Aufzählungspunkte */
  margin: 0 0 3 0; /* dadurch Abstand zwischen den M-Punkten */
}
	
#fuss a:link {color: #000000; text-decoration: none;}
#fuss a:visited {color: #000000; text-decoration: none;}
#fuss a:active {color: #000000; text-decoration: none;}
#fuss a:hover {color: #247dd9; text-decoration: none;}

/*================================================================================================*/

@media screen and (min-width: 760px) {

	#navi li {
  	display: inline;
  	list-style-type: none;
  	margin: 0 0 0 25px;
	}

	#banner {
		font-size: 2vw;
	}

	#spalte1 {
	  float: left;
	  width: 33%;
	}
	
	#spalte2 {
	  float: left;
	  width: 33%;
	}
	
	#spalte3 {
	  float: left;
	  width: 33%;
	  text-align: center;
	}
	
	#spalte3 img {
	   max-width: 100%;
	   max-height: 100%;
	   width: auto;
	   height: auto;
	}

	#spalte01 {
	  float: left;
	  width: 70%;
	}
	
	#spalte02 {
	  float: left;
	  width: 30%;
	}

	.box {
		width: 28%;
	}
}

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

	#banner {
		font-size: 0.9em;
	}

	#spalte1 {
	  float: left;
	  width: 100%;
	  text-align: center;
	  padding-bottom: 20px;
	}
	
	#spalte2 {
	  float: left;
	  width: 100%;
	  text-align: center;
	  padding-bottom: 20px;
	}
	
	#spalte3 {
	  float: left;
	  width: 100%;
	  text-align: center;
	}
	
	#spalte3 img {
	   max-width: 100%;
	   max-height: 100%;
	   width: auto;
	   height: auto;
	}
	
	.box {
		width: 98%;
	}
}

/*================================================================================================*/
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #247dd9;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
}

#myBtn:hover {
  background-color: #555;
}