@charset "UTF-8";

body {
  font-size: 12px;  
}

body .container {
	background-color:#fff;
}

#wrapper {
	z-index:0;
	position:relative;
}
#header {
	margin-bottom:2em;
}
#header {
	position:relative;
}
#header #logo {
    position: absolute;
    top: -57px;
    left: 34px;
    z-index: 900;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#headerContent {
    position: absolute;
    top:-22px;
    right: 0;

}
#headerContent a {
    color: #333;
}
.navbar {
    position: relative;
    z-index: 1;
}

.selectnav { 
	display: none;
}

#headerContent {
	clear:both;
	height: 200px;
	overflow: hidden;
}
#main {
	position: relative;
    z-index: 0;
}


#left,
#content {
    background-color: #eee;
    padding:10px;
}

/* SLIDER */
#slider {
    width: 100%;
    height: 265px;
    margin-top: 30px;
    overflow: hidden;
    position: relative;
}



#slider .text {

    z-index: 2;
    color: #fff;
    width: 400px;

    position: absolute;
    top: 100px;
    left: 42px;

    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#slider .text h1 {
    font-size: 1.6em;
    font-weight: bold;
    margin-bottom: 8px;
}

#slider .text h1 .red {
    color: #E90113;
}

#slider .text a {
    color: #fff;
}

#slider .text a:hover {
    text-decoration: underline;
}

#slider .contentSliderNavigation {
    clear: none !important;
    position: absolute;
    top: 170px;
}




/* MENU Main - standard */
#mainNav {
	background: #000;
	position:relative;
	z-index:10;
	height:30px;
}
#mainNav ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
#mainNav ul.lvl1 > li {
	padding:0;
	margin:0;
	display:block; 
	float:left;
	padding-left:10px;
	padding-right:10px;
}

#mainNav ul li a,
#mainNav ul li a:focus,
#mainNav ul li a:visited,
#mainNav ul li a:active,
#mainNav ul li a:hover {
	background: none;
	display:block;
	color: #fff;
	font-size: 1em;
	text-decoration:none;
}


/* level 1 */
#mainNav ul.lvl1 > li {
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	z-index:11;
}
#mainNav ul.lvl1 > li > a {
	height: 30px;
	line-height:30px;
}

#mainNav ul.lvl1 > li:hover {
	background-color:#ddd;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#mainNav ul.lvl1 > li:hover > a,
#mainNav ul.lvl1 > li:hover > a:focus,
#mainNav ul.lvl1 > li:hover > a:visited,
#mainNav ul.lvl1 > li:hover > a:active,
#mainNav ul.lvl1 > li:hover > a:hover {
	color:#000;
}



/* level 2 */

#mainNav div.lvl2-wrapper {
	display: block;
	background-color:#fff;
	background-color: rgba(255,255,255,0.1);
	position: absolute;
    left: 0;
	top: 30px;
	width:100%;
	height:0;
    text-align: left;
	z-index:0;
	border-top:none;
	font-weight:bold;
	
	-moz-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
#mainNav li:hover div.lvl2-wrapper {
	height:300px;
	width:100%;
	z-index:0;
	background-color:#000;
	background-color: rgba(0,0,0,0.9);
	border-top:3px solid #ddd;
}

#mainNav li ul.lvl2 {
	padding:0;
	margin:0;
	display:block;
	visibility:hidden;
	opacity:0;
	width:0;
	height:0;
	padding-left: 5px;
	padding-top: 5px;
	
}
#mainNav li:hover ul.lvl2 {
	height:295px; /* = Höhe abzgl. des paddings */
	width:19%;
	visibility:visible;
	opacity:1;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	
}


#mainNav ul.lvl1  ul.divider {
	float:left;
	border-left:1px solid #ddd;
}
#mainNav ul.lvl1  ul:first-child {
	border-left:none;
}
#mainNav ul.lvl2 + ul.divider > li {
	float:none;
	display:block;
}



#mainNav ul.lvl2 > li {
	display:table-cell;
	min-width:200px;
	max-width:210px;
	float:left;
	line-height:1em;
	padding:0;
	margin:0;
}
#mainNav ul.lvl2 > li a,
#mainNav ul.lvl2 > li a:focus,
#mainNav ul.lvl2 > li a:visited,
#mainNav ul.lvl2 > li a:active,
#mainNav ul.lvl2 > li a:hover {
	color: #fff;
	padding:5px 10px;
	display: block;
	width:190px;
	background-color:transparent;
	border-radius:3px;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#mainNav ul.lvl2 > li:hover > a,
#mainNav ul.lvl2 > li:hover > a:focus,
#mainNav ul.lvl2 > li:hover > a:visited,
#mainNav ul.lvl2 > li:hover > a:active,
#mainNav ul.lvl2 > li:hover > a:hover {
}


/* level 3 */
#mainNav ul.lvl3 {
	font-size: 0.9em;
	margin:0;
	padding:0;
	width:auto;
	height:100%;
	display:table;
	font-weight:normal;
}
#mainNav ul.lvl3 li {
	display:block;
	line-height:1em;
	padding: 3px 0;
}
#mainNav ul.lvl3 li:hover {
	
}
#mainNav ul.lvl3 > li {
	
}
#mainNav ul.lvl3 > li a,
#mainNav ul.lvl3 > li a:focus,
#mainNav ul.lvl3 > li a:visited,
#mainNav ul.lvl3 > li a:active,
#mainNav ul.lvl3 > li a:hover {
	display:block;
	color:#fff;
	text-decoration:none;
	padding:2px 20px;
	width:170px;
	
}

#mainNav ul.lvl2 > li:hover > ul.lvl3 > li a,
#mainNav ul.lvl2 > li:hover > ul.lvl3 > li a:focus,
#mainNav ul.lvl2 > li:hover > ul.lvl3 > li a:visited,
#mainNav ul.lvl2 > li:hover > ul.lvl3 > li a:active,
#mainNav ul.lvl2 > li:hover > ul.lvl3 > li a:hover {
	text-decoration:none;
}


/* active und current */
#mainNav ul.lvl1 > li > a.act,
#mainNav ul.lvl1 > li > a.cur,
#mainNav ul.lvl2 > li > a.act,
#mainNav ul.lvl2 > li > a.cur,
#mainNav ul.lvl3 > li > a.act,
#mainNav ul.lvl3 > li > a.cur {
	color: #97BF0D;
}

#mainNav ul.lvl2  li a:hover {
	background-color:#fff;
	color:#000;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}





/* MENU left */
#subNav {

	border: 1px solid #CCCCCC;
	-moz-box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.4);
	box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.4);
	padding:10px;
	margin-bottom:20px;
	text-shadow:0 1px 0 #fff;
}
#subNav ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#subNav ul li a,
#subNav ul li a:focus,
#subNav ul li a:visited,
#subNav ul li a:active,
#subNav ul li a:hover {
	color:#777;
	text-decoration:none;
}
#subNav ul li a.act {
	color:#000;
}
#subNav ul li a.cur {
	color:#97BF0D;
}
#subNav ul li li {
	padding-left:20px;
}



/* Search */
div#search-box {
	/*float: right;*/
	position:absolute;
	right:0;
}


/* Footer */
#footer {
	margin-top: 30px;
	margin-bottom: 30px;
}
#footer .footer-copyright {
	margin-right:10px;
    font-size: 11px;
    color: #000;
    line-height: 17px;
}





/* googlemaps/bootstrap bug korrigieren */
.cbQuickGoogleMap img,
.tx-gomapsap-pi1 img,
figure img {
    max-width: none;
}




/* 4er Teaser */
div.teasers.ge_6 .teaser {
	position:relative;
	height:166px;
	overflow:hidden;
	margin-bottom:20px;
}
div.teasers.ge_6 .teaser h1 {
	background-color: #162A78;
	border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    line-height: 27px;
    padding: 2px 10px;
}
div.teasers.ge_6 .teaser .ttext {
	position:absolute;
	bottom:0;
	left:0;
	height:0;
	width:100%;
	background-color:rgba(3,47,121,0);
	-moz-transition: all 0.6s ease-in;
	-webkit-transition: all 0.6s ease-in;
	transition: all 0.6s ease-in;
}
div.teasers.ge_6 .teaser:hover .ttext {
	height:134px;
	background-color:rgba(3,47,121,0.7);
	-moz-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
#wrapper div.teasers.ge_6 .teaser .ttext a,
#wrapper div.teasers.ge_6 .teaser .ttext a:focus,
#wrapper div.teasers.ge_6 .teaser .ttext a:visited,
#wrapper div.teasers.ge_6 .teaser .ttext a:active,
#wrapper div.teasers.ge_6 .teaser .ttext a:hover  {
	color:#fff;
	padding:10px;
	display:block;
	text-decoration:none;
}


/* NEWS */
.news-latest-container .news-latest-item .teasertext .headline,
.news-latest-container .news-latest-item .teasertext .newstext {
    margin-right: 80px;
}
.news-latest-container .news-latest-item .teasertext .more-link {
    position: relative;
    top:-1.7em;
}

/* HeaderLinks */
#headerLinks {
    position: absolute;
    right:10px;
    top:20px;
    width: 300px;
    z-index: 1000;
    text-align: right;
}
#headerLinks li {
    clear:both;
}
#headerLinks a,
#headerLinks a:focus,
#headerLinks a:visited,
#headerLinks a:active,
#headerLinks a:hover {
    color: #fff;
    background-color: transparent;
    text-shadow: 0 -1px 3px rgba(0,10,50,1);
    text-shadow: 0 1px 3px rgba(0,10,50,1);
}
#headerLinks span.linkimage {
    float: right;
    margin-bottom: 8px;
    margin-left: 10px;
}




@media (min-width: 980px) {

    #wrapper {
        width:800px;
    }

	#header .form-search {
		margin: 10px 0 5px;
	}

	#header .nav li {
		list-style: none;
		position: relative;
	}

	#header .nav li:hover .lvl2 {
		display: block;
	}

	#header .nav li .lvl2 {
		display: none;
		position: absolute;
		left: 0;
		margin: 0;
		min-width:150px;
		background: #242424;
	}

	#header .nav li .lvl2 a {
		color: #999999;
		display: block;
		padding: 8px 15px;
	}

	#header .nav li .lvl2 a:hover {
		color: #fff;
		text-decoration: none;
	}

	#header .nav li a.act,
	#header .nav li a.cur,
	#header .nav li .lvl2 a.cur,
	#header .nav li .lvl2 a.act {
		color:#fff;
	}
	
	#header .nav li.divider {
		height:2px;
		background-color:#aaa;
	}

	.navbar-inner {
		padding-left:0;
		padding-right:0;
	}
	
	
	#header-content {
		max-height:400px; 
		overflow:hidden;
	}

}


@media  only screen and (max-width: 767px),
        only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
	body {
		background-image:none;
		padding:0;
	}
	body .container {
		background-color:#FFF;
		padding:0;
		box-shadow:none;
	}
	#wrapper {
		margin-top:0;
		margin-bottom:0;
        padding: 0;
        width: auto;
	}

	#header {
		padding:10px;
	}
	#header #logo {
		top:-20px;
        -moz-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
	}

    #slider {
        height: 165px;
        margin-top: 30px;
        overflow: hidden;
        position: relative;
    }

    #slider img {
        width:100%!important;
        min-width: 100%!important;
    }
    #slider .text {
        /* Anim */
        left: 300px;
        top: 0;
        font-size: 0px;
        visibility: hidden;
        -moz-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

	#mainNav {
		height:auto;
		z-index:20;
		position:absolute;
		height:0;
		width:100%;
		top:0;
		margin-top:0!important;
		left:0;
		overflow:hidden;
		margin-top:15px;
		margin-bottom:10px;
		background-color:transparent;
		
		-moz-transition: all 0.5s ease-in-out;
		-webkit-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	}
	#mainNav:target {
		height:100%;
		background-color:#555;
		box-shadow:0 5px 5px rgba(0,0,0,0.8);
		-moz-transition: all 0.5s ease-in-out;
		-webkit-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	}
	#mainNav ul.lvl1 {

		display:table;
	}
	#mainNav ul.lvl1 > li {
		padding:10px;
		display:inline-block;
		float:left;
		width:80px;
		height:30px;
		vertical-align:middle;;
		border-collapse:collapse;
		float:none;
		background-color:#999;
		margin:1px;
	}
	#mainNav ul.lvl1 > li a {
		height:100%;
		line-height:1em;
		display:block;
	}
	#mainNav ul.lvl1 > li a.act,
	#mainNav ul.lvl1 > li a.cur {
		color:#000;
	}
	#mainNav li:hover div.lvl2-wrapper {
		display:none!important;
		height:0;
		width:0;
	}
	span.open-menu {float:left;	background-color:#777;padding:2px 4px;vertical-align:middle;}
	span.open-menu a {color:#000;vertical-align:middle;text-decoration:none; padding:5px 10px}
	span.close-menu {position:absolute; right:10px; bottom:10px; text-align:center;}
	span.close-menu a {color:#eee; display:block; width:24px; height:24px; border:1px solid #eee; text-decoration:none;}
	
	#main,
    #footer {
		padding:0 10px;
	}
	#footer div[class*="span"] {
        padding-bottom: 20px;
    }
	#header .nav li .lvl2 {
		display:block;
		position:relative;
	}
	#header .nav li.divider {
		display:none;
	}
	
	
	#subNav {
		display:none;
	}
	#subNav ul {
		border-top:1px solid #ddd;
		border-bottom:1px solid #fff;
	}
	#subNav ul li,
	#subNav ul li li  {
		padding-left:0;
	}
	#subNav ul ul {
		padding-left:0;
		border-top:none;
		border-bottom:none;
	}
	#subNav ul li a {
		/* display:none; */
		padding-top:10px;
		padding-bottom:10px;
		display:block;
		border-top:1px solid #fff;
		border-bottom:1px solid #ddd;
	}
	#subNav ul li li a {
		padding-left:20px;
	}
	#subNav ul li li li a {
		padding-left:40px;
	}
	#subNav ul li li li a {
		padding-left:60px;
	}

    .news-latest-container .news-latest-item .teasertext .headline,
    .news-latest-container .news-latest-item .teasertext .newstext {
        margin-right: 0;
    }
    .news-latest-container .news-latest-item .teasertext .more-link {
        position: static;
        margin-bottom: 20px;
    }

    #headerLinks {
        top:50px;
        right:20px;
    }
    #headerLinks span.linkimage {
        display: none;
    }
}



