/*
 * 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.
 */

/* ==========================================================================
   Outdated Browser
   ========================================================================== */

.chromeframe {
    margin: 0;
    background: #C00;
    color: #FFF;
    padding: .5em 0;
	text-align: center;
}
.chromeframe a {
	color: #FFF;
	text-decoration: underline;
}

#outdated{display:none;position:fixed;top:0;left:0;width:100%;text-align:center;text-transform:uppercase;z-index:1500;background-color:#C00;color:#fff;padding:15px;}* html #outdated{position:absolute}#outdated h6{font-size:25px;line-height:25px;margin:0 30px 15px 30px}#outdated p{font-size:12px;line-height:12px;margin:0}#outdated #btnUpdateBrowser{display:block;position:relative;padding:10px 20px;margin:15px auto 0;width:230px;color:#fff;text-decoration:none;border:2px solid #fff;cursor:pointer}#outdated #btnUpdateBrowser:hover{color:#C00;background-color:#fff}#outdated .last{position:absolute;top:10px;right:25px;width:20px;height:20px}#outdated #btnCloseUpdateBrowser{display:block;position:relative;width:100%;height:100%;text-decoration:none;color:#fff;font-size:36px;line-height:36px}



/* ==========================================================================
   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: 45em;
	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: #c1272d;
	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 #c1272d;
	border-bottom: .1875em solid #c1272d;
	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%;
	}
}

html {
    height: 100%;
}
body {
    min-height: 100%;
}
body.navMainOpen,
body.overlayOpen,
html.swipebox-html body {
	overflow: hidden;
}
/* HEADER */
header .border {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    margin: 0;
    background: #fff;
}
header .border-top {
    width: 100%;
    height: 70px;
    background: #fff;
}
header .border-left {
    width: 0px;
    height: 100%;
}
header .border-bottom {
    width: 100%;
    height: 0px;
    top: auto;
    bottom: 0;
}
header .border-right {
    width: 0px;
    height: 100%;
    left: auto;
    right: 0;
}
header .header-overlay {
    position: fixed;
    z-index: 55;
    left: 0;
    top: 0;
}
#logo {
    left: 20px;
    top: 0;
    z-index: 50;
    -webkit-transition: height .3s;
    transition: height .3s;
}
#logo img {
    width: auto;
    height: 70px;
    display: block;
    padding:1em;
    background:#fff;
    position:relative;
    z-index:1;
}
header.small #logo img {
    height: 70px;
}
#scrollDown,
#scrollTop {
    display: none;
    padding: 0;
    line-height: 40px;
    color: inherit;
    box-shadow: none;
    font-family: inherit;
    right: 0;
    left: auto;
    top: auto;
    background: none;
    opacity: 0;
    pointer-events: none;
    text-transform: uppercase;
    color:#fff;
    font-size:15px;
}
.js.csstransforms #scrollDown,
.js.csstransforms #scrollTop {
    display: block;
}

#scrollDown.show,
#scrollTop.show {
    opacity: 1;
    pointer-events: auto;
}
#scrollTop {
    top: 0;
    padding: 0 3em 0 1em;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
#scrollDown {
    bottom: 5px;
    padding: 0 0 50px 0;
    left: 50%;
    margin-left:-30px;
    right: auto;
}
#scrollDown span {
    left: .6em;
}
#scrollTop span {
    right: .6em;
}
#scrollDown span:before,
#scrollTop span:before {
    margin: 0;
}
#scrollDown:after {
    content:'';
    position:absolute;
    width:2px;
    height:40px;
    bottom:0;
    left:50%;
    margin-left:-1px;
    background:#e5270e;
    transition: all 0.3s;
}
#scrollDown:hover {
    padding-bottom:30px;
}
#scrollDown:hover:after {
    height:20px;
}

/* MAIN CONTENT */
#wrapper {
    position: relative;
    overflow-x: hidden;
    width: 100%;
}
html.mainNavOpen #wrapper {
    pointer-events: none;
}
#wrapper .section.modul_start {
    min-height: 100vh;
    padding: 0;
    width: 100%;
}
#wrapper .section.modul_start #header-info {
    transform: rotate(90deg);
    position: absolute;
    right: 10px;
    bottom: 50%;
    transform-origin: 100% 0;
    color: #fff;
    width: 400px;
    font-size: 12px;
    text-align: center;
    margin-bottom: -200px;
}
#wrapper .section.modul_start .count {
    font-size: 1.333em;
}
#wrapper .section.modul_start .count .current {
    font-weight: bold;
}
@media only screen and (min-width: 920px) and (min-height: 550px) {
    #wrapper .section.modul_start #header-info {
        font-size: 15px;
    }
}
#wrapper .section.modul_start #header-info p {
    margin:0;
}
#wrapper .section.modul_start #header-info a {
    color: #fff;
    text-decoration:none;
}
#wrapper .section .sectionInner {
    padding: 0;
    position: relative;
    min-height: 100%;
    overflow: hidden;
    width: 100%;
}
#wrapper .section.modul_content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position:relative;
}
#wrapper .section.modul_content:before {
    content:'';
    display:block;
    position:absolute;
    top:0;
    left:0;
    right:0;
    height:7vw;
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(239,239,239,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 100%);
    margin-top:-2.7%;
    transform: skewY(-3deg);
}
#wrapper .section.modul_footer {
    background:#5a5a5a;
    position: relative;
    z-index: 6;
}
#wrapper .section.modul_footer .gridWrap,
#wrapper .section.modul_footer .gridWrap * {
    color:#fff;
}
#wrapper .section.modul_start .contentWrap {
    padding: 70px 0 0;
}
#wrapper .section.modul_content .contentWrap {
    padding:15px 0 40px;
}
#wrapper .section .article {
    text-align: left;
}
#wrapper .section .list,
#wrapper .section:not(.modul_content_full) .article {
    padding: 20px;
}
#wrapper .section .article + .list,
#wrapper .section .article + .article {
    padding-top: 0px;
}
#header {
	position: fixed;
	width: 100%;
	z-index: 100;
	padding-top: 0;
	transition: all .3s;
	min-height:72px;
}
@media (min-width: 960px) {
	#wrapper .section.backgroundStandard:before {
		bottom:40px;
	}
}

#navFtr li {
    display: inline-block;
    margin: 0 10px 10px 0;
}
#navFtr li .a,
#navFtr li a {
    text-decoration: underline;
}

/* MAIN NAVIGATION */
#mainNavTriggerLabel {
    display: none;
}
#mainNavTrigger {
    background:url('../img/menue.png') center center no-repeat;
    padding: 0;
    position: fixed;
    z-index: 100;
    -webkit-transition: all .3s;
    transition: all .3s;
    top: 0;
    right: 0;
    border: none;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 20px;
    box-shadow: none;
    height:60px;
    width:60px;
    color:#fff;
    overflow: hidden;
}

#mainNavTrigger .mainNavIsInactive {
    display: inline-block;
}
#mainNavTrigger .mainNavIsActive {
    display: none;
}
#mainNavTrigger .info {
    display: none;
    text-align: center;
    -webkit-transform-origin:50% 50%;
    -ms-transform-origin:50% 50%;
    transform-origin:50% 50%;
    -webkit-transform:rotate(-90deg);
    -ms-transform:rotate(-90deg);
    transform:rotate(-90deg);
}
#mainNavTrigger .line,
#mainNavTrigger .line:before,
#mainNavTrigger .line:after {
    height: 3px;
    width: 30px;
    background: #fff;
    display: block;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
}
#mainNavTrigger .line {
    position: absolute;
    right: 15px;
    top: 29px;
}
#mainNavTrigger .line:before,
#mainNavTrigger .line:after {
    position: absolute;
    content: '';
}
#mainNavTrigger .line:before {
    top: -10px;
}
#mainNavTrigger .line:after {
    top: 10px;
}
#mainNavTrigger.active {
    color: #fff;
}
#mainNavTrigger.active .mainNavIsInactive {
    display: none;
}
#mainNavTrigger.active .mainNavIsActive {
    display: inline-block;
}
#mainNavTrigger.active .line {
    background: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
#mainNavTrigger.active .line:before {
    background: #fff;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-top: 10px;
}
#mainNavTrigger.active .line:after {
    background: #fff;
    width: 0;
}

#navStd {
    margin: 0;
}
#navStd ul {
    text-align: left;
    margin: 0 -20px 0 0;
}
#navStd li {
    display: block;
    float: left;
    margin: 0px 20px 15px 0;
}
#navStd a {
    color: inherit;
    position: relative;
    display:block;
    text-decoration: none;
    font-size: 1em;
    line-height: 20px;
    padding:0;
    text-transform: normal;
    text-decoration: underline;
}
#navStd a.active {
    font-weight: 900;
}


#navMain {
    position: relative;
    z-index: 2;
    margin-top:70px;
    background:#fff;
}
#navMain a {
    position: relative;
    display: block;
    padding: 15px 0;
    padding-left:20px;
    text-align: left;
    color: #07558a;
    text-decoration: none;
    text-transform:uppercase;
    font-weight: bold;
    letter-spacing: normal;
    font-size: 15px;
    line-height: 20px;
    -webkit-transition: all .3s;
    transition: all .3s;
}
#navMain a span {
    position: relative;
    display: inline-block;
}
#navMain a.active {
    padding-left: 40px;
}
#navWrap {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    right: 100%;
    z-index: 55;
    padding: 0;
    overflow: auto;
    -webkit-transition: opacity .3s, left 0s .3s, right 0s .3s;
    transition: opacity .3s, left 0s .3s, right 0s .3s;
    opacity: 0;
}
.mainNavOpen #navWrap {
    left: 0;
    right: 0;
    opacity: 1;
    -webkit-transition: opacity .3s, left 0s, right 0s;
    transition: opacity .3s, left 0s, right 0s;
}


/* MAIN CONTENT */
#wrapper {
    position: relative;
    overflow-x: hidden;
    width: 100%;
}
html.mainNavOpen #wrapper {
    pointer-events: none;
}
#wrapper .section.modul_start {
    min-height: 100vh;
    padding: 0;
    width: 100%;
}
#wrapper .section.modul_start #header-info {
    transform: rotate(90deg);
    position: absolute;
    right: 10px;
    bottom: 50%;
    transform-origin: 100% 0;
    color: #fff;
    width: 400px;
    font-size: 12px;
    text-align: center;
    margin-bottom: -200px;
}
#wrapper .section.modul_start .count {
    font-size: 1.333em;
}
#wrapper .section.modul_start .count .current {
    font-weight: bold;
}
@media only screen and (min-width: 920px) and (min-height: 550px) {
    #wrapper .section.modul_start #header-info {
        font-size: 15px;
    }
}
#wrapper .section.modul_start #header-info p {
    margin:0;
}
#wrapper .section.modul_start #header-info a {
    color: #fff;
    text-decoration:none;
}
#wrapper .section .sectionInner {
    padding: 0;
    position: relative;
    min-height: 100%;
    overflow: hidden;
    width: 100%;
}
#wrapper .section.modul_content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position:relative;
}
#wrapper .section.modul_content:before {
    content:'';
    display:block;
    position:absolute;
    top:0;
    left:0;
    right:0;
    height:7vw;
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(239,239,239,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 100%);
    margin-top:-2.7%;
    transform: skewY(-3deg);
}
#wrapper .section.modul_footer {
    background:#5a5a5a;
    position: relative;
    z-index: 6;
}
#wrapper .section.modul_footer .gridWrap,
#wrapper .section.modul_footer .gridWrap * {
    color:#fff;
}
#wrapper .section.modul_start .contentWrap {
    padding: 70px 0 0;
}
#wrapper .section.modul_content .contentWrap {
    padding:15px 0 40px;
}
#wrapper .section .article {
    text-align: left;
}
#wrapper .section .list,
#wrapper .section:not(.modul_content_full) .article,
#wrapper .section .accordionWrapper {
    padding: 20px;
}
#wrapper .section .article + .list,
#wrapper .section .article + .article {
    padding-top: 0px;
}


#lineGrid {
    pointer-events: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
}
#lineGrid .line {
    position: relative;
    display: block;
    height: 100%;
    width: 1px;
    float: left;
    margin: 0 -1px 0 33.33%;
    background: #5a5a5a;
    opacity: .1;
}
#lineGrid .line:first-child {
    margin-left: 16.67%;
}
#lineGrid .line:nth-child(n + 4) {
    display: none;
}

.js #wrapper .modul_content_overlay {
    display: none;
}
#wrapper .section aside {
    background: #fecc00 url('../img/aside_background.png') repeat 0 0;
    background-image: url('../img/aside_background.png'), -webkit-linear-gradient(45deg, #b18e00 0%,#fecc00 100%);
    background-image: url('../img/aside_background.png'), linear-gradient(45deg, #b18e00 0%,#fecc00 100%);
    padding: 20px;
}

@media only screen and (min-width: 640px) {
    #wrapper .section.modul_content .contentWrap {
        padding:20px 0 60px;
    }
    #navStd {
        display: block;
    }
    #lineGrid .line {
        margin-left: 25%;
    }
    #lineGrid .line:first-child {
        margin-left: 12.5%;
    }
    #lineGrid .line:nth-child(n + 4) {
        display: block;
    }
    #lineGrid .line:nth-child(n + 5) {
        display: none;
    }
}

@media only screen and (max-width: 719px), only screen and (max-height: 549px) {
    .js.mainNavOpen body {
        height: 100%;
        max-height: 100%;
        overflow: hidden;
    }
}
@media only screen and (max-width: 919px), only screen and (max-height: 549px) {
    /*
    header.small .border-top,
    header.small #mainNavTrigger,
    header.small .header-overlay {
        position:absolute;
    }
    */
}
@media only screen and (min-width: 960px) {
    #lineGrid .line,
    #lineGrid .line:first-child {
        margin-left: 16.667%;
    }
    #lineGrid .line:nth-child(n + 5) {
        display: block;
    }
}
@media only screen and (min-width: 920px) and (min-height: 550px) {
    .mainNavOpen header.small #navWrap,
    header.small #navWrap {
        background: -moz-linear-gradient(top, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 100%);
        background: -webkit-linear-gradient(top, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 100%);
        background: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 100%);
    }
    #wrapper .section.modul_content .contentWrap {
        padding:30px 0 80px;
    }
    #navStd li {
        margin: 0 20px 20px 0;
    }
    #logo {
        display: block;
        left: 4.1667%;
        z-index:56;
    }
    #logo:after {
        content:'';
        display:block;
        background:#fff;
        position:absolute;
        box-shadow:0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
        height: 100%;
        width: 100%;
        top: 0;
        bottom: 0;
        -webkit-transform: skewY(-3deg);
        transform: skewY(-3deg);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
    }

    /*#logo:before,
    #logo:after {
        content:'';
        display:block;
        background:#fff;
        position:absolute;
    }
    #logo:before {
        top:0;
        left:0;
        right:0;
        bottom:0;
        opacity:0.3;
    }
    #logo:after {
        top:5px;
        left:5px;
        right:5px;
        bottom:5px;
        opacity:0.5;
    }*/
    #navMain {
        margin-top:0;
        background:none;
    }
    #navMain a {
        padding:20px 0;
        padding-left:0 !important;
        color:#fff;
    }
    #navMain a:after {
        content:'';
        display:block;
        position:absolute;
        bottom:13px;
        left:0;
        height:2px;
        background:#e42218;
        width:0;
        transition: all 0.3s;
    }
    #navMain a:hover:after,
    #navMain a.active:after {
        width:100%;
    }
    .mainNavOpen body {
        height: initial;
        max-height: none;
        overflow: visible;
    }
    html.mainNavOpen #wrapper {
        pointer-events: auto;
    }
    #mainNavTrigger {
        display: none;
    }
    #mainNavTrigger.active {
        opacity: 0;
        pointer-events: none;
    }

    .mainNavOpen #navWrap {
        right: 30px;
        bottom: 30px;
    }

    .mainNavOpen #navWrap,
    #navWrap {
        top: 0;
        bottom: auto;
        right: 0;
        position: fixed;
        left: 0;
        height: auto;
        padding: 0;
        overflow: visible;
        -webkit-transition: top .3s;
        transition: top .3s;
        opacity: 1;
    }
    #navWrap:after {
        display: none;
    }

    #navMain {
        width: 100%;
        padding-bottom:40px;
    }
    #navMain ul {
        float:right;
        text-align: center;
        margin-right: 4.1667%;
    }

    #navMain li {
        display: inline-block;
    }
    #navMain li + li {
        margin-left: 20px;
    }
    #navMain a span {
        white-space: nowrap;
    }

    header .border-top {
        height: 85px;
        background:none;
    }
    header .border-left {
        width: 0px;
    }
    header .border-bottom {
        height: 0px;
    }
    header .border-right {
        width: 0px;
    }

    #wrapper .section.modul_start .contentWrap {
        padding: 0;
    }


    #wrapper .sectionBackground .articleUnderlay {
        left: 40px;
        bottom: 40px;
        right: 40px;
    }
    #wrapper .sectionBackground .articleUnderlay:after {
        width: calc(100% - 80px);
        height: calc(100vh - 80px);
        box-shadow: 0px 0px 100px rgba(0,0,0,.5) inset;
        left: 40px;
    }
}

@media only screen and (min-width: 960px) and (min-height: 550px) {
    #logo img,
    header .border-top {
        -webkit-transition: height .3s;
        transition: height .3s;
    }
    #logo:after {
        box-shadow:0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    }
    header.small #logo img {
        height: 90px;
    }
    header.small .border-top {
        height: 60px;
    }

    #navMain li {
        display: inline-block;
    }
    #wrapper .section:first-child .contentWrap {
        padding-bottom: 0px;
    }
}
@media only screen and (min-width: 1120px) and (min-height: 550px) {
    #logo img {
        padding:1em;
        height: 94px;
    }
}
@media only screen and (min-width: 960px) {
    #wrapper .section .contentWrap.hasAside {
        width: 50%;
    }
    #wrapper .section aside {
        width: 50%;
        padding: 40px;
    }
    #wrapper .section .article:not(.tax_fullWidth),
    #wrapper .section .accordionWrapper {
        padding: 20px 0;
    }
    #wrapper .section .list,
    #wrapper .section:not(.modul_content_full) .article:not(.tax_fullWidth),
    #wrapper .section .accordionWrapper {
        margin-left: 16.667%;
        margin-right: 16.667%;
    }
    #wrapper .section:not(.modul_content_full) .article.tax_fullWidth {
        padding-left: 4.1667%;
        padding-right: 4.1667%;
    }
}
@media only screen and (min-width: 1280px) and (min-height: 550px) {
    #logo img {
        padding:1em;
        height: 133px;
    }
}
#certs-footer {
    margin:20px -10px;
}
#certs-footer img {
    float:left;
    width:50%;
    padding:10px;
    height:auto;
}
#footer {
    background: #5a5a5a;
    color: #fff;
}
#footer * {
    color: inherit;
}
#footer img {
    max-width: 100%;
}

/* ==========================================================================
   CONTENT PARTS
   ========================================================================== */
/* Part: TEASER / IMG GALLERY */
.teaser {
    list-style: none;
    margin: 0;
    height: 0;
    position: relative;
    padding: 0 0 42.85%;
    overflow: hidden;
}
.teaser li {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
.teaser li:first-child {
    z-index: 1;
}
.teaser .background {
    position: relative;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    display: block;
    filter: brightness(55%) /*grayscale(100%)*/;
}
.teaser .background:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #FF0000;
    opacity: 0.5;
}

.teaser li .teaserImg {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    display: block;
    overflow: hidden;
}
.teaser li .teaserItemTitle {
    bottom: 0;
    display: table;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    padding: 0 16.667% 100px;
    z-index: 2;
}
.teaser li.hasTitle:after {
    content: '';
    position: absolute;
    display: none;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 0;
}
.teaser li .teaserItemTitleInner {
    display: table-cell;
}
.teaser li.txtAtRight .teaserItemTitleInner {
    text-align: right;
    vertical-align: middle;
}
.teaser li.txtAtLeft .teaserItemTitleInner {
    text-align: left;
    vertical-align: middle;
}
.teaser li.txtAtTop .teaserItemTitleInner {
    text-align: center;
    vertical-align: top;
}
.teaser li.txtAtTopLeft .teaserItemTitleInner {
    text-align: left;
    vertical-align: top;
}
.teaser li.txtAtTopRight .teaserItemTitleInner {
    text-align: right;
    vertical-align: top;
}
.teaser li.txtAtBottom .teaserItemTitleInner {
    text-align: center;
    vertical-align: bottom;
}
.teaser li.txtAtBottomLeft .teaserItemTitleInner {
    text-align: left;
    vertical-align: bottom;
}
.teaser li.txtAtBottomRight .teaserItemTitleInner {
    text-align: right;
    vertical-align: bottom;
}
.teaser li.txtAtCenter .teaserItemTitleInner {
    text-align: center;
    vertical-align: middle;
}
.teaser li .teaserItemTitleInner .wrap {
    position: relative;
    text-rendering: optimizeLegibility;
    text-shadow: 0 0 20px rgba(0,0,20,0.25);
    font-size: .8em;
    z-index: 1;
}
.teaser li .teaserItemTitleInner .wrap > :first-child {
    margin-top: 0;
}
.teaser li .teaserItemTitleInner .wrap > :last-child {
    margin-bottom: 0;
}
.teaser li.txtAtBottomLeft.hasTitle:after,
.teaser li.txtAtBottomRight.hasTitle:after,
.teaser li.txtAtBottom.hasTitle:after {
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,.25) 0%,rgba(0,0,0,0) 50%);
    background: linear-gradient(0deg, rgba(0,0,0,.25) 0%,rgba(0,0,0,0) 50%);
    display: block;
}
.teaser li.txtAtTopLeft.hasTitle:after,
.teaser li.txtAtTopRight.hasTitle:after,
.teaser li.txtAtTop.hasTitle:after {
    background: -webkit-linear-gradient(180deg, rgba(0,0,0,.25) 0%,rgba(0,0,0,0) 50%);
    background: linear-gradient(180deg, rgba(0,0,0,.25) 0%,rgba(0,0,0,0) 50%);
    display: block;
}

@media only screen and (orientation: portrait) and (max-width: 639px) {
    .teaser {
        padding: 0 0 62.5%;
    }
}

@media only screen and (min-width: 640px) {
    .teaser li.txtAtBottomLeft.hasTitle:after {
        background: -webkit-linear-gradient(15deg, rgba(0,0,0,.25) 0%,rgba(0,0,0,0) 50%);
        background: linear-gradient(15deg, rgba(0,0,0,.25) 0%,rgba(0,0,0,0) 50%);
    }
    .teaser li.txtAtBottomRight.hasTitle:after {
        background: -webkit-linear-gradient(-15deg, rgba(0,0,0,.25) 0%,rgba(0,0,0,0) 50%);
        background: linear-gradient(-15deg, rgba(0,0,0,.25) 0%,rgba(0,0,0,0) 50%);
    }
    .teaser li.txtAtTopLeft.hasTitle:after {
        background: -webkit-linear-gradient(165deg, rgba(0,0,0,.25) 0%,rgba(0,0,0,0) 50%);
        background: linear-gradient(165deg, rgba(0,0,0,.25) 0%,rgba(0,0,0,0) 50%);
    }
    .teaser li.txtAtTopRight.hasTitle:after {
        background: -webkit-linear-gradient(-165deg, rgba(0,0,0,.25) 0%,rgba(0,0,0,0) 50%);
        background: linear-gradient(-165deg, rgba(0,0,0,.25) 0%,rgba(0,0,0,0) 50%);
    }

}

@media only screen and (min-width: 920px) and (min-height: 550px) {
    .teaser li .teaserItemTitle {
        padding: 0 100px;
    }
    .teaser li .teaserItemTitleInner .wrap {
        font-size: 1em;
        display:inline-block;
        width:50%;
    }
}

/* FOOTER */
.modul_footer a {
    color:#fff;
}
.modul_footer .gridWrap {
    margin:0;
}
.gridWrap .gridWidth_25 {
    padding:20px;
}
@media only screen and (min-width: 720px) {
    .gridWrap .gridWidth_25 {
        padding:4.1667%;
    }
}
.modul_footer img {
    max-width:100%;
}

/* Content: BOXES */
.box {
    background: #0082c7;
    background: -webkit-linear-gradient(left, #0082c7 0%, #005b8b 100%);
    background: linear-gradient(to right, #0082c7 0%, #005b8b 200%);
    color: #fff;
}
.box .boxHead,
.box .boxContent {
    padding: 10px;
}
@media only screen and (min-width: 720px) and (min-height: 550px) {
    .box .boxHead,
    .box .boxContent {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* Content: GOOGLE MAPS */
.map_canvas {
    min-height: 200px;
    min-height: 60vh;
    background: #EEE;
    margin: 1em 0;
}
.map_canvas .gm-style {
    font-family: inherit;
}
.map_canvas .gm-style-iw .btn {
    width: 100%;
    margin-top: 15px;
    background:#1e60aa;
    color:#fff;
}
.map_canvas .loadOverlay,
.map_canvas .loadOverlay .loadingBG,
.map_canvas .loadOverlay .loadingIcon {
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    top:0;
    z-index:1;
    width:100%;
    height:100%;
}
.map_canvas .loadOverlay .loadingIcon {
    background:url('../img/preloader_301_dark.gif') no-repeat center center;
}
.map_canvas .loadOverlay .loadingBG {
    background:#FFFFFF;
    opacity:0.5;
}
.map_canvas .gm-bundled-control button {
    box-shadow: none;
}
.mapWrap {
    margin-left:-10px;
    margin-right:-10px;
}
@media only screen and (min-width: 720px) and (min-height: 550px) {
    .mapWrap {
        margin-left:-20px;
        margin-right:-20px;
    }
}
@media only screen and (min-width: 960px) {
    .mapWrap {
        margin-left:-10px;
        margin-right:-10px;
    }
    /*.map_canvas {
        margin-left:-25%;
        margin-right:-25%;
    }*/
}

.modul_footer .mapWrap,
.modul_footer .map_canvas {
    margin:0;
}
.modul_footer .imgWrap .map_canvas {
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
    display:block;
}
.modul_footer .map_canvas:before {
    -webkit-transform: skewY(-2deg);
    -ms-transform: skewY(-2deg);
    transform: skewY(-2deg);
    top: -20%;
    -webkit-transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    content: '';
    background: #efefef;
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    height: 20%;
    z-index: 2;
}
.map_legend .head {
    font-size: 1.5em;
    font-weight: bold;
    line-height: 30px;
    color: #fff;
    background: #999;
    position: relative;
    padding: .5em 1em .5em 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: #0082c7;
}
.map_legend.aktiv .head .sprt {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.map_legend .legendItemsWrap ul {
    margin: 0 -15px -15px;
    padding: 0;
    list-style: none;
}
.map_legend .legendItemsWrap li {
    padding: 15px;
}
.map_legend .legendItemsWrap a {
    text-decoration: none;
    padding: 0 0 0 45px;
    position: relative;
    min-height: 30px;
    display: block;
}
.map_legend .legendItemsWrap li.aktiv a {
    background: #f2f2f2;
}
.map_legend .legendItemsWrap a img {
    position: absolute;
    left: 0;
    top: 0;
    height: 30px;
    width: 30px;
}

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 {
    display: none;
}
.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;
}


@media only screen and (min-width: 480px) {
    .addrWrap {
        margin: 1em -1em;
    }
    .addrWrap > * {
        padding: 0 1em;
    }
    .addrWrap .addr,
    .addrWrap .addrData,
    .map_legend .legendItemsWrap li {
        width: 50%;
        float: left;
        margin: 0;
    }
    .map_legend .legendItemsWrap li:nth-child(2n+1) {
        clear: left;
    }
}
@media only screen and (min-width: 720px) {
    .map_legend .legendItemsWrap li {
        width: 33.333%;
    }
    .map_legend .legendItemsWrap li:nth-child(2n+1) {
        clear: none;
    }
    .map_legend .legendItemsWrap li:nth-child(3n+1) {
        clear: left;
    }
}

/* 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);
}
.zoom {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 40px;
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    background: #09538b;
    color: #fff;
    text-align: center;
    font-size: 20px;
}
.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;
}

@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: 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 .3s;
    transition: all .3s;
}
.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 #0082c7;
}
.vid:hover .playIcon:after {
    border-color: #0082c7;
    border-radius: 50%;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
    left: -62px;
}
.vid:hover .video-time {
    background: #0082c7;
    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: none;
    width: 100%;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.stdTable + .stdTable {
    margin-top: 1em;
}
.stdTable tr th,
.stdTable tr td {
    padding: 5px 0;
    -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: #0082c7;
    font-size: 1.333em;
    font-family: 'Heebo', sans-serif;
    text-transform: uppercase;
    padding-top: 0;
    padding-bottom: 10px;
    background-color: none !important;
}
.stdTable tbody tr td,
.stdTable > tr td {
    border-bottom: 1px solid #e9e8e8;
}
.stdTable tbody tr:last-child td,
.stdTable > tr:last-child td {
    border-bottom: none;
}
.stdTable tr:hover td {
    background-color: #fafafa;
}

/* 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:24px;
    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;
    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: #09538b;
}
.form .hint .duty {
    padding: 2px;
}

.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-weight: normal;
}
.optsContainer > .error:first-child + label .duty,
.optsContainer > label:first-child .duty {
    display:none;
}
.optsContainer.optsDuty > label:after {
    content:'*';
    display:inline-block;
    padding-left: 5px;
    font-weight: bold;
    font-size: 1.25em;
    line-height: 80%;
    color: #1e60aa;
}
.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 .inputWrap {
    position: relative;
    display: block;
}
.optsContainer .inputWrap .inputIcon {
    position: absolute;
    right: 0;
    line-height: 1.5;
    top: .5em;
}

.optsContainer input,
.optsContainer textarea,
.optsContainer select,
.optsContainer .selectWrap {
    width: 100%;
    padding: .5em 0;
    background: none;
    border-bottom: 2px solid #d6d6d6;
    font-size: 20px;
    font-weight: normal;
    font-family: 'PT Sans', sans-serif;
    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:hover,
.optsContainer textarea:hover,
.optsContainer select:hover,
.optsContainer .selectWrap:hover {
    border-bottom-color: #09538b;
}

.optsContainer input:focus,
.optsContainer textarea:focus,
.optsContainer select:focus,
.optsContainer .selectWrap.focus {
    border-bottom-color: #09538b;
}

.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: 2px solid #d6d6d6;
    cursor: pointer;
    -webkit-transition: border-color .2s, color .2s;
    transition: border-color .2s, color .2s;
}
.optsContainer .optsInline:hover {
    border-bottom-color: #09538b;
}
.optsContainer .optsInline.optsChecked {
    border-bottom-color: #09538b;
    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: nowrap;
    overflow: hidden;
    padding-right: 20px;
}
.optsContainer .selectWrap .arrow {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -.75em;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.optsContainer .selectWrap:hover .arrow {
    color: #fdc700;
}
.optsContainer .selectWrap.focus .arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #0082c7;
}
.optsContainer .selectWrap select {
    width: 100%;
    opacity: 0;
    position: relative;
    border: none;
    height: 2.5em;
}

.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 in a BOX */
.box .optsContainer .selectWrap.arrow,
.box .optsContainer .selectWrap:hover .arrow,
.box .optsContainer .selectWrap.focus .arrow {
    color: #fff;
}

.box .optsContainer input,
.box .optsContainer textarea,
.box .optsContainer .selectWrap,
.box .optsContainer .optsInline {
    border-bottom-color: #fff;
    border-bottom-color: rgba(255,255,255,.2);
}
.box .optsContainer input:hover,
.box .optsContainer textarea:hover,
.box .optsContainer .selectWrap:hover,
.box .optsContainer .optsInline:hover {
    border-bottom-color: rgba(255,255,255,.4);
}
.box .optsContainer input:focus,
.box .optsContainer textarea:focus,
.box .optsContainer .selectWrap.focus,
.box .optsContainer .optsInline.optsChecked {
    border-bottom-color: #fff;
}
.box .optsContainer select option,
.box .optsContainer select optgroup {
    color: #1a1917;
}

/* Form Type: BUTTONS */
.btnContainer {
    text-align: center;
}
.ajaxMore .btn,
.btnContainer button {
    font-size:15px;
    text-transform:uppercase;
    position:relative;
    min-width: 30%;
    padding-left:30px;
    padding-right:30px;
    text-align:left;
    background: #fff;
    color:#2d2d2d;
}
.ajaxMore .btn:before,
.btnContainer button:before {
    content:'';
    position:absolute;
    display:block;
    left:-10px;
    top:50%;
    margin-top:-1px;
    height:2px;
    width:30px;
    background:#09538b;
}
/*.ajaxMore .btn:after,
.btnContainer button:after {
    content:'\e801';
    position:absolute;
    display:block;
    top:0;
    right:0;
    font-family:fontello;
    padding:10px 15px;
}*/
.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: 1em;
    background: #fdc700;
    color: #1a1917;
}
.box .btnContainer button:hover {
    background: #fee37e;
}

@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) {
    .optsContainerWrap {
        margin: 1em 0;
    }
    .optsContainerWrap .optsContainer,
    .optsContainer#markt_17_frame,
    .optsContainer#markt_1_frame,
    .optsContainer#markt_18_frame,
    .optsContainer#markt_19_frame,
    .optsContainer#markt_20_frame,
    .optsContainer#markt_2_frame {
        margin-top: 0;
        margin-bottom: 0;
        width:50%;
        float:left;
    }
    .optsContainerWrap .optsContainer:first-child {
        padding-right: 10px;
    }
    .optsContainerWrap .optsContainer + .optsContainer {
        padding-left: 10px;
    }

    /*.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 .inputWrap,
    .optsContainer .date {
        width: 70%;
        float: right
    }*/
    .optsContainer .inputWrap input,
    .optsContainer .inputWrap textarea {
        width: 100%;
        float: none;
    }

    .optsContainer .optsBlock {
        margin-right: 0;
    }

    .optsContainer > .ipShort {
        width: 16%;
    }
    .optsContainer > .ipLong {
        width: 44%;
    }
    .btnContainer {
        text-align: left;
    }
    .btnContainer button {
        margin-left:30%;
    }

}

/* Content: ARTICLE */
.article > .dateText {
    margin-top: 0;
}
.article > .dateText:first-child + h1,
.article > .dateText:first-child + .h1,
.article > .dateText:first-child + h2,
.article > .dateText:first-child + .h2,
.article > h1:first-child,
.article > .h1:first-child,
.article > h2:first-child,
.article > .h2:first-child {
    margin-top: 1rem;
}
.article > h1,
.article > .h1 {
    text-align: center;
}
.article > .imagesWrap + h2,
.article > .imagesWrap + .h2 {
    margin-top: 0;
}

/* Content: LISTS */
.list {
    counter-reset: listCounter;
}
.list .listItem + .listItem {
    margin-top: 5em;
}
.list .articleWrap {
    position: relative;
}
.list .articleWrap .info {
    position:relative;
}
.list .articleWrap .info > :first-child,
.list .articleWrap > :first-child {
    margin-top: 0;
}
.list .articleWrap .info > :last-child {
    margin-bottom: 0;
}
.list .articleImgNone + .articleWrap > :first-child {
    margin-top: .5em;
}
.list .articleWrap .headline {
    /*margin: 0;*/
    line-height: 1;
    position: relative;
}
.list .articleWrap .headline .listIcon {
    display:inline-block;
    vertical-align:bottom;
}
.list .articleWrap .dateText {
    font-size: 75%;
    line-height: 1.333;
    text-transform: none;
    letter-spacing: normal;
    white-space: nowrap;
}
.list .articleWrap .headline a {
    text-decoration: none;
    display: block;
}
.list .articleWrap .headline .dateText:before {
    content: '— ';
}
.list .articleWrap .info > :last-child:after {
    content: ' ';
    width: 1em;
    display: inline-block;
    line-height: 1em;
    height: 1em;
}
.list .articleWrap .btnMoreWrap {
    position: absolute;
    left:0;
    right: 0;
    bottom: 0;
    height:45px;
    text-align:right;
    background: -moz-linear-gradient(top, rgba(239,239,239,0) 0%, rgba(239,239,239,1) 100%);
    background: -webkit-linear-gradient(top, rgba(239,239,239,0) 0%,rgba(239,239,239,1) 100%);
    background: linear-gradient(to bottom, rgba(239,239,239,0) 0%,rgba(239,239,239,1) 100%);
}
.list .articleWrap .btnMore {
    display:inline-block;
    position:absolute;
    right:0;
    bottom:0;
    color:#2d2d2d;
    font-weight:bold;
}
.list .articleWrap .btnMore .sprt {
    font-size: 1em;
}
.list .articleWrap .btnMore:after {
    display: none;
}
.list .articleImgNone,
.list .articleImgLeft,
.list .articleImgRight {
    float: none;
    margin: 0 auto;
}
.list .articleImgNone + .articleWrap,
.list .articleImgLeft + .articleWrap,
.list .articleImgRight + .articleWrap {
    margin-top: 1em;
}
.list .articleImgLeft.imgWidth-25,
.list .articleImgRight.imgWidth-25 {
    width: 33.3%;
}


@media only screen and (min-width: 480px) {
    .list .articleImgRight.imgWidth-5,
    .list .articleImgRight.imgWidth-10,
    .list .articleImgRight.imgWidth-13,
    .list .articleImgRight.imgWidth-17,
    .list .articleImgRight.imgWidth-20,
    .list .articleImgRight.imgWidth-25,
    .list .articleImgRight.imgWidth-33 {
        float: right;
    }
    .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,
    .list .articleImgLeft.imgWidth-33 {
        float:left;
    }
    .list .articleWrap .btnMore {
        position:absolute;
        bottom: 0;
        right:0;
        font-size: 1em;
    }
    .list .articleWrap .info > :last-child:after {
        display: none;
    }

    .list .articleImgLeft.imgWidth-5 + .articleWrap,
    .list .articleImgLeft.imgWidth-10 + .articleWrap {
        margin-top: 0;
        margin-left: 15%;
        padding-left: 20px;
    }
    .list .articleImgLeft.imgWidth-13 + .articleWrap {
        margin-top: 0;
        margin-left: 20%;
        padding-left: 20px;
    }
    .list .articleImgLeft.imgWidth-15 + .articleWrap,
    .list .articleImgLeft.imgWidth-17 + .articleWrap,
    .list .articleImgLeft.imgWidth-20 + .articleWrap,
    .list .articleImgLeft.imgWidth-25 + .articleWrap {
        margin-top: 0;
        margin-left: 33.3%;
        padding-left: 20px;
    }
    .list .articleImgLeft.imgWidth-33 + .articleWrap {
        margin-top: 0;
        padding-left: 20px;
        margin-left: 50%;
    }

    .list .articleImgRight.imgWidth-5 + .articleWrap,
    .list .articleImgRight.imgWidth-10 + .articleWrap {
        margin-top: 0;
        margin-right: 15%;
        padding-right: 20px;
    }
    .list .articleImgRight.imgWidth-13 + .articleWrap {
        margin-top: 0;
        margin-right: 20%;
        padding-right: 20px;
    }
    .list .articleImgRight.imgWidth-15 + .articleWrap,
    .list .articleImgRight.imgWidth-17 + .articleWrap,
    .list .articleImgRight.imgWidth-20 + .articleWrap,
    .list .articleImgRight.imgWidth-25 + .articleWrap {
        margin-top: 0;
        margin-right: 33.3%;
        padding-right: 20px;
    }
    .list .articleImgRight.imgWidth-33 + .articleWrap {
        margin-top: 0;
        padding-right: 20px;
        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 {
        margin-top: 0;
        padding-left: 20px;
        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 {
        margin-top: 0;
        padding-right: 20px;
        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: 20px;
        margin-top: 0;
        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: 20px;
        margin-top: 0;
        margin-right: 50%;
    }
}

@media only screen and (min-width: 960px) {
    .list .articleWrap .info:after {
        left:-50px;
    }
    .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: 20%;
    }
    .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: 20px;
        margin-top: 0;
        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%;
        margin-left: 7.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: 20px;
        margin-top: 0;
        margin-right: 75%;
    }
}

/* Content: GRIDS */
.gridWrap {
    margin: 1em 0 0;
}
.article .gridWrap {
    margin-left: -20px;
    margin-right: -20px;
}
.article .gridWrap.contact {
    /*margin-left: 0;
    margin-right: 0;*/
}
.article .gridWrap.contact .gridWidth_50 {
    padding:20px;
}

.gridWrap.stiftung {
    margin: 0;
}
.gridWrap.stiftung p {
    margin:0.6em 0;
}
.gridWrap .gridSizer {
    width: 8.33%;
}
.gridWrap .articleGrid {
    padding: 0 4.1667% 20px;
    float: left;
    position: relative;
}
.gridWrap .leftContainer,
.gridWrap .rightContainer {
    width: 100%;
}
.gridWrap .rightContainer {
    float: right;
}
.articleGrid {
    position: relative;
    width: 100%;
}

.articleGrid .info .wrap > * {
    margin-top: 0;
}
.articleGrid .info .wrap > :last-child {
    margin-bottom: 0;
}
.articleGrid .headline {
    margin: 0;
    padding: 5px 20px;
    font-size: 1.333em;
    line-height: 1.5;
    font-weight: bold;
    color: #fff;
    background: #09538b;
    display: inline-block;
}
.articleGrid .headline a {
    text-decoration: none;
    display: block;
    color: inherit;
}
.articleGrid .articleTeaser {
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    -webkit-transition: border-radius .3s;
    transition: border-radius .3s;
    position: relative;
}
.articleGrid .articleTeaser .imgWrap {
    -webkit-transition: border-radius .3s;
    transition: border-radius .3s;
    overflow: hidden;
}
.articleGrid .articleTeaser + .info {
    position: relative;
    padding-top: 20px;
    z-index: 1;
}
.articleGrid .articleTeaser .headline {
    bottom: 20px;
    left: -20px;
    position: absolute;
    z-index: 1;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.articleGrid .btnMore {
    text-decoration: none;
    font-weight: bold;
    background: none;
    color: #0082c7;
    padding-right: 1.5em;
    position: relative;
}
.articleGrid .btnMore .sprt {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -1em;
    font-size: 1.5em;
}
.articleGrid .btnMore:after {
    display: none;
}
.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 .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;
}
.nongrid .articleGrid {
    float:none;
    padding: 0 20px 20px;
}

@-webkit-keyframes delay-overflow {
    from {
        overflow: visible;
    }
    to {
        overflow: hidden;
    }
}

@keyframes delay-overflow {
    from {
        overflow: visible;
    }
    to {
        overflow: hidden;
    }
}

@media only screen and (min-width: 480px) {
    .gridWrap .gridWidth_25 {
        float:left;
        width: 50%;
    }
}

@media only screen and (min-width: 560px) {
    .gridWrap .leftContainer,
    .gridWrap .rightContainer {
        width: 50%;
        float:left;
    }
}

@media only screen and (min-width: 640px) {
    .gridWrap .gridWidth_33 {
        width: 50%;
        float:left;
    }
    .gridWrap .gridWidth_33:nth-child(2n+1) {
        clear:left;
    }
    .gridWrap .gridWidth_25:nth-child(2n+1) {
        clear:left;
    }
    .gridWrap .gridWidth_50:first-child + .gridWidth_25 + .gridWidth_25 {
        clear: none;
    }
}

@media only screen and (min-width: 960px) {
    .gridWrap .gridWidth_50 {
        width: 50%;
        float:left;
    }
    .gridWrap .gridWidth_33 {
        width: 33.33%;
    }
    .gridWrap .gridWidth_25 {
        width: 25%;
    }
    .gridWrap .gridWidth_25:nth-child(2n+1),
    .gridWrap .gridWidth_33:nth-child(2n+1) {
        clear:none;
    }
    .gridWrap .gridWidth_33:nth-child(3n+1) {
        clear:left;
    }

}
@media only screen and (min-width: 1680px) {
    .gridWrap .gridWidth_50 {
        width: 33.33%;
    }
    .gridWrap .gridWidth_33 {
        width: 25%;
    }
    .gridWrap .gridWidth_33:nth-child(3n+1) {
        clear:none;
    }
    .gridWrap .gridWidth_33:nth-child(4n+1) {
        clear:left;
    }
    .article .gridWrap.contact .gridWidth_50 {
        width: 50%;
    }
}
/* gridList / contentGallery */

.contentGallery,
.gridList {
    padding:60px 5.555% 0;
}
article + .contentGallery {
    padding-top:0;
}

@media only screen and (min-width: 960px) {
    .contentGallery,
    .gridList {
        padding:60px 4.1667% 20px;
    }
}
.galleryWrap {
    position:relative;
    padding-bottom:100%;
}
@media only screen and (min-width: 720px) {
    .galleryWrap {
        position:relative;
        padding-bottom:40.9167%;
    }
}
.gridList .listItem {
    position:relative;
}
.contentGallery .listItem {
    position:absolute;
    height:100%;
}
.contentGallery .articleImg,
.gridList .articleImg {
    width:100%;
    position:relative;
}
.contentGallery .articleImg .img,
.gridList .articleImg .img {
    padding-bottom:60%;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center center;
}
.contentGallery .articleWrap,
.gridList .articleWrap {
    position:relative;
    margin-left:20px;
    margin-right:20px;
    margin-top:-40px;
    margin-bottom:30px;
    z-index: 1;
    height:200px;
}
.contentGallery .articleWrap {
    padding-bottom:0;
    height:auto;
    min-height:0;
    position:absolute;
    bottom:0;
    left:0;
    right:0;
}
.contentGallery span.count {
    display: block;
    text-align: center;
    color: #dedede;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    padding-top:7.5%;
    margin-top:-10px;
    line-height: 20px;
}
.contentGallery span.count .current {
    font-weight: bold;
}
.contentGallery .articleWrap .info,
.gridList .articleWrap .info {
    position:relative;
    padding:40px;
    background:#f7f7f7;
    max-height:100%;
    overflow:hidden;
    width:100%;
    box-shadow:0 10px 20px rgba(0,0,0,0.19);
}
.contentGallery .articleWrap .info {
    position:relative;
    top:0;
    bottom:0;
    color: #5a5a5a;
}
.contentGallery .articleWrap .info:after {
    content:'';
    display:block;
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    height:40px;
    background: -moz-linear-gradient(top, rgba(247,247,247,0) 0%, rgba(247,247,247,1) 40%);
    background: -webkit-linear-gradient(top, rgba(247,247,247,0) 0%,rgba(247,247,247,1) 40%);
    background: linear-gradient(to bottom, rgba(247,247,247,0) 0%,rgba(247,247,247,1) 40%);
}
@media only screen and (min-width: 720px) {
    .contentGallery .articleImg,
    .gridList .articleImg {
        float:right;
        width: 68.182%;
        position:relative;
    }
    .contentGallery .articleImg {
        float:left;
    }
    .contentGallery .articleImg .img,
    .gridList .articleImg .img {
        padding-bottom:60%;
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center center;
    }
    .contentGallery .articleWrap,
    .gridList .articleWrap {
        position:absolute;
        top:0;
        bottom:0;
        left:0;
        padding: 4.5454% 0;
        width:50%;
        margin:0;
        height:auto;
        min-height:0;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .contentGallery .articleWrap {
        left:auto;
        right:0;
        width: 36.364%;
    }
    .contentGallery .articleWrap .info,
    .gridList .articleWrap .info {
        position: relative;
        height: auto;
    }
    .contentGallery .articleWrap .info {
        padding: 12.5%;
    }
    .gridList .articleWrap .info {
        padding: 9.091%;
    }
}

.contentGallery .articleWrap .info .headline {
    color: #2d2d2d;
    margin-top: 0;
}
.contentGallery .articleWrap .info > :last-child {
    margin-bottom: 0;
}
.gridList .articleWrap .info h2 {
    font-size:40px;
}
.contentGallery .articleWrap .info .btnMoreWrap,
.gridList .articleWrap .info .btnMoreWrap {
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    background: -moz-linear-gradient(top, rgba(239,239,239,0) 0%, rgba(239,239,239,1) 25px);
    background: -webkit-linear-gradient(top, rgba(239,239,239,0) 0%,rgba(239,239,239,1) 25px);
    background: linear-gradient(to bottom, rgba(239,239,239,0) 0%,rgba(239,239,239,1) 25px);
    padding: 0 40px 40px;
}
.contentGallery .articleWrap .btnMore,
.gridList .articleWrap .btnMore {
    display: block;
    right: 0;
    bottom: 0;
    color: #2d2d2d;
    font-weight: bold;
}
.contentGallery .articleWrap .info > .headline:first-child,
.gridList .articleWrap .info > .headline:first-child {
    margin-top:0;
}
.contentGallery .vc_carousel_control {
    position:relative;
    left:0;
    right:0;
    text-align:left;
    z-index: 1;
}
@media only screen and (min-width: 720px) {
    .contentGallery .vc_carousel_control {
        margin-top:20px;
    }
}
.contentGallery .vc_carousel_button {
    color:#adadad;
}
.contentGallery .vcSlider_pager button:after,
.contentGallery .vc_carousel_pages .vc_carousel_button:after {
    background-color:#adadad;
}

@media only screen and (min-width: 720px) {
    .contentGallery .vc_carousel_control .vc_carousel_pages {
        margin: 0 40px 0 0;
    }
    .gridList .articleWrap .info .btnMoreWrap {
        padding-left: 9.091%;
        padding-right: 9.091%;
    }
}
.contentGallery .vc_carousel_pages {
    display:inline-block;
}

/* Site: PAGE JUMPS */
.pagerJumper {
    text-align: center;
    padding: 1em 0;
}
.pagerJumper .pageCurrent,
.pagerJumper .pageTotal {
    font-size: 2em;
    line-height: 1;
    font-style: italic;
}
.pagerJumper .pageCurrent {
    vertical-align: .333em;
}
.pagerJumper .pageCurrent:after {
    content: '/';
    font-size: 1.5em;
    color: #c6c5c5;
    vertical-align: -.3em;
}
.pagerJumper .pageTotal {
    color: #c6c5c5;
    vertical-align: -.333em;
}
.pagerJumper .pagePrev,
.pagerJumper .pageNext {
    color: inherit;
    font-size: 1.5em;
    padding: 0 .5em;
    text-decoration: none;
}
.pagerJumper .pagePrev.disabled,
.pagerJumper .pageNext.disabled {
    color: #c6c5c5;
}

.pages {
    text-align:center;
    border-top: 1px solid #eee;
    padding-top: 1em;
    font-weight: 100;
    margin: 1em 0;
    color: #dedede;
}
.pages > * {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}
.pages a {
    font-weight: normal;
    padding: 0 10px;
    position: relative;
    color: #09538b;
    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.enabled:first-child:after,
.pages a.enabled:last-child:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border-color: transparent #09538b transparent transparent;
    border-style: solid;
    border-width: .357em .429em .357em 0;
    left: 0;
    top: .429em;
}
.pages a.enabled:last-child:after {
    border-color: transparent transparent transparent #09538b;
    border-width: .357em 0 .357em .429em;
    right: 0;
    left: auto;
}
.pages a.disabled {
    color: #CCC;
    text-decoration: none;
}

.mar_20 {
    margin:20px;
}


/* SLIDER */
.vcSlider_stageOuter {
    position: relative;
    overflow: hidden;
}
.vcSlider_stage {
    z-index: 0;
    position: relative;
}
.vcSlider_stage.gridWrap {
    margin-left:0;
    margin-right:0;
    margin-bottom:0;
}
.vcSlider_hasPages {
    position:relative;
}
.vcSlider_stage.gridWrap .gridWidth_33 {
    clear:none !important;
    padding:40px;
}
.vcSlider_pager {
    float:left;
}
.vcSlider_controls {
    color:#adadad;
    margin-left:20px;
}
.vcSlider_controls > div {
    float:left;
    line-height:20px;
}

.vcSlider_controls .info,
.vcSlider_wrap .vcSlider_navigation {
    margin-left:20px;
}

@media only screen and (min-width: 720px) {
    .vcSlider_controls .info,
    .vcSlider_wrap .vcSlider_navigation {
        margin-left:50px;
    }
}
.vcSlider_wrap .vcSlider_navigation button {
    padding:0;
    background:none;
    box-shadow:none;
    color:#adadad;
    opacity:0.5;
    font-size:20px;
}
.vcSlider_wrap .vcSlider_navigation button:hover {
    opacity:1;
}
.vcSlider_pager button {
    padding:0;
    background:none;
    box-shadow:none;
}
.mitarbeiter .articleGrid .headline {
    background:#e42218;
    pointer-events: none;
}
/*.mitarbeiter .articleTeaser:hover .headline {
	opacity:0;
}*/
.mitarbeiter .articleTeaser.active .headline {
    opacity:0;
}
.mitarbeiter .articleTeaser .caption,
.slider .articleTeaser .caption {
    background:#e42218;
    color:#fff;
    bottom:20px;
    font-size:20px;
    font-weight:bold;
    margin-left:-1em;
    transition:all 0.2s;
}
.mitarbeiter .articleTeaser .imgWrap,
.slider .articleTeaser .imgWrap {
    overflow:inherit;
    transition:border-radius 0.2s, transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19);
}
/*.mitarbeiter .articleTeaser:hover .imgWrap,*/
.slider .articleTeaser:hover .imgWrap {
    box-shadow: 0 10px 30px rgba(0,0,0,0.29);
    transform:scale(1.05);
}
.mitarbeiter .articleTeaser.active .imgWrap {
    box-shadow: 0 10px 30px rgba(0,0,0,0.29);
    transform:scale(1.05);
}
.mitarbeiter .articleTeaser .wrap,
.slider .articleTeaser .wrap {
    position:absolute;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align:center;
    color:#000;
    top:0;
    left:0;
    width:100%;
    height:100%;
    bottom:0;
    opacity:0;
    background:rgba(255,255,255,1);
    transition:all 0.2s;
    font-size:20px;
}
/*.mitarbeiter .articleTeaser:hover .wrap,*/
.slider .articleTeaser:hover .wrap {
    opacity:1;
}
.mitarbeiter .articleTeaser.active .wrap {
    opacity:0.9;
}
.mitarbeiter .articleTeaser .wrap .toEmail {
    width: 100%;
    padding: 0 20px;
}

.mitarbeiter .articleTeaser .toEmail .icon-mail,
.slider .articleTeaser .toEmail .icon-mail {
    display:block;
    font-size:40px;
}
.mitarbeiter .articleTeaser .toEmail .iconTeam {
    padding-bottom: 50%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.mitarbeiter .articleTeaser .textWrap {
    font-size:0.8em;
}
.ajaxMore { text-align:center; }
.table {
    display:table;
}
.table-cell {
    display:table-cell;
}
#partner {
    width:100%;
    margin-bottom: 30px;
    overflow: hidden;
}
#partner > .logos > .logo {
    display:inline-block;
    float:none;
}

#partner img {
    width:100%;
    filter: grayscale(100%);
    transition:filter 0.2s;
}
#partner .logo:hover img {
    filter: none;
}
#partner .logo {
    width:33%;
}
@media only screen and (min-width: 480px) {
    #partner .logo {
        width:auto;
    }
}


.cssanimations #schnee{
    position:fixed;
    pointer-events: none;
    z-index:10000000;
    top:0;
    left:0;
    right:0;
    bottom:0;

    background-image:url('/img/schnee-3.png'),
    url('/img/schnee-2.png'),
    url('/img/schnee-1.png');
    -webkit-animation:schnee 35s linear infinite;
    -moz-animation:schnee 35s linear infinite;
    -ms-animation:schnee 35s linear infinite;
    animation:schneit 35s linear infinite;
}
@keyframes schneit{
    0%{background-position:0px 0px,0px 0px,0px 0px;}
    100%{background-position:400px 320px,800px 640px,1200px 960px;}
}
@-moz-keyframes schnee{
    0%{background-position:0px 0px,0px 0px,0px 0px;}
    100%{background-position:400px 320px,800px 640px,1200px 960px;}
}
@-webkit-keyframes schnee{
    0%{background-position:0px 0px,0px 0px,0px 0px;}
    100%{background-position:400px 320px,800px 640px,1200px 960px;}
}
@-ms-keyframes schnee{
    0%{background-position:0px 0px,0px 0px,0px 0px;}
    100%{background-position:400px 320px,800px 640px,1200px 960px;}
}


/* IE 10 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #eisfenster,#schnee { display:none; }
}
/* ==========================================================================
   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;}#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;}#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:55px;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:-50px 10px;right:100px}#swipebox-action #swipebox-zoomin{background-position:-170px 10px;left:100px}#swipebox-action #swipebox-zoomout{background-position:-230px 10px;left:100px}#swipebox-action #swipebox-next{background-position:-110px 10px;right:40px}#swipebox-action #swipebox-close{background-position:10px 10px;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{border-top:5px solid #09538b; background:#09538b}#swipebox-caption{border-bottom:5px solid #09538b;background:#09538b;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;}

/* jQuery Carousel version 0.1.7 by Michael Lehmann */
.vc_carousel {
    position:relative;
    visibility:visible !important;
}
.vc_carousel_container {
    position:relative;
    z-index: 0;
}
.vc_carousel_control {
}
.vc_carousel_item {
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    width:100%;
}
.vc_carousel_item_dragable {
    cursor: w-resize;
}
.vc_carousel_button {
    margin: 0;
    padding: 0;
    border: none;
    cursor: pointer;
    display: block;
    z-index: 2;
    vertical-align: bottom;
    background: none !important;
    position: relative;
    box-shadow: none !important;
    font-family: inherit;
    color: #fff;
}
.vc_carousel_pages {
    padding: 0;
    display: inline-block;
    margin: 0 10px;
}
.vcSlider_pager button,
.vc_carousel_pages .vc_carousel_button {
    display: inline-block;
    width: 2px;
    height: 40px;
    line-height: 20px;
    font-size: 15px;
    color: #FFF;
    position: relative;
    font-weight: normal;
    padding: 10px 5px;
}
.vcSlider_pager button span,
.vc_carousel_pages .vc_carousel_button span {
    display:none;
}
.vcSlider_pager button:after,
.vc_carousel_pages .vc_carousel_button:after {
    content: '';
    background: #fff;
    position: absolute;
    bottom: 10px;
    top: 20px;
    width: 2px;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity:.5;
}
.vcSlider_pager button:after {
    background: #5a5a5a;
}
.vcSlider_pager button:hover:after,
.vcSlider_pager button.vcSlider_pageActive:after,
.vc_carousel_pages .vc_carousel_button:hover:after,
.vc_carousel_pages .vc_carousel_button.aktiv:after {
    top: 10px;
    opacity: 1;
}
.vc_carousel_pages .vc_carousel_button.aktiv {
    font-weight: bold;
}

.vc_carousel_next,
.vc_carousel_prev {
    line-height: 1;
    display: inline-block;
    margin-top:-15px;
    font-size:20px;
    padding: 10px 0;
    opacity: .5;
}

.vc_carousel_next:hover,
.vc_carousel_prev:hover {
    opacity: 1;
}

.vc_carousel_title * {
    color: #FFF;
}
a.vc_carousel_title:hover {
    text-decoration: none;
}
.vc_carousel_title .wrap {
    -webkit-transition: transform 2s ease-in-out;
    transition: transform 2s ease-in-out;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.vc_carousel_title.titleIn .wrap {
    -webkit-transition: none !important;
    transition: none !important;
}
.next .vc_carousel_title.titleIn .wrap {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
.prev .vc_carousel_title.titleIn .wrap {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.next .vc_carousel_title.titleOut .wrap {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.prev .vc_carousel_title.titleOut .wrap {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
/*.modul_start .teaser li:after {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    height: 100px;
    width: 100%;
    background: -webkit-linear-gradient(top, rgba(9,83,139,0) 0%,rgba(9,83,139,1) 70%,rgba(9,83,139,1) 100%);
    background: linear-gradient(to bottom, rgba(9,83,139,0) 0%,rgba(9,83,139,1) 70%,rgba(9,83,139,1) 100%);
}*/

.modul_start .vc_carousel_control {
    padding: 0 4.1667% 20px;
    position:absolute;
    bottom:0;
    left:0;
}
.modul_start .vc_carousel_pages {
    margin: 0;
    display:inline-block;
    padding: 0 40px 0 0;
    text-align: left;
    z-index: 1;
}
.modul_start .vc_carousel_pages:before {
    content: '';
    display: block;
    background: -moz-linear-gradient(top, rgba(9,83,139,0) 0%, rgba(9,83,139,1) 100%);
    background: -webkit-linear-gradient(top, rgba(9,83,139,0) 0%,rgba(9,83,139,1) 100%);
    background: linear-gradient(to bottom, rgba(9,83,139,0) 0%,rgba(9,83,139,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0009538b', endColorstr='#09538b',GradientType=0 );
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
}
.modul_start .vc_carousel_pages {
}

@media only screen and (min-width: 720px) {

}


/* MODAL */
#vcModalOverlay {
    z-index: 199;
    top: 0%;
    bottom: 100%;
    height: auto;
    width: 100%;
    overflow: auto;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 100;
    opacity: 0;
    background: #fff no-repeat 50% 50%;
    background-color: rgba(255,255,255,.9);
    -webkit-transition: opacity .2s, bottom 0s .2s;
    transition: opacity .2s, bottom 0s .2s;
}
#vcModalOverlay.loading {
    background-image: url('../img/preloader_301_dark.gif');
}

#vcModal {
    top: 0;
    bottom: 100%;
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 200;
    -webkit-transition: top .3s cubic-bezier(0,.5,.5,1), opacity .5s ease, bottom 0s .5s, visibility 0s .5s;
    transition: top .3s cubic-bezier(0,.5,.5,1), opacity .5s ease, bottom 0s .5s, visibility 0s .5s;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#vcModalOverlay.show {
    bottom: 0;
    opacity: 1;
    -webkit-transition: opacity .2s, bottom 0s;
    transition: opacity .2s, bottom 0s;
}
#vcModal.show {
    top: 0;
    bottom: 0;
    opacity: 1;
    overflow: auto;
    visibility: visible;
    pointer-events: auto;
    -webkit-transition: top .3s cubic-bezier(0,.5,.5,1), opacity .5s ease, bottom 0s, visibility 0s;
    transition: top .3s cubic-bezier(0,.5,.5,1), opacity .5s ease, bottom 0s, visibility 0s;
}
#vcModal.notransition {
    -webkit-transition: none;
    transition: none;
}
#vcModal .modalMsgWrap {
    max-height: 100%;
    overflow: auto;
    width: 100%;
}

#vcModal .modalMsg {
    display: block;
    background: #f5f5f5;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    margin: 0 50px 40px 0;
    padding: 20px;
    text-align: left;
    min-height: 50px;
    position: relative;
}
#vcModal .modalMsg #content {
    margin-left: 0;
    margin-right: 0;
}

#vcModal .modalMsg .cancelBtn {
    background: #09538b;
    border: none;
    padding: 23px 13px;
    position: absolute;
    top: 0;
    right: -50px;
    z-index: 10;
    box-shadow: none;
}
#vcModal .modalMsg .cancelBtn .line {
    text-align: left;
    text-indent: -999em;
}
#vcModal .modalMsg .cancelBtn .line,
#vcModal .modalMsg .cancelBtn .line:before {
    height: 4px;
    width: 24px;
    background: #FFF;
    display: block;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
}
#vcModal .modalMsg .cancelBtn .line:before,
#vcModal .modalMsg .cancelBtn .line:after {
    position: absolute;
    content: '';
}
#vcModal .modalMsg .cancelBtn .line:before {
    top: -10px;
}
#vcModal .modalMsg .cancelBtn .line {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
#vcModal .modalMsg .cancelBtn .line:before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-top: 10px;
}
@media only screen and (min-width: 480px) {
    #vcModal .modalMsg {
        margin: 20px 70px 40px 20px;
    }
}
@media only screen and (min-width: 720px) and (min-height: 550px) {
    #vcModal .modalMsg {
        margin: 40px 90px 40px 40px;
    }
}
@media only screen and (min-width: 960px) {
    #vcModal .modalMsg {
        margin: 5% auto;
        width: 70%;
    }
    #vcModal.small .modalMsg {
        width: 45%;
    }
}
@media only screen and (min-width: 1280px) {
    #vcModal .modalMsg {
        width: 60%;
    }
    #vcModal.small .modalMsg {
        width: 33.33%;
    }
}
@media only screen and (min-width: 1440px) {
    #vcModal .modalMsg {
        width: 50%;
    }
    #vcModal.small .modalMsg {
        width: 25%;
    }
}

/* ==========================================================================
   Module styles.
   ========================================================================== */

/* Modul: START */
.modul_start .teaser {
    min-height: 200px;
    height: calc(100vh - 70px);
    padding: 0;
    box-shadow: 0 1px 3px rgba(0,0,0,.23);
    background:#000;
}
.modul_start .contentWrap {
    position: relative;
}
#wrapper .modul_start .article {
    text-align: center;
}


.modul_start .gridWrap .startGrid .wrap {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height .3s cubic-bezier(0,1,0,1), box-shadow .3s;
    transition: max-height .3s cubic-bezier(0,1,0,1), box-shadow .3s;
}
.modul_start .gridWrap .startGrid input[type="checkbox"]:checked + .gridTrigger + .wrap {
    max-height: 1000px;
    -webkit-transition: max-height .3s cubic-bezier(1,0,1,0), box-shadow .3s;
    transition: max-height .3s cubic-bezier(1,0,1,0), box-shadow .3s;
}
.modul_start .gridWrap .gridTrigger h1:after {
    content:'+';
    position:absolute;
    display:block;
    right:0;
    top:0;
    font-size:28px;
    font-weight:400;
    padding:0 10px;
    -webkit-transition: transform .3s;
    transition: transform .3s);
}
.modul_start .gridWrap .startGrid input[type="checkbox"]:checked + .gridTrigger h1:after {
    -webkit-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    transform:rotate(45deg);
}
.modul_start .gridWrap .articleGrid:nth-child(1) {
    position:absolute;
    bottom:0;
    left: 20px;
    right: 60px;
    padding: 0;
    width: auto;
}
.modul_start .gridWrap .articleGrid:nth-child(1) .startGrid {
    font-size: .8em;
}
.modul_start .gridWrap .articleGrid:nth-child(n+2) .startGrid .wrap {
    max-height: 1000px;
}
.modul_start .gridWrap .articleGrid:nth-child(n+2) .gridTrigger h1:after {
    display: none;
}

@media only screen and (min-width: 640px) {
    .modul_start .gridWrap .articleGrid:nth-child(1) {
        left: 20px;
        right: 50%;
        right: calc(50% + 10px);
    }
    .modul_start .gridWrap .articleGrid:nth-child(2) {
        position:absolute;
        bottom:0;
        left: 50%;
        left: calc(50% + 10px);
        right: 60px;
        padding: 0;
        width: auto;
    }
    .modul_start .gridWrap .articleGrid:nth-child(1) .startGrid,
    .modul_start .gridWrap .articleGrid:nth-child(2) .startGrid {
        font-size: .8em;
    }
    .modul_start .gridWrap .articleGrid:nth-child(2) .startGrid .wrap {
        max-height: 0;
    }
    .modul_start .gridWrap .articleGrid:nth-child(2) .gridTrigger h1:after {
        display: block;
    }
    .modul_start .gridWrap .articleGrid:nth-child(3) {
        width: 100%;
    }
}
@media only screen and (min-width: 960px) {
    .modul_start .gridWrap {
        position: absolute;
        left: 40px;
        right: 40px;
        bottom: 0;
        margin: 0;
    }
    .modul_start .gridWrap .articleGrid {
        width: 33.33% !important;
        position: relative !important;
        right: auto !important;
        left: auto !important;
        padding: 0 20px !important;
        height: 2em;

    }
    .modul_start .gridWrap .articleGrid .startGrid {
        font-size: 1em !important;
        position: absolute;
        bottom: 0;
        left: 20px;
        right: 20px;
        width: auto;
    }
    .modul_start .gridWrap .articleGrid:nth-child(3) .startGrid .wrap {
        max-height: 0;
    }
    .modul_start .gridWrap .articleGrid:nth-child(3) .gridTrigger h1:after {
        display: block;
    }
}

.modul_start .gridWrap .gridTrigger h1 {
    position:relative;
    font-size:20px;
    line-height:2em;
    margin:0;
    background: #1e60aa;
    color:#fff;
    padding-left:30px;
}
.modul_start .gridWrap .gridTrigger h1:before {
    content:'';
    position:absolute;
    left:0;
    top:19px;
    height:2px;
    width:20px;
    background:#000;
}
.modul_start .gridWrap .wrap {
    background:#fff;
}
.modul_start .gridWrap .wrap .mapWrap {
    margin-left:-20px;
    margin-right:-20px;
    margin-top:-20px;
}
.modul_start .gridWrap .wrap .map_canvas {
    margin:0;
    height:0;
    min-height:0;
    padding-bottom:62.5%;
}

@media only screen and (min-width: 920px) and (min-height: 550px) {
    .modul_start .teaser {
        height: 400px;
        height: 100vh;
    }
}

@media only screen and (min-width: 960px) and (min-height: 550px) {

    #wrapper .modul_start .teaser + .article,
    #wrapper .modul_start .vc_carousel_container + .article {
        position: absolute;
        bottom: 40px;
        left: 80px;
        background:	#f3f3f3;
        padding: 40px;
        margin: 0;
        width: 45%;
        width: calc(50% - 80px);
    }

    .modul_start .teaser + .article > :last-child,
    .modul_start .vc_carousel_container + .article > :last-child {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 1280px) and (min-height: 550px) {
    #wrapper .modul_start .teaser + .article,
    #wrapper .modul_start .vc_carousel_container + .article {
        width: 33.3%;
    }
}

/* Modul: PROJECTS */
.modul_projects .filter {
    margin-left: 10px;
    margin-right: 10px;
}

.modul_projects .filterHead {
    position: relative;
    display: block;
    padding-right: 40px;
}
.modul_projects .filterHead .line,
.modul_projects .filterHead .line:after {
    display: block;
    background: #fff;
    position: absolute;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.modul_projects .filterHead .line {
    right: 10px;
    top: 50%;
    height: 3px;
    margin-top: -1px;
    width: 15px;
}
.modul_projects .filterHead .line:after {
    content: '';
    height: 15px;
    width: 3px;
    top: -6px;
    left: 50%;
    margin-left: -2px;
}
.modul_projects .filter.aktiv .filterHead .line {
    background: transparent;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.modul_projects .filter .boxContent {
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    margin-top: -20px;
    height: 0;
    overflow: hidden;
}
.modul_projects .filter.aktiv .boxContent {
    opacity: 1;
    margin-top: 0;
    height: auto;
}
.modul_projects .filter .btnContainer {
    margin-bottom: -10px;
    margin-left: -10px;
    margin-right: -10px;
}
.modul_projects .filter .btnContainer span {
    font-size: 1.333em;
    line-height: inherit;
    vertical-align: -.1em;
}
.modul_projects .project_entries {
    position: relative;
    min-height: 20vh;
}
.modul_projects .project_entries:after {
    content: '';
    display: block;
    background: url(../img/preloader_301_dark.gif) no-repeat 50% 100px;
    background-position: 50% 10vh;
    background-color: #f3f3f3;
    background-color: rgba(243, 243, 243, .9);
    position: absolute;
    left: 0;
    top: 0;
    height: 0%;
    width: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity .3s, height 0s .3s;
    transition: opacity .3s, height 0s .3s;
}
.modul_projects .project_entries.loading:after {
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity .3s, height 0s;
    transition: opacity .3s, height 0s;
}

.modul_projects .project_info_box {
    background: #fff;
    padding: .769em 10px;
}
.modul_projects .project_info_box dl {
    margin: 0;
}
.modul_projects .project_info_box dl > * {
    width: 100%;
    margin: 0;
    padding: 0;
}
.modul_projects .project_info_box dl dt {
    font-weight: bold;
}
.modul_projects .project_info_box dl dd + dt {
    margin-top: .769em;
}

@media only screen and (min-width: 480px) {
    .modul_projects .project_info_box dl {
        font-size: .8em;
    }
    .modul_projects .project_info_box {
        width: 40%;
        margin-left: 5%;
        float: right;
    }
}

@media only screen and (min-width: 720px) and (min-height: 550px) {
    .modul_projects .filter {
        margin-left: 20px;
        margin-right: 20px;
    }
    .modul_projects .filterHead .line {
        right: 20px;
    }
    .modul_projects .filter .btnContainer {
        margin-left: -20px;
        margin-right: -20px;
    }
}

@media only screen and (min-width: 960px) {
    .modul_projects .filter {
        position: relative;
    }
    .js .modul_projects .filterHead,
    .modul_projects .filterHead {
        padding: 15px 20px;
        cursor: auto;
        line-height: inherit;
        float: left;
        line-height: 20px;
    }
    .modul_projects .filterHead .line {
        display: none;
    }
    .modul_projects .filter .boxContent,
    .modul_projects .filter.aktiv .boxContent {
        -webkit-transition: none;
        transition: none;
        opacity: 1;
        margin-top: 0;
        height: auto;
    }
    .modul_projects .filter .boxContent {
        padding: 0;
    }
    .modul_projects .filter .optsContainer {
        padding: 10px 20px;
        float: left;
        margin: 0;
        min-width: 20%;
    }
    .modul_projects .filter .btnContainer {
        margin: 0;
        float: right;
    }
    .modul_projects .filter .btnContainer button {
        line-height: 20px;
    }
    .modul_projects .filter .btnContainer button:hover {
        padding-left: 25px;
        padding-right: 15px;
    }
    .modul_projects .filter .optsContainer > label:first-child {
        display: none;
    }
    .modul_projects .filter .optsContainer .inputWrap,
    .modul_projects .filter .optsContainer .selectWrap {
        width: 100%;
        line-height: 20px;
    }
    .modul_projects .filter .optsContainer select,
    .modul_projects .filter .optsContainer input {
        width: 100%;
        padding-top: 5px;
        padding-bottom: 4px;
        line-height: 20px;
        height: 30px;
    }
    .modul_projects .filter .optsContainer .selectWrap select {
        height: 29px;
    }
    .modul_projects .filter .optsContainer .inputWrap .inputIcon,
    .modul_projects .filter .optsContainer .selectOver {
        top: 5px;
        line-height: 20px;
    }
}


.accordionWrapper.ui-accordion .ui-accordion-header {
    background: none;
    border: none;
    color: inherit;
    padding: 0 0 10px 0;
}
.accordionWrapper.ui-accordion .ui-accordion-header:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    background: linear-gradient(to bottom, rgba(239,239,239,0) 0%,rgba(239,239,239,1) 100%);
}
.accordionWrapper.ui-accordion .ui-accordion-header > * {
    position: relative;
}
.accordionWrapper.ui-accordion .ui-accordion-header a {
    color: inherit;
}
.accordionWrapper.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    display: none;
}
.accordionWrapper.ui-accordion .ui-accordion-header .btnMore {
    color: inherit;
    position: absolute;
    right: 0;
    bottom: 10px;
}
.accordionWrapper.ui-accordion .ui-accordion-content {
    background: none;
    padding: 0;
    border: none;
}
.accordionWrapper.ui-accordion .ui-accordion-content + .ui-accordion-header {
    border-top: 2px solid #fff;
}
#popup {
    visibility:hidden;
    z-index:1000;
    position:fixed;
    height:100%;
    width:100%;
    top:0;
    left:0;
    text-align:center;
    background:rgba(0,0,0,0);
    overflow:hidden;
    transition:visibility 0.5s, background 0.5s;
}
.popup #popup {
    visibility:visible;
    background:rgba(0,0,0,0.5);
}
#popupContainer {
    position:relative;
    box-sizing:border-box;
    width:720px;
    max-width:100%;
    height:80%;
    margin-top:20%;
    margin-top:20vh;
    display:inline-block;
    opacity:0;
    transition:margin-top .5s , opacity .5s;
}
.popup #popupContainer {
    margin-top:10%;
    margin-top:10vh;
    opacity:1;
}
#popupContent {
    box-sizing:border-box;
    text-align:left;
    padding:45px 20px 20px;
    height:100%;
    background-color:#fff;
    box-shadow:0 7px 15px rgba(0,0,0,0.6);
    overflow:auto;
}
#popupClose {
    position:absolute;
    z-index:10;
    right:0;
    top:0;
    padding:25px;
    cursor:pointer;
    overflow:hidden;
    color:#fff;
    background:#09538b;
    transition: transform 1s ease-in-out 0s;
}
#popupClose > * {
    position:relative;
}
#popupClose:before,
#popupClose:after {
    content:'';
    height: 4px;
    width: 24px;
    position:absolute;
    top:23px;
    left:14px;
    background: #FFF;
    display: block;
    transform: rotate(45deg);
    transform-origin:50% 50%;
}
#popupClose:after {
    transform: rotate(-45deg);
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
