/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

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

.chromeframe {
    margin: 0;
    background: #C00;
    color: #FFF;
    padding: .5em 0;
	text-align: center;
}
.chromeframe a {
	color: #FFF;
	text-decoration: underline;
}
   
/* ==========================================================================
  	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

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

html, body {
	height: 100%;
	color:#333;
}

body * { box-sizing:border-box; }

.container_12 {
	position:relative;
	margin:0 auto;
	max-width:1200px;
}

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 { float:left; padding:10px; }

.pad_10 { padding:10px; }
.pad_15 { padding:15px; }
.mar_10 { margin:10px; }
.mar_15 { margin:15px; }

.grid_1 { width:8.33%; }
.grid_2 { width:16.66%; }
.grid_3 { width:25%; }
.grid_4 { width:33.33%; }
.grid_6 { width:50%; }
.grid_7 { width:58.33%; }
.grid_8 { width:66.66%; }
.grid_9 { width:75%; }
.grid_10 { width:83.33%; }
.grid_11 { width:91.66%; }
.grid_12 { width:100%; }

.container_12 .prefix_1 { margin-left:8.33%; }


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*
	Overlay
	*/
.vcModal,
.vcModalOverlay {
	transition: height 0s .3s, opacity .3s;
	pointer-events: none;
	position: fixed;
	height: 0;
	width: 100%;
	opacity: 0;
	left: 0;
	top: 0;
	z-index: 1000;
}
.vcModal {
	overflow: auto;
}
.vcModalOverlay {
	background: #fff;
	background: rgba(255,255,255,.75);
	position: fixed;
	display: block;
}

.vcModal .modalMsg {
	display: table;
	padding: 30px 30px 20px;
	height: 100%;
	width: 100%;
}
.vcModal .modalMsg .wrap {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}
.vcModal .modalMsg .wrap .overlay {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 0;
}
.vcModal .modalMsg .wrap .wrapMore {
	max-width: 40em;
	width: 100%;
	box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
	position: relative;
	background: #fff;
	padding: 20px;
	margin: 0 auto;
	z-index: 1;
}

.vcModalSwitch:checked + .vcModalTarget .vcModalOverlay,
.vcModalSwitch:checked + .vcModalTarget .vcModal {
	height: 100%;
	opacity: 1;
	transition: height 0s, opacity .3s;
	pointer-events: auto;
}
.vcModal .vcModalClose {
	position: absolute;
	display: block;
	right: -20px;
	top: -20px;
	cursor: pointer;
	padding: 10px;
	line-height: 20px;
	text-align: center;
	background: #999;
	color: #fff;
	height: 40px;
	width: 40px;
	border-radius: 20px;
	-webkit-transition: all .3s;
	transition: all .3s;
	z-index: 1;
}
.vcModal .vcModalClose:hover {
	background: #004c92;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}


/*
	CSS Icons
	*/
.vcCssIcon {
	position: relative;
	display: inline-block;
}
.vcCssIconCheck {
	height: 1em;
	width: .667em;
	border-right: .1875em solid #fff;
	border-bottom: .1875em solid #fff;
	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
	*/
.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%;
	}
}


#breadcrumb { display:none; }
#wrapper {
	position:relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px;
	right:0;
	opacity:1;
	transition:right 0.2s, opacity 0.2s;
}
#navMobiWrapper { display:none; }

#startArticle h1,
#welcome {
	font-family: 'Gloria Hallelujah', cursive;
}
#startArticle h1 {
	color:#004c92;
	font-size:1.857em;
	width:100%;
}
@media only screen and (max-width: 768px) {
	#startArticle h1 {
		float:left;
		width:auto;
		margin:0 20px 0 0;
	}
}
.start_article .bg_2 h1 {
	font-family: 'Gloria Hallelujah', cursive;
	color:#004c92;
	font-size:1.857em;
	color:#708b58;
	margin:0 20px 0 0;
	/*float:left;*/
}
.start_article .bg_2 h1 a {
	color:#708b58;
}
.start_article .bg_2 h2 {
	display:inline-block;
	font-size:1em;
	margin:0;
	text-transform:uppercase;
	color:#708b58;
}
.start_article .bg_2 h2 +p {
	display:inline;
}
.start_article .bg_2 {
	border-left:8px solid #abd08a;
}
#logo {
	display:inline-block;
	text-decoration:none;
	color:#004c92;
	max-width: 480px;
}

.push {
	height: 50px;
	position:relative;
}

#footer {
	position:relative;
	background-color:#abd08a;
	color:#fff;
	font-size:15px;
	line-height:30px;
}
#footer .print {
	display:inline-block;
}

#footer .float_left,
#footer .float_right {
	background:url(../img/footer_shine.png) left top repeat-y;
}
#footer .float_left p,
#footer .float_right p {
	margin:0;
}
#footer a {
	color:#fff;
	text-decoration:none;
}
#footer_top a {
	font-size:10px;
	display:block;
	padding-top:12px;
	line-height:20px;
	position:relative;
}
#footer_top a:after {
	content:'';
	display:block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 15px 10px 15px;
	border-color: transparent transparent #fff transparent;
	position:absolute;
	left:50%;
	margin-left:-15px;
	top:0;
}
#bg_top {
	display:block;
	position:absolute;
	top:125px;
	left:0;
	background:url(../img/bg_top.jpg) left top no-repeat;
	width:503px;
	height:639px;
	max-height:50vh;
	max-width:50vw;
	background-size:contain;
}
#bg_bottom {
	display:block;
	position:absolute;
	bottom:0;
	right:0;
	background:url(../img/bg_bottom.jpg) right bottom no-repeat;
	width:531px;
	height:645px;
	max-height:50vh;
	max-width:50vw;
	background-size:contain;
}
#bg_hands {
	display:none;
	background:url(../img/bg_hands.png) center top repeat-x;
	height:142px;
	width:100%;
	position:absolute;
	bottom:50px;
	left:0;
}

/* NAV */
.nav.Std {
	float:right;
	margin:6px 0;
}
#navStd li {
	float:left;
	margin:10px 0 10px 20px;
}
#navStd li a {
	text-decoration:none;
	text-transform:uppercase;
	font-size:16px;
	color:#004c92;
	position:relative;
}
#navStd li a:after {
	content:'';
	position:absolute;
	display:block;
	height:3px;
	background:#abd08a;
	left:50%;
	margin-left:0;
	width:0;
	bottom:-4px;
	transition:width 0.2s, margin 0.2s, left 0.2s;
}
#navStd li a.active:after,
#navStd li a:hover:after,
#navStd li a:focus:after {
	bottom:-4px;
	width:100%;
	left:0;
	margin-left:0;
}
#navMainWrap {
	position:relative;
	background-color:#004c92;
	z-index: 99;
}
#navmain {
	display:table;
	width:100%;
	padding:2px;
	border-collapse:separate;
	border-spacing:8px 8px;
}
#navmain li.lvl1 {
	display:table-cell;
	position:relative;
	text-align:center;
	background:#165ea1;
	vertical-align:middle;
	border-radius:3px;
}
#navmain a.lvl1 {
	display:inline-block;
	color:#fff;
	text-decoration:none;
	padding:5px;
	width:100%;
	font-size:18px;
	min-width: 120px;
}
#navmain li.lvl1.active,
#navmain li.lvl1:hover {
	background:#a2c98a;
}
#navmain ul.lvl2 {
	display:none;
	position:absolute;
	top:100%;
	left:0;
	width:100%;
	min-width:200px;
	padding-top:10px;
}

#navmain li:hover > ul.lvl2 {
	display:block;
}
#navmain li.lvl2 {
	background:#0557a2;
	background:rgba(5,87,152,.95);
	text-align:left;
}
#navmain li.lvl2 a,
#navmain li.lvl2 li.lvl3 a {
	display:block;
	text-decoration:none;
	color:#fff;
	padding:10px;
	position:relative;
}
#navmain li.lvl2 a:after,
#navmain li.lvl2 li.lvl3 a:after {
	content:'';
	display:block;
	position:absolute;
	top:0;
	left:10px;
	right:10px;
	height:1px;
	background:#fff;
}
#navmain li.lvl2:first-child a:after {
	display:none;
}
#navmain li.lvl2 li.lvl3 a {
	padding-left:20px;
}
#navmain li.lvl1 li:hover > a {
	background:#004c92;
}
#navmain li.lvl2 a.active:before {
	content:'';
	display:inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-color: transparent transparent transparent #ffffff;
	margin-right:5px;
}
#fsize { display:inline-block; margin-left:10px; vertical-align: bottom; }
#fsize li {
	display:inline-block;
}
#fsize li a {
	display:block;
	line-height:1em;
	padding:2px;
}
#fsize li a.aktiv { text-decoration:underline; }
#content.fsize-normal {
	font-size:1em;
}
#content.fsize-big {
	font-size:1.2em;
}
#content.fsize-bigger {
	font-size:1.4em;
}

/*
.c_21 #content > .grid_9,
.c_21 .ui-widget,
.c_23 #content > .grid_9,
.c_23 .ui-widget,
.c_23 #calendar,
.c_21 .downloads.aside_box,
.c_23 .downloads.aside_box {
	font-family:'Patrick Hand' !important;
	font-size:1.071em;
}
*/

#article_74 > h1 {
	padding:5px 10px;
	background-color:#004c92;
	color:#fff;
}

h3.week {
	padding:5px 10px;
	color:#fff;
}
.c_22 h3.week {
	background-color:#abd08a;
}
.c_23 h3.week {
	background-color:#004c92;
}
.nav.Sub {
	background:#f6faf4;
}
.nav.Sub > strong {
	display:block;
	text-align:center;
	background:#afd28f;
	margin:0;
	padding:10px;
	color:#fff;
	font-weight:normal;
	font-size:1.071em;
}
#navSub {
	margin:0;
	padding:20px 10px 10px 10px;
}
#navSub ul {
	padding-right:10px;
}
#navSub li {
	text-align:right;
	padding-left:0 !important;
}
#navSub li:before {
	display:none !important;
}
#navSub li a,
#navSub li ul li.lvl3 a {
	display:block;
	text-decoration:none;
	color:#3c3c3c;
	border-top:1px solid #dedede;
	padding:8px 0;
	width:100%;
	overflow:hidden;
	text-overflow:ellipsis;
}
#navSub li:first-child a {
	border-top:0;
}

#navSub li a:hover,
#navSub li a.active {
	color:#004c92;
}
#navSub li a.active:before {
	content:'';
	display:inline-block;
	border-style: solid;
	border-width: 5px 5px 5px 0;
	border-color: transparent #004c92 transparent transparent;
	margin-right:5px;
}

.downloads.aside_box,
.aside_box {
	margin-top:30px;
}
.aside_box:first-child {
	margin-top:0;
}

.aside_box.downloads h4 {
	display:block;
	text-align:center;
	background:#afd28f;
	margin:0;
	padding:10px;
	color:#fff;
	font-weight:normal;
	font-size:1.071em;
}
.aside_box.downloads ul { margin:0; padding:0; background:#f6faf4; }
.aside_box.downloads ul li { margin:0; padding:0; }
.aside_box.downloads ul li a { margin:0; margin-top:0px; margin-bottom:0px; padding-top:5px; padding-bottom:5px; }

/* INHALT */
#content article h1:first-child,
#content article h2:first-child,
#content article h3:first-child {
	margin-top:0;
}
#content article h1:last-child,
#content article h2:last-child,
#content article h3:last-child {
	margin-bottom:0;
}
#termine_1 { clear: both; }
#termine_1 h2,
#termine_2 h2,
#videobox h2 {
	margin:0;
	font-size:1.071em;
	color:#fff;
	font-size:1.286em;
	font-weight:normal;
}
#termine_1 h2 a,
#termine_2 h2 a,
#videobox h2 {
	padding:0 10px;
	line-height:2em;
	display:block;
	color:#fff;
}
.c_22 .modul_events .bg_white .article:first-child h1:first-child:after,
#termine_1 h2 a:after {
	content:'';
	display:inline-block;
	height:2em;
	width:5em;
	margin-left:10px;
	background:url(../img/logo_beratung.png) center center no-repeat;
	background-size:contain;
	vertical-align:top;
}
.modul_events .bg_white .article:first-child h1:first-child:after {
	margin-top: -5px;
}

.c_23 .modul_events .bg_white .article:first-child h1:first-child:after,
#termine_2 h2 a:after {
	content:'';
	display:inline-block;
	height:2em;
	width:2em;
	margin-left:10px;
	background:url(../img/logofreizeitclub_120_white.png) center center no-repeat;
	background-size:contain;
	vertical-align:top;
}
.c_23 .modul_events .bg_white .article:first-child h1:first-child:after {
	background:url(../img/logofreizeitclub_120_black.png) center center no-repeat;
	background-size:contain;
}
#termine_1 h2, #videobox h2 {
	background:#abd08a;
}
#termine_2 h2 {
	background:#004c92;
}
.termin_box table {
	width:100%;
	border-spacing:2px;
}
.termin_box table td {
	padding:10px 3px;
	line-height:30px;
}
.termin_box table td.event_title {
	text-transform:uppercase;
}
#termine_1.termin_box table tr td {
	border-top:1px solid #d6e1cd;
}
#termine_2.termin_box table tr td {
	border-top:1px solid #7495b3;
}
.termin_box table tr:first-child td {
	border-top:0 !important;
}
.termin_box .icon {
	float:right
}
/* EVENTS */
#calendar {
	background:#fff;
	background:rgba(255,255,255,0.9);
	position:relative;
}
#calendar h3 {
	margin:0;
}
#calendar table th,
#calendar table td {
	padding:5px;
	line-height:20px;
}
#calendar table th a,
#calendar table td a {
	display:block;
	text-decoration:none;
}
#calendar .nobg th {
	height:30px;
	margin:10px;
	background:#afd28f;
	color:#fff;
	padding:8px 5px;
}
#calendar .nobg h3,
#calendar .nobg a {
	color:#fff;
	font-size:15px;
}

#calendar .kal_switch span { display:none; }
#calendar .kal_switch:after {
	content:'';
	display:inline-block;
	width: 0;
	height: 0;
	vertical-align: bottom;
}
#calendar .kal_switch.prev:after {
	border-style: solid;
	border-width: 10px 6px 10px 0;
	border-color: transparent #fff transparent transparent;
}
#calendar .kal_switch.next:after {
	border-style: solid;
	border-width: 10px 0 10px 6px;
	border-color: transparent transparent transparent #fff;
}
#calendar tr:nth-child(2n+1) td {
	background-color:#f6faf4;
}
#calendar table td {
	border-top:1px solid #e6ebf0;
}
#calendar table td.event {
	background-color:#afd28f;
}
#calendar table td.event a {
	color:#fff;
}
#ajax_loader {
	display:none;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:rgba(255,255,255,0.8);
}
#ajax_loader:after {
	content:'';
	background:url(../img/preloader_301_dark.gif) center center no-repeat;
	height:48px;
	width:48px;
	display:block;
	position:absolute;
	left:50%;
	margin-left:-24px;
	top:50%;
	margin-top:-24px;
}

.eventData dt {
	display:inline-block;
	margin-right:5px;
	font-weight:700;
}
.eventData dt:before {
	content:'·';
	position:relative;
	display:inline-block;
	padding:0 10px;
}
.eventData dt:first-child:before {
	display:none;
}
.eventData dd {
	display:inline-block;
	margin:0;
}

#sitemap a { text-decoration:none; }
#sitemap a:hover { text-decoration:underline; }

.accordionWrapper.ui-accordion .ui-accordion-header {
	background-color:#a2c98a;
}
.accordionWrapper.ui-accordion .ui-accordion-header a {
	color:#fff;
}
/* ==========================================================================
   external Scripts/Functions
   ========================================================================== */

/*! Swipebox v1.2.9 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch{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}#swipebox-slider{height:100%;left:0;top:0;width:100%;white-space:nowrap;position:absolute;display:none}#swipebox-slider .slide{height:100%;width:100%;line-height:1px;text-align:center;display:inline-block;padding:50px 0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}#swipebox-slider .slide-loading{background:url('../img/preloader_301_dark.gif') no-repeat center center;}#swipebox-slider .slide:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}#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%;margin:0 auto;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-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-video-container .swipebox-video iframe{width:100%!important;height:100%!important;position:absolute;top:0;left:0}#swipebox-action,#swipebox-caption{position:absolute;left:0;z-index:999;height:50px;width:100%}#swipebox-action{bottom:-50px}#swipebox-action.visible-bars{-ms-transform:translateY(-50px);-webkit-transform:translateY(-50px);transform:translateY(-50px)}#swipebox-action #swipebox-close,#swipebox-action #swipebox-next,#swipebox-action #swipebox-prev,#swipebox-action #swipebox-zoomin,#swipebox-action #swipebox-zoomout{background-image:url(../img/Swipebox/icons.png);background-repeat:no-repeat;border:none!important;text-decoration:none!important;cursor:pointer;position:absolute;width:50px;height:50px;top:0}#swipebox-action #swipebox-prev{background-position:-32px 13px;right:100px}#swipebox-action #swipebox-zoomin{background-position:-122px 13px;left:100px}#swipebox-action #swipebox-zoomout{background-position:-168px 13px;left:100px}#swipebox-action #swipebox-next{background-position:-78px 13px;right:40px}#swipebox-action #swipebox-close{background-position:15px 12px;left:40px}#swipebox-action #swipebox-next.disabled,#swipebox-action #swipebox-prev.disabled,#swipebox-action #swipebox-zoomin.disabled,#swipebox-action #swipebox-zoomout.disabled{opacity:.3;cursor:default;}#swipebox-caption{top:-50px;text-align:center}#swipebox-caption.visible-bars{-ms-transform:translateY(50px);-webkit-transform:translateY(50px);transform:translateY(50px)}#swipebox-slider.rightSpring{-webkit-animation:rightSpring .3s;animation:rightSpring .3s}#swipebox-slider.leftSpring{-webkit-animation:leftSpring .3s;animation:leftSpring .3s}@-webkit-keyframes rightSpring{0%{margin-left:0}50%{margin-left:-30px}100%{margin-left:0}}@keyframes rightSpring{0%{margin-left:0}50%{margin-left:-30px}100%{margin-left:0}}@-webkit-keyframes leftSpring{0%{margin-left:0}50%{margin-left:30px}100%{margin-left:0}}@keyframes leftSpring{0%{margin-left:0}50%{margin-left:30px}100%{margin-left:0}}@media screen and (max-width:800px){#swipebox-action #swipebox-close{left:0}#swipebox-action #swipebox-zoomin{left:60px;}#swipebox-action #swipebox-zoomout{left:60px;}#swipebox-action #swipebox-prev{right:60px}#swipebox-action #swipebox-next{right:0}}#swipebox-overlay{background:#FFF;background:rgba(255,255,255,.95)}#swipebox-action,#swipebox-caption{background:#004c92;}#swipebox-action{border-top:4px solid #D5D5D5}#swipebox-caption{border-bottom:4px solid #D5D5D5;color:#fff!important;display:table;}#swipebox-caption-inner{height:100%;width:100%;font-size:1em;line-height:1.2;text-align:center;vertical-align:middle;display:table-cell;}


/* TEASER / SLIDER */
.slider {
	position:relative;
}
.slider .headline {
	position:absolute;
	bottom:60px;
	right:0;
	left:0;
	padding:10px 40px;
	background:#787878;
	color:#fff;
	text-align:right;
	font-size:2.2em;
	text-transform:uppercase;
}
.slider .headline > * {
	margin:0;
}
.slider .sliderWrapper,
#teaser .sliderWrapper { overflow:hidden; position:relative; transition: height 0.2s; cursor:e-resize; }
.slider ul,
#teaser ul { margin:0; padding:0; list-style:none; position:relative; height:0; padding-bottom:39.58%; }
.slider ul li,
#teaser ul li { margin:0; padding:0; position:relative; display:none; position:absolute; top:0; left:0; width:100%; height:100%; background-position:center center; background-size:cover; }
.sliderWrapper ul li .info { opacity:0; position:absolute; max-width:66%; }
.slider ul { /*height:0; padding-bottom:60%;*/ }
.sliderWrapper .slider_pager {
	position:absolute;
	bottom:20px;
	right:40px;
	text-align:center;
	display:none;
}
.sliderWrapper .slider_pager .slider_pager_item {
	display:inline-block;
	cursor:pointer;
	width:8px;
	height:8px;
	background:rgba(255,255,255,0);
	border:1px solid #fff;
	border-radius:5px;
	overflow:hidden;
	text-align:left;
	text-indent:-999px;
	margin:0 5px;
	box-shadow:0 0 5px rgba(0,0,0,0.5);
}
.sliderWrapper .slider_pager .slider_pager_item.active {
	box-shadow:0 0 5px rgba(0,0,0,0.8);
	background:rgba(255,255,255,1);
}
.sliderWrapper .slider_navigation span {
	position:absolute;
	display:block;
	top:50%;
	margin-top:-32px;
	width:34px;
	height:66px;
	overflow:hidden;
	cursor:pointer;
}
.sliderWrapper .slider_navigation span:before {
	content:'';
	display:block;
	height:100%;
	width:200%;
	background:#fff;
	border-radius:50%;
}
.sliderWrapper .slider_navigation span:after {
	content:'';
	position:absolute;
	top:50%;
	margin-top: -15px;
	display:block;
	width: 0;
	height: 0;
}
.sliderWrapper .slider_navigation span.prev {
	left:0;
}
.sliderWrapper .slider_navigation span.prev:before {
	margin-left:-100%;
}
.sliderWrapper .slider_navigation span.next {
	right:0;
}
.sliderWrapper .slider_navigation span.prev:after {
	left:10%;
	border-style: solid;
	border-width: 15px 10px 15px 0;
	border-color: transparent #abd08a transparent transparent;
}
.sliderWrapper .slider_navigation span.next:after {
	right:10%;
	border-style: solid;
	border-width: 15px 0 15px 10px;
	border-color: transparent transparent transparent #abd08a;
}

.event .event_category,
.event .dateText,
.event .event_content {
	float:left;
}
.event .event_category {
	width:20%;
}
.event .dateText {
	width:20%;
}
.event .event_content {
	width:60%;
}
.event .event_category img {
	display:block;
	max-width:100%;
}
.event .event_content > h3:first-child {
	margin-bottom:0;
}
@media only screen and (min-width: 769px) {
	#teaser ul { padding-bottom:0; height:348px; }
	.flex-item .bg_1 { height:100%; }
	.flex-container {
		position:relative;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-align-content: stretch;
		-ms-flex-line-pack: stretch;
		align-content: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}
	.flex-item:nth-child(1) {
		position:relative;
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
		-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		-webkit-align-self: auto;
		-ms-flex-item-align: auto;
		align-self: auto;
	}
	.flex-item:nth-child(2) {
		position:relative;
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
		-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		-webkit-align-self: auto;
		-ms-flex-item-align: auto;
		align-self: auto;
	}
}
@media only screen and (max-width: 768px) {
	#teaserWrapper .flex-item { width:100%; }
	
}
/* ==========================================================================
   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
 */

.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 {
	background:url(../img/sprt.png) no-repeat left top;
	display:inline-block;
}
#footer .print {
	height:30px;
	width:30px;
	background-position:0 -45px;
	vertical-align: bottom;
	margin-left:10px;
}
#footer .print span {
	display:none;
}
/* Content: BILDER & GALERIE */
.filePreview,
.img,
.thumb {
	position: relative;
	overflow: hidden;
	display:block;
}
.thumb img,
.img img,
.img-link img,
.imgWrap img {
	width:100%;
	height:auto;
	display: block;
}
.imgWrap {
	position: relative;
}
.gallery {
	margin: -5px -10px;
}
.img-count {
	margin: 5px 10px;
	text-align: right;
}
.imgContainer {
	float: left;
	margin: 10px;			
	position: relative;
}
.img {
	display:block;
	position: relative;
	z-index: 1;
}
.img.effect {
	border: 5px solid #FFF;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.caption {
	font-size: 80%;
	line-height: 1.25;
	display: block;
	text-align: center;
	margin-top: .5em;
}

.imgLeft .imagesInnerWrap {
	float: left;
	margin-bottom: 1em;
}
.imgRight .imagesInnerWrap {
	margin-bottom: 1em;
	float: right;
}
.imgRight .caption {
	text-align: left;
}
.imgLeft .caption {
	text-align: right;
}
.imgWrap + .imgWrap,
.imgWrap + .imgWrap {
	margin-top: 1em;
}
.imgNone {
	margin: 1em auto;
}
.imgNone .imagesInnerWrap {
	margin: -1em;
}

.imgWidth-100,
.imgWidth-75,
.imgWidth-67,
.imgWidth-50,
.imgWidth-42,
.imgWidth-33 {
	width: 100%;
}
.imgWidth-25 {
	width: 50%;
}
.imgWidth-20,
.imgWidth-17,
.imgWidth-15 {
	width: 25%;
}
.imgWidth-13,
.imgWidth-10,
.imgWidth-5 {
	width: 15%;
}

.imgNone .imgWrap {
	float: left;
	padding: 1em;
	margin: 0;
}

.imgRight .imgWidth-25,
.imgRight .imgWidth-20,
.imgRight .imgWidth-17,
.imgRight .imgWidth-15,
.imgRight .imgWidth-13,
.imgRight .imgWidth-10,
.imgRight .imgWidth-5 {
	margin-left: 1em;
	padding-left: 1em;
	float: right;
}
.imgLeft .imgWidth-25,
.imgLeft .imgWidth-20,
.imgLeft .imgWidth-17,
.imgLeft .imgWidth-15,
.imgLeft .imgWidth-13,
.imgLeft .imgWidth-10,
.imgLeft .imgWidth-5 {
	margin-right: 1em;
	padding-right: 1em;
	float: left;
}

.float_left {
	float:left;
}
.float_right {
	float:right;
}

.bg_white {
	background:#fff;
}
.bg_1 {
	background:#bfd2e4;
	background:rgba(191,210,228,0.9);
}
.bg_2 {
	background:#eaf3e2;
	background:rgba(234,243,226,0.9);
}

.bs_1 {
	box-shadow: 1px 1px 8px rgba(0,0,0,0.21);
}

.accordionWrapper.ui-accordion .ui-accordion-content {
	padding:10px;
}

@media only screen and (min-width: 480px) {
	.imgWidth-33,
	.imgWidth-25 {
		width: 50%;
	}
	.imgWidth-20,
	.imgWidth-17,
	.imgWidth-15 {
		width: 33.3%;
	}
	.imgWidth-13 {
		width: 20%;
	}
	.imgWidth-10,
	.imgWidth-5 {
		width: 15%;
	}
	
	.imgRight .imgWidth-33 {
		margin-left: 1em;
		padding-left: 1em;
		float: right;
	}
	.imgLeft .imgWidth-33 {
		margin-right: 1em;
		padding-right: 1em;
		float: left;
	}
}

@media only screen and (min-width: 640px) {
	.imgWidth-50,
	.imgWidth-42 {
		width: 50%;
	}
	.imgWidth-25 {
		width: 33.3%;
	}
	.imgWidth-20,
	.imgWidth-17 {
		width: 25%;
	}
	.imgRight.imgWidth-50,
	.imgRight.imgWidth-42 {
		margin-left: 1em;
		padding-right: 1em;
		float: right;
	}
	.imgLeft.imgWidth-50,
	.imgLeft.imgWidth-42 {
		margin-right: 1em;
		padding-right: 1em;
		float: left;
	}
}

@media only screen and (min-width: 720px) {
	.imgWidth-67 {
		width: 50%;
	}
	.imgWidth-33,
	.imgWidth-25 {
		width: 33.3%;
	}
	.imgWidth-20,
	.imgWidth-17,
	.imgWidth-15 {
		width: 20%;
	}
	.imgWidth-13,
	.imgWidth-10,
	.imgWidth-5 {
		width: 15%;
	}
	
	.imgRight .imgWidth-67 {
		margin-left: 1em;
		padding-right: 1em;
		float: right;
	}
	.imgLeft .imgWidth-67 {
		margin-right: 1em;
		padding-right: 1em;
		float: left;
	}
}

@media only screen and (min-width: 960px) {
	.imgWidth-100 {
		width:100%;
	}
	.imgWidth-75 {
		width:75%;
	}
	.imgWidth-67 {
		width:66.7%;
	}
	.imgWidth-50 {
		width:50%;
	}
	.imgWidth-42 {
		width: 41.7%;
	}
	.imgWidth-33 {
		width:33.3%;
	}
	.imgWidth-25 {
		width:25%;
	}
	.imgWidth-20 {
		width:20%;
	}
	.imgWidth-17 {
		width:16.7%;
	}
	.imgWidth-15 {
		width:15%;
	}
	.imgWidth-13 {
		width:12.5%;
	}
	.imgWidth-10 {
		width:10%;
	}
	.imgWidth-5 {
		width:5%;
	}
	.imgRight .imgWidth-75 {
		margin-left: 1em;
		padding-right: 1em;
		float: right;
	}
	.imgLeft .imgWidth-75 {
		margin-right: 1em;
		padding-right: 1em;
		float: left;
	}
}

/* Content: GOOGLE MAPS */
iframe[name="google"] {
	width:100%;
}
iframe[name="google"],
.map_canvas {
	min-height: 200px;
	min-height: 50vh;
	background: #EEE;
	margin: 1em 0;
}
.map_canvas .gm-style {
	font-family: inherit;
}
.map_canvas .gm-style-iw .btn {
	width: 100%;
	margin-top: 15px;	
}
.map_legend .head {
	font-size: 1.25em;	
	font-weight: bold;
	line-height: 30px;
	color: #fff;
	background: #999;
	position: relative;
	padding: 5px 10px 5px 40px;
	-webkit-transition: all .3s;
	transition: all .3s;
	cursor: pointer;
}
.map_legend .head .sprt {
	position: absolute;
	left: 4px;
	top: 50%;
	margin-top: -16px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.map_legend:hover .head {
	background: #666;	
}
.map_legend.aktiv .head {
	background: #FF6618;	
}
.map_legend.aktiv .head .sprt {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

/* OVERLAY */
body.GMO-active { overflow:hidden; }
#GMO-wrap {
	visibility:hidden;
	z-index:1000;
	position:absolute;
	height:100%;
	width:100%;
	top:0;
	left:0;
	text-align:center;
	/*background:rgba(0,0,0,0.7);*/
	overflow:hidden;
	transition:visibility 0.5s;
}
.GMO-active #GMO-wrap {
	visibility:visible;
}
#GMO-container {
	position:relative;
	box-sizing:border-box;
	width:40%;
	min-width:670px;
	height:80%;
	margin-top:20%;
	margin-top:20vh;
	padding-right:40px;
	padding-top:40px;
	display:inline-block;
	opacity:0;
	transition:margin-top .5s , opacity .5s;
}
.GMO-active #GMO-container {
	margin-top:10%;
	margin-top:10vh;
	opacity:1;
}
#GMO-content {
	box-sizing:border-box;
	text-align:left;
	padding:20px;
	height:100%;
	background-color:#fff;
	box-shadow:0 7px 15px rgba(0,0,0,0.6);
	overflow:auto;
}
#GMO-close {
	position:absolute;
	right:0;
	top:0;
	height:40px;
	width:40px;
	cursor:pointer;
    background: #F5420C url("../../img/close.png") no-repeat scroll center center;
	box-shadow:0 2px 10px rgba(0,0,0,0.6);
    transition: transform 1s ease-in-out 0s;
}
.csstransforms #GMO-close .closePop {
    background: #F5420C none;
}
.csstransforms #GMO-close:before, .csstransforms #GMO-close:after {
    background-color: #fff;
    content: "";
    height: 80%;
    left: 45%;
    position: absolute;
    top: 10%;
    width: 2px;
}
.csstransforms #GMO-close:before {
    transform: rotate(45deg);
}
.csstransforms #GMO-close:after {
    transform: rotate(-45deg);
}
#GMO-content button.close {
	background-color:#b2b2b2;
}
ul.placeList {
	color:#c5c7c8;
	list-style:none;
	list-style-type:none;
	padding:0;
}
ul.placeList li {
	position:relative;
	padding-left:20px;
	border-top:1px solid #c5c7c8;
}
ul.placeList li:first-child {
	border-top:0;
}
ul.placeList li:before {
	content:'';
	position:absolute;
	left:0;
	top:5px;
	height:16px;
	width:16px;
	background:url(../img/jQueryUI/ui-icons_222222_256x240.png) -96px -160px no-repeat;
}
ul.placeList li.aktiv:before {
	background-position:-64px -144px;
}
ul.placeList li a {
	display:block;
	padding:5px 0;
	text-decoration:none;
}

.addrWrap {
	margin: .769em 0;
}
.addrWrap address {
	font-style: italic;
}
.addrWrap > h3 {
	margin: 0;
}
.addrWrap .addr,
.addrWrap .addrData {
	margin: .769em 0;
}

#article_3 .mapWrap {
	float:right;
	width:50%;
	padding-left:10px;
}
#article_3 .mapWrap .map_canvas { margin-top:0; }

@media only screen and (min-width: 480px) {
	.addrWrap {
		margin: 1em -1em;
	}
	.addrWrap > * {
		padding: 0 1em;
	}
	.addrWrap .addr,
	.addrWrap .addrData {
		width: 50%;
		float: left;
		margin: 0;
	}
}

/* Content: VIDEOS */
.vidWrap {
	margin: 0 auto;
}
.vid {
	position:relative;
	display:block;
	overflow:hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.vid,
.vid:after,
.vid *,
.vid *:after {
	-webkit-transition: all .2s;
	transition: all .2s;
}
.vid:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	display: block;
	background: rgba(0,0,0,.25);
}
.vid .playIcon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -24px 0 0 -20px;
	width: 48px;
	height: 40px;
	border-style: solid;
	border-width: 24px 0 24px 40px;
	border-color: transparent transparent transparent #FFF;
	display: block;
	background: none;
	z-index: 1;
}
.vid .playIcon:after {
	content: '';
	position: absolute;
	left: -57px;
	top: -35px;
	height: 64px;
	width: 64px;
	background: none;
	border: 2px solid #999;
	border-radius: 0%;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
.vid .video-time {
	position:absolute;
	background: #fff;
	color: #666;
	display:block;
	padding: 5px 10px;
	bottom:0;
	right:0;
	font-weight: bold;
	font-size: 80%;
	z-index: 1;
}
.vid:hover {
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.vid:hover:after {
	background: rgba(0,0,0,.0);
}
.vid:hover .playIcon {
	border-color: transparent transparent transparent #FF6618;
}
.vid:hover .playIcon:after {
	border-color: #FF6618;
	border-radius: 50%;
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
	left: -62px;
}
.vid:hover .video-time {
	background: #FF6618;
	color: #fff;
}
.videoFrame {
	float:right;
    position: relative;
    width: 50%;
}
.videoIFrame {
    position: relative;
}
.videoFrame iframe {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

/* Content: TABELLEN */
.stdTable {
	border: none;
	border-spacing: 0;
	background: #FFF;
	width: 100%;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.stdTable:hover {
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.stdTable + .stdTable {
	margin-top: 1em;
}
.stdTable tr th,
.stdTable tr td {
	padding: 6px 5px;
	-webkit-transition: background .2s;
	transition: background .2s;
}
.stdTable tr:first-child th,
.stdTable tr:first-child td {
	border-top: none;
}
.stdTable tr th,
.stdTable thead tr td {
	font-style: normal;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	color: #FFF;
	line-height: 1.714;
	border-bottom: 3px solid #999;
	padding-top: 10px; 
	padding-bottom: 5px;
	background-color: #FF6618 !important;
}
.stdTable tbody tr:nth-child(2n+1) td,
.stdTable > tr:nth-child(2n+1) td {
	background-color: #FFFFFF;	
}
.stdTable tbody tr:nth-child(2n) td,
.stdTable > tr:nth-child(2n) td {
	background-color: #EEE;	
}
.stdTable tr:hover td {
	background-color: rgba(0,0,0,.1);	
}

/* DOWNLOADS */
.downloads {
	margin:1em 0;
}
.downloads h4 {
	margin-top:0;
}
.downloads ul {
	margin:-1em;
	list-style:none;
	padding:0;
}
.downloads li {
	padding:0;
	margin:0 !important;
}
.downloads li:before {
	display: none !important;
}
.download a {
	display:block;
	margin:1em;
	position:relative;
	min-height:40px;
	text-align: left;
	text-decoration: none;
	color: inherit;
	font-weight: 500;
}
.download a.hasImg {
	/*padding-left: 45px;*/
}
.download img {
	/*position: absolute;
	left: 0;
	top: .25em;*/
	position:relative;
	float:left;
	display: block;
}
.download small {
	display: block;
	font-weight: normal;
	font-size: 80%;
}

@media only screen and (min-width: 480px) {
	.downloads .grids_2 .gridItem {
		width: 50%;
		float: left;
	}
	.downloads .grids_2 .gridItem:nth-child(2n+1) {
		clear: left;
	}
	.downloads .grids_4 .gridItem {
		width:25%;
		float:left;
	}
	.downloads .grids_4 .gridItem:nth-child(4n+1) {
		clear: left;
	}
}

/* Content: SUB NAV IN ARTICLEs */
.navSub ul {
	padding: 0 0 0 2em;
}

/* Content: FORMS */
.form .duty {
	font-weight: bold;
	color: #FF6618;
}
.form .hint .duty {
	padding: 2px;
}

.fehler_text {
	color: #C00;
}

.optsContainer {
	margin: 1em 0;
	text-align: left;
	overflow: hidden;
}
.optsContainer:after {
	clear: both;
	content: '';
	display: table;
}

.optsContainer + .optsContainer,
.optsContainer + .btnContainer,
fieldset + .btnContainer,
.optsContainer + fieldset,
.form fieldset + fieldset {
	margin-top: 2em;
}

.optsContainer > .error:first-child + label,
.optsContainer > label:first-child {
	display: block;
	margin: 0;
	text-align: left;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 1.2;
	color:#004c92;
}
.optsContainer > .error:first-child + label .duty,
.optsContainer > label:first-child .duty {
	padding-left: 5px;
	float: right;
	font-weight: bold;
	font-size: 1.25em;
	line-height: 80%;
}
.optsContainer > .error:first-child + label .shortInfo,
.optsContainer > label:first-child .shortInfo {
	font-weight: normal;
	letter-spacing: 0;
	text-transform: none;
}
.optsContainer > .error:first-child + label .shortInfo:before,
.optsContainer > label:first-child .shortInfo:before {
	content:' (';
}
.optsContainer > .error:first-child + label .shortInfo:after,
.optsContainer > label:first-child .shortInfo:after {
	content:')';
}

.optsContainer input,
.optsContainer textarea,
.optsContainer select,
.optsContainer .selectWrap {
	width: 100%;
	padding: .5em;
	background: #e2efd7;
	border: 0;
	font-size: 1em;
	line-height: 1.5;
	-webkit-transition: border-color .2s;
	transition: border-color .2s;
}
.optsError .error {
	font-size: .8em;
	line-height: 1.33333;
	color: #C00;
	padding: .5em 0;
}
.optsError > .error:first-child + label,
.optsError > label:first-child {
	color: #C00;
}


.optsContainer input[type="radio"],
.optsContainer input[type="checkbox"] {
	border: none;
	width: auto !important;
	float: none !important;
}
.optsContainer input[type="radio"] + label,
.optsContainer input[type="checkbox"] + label {
	display: inline;
	padding: 0 0 0 .25em;
	margin: 0;
	text-align: left;
	width: auto;
	cursor: pointer;
}
.optsContainer .optsInline {
	display: inline-block;
	float: none;
	padding: .5em 0;
	margin: 0 2em 1em 0;
	border-bottom: 1px solid #999;
	cursor: pointer;
	-webkit-transition: border-color .2s, color .2s;
	transition: border-color .2s, color .2s;
}
.optsContainer .optsInline:hover {
	border-bottom-color: #666;
}
.optsContainer .optsInline.optsChecked {
	border-bottom-color: #FF6618;
	color: inherit;
}
.optsContainer .optsLine {
	display: block;
	margin-right: 0;
}
.optsContainer .selectWrap {
	position: relative;
	padding: 0;
	padding-bottom: 0 !important;
}
.optsContainer .selectOver {
	position: absolute;
	left: 0;
	top: .5em;
	width: 100%;
	white-space: normal;
	overflow: hidden;
	padding-right: 20px;
}
.optsContainer .selectOver:after {
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -3px;
	content: '';
	display: block;
	height: 0;
	width: 0;
	border-style: solid;
	border-width: .429em .357em 0 .357em;
	border-color: #999 transparent transparent;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.optsContainer .selectWrap:hover .selectOver:after {
	border-top-color: #666;
}
.optsContainer .selectWrap.focus .selectOver:after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	border-top-color: #FF6618;
}
.optsContainer .selectWrap select {
	width: 100%;
	opacity: 0;
	position: relative;
}

.optsContainer > .ipShort {
	float: left;
	width: 25%;
}
.optsContainer > .ipLong {
	float: left;
	width: 70%;
}
.optsContainer > .ipLong + .ipShort,
.optsContainer > .ipShort + .ipLong {
	margin-left: 4%;
}

.optsContainer .date {
	position: relative;	
}
.optsContainer .date .sprt {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	right: 0;
}
.optsContainer .date input {
	float: none;
	width: 100%;
}

.optsContainer select + .optsLine,
.optsContainer .selectWrap + .optsLine {
	margin-top: 15px;
}

.optsContainer .optsInputLine > label:first-child {
	font-style: italic;
}

.optsRange .optsBlock .date {
	width: 100%;
}
.optsRange .from label,
.optsRange .to label {
	width: 100%;
	text-align: left;
	display: block;
	text-transform: none;
	font-size: 75%;
}
.optsRange .to {
	margin-top: 1em;
}

.optsContainer .optsBlock {
	list-style: none;
	margin: 0 -2em -1em 0;
	padding: 0;
}

/* Form Type: BUTTONS */
.btnContainer {
	text-align: center;
}
.btnContainer button {
	min-width: 30%;
	padding:0.5em 1em;
	background:#004c92;
	color:#fff;
	border-radius:3px;
}
.btnContainer .btnLess,
.btnContainer .backLink {
    float: left;
    margin: 0;
}
.btnContainer button[type="reset"] {
	position: relative;
	padding-left: 42px;	
}
.btnContainer button[type="reset"] .sprt {
	position: absolute;
	left: 5px;
	top: 50%;
	margin-top: -16px;
}
.box .btnContainer button {
	width: 100%;
	box-shadow: none;
	font-size: 1.333em;
	padding-top: 0;
	padding-bottom: 0;
}
a.button,
a.more {
	position:relative;
	display:inline-block;
	border-radius:3px;
	text-decoration:none;
	color:#004c92;
	padding:2px;
}
a.button:after,
a.more:after {
	content: '';
	margin-left:10px;
	display: inline-block;
	position:relative;
	border-style: solid;
	border-width: 5px 0 5px 4px;
	border-color: transparent transparent transparent #004c92;
	margin-right: 5px;
	vertical-align:middle;
}

.bg_2 a.more {
	color:#708b58;
}
.bg_2 a.more:after {
	border-color: transparent transparent transparent #708b58;
}

@media only screen and (min-width: 480px) {
	.optsRange .from,
	.optsRange .to {
		width: 50%;
		float: left;
		padding-left: .5em;
		padding-right: .5em;
	}
	.optsRange .from {
		padding-left: 0;
	}
	.optsRange .to {
		margin-top: 0;
		padding-right: 0;
	}
	.optsRange .from label,
	.optsRange .to label {
		margin-top: 8px;
	}
}
@media only screen and (min-width: 720px) {
	.optsContainer > .error:first-child + label,
	.optsContainer > label:first-child {
		float: left;
		text-align: left;
		width: 30%;
		padding-right: 2em;
		margin-top: 1em;
	}
	.optsContainer > .error:first-child + label .shortInfo,
	.optsContainer > label:first-child .shortInfo {
		display: block;
		padding-top: .5em;
	}
	.optsError .error {
		margin-left: 30%;
	}
	.optsContainer input,
	.optsContainer textarea,
	.optsContainer select,
	.optsContainer .selectWrap,
	.optsContainer .optsBlock,
	.optsContainer .date {
		width: 70%;
		float: right
	}
	
	.optsContainer .optsBlock {
		margin-right: 0;
	}
	
	.optsContainer > .ipShort {
		width: 16%;
	}
	.optsContainer > .ipLong {
		width: 44%;
	}
}


/* Content: LISTS */
.list .listItem + .listItem {
	margin-top: 2em;
}
.list .articleWrap > :first-child {
	margin-top: 0;
}
.list .articleImgNone + .articleWrap > :first-child {
	margin-top: .5em;
}
.list .articleWrap .headline {
	margin: 0;
}
.list .articleWrap .dateText {
	font-size: 80%;
	line-height: 1.25;
}

.list .articleImgNone,
.list .articleImgLeft,
.list .articleImgRight {
	float: none;
	margin: 0 auto;
}
.list .articleImgLeft.imgWidth-25,
.list .articleImgRight.imgWidth-25 {
	width: 33.3%;
}

.list .articleImgLeft.imgWidth-5,
.list .articleImgLeft.imgWidth-10,
.list .articleImgLeft.imgWidth-13,
.list .articleImgLeft.imgWidth-15,
.list .articleImgLeft.imgWidth-17,
.list .articleImgLeft.imgWidth-20,
.list .articleImgLeft.imgWidth-25 {
	float:left;
}
.list .articleImgLeft.imgWidth-5 + .articleWrap,
.list .articleImgLeft.imgWidth-10 + .articleWrap,
.list .articleImgLeft.imgWidth-13 + .articleWrap {
	padding-left: 1em;
	margin-left: 15%;
}
.list .articleImgLeft.imgWidth-15 + .articleWrap,
.list .articleImgLeft.imgWidth-17 + .articleWrap,
.list .articleImgLeft.imgWidth-20 + .articleWrap {
	padding-left: 1em;
	margin-left: 25%;
}
.list .articleImgLeft.imgWidth-25 + .articleWrap {
	padding-left: 1em;
	margin-left: 33.3%;
}

.list .articleImgRight.imgWidth-5,
.list .articleImgRight.imgWidth-10,
.list .articleImgRight.imgWidth-13,
.list .articleImgRight.imgWidth-17,
.list .articleImgRight.imgWidth-20,
.list .articleImgRight.imgWidth-25 {
	float: right;
}
.list .articleImgRight.imgWidth-5 + .articleWrap,
.list .articleImgRight.imgWidth-10 + .articleWrap,
.list .articleImgRight.imgWidth-13 + .articleWrap{
	padding-right: 1em;
	margin-right: 15%;
}
.list .articleImgRight.imgWidth-15 + .articleWrap,
.list .articleImgRight.imgWidth-17 + .articleWrap,
.list .articleImgRight.imgWidth-20 + .articleWrap {
	padding-right: 1em;
	margin-right: 25%;
}
.list .articleImgRight.imgWidth-25 + .articleWrap {
	padding-right: 1em;
	margin-right: 33.3%;
}

@media only screen and (min-width: 480px) {
	.list .articleImgLeft.imgWidth-33 {
		float:left;
	}
	.list .articleImgLeft.imgWidth-5 + .articleWrap,
	.list .articleImgLeft.imgWidth-10 + .articleWrap {
		margin-left: 15%;
	}
	.list .articleImgLeft.imgWidth-13 + .articleWrap {
		margin-left: 20%;
	}
	.list .articleImgLeft.imgWidth-15 + .articleWrap,
	.list .articleImgLeft.imgWidth-17 + .articleWrap,
	.list .articleImgLeft.imgWidth-20 + .articleWrap {
		margin-left: 33.3%;
	}
	.list .articleImgLeft.imgWidth-33 + .articleWrap {
		padding-left: 1em;
		margin-left: 50%;
	}
	
	.list .articleImgRight.imgWidth-33 {
		float: right;
	}
	.list .articleImgRight.imgWidth-5 + .articleWrap,
	.list .articleImgRight.imgWidth-10 + .articleWrap {
		margin-right: 15%;
	}
	.list .articleImgRight.imgWidth-13 + .articleWrap {
		margin-right: 20%;
	}
	.list .articleImgRight.imgWidth-15 + .articleWrap,
	.list .articleImgRight.imgWidth-17 + .articleWrap,
	.list .articleImgRight.imgWidth-20 + .articleWrap {
		margin-right: 33.3%;
	}
	.list .articleImgRight.imgWidth-33 + .articleWrap {
		padding-right: 1em;
		margin-right: 50%;
	}
}

@media only screen and (min-width: 640px) {
	.list .articleImgLeft.imgWidth-42,
	.list .articleImgLeft.imgWidth-50 {
		float:left;
	}
	.list .articleImgLeft.imgWidth-17 + .articleWrap,
	.list .articleImgLeft.imgWidth-20 + .articleWrap {
		margin-left: 25%;
	}
	.list .articleImgLeft.imgWidth-25 + .articleWrap {
		margin-left: 33.3%;
	}
	.list .articleImgLeft.imgWidth-42 + .articleWrap,
	.list .articleImgLeft.imgWidth-50 + .articleWrap {
		padding-left: 1em;
		margin-left: 50%;
	}
	
	.list .articleImgRight.imgWidth-42,
	.list .articleImgRight.imgWidth-50 {
		float: right;
	}
	.list .articleImgRight.imgWidth-17 + .articleWrap,
	.list .articleImgRight.imgWidth-20 + .articleWrap {
		margin-right: 25%;
	}
	.list .articleImgRight.imgWidth-25 + .articleWrap {
		margin-right: 33.3%;
	}
	.list .articleImgRight.imgWidth-42 + .articleWrap,
	.list .articleImgRight.imgWidth-50 + .articleWrap {
		padding-right: 1em;
		margin-right: 50%;
	}
}

@media only screen and (min-width: 720px) {
	.list .articleImgLeft.imgWidth-67 {
		float:left;
	}
	.list .articleImgLeft.imgWidth-5 + .articleWrap,
	.list .articleImgLeft.imgWidth-10 + .articleWrap,
	.list .articleImgLeft.imgWidth-13 + .articleWrap {
		margin-left: 15%;
	}
	.list .articleImgLeft.imgWidth-15 + .articleWrap,
	.list .articleImgLeft.imgWidth-17 + .articleWrap,
	.list .articleImgLeft.imgWidth-20 + .articleWrap {
		margin-left: 20%;
	}
	.list .articleImgLeft.imgWidth-25 + .articleWrap,
	.list .articleImgLeft.imgWidth-33 + .articleWrap {
		margin-left: 33.3%;
	}
	.list .articleImgLeft.imgWidth-67 + .articleWrap {
		padding-left: 1em;
		margin-left: 50%;
	}
	
	.list .articleImgRight.imgWidth-67 {
		float: right;
	}
	.list .articleImgRight.imgWidth-5 + .articleWrap,
	.list .articleImgRight.imgWidth-10 + .articleWrap,
	.list .articleImgRight.imgWidth-13 + .articleWrap {
		margin-right: 15%;
	}
	.list .articleImgRight.imgWidth-15 + .articleWrap,
	.list .articleImgRight.imgWidth-17 + .articleWrap,
	.list .articleImgRight.imgWidth-20 + .articleWrap {
		margin-right: 20%;
	}
	.list .articleImgRight.imgWidth-25 + .articleWrap,
	.list .articleImgRight.imgWidth-33 + .articleWrap {
		margin-right: 33.3%;
	}
	.list .articleImgRight.imgWidth-67 + .articleWrap {
		padding-right: 1em;
		margin-right: 50%;
	}
}

@media only screen and (min-width: 960px) {
	.list .articleImgLeft.imgWidth-25,
	.list .articleImgRight.imgWidth-25 {
		width: 25%;
	}

	.list .articleImgLeft.imgWidth-75 {
		float:left;
	}
	.list .articleImgLeft.imgWidth-5 + .articleWrap {
		margin-left: 5%;
	}
	.list .articleImgLeft.imgWidth-10 + .articleWrap {
		margin-left: 10%;
	}
	.list .articleImgLeft.imgWidth-13 + .articleWrap {
		margin-left: 12.5%;
	}
	.list .articleImgLeft.imgWidth-15 + .articleWrap {
		margin-left: 15%;
	}
	.list .articleImgLeft.imgWidth-17 + .articleWrap {
		margin-left: 16.7%;
	}
	.list .articleImgLeft.imgWidth-20 + .articleWrap {
		margin-left: 20%;
	}
	.list .articleImgLeft.imgWidth-25 + .articleWrap {
		margin-left: 25%;
	}
	.list .articleImgLeft.imgWidth-33 + .articleWrap {
		margin-left: 33.3%;
	}
	.list .articleImgLeft.imgWidth-42 + .articleWrap {
		margin-left: 41.7%;
	}
	.list .articleImgLeft.imgWidth-50 + .articleWrap {
		margin-left: 50%;
	}
	.list .articleImgLeft.imgWidth-67 + .articleWrap {
		margin-left: 66.7%;
	}
	.list .articleImgLeft.imgWidth-75 + .articleWrap {
		padding-left: 1em;
		margin-left: 75%;
	}
	
	.list .articleImgRight.imgWidth-75 {
		float: right;
	}
	.list .articleImgRight.imgWidth-5 + .articleWrap {
		margin-right: 5%;
	}
	.list .articleImgRight.imgWidth-10 + .articleWrap {
		margin-right: 10%;
	}
	.list .articleImgRight.imgWidth-13 + .articleWrap {
		margin-right: 12.5%;
	}
	.list .articleImgRight.imgWidth-15 + .articleWrap {
		margin-right: 15%;
	}
	.list .articleImgRight.imgWidth-17 + .articleWrap {
		margin-right: 17%;
	}
	.list .articleImgRight.imgWidth-20 + .articleWrap {
		margin-right: 20%;
	}
	.list .articleImgRight.imgWidth-25 + .articleWrap {
		margin-right: 25%;
	}
	.list .articleImgRight.imgWidth-33 + .articleWrap {
		margin-right: 33.3%;
	}
	.list .articleImgRight.imgWidth-42 + .articleWrap {
		margin-right: 41.7%;
	}
	.list .articleImgRight.imgWidth-50 + .articleWrap {
		margin-right: 50%;
	}
	.list .articleImgRight.imgWidth-67 + .articleWrap {
		margin-right: 66.7%;
	}
	.list .articleImgRight.imgWidth-75 + .articleWrap {
		padding-right: 1em;
		margin-right: 75%;
	}
}

/* Content: GRIDS */
.gridWrap {
	margin: 1em -1em 0;
}
.gridWrap .gridSizer {
	width: 8.33%;
}
.gridWrap .articleGrid {
	padding: 0 1em 2em 1em;
	float: left;
	position: relative;
}
.gridWrap .leftContainer,
.gridWrap .rightContainer {
	width: 100%;
}
.gridWrap .rightContainer {
	float: right;
}

.articleGrid {
	position: relative;
	z-index: 1;
	width: 100%;
}

.articleGrid .info > :first-child {
	margin-top: 0; 
}
.articleGrid .info > :last-child {
	margin-bottom: 0;
}
.articleGrid .headline {
	margin: 0;
}
.articleGrid .headline a {
	text-decoration: none;
	display: block;
}
.articleGrid .imgWrap {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	position: relative;
}	
.articleGrid .imgWrap .caption {
	position: absolute;
	background: #fff;
	display: block;
	padding: .5em 1em;
	margin: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	max-width: 100%;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.articleGrid:hover .imgWrap .caption {
	white-space: normal;
	text-overflow: none;
}
.articleGrid .articleImgNone {
	margin: 0 auto;
}
.articleGrid .imgWidth-100 {
	width: 100%;
}
.articleGrid .imgWidth-75 {
	width: 75%;
}
.articleGrid .imgWidth-67 {
	width: 66.7%;
}
.articleGrid .imgWidth-50 {
	width: 50%;
}
.articleGrid .imgWidth-42 {
	width: 41.7%;
}
.articleGrid .imgWidth-33 {
	width: 33.3%;
}
.articleGrid .imgWidth-25 {
	width: 25%;
}
.articleGrid .imgWidth-20 {
	width: 20%;
}
.articleGrid .imgWidth-17 {
	width: 16.7%;
}
.articleGrid .imgWidth-15 {
	width: 15%;
}
.articleGrid .imgWidth-13 {
	width: 12.5%;
}
.articleGrid .imgWidth-10 {
	width: 10%;
}
.articleGrid .imgWidth-5 {
	width: 5%;
}
.articleGrid .imgWidth-75.articleImgLeft,
.articleGrid .imgWidth-67.articleImgLeft,
.articleGrid .imgWidth-50.articleImgLeft,
.articleGrid .imgWidth-42.articleImgLeft,
.articleGrid .imgWidth-33.articleImgLeft,
.articleGrid .imgWidth-25.articleImgLeft,
.articleGrid .imgWidth-20.articleImgLeft,
.articleGrid .imgWidth-17.articleImgLeft,
.articleGrid .imgWidth-15.articleImgLeft,
.articleGrid .imgWidth-13.articleImgLeft,
.articleGrid .imgWidth-10.articleImgLeft,
.articleGrid .imgWidth-5.articleImgLeft {
	float: left;
	padding-right: 1em;
	margin-bottom: 1em;
}
.articleGrid .imgWidth-75.articleImgRight,
.articleGrid .imgWidth-67.articleImgRight,
.articleGrid .imgWidth-50.articleImgRight,
.articleGrid .imgWidth-42.articleImgRight,
.articleGrid .imgWidth-33.articleImgRight,
.articleGrid .imgWidth-25.articleImgRight,
.articleGrid .imgWidth-20.articleImgRight,
.articleGrid .imgWidth-17.articleImgRight,
.articleGrid .imgWidth-15.articleImgRight,
.articleGrid .imgWidth-13.articleImgRight,
.articleGrid .imgWidth-10.articleImgRight,
.articleGrid .imgWidth-5.articleImgRight {
	float:right;
	padding-left: 1em;
	margin-bottom: 1em;
}

@media only screen and (min-width: 480px) {
	.gridWrap .gridWidth_25 {
		width: 50%;
	}
}

@media only screen and (min-width: 560px) {
	.gridWrap .gridWidth_50,
	.gridWrap .leftContainer,
	.gridWrap .rightContainer {
		width: 50%;
	}
}

@media only screen and (min-width: 640px) {
	.gridWrap .gridWidth_33 {
		width: 50%;
	}
}

@media only screen and (min-width: 960px) {
	.gridWrap .gridWidth_33 {
		width: 33.33%;
	}
	.gridWrap .gridWidth_25 {
		width: 25%;
	}
}

/* Site: PAGE JUMPS */
.jumper {
	margin: 1em -1em;
	position: relative;
	height: 40px;
}
.jumper .resultStats,
.pagerJumper .divider {
	display: none;
}
.jumper .pagerJumper {
	display:block;
	margin:0 auto;
	position:absolute;
	right:0;
}
.pagerJumper a {
	padding: 10px 0;
	margin:0 1em;
	display:block;
	float:left;
	width:40px;
	height:40px;
	background: #f6faf4;
	color: inherit;
	font-weight: normal;
	line-height: 20px;
	text-align:center; 
	text-decoration: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.pagerJumper a:hover {
	background: #004c92;
	color: #fff;
}
.pagerJumper a:hover .iconForward {
	background-position: -570px -50px;
}
.pagerJumper a:hover .iconBackward {
	background-position: -530px -50px;
}
.pagerJumper a.aktiv {
	font-weight: bold;
	color: #fff;
	background:#afd28f;
}
.pagerJumper a .sprt {
	display:inline-block;
}
.pages {
	text-align:center;
	border-top: 1px solid #eee;
	padding-top: 1em;
	font-weight: 100;
	margin: 1em 0;
	color: #999;
}
.pages > * {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}
.pages a {
	font-weight: normal;
	padding: 0 10px;
	position: relative;
	color: #004c92;
	text-decoration: none;
	max-width: 35%;
	overflow: hidden;
}
.pages a span {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 100%;
	display: inline-block;
}

.pages a.disabled {
	color: #CCC;
	text-decoration: none;
}
.pages a.lastPage:before {
	content: '';
	display: inline-block;
	position: absolute;
	left:0;
	top:6px;
	border-style: solid;
	border-width: 5px 4px 5px 0;
	border-color: transparent #004c92 transparent transparent;
	vertical-align: middle;
}
.pages a.nextPage:after {
	content: '';
	display: inline-block;
	position: absolute;
	right:0;
	top:6px;
	border-style: solid;
	border-width: 5px 0 5px 4px;
	border-color: transparent transparent transparent #004c92;
	vertical-align: middle;
}
.pages a.lastPage.disabled:before {
	border-color: transparent #CCC transparent transparent;
}
.pages a.nextPage.disabled:after {
	border-color: transparent transparent transparent #CCC;
}

@media only screen and (max-width: 960px) {
	#bg_top, #bg_bottom {
		display:none;
	}
	#logo {
		max-width: 400px;
		max-width: calc(100% - 400px);
	}

}
@media only screen and (max-width: 768px) {
	#logo {
		max-width: none;
		padding-right: 75px;
	}
	body.open { overflow:hidden; }
	body.open #wrapper { width:100%; right:100px; opacity:0.5; }
	#wrapper { margin:0; height:auto; min-height:0; }
	#navmain, #navStd, aside .nav.Sub { display:none; }
	#navMainWrap { height:5px; margin:5px 0; }
	#content > .grid_9,
	#content > aside.grid_3 { width:100%; }
	#content > aside.grid_3 { padding:0; }
	#content > aside .aside_box {
		padding:10px;
		float:left;
		width:50%;
	}
	#navMobiWrapper { display:block; }
	#naviWrapper {
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:70px;
		margin:0;
		background:#057374;
	}
	#navMobiWrapper {
		display:block;
		position:absolute;
		top:0;
		right:0;
		height:100%;
		z-index:1000;
		background:#fff;
		z-index:10;
	}
	#naviMobi { display:block; width:0; }
	#naviMobi #navStdMobi,
	#naviMobi #navMainMobi {
		width:270px;
	}
	#navMainTrigger {
		position:absolute;
		top:15px;
		left:-70px;
		display:block;
		height:50px;
		width:50px;
		z-index:1;
		margin-right:10px;
		background-color:#004c92;
		box-shadow:-10px 5px 0px rgba(0,0,0,0);
		transition:box-shadow 0.2s, left 0.2s, border-radius 0.4s;
		cursor:pointer;
		border-radius:25px;
	}
	body.open #navMainTrigger {
		box-shadow:-10px 5px 9px rgba(0,0,0,0.3);
		left:-50px;
		border-radius:0px;
	}
	#navMainTrigger .info {
		display:none;
		position:absolute;
		left:10px;
		top:50%;
		margin-top:-6px;
		padding:1px 2px;
		font-size:10px;
		line-height:10px;
		background:#fff;
		color:#fff;
		overflow:hidden;
		border-radius:3px;
		z-index:10;
	}
	.csstransforms #navMainTrigger .line {
		overflow:hidden;
		text-indent:-999px;
	}
	.csstransforms #navMainTrigger .line, .csstransforms #navMainTrigger:after, .csstransforms #navMainTrigger:before {
		background:#fff;
		display: block;
		height: 4px;
		right: 13px;
		margin-left: -18px;
		position: absolute;
		transition: all 0.5s ease 0s;
		width: 24px;
	}
	.csstransforms #navMainTrigger .line {
		opacity: 1;
		top: 50%;
		margin-top:-2px;
	}
	.csstransforms #navMainTrigger:after, .csstransforms #navMainTrigger:before {
		content: "";
	}
	.csstransforms #navMainTrigger:before {
		bottom: 32px;
	}
	.csstransforms #navMainTrigger:after {
		bottom: 14px;
	}
	.csstransforms body.open #navMainTrigger .line {
		opacity: 0;
	}
	.csstransforms body.open #navMainTrigger:before {
		bottom: 23px;
		transform: rotate(45deg);
	}
	.csstransforms body.open #navMainTrigger:after {
		bottom: 23px;
		transform: rotate(-45deg);
	}
	/* NAV MAIN */
	#naviMobi {
		position:relative;
		height:100%;
		overflow:auto;
		box-shadow:0 0 10px rgba(0,0,0,0);
		transition:box-shadow 0.5s;
		background:#004c92;
		transition: width 0.2s;
	}
	body.open #naviMobi{
		width:270px;
		box-shadow:0 0 30px rgba(0,0,0,0.5);
	}
	#navMainMobi {
		display:block;
		margin:0;
		padding:5px 0;
	}
	#navMainMobi ul {
		padding-left:0;
	}
	#navMainMobi li {
		position:relative;
		font-size:18px;
		line-height:20px;
		display:block;
	}
	#navMainMobi li li {
	}
	#navMainMobi li.lvl2 a {
		font-size:16px;
	}
	#navMainMobi li.active {
		background:#004c92;
	}
	#navMainMobi a {
		display:block;
		font-size: 18px;
		line-height:20px;
		padding:4px 40px 4px 10px;
		text-decoration:none;
		color:#fff;
	}
	#navMainMobi a span {
		display:block;
		padding:8px 10px;
		border-radius:3px;
	}
	#navMainMobi li.active a { color:#fff; }
	#navMainMobi li.lvl1:hover a.lvl1 span { background:rgba(255,255,255,0.1); }
	#navMainMobi li.lvl1 a.lvl1.active span { background:#a2c98a; color:#fff; }
	#navMainMobi li.lvl2 a { padding-left:20px; }
	#navMainMobi li.lvl2 a.active:before {
		content: '';
		display: block;
		position:absolute;
		left:15px;
		top:15px;
		border-style: solid;
		border-width: 5px 5px 5px 0;
		border-color: transparent #fff transparent transparent;
		margin-right: 5px;
	}
	#navMainMobi .iconMenuTriggerDwn {
		color:#fff;
		display:block;
		position:absolute;
		right:2px;
		width:36px;
		height:36px;
		text-align:center;
		top:4px;
		padding:10px 0;
		cursor:pointer;
		overflow:hidden;
		background:rgba(255,255,255,0.1);
		border-radius:3px;
		font-family:"Courier New", Courier, monospace;
	}
	#navMainMobi .iconMenuTriggerDwn:after {
		border-color: #bfccd9 transparent transparent;
		border-style: solid;
		border-width: 8px 4px 0;
		content: "";
		display: block;
		height: 0;
		margin-left: -4px;
		margin-top: -4px;
		position: absolute;
		left: 50%;
		top: 50%;
		transition: transform 0.2s ease 0s;
		width: 0;
	}
	#navMainMobi .iconMenuTriggerDwn.active:after {
		transform:rotate(180deg);
		border-color: #bfccd9 transparent transparent;
	}
	#navMainMobi .active .iconMenuTriggerDwn {
		background:#a2c98a;
	}
	#navMainMobi .active .iconMenuTriggerDwn:after {
		border-color: #fff transparent transparent;
	}
	
	#navStdMobi {
		margin:0;
		padding:10px 0;
		list-style:none;
		background:#fff;
	}
	#navStdMobi li {
		text-align:center;
	}
	#navStdMobi a {
		display:block;
		position:relative;
		text-transform:uppercase;
		color:#004c92;
		text-decoration:none;
		padding:10px;
		font-size:18px;
		width:100%;
		overflow:hidden;
	}
	#navStdMobi a span {
		position:relative;
		display:inline-block;
	}
	#navStdMobi a span:before {
		content: '';
		position: absolute;
		display: block;
		height: 3px;
		background: #abd08a;
		left: 50%;
		margin-left: 0;
		width: 0;
		bottom: -4px;
		transition: width 0.2s, margin 0.2s, left 0.2s;	}
	#navStdMobi a.active span:before,
	#navStdMobi a:hover span:before {
		width:100%;
		margin-left:0;
		left:0;
	}

	.push { display:none; }
	#bg_hands {
		bottom:0;
	}
	.bs_1 { background:#fff; }
}
@media only screen and (max-width: 640px) {
	.sliderWrapper .slider_navigation span {
		margin-top:-25px;
		width:25px;
		height:50px;
	}
	.sliderWrapper .slider_navigation span.prev:after {
		top: 55%;
		border-style: solid;
		border-width: 12px 8px 12px 0;
		border-color: transparent #abd08a transparent transparent;
	}
	.sliderWrapper .slider_navigation span.next:after {
		top: 55%;
		border-style: solid;
		border-width: 12px 0 12px 8px;
		border-color: transparent transparent transparent #abd08a;
	}
	#footer_top { clear:both; }
	.termin_box { width:100%; }
	
	.modul_start .grid_6 { width: 100%; float: none; clear: both; }
}
@media only screen and (max-width: 480px) {
	#content > aside .aside_box { width:100%; }
	.event .event_category {
		width:120px;
	}
	.event .dateText,
	.event .event_content {
		float:none;
		display:inline;
		width:auto;
		padding:0;
	}
	.event .dateText .startTime { display:inline-block; }
	.event .dateText .startTime:before {
		display:inline-block;
		content:'-';
		margin:0 10px;
	}
	#article_3 .mapWrap {
		float:none;
		width:auto;
		padding-left:0;
	}
	#article_3 .mapWrap .map_canvas { margin-top:1em; }

}
@media only screen and (max-width: 390px) {
	#logo {
		padding-right:70px;
		height:53px;
	}
	#logo img {
		width:100%;
		height:auto;
	}
}


/* UI-Dialog */
.ui-dialog .ui-dialog-titlebar {
	background-color: #abd08a;
	color: #FFF;
}
.ui-dialog .text { padding: 40px 0 15px 0; }
.ui-dialog-buttonset { text-align: center; width: 100%; }
.ui-dialog-buttonset .ui-button {
	background-color: #004c92 !important;
	color: #FFF !important;
	min-width: 150px;
	margin: 0 auto;
	border-radius: 4px;
	border: none !important;
}

@media only screen and (min-width: 640px) {
	.ui-dialog { width: 600px !important; }
}
@media only screen and (min-width: 960px) {
	.ui-dialog { width: 900px !important; }
}
