/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
   
/* ==========================================================================
  	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
   ========================================================================== */

/* Containers */
.container_12 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/* Grid >> Global */
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}
.push_1, .pull_1, .push_2, .pull_2, .push_3, .pull_3, .push_4, .pull_4, .push_5, .pull_5, .push_6, .pull_6, .push_7, .pull_7, .push_8, .pull_8, .push_9, .pull_9, .push_10, .pull_10, .push_11, .pull_11 { position:relative; }

/* Grid >> Children (Alpha ~ First, Omega ~ Last) */
.alpha { margin-left: 0; }
.omega { margin-right: 0; } 

/* Grid >> 6 Columns */
.container_12 .grid_1 { width:60px; }
.container_12 .grid_2 { width:140px; }
.container_12 .grid_3 { width:220px; }
.container_12 .grid_4 { width:300px; }
.container_12 .grid_5 { width:380px; }
.container_12 .grid_6 { width:460px; }
.container_12 .grid_7 { width:540px; }
.container_12 .grid_8 { width:620px; }
.container_12 .grid_9 { width:700px; }
.container_12 .grid_10 { width:780px; }
.container_12 .grid_11 { width:860px; }
.container_12 .grid_12 { width:940px; }

/* Prefix Extra Space */
.container_12 .prefix_1 { padding-left:80px; }
.container_12 .prefix_2 { padding-left:160px; }
.container_12 .prefix_3 { padding-left:240px; }
.container_12 .prefix_4 { padding-left:320px; }
.container_12 .prefix_5 { padding-left:400px; }
.container_12 .prefix_6 { padding-left:480px; }
.container_12 .prefix_7 { padding-left:560px; }
.container_12 .prefix_8 { padding-left:640px; }
.container_12 .prefix_9 { padding-left:720px; }
.container_12 .prefix_10 { padding-left:800px; }
.container_12 .prefix_11 { padding-left:880px; }

/* Suffix Extra Space */
.container_12 .suffix_1 { padding-right:80px; }
.container_12 .suffix_2 { padding-right:160px; }
.container_12 .suffix_3 { padding-right:240px; }
.container_12 .suffix_4 { padding-right:320px; }
.container_12 .suffix_5 { padding-right:400px; }
.container_12 .suffix_6 { padding-right:480px; }
.container_12 .suffix_7 { padding-right:560px; }
.container_12 .suffix_8 { padding-right:640px; }
.container_12 .suffix_9 { padding-right:720px; }
.container_12 .suffix_10 { padding-right:800px; }
.container_12 .suffix_11 { padding-right:880px; }

/* Push Space */
.container_12 .push_1 { left:80px; }
.container_12 .push_2 { left:160px; }
.container_12 .push_3 { left:240px; }
.container_12 .push_4 { left:320px; }
.container_12 .push_5 { left:400px; }
.container_12 .push_6 { left:480px; }
.container_12 .push_7 { left:560px; }
.container_12 .push_8 { left:640px; }
.container_12 .push_9 { left:720px; }
.container_12 .push_10 { left:800px; }
.container_12 .push_11 { left:880px; }

/* Pull Space */
.container_12 .pull_1 { left:-80px; }
.container_12 .pull_2 { left:-160px; }
.container_12 .pull_3 { left:-240px; }
.container_12 .pull_4 { left:-320px; }
.container_12 .pull_5 { left:-400px; }
.container_12 .pull_6 { left:-480px; }
.container_12 .pull_7 { left:-560px; }
.container_12 .pull_8 { left:-640px; }
.container_12 .pull_9 { left:-720px; }
.container_12 .pull_10 { left:-800px; }
.container_12 .pull_11 { left:-880px; }


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
	min-width:960px;
	background:#c0c0c0;
	min-height:100%;
}

html.overlayOpen body,
body.overlayOpen {
	height: 100%;
	max-height: 100%;
	overflow: hidden;
}


body #wrapper {
	background:#FFF;
	width:1020px;
	margin:0 auto;
	overflow:hidden;
	min-height:100%;
}

.small {
	font-size: 80%;
}

/* HEADER */
header {
	background:#FFF;
	position:relative;
	z-index:2;
}
#topContainer {
	background: #003F7D; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #80ADD0 0%, #003F7D 50%); /* FF3.6+ */
	background: -webkit-linear-gradient(-45deg,  #80ADD0 0%,#003F7D 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #80ADD0 0%,#003F7D 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #80ADD0 0%,#003F7D 50%); /* IE10+ */
	background: linear-gradient(135deg,  #80ADD0 0%,#003F7D 50%); /* W3C */
	height:40px;
	position:relative;
	text-align:right;
	padding-right:30px;
}
#topContainer > * {
	display:inline-block;
	color:#FFF;
	margin-left:20px;
	margin-top:16px;
	height:24px;
	overflow:hidden;
	vertical-align:top;
}
#fontSizer a {
	display:inline-block;
}

/* STANDARD NAVIGATION */
#navStd li { float:left; }
#navStd a {
	color:#38AC36;
	font-size:.86667em;
	font-weight:normal;
	line-height:24px;
	text-transform:uppercase;
	letter-spacing:.05em;
	background:#FFF;
	display:inline-block;
	padding:0 10px;
	margin-left:3px;
}
#navStd a:hover {
	background:#E5E5E5;
}
#navStd li:first-child a {
	margin-left:0;
}

/* SEARCH BOX */
#quickSrcBox {
	position:relative;
	margin-bottom:0;
	padding-right:24px;
	background:#E5E5E5;
	width:150px;
	overflow:hidden;
}
#quickSrcBox label {
	display:none;
}
#srcBoxQ {
    background:#E5E5E5;
    border: none;
    display: block;
    height: 24px;
    padding:0 10px;
    width: 100%;
    color: #7B7B7B;
	font-size:.86667em;
    line-height: 24px;
	font-style:italic;
	font-weight:300;
}
#quickSrcBox button {
	background:none;
	position:absolute;
	right:0;
	top:0;
}

/* LOGO */
#logoContainer {
	padding:30px 0;
	display:table;
}
#logoContainer h1 {
	float:left;
}
#logoContainer > * {
	margin:0;
	padding:0 10px;
}
#logo {
	background-position:-160px -4px;
	width:170px;
	height:72px;
}
#slogan {
	color:#69AF22;
	text-align:right;
	font-size:2em;
	line-height:30px;
	margin-top:42px;
}


/* MAIN NAVIGATION */
#navMain {
	position:relative;
	z-index:1;
	background:#69af22;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .75);
	        box-shadow: 0 0 10px rgba(0, 0, 0, .75);
}
#navMainTrigger, .subNavTrigger {
	display:none;
}

#navMain > ul {
	position:relative;
}
#navMain > ul > li {
	float:left;
}
.notIsTouch #navMain li.lvl1:hover .nav-sub {
	display:block;
}
.notIsTouch #navMain .nav-expanded {
	display:none;
}

#navMain .nav-sub {
	background:#e8eaed;
}
#navMain .nav-reduced {
	position:absolute;
	left:0;
	top:100%;
	width:100%;
}
#navMain .nav-sub .nav-sub {
	position:static;
	display:block;
}
.notIsTouch #navMain .lvl1 li.lvl3 .nav-sub {
	display:none;
}
#navMain .nav-reduced > ul {
	display:table;
	width:100%;
	table-layout:fixed;
	margin:10px 0;
}
#navMain .nav-reduced li {
	display:table-cell;
	padding:0 10px;
	border-left:1px solid #8ba6c0;
}
.lt-ie8 #navMain .nav-reduced > ul > li {
	float:left;
}
#navMain .nav-reduced li:first-child {
	border:none;
}
#navMain .nav-reduced li li {
	display:block;
	padding:0;
	border:none;
	float:none;
	position:static;
}
#navMain li a {
	color:#FFF;
	text-transform:uppercase;
	font-size:1.33333em;
	line-height:46px;
	display:block;
	padding:0 10px;
	letter-spacing:.05em;
}
#navMain li li a {
	color:#003F7D;
	text-transform:none;
	font-weight:bold;
	font-size:1.06667em;
	line-height:26px;
	padding:5px 0;
	letter-spacing:0;
}
#navMain li li li a {
	border-top:2px dotted #003F7D;
	text-transform:uppercase;
	font-weight:normal;
	font-size:0.93333em;
	letter-spacing:.05em;
}
#navMain li li a:hover,
#navMain li li a.aktiv {
	background:#F2F5F8;
}
#navMain a:hover,
#navMain a.aktiv {
	background:#8FC359;
}
#navMain a.nav-aktiv,
#navMain > ul > li:hover > a,
#navMain > ul > li:hover > a.nav-aktiv {
	background:#e8eaed;
	color:#003F7D;
}
#navMain > ul > li > a.nav-aktiv {
	background: #69AF22;
	color: #FFF;
}

/* SUB NAVIGATION */
#navSub {
	background:#E8EAED;
	padding:10px 50px 10px 10px;
	margin-right:-40px;
}
#navSub .boxHead {
	font-size:1.333em;
	display:block;
	padding-bottom:5px;
}
#navSub li {
	border-top:2px dotted #003F7D;
}
#navSub li li {
	border:0;
}
#navSub a {
	text-transform:uppercase;
	letter-spacing:.05em;
	line-height:1.333em;
	display:block;
	padding:8px 0;
}
#navSub a.logout {
	color:#C00;
	font-weight:bold;
}
#navSub a.aktiv {
	font-weight:bold;
}
#navSub a.aktiv:before {
	content:'>';
	width:10px;
	display:inline-block;
	padding-right:5px;
}
#navSub li li a {
	padding:3px 0 3px 15px;
	text-transform:none;
	letter-spacing:normal;
}
#navSub li ul {
	padding-bottom:5px;
	margin-top:-5px;
}

/* TEASER */
#teaserContainer {
	position:relative;
	z-index:0;
}
#teaserContainer .teaser {
	margin:0;
	padding:0 0 33.333% 0;
	list-style:none;
	height:0;
	position:relative;
	overflow:hidden;
}
#teaserContainer li {
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
#teaserContainer img {
	display: block;
    height: auto;
    width: 100%;
}
#teaserContainer .teaserItemTitle {
	bottom: 0;
    display: table;
    height: 100%;
    left: 50%;
    margin-left: -440px;
    width: 440px;
    position: absolute;
    text-align: left;
    top: 0;
    z-index: 1;
}
#teaserContainer .teaserItemTitleInner {
	display:table-cell;
	vertical-align:middle;
}

#teaserContainer .teaserItemTitleContent {
	padding:10px;
	background:#FFF;
}
#teaserContainer .teaserItemTitleContent h1,
#teaserContainer .teaserItemTitleContent h1 a {
	color:#69AF22;
	font-weight:bold;
}
#teaserContainer .teaserItemTitleContent h1:first-child,
#teaserContainer .teaserItemTitleContent h2:first-child {
	margin-top:.75em;
}

/* BREADCRUMB PATH */
#breadcrumb {
	font-size:.8em;
	line-height:1.5;
	padding:5px 0;
	border-bottom:2px dotted #a5d8f6;	
}
#breadcrumb span {
	display:inline-block;
	padding:0 .2em;
}
#breadcrumb :last-child {
	font-weight:bold;
}

#supportNum {
	padding:5px 10px;
	font-size:1.133em;
	line-height:1.25;
	background:#e4e4e4;
}
#supportNum b {
	white-space:nowrap;
}

#newsList {
	background:#f3f4f5;
	padding:20px 30px;
	display: flex;
	flex-wrap: wrap;
	
}
#main,
#navMain,
.gm-style .gm-style-iw .mapDesc {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
#main { margin-top:.666em; }

#main.modulStart {
	margin-top:1em;
	margin-bottom:1em;
}
#main .boxWrap + .boxWrap { margin-top:20px; }

/* TOOLS */
#siteTools { text-align:right; margin-top:15px; height:24px; overflow:hidden; }
#siteTools a { display:inline-block; }
#siteTools a:hover { background-color:#E4E4E4; }

/* FOOTER */
footer {
	background:#959595;
	border-bottom:#575757 30px solid;
	padding:10px 0;
	margin-top:15px;
}
footer * {
	color:#FFF;
}
#navDirect strong, #navLoc strong {
	line-height:2em;
}
footer .nav li, #navDirect strong, #navLoc strong {
	display:block;
	border-bottom:2px dotted #FFF;
}
footer .nav a,
footer .nav .a {
	display:block;
	text-transform:uppercase;
	line-height:1.5em;
	padding:.25em 0;
	letter-spacing:.05em;

}
#supportNumFoot {
	padding-top:5px;
	line-height:1.2;
}
#supportNumFoot a {
	display: inline;
	padding: 0;
	text-transform: none;
	letter-spacing: normal;
	line-height: inherit;
}
footer .mailIcon:before {
	width:24px;
	height:17px;
	background-position:-288px -84px !important;
	content:'';
	float:left;
	margin: 3px 3px 0 0;
}
footer .nav .social {
	margin-top: 22px;
	padding-top: 0;
	padding-left: 29px;
	position: relative;
	display: block;
}
footer .nav .social .sprt {
	position: absolute;
	left: 0;
	top: 0;
}


	/* ==========================================================================
	   external Scripts/Functions
	   ========================================================================== */

/* PRETTY PHOTO */
div.facebook .pp_top .pp_left{background:url(../img/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}
div.facebook .pp_top .pp_middle{background:url(../img/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}
div.facebook .pp_top .pp_right{background:url(../img/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}
div.facebook .pp_content_container .pp_left{background:url(../img/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}
div.facebook .pp_content_container .pp_right{background:url(../img/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}
div.facebook .pp_expand{background:url(../img/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.facebook .pp_expand:hover{background:url(../img/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.facebook .pp_contract{background:url(../img/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.facebook .pp_contract:hover{background:url(../img/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.facebook .pp_close{width:22px;height:22px;background:url(../img/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.facebook .pp_description{margin:0 37px 0 0; color:#222;}
div.facebook .pp_loaderIcon{background:url(../img/prettyPhoto/facebook/loader.gif) center center no-repeat}
div.facebook .pp_arrow_previous{background:url(../img/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
div.facebook .pp_arrow_next{background:url(../img/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
div.facebook .pp_nav{margin-top:0}
div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
div.facebook .pp_nav .pp_play{background:url(../img/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_nav .pp_pause{background:url(../img/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_next:hover{background:url(../img/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url(../img/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_bottom .pp_left{background:url(../img/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}
div.facebook .pp_bottom .pp_middle{background:url(../img/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}
div.facebook .pp_bottom .pp_right{background:url(../img/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(../img/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(../img/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(../img/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}
div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.facebook .pp_details{position:relative}
div.facebook .pp_content{background:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}


/*! Swipebox v1.4.4 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */html.swipebox-html{overflow:hidden !important}#swipebox-overlay img{border:none !important}#swipebox-overlay{width:100%;height:100%;position:fixed;top:0;left:0;z-index:99999 !important;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:#fff;background:rgba(0, 0, 0, .5)}#swipebox-container{position:relative;width:100%;height:100%}#swipebox-slider{-webkit-transition:-webkit-transform 0.4s ease;transition:transform 0.4s ease;height:100%;left:0;top:0;width:100%;white-space:nowrap;position:absolute;display:none;cursor:pointer;padding-bottom:50px}#swipebox-slider .slide{height:100%;width:100%;line-height:1px;text-align:center;display:inline-block;position:relative;overflow:hidden;padding-bottom: 50px;box-sizing: border-box}#swipebox-slider .slideInnerWrap{height:100%;width:100%;line-height:1px;text-align:center}#swipebox-slider .slideInnerWrap:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}#swipebox-slider .slide .swipebox-inline-container,#swipebox-slider .slide .swipebox-video-container,#swipebox-slider .slide img{display:inline-block;max-height:100%;max-width:100%;margin:0;padding:0;width:auto;height:auto;vertical-align:middle}#swipebox-slider .slide .swipebox-video-container{background:0 0;max-width:1140px;max-height:100%;width:100%;padding:5%;-webkit-box-sizing:border-box;box-sizing:border-box}#swipebox-slider .slide .swipebox-video-container .swipebox-video{width:100%;height:0;padding-bottom:56.25%;overflow:hidden;position:relative}#swipebox-slider .slide .swipebox-iframe-container iframe,#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe{width:100% !important;height:100% !important;position:absolute;top:0;left:0}#swipebox-slider .slide .swipebox-iframe-container{width:100%;height:100%;overflow:hidden;position:relative;display:inline-block}#swipebox-slider .slide-loading{background:url("../img/preloader_301_dark.gif") center center no-repeat}#swipebox-bottom-bar,#swipebox-top-bar{-webkit-transition:0.5s;transition:0.5s;position:absolute;left:0;z-index:999;height:50px;width:100%}#swipebox-bottom-bar{bottom:0;color:#fff !important;background: #69AF22;}#swipebox-top-bar{left:110px;bottom:0;display:table;width:calc(100% - 120px);z-index: 1000}#swipebox-title{width:100%;height:100%;font-size:1em;line-height:1.2;text-align:center;vertical-align:middle;display:table-cell;color:#fff;text-shadow:0 0 20px rgba(0, 0, 0, 0.19), 0 0 6px rgba(0, 0, 0, 0.23)}#swipebox-close,#swipebox-next,#swipebox-prev,#swipebox-zoomin,#swipebox-zoomout{background-image:url("../img/Swipebox/icons.png");background-repeat:no-repeat;border:none !important;text-decoration:none !important;cursor:pointer;width:50px;height:50px;top:0}#swipebox-arrows{height:100%;position:absolute;left:0;bottom:0;top:-50vh}#swipebox-prev{background-color: #003E7C;background-position:-32px 13px;float:left;margin-left: 10px}#swipebox-next{background-color: #003E7C;background-position:-78px 13px;float:right;position:absolute;right:-100vw;margin-right:70px}#swipebox-close,#swipebox-zoomin,#swipebox-zoomout{top:0;position:absolute;z-index:9999}#swipebox-close{background-position:15px 12px;left:0}#swipebox-zoomin{background-position:-122px 12px;left:50px}#swipebox-zoomout{background-position:-168px 12px;left:50px}.swipebox-no-close-button #swipebox-close{display:none}#swipebox-next.disabled,#swipebox-prev.disabled,#swipebox-zoomin.disabled,#swipebox-zoomout.disabled{opacity:0.3}.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider{-webkit-animation:rightSpring 0.3s;animation:rightSpring 0.3s}.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider{-webkit-animation:leftSpring 0.3s;animation:leftSpring 0.3s}.swipebox-touch #swipebox-container:after,.swipebox-touch #swipebox-container:before{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;content:' ';position:absolute;z-index:999;top:0;height:100%;width:20px;opacity:0}.swipebox-touch #swipebox-container:before{left:0;box-shadow:inset 10px 0 10px -8px #656565}.swipebox-touch #swipebox-container:after{right:0;box-shadow:inset -10px 0 10px -8px #656565}.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before,.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after{opacity:1}@-webkit-keyframes rightSpring{0%,100%{left:0}50%{left:-30px}}@keyframes rightSpring{0%,100%{left:0}50%{left:-30px}}@-webkit-keyframes leftSpring{0%,100%{left:0}50%{left:30px}}@keyframes leftSpring{0%,100%{left:0}50%{left:30px}}#swipebox-slider .slide .video-js-container .swipebox-video{width:auto;height:auto;padding-bottom:0}#swipebox-slider .swipebox-video .video-js{width:100%;height:auto;display:block}#swipebox-slider .swipebox-video .video-js .vjs-big-play-button{left:50%;top:50%;margin:-1em 0 0 -1em;height:2em;width:2em;line-height:2em;border:none;background:#003E7C;border-radius:1em;color:#fff}#swipebox-slider .swipebox-video .video-js .vjs-big-play-button:hover{background:#E8EAED;color:#003F7D}#swipebox-slider .swipebox-video .vjs-has-started .vjs-control-bar{background-color:#69AF22;background-color:rgba(105, 175, 34, .9)}#swipebox-slider .swipebox-video .video-js .vjs-slider{background:#fff;background:rgba(255, 255, 255, .5)}#swipebox-slider .swipebox-video .video-js .vjs-load-progress{background:#bfcfde}#swipebox-slider .swipebox-video .video-js .vjs-play-progress{background:#003E7C}


#swipebox-title .titleWrap {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	margin: 0;
	padding: 0;
	border: none;
}
#swipebox-title .titleContainer {
	flex-grow: 1;
}
#swipebox-title .voteBtn,
#swipebox-title .votedBtn {
	float: right;
	background: #FFF;
	color: #69AF22;
	white-space: nowrap;
	padding: 6px 15px;
	margin: 10px 0 0 10px;
	line-height: 28px;
	order: 1;
}
#swipebox-title .voteBtn:hover {
	background: #E5E5E5;
}
#swipebox-title .voteBtn .sprt,
#swipebox-title .votedBtn .sprt {
	display: inline-block;
	vertical-align: -6px;
	margin-left: 5px;
}
#swipebox-title .votedBtn {
	background: #003F7D;
	color: #FFF;
	border-width: 2px 2px 0 2px;
	border-color: #FFF;
	border-style: solid;
	padding: 5px 13px;
	cursor: default;
}

/* jQuery Carousel version 0.1.6 by Michael Lehmann */
.vc_carousel { position:relative; margin:0; padding:0; list-style:none; visibility:visible !important; }
.vc_carousel_container{ position:relative; margin-bottom: 0.714em;  }
.vc_carousel_pages { text-align:center; position:absolute; bottom:10px; left:0; width:100%; z-index:2; }
.vc_carousel_sprite { background:url(../img/jQuery_vc_carousel/vc_carousel_sprite.png) no-repeat 0 0; }
.vc_carousel_item {
	display: block;
    left: 0;
    position: absolute;
    top: 0;
	width:100%;
	margin:0;
	padding:0;
}
.vc_carousel_button {
	margin:0;
	padding:0;
	border:none;
	cursor:pointer;
	display:block;
	z-index:2;
}
.vc_carousel_page {
	background-position:0 0;
	width:24px;
	height:24px;
	display:inline-block;
}

.vc_carousel_next, .vc_carousel_prev  { width:48px; height:48px; position:absolute; top:50%; margin-top:-24px; }
.vc_carousel_next { background-position:-168px 0; right:20px; }
.vc_carousel_prev { background-position:-24px 0; left:20px; }
.vc_carousel_next:hover { background-position:-120px 0; }
.vc_carousel_prev:hover { background-position:-72px 0; }
.vc_carousel_button.aktiv { background-position:0 -24px; }
.vc_carousel_title_trigger { width:48px; height:48px; background-position:-216px 0; }
.vc_carousel_button span { display:none; }

.vc_carousel_preloader {
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	bottom:0;
	right:0;
	display:none;
	background:#FFF url('../img/jQuery_vc_carousel/preloader_294.gif') no-repeat center center;
	z-index:3;
	overflow:hidden;
}
.vc_carousel_preloader span {
	position:absolute;
	top:50%;
	left:50%;
	margin:24px -100px 0;
	display:block;
	width:200px;
	font-size:18px;
	line-height:24px;
	font-style:italic;
	text-align:center;
}
.js .vc_carousel_preloader { display:block; }

/* OVERLAY */
.vcModalOverlay {
	height: 100%;
	width: auto;
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 199;
	background: no-repeat 50% 50%;
	background-color: rgba(255,255,255,.8);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	opacity: 0;
	visibility: hidden;
}
.vcModalOverlay.show,
.vcModalSwitch:checked + .vcModalTarget .vcModalOverlay {
	opacity: 1;
	visibility: visible;
}
.vcModalSwitch:checked + .vcModalTarget .vcModalOverlay {
	z-index: 999;
}
.vcModalOverlay.loading {
	background-image: url('../img/jQuery_vc_carousel/preloader_294.gif');
}
.vcModalOverlay .content {
	margin: 0 15px;
	position: relative;
}
.vcModal {
    top: -50%;
    position: fixed;
	left: 0;
	width: 100%;
    z-index: 200;
	-webkit-transition: top .3s cubic-bezier(0,.5,.5,1), opacity .5s ease;
	transition: top .3s cubic-bezier(0,.5,.5,1), opacity .5s ease;
	text-align: center;
	opacity: 0;
	visibility: hidden;
}
.vcModal.show,
.vcModalSwitch:checked + .vcModalTarget .vcModal {
	top: 0;
	bottom: 0;
	opacity: 1;
	overflow: auto;
	visibility: visible;
}
.vcModalSwitch:checked + .vcModalTarget .vcModal {
	z-index: 1000;
}

.vcModal .modalMsg {
	display: block;
	background: #FFF;
	border: 2px dotted #003E7C;
	padding: 15px;
	margin: 10% 15px 15px;
	text-align: left;
}
.vcModal .modalMsg .wrap .wrapMore {
	position: relative;
	z-index: 1;
}

.vcModal .modalMsg .cancelBtn {
	padding: 5px;
	float: right;
	background: #E8EAED;
}
.vcModal .modalMsg .modalMsgHeadline {
	margin-top: 0;
	text-align: center;
}
.vcModal .vcModalClose {
	position: absolute;
	display: block;
	right: -30px;
	top: -30px;
	cursor: pointer;
	padding: 5px;
	line-height: 20px;
	text-align: center;
	background: #3075b7;
	color: #fff;
	height: 30px;
	width: 30px;
	border-radius: 15px;
	-webkit-transition: all .3s;
	transition: all .3s;
	z-index: 1;
}
.vcModal .vcModalClose:hover {
	background: #69af22;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}


@media only screen and (min-width: 960px) {
	.vcModal .modalMsg {
		margin-left: auto;
		margin-right: auto;
		width: 60%;
		max-width: 960px;
	}
}

/* MODAL */
.modal {
    top: -100%;
    position: fixed;
	left: 0;
	width: 100%;
    z-index: 200;
	text-align: center;
	opacity: 0;
}


/*
	CSS Icons
	*/
.vcCssIcon {
	position: relative;
	display: inline-block;
}
.vcCssIconCheck {
	height: 1em;
	width: .667em;
	border-right: .1875em solid #000;
	border-bottom: .1875em solid #000;
	transform: rotate(45deg);
	margin: 0 .2em;
}
.vcCssIconArrowDown {
    width: 1em;
	height: 1em;
    margin: 0 .2em;
}
.vcCssIconArrowDown:after {
	content: '';
	display: block;
	font-size: .667em;
	width: 1em;
	height: 1em;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -.375em;
	margin-left: -.5em;
	transform: rotate(-45deg);
	border-left: 3px solid #000;
	border-bottom: 3px solid #000;
}
.vcCssIconClose {
	height: 100%;
	width: 100%;
	display: block;
}
.vcCssIconClose:before,
.vcCssIconClose:after {
	position: absolute;
	left: 50%;
	top: 50%;
	content: '';
	background: #fff;
	display: block;
	width: 100%;
	height: .1875em;
	margin-top: -.09375em;
	margin-left: -50%;
}
.vcCssIconClose:before {
	transform: rotate(45deg);
}
.vcCssIconClose:after {
	transform: rotate(-45deg);
}


/*
	Privacy & Cookies
	*/
	
#privacySetup,
#privacySetup *,
#privacySetup *:after,
#privacySetup *:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#privacySetup .vcCssIconCheck {
	border-right-color: #fff;
	border-bottom-color: #fff;
}
#privacySetup a {
	text-decoration: underline;
}
#privacySetup .btn {
	text-decoration: none;
}
#privacySetup .btn-low {
	text-decoration: underline;
}
#privacySetup .btn:hover {
	text-decoration: none !important;
}
.vcPrivacyOptsLine input {
	display: none;
}
.vcPrivacyOptsLine label {
	display: block;
	font-weight: bold;
	min-height: 2em;
	padding-right: 4em;
	position: relative;
	cursor: pointer;
	float: none;
}
.vcPrivacyOptsLine label .hint {
	font-weight: normal;
	margin: 0;
	line-height: normal;
}
.vcPrivacyOptsLine label .state {
	position: absolute;
	top: 0;
	right: 0;
	width: 3em;
	height: 1.5em;
	box-shadow: 0 1px 3px rgba(0,0,0,.5) inset;
	background: #C00;
	border-radius: .75em;
	display: block;
	transition: all .3s;
}
.vcPrivacyOptsLine label .state:after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	width: 1.25em;
	height: 1.25em;
	background: #fff;
	border: 1px solid #ccc;
	margin-top: -.625em;
	margin-left: -1.375em;
	border-radius: .625em;
	transition: all .3s;
}
.vcPrivacyOptsLine input:checked + label .state {
	background: #00b300;
}
.vcPrivacyOptsLine input:checked + label .state:after {
	margin-left: .125em;
}

.vcPrivacyOptsLine input:disabled + label {
	pointer-events: none;
}
.vcPrivacyOptsLine input:disabled + label .state {
	background: #ddd;
}

.vcPrivacyOptsLineWrap + .vcPrivacyOptsLineWrap {
	margin-top: 1.5em;
}
.vcPrivacyMoreInfoTrigger {
	padding: .5em 0 0;
	display: block;
}
.vcPrivacyMoreInfoTrigger .vcCssIconArrowDown {
	margin: 0 0 0 .5em;
	transition: transform .3s;
	float: none !important;
	display: inline-block !important;
}

.vcPrivacySlideDownSwitch ~ .vcPrivacySlideDownTarget {
	max-height: 0;
	transition: max-height .3s cubic-bezier(0,1,0,1), padding .3s, overflow 0s;
	overflow: hidden;
}
.vcPrivacySlideDownSwitch:checked ~ .vcPrivacySlideDownTrigger .on {
	display: inline;
}
.vcPrivacySlideDownTrigger .on,
.vcPrivacySlideDownSwitch:checked ~ .vcPrivacySlideDownTrigger .off {
	display: none;
}
.vcPrivacySlideDownSwitch:checked ~ .vcPrivacySlideDownTrigger .vcCssIcon {
	transform: rotate(180deg);
}
.vcPrivacySlideDownSwitch:checked ~ .vcPrivacySlideDownTrigger .vcCssIconArrowDown:after {
	margin-top: -1em;
}
.vcPrivacySlideDownSwitch:checked ~ .vcPrivacySlideDownTarget {
	max-height: 10000px;
	padding-top: .625em;
	transition: max-height .3s cubic-bezier(1,0,1,0), padding .3s;
	animation: 0s linear 0.3s 1 normal both running delayOverflow;
}

.vcPrivacyDefList {
	padding: 0;
	margin: 0;
	font-size: .8em;
}
.vcPrivacyDefList dt {
	padding: .3125em 0 0;
	font-weight: bold;
	text-align: left;
	margin: 0;
}
.vcPrivacyDefList dd {
	font-weight: normal;
	text-align: left;
	padding: 0 0 .3125em;
	margin: 0;
}
.vcPrivacyDefList dt:first-child {
	padding-top: 0;
}
.vcPrivacyDefList dd:last-child {
	padding-bottom: 0;
}

#vcPrivacySetupSubmit {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 1em;
}
.vcPrivacyOverlayTrigger {
	cursor: pointer;
}

.vcPrivacyNoPermission {
	background: #f2f2f2;
	border: 1px solid #ddd;
	text-align: center;
	padding: 1em;
    display: flex;
    flex-direction: column;
    justify-content: center;
	align-items: center;
}

@media (min-width: 640px) {
	.vcPrivacyDefList dt {
		clear: left;
		float: left;
		padding: .25em 0;
		width: 25%;
	}
	.vcPrivacyDefList dd {
		padding: .25em 0 .25em 20px;
		margin: 0;
		width: 75%;
		float: left;
	}
	.vcPrivacyDefList dt:first-child,
	.vcPrivacyDefList dt:first-child + dd {
		padding-top: 0;
	}
	.vcPrivacyDefList dt:nth-last-child(2),
	.vcPrivacyDefList dt:nth-last-child(2) + dd {
		padding-bottom: 0;
	}
	
	#vcPrivacySetupSubmit {
		margin-left: auto;
		margin-right: auto;
		width: 50%;
	}
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
 
.js .jsHidden2 {
    display: none;
}

.js .jsHidden,
.no-js .noJsHidden,
.hidden,
.versteckt {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

.clear {
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
}

/* SPRITES */
.sprt,
footer .mailIcon:before,
.ipWrap .selVal:after {
	background:url(../img/sprt.png?v=2) no-repeat left top;
	overflow:hidden;
	display:block;
	text-indent:-999em;
	text-align:left;
}

.iconAdd { background-position:-432px -80px; }
.iconBackBlue,
.iconLess { background-position:-336px -80px; }
.iconClose { background-position:-72px -104px; }
.iconDownloadBlue { background-position:-48px -104px; }
.iconFileDefaultGrey { background-position:0 -104px; }
.iconFileDefaultWhite { background-position:-264px -80px; }
.iconGo { background-position:-48px -80px; }
.iconImageDefaultGrey { background-position:-24px -104px; }
.iconFontSizeBigger { background-position:-24px -80px; }
.iconFontSizeSmaller { background-position:0px -80px; }
.iconMenu { background-position:-456px -80px; }
.nav-aktiv .iconMenu { background-position:-480px -80px; }
.iconMore { background-position:-312px -80px; }
.iconPrintBlue { background-position:-408px -80px; }
.iconSubNavTrigger { background-position:-432px -80px; }
.iconTopBlue { background-position:-360px -80px; }
.iconReloadWhite { background-position:-24px -128px; }
.iconReloadBlue { background-position:-48px -128px; }
.iconReloadGrey { background-position:-72px -128px; }
.iconArrowLeftGrey { background-position:-336px -104px; }
.iconArrowTopGrey { background-position:-360px -104px; }
.iconArrowBluSmallLeft { background-position:-96px -80px; }
.iconArrowBluSmallRight { background-position:-72px -80px; }
.iconArrowBluSmallTop { background-position:-120px -80px; }
.nav-trigger.nav-aktiv .iconArrowBluSmallRight,
.iconArrowBluSmallBottom { background-position:-144px -80px; }
.iconInstagramWhite { background-position:-96px -128px; }
.iconFacebookWhite { background-position:-120px -128px; }
.iconLikeWhite { background-position:-480px -56px; }
.iconLikedBlu { background-position:-504px -56px; }

.iconAdd,
.iconBackBlue,
.iconClose,
.iconDownloadBlue,
.iconFileDefaultGrey,
.iconFileDefaultWhite,
.iconGo,
.iconImageDefaultGrey,
.iconFontSizeBigger,
.iconFontSizeSmaller,
.iconLess,
.iconLikeWhite,
.iconLikedBlu,
.iconMenu,
.iconMore,
.iconPrintBlue,
.iconSubNavTrigger,
.iconTopBlue,
.iconReloadWhite,
.iconReloadBlue,
.iconReloadGrey,
.iconArrowRightGrey,
.iconArrowDownGrey,
.iconArrowLeftGrey,
.iconArrowTopGrey,
.iconArrowBluSmallLeft,
.iconArrowBluSmallRight,
.iconArrowBluSmallTop,
.iconArrowBluSmallBottom,
.iconInstagramWhite,
.iconFacebookWhite {
	width:24px;
	height:24px;
}

.iconArrowBluSmallRight { float: right; }
.downloads.isAccordion { padding-bottom: 0.5em !important; }

/* Bildergalerie */
.imgWrap {
	position: relative;
	z-index: 1;
}
.gallery {
	margin: 0 -20px;
}
.imgContainer {
	float: left;
	margin: 0 20px 0.6667em 20px;			
	position: relative;
}
.imgContainer .dl_item {
	padding:10px;
	display:none;
	background:#FFF;
	position:absolute;
	right:0;
	top:0;
}
.imgContainer:hover .dl_item {
	display:block;
}
.imgContainer .dl_item:hover {
	background:#f3f4f5;
}

.img,
.imgGal {
	display:block;
	position: relative;
}
.caption {
	font-size:12px;
	line-height:1.2;
	display:block;
	margin:.33em 0;
	font-weight: 300;
}
.imgLeft {
	float: left;
	margin: 0 20px 10px 0;
}
.imgRight {
	float: right;
	margin: 0 0 10px 20px;
}
.imgLeft .imgWrap + .imgWrap, .imgRight .imgWrap + .imgWrap {
	margin-top: 10px;
}
.imgNone {
	margin-left: -20px;
	margin-right: -20px;
}
.imgNone .left {
	float: left;
	margin-right: 20px;
	margin-left: 20px;
}
.articleImgLeft { float:left; }
.articleImgLeft + .articleWrap { padding-left:20px; }
.articleImgRight { float:right; }
.articleImgRight + .articleWrap { padding-right:20px; }
.articleImgRight, .articleImgLeft { margin-top:10px; }

/* VIDEOS */
.vid { position:relative; display:block; overflow:hidden; }
.vid .playIcon { position:absolute; top:50%; left:50%; margin:-30px 0 0 -40px; width:80px; height:60px; background-position:0 -10px; }
.vid:hover .playIcon { background-position:-80px -10px; }
.vid .video-time {
	position:absolute;
	background:#000;
	color:#FFF;
	display:block;
	padding:3px 6px;
	bottom:0;
	right:0;
	font-weight:bold;
	font-size:10px;
}
.vid .bg_img {
	width: 100%;
	height: auto;
	display: block;
}

/* LINKS */
.link .moreBtn {
	padding: 5px;
	font-weight: bold;
}

/* TABELLEN */
.stdTable {
	width:100%;
	border:none;
	border-spacing:0;
	background:#d4ecfc;
}
.stdTable + .stdTable {
	margin-top:10px;
}
.stdTable tr th,
.stdTable tr td {
	padding:5px 0;
	border-style:dotted;
	border-color:#00a8ec #d4ecfc;
	border-width:2px 10px 0;
}
.stdTable tr:first-child th,
.stdTable tr:first-child td {
	border-top: none;
}
.stdTable tr th,
.stdTable .thead,
.stdTable .thead td {
	font-style: normal;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	color:#003e7c;
}
.stdTable tr th.blank,
.stdTable tr td.blank {
	border:none;
	background:none;
}
.stdTable .moreBtn {
	background-color: transparent;
}
.stdTable tr.noborder td {
	border-top: none;
}
.listCompact .stdTable tr {
	width: 100%;
}

/* PAGE JUMPS */
.jumper {
	margin:10px -10px;
	position:relative;
	height:2em;
}
.jumper .resultStats,
.pagerJumper .divider {
	display:none;
}
.jumper .pagerJumper {
	display:block;
	margin:0 auto;
	position:absolute;
	right:0;
}
.pagerJumper a {
	padding:0;
	margin:0 10px;
	display:block;
	float:left;
	width:2em;
	height:2em;
	color:#FFF;
	background-color:#003E7C;
	text-decoration:none;
	font-weight:bold;
	line-height:2em;
	text-align:center; 
}
.pagerJumper a.aktiv {
	font-style:italic;
	background-color:#69AF22;
}
.pagerJumper a .sprt {
	display:inline-block;
}

.pages {
	text-align:center;
	border-top:1px solid #F2F2F2;
	padding-top:5px;
}
.pages a {
	color:#666;
}
.pages a.enabled {
	font-weight:bold;
}

/* DOWNLOADS */
.downloads {
	background:#D4ECFC;
	padding:0 1em 0 40px;
}
.downloads,
.downloads.listCompact {
	margin:1em 0 1em -40px;
}
.downloads h4 { margin-top:0; }
.downloads ul { margin:-1em; list-style:none; padding:0; }
.downloads li { padding:0; margin:0; font-weight:bold; }
.downloads li:before { display:none; }
.downloads small { font-weight:normal; }

.downloads .grids_2 .gridItem { width:50%; float:left;  }
.downloads .grids_3 .gridItem { width:33.3%; float:left;  }
.downloads .grids_4 .gridItem { width:25%; float:left;  }
.downloads .grids_2 a, .downloads .grids_3 a .downloads .grids_4 a { min-height:55px; }

.download a { display:block; margin:1em; position:relative; min-height:24px; }
.download a.hasImg { padding-left:34px; }
.download img { position:absolute; left:0; top:5px; display:block; }

.downloads .short_description,
.downloads .datei_2010 {
	width:70px;
	text-align:center;
}

.downloads .video video {
	display: block;
	height: auto;
	width: 100%;
}

.audio .mejs__container,
.video .mejs__container {
	background: #003e7c;
}
.audio .mejs__audio .mejs__controls:not([style*="display: none"]) {
	background: none;
}

aside .downloads {
	margin-left: 0;
	margin-right: -40px;
    padding: 10px 50px 10px 10px;
}
aside .downloads ul { margin:0; }
aside .downloads a { margin:.5em 0; }

/* DIRECT TO-Box */
.directTo {
	font-size:1.133em;
	margin:0;
}
.directTo .boxHead {
	padding:5px 0;
	display:block;
	font-size:1.059em;
}
.directTo * {
	color:#777;
	line-height:1.25em;
}
.directTo a { text-decoration:none; }
.directTo ul {
	list-style:none;
	padding:0;
	margin:0;
}
.directTo li:before {
	content:'>';
	display:inline-block;
	margin-left:-12px;
	position:absolute;
}
.directTo li {
	position:relative;
	border-top: 2px dotted #777;
	margin:0;
	padding:5px 0 5px 12px;
}

/* COLLAPSIBLE CONTENT */
.nav-reduced {
	display:none;
	z-index:1;
}
.nav-expanded {
	display:block;
}
.nav-trigger {
	cursor:pointer;
}

/* FORMS */
.form {
	margin: 0.6667em 0;
}

.form legend, .form .legend {
    font-size: 1.3333em;
	line-height: 1.2;
	margin: 1em 0 .5em 0;
	font-weight: 300;
	display:block;
	width:100%;
	float:none;
}

.form .duty {
	font-weight:normal;
	font-style:italic;
	padding-left:1em;
	float:right;
	color:#003e7c;
}
.form .hint .duty {
	padding-left:0;
	float:none;
}

.optsContainer {
	background:#D4ECFC;
	padding:0 .66667em;
}
.optsDuty, .optsError {
	padding-left:.33334em;
	border-left:.33333em solid #003E7C;
}
.optsError {
	border-left-color: #C00;
}

.optsContainer + .optsContainerGroupWrap,
.optsContainerGroupWrap + .optsContainer,
.optsContainerGroupWrap + .optsContainerGroupWrap,
.optsContainer + .optsContainer,
.clear + .optsContainer,
fieldset + .optsContainer {
	margin-top:1em;
}
.optsContainer label {
	display:none;
}

.optsContainer label .shortInfo,
.form .legend .shortInfo {
	display:block;
	font-size:.8em;
	font-weight:normal;
}
.optsContainer input + label {
	display:inline-block;
	padding:0 1.5em 0 .25em;
}
.optsContainer input,
.optsContainer textarea, 
.optsContainer select, 
.optsContainer .optsBlock,
.optsContainer .selVal {
	padding:.667em 0;
	display:block;
	width:100%;
	background:#D4ECFC;
	color:#003F7D;
	border:none;
	line-height: 1.4667;
}
.optsRadio,
.optsCheckbox {
	padding-top:.667em;
	padding-bottom:.667em;
}
.optsRadio *,
.optsCheckbox * {
	line-height: 1.4667;
}
.optsRadio label,
.optsCheckbox label,
.optsCaptcha label {
	display: block;
	padding-right: 0;
	padding-bottom: .333em;
}
.optsRadio label:last-child,
.optsCheckbox label:last-child,
.optsCaptcha label:last-child {
	padding-bottom: 0;
}
.optsRadio .optsBlock,
.optsCheckbox .optsBlock,
.optsCaptcha .optsBlock {
	padding-bottom:0;
	padding-top:0;
	display:inline-block;
}
.optsRadio .optsBlock + .optsBlock,
.optsCheckbox .optsBlock + .optsBlock {
	padding-top:.333em;
}
.optsBlock input,
.optsBlock textarea {
	padding-bottom: 0;	
}
.optsInline {
	display:inline-block;
}
.optsLine {
	display:block;
}
.optsWrap {
	position: relative;
	padding-left: 1.5em;
	display:inline-block;
}
.optsContainer .optsWrap.optsDisabled {
	opacity: .5;
}
.optsContainer .optsWrap input {
	position: absolute;
	left: 0;
	top: .25em;
}
.optsContainer .optsWrap label {
	padding-left: 0;
}
.optsContainer.optsStateIcon {
	position: relative;
}
.optsContainer.optsStateIcon .icon {
	position: absolute;
	right: .6667em;
	top: 1.4em;
	margin-top: -8px;
	height: 16px;
	width: 16px;
}
.optsContainer.optsStateIcon .iconLoading {
	background: url(../img/preloader_91.gif) no-repeat 50% 50%;
}

.optsContainer .optsWrapLine {
	display: block;
}
.optsContainer .optsWrapLine label {
	padding: 0;
	display: block;
}

.optsContainer .inputShort,
.optsContainer .inputLong {
	float:left;
	margin-left:6%;
}
.optsContainer .inputShort {
	width:30%;
}
.optsContainer .inputLong {
	width:64%;
}
.optsContainer .inputShort:first-child,
.optsContainer .inputLong:first-child {
	margin-left:0;
}

.optsContainer input[type="radio"],
.optsContainer  input[type="checkbox"] {
	border:0 none;
	width:auto !important;
	min-width:0 !important;
	display:inline;
	padding:0;
}

.optsContainer .optsNfo {
	padding-top:.33em;
}

.optsContainer select option[value=""] {
	font-style: italic;
}
.ipWrap {
	position:relative;
	overflow:hidden;
	margin-right: -.66667em;
}
.optsContainer.ipWrap {
	margin-right: 0;
}
.ipWrap select {
	height: 3em;
}
.ipWrap .selVal {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	padding-left:.75em;
	padding-right:.75em;
	width:auto;
}

.ipWrap .selVal:after {
	position:absolute;
	right:.75em;
	top:.75em;
	content:'';
	width:24px;
	height:24px;
	background-position:-384px -80px;
}

.optsDatepicker .ui-datepicker {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


.optsContainer .optsCaptchaGraphics {
	width: 100%;
	height: auto;
	display: block;
	margin-top: .667em ;
}
.optsContainer .captchaReload {
	display: block;
	padding-top: .333em;
	margin-left: 10px;
	cursor: pointer;
	float: right;
}
.optsContainer .captchaReload .sprt {
	display: inline-block;
	vertical-align: -.45em;
}
.optsCaptcha input {
	padding: .6em;
	width: calc(100% - 1.334em);
	border: .067em solid #003F7D;
	background: #fff;
}


/*
 * jQuery File Upload Plugin CSS 1.3.0
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */

.fileinput-button {
	position: relative;
	overflow: hidden;
}
.fileinput-button input {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	opacity: 0;
	font-size: 200px;
	direction: ltr;
	cursor: pointer;
}

.fileupload-buttonbar .btn,
.fileupload-buttonbar .toggle {
	margin-bottom: 5px;
}
.progress {
    background-color: #E5E5E5;
    height: 20px;
    overflow: hidden;
}
.progress .progress-bar {
    color: #fff;
    float: left;
    height: 100%;
    line-height: 20px;
    text-align: center;
    transition: width 0.6s ease 0s;
    width: 0;
	background: #003E7C;
	filter: none;
}
.fileupload-progress:not(.fade) {
	opacity: 1;
	margin-top: 15px;
}
.fileupload-processing .fileupload-process,
.files .processing .preview {
	display: block;
	width: 32px;
	height: 32px;
	background: url("../img/jQuery-File-Upload/loading.gif") center no-repeat;
	background-size: contain;
}

.fileupload-queue:not(.fade) {
	border: none;
	background-color: transparent;
    margin: 0 -7px -15px -8px;
    padding: 15px 0 0;
	position: relative;
}
.fileupload-uploaded-container .legend,
.fileupload-queue .legend {
	text-transform: uppercase;
	letter-spacing: .05em;
	line-height: 1.333em;
	font-size: 1em;
	margin: 0 7px 15px 8px;
	display: block;
	width: auto;
	border-bottom: 2px dotted #003F7D;
}
.fileupload-uploaded-container .legend {
	margin: 0;
}
.fileupload-container {
	border: solid 1px #cdcdcd;
	background-color: #cdcdcd;
	width: 100%;
	width: calc(100% - 15px);
	padding: 10px;
	margin: 0 7px 15px 8px;
	float: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.fileupload-container .progress {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 5px;
	opacity: 0;
	border-radius: 0;
	box-shadow: none;
	transition: opacity 0.15s linear 0s;
}
.fileupload-container .progress .progress-bar {
	box-shadow: none;
}
.fileupload-container.fileupload-in-progress .progress {
	opacity: 1;
}
.fileupload-container .fileName {
	font-weight: bold;
	margin-bottom: .5em;
	display: block;
	overflow: hidden;
    text-overflow: ellipsis;
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
.fileupload-container .btn {
	padding-top: .25em;
	padding-bottom: .25em;
}
.fileupload-container:nth-child(2n+2) {
	clear: left;
}
.fileupload-in-progress {
	border-color: #8bbad6;;
	background-color: #FFF;
}
.fileupload-success {
	border-color: #003E7C;
	background-color: #fff;
}
.fileupload-failed {
	border-color: #cc0000;
	background-color: #fff;
}

.fileupload-container .fileupload-preview {
	float: left;
	margin-right: 2%;
}
.fileupload-container .fileupload-preview .preview {
	display: block;
	width: 75px;
	height: 75px;
	background: url("../img/jQuery-File-Upload/loading.gif") no-repeat 50% 50%;
	background-size: contain;
}
@media (min-width: 640px) {
	.fileupload-container {
		width: 50%;
		width: calc(50% - 15px);
	}
}


/* FILE UPLOAD */
.optsUploadContainer > label,
.optsUploadContainer > .error + label {
	display: block;
	padding-top: 5px;
}
.optsUploadContainer > label .duty {
	display: none;
}
.optsContainer .optsFileUpload {
	margin: 0;
	padding: 10px 0 0;
	border-top-width: 0;
	border-left-width: 0;
	border-right-width: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.optsContainer .optsFileUpload .fileupload-uploaded-container:not(.fade) {
	padding: 0;
	margin: 1rem 0 0;
	opacity: 1;
}
.optsContainer .optsFileUpload .fileupload-uploaded .img {
	float: left;
	margin-right: 15px;
	width: 100px;
}
.optsContainer .optsFileUpload .fileupload-stats + hr {
	margin: 0;
	background:#fff;
}
.optsContainer .optsFileUpload .fileupload-uploaded {
	list-style: none;
	margin: 0;
	padding: 0;
}
.optsContainer .optsFileUpload .fileupload-uploaded li:before {
	display: none;
}
.optsContainer .optsFileUpload .fileupload-uploaded li {
	padding: 8px 0;
	margin: 0;
}
.optsContainer .optsFileUpload .fileupload-uploaded li + li {
	border-top: 2px dotted #00a8ec;
}
.optsContainer .optsFileUpload .fileupload-uploaded li button {
	float: right;
	padding: 5px;
	margin: -3px 0 -3px -5px;
}
.optsContainer .optsFileUpload .fileupload-uploaded li button:hover {
	background: #FFF;
}
.optsUploadContainer .optsBlock + .optsNfo {
	margin-top: 15px;
}
.formUploadedFiles li {
    line-height: 30px;
}
.formUploadedFiles li:before {
    top: 13px;
}
.formUploadedFiles .imgButtons {
    border: medium none;
    margin: 0 0 0 5px;
    padding: 5px;
    vertical-align: -3px;
	background:#FFF;
}

/* BUTTONS */
.form .btnContainer {
	text-align:right;
	margin: 0.6667em 0;
}
.form .btnContainer button {
	margin: 0;
	padding: .25em .5em;
	border:none;
	background:#4C78A4;
	font-weight:300;
	font-size:2em;
	line-height:1em;
	color:#FFF;
	letter-spacing:.05em;
	display:inline-block;
	transition: all .3s;
}
.form .btnContainer button:hover {
	background: #003E7C;
}

.moreBtn,
.backBtn {
	background-color:#E8EAED;
	color: #003E7C;;
}
.moreBtn {
	padding:0 5px 0 10px;
}
.backBtn {
	padding:0 10px 0 5px;
}
.moreBtn .iconMore,
.backBtn .iconLess {
	display:inline-block;
	vertical-align:-7px;
}


/* ARTICLES IN CONTENT */
#main .article.standardStyle > h1,
#main .article.standardStyle > h2,
#main .article.standardStyle > h3,
#main .article.standardStyle > h4,
#main .article.standardStyle > h5,
#main .article.standardStyle > h6,
#main .article.standardStyle > p,
#main .article.standardStyle > ul {
	padding-right:80px;	
}
#main article {
	margin-top:.66667em;
}
#main article > :first-child,
#main article > :first-child + h1,
#main article > :first-child + h2,
#main article > :first-child + h3,
#main article > :first-child + h4,
#main article > :first-child + h5,
#main article > :first-child + h6 {
	margin-top:0;
}

#main article .navSub {
	background:#D4ECFC;
	margin:0 0 0 -40px;
	padding:.5em 1em 1em 40px;
}
#main article .navSub .navHead {
	display: block;
    font-size: 1.333em;
    padding-bottom: .25em;
}
#main article .navSub li {
	border-color: #00a8ec;
    border-style: dotted;
    border-width: 2px 0 0 0;
	padding: .5em 1em .5em 1.25em;
	margin-left:0;
}
#main article .navSub li:before {
	background:#003e7c;
	top: 0.9em;
}
#main article .navSub li:first-child {
	border-top-width: 0;
}
#main article .navSub li li {
	border:none;
	padding: .25em 0;
}
#main article .navSub li li:before {
	display:none;
}

/* GRID */
.gridContainer {
	margin:0 -1.5%;
}
.gridContainer .gridItem {
	margin:0 1.5%;
	width: 97%;
	float:left;
	position:relative;
}
.gridContainer .grid_25,
.gridContainer .grid_20 {
	width: 47%;
}

.gridContainer .imgWrap img {
	width:100%;
	height:auto;
	display:block;
}
@media (min-width: 560px) {
	.gridContainer .grid_50 {
		width:47%;
	}
	.gridContainer .grid_33 {
		width:30.3333%;
	}
	.gridContainer .grid_25 {
		width:22%;
	}
	.gridContainer .grid_20 {
		width:17%;
	}
}

.gridWrap {
	margin: 10px -10px -20px;
	clear: both;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	box-sizing: border-box;
}
.gridWrap .gridSizer {
	width: 8.33%;
}
.gridWrap .articleGrid {
	padding: 0 10px 20px;
	float: left;
	position: relative;
	box-sizing: border-box;
}
.gridWrap .leftContainer,
.gridWrap .rightContainer {
	width: 100%;
}
.gridWrap .rightContainer {
	float: right;
}
.articleGrid {
	position: relative;
	z-index: 1;
	width: 100%;
	flex: 0 0 auto;
}
@media (min-width: 400px) {
	.gridWrap .gridWidth_25 {
		width: 50%;
	}
}

@media (min-width: 560px) {
	.gridWrap .gridWidth_50,
	.gridWrap .leftContainer,
	.gridWrap .rightContainer {
		width: 50%;
	}
	.gridWrap .gridWidth_33 {
		width: 33.33%;
	}
	.gridWrap .gridWidth_25 {
		width: 25%;
	}
}

/* kompakte Liste */
.listCompact {
	background:#D4ECFC;
	margin:0 0 0 -40px;
	padding:.5em 0 2em 30px;
}
.listCompact td {
	vertical-align:top;
}
.listCompact .datei_2010 {
	min-width:25%;
}
.listCompact .bild_2010 {
	text-transform:uppercase;
}
.listCompact .bild_2010 .sprt {
	display:inline-block;
	vertical-align:-.5em;
}
.listCompact .nowrap {
	white-space:nowrap;
}
.listCompact .datei_2010.nowrap {
	text-transform:uppercase;
	letter-spacing:.05em;
	min-width:0;
}
.listCompact td > :first-child {
	margin-top:0;
}
.listCompact td > :last-child {
	margin-bottom:0;
}

/* START */
#newsList .newsItem {
	background:#FFF;
	display:block;
}
.newsItem .imgWrap, .gridItem .imgWrap {
	width:100%;
	height: 0;
    padding-bottom: 52%;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	display:block;
	position:relative;
	z-index:auto;
}
.newsItem .imgWrap .caption, .gridItem .imgWrap .caption {
	background:#003E7C;
	color:#FFF;
	position:absolute;
	left:-10px;
	top:20px;
	border-left:10px solid #69AF22;
	padding:5px 10px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	max-width: 90%;	
	margin:0;
}
.newsItem .info { padding:10px; overflow:hidden; }
.newsItem .info :first-child { margin-top:0; }
.newsItem .info :last-child { margin-bottom:0; }

.newsItem h1 {
	color:#69AF22;
	font-weight:bold;
	font-size:1.4667em;
}
.newsItem .iconMore, .gridItem .iconMore {
	position:absolute;
	right:5px;
	bottom:5px;	
}

.bigPicture .imgWrap {
	 padding-bottom: 104%;
}
.bigPicture .imgWrap .caption {
	z-index:2;
}
.bigPicture .info {
	position:absolute;
	background:#FFF;
	left:0;
	top:20px;
	padding-top:34px;
	padding-bottom:34px;
	margin-right:70px;
}

/* GOOGLE MAPS */
.map_canvas {
	font-family: VistaSans, Calibri, Verdana, Arial, sans-serif;
	height: 600px;
	position: relative;
}
.map_canvas > iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	border: none;
}
.map_shorter {
	height:400px;
}
.map_canvas .gm-style .gm-style-iw {
	font-size:15px;
	color:#003e7c;
}
.map_canvas .gm-style .gm-style-iw p {
	margin:0;
}
.map_canvas .gm-style .gm-style-iw p+p {
	margin-top:0.6667em;
}

.map_form .btnContainer {
	text-align:left;
}

/* NOTIZ */
.disturbance_info {
	margin-top: 2em;
	font-weight: bold;
	text-align: center;
}
.disturbance_content > *:first-child {
	margin-top: 0;
}
.disturbance_content > *:last-child {
	margin-bottom: 0;
}
#disturbanceRetrun {
	margin-top:  2em;
	text-align: center;
}
#disturbanceRetrunAside .btn {
	text-transform: uppercase;
	letter-spacing: .05em;
	line-height: 1.333em;
	display: block;
	padding: 0;
	margin:  0;
	text-align:  left;
	font-weight:  bold;
	background:  none !important;
	color: inherit;
}
#disturbanceRetrunAside .btn:before {
	content: '>';
	width: 10px;
	display: inline-block;
	padding-right: 5px;
}
@media (max-width: 649px) {
	#disturbanceRetrunAside {
		display:  none;
	}
}


/* INSTALLATEUR-VERZEICHNIS */
#installateurVZ {
	background:#D4ECFC;
	margin-left:-40px;
	padding-left:30px;
}
#installateurVZ .stdTable td {
	vertical-align:top;
}

#installateurVZ .wordWrap, #installateurVZ .contact {
	white-space:nowrap;
	font-style:normal;
}

/* BAUSTELLEN */
#baustellen {
	padding-right:80px;
}
.baustelle dl {
	margin-top:0;
	margin-bottom:0;
}
.baustelleList dl dt {
	width: 20%;
	text-align:left;
}
.baustelleList dd {
	padding: 0 0 0 2.8571%;
	width: 77.1429%;
}
.baustelleDetail dl {
	background:#d4ecfc;
	padding:0.6667em 0;
}
.baustelle dd :first-child {
	margin-top:0;
}
.baustelle dd :last-child {
	margin-bottom:0;
}
.baustelle dd li {
	margin-left:0;
}
.baustelle h3 .moreBtn, .baustelle h1 .backBtn {
	font-weight:bold;
}
.baustelle h3 {
	color: #69AF22;
}
.baustelle h3 .moreBtn {
	font-size: .75em;
	line-height: 2em;
	display: inline-block;
	vertical-align: .2em;
	margin-left: 1em;
}
.baustelle h1 .backBtn {
	display:block;
	float:right;
	font-size:.5em;
	line-height: 2em;
}

/* FORM ZAEHLERSTAND */
#zaehlerWrapper .optsZaehler .inputShort {
	width:20%;
}
#zaehlerWrapper .optsZaehler .z_nr {
	width:48%;
}
#zaehlerWrapper .more {
	font-size:1em;
	position:relative;
	padding:.5em 1em .5em 2em;
	
}
#zaehlerWrapper .more .iconAdd {
	position:absolute;
	left:.25em;
	top:50%;
	margin-top:-12px;
}

/* SITEMAP */
#sitemap > ul {
    margin: -.5%;
    padding: 0;
}
#sitemap ul {
	list-style:none;
}
#sitemap li ul {
	margin:0;
	padding: 0.5em 1em;
	font-size:1em;
	background: #d4ecfc;
}
#sitemap li ul ul {
	padding:0;
	margin:0;
}

#sitemap li {
	margin:1%;
	width:48%;
}
#sitemap li li {
	margin:0;
	width:auto;
	position:relative;
	padding: .5em 0 .5em 1.25em;
	border-bottom: 2px dotted #00a8ec;
}
#sitemap li li:last-child,
#sitemap li li li {
	border-bottom:none;
}
#sitemap li li li {
	padding: 0 0 0 1em;
}
#sitemap li li li li {
	padding-left:0;
}

#sitemap li li:before {
    background: #69af22;
    content: "";
    display: block;
    height: 0.6em;
    left: 0;
    position: absolute;
    top: 0.9em;
    width: 0.6em;
}
#sitemap li li li:before {
    background: #003e7c;
	top: .5em;
	width: .4em;
	height: .4em;
}
#sitemap li li li li:before {
	display: none;
}

#sitemap li a {
	padding: .25em 0;
	display: block;
	letter-spacing: .05em;
	font-size: 1.25em;
    line-height: 1.333em;
	font-weight:bold;
}
#sitemap li:last-child a {
	border-bottom:none;
}
#sitemap li li a {
	padding: 0;
	font-size: 1em;
	line-height:1.5em;
	border:0;
	text-transform: uppercase;
	font-weight:bold;
}
#sitemap li li li a {
	font-weight:normal;
	text-transform:none;
}
#sitemap li li li li a {
}

/* FORM GUIDED TOURS */
#tourForm .tourWrap .optsContainer + .colLeft,
#tourForm .tourWrap .optsContainer + .colLeft + .colRight {
	margin-top: 1em;	
}

/* EVENTS LIST */
.event h2 { margin-top:0; }
.eventData { text-align:right; padding:.42857em 0; }
.eventData .dateFromTxt { display:block; }

.eventData p { margin:0 0 0.5em 0; font-size:0.92857em; line-height:1.23077; }
.eventData .dateText { font-weight:bold; }
.eventInfo h3 { margin-top:0; }
.eventInfo h3 .sprt {
	float: right;
}
.eventInfo p { margin:0 0 0.5em 0; }
.eventInfo small { font-weight:normal; }
.eventSubData p {
	margin-bottom: 0;
}
.eventSubData p+p {
	margin-top: 0;
}
.eventSubData .key {
	font-weight: bold;
}
.events .event {
	margin-top:.5em;
	margin-bottom:.5em;
}
.events .event + .event {
	margin-top:1em;
}
#main .events .event .eventData {
	margin-top: .33em;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media (max-width: 768px) {
	.container_12 {
		width:100%;
	}
	.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
		margin:0%;
		padding-left:10px;
		padding-right:10px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	/* Grid >> Children (Alpha ~ First, Omega ~ Last) */
	.alpha { padding-left: 0; }
	.omega { padding-right: 0; }
	
	body {
		min-width:0;
	}
	body #wrapper {
		width: auto;
	}
	
	header {
		-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .75);
	    box-shadow: 0 0 10px rgba(0, 0, 0, .75);
	}
	#topContainer {
		padding:0 10px 0 30px;
		height:auto;
		margin-left:60px;
	}
	#fontSizer, #siteTools {
		display:none;
	}
	#quickSrcBox, #navStd {
		height:30px;
		margin-top:20px;
		margin-left:0;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		display:block;
		float:left;
	}
	#navStd {
		padding-right:30px;
		width:55%;
		overflow:hidden;
	}
	#navStd ul {
		text-align:right;
	}
	#navStd li {
		display:inline-block;	
		float:none;
	}
	#quickSrcBox {
		padding-right:30px;
		width:45%;
	}
	#srcBoxQ, #navStd a {
		line-height:30px;
		height:30px;
	}
	#quickSrcBox button {
		padding:3px;
	}
	#logoContainer {
		padding: 0;
	}
	#logoContainer h1, #slogan {
		padding: 30px;
	}
	#slogan {
		font-size: 1.5em;
		margin-top:42px;
	}
	
	/* MAIN NAVIGATION */
	#navMain {
		position:absolute;
		left:0;
		top:0;
		z-index:110;
		
		background:none;
		width:100%;
		min-width:190px;
		max-width:500px;
		min-height:100%;
		height:100%;
		display:block;
		padding-right:50px;

		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-box-shadow: none;
		box-shadow: none;
		pointer-events:none;
	}
	#navMain .nav {
		background:#69AF22;
		display:none;
		pointer-events:auto;
		min-height:100%;
	}
	#navMain > .nav-expanded {
		display:block;
		-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .25);
	    box-shadow: 0 0 10px rgba(0, 0, 0, .25);
	}
	#navMainTrigger {
		pointer-events:auto;
		display:block;
		border:0;
		padding:13px;
		margin-right:-50px;
		background:#69AF22;
		position:absolute;
		z-index:0;
	}
	#navMainTrigger.nav-aktiv {
		background:#8FC359;
		margin-right:0;
	}
	#navMainTrigger .iconMenu {
		display:block;
	}
	#navMain > ul.nav {
		margin-right:0;
		width:auto;
		display:block;
	}
	#navMain > ul.nav, #navMainTrigger {
		-webkit-transition:right .33s ease-out, margin-right .33s ease-out;
		transition:right .33s ease-out, margin-right .33s ease-out;
		right:100%;
	}
	#navMain > ul.nav.nav-expanded, #navMainTrigger.nav-aktiv {
		right:0%;
	}
	
	#navMain > ul > li > a.nav-aktiv {
		background: #E8EAED;
		color: #003F7D;
	}
	#navMain > ul > li {
		float:none;
	}
	#navMain li a {
		position:relative;
		line-height:40px;
		padding:5px 10px;
	}
	#navMain li + li a {
		border-top:2px dotted #FFF;
	}
	#navMain .nav-reduced, #navMain .nav-reduced li {
		position:relative;
	}
	#navMain li.lvl1 .nav-sub.nav-reduced {
		opacity: 0;
		top:-30px;
		height:0;
        overflow: hidden;
		-webkit-transition:all .5s ease;
		transition:all .5s ease;
	}
	#navMain li.lvl1 .nav-sub.nav-expanded {
		opacity: 1;
		top:0;
		height:auto;
	}
	#navMain .nav-reduced, 
	#navMain .nav-reduced > ul {
		display:block;
		margin:0;
	}
	#navMain .nav-reduced li {
		display:block;
	}
	#navMain .subNavTrigger {
		position:absolute;
		display:block;
		right:10px;
		top:9px;
		height:30px;
		width:30px;
		line-height:30px;
		-webkit-border-radius:50%;
		border-radius:50%;
		text-indent:-999em;
		overflow:hidden;
		background:#f2f5f8;
		z-index:111;
	}
	#navMain .subNavTrigger:before {
		display:block;
		left:0;
		top:0;
		width:100%;
		height:100%;
		position:absolute;
		content:'+';
		text-align:center;
		vertical-align:middle;
		text-indent:0;
		font-weight:bold;
		font-size:20px;

	}
	#navMain .subNavTrigger.nav-aktiv:before {
		content:'–';
	}
	#navMain a.lvl2 {
		padding:11px 0;
	}
	#navMain li li li:first-child a {
		border:none;
	}
	#navMain li li li li a {
		padding-left:15px;
		letter-spacing:normal;
		text-transform:none;
	}
	#navMain li li li li a.aktiv:before {
		content: ">";
		display: inline-block;
		padding-right: 5px;
		width: 10px;
		font-weight:bold;
	}
		
	/* TEASER */
	#teaserContainer .teaser {
		padding-bottom:50%;
	}
	#teaserContainer .teaserItemTitle {
		width:40%;
		left:68px;
		margin-left:0;
	}
	#teaserContainer .teaserItemTitleContent {
		font-size:.8em;
	}
	#teaserContainer .teaserItemTitleContent > *:first-child {
		margin-top: 0;
	}
	#teaserContainer .teaserItemTitleContent > *:last-child {
		margin-bottom: 0;
	}
	.vc_carousel_prev {
		left:10px;
	}
	.vc_carousel_next {
		right:10px;
	}
	
	#main .grid_9 {
		width:67%;
	}
	#main .grid_3 {
		width:33%;
	}
	#main .article.standardStyle > h1,
	#main .article.standardStyle > h2,
	#main .article.standardStyle > h3,
	#main .article.standardStyle > h4,
	#main .article.standardStyle > h5,
	#main .article.standardStyle > h6,
	#main .article.standardStyle > p,
	#main .article.standardStyle > ul {
		padding-right: 0;
	}
	#newsList {
		padding:10px 0;
	}
	#newsList .newsItem {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width:50%;
		padding:0 10px;
		height:auto;
		margin:10px 0;
		background:none;
		position:relative;
		z-index: 0;
	}
	#newsList .newsItem:after {
		background: #fff;
		content: '';
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 10px;
		right: 10px;
		z-index: -1;
	}
	#newsList .newsItem .info {
		background:#FFF;
		max-height:none;
	}
	#newsList .newsItem .iconMore {
		right: 15px;
	}
	
	#newsList .bigPicture {
		background:#f3f4f5;
		margin-right:0;
		margin-left:0;
		height:0;
		padding-bottom:100%;
	}
	
	#newsList .bigPicture .imgWrap {
		padding:0;
		width:auto;
		height:auto;
		left:10px;
		top:0;
		right:10px;
		bottom:0;
		display:block;
		position:absolute;		
	}
	#newsList .bigPicture .info {
		left:10px;		
	}
	
	/* Baustellen */
	#baustellen {
		padding-right: 0;
	}
	
	/* FOOTER */
	footer {
		margin-top:0;
	}
	footer.container_12 .grid_2 {
		padding:10px;
		width:25%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	/* FORMS */
	.form.grid_8 {
		width:100%;
	}
	.form.grid_8 .grid_4, .form.grid_8 .grid_4 {
		width:50%;
	}
	
	.optsRadio label:first-child, .optsCheckbox label:first-child {
		display:block;
	}
}
@media (max-width: 479px) and (orientation: portrait) {
	/* TEASER */
	#teaserContainer .teaser {
		padding-bottom:62.5%;
	}
}

@media (max-width: 649px) {
	#main .grid_1, #main .grid_2, #main .grid_3, #main .grid_4, #main .grid_5, #main .grid_6, #main .grid_7, #main .grid_8, #main .grid_9, #main .grid_10, #main .grid_11, #main .grid_12 {
		width:100%;
	}


	#teaserContainer .teaserItemTitleContent {
		font-size:.667em;
	}
	#teaserContainer .teaserItemTitleContent h1,
	#teaserContainer .teaserItemTitleContent h2 {
		font-size:1.5em;
	}
	#teaserContainer .teaserItemTitleContent h3 {
		font-size:1.25em;
	}
	
	#main aside {
		margin-top: 15px;
	}
	#navSub, aside .downloads {
		margin-right: 0;
		margin-left: 0;
    	padding: 10px;
	}
	.listCompact,
	.downloads,
	.downloads.listCompact {	
		margin-right: -10px;
		margin-left: -10px;
		padding: 10px 0;
	}
	
	/* FOOTER */
	footer.container_12 .grid_2 {
		width:33.333%;
	}
	
	/* FORMS */
	.form.grid_8 .grid_4, .form.grid_8 .grid_4 {
		width:100%;
		padding-left:0;
		padding-right:0;
	}
	.form.grid_8 .grid_4 + .grid_4 {
		margin-top: 1em;
	}
	
	/* SITEMAP */
	#sitemap > ul {
		margin: 0%;
	}
	#sitemap li {
		margin:0%;
		width:100%;
	}
}

@media (max-width: 479px) {
	#navStd, #slogan, .vc_carousel_pages {
		display:none;
	}
	#quickSrcBox {
		display:block;
		width:100%;
	}
	#logoContainer h1 {
		float: right;
		padding: 27px;
	}
	#logo {
		background-position: -336px -10px;
		height: 60px;
		width: 140px;
	}
	
	/* FOOTER */
	footer.container_12 .grid_2 {
		width:50%;
	}
	
	/* BAUSTELLEN */
	.baustelle h3 .moreBtn {
		display:block;
		float:right;
		vertical-align:0;
		margin-left:.5em;
	}
	
	.baustelleList dl dt, .baustelleList dd {
		float:none;
		width:100%;
		padding:0;
	}
	.baustelleList dl dt {
		margin-bottom:0;
	}
	.baustelleList dd {
		margin-top:0;
	}
	
	#newsList .newsItem {
		width: auto;
	}	
	#newsList .bigPicture {
		width: 100%;
	}
	
	
	#zaehlerWrapper .optsZaehler .z_nr {
		width: 100%;
		margin-left:0;
		float:none;
	}
	#zaehlerWrapper .optsZaehler .inputShort {
		width: 47%;
	}
	#zaehlerWrapper .optsZaehler .icon {
		top: 4.2em;
	}
	
	.imgLeft, .imgRight {
		float:none;
		margin-left:0;
		margin-right:0;
		width: auto;
	}
	.imgLeft .imgWrap, .imgRight .imgWrap, imgLeft .imgWrap img, .imgRight .imgWrap img {
		width:100% !important;
		height:auto;
		
	}
	
	.imgLeft .imgWrap + .imgWrap, .imgRight .imgWrap + .imgWrap {
		margin-top:10px;
	}
	
	/* GOOGLE MAPS */
	.map_canvas {
		height:400px;
	}
}

@media (orientation: landscape) {
	#teaserContainer .teaser {
		padding-bottom:33.333%;
	}
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    *, body {
        background: transparent;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }


    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

	.stdTable tr th,
	.stdTable tr td {
		border-left-color: #FFF;
		border-right-color: #FFF;
	}

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
	article ul {
		padding-left:1em;
		list-style:square;
	}
	article ul li {
		padding-left:.5em;
	}
	
	
	header, #navMain, #main > aside, #teaserContainer, #siteTools, footer {
		display:none;
	}
	#main > .grid_9 {
		width:auto;
		display:block;
		float:none;
	}
	
}