@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: 'Source Sans Pro', sans-serif;
	color: #000;
	font-size:16px;
	overflow-y:scroll;
}

body {
   font-size: 100%;
   line-height: 1.125em; /* 16 x 1.125 = 18 */
}
 
p {
   font-size: 0.75em; /* 16 x 0,75 = 12 */
}
 
h1 {
   font-size: 2.8em; /* 16 x 1.125 = 18 */
   font-style:normal;
   
}

a:link {
	text-decoration: none;
	color: #f00;
}
a:visited {
	text-decoration: none;
	color: #f00;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #f00;
}


  .headline {
	color: #F00; 
	font-variant: small-caps; 
	font-size: 3.1em;
	}
  .texte {
	font-size: 1.5em;
	line-height: 1.3em;
	color: #FFF;
	padding:15px;
	text-align: left;
}

  .texte_imp {
	font-size: 1.2em;
	color: #FFF;
	padding: 15px;
	text-align: left;
}


#bilder {
	position: absolute;
	left: 0px;
	top: 106px;
	width: 100%;
	height: 131px;
	z-index: 30;
	-webkit-box-shadow: 0px 4px 23px -4px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 4px 23px -4px rgba(0,0,0,0.75);
box-shadow: 0px 4px 23px -4px rgba(0,0,0,0.75);
}



#navigation {
	float:left;	
	font-size:20px;
	bottom: 10%;
	width: 100%;
	height: auto;
	text-align:center;	
	z-index: 100;
	padding-bottom:80px;
}
#navigation a:hover {
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 0.05em;
	background-color: #990000;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 0.05em;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	white-space: nowrap;
	overflow: hidden;
}


#footer {
	position: fixed;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 30px;
	z-index: 80;
	background-color: #383838;
}


.scrollup {
	width: 60px;
	height: 60px;
	position: fixed;
	bottom: 40px;
	right: 5px;
	display: none;
	text-indent: -9999px;
	background-image: url(../images/to-top.png);
	background-repeat: no-repeat;
	z-index: 4000;
}



/* mediaqueris */

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

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

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

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

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

  }

@media screen and (max-width:480px) {
	#navigation {
	position:fixed;	
	font-size:20px;
	padding:0px;
	top:0px;
	width: auto;
	height: auto;
	text-align:center;	
}
  .headline {
	color: #F00; 
	font-variant: small-caps; 
	font-size: 2.1em;
	line-height:1.5em;
	}
  }
     


