

/* intro */
.cell_intro_header {
	position: relative;
	background-color: #005192;
	height: 80px;
	z-index: 90;
}
.cell_intro_header_logo {
	position: absolute;
	top: 14px;
	left: 14px;
}
.cell_intro_header_logo img {
	height: 52px;
}
.cell_intro_headimage img {
	width: 100%;
	height: 500px;
}
.cell_intro_headnav {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 400px;
	/* padding-left: 10px;
	padding-right: 10px; */
	/* border-left: 1px solid #FFFFFF;
	font-size: 24px;
	line-height: 40px; */
	
}
.cell_intro_headnav a {
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	color: #FFFFFF;
	
}
.cell_intro_headnav_contact {
	float: right;
	font-size: 24px;
	line-height: 40px;
	border-left: 1px solid #FFFFFF;
}
.cell_intro_headnav_menu {
	float: right;
	font-size: 24px;
	line-height: 40px;
	border-left: 1px solid #FFFFFF;
}
.cell_intro_headnav_menu img {
	height: 23px;
	padding-left: 16px;
	margin-bottom: -1px;
}
.cell_intro_headnav a:hover {
	color: #AEC8DC;
}
/*
.cell_intro_headnav_button {
	float: right;
}
.cell_intro_headnav_button a {
	padding-left: 0px;
	padding-top: 8px;
	padding-bottom: 9px;
}
.cell_intro_headnav_button img {
	height: 23px;
}
*/







.cell_intro_head_image_wrapper {
	position: relative;
	width: 100%;
	max-height: 500px;
	
}
/*
.cell_intro_head_image_wrapper:before{
	content: "";
	display: block;
	padding-top: 50%; */	/* aspect ratio, 25% = 16/9? */
	/*
	background-color: lime; 
	z-index: -10;
}
*/
.cell_intro_head_image {
	/* MOEGA */
	/*
	position:  absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	max-height: 500px;
	
	background: url('../header_images/transport_widescreen.jpg');
	background-size: cover;
	background-position: center center;
	*/
	margin-bottom: -6px;
}
	

.cell_intro_navspacer {
	height: 5px;
	font-size: 5px;
	background-color: #FFFFFF;
}
.cell_intro_nav_big {
	/* position: relative; */
	background-color: #005192;
	height: 250px;
	width: 100%;
	/* float: left; */
}
.cell_intro_nav_big_sub {
	float: left;
	width: 33%;
	text-align: center;
	z-index: 100;
}
.cell_intro_nav_big_sub_img {
	padding-top: 30px;
	padding-bottom: 10px;
}
.cell_intro_nav_big_sub_img img {
	width: 140px;
}
.cell_intro_nav_big_sub_title {
	color: #FFFFFF;
	font-size: 28px;
}
.cell_intro_nav_big_sub_title a {
	color: #FFFFFF;
	
}









/* **********************************************
	ÄNDERUNG VON INCLUDIERTEN MAIN-KLASSEN
********************************************** */

.cell_mainmenu_wrapper {
	display: none;
	position: absolute;
	top: 80px;
}




