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

html, 
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: Verdana, Helvetica, Arial," sans-serif";
	font-size: 16px;
	color: #000;
	line-height: 1.4;
}

	
	body {
		max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
/*	background-image: url(bilder/bg1.jpg);
	background-size: 100% auto; 
	background-repeat: no-repeat;
	background-position:top; */
	
	}
	
header {
	padding: 20px 40px 10px;
/*	max-width: 1200px; */
	
}
		
footer {
position: fixed; 
 padding: 20px 20px 10px;
  bottom: 0;

 left: 0;
  right: 0;
	text-align: center; 
	vertical-align: bottom; 
	z-index: -1;
}	
	
.main {
	padding: 0px 0px 0px 0px;
	width: 100%;
	min-height: 500px;
		vertical-align: bottom; 
	
}

.fader { position: relative; display: inline-block; } .fader img { vertical-align: top; } 
.fader img.next { position: absolute; top: 0; left: 0; } 
	
h1 {
	font-size: 2.0em;
	margin-bottom: 0.4em;
	font-weight: 400;
}

h2 {
	font-size: 0.8em;
	margin-bottom: 1.1em;
	font-weight: 300;
	color:#ccc;
	
}

h3 {
	font-size: 1.6em;
	margin-top: 0.2em;
	margin-bottom: 0.5em;
	/*  font-style: italic; */
	font-weight: 400;	
}
	
	
h4 {
	font-size: 1.8em;
 font-style: italic;
	font-weight: 400;	
}

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

a.nav {
		font-size: 1.2em;
	}

a.nav:link { color:#000000; text-decoration:none; }
a.nav:hover { color: #e2001a; text-decoration:none; }
a.nav:visited { color:#000000; text-decoration:none; }
a.nav:active { color:#000000; text-decoration:none; }


a.in:link {  color:#333; text-decoration:none; font-size: 0.7em; }
a.in:hover {  color:#e2001a; text-decoration:none; }
a.in:visited {  color:#333; text-decoration:none; }
a.in:active { color:#333; text-decoration:none; }




img {
	
	max-width: 100%;
	height: auto;
	vertical-align: middle;
/*	 margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 1px;  */
	
	
	
}



.balken {
	
	
	background-color: #ffffff;
	height: 20px;
	width: 100%;
	
}

.mobilsichtbar {
	display:none;
}



.col {
	width: 100%;
	float: left;
	padding: 20px 10px 0px 10px;
}

.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}	
	

.col-halb {
		width: 50%;
		/* padding: 0px 30px 0px 30px; */
	}
	
.col-viertel {
		width: 28%;
	}
.col-20 {
		width: 20%;
	}	
.col-drittel {
		width: 33%;
	}
.col-zweidrittel {
		width: 66%;
	}
.col-dreiviertel {
		width: 72%;
	}	

/* @media screen and (max-height : 768px){
footer {
	 position: relative; 
	} */

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

	
	
header {
	padding: 20px 20px 0px;
	
	/* background: #ffffff;
	 background-image: url(bilder/obenm.gif);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position:left top; */
	
}
	

	
	body {
	 width: 100%;	
		margin-left: auto;
	margin-right: auto;
background: #fff;
	
	}	
footer {

  width: 100%;
  padding: 40px 20px 10px;
  bottom: 0;
	 position: relative; 
	text-align: center; 
	vertical-align: bottom; 	
}

.col {
	width: 100%;
	float: left;
	padding: 0px 10px 10px 10px;
}
	
.col-halb {
		width: 100%;
		padding: 0px 5px 10px 5px;
	}
	
.col-viertel {
		width: 100%;
	}
.col-drittel {
		width: 100%;
	}
.col-zweidrittel {
		width: 100%;
	}

.col-dreiviertel {
		width: 100%;
	}
.col-20 {
		width: 100%;
	}	
	
.unsichtbar {
	 display: none;
}
.mobilsichtbar {
	display:block;
}	

}



