html, body {
	padding: 0;
    margin: 0;
	background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
	line-height: 20px;
	color: #2A2E32;
	line-height: 22px;
	height: 100%;
}

html {
	overflow-y: scroll;
}

img {
	border: 0px;
	padding: 0px;
	margin: 0px;
	line-height: 0px;
}


a {
	outline: 0;
	color: #AA002C;
}

/*----------------------------------------------------------------*/
/* Typo */
/*----------------------------------------------------------------*/

	h1, h2, h4, h5, h6 {
		font-family: 'Open Sans', sans-serif;
	}
	
	h1 {
		font-size: 25px;
		color: #000;
		text-transform: uppercase;
		font-weight: bold;
		padding: 0px;
		padding-top: 10px;
		margin: 0px;
		padding-bottom: 20px;
		margin-bottom: 20px;
		border-bottom: 1px solid #E7E7E7;
	}
	
	h2 {
		font-size: 20px;
		line-height: 25px;
	}
	
	h3 {
		font-size: 16px;
		color: #000;
		padding: 0px;
		margin: 0px;	
	}
	
	.clear {
		clear: both;
	}
	
	a.button {
		padding: 5px 10px;
		color: #fff;
		text-decoration: none;
		background: #AA002C;
		margin-top: 10px;
    	display: inline-block;
	}

/*----------------------------------------------------------------*/
/* Seitengestaltung Basic */
/*----------------------------------------------------------------*/

#header-wrapper {
	width: 100%;
	background-color: #AA002C;
	padding-bottom: 8px;
	overflow: auto;
    position: fixed;
    z-index: 999;
}

	#logo {
		float: left;
		width: 50%;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	#infobadge {
		float: left;
		width: 50%;
		padding-top: 30px;
	}	
		
		#infobadge_hl {
			color: #fff;
			font-size: 16px;
			font-weight: bold;
			text-transform: uppercase;
		}
		
			#infobadge_hl span {
				font-size: 22px;
			}
			
		#infobadge_subline {
			color: #A8A8A8;
			font-size: 16px;
			font-weight: normal;
			text-transform: uppercase;
			padding-top: 5px;
		}	
		
			#infobadge_subline a {
				text-decoration: none;
				color: #fff;
			}
		
	#swapper {
		position: absolute;
		z-index: 99999;
		right:0px;
		top:0px;
		visibility:visible;
	}	
	
		#swapper img {
			display: block;
		}
		
#menu-wrapper {
	background-color: #fff;
    position: fixed;
    z-index: 999;
    margin-top: 114px;
    width: 100%;
}		

.grid-960 {
	width: 1040px;
	overflow: auto;
	padding: 0px;
	margin: 0 auto;
	z-index: 50;
	clear: both;
}

#whitebar-wrapper {
	background-color: #fff;
	padding-top: 45px;
	color: #726C63;
}
	
#ambient-wrapper {
	background-color: #c1c1c1;
	min-height: 150px;
	color: #fff;
	z-index: 100;	
    padding-top: 167px;
}	

	#ambient-wrapper img {
		width: 100%;
		height: auto;
		display: block;
	}


#graybar-wrapper {
	background-color: #E9E9E9;
	padding-top: 45px;
	padding-bottom: 45px;
	text-align: center;
	color: #726C63;
}

#footer-wrapper {
	font-size: 12px;
	text-align: center;
	margin-top: 50px;
	padding-bottom: 75px;
}	
	#footer-wrapper span {
		padding-left: 15px;
		padding-right: 15px;
	}

	.footer {
		border-top: 1px solid #E7E7E7;
		padding-top: 25px;
	}
	
#googlemaps {
	background: #fff;
	position: relative;
   	clear: both;
	margin-top: 40px;
}

#googlemaps iframe {
	width: 100vw;
	max-width: 100%;
	height: 35vw;
	display: block;
}

/* das Overlay-Element: */
.ueberlagern {
	background:transparent; /* unsichtbar machen */
	position:relative; /* Position relativ machen um z-index zu verändern */
	z-index: 100; /* sicher ist sicher */
	width:100%; /* iFrame Breite */
	height: 35vw; /* iFrame Höhe */
	top: 35vw;  /* iFrame Höhe nach unten positionieren */
	margin-top:-35vw;  /* iFrame Höhe, um den Platz des Elments freizugeben */
 
}

.grid-60p {
    width: 56%;
    float: left;
}

.grid-30p {
    width: 30%;
    float: right;
}

.img-box img {
	display: block;
	width: 100%;
	height: auto;
	margin-top: 45px;
}

#gallery img {
	width: 30% !important;
    display: inline-block !important;
    margin-right: 2%;
    margin-bottom: 2%;
    padding: 0px !important;
}

/*----------------------------------------------------------------*/
/* Startseite */
/*----------------------------------------------------------------*/


#start-wrapper {
	width: 100%;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    overflow: hidden !important;
    top: 100%;
}

	#start-left {
		width: 50%;
		float: left;
		height: 100%;
		background: url(../media/start/ground_schule.jpg) no-repeat center center; 
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		display: block;
	    position: absolute;
		text-align: center;
	}
	
	#start-right {
		width: 50%;
		float: right;
		height: 100%;
		background: url(../media/start/ground_exp.jpg) no-repeat center center; 
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		display: block;
	    position: absolute;
		right: 0%;
	}
	
	.start-logo {
		width: 100%;
		display: block;
		text-align: center;
		padding-top: 15%;
	}
	
	.start-text-box {
		width: 50%;
		text-align: center;
		color: #fff;
		margin: 0 auto;
		bottom: 40px;
	    padding-top: 20%;
	}
	
		.start-text-box p {
			text-align: left;
			margin-top: 25px;
		}
	
	a.startbutton {
		background: #fff;
		padding: 15px 25px;
		text-transform: uppercase;
		text-decoration: none;
		font-weight: bold;
		margin-top: 35px;
		display: inline-block;
		font-size: 20px;
	}

/*----------------------------------------------------------------*/
/* Mainmenu */
/*----------------------------------------------------------------*/

#mainmenu {
	padding-top: 15px;
	padding-bottom: 15px;
}
				
	#mainmenu a {
		font-size: 16px;
		padding-right: 10px;
		padding-left: 10px;
		font-weight: bold;
		text-decoration: none;
		display: inline-block;		
	}
	
		#mainmenu a:first-child {
			padding-left: 0px;			
		}
	
	a.mainmenuon {
		color: #AA002C;
		border-right: 2px #E8E8E8 solid;
	}	
					
	a.mainmenuoff {
		color: #000000;
		border-right: 2px #E8E8E8 solid;
		display: inline-block;
	}
	
	
#impress {
	float: right;
	width: 30%;
	text-align: right;
}	

	#impress a {
		color: #C8C8C8;
		font-size: 12px;
	}
	
#submenu-wrapper {
	background-color: #5D5D5D;
	z-index: 900;
    position: fixed;
    padding-top: 168px;
	width: 100%;
}	
	
#submenu {
	padding-top: 10px;
	padding-bottom: 10px;
}	

	#submenu a {
		font-size: 14px;
		padding-right: 10px;
		padding-left: 10px;
		font-weight: bold;
		text-decoration: none;
		display: inline-block;		
	}
	
		#submenu a:first-child {
			padding-left: 0px;			
		}
	
	a.submenuon {
		color: #FFF;
		border-right: 1px #A7A7A7 solid;
	}	
					
	a.submenuoff {
		color: #D2D2D2;
		border-right: 1px #A7A7A7 solid;
		display: inline-block;
	}
	
	
/*----------------------------------------------------------------*/
/* Führerschein */
/*----------------------------------------------------------------*/

.content-box-wrapper {
	margin-bottom: 35px;
	overflow: auto;
	display: block;
}

.content-box {
	float: left;
	width: 30%;
	margin-right: 3%;
	background-color: #EFF4F6;
}


	.content-termine {
		width: 47%;
	}

	.content-box h2 {
		background: #AA002C;
		color: #fff;
		padding: 20px 20px;
		margin: 0px;
	}
	
	.content-box img {
		display: block;
		width: 100%;
		height: auto;
	}
	
	.content-box-txt {
			padding: 10px 20px;
		}
	
	.grid-element-gray {
		background: #E7E7E8;
		overflow: auto;
	}
	
	.grid-p50 {
		width: 50%;
		float: left;		
	}
	
		.grid-txt {
			padding: 40px;
			color: #000;
		}
	
	.grid-p50 img {
		display: block;
		width: 100%;
		height: auto;
	}
	
	
/*----------------------------------------------------------------*/
/* Termine */
/*----------------------------------------------------------------*/

.content-box-list h3 {
	    font-size: 16px;
		font-weight: bold;
		padding: 0px;
		margin: 0px;
		padding-bottom: 5px;
	}
	
.content-box-list {
	border-bottom: 4px #fff solid;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
    background-position: left top;
    background-repeat: no-repeat;
}	

	.icon_hot {
		    background-image: url(../media/icons/hot.gif);
	}
	
	.icon_exp {
		    background-image: url(../media/icons/exp.gif);
	}
	
	.icon_txt {
		    background-image: url(../media/icons/txt.gif);
	}
	
	.icon_bkf {
		    background-image: url(../media/icons/lkw.gif);
	}
	
/*----------------------------------------------------------------*/
/* Führerschein */
/*----------------------------------------------------------------*/

.contact-adress {
	display: block;
	width: auto;
	padding-right: 30px;
	float: left;
}

.contact-adress span {
	font-weight: bold;
	color: #AA002C;
	text-transform: uppercase;
}

/*----------------------------------------------------------------*/
/* Fahrschule */
/*----------------------------------------------------------------*/

.fahrlehrer {
	/* width: 22%; */
	margin-bottom: 40px;
    min-height: 420px;
}

.fahrlehrer h2 {
    font-size: 17px;
}