/*
font-family:'FrutigerLTW01-45Light';
font-family:'FrutigerLTW01-46LightIt';
font-family:'FrutigerLTW01-67BoldCn';
font-family:'FrutigerLTW01-47LightCn';


blau 	 #005282
hellblau #bacadd

*/

/* @group Allgemeine Darstellung */

.wrapper {
	width: 100%;
	font-size: 10px;
}

.navigation {
	display: none;
}

.header {
	height: auto;
	width: 100%;
	position: relative;
}

.mobileicons {
	display: block;
	float: left;
	width: 160px;
}

.mobileicons img {
	display: block;
	width: 40px;
	height: 40px;
	float: left;
	margin: 33px 0 0 10px;
}

.schnellzugriff {
	display: none;	
}

.nurDesktop {
	display: none;
}

.nurMobile {
	display: block;
}

.mobileSucheActive {
	display: none;
}

.mobileSucheForm {
	position: relative;
	display: none;
	margin: 0 10px 20px 10px;
	background-color: #005282;
	border-radius: 5px;
	padding: 5px;
	left: 0;
	top: 0;
	width: auto!important;
}

.mobileSuchfeld {
	border: none;
	-webkit-appearance: none;
	background: none;
	color: #fff;
	font-family:'FrutigerLTW01-67BoldCn';
	font-size: 15px;
	width: 200px;
	padding: 5px 0 0 3px;
	float: none;
}

.mobileSuchbutton {
	-webkit-appearance: none;
	float: right;
	border: none;
	background-color: #bacadd;
	color: #005282;
	border-radius: 5px;
	font-family:'FrutigerLTW01-67BoldCn';
	font-size: 15px;
	padding: 6px 12px 0 12px;
}

.zeigen {
	display: block;
}

.verstecken {
	display: none;
}

.logo {
	position: relative;
	top: 0;
	right: 0;
	float: right;
	margin: 20px 10px 20px 0;
}

.logo img {
	width: 140px;
	height: 53px;
	display: block;
}

.stagecontainer {
	box-shadow: 0px 0 5px rgba(0,0,0,0.2);
}

.nextContainer {
	display: none;
}

#slider div .imgContainer .caption {
	bottom: 0;
	right: 0;
	padding: 10px 0 0 0;
	min-height: 0;
	max-height: 30px;
	font-size: 15px;
	line-height: 1;
	max-width: 100%;
	width: 100%;
	display: none;
}

/* @end */

/* @group Content */

	.contentwrapper {
		padding: 20px 10px 20px 10px;
		font-size: 12px;
	}

	.contentwrapper .smallimageleft .imageBUcontainer,
	.contentwrapper .smallimageright .imageBUcontainer {
		float: none;
		width: 100%;
		margin: 0 0 1.4em 0;
	}
	
	/* @group Links und Downloads */
	
		.contentwrapper .iconDownload {
			background: transparent url('../images/icon-download20.png') no-repeat left 0.1em;
		}
		
		.contentwrapper .iconLink {
			padding: 0 0 0 1.6em;
			background: transparent url('../images/icon-link40.png') no-repeat 0.2em 0.2em;
			background-size: 18px 20px;
		}
		
		.contentwrapper .iconLinkExtern {
			padding: 0 0 0 1.6em;
			background: transparent url('../images/icon-link-extern20.png') no-repeat left top;
		}
	
	/* @end */
	
	/* @group Zitat */
	
	.contentwrapper blockquote {
		background: #f2f2f2 url('../images/quote100.png') no-repeat 2em 2em;
		padding: 3em 2em 2em 8em;
		background-size: 50px 50px;
	}
	
	.contentwrapper blockquote h1,
	.contentwrapper blockquote h2,
	.contentwrapper blockquote h3,
	.contentwrapper blockquote h4,
	.contentwrapper blockquote p,
	.contentwrapper blockquote cite {
		font-size: 1.4em;
	}

	.contentwrapper blockquote cite {
		
	}
	
	/* @end */
	
	/* @group InfoBox */
	
	.contentwrapper .infoBox {
		background: #f2f2f2 url('../images/info-i100.png') no-repeat 2em 2em;
		background-size: 50px 50px;
		padding: 3em 2em 0.1em 8em;
	}
	
	/* @end */

/* @end */

/* @group sidr */

.sidr
{
	background: #005282;
	/*box-shadow: inset 0 0 5px 5px rgba(0,0,0,0.3);*/
	color: #fff;
	display: none;
	height: 100%;
	overflow-x: none;
	overflow-y: auto;
	position: absolute;
	position: fixed;
	top: 0;
	width: 260px;
	z-index: 999999;
	text-align: left;
	-webkit-overflow-scrolling: touch;
}

.sidr.right
{
	left: auto;
	right: -260px;
}
.sidr.left
{
	left: -260px;
	right: auto;
}

/* @end */

/* @group Navigation Hauptbereich */

.hauptnavigationM {
	display: block;
	padding: 10px 0 0 0;
	margin: 0 0 10px 0;
	list-style-type: none;
	font: normal 10px/10px "FrutigerLTW01-67BoldCn", Arial, Helvetica, Geneva, sans-serif;
	background-color: #bacadd;
}

.hauptnavigationM li {
	float: left;
}

.hauptnavigationM li a:link,
.hauptnavigationM li a:visited {
	display: block;
	background-color: #bacadd;
	padding: 8px 10px 2px 10px;
	font-size: 2em;
	line-height: 1em;
	color: #005282;
	text-decoration: none;
	border-radius: 8px 8px 0 0;
	text-transform: uppercase;
}

.hauptnavigationM li a:active {
	background-color: #cddae8;
}

.hauptnavigationM li:first-child a:link,
.hauptnavigationM li:first-child a:visited {
	border-radius: 0 8px 0 0;
}

.hauptnavigationM li a.selected:link,
.hauptnavigationM li a.selected:visited {
	background-color: #005282;
	color: #fff;
}

.hauptnavigationM li a.selected:active {
	background-color: #266d98;
	background: -webkit-linear-gradient(top, #266d98 0%, #005282 100%) #005282;
	background: -moz-linear-gradient(top, #266d98 0%, #005282 100%) #005282;
	background: -ms-linear-gradient(top, #266d98 0%, #005282 100%) #005282;
	background: linear-gradient(to bottom, #266d98 0%, #005282 100%) #005282;
}

/* @end */


/* @group Subnavigation Phone */
		
.subnavigation {
	background-color: transparent;
	list-style-type: none;
	padding: 0 0 0 0;
	font: normal 10px/10px "FrutigerLTW01-67BoldCn", Arial, Helvetica, Geneva, sans-serif;
}

.subnavigation li {
	float: none;
	position:relative;
}

.subnavigation li ul li {
	float:none;
}

.subnavigation li ul {
	z-index: 5000000;
	list-style-type: none;
}

.subnavigation li a:link,
.subnavigation li a:visited {
	display: block;
	padding: 13px 15px 10px 10px;
	font: normal 18px/1em "FrutigerLTW01-67BoldCn", Arial, Helvetica, Geneva, sans-serif;
	color: #bacadd;
	text-decoration: none;
	text-transform: uppercase;
	height:auto;
	border-bottom: 1px solid #1a6591;
}

.subnavigation li a:active {
	background: none;
	background-color: #266d98;
}

.subnavigation li.parenthover a:link,
.subnavigation li.parenthover a:visited {
	background-color: transparent;
	background: none;
}

.subnavigation li a.selected:link,
.subnavigation li a.selected:visited {
	color: #fff;
}

.subnavigation li a.selected:hover {
	background: none;
	background-color: transparent;
}

.subnavigation li a.selected:active {
	background: none;
	background-color: #266d98;
}

.subnavigation li ul, 
.subnavigation li:hover ul li ul {
/*     display: none;*/
     display: block;
}

/*level 2*/
.subnavigation li ul a:link, 
.subnavigation li ul a:visited {
	font-family:'FrutigerLTW01-47LightCn';
	font-size: 18px;
	line-height: 1em;
	display:block;
	color:#bacadd;
	min-width: 200px;
	height:auto;
	padding: 10px 12px 10px 25px;
	text-transform: none;
	border-bottom: 1px solid #1a6591;
	background: none!important;
	background-color: transparent;
}

.subnavigation li ul li.subnaviArrowOpen {
	background: url('../images/subnaviArrowOpen.png') right 5px no-repeat #0d5d89;
	border-top: 1px solid #bacadd;
}

.subnavigation li ul li.subnaviArrowOpen ul {
	display: block;
}

.subnavigation li ul li.subnaviArrowClose {
	background: url('../images/subnaviArrowCloseM.png') right 5px no-repeat transparent;
}

.subnavigation li ul li.subnaviArrowClose ul {
	display: none;
}

.subnavigation li ul li.subnaviArrowOpen a:link, 
.subnavigation li ul li.subnaviArrowOpen a:visited {
	color: #bacadd;
	border-bottom: 1px solid #266d97;
}

.subnavigation li ul li.subnaviArrowClose a:link, 
.subnavigation li ul li.subnaviArrowClose a:visited {
	color: #bacadd;
}

/*level 3*/
.subnavigation li ul li.subnaviArrowOpen ul,
.subnavigation li:hover ul li.subnaviArrowOpen ul {
	display: block;
	position: relative;
	box-shadow: none;
	border-bottom: 1px solid #bacadd;
	background-color: #0d5d89;
}

.subnavigation li ul li ul a:link,
.subnavigation li ul li ul a:visited,
.subnavigation li:hover ul li ul a:link,
.subnavigation li:hover ul li ul a:visited {
	font-family:'FrutigerLTW01-47LightCn';
	color: #bacadd;
	border-bottom: 1px solid #266d97;
	padding: 10px 12px 10px 40px;
}

/*desktop einblenden der zweiten ebene*/
.subnavigation li:hover ul {
    display:block;
	width:auto;
    position:relative;
    height:auto;
    background: none;
	background-color: transparent;
 	box-shadow: none;
}

.subnavigation li ul li a:hover,
.subnavigation li:hover ul li a:hover {
	display:block;
	background: none;
	background-color: transparent!important;
}

.subnavigation li ul li a:active,
.subnavigation li:hover ul li a:active {
	display:block;
	background: none;
	background-color: #0d5d89!important;
}


.subnavigation li ul li.subnaviArrowClose ul li {
	background: none!important;
	background-color: transparent!important;
}

.subnavigation li ul li.subnaviArrowOpen a:hover {
	background: none!important;
}

.subnavigation li ul li.subnaviArrowOpen a:active {
	background: url('../images/subnaviArrowOpen.png') right 5px no-repeat #0d5d89 !important;
}

.subnavigation li ul li.subnaviArrowClose a:hover {
	background: none!important;
}

.subnavigation li ul li.subnaviArrowClose a:active {
	background: url('../images/subnaviArrowCloseM.png') right 5px no-repeat #0d5d89 !important;
}

.subnavigation li ul li.subnaviArrowOpen ul li a:hover {
	background: none;
	background-color: transparent!important;
}

.subnavigation li ul li.subnaviArrowOpen ul li a:active {
	background: none!important;
	background-color: #0d5d89!important;
}

.subnavigation li ul li.subnaviArrowClose ul li a:hover {
	background: none;
	background-color: transparent!important;
}

.subnavigation li ul li.subnaviArrowClose ul li a:active {
	background: none!important;
	background-color: #0d5d89!important;
}

/* @end */

/* @group Funktionen im Seitenfuß */

.functions {
	list-style-type: none;
	float: none;
}

.functions li {
	margin: 0 0 1em 0!important;
	padding: 0!important;
	list-style-type: none;
	float: none;
	font-size: 1.3em!important;
}

.functions li a:link,
.functions li a:visited {
	display: block;
	text-decoration: none;
	color: #444;
}

.functions li a:hover {
	color: #005282;
}

.functions li a.functionOben:link,
.functions li a.functionOben:visited {
	padding-left: 1.7em;
	background: transparent url('../images/icon-top20.png') no-repeat left top;
}

.functions li a.functionDruck:link,
.functions li a.functionDruck:visited {
	padding-left: 1.7em;
	background: transparent url('../images/icon-druck20.png') no-repeat left top;
}

.functions li .functionUrl {
	background: transparent url('../images/icon-shorturl16.png') no-repeat 0.2em 0.1em;
}

/* @end */

/* @group footer */
	
.footer {
	background-color: #005282;
	font-size: 12px;
}

.footerMeta {
	float: none;
	width: auto;
	padding-top: 0;
}

.footerMeta ul {
	list-style-type: none;
	font-family:'FrutigerLTW01-67BoldCn';
}

.footerMeta ul li a:link,
.footerMeta ul li a:visited {
	text-decoration: none;
	color: #fff;
	font-size: 1.4em;
	display: block;
	text-transform: uppercase;
	padding: 0.9em 10px 0.4em 10px;
	border-bottom: 1px solid #1a6591;
}

.footerMeta ul li a:active {
	text-decoration: underline;
}

.footerMap {
	display: none;
}

/* @end */
