/*
 * 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:#4d4d4d;
}
body { background-color:#fff; }

body * { box-sizing:border-box; }

.container_12 {
	position:relative;
	margin:0 auto;
}

.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:15px; }

.grid {

}

.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.67%; }
.grid_3 { width:25%; }
.grid_4 { width:33.33%; }
.grid_6 { width:50%; }
.grid_7 { width:58.33%; }
.grid_8 { width:66.67%; }
.grid_9 { width:75%; }
.grid_10 { width:83.33%; }
.grid_11 { width:91.66%; }
.grid_12 { width:100%; }

@media only screen and (min-width: 1080px) {
	.container_12 .prefix_1 { margin-left:8.33%; }
	.container_12 .postfix_1 { margin-right:8.33%; }
	.container_12 .prefix_2 { margin-left:16.67%; }
	.container_12 .postfix_2 { margin-right:16.67%; }
}

.ui-accordion-header.ui-state-hover.ui-state-active a { color:#fff; }


/*
	Overlay
	*/

.vcModal {
    transition: height 0s .3s, opacity .3s;
    pointer-events: none;
    position: fixed;
    opacity: 0;
    left: 0;
    top: 0;
    overflow: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    padding: 30px 30px 20px;
    border: none;
    width: 100%;
    height: 0;
    margin: 0;
    max-width: none;
    max-height: none;
    background: none;
}
.vcModal::backdrop {
    background: rgba(255,255,255,.75);
}
.vcModal.open,
.vcModal[open] {
    height: 100vh;
    opacity: 1;
    transition: height 0s, opacity .3s;
    pointer-events: auto;
}
.vcModalMsg {
    position: relative;
    z-index: 1;
    margin: auto;
    background: #fff;
    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);
    padding: 20px;
    border-radius: 20px 0 20px 20px;
}
.vcModal .vcModalClose {
    position: absolute;
    display: block;
    right: -1em;
    top: -1em;
    cursor: pointer;
    padding: .5em;
    line-height: 1;
    text-align: center;
    background: #1f1f1f;
    border: none;
    color: #fff;
    font-size: 1.5625em;
    height: 2em;
    width: 2em;
    border-radius: 1em;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 1;
}
.vcModal .vcModalClose:hover {
    background: #b9e5f7;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.vcModalBannerBottom {
    padding: 30px 0 0;
    align-items: flex-end;
    background: rgba(255,255,255,.75);
}
.vcModalBannerBottom .vcModalMsg {
    margin-bottom: 0;
    max-width: none;
    padding: 0;
    border-radius: 0;
}
.vcModalBannerBottom .vcModalClose {
    right: 15px;
    top: 15px;
}
.vcModalBannerBottom .vcModalMsg .article {
    padding: 20px;
    margin: 0 auto;
}
@media (min-width: 960px) {
    .vcModalMsg {
        padding: 40px;
    }
    .vcModalBannerBottom .vcModalMsg .article {
        width: 83.33%;
    }
    .vcModalBannerBottom .vcModalMsg .article > :first-child {
        padding-right: 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
	*/

.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;
    color: #666;
    font-size: 14px;
}

.vcPrivacyOptsLine input:disabled + label {
    pointer-events: none;
}


.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;
}

.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;
}


.vcPrivacySlideDownTarget {
    display: grid;
    grid-template-rows: 1fr;
    overflow: hidden;
    padding-top: .625em;
    transition: all .3s;
}
.vcPrivacySlideDownTarget > * {
    min-height: 0;
    transition: visibility .3s;
    visibility: visible;
}
.vcPrivacySlideDownTarget[aria-hidden="true"] {
    grid-template-rows: 0fr;
    padding-top: 0;
}
.vcPrivacySlideDownTarget[aria-hidden="true"] > * {
    visibility: hidden;
}

.vcPrivacySlideDownTrigger {
    background: none;
    padding: .5em 0 0;
    border: none;
}
.vcPrivacySlideDownTrigger[aria-expanded="true"] .on {
    display: inline;
}
.vcPrivacySlideDownTrigger .on,
.vcPrivacySlideDownTrigger[aria-expanded="true"] .off {
    display: none;
}
.vcPrivacySlideDownTrigger[aria-expanded="true"] .vcCssIcon {
    transform: rotate(180deg);
}
.vcPrivacySlideDownTrigger[aria-expanded="true"] .vcCssIconArrowDown:after {
    margin-top: -1em;
}

@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%;
    }
}

/*
A11y
 */
.vcA11yOverlayTrigger {
    position: fixed;
    right: 10px;
    bottom: 10px;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    font-size: 2.5em;
    line-height: 1;
    cursor: pointer;
    z-index: 15;
    transition: all .3s;
    color: #000;
    background: #fff;
    border-radius: .5em;
}
.vcA11yOverlayTrigger .icon,
.vcA11yOverlayTrigger .icon:before {
    display: block;
}
.vcA11yOverlayTrigger:hover {
    text-shadow: 0 3px 5px rgba(0,0,0,.5);
    transform: translateY(-5%);
    color: #fff;
    background: #1a1a1a;
}
@media (min-width: 960px) {
    .vcA11yOverlayTrigger {
        right: 20px;
        bottom: 20px;
        font-size: 3.75em;
    }
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
#breadcrumb {
	padding-top:0;
	padding-bottom:0;
	font-size:14px;
}
#breadcrumb a {
	color:#707070;
	text-decoration:none;
	display:inline-block;
	padding-left:4px;
}
#breadcrumb a:before {
	content:'/';
	display:inline-block;
	margin-right:4px;
}
#breadcrumb a:first-child:before {
	display:none;
}
#breadcrumb a:last-child,
#breadcrumb a.last {
	color:#00478a;
	font-weight:600;
}
#breadcrumb a:hover {
	text-decoration:underline;
}
#breadcrumb + aside,
#breadcrumb + aside + .grid_8,
#breadcrumb + .grid_12 {
	padding-top:0;
}
#wrapper {
	position:relative;
	margin: 0 auto;
	right:0;
	opacity:1;
	transition:right 0.2s, opacity 0.1s;
	width:100%;
	overflow:hidden;
}
#content { background-color:#fff; }
#content > .grid_8 {
	width:100%;
}
aside.grid_4 { float:right; }

#logo {
	position:relative;
	float:left;
	display:inline-block;
	width:148px;
	margin-top:-15px;
	margin-bottom:-15px;
}
#logo img {
	width:78%;
}
.aside_box {
	padding:15px;
	background-color:#f5f5f5;
}

#footer {
	position:relative;
	color:#fff;
	font-size:1em;
	line-height:2em;
}
#footer a {
	color:#fff;
	text-decoration:underline;
}
a#footer_top {
	float:right;
	font-size:1em;
	display:inline-block;
	padding-left:1.333em;
	line-height:2.667em;
	text-decoration:none;
	background:#00478a;
	border-radius:1.333em;
	box-shadow:0 3px 6px rgba(0,0,0,0.23);
}
a#footer_top:after {
	content:'';
	background:url(../img/top.png) center center no-repeat;
	display:inline-block;
	height:40px;
	width:40px;
	margin-left:10px;
	border-radius:16px;
	vertical-align:bottom;
}

#footer .headline {
	font-size:20px;
	font-style:italic;
}
#footer .gridWrap { margin:0; }
.footer_top {
	background-color:#00478a;
	line-height:20px;
}
.footer_bottom {
	padding:5px 15px;
	background-color:#004267;
}
@media only screen and (min-width: 1080px) {
	#footer,
	.modul_start #teaser {
		padding-left:15px;
		padding-right:15px;
	}
	.container_12 {
		max-width:1080px;
	}
}
@media only screen and (min-width: 1440px) {
	#footer,
	.modul_start #teaser {
		padding-left:30px;
		padding-right:30px;
	}
}

#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:block;
	background:url(../img/bg_hands.png) center top repeat-x;
	height:142px;
	width:100%;
	position:absolute;
	bottom:50px;
	left:0;
}

/* NAV */
.aside_box > strong,
nav > strong {
	color:#00478a;
	font-size:1.333em;
	font-weight:600;
}
.nav.Std {
	float:left;
}
#navStd li {
	float:left;
	margin:10px 0;
}
#navStd li .a,
#navStd li a {
	display:block;
	position:relative;
	text-decoration:none;
	padding:0 10px;
	font-size:1em;
	line-height:1.333em;
	color:#fff;
	position:relative;
}
#navMainTrigger {
    display: none;
}
#navMainTrigger .menu {
    display: none;
}

#navStd li a.active { font-weight:bold; }
#navMobiWrapper {
	float:right;
	position:relative;
	z-index:1000;
	margin-top:30px;
}
@media only screen and (min-width: 921px) {

    #navmain {
        margin-right: -15px;
    }

    #navmain .iconMenuTriggerDwn {
        display: none;
    }

    #navmain li.lvl1 {
        float: left;
        position: relative;
        margin: 0 15px;
    }

    #navmain a.lvl1 {
        position: relative;
        display: block;
        color: #333333;
        text-decoration: none;
        padding: 10px 0;
        font-size: 1.333em;
        line-height: 1em;
        font-weight: 200;
    }

    #navmain a:after {
        content: '';
        position: absolute;
        display: block;
        height: 5px;
        bottom: 0;
        left: 50%;
        margin-left: 0;
        width: 0;
        background: #00478a;
        transition: width 0.2s, left 0.2s;
    }

    #navmain a.lvl1.active:after,
    #navmain li:hover > a:after {
        width: 100%;
        left: 0;
    }

    #navmain a.lvl1.active {
        color: #00478a;
        font-weight: 600;
    }

    #navmain ul.lvl2 {
        display: none;
    }

    #navmain a.m_12 {
        padding: 0;
    }

    #navmain a.m_12 span {
        display: none;
    }

    #navmain a.m_12:before {
        content: '';
        display: block;
        height: 40px;
        width: 40px;
        background-color: #00478a;
        border-radius: 20px;
    }

    #navmain a.m_12:after {
        content: '';
        position: absolute;
        display: block;
        height: 28px;
        width: 28px !important;
        top: 50%;
        left: 50% !important;
        margin-top: -14px;
        margin-left: -14px;
        background: url(../img/sprt.png) -28px -47px;
    }
}
#navFooter {
	list-style:url(../img/li.png);
	margin-left:20px;
	margin-top:15px;
}
#navFooter a {
	text-decoration:none;
}
#navSub li {
	border-top:1px solid #fff;
}
#navSub li:first-child {
	border-top:0px;
}

#navTaxFilter li label,
#navSub li a {
	display:block;
	padding:10px 0;
	text-decoration:none;
	color:#515151;
	line-height:20px;
	cursor:pointer;
}
#navSub li a.active {
	color:#000;
	font-weight:600;
}
#navTaxFilter li:before,
#navSub li:before {
	top:1em;
	border-color: #d4d4d4 #d4d4d4 transparent transparent;
}
#navTaxFilter li:hover:before,
#navTaxFilter li.active:before,
#navSub li:hover:before,
#navSub li.active:before {
	border-color: #00478a #00478a transparent transparent;
}

#navTaxFilter input[type="radio"] {
	display:none;
}
#navTaxFilter li label:hover,
#navTaxFilter li label.active {
	color:#000;
	font-weight:600;
}
@media only screen and (max-width: 919px) {
	#navTaxFilter li {
		display:inline-block;
		width: 33.33%;
	}
}
@media only screen and (max-width: 720px) {
	#navTaxFilter li {
		display:inline-block;
		width: 50%;
	}
}
@media only screen and (max-width: 460px) {
	#navTaxFilter li {
		display:inline-block;
		width: 100%;
	}
}
header .box_search {
	position:absolute;
	top:0;
	left:120px;
	right:0;
	margin-right:70px;
	margin-top:30px;
}
header .box_search #srcBoxQ {
	width:140px;
	border:0;
	background:none;
	padding:6px 40px 6px 10px;
	height:40px;
	line-height:28px;
	font-size:15px;
	border-radius:20px;
	box-shadow:0 1px 3px rgba(0,0,0,0.23);
	overflow:hidden;
	float:right;
	transition:width 0.2s;
	-webkit-transition:width 0.2s;
}
header .box_search #srcBoxQ:focus {
	width:75%;
	min-width:140px;
}
header .box_search button {
	background:none;
	padding:0;
	position:absolute;
	right:0;
	top:0;
}
header .box_search button span {
	display:block;
	width:28px;
	height:28px;
	margin:6px;
	text-indent:-999px;
	overflow:hidden;
	background:url(../img/sprt.png) -104px -47px no-repeat;
}
@media only screen and (min-width: 920px) {
	header .box_search {
		display:none;
	}
}

.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:#00478a;
	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 */
.article:not(.form) {
	margin-top:20px;
}
.article > :first-child, .article > imagesWrap:first-child + .headline {
    margin-top: 0;
}
.startArticle {
	padding:0 20px;
}
.startArticle blockquote {
	margin:0;
}

#content article h1:first-child,
#content article h2:first-child,
#content article h3:first-child {
	margin-top:0;
}
#termine_1 h2,
#termine_2 h2 {
	margin:0;
	font-size:1.071em;
	padding:5px 10px;
	color:#fff;
	font-weight:normal;
}
#termine_1 h2 a,
#termine_2 h2 a {
	display:block;
	color:#fff;
}
#termine_1 h2 {
	background:#abd08a;
}
#termine_2 h2 {
	background:#004c92;
}
.termin_box table {
	width:100%;
	border-spacing:2px;
}
.termin_box table td {
	padding:10px 3px;
}
.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;
}
/* 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; }


/* OVERLAY */
#overlay {
	display:none;
	height:100%;
	width:100%;
	background:#000;
	background:rgba(0,0,0,0.5);
	position:fixed;
	top:0;
	left:0;
	z-index:10000;
}
#overlay:after {
	content:'';
	display:block;
	position:absolute;
	top:50%;
	left:50%;
	height:64px;
	width:64px;
	margin-top:-32px;
	margin-left:-32px;
	background:url(../img/overlay.png) center center no-repeat;
}
body.busy #overlay {
	display:block;
}

.refData dt {
	clear:left;
	float:left;
	font-weight:600;
	width:120px;
	max-width:50%;
}
.refData dd {
	margin-left:120px;
}

.supports { margin-top:15px; }
.supports .textWrap p {
	margin:0;
}

/* ==========================================================================
   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:#00478a;}#swipebox-action{border-top:4px solid #5682d9}#swipebox-caption{border-bottom:4px solid #5682d9;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; background: #eff0f1; }
.slider ul,
#teaser ul {
    margin:0;
    padding:0;
    list-style:none;
    position:relative;
    height: 55vw;
    max-height: 80vh;
    min-height: 622px;
}
.slider ul {
	padding-bottom:62.5%;
	height:0;
}
.slider ul li,
#teaser ul li {
    margin:0;
    padding:0;
    position:relative;
    display:none;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    flex-direction: column;
}
.slider ul li:before,
#teaser ul li:before { display:none; }
#teaser .info h1:first-child,
#teaser .info h2:first-child,
#teaser .info h3:first-child,
#teaser .info h4:first-child { margin-top:0; }
#teaser .info {
	position:absolute;
	top:0;
	left:0;
	color:#fff;
}
#teaser .sliderImg {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    flex-grow: 1;
    background-position: center;
}
.modul_start #teaser ul li .infoWrap {
    width: 100%;
    padding-bottom: 40px;
    color: #fff;
    background: #00478a;
    background-size: auto;
    background-size: cover;
}
.modul_start #teaser .info {
	position:relative;
}
.modul_start #teaser .info .mar_15 {
	margin-top:30px;
}
#teaser .info .headline {
	font-size:25px;
	font-weight:600;
}
#teaser .info .headline .dateText {
	display:block;
    font-size: 0.7em;
    font-weight: normal;
}
#teaser .slider_pager_item .dateText {
	display:block;
	font-size:12px;
	font-weight:400;
}
#teaser .info .more {
    background: #fff;
    color: #00478a;
}
#teaser .info .more:after {
    border-color: #00478a #00478a transparent transparent;
}
@media only screen and (min-width: 920px) {
    #teaser ul li {
        flex-direction: row;
    }
    #teaser .sliderImg {
        order: 1;
        width: auto;
    }
    .modul_start #teaser ul li .infoWrap {
        width: 40%;
        padding-bottom: 40px;
    }
    #teaser .info {
        display: flex;
        align-items: center;
        height: 100%;
        padding-left: 30px;
    }
}
@media only screen and (max-width: 919px) {
	aside .nav.Sub{
		display:none
	}
	aside.grid_4,
	#content {
		width:100%;
	}
}
#teaser .info .info-box {
    -webkit-line-clamp: 3;
    line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

/*@media only screen and (max-width: 640px) {
	#teaser .info .info-box {
		-webkit-line-clamp: 3;
		line-clamp: 3;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis
	}
}*/
@media only screen and (min-width: 1080px) {
	#teaser .info {
		font-size:18px;
		line-height:30px;
	}
	#teaser .info .headline {
		font-size:30px;
	}

}
.slider ul { /*height:0; padding-bottom:60%;*/ }
.sliderWrapper .slider_pager {
	position:absolute;
	bottom:0;
	right:0;
	text-align:center;
	padding:0 8px 15px;
	display:none;
	line-height:14px;
}
.modul_start #teaser .slider_pager {
	display:block;
}
.sliderWrapper .slider_pager .slider_pager_item {
	display:inline-block;
	cursor:pointer;
	width:14px;
	height:14px;
	background:none;
	border:1px solid #00478a;
	overflow:hidden;
	text-align:left;
	text-indent:-999px;
	margin:0 7px;
	transition:border 0.4s;
}
#teaser .slider_animateTimer {
	position:absolute;
	display:block;
	top:0;
	left:0;
	right:0;
	height:4px;
}
#teaser .slider_animateTimer .slider_wrapper_ani {
	display:block;
	position:absolute;
	left:0;
	height:100%;
	background-color:#00478a;
}
.modul_start #teaser .sliderWrapper .slider_pager {
	padding:0;
	left:0;
	line-height:1px;
}
.modul_start #teaser .sliderWrapper .slider_pager_table {
	display:table;
	height:4px;
	width:100%;
}
.modul_start #teaser .sliderWrapper .slider_pager .slider_pager_table .slider_pager_item {
	display:table-cell;
	line-height:1px;
	width:33.33%;
	height:20px;
	padding:0 15px;
	margin:0;
	border:none;
	position:relative;
}
.modul_start #teaser .slider_pager .slider_pager_item .pager_text {
	display:none;
}
.modul_start #teaser .slider_pager .slider_pager_item .index {
	display:block;
	height:4px;
	position:absolute;
	left:15px;
	right:15px;
	bottom:0;
	background:rgba(255,255,255,0.5);
	transition:height 0.2s;
	-webkit-transition:height 0.2s;

}
.modul_start #teaser .slider_pager .slider_pager_item.active .index {
	background:rgba(0,79,123,1);
}
@media only screen and (max-width: 1079px) {
	.modul_start #teaser .slider_pager .slider_pager_item:hover .index {
		height:10px;
	}
}
@media only screen and (min-width: 1080px) {
	.modul_start #teaser .sliderWrapper .slider_pager {
		left:0;
		right:0;
		padding:0;
		background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
	}
	.modul_start #teaser .sliderWrapper .slider_pager_table {
		display:table;
		width:1080px;
		margin:0 auto;
		table-layout:fixed;
        margin-bottom: 5px;
	}
	.modul_start #teaser .sliderWrapper .slider_pager .slider_pager_table .slider_pager_item {
		display:table-cell;
		vertical-align:top;
		font-weight:700;
		line-height:20px;
		padding:10px;
		text-indent:0;
		border:none;
		width:auto;
		height:auto;
		background: #fff;
        color: #00478a;
		position:relative;
		/*border-bottom:4px transparent solid;*/
	}
	.modul_start #teaser .sliderWrapper .slider_pager .slider_pager_table .slider_pager_item + .slider_pager_item {
		border-left:1px solid #aaa;
		border-left:1px solid rgba(255,255,255,0.4);
	}
	/*.modul_start #teaser .sliderWrapper .slider_pager .slider_pager_table .slider_pager_item.active {
		border-bottom:4px #00478a solid;
	}*/
	.modul_start #teaser .slider_pager .slider_pager_item .pager_text {
		display:inherit;
	}
	.modul_start #teaser .slider_pager .slider_pager_item .index {
		display:block;
		position:absolute;
		bottom:0;
		left:0px;
		right:0px;
		height:4px;
		background:none;
		overflow:hidden;
		text-indent:-999px;
	}
	.modul_start #teaser .slider_pager .slider_pager_item.active .index {
		background-color:#00478a;
	}
}
@media only screen and (min-width: 1440px) {

    .modul_start #teaser ul li .infoWrap {
        width: 30%;
    }
}
.sliderWrapper .slider_pager .slider_pager_item.active {
	border-width:7px;
}
.modul_start #teaser .sliderWrapper .slider_navigation {
	display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 15px;
}
@media only screen and (min-width: 920px) {
    .modul_start #teaser .sliderWrapper .slider_navigation {
        padding: 0 45px;
    }
}
.sliderWrapper .slider_navigation span {
	position:relative;
	display:inline-block;
	bottom:0;
	width:40px;
	height:40px;
	overflow:hidden;
	cursor:pointer;
	z-index:1;
    line-height: 38px;
    border-radius: 50%;
    border: 1px solid #fff;
}
.sliderWrapper .slider_navigation span:after {
	content:'';
	position:absolute;
	left:50%;
	top:50%;
	display:block;
	width: 12px;
	height: 12px;
    transform: translateX(-50%) translateY(-50%);
}
.sliderWrapper .slider_navigation > span + span {
    margin-left: 10px;
}
.sliderWrapper .slider_navigation span.prev:after {
	background:url(../img/left.png) center center no-repeat;
}
.sliderWrapper .slider_navigation span.next:after {
	background:url(../img/right.png) center center no-repeat;
}

.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;
}

/* STARTSEIT RASTER */
#startButton {
	text-align:center;
	margin-bottom:30px;
}
#startButton a {
	text-decoration:none;
	color:#00478a;
	font-weight:700;
}
#startButton .trigger {
	display:block;
	text-align:center;
	position:relative;
}
#startButton .trigger:before {
	content:'';
	display:inline-block;
	width:40px;
	height:40px;
	border-radius:20px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.3);
}
#startButton:hover .trigger:before {
	background:#00478a;
}
#startButton .trigger:after {
	content:'';
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-9px;
	margin-left:-4px;
	width:7px;
	height:7px;
	border-style:solid;
	border-width: 0 1px 1px 0;
	border-color: transparent #00478a #00478a transparent;
	transform:rotate(45deg);
}
#startButton:hover .trigger:after {
	border-color: transparent #fff #fff transparent;
}
.startArticle {
	text-align:center;
}
.grid_12 article.article {
	padding-left: calc(16.67% + 15px);
	padding-right: calc(16.67% + 15px);
}
@media only screen and (max-width: 919px) {
	.grid_12 article.article {
		padding:0;
	}
}
.startGrid .articleGrid {
	position:relative;
}
.startGrid .articleGrid .bgImg {
	height:0;
	position:relative;
	padding-bottom:100%;
	background-size:cover;
}
.cm_contrast .startGrid .articleGrid .bgImg {
    background-color: #000;
    background-image: none !important;
}
.startGrid .articleGrid .bgImg:after {
	content:'';
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:#fff;
	opacity:0.8;
	transition:opacity 0.2s, background 0.2s;
}
.startGrid .articleGrid:hover .bgImg:after {
	background:#000;
	opacity:0.4;
}
.startGrid .articleGrid .iconWrap,
.startGrid .articleGrid .textWrap {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	padding:15px;
	margin:0 15px 30px 15px;
	opacity:1;
	transition:opacity 0.4s;
	overflow:hidden;
	text-align:center;
}
.startGrid .articleGrid:hover .iconWrap {
	opacity:0;
}
.startGrid .articleGrid .textWrap {
	opacity:0;
	color:#fff;
	display:table;
	width:100%;
	height:100%;
	padding:0 15px 30px 15px;
	margin: 0;
}
.startGrid .articleGrid .textWrap > div {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	padding:15px;
}
.cm_contrast .startGrid .articleGrid .textWrap > div {
    background: #000;
}
.startGrid .articleGrid:hover .textWrap {
	opacity:1;
}

.startGrid .articleGrid .iconWrap .headline {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	padding:15px;
	text-align:center;
}
.startGrid .articleGrid .iconWrap .icon {
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-75px;
	margin-left:-75px;
	width:150px;
	height:150px;
	background-size:contain;
	transition: transform 0.2s;
}
.startGrid .articleGrid:hover .iconWrap .icon {
	transform:scale(0.8);
}
.startGrid .articleGrid .textWrap .button {
	margin-top:0;
}
.content table tr td {
	padding:2px;
}
.content table tr:nth-child(2n+2) td {
	background-color:#F5F5F5;
}

/* ==========================================================================
   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;
}
.sprt.tel {
	height:16px;
	width:16px;
	background-position:-56px -47px;
	overflow:hidden;
	text-indent:-999px;
	vertical-align: middle;
}
.sprt.email {
	height:16px;
	width:16px;
	background-position:-72px -47px;
	overflow:hidden;
	text-indent:-999px;
	vertical-align: middle;
}
#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;
	z-index:1;
}
.gallery {
	margin: 0px -10px;
}
.img-count {
	margin: 5px 10px;
	text-align: right;
}
.imgContainer {
	float: left;
	margin: 10px;
	position: relative;
}
.img {
	display:block;
	position: relative;
}
.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: left;
	margin-top: .5em;
}
.imgWrap .caption {
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	padding:15px;
	color:#fff;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}


.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: 0 auto 1em;
}
.imgNone .imagesInnerWrap {
	margin: -1em;
}

.imgWidth-100,
.imgWidth-75,
.imgWidth-67,
.imgWidth-50,
.imgWidth-42,
.imgWidth-33,
.imgWidth-25 {
	width: 100%;
}
.imgWidth-20,
.imgWidth-17,
.imgWidth-15 {
	width: 25%;
}
.imgWidth-13,
.imgWidth-10,
.imgWidth-5 {
	width: 15%;
}

.imgNone .imgWrap {
	float: left;
	padding: 1em;
	margin: 0;
}
.zoom {
	display:block;
	position:absolute;
	right:15px;
	bottom:15px;
	background:url(../img/sprt.png) -88px -47px no-repeat;
	height:16px;
	width:16px;
}

.float_left {
	float:left;
}
.float_right {
	float:right;
}

.bg_white {
	background:#fff;
}
.bg_1 {
	background:#f7f7f8;
}
.bg_2 {
	background:#e2efd7;
}

.bs_1 {
	box-shadow: 1px 1px 8px rgba(0,0,0,0.21);
}

.accordionWrapper.ui-accordion .ui-accordion-content {
	padding:10px;
}
.accordionWrapper.ui-accordion .ui-accordion-header .ui-icon {
	position:absolute;
	right:5px;
	top: .7em;
}
.accordionWrapper.ui-accordion .ui-accordion-header {
	padding:0;
}
.accordionWrapper.ui-accordion .ui-accordion-header a {
	display:block;
	padding-left:10px;
	padding-right:20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height:32px;
}
@media only screen and (min-width: 480px) {
	.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;
	}
	.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 */
.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);
}

iframe[name="google"] {
	width:100%;
}

/* 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: #00478a !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 !important;
	margin:0 !important;
}
.downloads li:before {
	display: none !important;
}
.download a {
	display:block;
	margin:15px 15px 15px 0;
	position:relative;
	/*min-height:40px;*/
	text-align: left;
	text-decoration: none;
	color: inherit;
	font-weight: 500;
	color:#00478a;
}
.download a.hasImg {
	/*padding-left: 45px;*/
}
.download img {
	/*position: absolute;
	display: block;*/
	float:left;
	left: 0;
	margin-right:5px;
	top: .25em;
}
.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: #C00;
}
.form .hint .duty {
	padding: 2px;
}

.fehler_text {
	color: #C00;
}

.optsContainer {
	margin: 1em 0;
	text-align: left;
}
.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:700;
	font-weight: normal;
	line-height: 1.5;
	color:#00478a;
	padding-bottom:0.5em;
}
.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: #f7f7f8;
	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:not(.optsSwitch)[type="radio"],
.optsContainer input:not(.optsSwitch)[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 {
	float: left;
	padding: .5em 0;
	margin: 0 2em 0.5em 0;
	cursor: pointer;
	-webkit-transition: border-color .2s, color .2s;
	transition: border-color .2s, color .2s;
}
.optsContainer .optsInline:not(.optsSwitchContainer):hover {
	border-bottom: 1px solid #f7f7f8;
}
.optsContainer .optsInline:not(.optsSwitchContainer).optsChecked {
	border-bottom: 1px solid #00478a;
	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: #00478a;
}
.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;
}

.optsCheckbox .optsInputWrap, .optsRadio .optsInputWrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    transition: border-color .3s;
    justify-content: space-between;
}

/* Swtiches */
input.optsSwitch {
    float: right;
    flex-shrink: 0;
    width: 2em;
    height: 1em;
    vertical-align: top;
    appearance: none;
    background: #C00 no-repeat left center;
    background-image:  url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
    background-size: contain;
    border: none;
    border-radius: 2em;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact;
    box-shadow: 0 1px 3px rgba(0,0,0,.5) inset;
    font-size: 1.5em;
    transition: background .3s;
    display: block !important;
    z-index: 1;
    position: relative;
}
input.optsSwitch:focus-visible {
    outline: 0;
    box-shadow: 0 0 .05rem .25rem rgba(13,110,253,.25);
}
input:checked.optsSwitch {
    background-color: #00b300;
    background-position: right center;
}
input:disabled.optsSwitch  {
    background-color: #ddd;
}
/* Form Type: BUTTONS */
.btnContainer {
	text-align: center;
}
.btnContainer button {
	min-width: 30%;
	padding:0.5em 1em;
	background:#00478a;
	color:#fff;
}
.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;
}
.startGrid .button,
a.button,
a.more {
	position:relative;
	display:inline-block;
	text-decoration:none;
	background-color:#00478a;
	color:#fff;
	padding:10px 40px 10px 20px;
	border-radius:20px;
	margin-top: 10px;
}
.startGrid .button:after,
a.more:after,
a.button:after {
	content:'';
	position:absolute;
	right:15px;
	top:50%;
	margin-top:-4px;
	height:7px;
	width:7px;
	border-style: solid;
	border-width: 1px 1px 0 0;
	border-color: #fff #fff transparent transparent;
	transform: rotate(45deg);
	transition:right 0.3s;
}
.startGrid .button:hover:after,
a.more:hover:after,
a.button:hover:after {
	right:10px;
}
/*a.button {
	padding:2px;
}*/
#tax_form .optsContainer label {
	float:left;
	width:33.33%;
	padding-right: 2em;
    padding-bottom: 0;
    margin-top: 0.5em;
}
#tax_form .optsContainer input, #tax_form .optsContainer textarea, #tax_form .optsContainer select, #tax_form .optsContainer .selectWrap, #tax_form .optsContainer .optsBlock, #tax_form .optsContainer .date {
	width:66.66%;
	float:right;
	background:none;
}
#tax_form .optsContainer.field_q label {
	display:none;
}
#tax_form .optsContainer.field_q input {
	width:100%;
	background-color:#fff;
}
#tax_form .optsContainer + .optsContainer { margin-top:1em; }

@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: 640px) {
	.optsContainer > .error:first-child + label,
	.optsContainer > label:first-child {
		float: left;
		text-align: left;
		width: 30%;
		padding-right: 2em;
		padding-bottom:0;
		margin-top: 0.5em;
	}
	.optsContainer > .error:first-child + label .shortInfo,
	.optsContainer > label:first-child .shortInfo {
		display: block;
		padding-top: .5em;
	}
	.optsError .error {
		margin-left: 30%;
	}
	.optsContainer input:not(.optsSwitch),
	.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%;
	}
	.btnContainer {
		text-align:left;
	}
	.btnContainer:not(.btnWrap) button {
		margin-left:30%;
	}
	.flex-container {
		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;
	}
	#footer .flex-item { position:relative; }
	.flex-container .flex-item > div { height:100%; }
	#footer .flex-item:after {
		content:'';
		position:absolute;
		display:block;
		left:0;
		top:10px;
		bottom:10px;
		width:1px;
		background:#ce9000;
	}
	#footer .flex-item:first-child:after {
		display:none;
	}
	.flex-item:nth-child(1),
	#footer .flex-item:nth-child(1) {
		-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),
	#footer .flex-item:nth-child(2) {
		-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(3),
	#footer .flex-item:nth-child(3) {
		-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;
	}

}


/* Content: LISTS */
.list .listItem + .listItem {
	margin-top: 2em;
}
.list .articleWrap > :first-child {
	margin-top: 0;
}
#content .list .gallerySwiper + .articleWrap > :first-child,
#content .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: 30px -15px -15px;
}
.gridWrap .gridSizer {
	width: 8.33%;
}
.gridWrap .articleGrid {
	padding: 0 15px 30px 15px;
	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.imgContain .articleImg {
    padding: 10px;
}
.articleGrid .imgWrap {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	position: relative;
}
/*.articleGrid .imgWrap.grey {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: url('../img/desaturate.svg#greyscale');
	filter: gray;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.articleGrid:hover .imgWrap.grey {
	filter: none;
	-webkit-filter: none;
	-moz-filter: none;
}*/
.articleGrid .imgWrap .caption {
	position: absolute;
	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 .more {
	position:absolute;
	display:block;
	background:none;
	width:50px;
	height:50px;
	bottom:0;
	right:0;
	padding:0;
}
.articleGrid .bg { position:relative; }
.articleGrid .more span { display:none; }
.articleGrid .more:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	height:0;
	width:0;
	border-style: solid;
	border-width: 0 0 50px 50px;
	border-color: transparent transparent #f2a900 transparent;
	bottom: 0;
	right: auto;
	transform: inherit;
	background: none;
}
.articleGrid .more:after {
	content:'';
	position:absolute;
	background:url(../img/right.png) center center no-repeat;
	height:12px;
	width:12px;
	bottom:10px;
	right:10px;
}
.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 {
		float:left;
		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%;
		float:left;
	}
	.gridWrap .gridWidth_25 {
		width: 25%;
	}
}

.gallery.gallerySwiper {
    margin-left: 0;
    margin-right: 0;
}
.gallerySwiper .swiper-container {
    overflow: hidden;
    position: relative;
}
.gallerySwiper .swiper-container .swiper-slide {
    margin: 0;
}
.gallerySwiper .swiper-button {
    position: absolute;
    bottom: 0;
    width: 50px;
    height: 50px;
    z-index: 111;
    cursor: pointer;
}
.gallerySwiper .swiper-button:before {
    content:'';
    position:absolute;
    display:block;
    height:100%;
    width:100%;
    background:#00478a;
    transform:skew(45deg);
    left:-25px;
    top:0;
}
.gallerySwiper .swiper-button.swiper-button-disabled:before {
    background: #aaa;
}

.gallerySwiper .swiper-button:after {
    content:'';
    position:absolute;
    left:10px;
    bottom:10px;
    display:block;
    width: 12px;
    height: 12px;
}
.gallerySwiper .swiper-button.prev {
    left:0;
}
.gallerySwiper .swiper-button.next:before {
    transform:skew(-45deg);
    left:25px;
}
.gallerySwiper .swiper-button.next {
    right:0;
}
.gallerySwiper .swiper-button.prev:after {
    background:url(../img/left.png) center center no-repeat;
}
.gallerySwiper .swiper-button.next:after {
    background:url(../img/right.png) center center no-repeat;
    left:auto;
    right:10px;
}

.gallerySwiper .swiper-container.gallery-thumbs {
    position: relative;
}
.gallerySwiper .swiper-container.gallery-thumbs .swiper-slide {
    width: 33.33%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
.gallerySwiper .swiper-container.gallery-thumbs .swiper-slide:not(.swiper-slide-thumb-active) {
    opacity: 0.8;
}
.gallerySwiper .swiper-container.gallery-thumbs .swiper-slide-thumb-active .img:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    border: 1px solid #000;
}
@media (min-width: 720px) {
    .gallerySwiper .swiper-container.gallery-thumbs .swiper-slide {
        width: 25%;
    }
}
@media (min-width: 1280px) {
    .gallerySwiper .swiper-container.gallery-thumbs .swiper-slide {
        width: 20%;
    }
}

/* Flip Animation */
.articleGrid.flip {
    perspective: 1500; /* Hier wird die Perspektive der gesamten Szene festgelegt. Der Wert hat Auswirkung auf die Verzerrung */
    background-color: transparent;
}
.articleGrid.flip:hover .turnaround {
    transform: rotateY(180deg); /* Beim Mouse-Over wird die Szene umgedreht */
}

.turnaround {
    transition: .5s /* Die Drehung soll 0,5 Sekunden dauern */;
    transform-style: preserve-3d; /* Kind-Elemente  (.front + .back) sollen ihre 3D-Eigenschaften behalten*/
    position: relative;
    height: 100%;
    padding-bottom: 100%;
    text-align: center;
}

.front,
.back {
    backface-visibility: hidden /* Die Rückseite von Elementen soll unsichtbar sein */;
    position: absolute;
    width: 100%;
    height: 100%;
}

.front {
    z-index: 2;
    background-color: #FFF;
}

.back {
    transform: rotateY(180deg) /* Die Rückseite des Logos wird umgedreht, um dann bei der Drehung der gesamten Szene vorne zu sein :) */;
    z-index: 2;
    background: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bg_1 .front,
.bg_1 .back {
    background: #f7f7f8;
}
/* REFERENZEN */
.ui-accordion-header .ref_icon {
	display:inline-block;
	height:30px;
	width:30px;
	margin:1px;
	background-size:contain;
	vertical-align:bottom;
	margin-left:-8px;
	margin-right:8px;
}

/* ==========================================================================
   Accessibility
   ========================================================================== */
#a11yReadspeakerButton {
    position: fixed;
    bottom: 10px;
    left: 10px;
    margin: 0;
    width: calc(100% - 20px - 3.75rem) !important;
}
#a11yReadspeakerButton.rsexpanded .rsbtn_play {
    padding: 0;
}
#a11yReadspeakerButton.rsexpanded .rsbtn_play .rsbtn_left {
    overflow: hidden;
    width: 0;
    margin-left: 2.3333em;
}
#a11yNavControlTrigger {
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    display: flex;
    align-items: center;
    flex-grow: 1;
}
#a11yNavControlTrigger .optsInputLabel {
    flex-grow: 1;
    text-align: left;
}
#a11yNavControlTrigger .state {
    flex-shrink: 0;
    display: flex;
}
#a11yNavControlTrigger .state .vcCssIcon {
    transition: all .3s;
}
#a11yNavControlTrigger .state .on,
#a11yNavControlTrigger[aria-expanded="true"] .state .off {
    display: none;
}
#a11yNavControlTrigger[aria-expanded="true"] .state .on,
#a11yNavControlTrigger .state .off {
    display: block;
}
#a11yNavControlTrigger[aria-expanded="true"] .vcCssIcon {
    transform: rotate(180deg);
}

/* Font Size */
.fs_bigger body {
    font-size: 20px;
}
.fs_big body {
    font-size: 24px;
}

/* Line Height */
.lh_bigger body {
    line-height: 1.75;
}
.lh_big body {
    line-height: 2;
}


/* 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: #ccc;
	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: #666;
	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:#00478a;
}
.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: #00478a;
	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: #999999;
	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 #00478a 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 #00478a;
	vertical-align: middle;
}
.pages a.lastPage.disabled:before {
	border-color: transparent #999999 transparent transparent;
}
.pages a.nextPage.disabled:after {
	border-color: transparent transparent transparent #999999;
}
@media only screen and (max-width: 960px) {

}
@media only screen and (max-width: 920px) {
	#logo { width:134px; }
	#logo img { width:78%; }
	body.open { overflow:hidden; }
	body.open #contentWrap { opacity:0.5; }
	/*.stdWrap { text-align:center; }*/
	#wrapper { margin:0; height:auto; min-height:0; }
	#breadcrumb { display:none; }
	#navMainWrap { height:5px; margin:5px 0; }
	#navMainWrap:before { display:none; }
	#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%;
	}
	#naviWrapper {
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:70px;
		margin:0;
	}
	#navMobiWrapper {
		display:block;
		position:absolute;
		top:90px;
		right:0;
		z-index:10;
	}

	/*body.open #navMobiWrapper { height:100%; }*/
	#naviMobi { display:block; width:0; }
	#naviMobi #navStdMobi,
	#naviMobi #navmain {
		width:270px;
		margin-left:10px;
	}
	#navMainTrigger {
        display: block;
		position:absolute;
		top:30px;
		right:15px;
		display:block;
		height:40px;
		width:40px;
		z-index:12;
		background-color:#00478a;
		border-radius:20px;
		cursor:pointer;
	}
	#navMainTrigger .info {
		display:block;
		height:100%;
		width:100%;
		position:absolute;
		left:0;
		top:0;
		overflow:hidden;
		z-index:10;
	}
	.csstransforms #navMainTrigger .line {
		overflow:hidden;
		text-indent:-999px;
	}
	.csstransforms #navMainTrigger .line, .csstransforms #navMainTrigger .info:after, .csstransforms #navMainTrigger .info:before {
		background:#fff;
		display: block;
		height: 2px;
		right: 10px;
		margin-left: -18px;
		position: absolute;
		transition: all 0.5s ease 0s;
		width: 20px;
	}
	.csstransforms #navMainTrigger .line {
		opacity: 1;
		top: 21px;
		margin-top:-2px;
	}
	.csstransforms #navMainTrigger .info:after, .csstransforms #navMainTrigger .info:before {
		content: "";
		opacity:1;
	}
	.csstransforms #navMainTrigger .info:before {
		bottom: 25px;
	}
	.csstransforms #navMainTrigger:after {
		bottom: 19px;
	}
	.csstransforms #navMainTrigger .info:after {
		bottom: 13px;
	}
	.csstransforms body.open #navMainTrigger:after,
	.csstransforms body.open #navMainTrigger .line {
		opacity: 0;
	}
	.csstransforms body.open #navMainTrigger .info:before {
		bottom: 19px;
		transform: rotate(45deg);
	}
	.csstransforms body.open #navMainTrigger .info:after {
		bottom: 19px;
		transform: rotate(-45deg);
	}
	/* NAV MAIN */
	#naviMobiOverflow {
		overflow:auto;
		height:100%;
	}
	#naviMobi {
		position:relative;
		height:0;
		overflow:auto;
		transition:box-shadow 0.5s;
		transition: width 0.2s;
		padding-top:90px;
		margin-top:-90px;
		width:0;
		transition: width 0.2s, height 0s 0.2s;
	}
	.open #naviMobi{
		height:100%;
		width:280px;
		transition: width 0.2s, height 0s;
	}
	#navmain {
		display:block;
		margin:0;
		padding:0;
		background:#00478a;
		transition: box-shadow 0.2s;
	}
	.open #navmain {
		box-shadow:0 3px 6px rgba(0,0,0,0.23);
	}
	#navmain ul {
		padding-left:0;
	}
	#navmain li {
		position:relative;
        float: none !important;
		line-height:20px;
		display:block;
		border-left:#00478a 5px solid;
        margin: 0 !important;
	}
	#navmain a {
		display:block;
		padding:4px 40px 4px 4px;
		text-decoration:none;
		color:#fff;
		font-size:20px;
		line-height:20px;
		min-width: 120px;
		font-weight:300;
		border-left:#00478a 5px solid;
		transition: background 0.2s;
	}
	#navmain a span {
		display:block;
		padding:8px 4px;
	}
	#navmain li.lvl2 a span {
		display:block;
		padding:5px 4px;
	}
	#navmain li.lvl1:hover,
	#navmain li.lvl1.active {
		border-left:#fff 5px solid;
	}
	#navmain a.active {
		font-weight:600;
	}
	#navmain li.lvl2 a { padding-left:20px; font-size:15px; }
	#navmain li.lvl2 a:after {
		content:'';
		display:block;
		position:absolute;
		left:12px;
		top:14px;
		width:7px;
		height:7px;
		border-color: #476bb2 #476bb2 transparent transparent ;
		border-style: solid;
		border-width: 1px 1px 0 0;
		transform:rotate(45deg);
	}
	#navmain li.lvl2 a:hover:after,
	#navmain li.lvl2 a.active:after {
		border-color: #fff #fff transparent transparent ;
	}
    #navmain .ulWrap {
        display: grid;
        grid-template-rows: 0fr;
        transition: all .3s;
    }
    #navmain .ulWrap > * {
        overflow: hidden;
    }
    #navmain .ulWrap.expanded {
        grid-template-rows: 1fr;
    }
	#navmain .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: none;
		font-family:"Courier New", Courier, monospace;
	}
	#navmain .iconMenuTriggerDwn:after {
		border-color: transparent #fff #fff transparent;
		border-style: solid;
		border-width: 0 2px 2px 0;
		content: "";
		display: block;
		height: 7px;
		width: 7px;
		margin-left: -4px;
		margin-top: -4px;
		position: absolute;
		left: 50%;
		top: 50%;
		transform:rotate(45deg);
		transition: transform 0.3s ease 0s;
	}
	#navmain .iconMenuTriggerDwn.active:after {
		transform:rotate(225deg);
	}
	#navmain .active .iconMenuTriggerDwn:after {
	}

	#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; }

	#footer .flex-item { width:100%; }
	.nav.Std {
		float:none;
		margin-left:-15px;
		margin-right:-15px;
	}
	.nav.Std::before {
		transform: skew(0deg);
	}
}
@media only screen and (max-width: 720px) {
	.startArticle .grid_8,
	.startArticle .grid_4 {
		width:100%;
	}
}

@media only screen and (max-width: 640px) {
	#footer_top { clear:both; }
	.termin_box { width:100%; }
	.list .listItem .articleImgLeft {
		float:left;
		margin-right:15px;
		margin-bottom:15px;
	}
	.list .listItem .articleWrap {
		margin-left:0 !important;
		padding-left:0 !important;
	}
	#teaser .slider_navigation { display:none; }
	#teaser .slider_pager {
		display:block;
	}
}
@media only screen and (max-width: 480px) {
	#content > aside .aside_box { width:100%; }
	#navStd li a { padding:0 8px; }
	.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; }
	#footer .flex-item:nth-child(3) {
		padding-bottom:50px;
	}
	.startArticle {
		padding: 0;
	}
}
@media only screen and (max-width: 390px) {

	#logo img {
		width:78%;
		height:auto;
	}
	.list .listItem .articleImgLeft {
		float:left;
		width:100%;
		margin-right:0;
		margin-bottom:15px;
	}
	.list .listItem .articleWrap {
		margin-left:0 !important;
		padding-left:0 !important;
	}
}

/* Button echt Lausitz */
#lausitz-news {
	position: fixed;
	top:40vH;
	z-index: 10;
    bottom: 0;
    margin: 0;
}

#AAA_2024 {
    position: fixed;
    top:calc(40vH - 190px);
    right: 0;
    z-index: 10;
}
#AAA_2024 img {
    width:180px;
    height: auto;
}
@media only screen and (max-width: 1079px) {
    #AAA_2024 {
        top:calc(40vH - 150px);
    }
    #AAA_2024 img {
        width: 140px;
    }
}
@media only screen and (max-width: 720px) {
    #AAA_2024 {
        top:calc(40vH - 110px);
    }
    #AAA_2024 img {
        width: 100px;
    }
}
