@charset "UTF-8";


/*! 1 ALLGEMEIN */

body {
}


/*! 2 Header */


.logo {
	
	background-image: url(images/logo_weiss_kurz.jpg);
	background-size: cover;
	
	margin-top: -1px;
	height: 53px;
	max-width: 146px;
	float: left;
	}
	
.sprachen {
	width: 50px;
	height: auto;
	float: right;
	/*display: inline;*/
	display: none;/*Wegnehmen, Sobald Sprachen aktiv*/
	
	font-weight: 400;
	line-height: 1.2em;
	font-size: 1.2em;
	margin-top: 13px;
	}	
	
	
.sprachen a:hover {
	border-bottom: 2px solid #fff;
}

.center {
	position: relative;
	width: 700px;
	margin: auto;
	}

.datumbox{
	border-right: 1px solid #a32022;
	padding-right: 10px;
	margin-left: -10px;
	}

/*! 2 fixedheader */

/*! 3 Nav */



.nav-collapse {
	display: none !important;
}

.nav {
	display: inline !important;
	float: left;
	margin-left: 170px;
	width: 480px;
	
	font-size: 1.3em;
	font-weight: 200;
	line-height: 1.2em;
	margin-top: 13px;
	
}



.nav ul {
	margin: 0;
	padding: 0; 
}

.nav li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}


.nav a {
	color: rgba(255,255,255,0.6);
	margin-right: 10px;
}

.nav a:hover {
	border-bottom: 2px solid #fff;
}
	
.current {
	color: #FFF !important;
}	








/*! 4 Reihen und Spalten */

.spalte_100 {
	width: 100%;
}

.spalte_90 {
	width: 85%;
}

.spalte_75 {
	width: 75%;
}

.spalte_66 {
	width: 66%;
}

.spalte_50 {
	width: 50%;
}

.spalte_33 {
	width: 33%;
}

.spalte_25 {
	width: 50%;
}

.spalte_10 {
	width: 15%;
}


/*! 5 Sektions und Inhalte */


#headerbild {
	display: block;
	height: 130px;
	position: fixed;
	top: 0;
	z-index: 20;
	
	background-size: cover;
	background-position: center center;
}


.header_zeile1 {
	
	position: absolute;
	top: 40px;
	font-size: 1.2em;
	font-weight: 700;
	right: 100px;
	text-align: right;
	width: 800px;	
	color: #FFF;
	text-shadow: 0px 0px 10px black;
	
	}

.header_zeile2 {
	
	position: absolute;
	top: 90px;
	font-size: 1.2em;
	font-weight: 700;
	right: 0px;
	text-align: right;
	width: 700px;
	color: #FFF;
	text-shadow: 0px 0px 10px black;
	
	}






#trenner_weiss {
	background-color: #FFF;
	top: 130px;
	height: 10px;
	position: fixed;
}



#header {
	background-color: #a32022;
	top: 140px;
	height: 50px;
	position: fixed;
	color: #FFF;
}



.headerbild_home {
	height: 230px !important;
}

.trenner_weiss_home {
	top: 230px !important;
}

.header_home {
	top: 240px !important;
}


.sprungmenu {
	top: 192px;
	height: auto;
	}




.ueberschrift {
	display: none;
	}

#inhalt {
	background-color: #FFF;
	margin-top: 240px;
	z-index: 1;
	padding-bottom: 200px;
}

.inhalt_home {
	margin-top: 350px !important;
}



#footer {
	display: block;
	height: 30px;
	font-size: 0.75em;
	position: fixed;
	bottom: 0;
	background-color: #a32022;
	color: #FFF;
	line-height: 1em;
	
}

#footer a{
	color: #FFF;
}


#fuss {
	display: none;
}


/*! 6 Forms und Buttons */