/*
 * 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
   ========================================================================== */

html,
body {
	min-width: 320px;
}
body.navMainOpen,
body.overlayOpen,
html.swipebox-html body {
	height: 100%;
	overflow: hidden;
}
.baseSpacer,
.baseSpacerLeft {
	padding-left: 20px;
}
.baseSpacer,
.baseSpacerRight {
	padding-right: 20px;
}
.baseSpacerMargin,
.baseSpacerMarginLeft {
	margin-left: 20px;
}
.baseSpacerMargin,
.baseSpacerMarginRight {
	margin-right: 20px;
}
.baseSpacerPos,
.baseSpacerPosLeft {
	left: 20px !important;
}
.baseSpacerPos,
.baseSpacerPosRight {
	right: 20px !important;
}
.pushOut {
	margin-left: -20px;
	margin-right: -20px;
}
@media (min-width: 1280px) {
	.baseSpacer,
	.baseSpacerLeft {
		padding-left: 5%;
		padding-left: calc(5% + 20px);
	}
	.baseSpacer,
	.baseSpacerRight {
		padding-right: 5%;
		padding-right: calc(5% + 20px);
	}
	.baseSpacerMargin,
	.baseSpacerMarginLeft {
		margin-left: 5%;
		margin-left: calc(5% + 20px);
	}
	.baseSpacerMargin,
	.baseSpacerMarginRight {
		margin-right: 5%;
		margin-right: calc(5% + 20px);
	}
	.baseSpacerPos,
	.baseSpacerPosLeft {
		left: 5% !important;
		left: calc(5% + 20px) !important;
	}
	.baseSpacerPos,
	.baseSpacerPosRight {
		right: 5% !important;
		right: calc(5% + 20px) !important;
	}
	.pushOut {
		margin-left: -5.556%;
		margin-left: calc((100% + 40px) * -.05556 - 20px);
		margin-right: -5.556%;
		margin-right: calc((100% + 40px) * -.05556 - 20px);
	}
}
@media (min-width: 1600px) {
	.baseSpacer,
	.baseSpacerLeft {
		padding-left: 10%;
		padding-left: calc(10% + 20px);
	}
	.baseSpacer,
	.baseSpacerRight {
		padding-right: 10%;
		padding-right: calc(10% + 20px);
	}
	.baseSpacerMargin,
	.baseSpacerMarginLeft {
		margin-left: 10%;
		margin-left: calc(10% + 20px);
	}
	.baseSpacerMargin,
	.baseSpacerMarginRight {
		margin-right: 10%;
		margin-right: calc(10% + 20px);
	}
	.baseSpacerPos,
	.baseSpacerPosLeft {
		left: 10% !important;
		left: calc(10% + 20px) !important;
	}
	.baseSpacerPos,
	.baseSpacerPosRight {
		right: 10% !important;
		right: calc(10% + 20px) !important;
	}
	.pushOut {
		margin-left: -12.5%;
		margin-left: calc((100% + 40px) * -.125 - 20px);
		margin-right: -12.5%;
		margin-right: calc((100% + 40px) * -.125 - 20px);
	}
}
@media (min-width: 1840px) {
	.baseSpacer,
	.baseSpacerLeft {
		padding-left: 15%;
		padding-left: calc(15% + 20px);
	}
	.baseSpacer,
	.baseSpacerRight {
		padding-right: 15%;
		padding-right: calc(15% + 20px);
	}
	.baseSpacerMargin,
	.baseSpacerMarginLeft {
		margin-left: 15%;
		margin-left: calc(15% + 20px);
	}
	.baseSpacerMargin,
	.baseSpacerMarginRight {
		margin-right: 15% !important;
		margin-right: calc(15% + 20px) !important;
	}
	.baseSpacerPos,
	.baseSpacerPosLeft {
		left: 15% !important;
		left: calc(15% + 20px) !important;
	}
	.baseSpacerPos,
	.baseSpacerPosRight {
		right: 15%;
		right: calc(15% + 20px);
	}
	.pushOut {
		margin-left: -21.428%;
		margin-left: calc((100% + 40px) * -.21428 - 20px);
		margin-right: -21.428%;
		margin-right: calc((100% + 40px) * -.21428 - 20px);
	}
}

#wrapper {
	position:relative;
	overflow:hidden;
	min-width: 320px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
#main {
    flex-grow: 1;
	padding-top: 60px;
}
#main,
.vcMain {
    display: block;
    overflow: hidden;
}
#wrapper .section {
	padding-top: 40px;
	padding-bottom: 40px;
	min-height: 50vh;
	position: relative;
}
#wrapper .teaserWrap {
    margin-top: -40px;
}
#wrapper .teaserWrap:last-child {
    margin-bottom: -40px;
}
#wrapper .teaserWrap + .contentWrap {
    margin-top: 40px;
}
#wrapper .sectionInner {
	position: relative;
	z-index: 1;
}
#wrapper .section:first-child {
	padding-top: 30px;
}
#wrapper .section:first-child .contentWrap:first-child {
	padding-top: 120px;
}

#wrapper .section .article.tax_articleCenter {
    margin-left: auto;
    margin-right: auto;
}
#wrapper .section .article.tax_articleContentCenter {
    text-align: center;
}
#wrapper .section .article.tax_titleAsEnum {
    position: relative;
    padding-left: calc((100% + 40px) / 4);
}
#wrapper .section .article .titleAsEnum {
    position: absolute;
    width: calc((100% + 40px) / 4 - 20px);
    text-align: right;
    left: 0;
    top: 0;
    margin: 0;
    color: #cd1523;
}
@media (min-width: 640px) {
	#main {
		padding-top: 80px;
	}
	#wrapper .section {
        padding-top: 80px;
        padding-bottom: 80px;
	}
    #wrapper .teaserWrap {
        margin-top: -80px;
    }
    #wrapper .teaserWrap:last-child {
        margin-bottom: -80px;
    }

    #wrapper .section .article.tax_titleAsEnum {
        padding-left: calc((100% + 40px) / 6);
    }
    #wrapper .section .article .titleAsEnum {
        width: calc((100% + 40px) / 6);
    }
}

@media (min-width: 960px) {
    #wrapper .section .article.tax_articleWidth-5-6 {
        width: calc((100% + 40px) / 6 * 5 - 40px);
    }
    #wrapper .section .article.tax_articleWidth-3-4 {
        width: calc((100% + 40px) / 4 * 3 - 40px);
    }
    #wrapper .section .article.tax_articleWidth-2-3 {
        width: calc((100% + 40px) / 3 * 2 - 40px);
    }
}


/*
	HEADER
	*/

#header {
    position: fixed;
    left: 0;
    top: -80px;
    width: 100%;
    z-index: 50;
    background: #fff;
	transition: all .2s;
}
#header.fixedShow,
#header.isAtTop,
#header.isOverBreakpoint {
    top: 0;
}
#header.isAtTop,
#header.isOverBreakpoint {
    box-shadow: none;
}

#headerTopWrap {
    position: relative;
}

#logo {
    position: absolute;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    background: #fff;
}
#logo:after {
    content: '';
    background: #fff;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    transform: skewX(-45deg);
    transform-origin: 100% 100%;
}
#logo img {
    height: 60px;
    width: auto;
    display: block;
    transition: height .2s;
    position: relative;
    z-index: 2;
}

#navMenuTrigger {
    float: right;
    position: relative;
    color: inherit;
    padding: 20px 30px 20px 0;
    height: 60px;
	color: #1d70b7;
    cursor: pointer;
    z-index: 101;
    transition: top .2s, color .2s;
}

#navMenuTrigger:before,
#navMenuTrigger:after,
#navMenuTrigger .line {
    position: absolute;
    content: '';
    display: block;
    height: 2px;
    right: 0;
    background: #1d70b7;
    transition: all .2s;
}
#navMenuTrigger:before {
    width: 15px;
    top: 22px;
    right: 5px;
}
#navMenuTrigger:after {
    width: 10px;
    right: 10px;
    bottom: 22px;
}
#navMenuTrigger .line {
    width: 20px;
    top: 50%;
    margin-top: -1px;
}
#navMenuTrigger:hover:before,
#navMenuTrigger:hover:after,
#navMenuTrigger:hover .line {
    background: #cd1523;
}
#navMenuTrigger:hover {
    color: #cd1523;
}
#navMenuSwitch:checked ~ #wrapper #navMenuTrigger .line {
    opacity: 0;
    width: 0;
}
#navMenuSwitch:checked ~ #wrapper #navMenuTrigger:before {
    transform: rotate(45deg);
    transform-origin: 0 0;
    width: 20px;
	top: 22px;
    right: 0;
}
#navMenuSwitch:checked ~ #wrapper #navMenuTrigger:after {
    transform: rotate(-45deg);
    transform-origin: 0 100%;
    width: 20px;
	bottom: 22px;
	right: 0;
}

#navMenuTrigger .menu,
#navMenuTrigger .close {
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    font-style: italic;
}
#navMenuTrigger .close {
    display: none;
}
#navMenuSwitch:checked ~ #wrapper #navMenuTrigger .menu {
    display: none;
}
#navMenuSwitch:checked ~ #wrapper #navMenuTrigger .close {
    display: block;
}

#navMain .navBtnWrap {
    position: relative;
}

#navMain .ulLvl2 {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -20px;
    margin-right: -20px;
    box-shadow: 0 10px 20px rgba(0,0,0,.1);
}
#navMain li > .checkboxTrigger ~ ul {
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-transition: max-height .3s cubic-bezier(0,1,0,1), padding .3s, margin .3s, border .3s;
    transition: max-height .3s cubic-bezier(0,1,0,1), padding .3s, margin .3s, border .3s;
    overflow: hidden;
    position: relative;
    z-index: 2;
    background: #fff;
}
#navMain .listItem > .navBtnWrap a {
    font-weight: 700;
    line-height: 30px;
    font-size: 20px;
	color: #1d70b7;
    transition: color .3s;
    text-decoration: none;
	text-align: center;
	display: block;
	position: relative;
}
#navMain .lvl1 > .navBtnWrap .name {
    position: relative;
}
#navMain .lvl2 + .lvl2 {
    padding-top: 4px;
    margin-top: 4px;
    border-top: 2px solid #f9f7f5;
}
#navMain .lvl2 > .checkboxTrigger:checked + .navBtnWrap a,
#navMain .lvl2 > .navBtnWrap a.active,
#navMain .lvl2 > .navBtnWrap:hover a,
#navMain .lvl2 > .navBtnWrap.hover a {
    color: #bfae99;
}

@media (max-width: 959px) {
    html.navMainOpen {
        height: 100%;
    }
    html.navMainOpen body {
        overflow: hidden;
        height: 100%;
    }

    #headerBottomWrap {
		display: flex;
		flex-direction: column;
		justify-content: center;
        position: absolute;
        height: 0;
        overflow: hidden;
        left: 0;
        top: 0;
        width: 100%;
        -webkit-transition: height .3s, padding .3s, box-shadow .3s, overflow 0s, background 0s .3s;
        transition: height .3s, padding .3s, box-shadow .3s, overflow 0s, background 0s .3s;
        z-index: -1;
    }
    #headerBottomWrap > .wrap {
        padding-top: 100px;
        padding-bottom: 20px;
		width: 100%;
    }

    #navMenuSwitch:checked ~ #wrapper #headerBottomWrap,
    #navMenuSwitch:checked ~ .vcWrapper #headerBottomWrap {
        height: 100vh;
        -webkit-transition: height .3s, padding .3s, box-shadow .3s, background .3s;
        transition: height .3s, padding .3s, box-shadow .3s, background .3s;
        background-color: #fff;
        overflow: scroll;

        -webkit-animation: 0s linear 0.3s 1 normal both running delayOverflowAuto;
        animation: 0s linear 0.3s 1 normal both running delayOverflowAuto;
    }

    #navMain .checkboxTrigger + .navBtnWrap {
        padding-right: 30px;
    }
    #navMain .iconMenuTriggerDwn {
        display: block;
        position: absolute;
        width: 30px;
        height: 30px;
        line-height: 20px;
        text-align: center;
        top: 50%;
        right: 0;
        margin-top: -15px;
        padding: 5px 0;
        overflow: hidden;
        color: #bfae99;
        transition: all .3s;
        user-select: none;
    }
    #navMain .checkboxTrigger:checked + .navBtnWrap > .iconMenuTriggerDwn {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    #navMain .listItem > .checkboxTrigger:checked ~ ul {
        max-height: 5000px;
        -webkit-transition: max-height .3s cubic-bezier(1,0,1,0), padding .3s, margin .3s, border .3s;
        transition: max-height .3s cubic-bezier(1,0,1,0), padding .3s, margin .3s, border .3s;
    }
    #navMain .lvl1 > .checkboxTrigger:checked ~ ul {
        margin-top: 10px;
        margin-bottom: 20px;
        padding: 15px 20px;
    }
	#navMain .lvl1 > .checkboxTrigger:checked + .navBtnWrap a,
	#navMain .lvl1 > .navBtnWrap a.active {
		color: #cd1523;
	}
    #navMain ul + ul > .lvl1,
    #navMain .lvl1 + .lvl1 {
        margin-top: 40px;
    }
}
@media (min-width: 640px) {
    #header,
    #header.fixedShow,
    #header.isAtTop,
    #header.isOverBreakpoint {
        top: 0;
    }

    #header #logo img {
        height: 60px;
    }
    #header.fixedShow #logo img,
    #header.isAtTop #logo img,
    #header.isOverBreakpoint #logo img {
        height: 80px;
    }

    #header #headerBottomWrap > .wrap {
        padding-top: 100px;
    }
    #header.fixedShow #headerBottomWrap > .wrap,
    #header.isAtTop #headerBottomWrap > .wrap,
    #header.isOverBreakpoint #headerBottomWrap > .wrap {
        padding-top: 100px;
    }
}
@media (min-width: 960px) {
    #navMenuTrigger,
    #navMain .iconMenuTriggerDwn {
        display: none;
    }
    #header #logo {
        padding-top: 10px;
        padding-bottom: 10px;
        transition: padding-top .3s, padding-bottom .3s;
    }
    #header.fixedShow #logo,
    #header.isAtTop #logo,
    #header.isOverBreakpoint #logo {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #header #headerTopWrap {
        padding: 0;
    }

    #headerBottomWrap {
        width: 100%;
        transition: top.3s;
        z-index: 1;
    }

    #headerBottomWrap > .wrap {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    #navMain .ulLvl1 {
        display: flex;
        justify-content: flex-end;
        margin-left: -10px;
    }
    #navMain .lvl1 {
        flex: 0 1 auto;
        text-align: center;
        position: relative;
    }

    #navMain .lvl1 > .navBtnWrap {
        padding: 15px 10px;
        transition: padding .3s;
    }
    #header.fixedShow #navMain .lvl1 > .navBtnWrap,
    #header.isAtTop #navMain .lvl1 > .navBtnWrap,
    #header.isOverBreakpoint #navMain .lvl1 > .navBtnWrap {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    #navMain .listItem > .checkboxTrigger ~ ul {
        position: absolute;
    }
	#navMain .lvl1:hover > .navBtnWrap a,
	#navMain .lvl1.hover > .navBtnWrap a,
	#navMain .lvl1 > .navBtnWrap a.active {
		color: #cd1523;
	}
    #navMain .listItem:hover > ul,
    #navMain .listItem.hover > ul {
        max-height: 5000px;
        -webkit-transition: max-height .3s cubic-bezier(1,0,1,0), padding .3s, margin .3s, border .3s;
        transition: max-height .3s cubic-bezier(1,0,1,0), padding .3s, margin .3s, border .3s;
    }
    #navMain .lvl1:hover > ul,
    #navMain .lvl1.hover > ul {
        margin-top: 0;
        margin-bottom: 20px;
        padding: 15px 20px;
    }
    #navMain .ulLvl2 {
        width: 280px;
        left: 50%;
        margin-left: -140px;
    }
}
@media (min-width: 1120px) {
    #navMain .ulLvl1 {
        margin-left: -20px;
    }
    #navMain .lvl1 > .navBtnWrap {
        padding-left: 20px;
        padding-right: 20px;
    }
}


/*
	FOOTER
	*/

#footer {
    position: relative;
    text-align: center;
    overflow: hidden;
}

#footer .topWrap {
    padding-top: 40px;
    padding-bottom: 40px;
    color: #fff;
    background: #1d70b7;
}
#footer .topWrapWrap {
    margin-right: -20px;
    margin-left: -20px;
}
#footer .topWrap * {
    color: #fff;
}
#footer .topWrap a {
    text-decoration: underline;
}
#footer .topWrap strong {
    font-style: italic;
}

#footer .bottomWrap {
    text-align: center;
    color: #fff;
    background: #1a65a4;
	padding-bottom: 0;
	padding-top: 0;
}

#footer .topWrapWrap > * {
    padding-left: 20px;
    padding-right: 20px;
}
#footer .topWrapWrap > * + * {
    padding-top: 40px;
}
#logoFooter {
    display: block;
    width: 50%;
    margin: 0 auto;
}
#logoFooter img {
    display: block;
    width: 100%;
    height: auto;
}
#navFtr {
    padding: 10px 0 0;
    margin: 0 -10px;
}
#navFtr ul {
    line-height: 20px;
    margin-right: -20px;
}
#navFtr li {
    float: none;
    display: inline-block;
    padding-right: 20px;
}
#navFtr a,
#navFtr .a,
#footerTop {
    color: #fff;
    font-weight: bold;
    font-style: italic;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: .7778em;
    line-height: 1.4286;
}
#navFtr a,
#navFtr .a {
    padding: 10px;
    display: block;
    text-decoration: none;
	transition: all .3s;
}

#footerTop {
    padding-left: 10px;
	margin-top: 20px;
	margin-bottom: 10px;
    position: relative;
    z-index: 1;
    display: inline-block;
    background: none;
}
#footerTop:after {
	display: none;
}
#navFtr a:hover,
#navFtr .a:hover,
#footerTop:hover,
#navFtr a.active,
#navFtr .a.active,
#footerTop.active {
	background: #1d70b7;
	color: #fff;
}
#footer #footerApp {
    text-align: left;
}
@media (min-width: 480px) {
    #footer .contact1,
    #footer .contact2 {
        width: 50%;
        float: left;
    }
    #footerApp {
        clear: left;
    }
}
@media (min-width: 640px) {
    #footer {
        text-align: left;
    }
    #footer .contact1,
    #footer .contact2 {
        width: 37.5%;
        margin: 0;
        padding-top: 0;
    }
	#footer #logoFooter {
		width: 25%;
		float: left;
	}
}

@media (min-width: 960px) {
	#footer #logoFooter {
        width: 16.667%;
    }
    #footer .contact1 {
        width: 25%;
		padding-left: 20px;
    }
    #footer .contact2 {
        width: 25%;
		padding-right: 20px;
    }
    #footer #footerApp {
		width: 33.333%;
		clear: none;
		float: left;
		padding-top: 0;
        padding-left: 20px;
	}
	#footer .topWrapWrap > * + * {
		padding-top: 0;
	}

	#navFtr {
		float: left;
		padding: 10px 0;
	}
	#navFtr li {
		display: block;
		float: left;
	}
	#footerTop {
		float: right;
		margin: 10px -10px 10px 0;
	}
}


/* ==========================================================================
   external Scripts/Functions
   ========================================================================== */

#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:#81796e;
    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);
}

#popupContent .none,
#popupContent .img img {
    max-width:100%;
    height:auto !important;
}
#popupContent .headlineImg h1,
#popupContent .headlineImg h2,
#popupContent .headlineImg h3 {
    display:block;
}
#popupContent .headlineImg img {
    display:none;
}


/*! Swipebox v1.4.4 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html{overflow:hidden!important}#swipebox-overlay img{border:none!important}#swipebox-overlay{width:100%;height:100%;position:fixed;top:0;left:0;z-index:99999!important;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:#fff;background:rgba(0,0,0,.5)}#swipebox-container{position:relative;width:100%;height:100%}#swipebox-slider{-webkit-transition:-webkit-transform .4s ease;transition:transform .4s ease;height:100%;left:0;top:0;width:100%;white-space:nowrap;position:absolute;display:none;cursor:pointer;padding-top:50px;padding-bottom:50px;}#swipebox-slider .slide{height:100%;width:100%;line-height:1px;text-align:center;display:inline-block;position:relative;overflow:hidden;}#swipebox-slider .slideInnerWrap{height:100%;width:100%;line-height:1px;text-align:center;}#swipebox-slider .slideInnerWrap:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}#swipebox-slider .slide .swipebox-inline-container,#swipebox-slider .slide .swipebox-video-container,#swipebox-slider .slide img{display:inline-block;max-height:100%;max-width:100%;margin:0;padding:0;width:auto;height:auto;vertical-align:middle}#swipebox-slider .slide .swipebox-video-container{background:0 0;max-width:1140px;max-height:100%;width:100%;padding:5%;-webkit-box-sizing:border-box;box-sizing:border-box}#swipebox-slider .slide .swipebox-video-container .swipebox-video{width:100%;height:0;padding-bottom:56.25%;overflow:hidden;position:relative}#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe{width:100%!important;height:100%!important;position:absolute;top:0;left:0}#swipebox-slider .slide-loading{background:url(../img/preloader_301_dark.gif) center center no-repeat}#swipebox-bottom-bar,#swipebox-top-bar{-webkit-transition:.5s;transition:.5s;position:absolute;left:0;z-index:999;height:50px;width:100%;}#swipebox-bottom-bar{top:-50px;color:#fff!important;}#swipebox-bottom-bar.visible-bars{-webkit-transform:translate3d(0,50px,0);transform:translate3d(0,50px,0)}#swipebox-top-bar{bottom:-50px;display:table;}#swipebox-top-bar.visible-bars{-webkit-transform:translate3d(0,-50px,0);transform:translate3d(0,-50px,0)}#swipebox-title{width:100%;height:100%;font-size:1em;line-height:1.2;text-align:center;vertical-align:middle;display:table-cell;color:#fff;}#swipebox-close,#swipebox-next,#swipebox-prev,#swipebox-zoomin,#swipebox-zoomout{background-image:url(../img/Swipebox/icons.png);background-repeat:no-repeat;border:none!important;text-decoration:none!important;cursor:pointer;width:50px;height:50px;top:0}#swipebox-arrows{height:100%;position:absolute;left:0;bottom:0;top:50vh;margin-top:-25px;}#swipebox-prev{background-position:-32px 13px;float:left}#swipebox-next{background-position:-78px 13px;float:right;position:absolute;right:-100vw;margin-right:50px;}#swipebox-close,#swipebox-zoomin,#swipebox-zoomout{top:0;position:absolute;z-index:9999}#swipebox-close{background-position:15px 12px;right:0}#swipebox-zoomin{background-position:-122px 12px;right:60px}#swipebox-zoomout{background-position:-168px 12px;right:60px}.swipebox-no-close-button #swipebox-close{display:none}#swipebox-next.disabled,#swipebox-prev.disabled,#swipebox-zoomin.disabled,#swipebox-zoomout.disabled{opacity:.3}.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider{-webkit-animation:rightSpring .3s;animation:rightSpring .3s}.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider{-webkit-animation:leftSpring .3s;animation:leftSpring .3s}.swipebox-touch #swipebox-container:after,.swipebox-touch #swipebox-container:before{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:all .3s ease;transition:all .3s ease;content:' ';position:absolute;z-index:999;top:0;height:100%;width:20px;opacity:0}.swipebox-touch #swipebox-container:before{left:0;box-shadow:inset 10px 0 10px -8px #656565}.swipebox-touch #swipebox-container:after{right:0;box-shadow:inset -10px 0 10px -8px #656565}.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before,.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after{opacity:1}@-webkit-keyframes rightSpring{0%,100%{left:0}50%{left:-30px}}@keyframes rightSpring{0%,100%{left:0}50%{left:-30px}}@-webkit-keyframes leftSpring{0%,100%{left:0}50%{left:30px}}@keyframes leftSpring{0%,100%{left:0}50%{left:30px}}@media screen and (min-width:800px){#swipebox-close{right:10px}#swipebox-zoomin,#swipebox-zoomout{right:70px}#swipebox-arrows{/*left:10px*/}}#swipebox-slider .slide .video-js-container .swipebox-video{width:auto;height:auto;padding-bottom:0}#swipebox-slider .swipebox-video .video-js{width:100%;height:auto;display:block}#swipebox-slider .swipebox-video .video-js .vjs-big-play-button{left:50%;top:50%;margin:-1em 0 0 -1em;height:2em;width:2em;line-height:2em;border:none;background:#003E7C;border-radius:1em;color:#fff}#swipebox-slider .swipebox-video .video-js .vjs-big-play-button:hover{background:#E8EAED;color:#003F7D}#swipebox-slider .swipebox-video .vjs-has-started .vjs-control-bar{background-color:#69AF22;background-color:rgba(105,175,34,.9)}#swipebox-slider .swipebox-video .video-js .vjs-slider{background:#fff;background:rgba(255,255,255,.5)}#swipebox-slider .swipebox-video .video-js .vjs-load-progress{background:#bfcfde}#swipebox-slider .swipebox-video .video-js .vjs-play-progress{background:#003E7C}

/*
	Overlay
	*/
.vcModalTarget {
    transition: height 0s .3s, opacity .3s;
    pointer-events: none;
    position: fixed;
    height: 0;
    width: 100%;
    opacity: 0;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: scroll;
    z-index: 1000;
}
.vcModalTarget.loading .vcModal {
    background-image: url(../img/preloader_301_dark.gif);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 100%;
}
.vcModalTarget.loading .vcModal .modalMsg {
    background: none !important;
    visibility: hidden;
}
.vcModal {
    max-height: 100%;
}

.vcModalOverlay {
    background: #000;
    opacity: .75;
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
}
.vcModal .modalMsg {
    margin-top: 20px;
    margin-bottom: 20px;
    flex-grow: 0;
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    background: #fff;
}
.vcModal .modalMsg .contentWrap.baseSpacer {
	padding-right: 0;
	padding-left: 0;
}

.vcModalTarget:not(.vcModalBannerBottom) .vcModal .modalMsg {
    padding-left: 20px;
    padding-right: 20px;
}

.vcModalSwitch:checked + .vcModalTarget,
.vcModalTarget.loading {
    height: 100%;
    opacity: 1;
    transition: height 0s, opacity .3s;
    pointer-events: auto;
}
.vcModal .vcModalClose {
    position: absolute;
    display: block;
    right: -20px;
    top: -20px;
    border-radius: 20px;
    background: #cd1523;
    cursor: pointer;
    padding: 10px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    height: 40px;
    width: 40px;
    border-radius: 20px;
    transition: all .3s;
    z-index: 10;
}
.vcModal .vcModalClose:hover {
    transform: rotate(180deg);
}
.vcModalBannerBottom {
    overflow: hidden;
    justify-content: end;
}
.vcModalBannerBottom .vcModal {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: calc(100% - 20px);
    border-radius: 20px 0 0 0;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	scrollbar-width: thin;
}
.vcModalBannerBottom .vcModal .modalMsg {
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 80px;
    width: 100%;
}
.vcModalBannerBottom .vcModalOverlay {
    opacity: .5;
}
.vcModalBannerBottom .vcModalClose {
    bottom: 20px;
    top: auto;
    right: 50%;
    margin-right: -20px;
    position: fixed;
}
.vcModalBannerBottom .vcModal:after {
    content: '';
    width: 100%;
    position: fixed;
    height: 80px;
    display: block;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #fff 50%);
    bottom: 0;
    z-index: 9;
    pointer-events: none;
}
.vcModalBannerBottom.loading .vcModal:after {
    visibility: hidden;
}
.vcModalBannerBottom .vcModalClose:hover {
    transform: translateY(-5px) rotate(180deg);
}
.vcModalBannerBottom .teaserSection:first-child {
    margin-top: -20px;
}

.vcModalBannerBottom .imagesWrap.imgNone:first-child {
	margin-top: -60px;
	margin-left: -10px;
	margin-right: -10px;
}
.vcModalBannerBottom .imagesWrap.imgNone.swiper-container-outer:first-child {
	margin-top: -40px;
}
@media (min-width: 640px) {
	.vcModalBannerBottom .imagesWrap.imgNone:first-child {
		margin-left: -20px;
		margin-right: -20px;
	}
}
@media (min-width: 960px) {
    .vcModalBannerBottom .vcModal {
        max-height: calc(100% - 40px);
    }
}
@media (min-width: 1280px) {
    .vcModalBannerBottom .imagesWrap.imgNone:first-child {
        margin-left: calc((100% + 40px) * -.05556 - 20px);
        margin-right: calc((100% + 40px) * -.05556 - 20px);
    }
}
@media (min-width: 1600px) {
	.vcModalBannerBottom .imagesWrap.imgNone:first-child {
        margin-left: calc((100% + 40px) * -.125 - 20px);
        margin-right: calc((100% + 40px) * -.125 - 20px);
    }
}
@media (min-width: 1840px) {
	.vcModalBannerBottom .imagesWrap.imgNone:first-child {
        margin-left: calc((100% + 40px) * -.21428 - 20px);
        margin-right: calc((100% + 40px) * -.21428 - 20px);
    }
}


/*
		CSS Icons
		*/
.vcCssIcon {
    position: relative;
    display: inline-block;
}
.vcCssIconCheck {
    height: 1em;
    width: .667em;
    border-right: .1875em solid #000;
    border-bottom: .1875em solid #000;
    transform: rotate(45deg);
    margin: 0 .2em;
}
.vcCssIconArrowDown {
    width: 1em;
    height: 1em;
    margin: 0 .2em;
}
.vcCssIconArrowDown:after {
    content: '';
    display: block;
    font-size: .667em;
    width: 1em;
    height: 1em;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -.375em;
    margin-left: -.5em;
    transform: rotate(-45deg);
    border-left: 3px solid #000;
    border-bottom: 3px solid #000;
}
.vcCssIconClose {
    height: 100%;
    width: 100%;
    display: block;
}
.vcCssIconClose:before,
.vcCssIconClose:after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: '';
    background: #fff;
    display: block;
    width: 100%;
    height: .1875em;
    margin-top: -.09375em;
    margin-left: -50%;
}
.vcCssIconClose:before {
    transform: rotate(45deg);
}
.vcCssIconClose:after {
    transform: rotate(-45deg);
}

/*
	Privacy & Cookies
	*/
#privacySetup .article {
    margin-top: 0;
}
.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;
    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;
    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%;
    }
}

/* jQuery Carousel version 0.1.7 by Michael Lehmann */
.swiper-container {
	position: relative;
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
}
.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
}

.swiper-button-prev,
.swiper-button-next {
	position: absolute;
	top: 50%;
	margin-top: -1em;
	line-height: 1;
	font-size: 1em;
	color: #1d70b7;
	padding: .5em 0;
	text-align: center;
	width: 1em;
	z-index: 2;
	transition: all .3s;
	cursor: pointer;
}
.swiper-button-prev {
	left: 20px;
}
.swiper-button-next {
	right: 20px;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
	color: #bfae99;
}
.swiper-progress-bar {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 100%;
	background: #fff;
	background: rgba(255,255,255,.5);
	z-index: 1;
	overflow: hidden;
}
.swiper-progress-bar .swiper-progress {
	width: 0%;
	height: 100%;
	background: #1d70b7;
}
.swiper-pagination {
	position: absolute;
	text-align: left;
	transition: .3s opacity;
	transform: translate3d(0,0,0);
	z-index: 2;
	bottom: 10px;
	left: 0;
	width: 100%;
	line-height: 1;
}
.swiper-pagination-bullet {
	width: 1em;
	height: 1em;
	display: inline-block;
	margin: 0 .5em;
	cursor: pointer;
	position: relative;
}
.swiper-pagination-bullet:after {
	content: '';
	left: 50%;
	top: 50%;
	margin-top: -.25em;
	margin-left: -.25em;
	position: absolute;
	display: block;
	width: .5em;
	height: .5em;
	border-radius: .25em;
	background: #1d70b7;
	transition: all .2s;
}
.swiper-pagination-bullet:first-child {
	margin-left: 0;
}
.swiper-pagination-bullet:last-child {
	margin-right: 0;
}
.swiper-pagination-bullet:hover:after,
.swiper-pagination-bullet-active:after {
	background: #bfae99;
}
.swiper-pagination-bullet-active:after {
	width: .75em;
	height: .75em;
	margin-top: -.375em;
	margin-left: -.375em;
	border-radius: .375em;
}
.swiper-pagination-progressbar {
	background: #fff;
	position: absolute;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{
	right: 20px;
	width: auto;
	height: 2px;
	left: 20px;
	bottom: 0;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #1d70b7;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top;
}
.swiper-control {
	position: absolute;
	padding-bottom: 0;
	left: 0;
	bottom: 0;
	z-index: 1;
}
.swiper-control .swiper-pagination,
.swiper-control .swiper-button-prev,
.swiper-control .swiper-button-next {
	position: static;
	float: left;
	width: auto;
}
.swiper-control .swiper-button-prev,
.swiper-control .swiper-button-next {
	margin: 0 1em;
	padding: 0;
}
.swiper-control .swiper-button-prev {
	margin-left: 0;
}
.swiper-control .swiper-button-next {
	margin-right: 0 ;
}

@media (min-width: 960px) {
	.swiper-control {
		padding-bottom: 10px;
	}
}

/* SwiperJS */
.gallery.swiper-container {
	margin-top: 20px;
	margin-bottom: 40px;
	padding-bottom: 40px;
	clear: both;
	position: relative;
	z-index: 1;
	overflow: visible;
}
.gallery.swiper-container:first-child {
	margin-top: 0;
}
.gallery.swiper-container:after {
	position: absolute;
	height: calc(66.67% + 40px);
	width: 75%;
	left: -40px;
	bottom: 0;
	z-index: -1;
	background: linear-gradient(-45deg, rgba(252,246,238,1) 0%, rgba(245,226,199,1) 100%);
}
.gallery .galleryOverlay {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	text-shadow: 0 0 20px rgba(0,0,0,.2);
	background: radial-gradient(closest-side, rgba(0,0,0,.25) 0%, rgba(0,0,0,0) 100%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: calc(100% - 40px);
	width: 100%;
	text-align: center;
}
.gallery .galleryOverlay h1,
.gallery .galleryOverlay .h1,
.gallery .galleryOverlay h2,
.gallery .galleryOverlay .h2,
.gallery .galleryOverlay h3,
.gallery .galleryOverlay .h3 {
	color: #fff;
}
.imagesWrap .gallery.swiper-container:after {
	left: auto;
	right: -40px;
	bottom: 0;
	background: linear-gradient(-135deg, rgba(252,246,238,1) 0%, rgba(245,226,199,1) 100%);
 }
.imgContainer.swiper-slide {
	padding: 0 !important;
	margin: 0 !important;
}
.gallery-thumbs-wrapper {
	overflow: hidden;
}
.gallery-thumbs {
	margin: -5px -5px 20px;
	overflow: hidden;
	cursor: pointer;
}
.gallery-thumbs .swiper-slide {
	width: 25%;
	padding: 0;
	opacity: .5;
	transition: opacity .2s;
}
.gallery-thumbs .swiper-slide:hover,
.gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
	opacity: 1;
}
.gallery-thumbs .galleryImgThumb {
	padding-bottom: 100%;
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	margin: 0 5px;
	padding-bottom: calc(100% - 10px);
}

.gallery .imgContainer .noImgTag {
	background-position: 50% 50%;
	background-size: cover;
	padding-bottom: 100%;
}

.gallery .swiper-pagination-bullets {
	background: #fff;
	width: auto;
	left: auto;
	bottom: 0;
	padding: 10px 0;
	right: 10px;
}
.imagesWrap .gallery .swiper-pagination-bullets {
	right: auto;
	left: 0;
}
.gallery .swiper-pagination-bullet {
	background: none;
	opacity: 1;
	width: 20px;
	margin: 0 5px;
	transition: width .2s;
	float: left;
	display: block;
}
.gallery .swiper-pagination-bullet:first-child {
	margin-left: 0;
}
.gallery .swiper-pagination-bullet:last-child {
	margin-right: 0;
}
.gallery .swiper-pagination-bullet-active {
	width: 40px;
}
.gallery .swiper-pagination-bullet:after {
	display: block;
	width: 100%;
	border-radius: 0;
	background: #e9f1f8;
	height: 2px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-left: 0;
	margin-top: -1px;
}
.gallery .swiper-pagination-bullet:hover:after,
.gallery .swiper-pagination-bullet-active:after {
	background: #1d70b7;
}

.gallery .swiper-button-prev,
.gallery .swiper-button-next {
	position: absolute;
	top: calc(50% - 20px);
	margin-top: -.5em;
	line-height: 1;
	font-size: 20px;
	border-radius: 1em;
	color: #fff;
	padding: .5em;
	text-align: center;
	width: 1em;
	height: 1em;
	font-size: 2em;
	z-index: 2;
	opacity: .4;
	transition: all .3s;
	cursor: pointer;
}
.gallery .swiper-button-prev:after,
.gallery .swiper-button-next:after {
	display: none;
}
.gallery .swiper-button-prev {
	left: 10px;
}
.gallery .swiper-button-next {
	right: 10px;
}
.gallery .swiper-button-prev:hover,
.gallery .swiper-button-next:hover {
	color: #fff;
	opacity: 1;
	font-size: 2.25em;
}

@media (orientation: landscape) {
	.gallery .imgContainer .noImgTag {
		padding-bottom: 50%;
	}
}

@media (min-width: 640px) {
	.gallery-thumbs .swiper-slide {
		width: calc(16.667% - 5px);
	}
	.gallery .swiper-button-prev,
	.gallery .swiper-button-next {
		font-size: 4em;
	}
	.gallery .swiper-button-prev:hover,
	.gallery .swiper-button-next:hover {
		font-size: 4em;
	}
}

@media (min-width: 1280px) {
	.gallery.swiper-container.pushOut {
		padding-left: 40px;
		padding-right: 40px;
	}
	.gallery.swiper-container.pushOut .swiper-button-prev {
		left: 50px;
	}
	.gallery.swiper-container.pushOut .swiper-button-next {
		right: 50px;
	}
	.gallery.swiper-container.pushOut .swiper-pagination-bullets {
		right: 40px;
	}
}

/* jQuery UI Resets */
.accordionWrapper.ui-accordion {
	margin: 10px 0;
}
.accordionWrapper.ui-accordion .ui-accordion-header {
	padding-top: 10px;
	padding-bottom: 10px;
}
.accordionWrapper.ui-accordion .ui-accordion-header .dateText {
	font-size: .5em;
	padding-left: 5px;
	font-weight: bold;
}
.accordionWrapper.ui-accordion .ui-accordion-header a {
	color: inherit;
}
.accordionWrapper.ui-accordion .ui-accordion-content {
	margin: 0;
	padding: 10px 0 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	overflow: hidden;
}
.accordion .imgWrap {
	background-size: cover;
	background-position: 50% 50%;
	position: relative;
	display: block;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	color: initial;
}
body .ui-datepicker {
	z-index: 1001 !important;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
body .ui-accordion,
body .ui-widget input,
body .ui-widget select,
body .ui-widget textarea,
body .ui-datepicker .ui-datepicker-title select {
	color: #30383a;
	font-family: 'Exo 2', sans-serif;
	font-weight: 400;
	line-height: inherit;
}
body .ui-tooltip {
	background: #fff;
	padding: 15px 20px;
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
	font-size: 1em;
	font-family: inherit;
}

/* ==========================================================================
   Content classes
   ========================================================================== */
/* Part: TEASER / IMG GALLERY */
.teaserWrap {
	min-height: 300px;
	height: calc(100vh - 80px);
    position: relative;
}
.section:not(.startseite) .teaserWrap {
    height: 100vw;
}
.teaserWrap:after {
    content: '';
    background: #fff;
    display: block;
    bottom: 0;
    position: absolute;
    height: 20px;
    width: 50%;
    transform: skewX(45deg);
    transform-origin: 100% 100%;
    z-index: 1;
}
.teaser {
	list-style: none;
	margin: 0;
	position: relative;
	padding: 0;
	width: 100%;
}
.teaser > li {
	position: relative;
	height:100%;
	overflow: hidden;
}
.teaser > li .teaserImgWrap,
.teaserItem .teaserImg {
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	display: block;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
}
.teaserItem .teaserImgWrap + .teaserItemTitleOverlay {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    display: block;
    background: rgba(0,0,0,.3);
    z-index: 0;
}
.teaser > li .teaserImgWrap .video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	transform: translateX(-50%) translateY(-50%);
}
.teaser > li .teaserImgWrap .videoSizeJs {
	min-width: 0;
	min-height: 0;
}
.teaser > li .teaserItemTitle {
    display: block;
    height: 100%;
    left: 0;
    right: 0;
    position: absolute;
    top: 0;
    z-index: 2;
}
.teaser > li .teaserItemTitleInner {
    display: table;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
}

.teaser > li .teaserItemTitleInner .teaserItemTextWrap {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	color: #fff;
	padding: 0;
	text-shadow: 0 0 20px rgba(0,0,0,.2);
}
.teaser > li .teaserItemTitleInner .teaserItemTextWrap h1,
.teaser > li .teaserItemTitleInner .teaserItemTextWrap .h1,
.teaser > li .teaserItemTitleInner .teaserItemTextWrap h2,
.teaser > li .teaserItemTitleInner .teaserItemTextWrap .h2,
.teaser > li .teaserItemTitleInner .teaserItemTextWrap h3,
.teaser > li .teaserItemTitleInner .teaserItemTextWrap .h3 {
	color: #fff;
}
.teaser > li .teaserItemTitleInner .teaserItemTextWrap > h1,
.teaser > li .teaserItemTitleInner .teaserItemTextWrap > .h1 {
	position: relative;
}
.teaser > li .teaserItemTitleInner .teaserItemTextWrap * + .btn {
    margin-top: 20px;
}

.teaserWrap .swiper-control {
	bottom: 20px;
}
.teaserWrap .swiper-button-next,
.teaserWrap .swiper-button-prev {
	display: none;
}
.teaserWrap .swiper-pagination-bullet {
	background: none;
	opacity: 1;
	width: 20px;
	margin: 0 5px;
	transition: width .2s;
}
.teaserWrap .swiper-pagination-bullet:first-child {
	margin-left: 0;
}
.teaserWrap .swiper-pagination-bullet:last-child {
	margin-right: 0;
}
.teaserWrap .swiper-pagination-bullet-active {
	width: 40px;
}
.teaserWrap .swiper-pagination-bullet:after {
	display: block;
	width: 100%;
	border-radius: 0;
	background: rgba(255,255,255,.3);
	height: 2px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-left: 0;
	margin-top: -1px;
}
.teaserWrap .swiper-pagination-bullet:hover:after,
.teaserWrap .swiper-pagination-bullet-active:after {
	background: #fff;
}
@media (min-width: 640px) {
    .teaserWrap {
		min-height: 400px;
		height: calc(100vh - 120px);
	}
    .section:not(.startseite) .teaserWrap {
        height: 42.85vw;
    }
	.teaserWrap  .swiper-pagination {
		text-align:  right;
	}
}
@media (min-width: 960px) {
    .teaserWrap:after {
        height: 40px;
        width: 66.6667%;
    }
    .teaser > li .teaserItemTitleInner {
        padding-top: 60px;
        padding-bottom: 60px;
        width: calc((100% + 40px) / 3 * 2 - 40px);
    }
}

/* 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 {
	position:relative;
	margin-top: 20px;
	margin-bottom: 40px;
}
.img-count {
	margin: 8px;
	text-align: right;
}
.imgContainer {
	float: left;
	padding: 8px;
	position: relative;
}
.img {
	display:block;
	position: relative;
	z-index: 1;
}
.img.effect {
	border: 5px solid #FFF;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.caption {
	font-size: 80%;
	line-height: 1.25;
	display: block;
	text-align: center;
	margin-top: .5em;
}
.gallery_count {
	position:absolute;
	font-weight:700;
	right:8px;
	bottom:-1.25em;
}

.imgLeft .imagesInnerWrap {
	float: left;
	margin-bottom: 20px;
}
.imgRight .imagesInnerWrap {
	margin-bottom: 20px;
	float: right;
}
.imgRight .caption {
	text-align: left;
}
.imgLeft .caption {
	text-align: right;
}
.imgWrap + .imgWrap {
	margin-top: 20px;
}
.imgNone {
	margin: 20px auto;
}
.imgNone .imagesInnerWrap {
	margin: -20px;
}

.imgWidth-100,
.imgWidth-75,
.imgWidth-67,
.imgWidth-50,
.imgWidth-42,
.imgWidth-33,
.masonry .grid_2x2,
.masonry .grid_2x1 {
	width: 100%;
}
.imgWidth-25,
.masonry .grid_1x1,
.masonry .grid_1x2 {
	width: 50%;
}
.imgWidth-20 {
	width: 33.33%;
}
.imgWidth-17,
.imgWidth-15 {
	width: 25%;
}
.imgWidth-13,
.imgWidth-10,
.imgWidth-5 {
	width: 15%;
}

.imgNone .imgWrap {
	float: left;
	padding: 20px;
	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;
}
.masonry .imgContainer {
	padding:0;
}
.masonry .imgContainer .imgWrap .img {
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	position:absolute;
	top:10px;
	left:10px;
	bottom:10px;
	right:10px;

}
.masonry .imgContainer.grid_2x2 .imgWrap,
.masonry .imgContainer.grid_1x1 .imgWrap {
	padding-bottom:100%;
}
.masonry .imgContainer.grid_2x1 .imgWrap {
	padding-bottom:50%;
}
.masonry .imgContainer.grid_1x2 .imgWrap {
	padding-bottom:200%;
}
.gallery.masonry .gridSizer {
	width:25%;
}


@media (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 (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 (min-width: 720px) {
	.imgWidth-67,
	.masonry .grid_2x2,
	.masonry .grid_2x1 {
		width: 50%;
		width: calc(50% - 0.49px);
	}
	.imgWidth-33,
	.imgWidth-25 {
		width: 33.3%;
	}

	.masonry .grid_1x1,
	.masonry .grid_1x2 {
		width: 25%;
	}

	.imgWidth-20,
	.imgWidth-17,
	.imgWidth-15 {
		width: 20%;
	}
	.imgWidth-13,
	.imgWidth-10,
	.imgWidth-5 {
		width: 15%;
	}

	.imgRight .imgWidth-67 {
		margin-left: 1em;
		padding-left: 1em;
		float: right;
	}
	.imgLeft .imgWidth-67 {
		margin-right: 1em;
		padding-right: 1em;
		float: left;
	}
}

@media (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-left: 1em;
		float: right;
	}
	.imgLeft .imgWidth-75 {
		margin-right: 1em;
		padding-right: 1em;
		float: left;
	}
}

/* Content: GOOGLE MAPS */
.map_canvas {
	min-height: 200px;
	min-height: 50vh;
	background: #EEE;
	margin: 1em 0;
}
.map_canvas .gm-style {
	font-family: inherit;
}
.map_canvas .gm-style-iw .btn {
	width: 100%;
	margin-top: 15px;
}
.map_legend .head {
	font-size: 1.25em;
	font-weight: bold;
	line-height: 30px;
	color: #fff;
	background: #999;
	position: relative;
	padding: 5px 10px 5px 40px;
	transition: all .3s;
	cursor: pointer;
}
.map_legend .head .sprt {
	position: absolute;
	left: 4px;
	top: 50%;
	margin-top: -16px;
	transition: all .3s;
}
.map_legend:hover .head {
	background: #666;
}
.map_legend.aktiv .head {
	background: #FF6618;
}
.map_legend.aktiv .head .sprt {
	transform: rotate(180deg);
}

/* OVERLAY */
body.GMO-active { overflow:hidden; }
#GMO-wrap {
	visibility:hidden;
	z-index:1000;
	position:absolute;
	height:100%;
	width:100%;
	top:0;
	left:0;
	text-align:center;
	overflow:hidden;
	transition:visibility 0.5s;
}
.GMO-active #GMO-wrap {
	visibility:visible;
}
#GMO-container {
	position:relative;
	box-sizing:border-box;
	width:40%;
	min-width:670px;
	height:80%;
	margin-top:20%;
	margin-top:20vh;
	padding-right:40px;
	padding-top:40px;
	display:inline-block;
	opacity:0;
	transition:margin-top .5s , opacity .5s;
}
.GMO-active #GMO-container {
	margin-top:10%;
	margin-top:10vh;
	opacity:1;
}
#GMO-content {
	box-sizing:border-box;
	text-align:left;
	padding:20px;
	height:100%;
	background-color:#fff;
	box-shadow:0 7px 15px rgba(0,0,0,0.6);
	overflow:auto;
}
#GMO-close {
	position:absolute;
	right:0;
	top:0;
	height:40px;
	width:40px;
	cursor:pointer;
    background: #F5420C url("../../img/close.png") no-repeat scroll center center;
	box-shadow:0 2px 10px rgba(0,0,0,0.6);
    transition: transform 1s ease-in-out 0s;
}
.csstransforms #GMO-close .closePop {
    background: #F5420C none;
}
.csstransforms #GMO-close:before, .csstransforms #GMO-close:after {
    background-color: #fff;
    content: "";
    height: 80%;
    left: 45%;
    position: absolute;
    top: 10%;
    width: 2px;
}
.csstransforms #GMO-close:before {
    transform: rotate(45deg);
}
.csstransforms #GMO-close:after {
    transform: rotate(-45deg);
}
#GMO-content button.close {
	background-color:#b2b2b2;
}
ul.placeList {
	color:#c5c7c8;
	list-style:none;
	list-style-type:none;
	padding:0;
}
ul.placeList li {
	position:relative;
	padding-left:20px;
	border-top:1px solid #c5c7c8;
}
ul.placeList li:first-child {
	border-top:0;
}
ul.placeList li:before {
	content:'';
	position:absolute;
	left:0;
	top:5px;
	height:16px;
	width:16px;
	background:url(../img/jQueryUI/ui-icons_222222_256x240.png) -96px -160px no-repeat;
}
ul.placeList li.aktiv:before {
	background-position:-64px -144px;
}
ul.placeList li a {
	display:block;
	padding:5px 0;
	text-decoration:none;
}

.addrWrap {
	margin: .769em 0;
}
.addrWrap address {
	font-style: italic;
}
.addrWrap > h3 {
	margin: 0;
}
.addrWrap .addr,
.addrWrap .addrData {
	margin: .769em 0;
}


@media only screen and (min-width: 480px) {
	.addrWrap {
		margin: 1em -1em;
	}
	.addrWrap > * {
		padding: 0 1em;
	}
	.addrWrap .addr,
	.addrWrap .addrData {
		width: 50%;
		float: left;
		margin: 0;
	}
}

/* Content: VIDEOS */
.vidWrap {
	margin: 0 auto;
}
.vid {
	position:relative;
	display:block;
	overflow:hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.vid,
.vid:after,
.vid *,
.vid *:after {
	transition: all .2s;
}
.vid:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	display: block;
	background: rgba(0,0,0,.3);
}
.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: -54px;
	top: -35px;
	height: 64px;
	width: 64px;
	background: none;
	border: 2px solid #fff;
	border-radius: 0%;
	transform: rotate(0deg);
}
.vid .video-time {
	position:absolute;
	background: #cd1624;
	color: #fff;
	display:block;
	padding: 2px 5px;
	bottom:0;
	right:0;
	font-weight: bold;
	font-size: .667em;
	z-index: 1;
}
.vid:hover:after {
	background: rgba(29,112,183,.9);
}
.vid:hover .playIcon:after {
	border-radius: 50%;
	transform: rotate(30deg);
	left: -90px;
    top: -64px;
    height: 128px;
    width: 128px;
    border-color: rgba(255,255,255,.3);
}
.vid:hover .video-time {
	background: #fff;
	color: #1d70b7;
}
.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%;
}

/* DOWNLOADS */
.downloads {
	margin: 1em 0;
	position: relative;
}
.downloads:after {
	content: '';
	position: absolute;

	background: rgba(0,0,0,.03);
	display: block;
	height: 50%;
	bottom: -20px;
	left: -40px;
	width: 100%;
	z-index: -1;
}
.downloads h4 {
	margin-top:0;
}
.downloads ul {
	margin: -1em;
	list-style:none;
	padding:0 !important;
}
.downloads li {
	padding: 1em;
	margin:0 !important;
}
.downloads li:before {
	display: none !important;
}
.download a {
	display:block;
	position:relative;
	min-height:24px;
	text-align: left;
	text-decoration: none;
	color: inherit;
	font-weight: 400;
}
.download a.hasImg {
	padding-left: 45px;
}
.download .icon {
	color: #1d70b7;
}
.download .fileIcon {
	position: absolute;
	left: 0;
	top: .25em;
	display: block;
}
.download .hint {
	font-weight: normal;
}
.downloads li.video a {
	display:none;
}
.downloads li video {
	width:100%;
	height:auto;
}
.download .fileImage {
	height: auto;
	display: block;
	width: 100%;
	padding: 4px;
	border: 1px solid #bfbfbf;
	border-radius: 5px;
	background: rgba(255,255,255,.75);
}

@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: ACCORDION */
.accordionWrapper.ui-accordion {
	margin: 0;
}

.accordionWrapper.ui-accordion .ui-accordion-header {
	border:none;
	background: #cd1523;
    color: #fff;
	padding: 10px 10px 10px calc(20px + 1em);
	margin: 0;
	border: none;
    border-radius: 0;
}
.accordionWrapper.ui-accordion .ui-accordion-content + .ui-accordion-header {
    margin-top: 10px;
}
.accordionWrapper.ui-accordion .ui-accordion-header.ui-state-active {
    background: #1d70b7;
}
.accordionWrapper.ui-accordion .ui-accordion-header.ui-state-active a {
	color: inherit;
}
.accordionWrapper.ui-accordion .ui-accordion-header .ui-icon {
	background:none;
	position:absolute;
	margin-top: -.5em;
	top: 50%;
	left: 10px;
	height: 1em;
	line-height: 1;
	width: 1em;
	font-size: 1rem;
	padding: 0;
	text-indent:0;
	text-align: center;
}
.accordionWrapper.ui-accordion .ui-accordion-header.h2 .ui-icon {
	font-size: .33em;
}
.accordionWrapper.ui-accordion .ui-accordion-header .ui-icon:before {
	display:inline-block;
	height:1em;
	width:1em;
	font-family:"fontello";
	content: '\e88c';
    font-style: normal;
	text-align:center;
	transition:transform 0.2s;
}
.accordionWrapper.ui-accordion .ui-accordion-header.ui-state-active .ui-icon:before {
	transform: rotate(90deg);
}
.accordionWrapper.ui-accordion .ui-accordion-content {
	background: none;
	border: none;
}
.accordionWrapper.ui-accordion .ui-accordion-content > :first-child {
	margin-top: 0;
}
.accordionWrapper.ui-accordion .ui-accordion-content > .imgLeft:first-child,
.accordionWrapper.ui-accordion .ui-accordion-content > .imgRight:first-child {
	margin-top:10px;
}
.accordionWrapper.ui-accordion .ui-accordion-content > .imgLeft:first-child + .headline,
.accordionWrapper.ui-accordion .ui-accordion-content > .imgLeft:first-child + h2,
.accordionWrapper.ui-accordion .ui-accordion-content > .imgRight:first-child + h2,
.accordionWrapper.ui-accordion .ui-accordion-content > .imgLeft:first-child + h3,
.accordionWrapper.ui-accordion .ui-accordion-content > .imgRight:first-child + h3 {
	margin-top:10px;
}
@media (min-width: 640px) {
    .accordionWrapper.ui-accordion .ui-accordion-header {
        padding: 10px 20px 10px calc(30px + 1em);
    }
    .accordionWrapper.ui-accordion .ui-accordion-header .ui-icon {
        left: 20px;
    }
}

/* Content: FORMS */
.form .hint .duty {
	padding: 2px;
	color: #cd1523;
}

.optsFieldset legend {
	margin-top: 0;
}
.optsFieldset {
	margin-top: 40px;
	margin-bottom: 40px;
}

.optsContainer {
	margin: 40px 0 0;
    padding: 0;
	text-align: left;
	position: relative;
}
.optsInputWrap {
	position: relative;
}
.optsContainer:after {
	clear: both;
	content: '';
	display: table;
}

.optsContainer + .optsContainer,
.optsContainer + .optsContainerGroupWrap,
.optsContainerGroupWrap + .optsContainer,
.optsContainerGroupWrap + .optsContainerGroupWrap,
.optsFieldset + .optsFieldset,
.optsFieldset + .optsContainerGroupWrap {
	margin-top: 40px;
}
.optsFieldset > .optsContainer:last-child {
	margin-bottom: 0;
}

.form > .optsContainer:first-child {
    margin-top: 0;
}
.form > .optsContainerWrap:first-child {
    margin-top: -40px
}

.optsContainer > label {
	display: block;
	margin-bottom: 5px;
}
.optsRadio .optsInputWrap > label,
.optsCheckbox .optsInputWrap > label,
.optsContainer .optsInputWrap .optsInputLabel,
.optsInputWrap > label {
	display: block;
	margin: 0;
	padding: 0 5px;
	text-align: left;
	font-weight: 700;
	line-height: 30px;
	position: absolute;
	left: 5px;
	top: 10px;
	transition: all .2s .1s;
	pointer-events: none;
	max-width: 95%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-transform: none;
	color: inherit;
    background: #fff;
}
.optsInputWrap > input:focus ~ label,
.optsInputWrap > .input:focus ~ label,
.optsInputWrap > textarea:focus ~ label,
.optsInputWrap > select:focus ~ label,
.optsInputWrap > .selectWrap.focus ~ label,
.optsRadio .optsInputWrap > label,
.optsCheckbox .optsInputWrap > label,
.optsInputWrap.hasValue > label,
.optsInputWrap.hasFocus > label {
	top: -6px;
	font-size: 12px;
	line-height: 15px;
	transition: all .2s;
}
.optsInputWrap > label:first-child {
	position: static;
	padding: 0;
	margin-bottom: 5px;
	text-overflow: none;
	max-width: none;
}
.optsContainer .optsInputWrap .optsInputLabel {
	float: left;
	padding: 9px 10px 9px 9px;
	margin: 0;
	position: static;
	color: inherit;
}
.optsContainer.optsDuty > label:after,
.optsContainer.optsDuty .optsInputWrap > label:after {
	color: #cd1523;
	padding-left: 3px;
	display: inline-block;
	content: '*';
	font-weight: 700;
}
.optsContainer.optsDuty.optsDate.optsRange .optsInputWrap > label:after {
	display: none;
}

.optsContainer > label .shortInfo,
.optsContainer .optsInputWrap .optsInputLabel .shortInfo,
.optsInputWrap > label .shortInfo {
	font-weight: normal;
	letter-spacing: 0;
	text-transform: none;
	font-size: 80%;
	color: #9e9e9e;
	padding-left: 3px;
}
.optsContainer > label .shortInfo:before,
.optsInputWrap > label .shortInfo:before {
	content:' (';
}
.optsContainer > label .shortInfo:after,
.optsInputWrap > label .shortInfo:after {
	content:')';
}

.optsInputWrap input,
.optsInputWrap .input,
.optsInputWrap textarea,
.optsInputWrap select,
.optsInputWrap .selectOver,
.optsInputWrap .optsCounterWrap .over {
	width: 100%;
	padding: 14px 10px;
	background: none;
	color: inherit;
	border: 1px solid #e9f1f8;
	font-weight: 400;
	transition: border-color .2s, background .2s;
	position: relative;
	display: block;
}
.optsInputWrap input,
.optsInputWrap .input,
.optsInputWrap select,
.optsInputWrap .selectOver,
.optsInputWrap .optsCounterWrap .over {
	height: 50px;
	line-height: 20px;
}
.optsInputWrap .selectOver {
	padding-right: 40px;
}
.optsError .error {
	font-size: 80%;
	padding: 5px 0 0;
}
.optsError > label {
	color: #C00;
}
.optsError .optsInputWrap input,
.optsError .optsInputWrap .input,
.optsError .optsInputWrap textarea,
.optsError .optsInputWrap select,
.optsError .optsInputWrap .selectOver,
.optsError .optsInputWrap .optsCounterWrap .over {
	border-color: #c00;
}

.optsInputWrap input:hover,
.optsInputWrap .input:hover,
.optsInputWrap textarea:hover,
.optsInputWrap select:hover,
.optsInputWrap .selectWrap:hover .selectOver,
.optsInputWrap .optsCounterWrap:hover .over,
.optsCheckbox .optsInputWrap:hover,
.optsRadio .optsInputWrap:hover {
	border-color: #1d70b7;
    box-shadow: 0 0 1px #1d70b7;
    border-radius: 2px;
}
.optsInputWrap input:focus,
.optsInputWrap .input:focus,
.optsInputWrap textarea:focus,
.optsInputWrap select:focus,
.optsInputWrap .selectWrap.focus .selectOver,
.optsInputWrap .optsCounterWrap.focus .over {
	border-color: #1d70b7;
    box-shadow: 0 0 1px #1d70b7;
    border-radius: 2px;
}

.optsCheckbox .optsInputWrap,
.optsRadio .optsInputWrap {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	border: 1px solid #e9f1f8;
    padding: 4px 10px;
    transition: all .3s;
}
.optsCheckbox .optsInputWrap .optsInputLabel,
.optsRadio .optsInputWrap .optsInputLabel {
	padding: 10px 20px 10px 0;
	font-size: inherit;
	line-height: 20px;
    background: transparent;
}
.optsInputWrap .optsInline {
	float: left;
	margin-right: 20px;
}
.optsContainer .optsInline input {
	display: none;
}
.optsContainer .optsLine {
	display: block;
	float: none;
	margin-right: 0;
}
.optsInputWrap .optsInline label {
	display: block;
	padding: 10px 0 10px 21px;
	line-height: 20px;
	margin: 0;
	cursor: pointer;
	transition: background .2s;
	position: relative;
    color: #646a6b;
}
.optsContainer .optsLine label .name {
	font-weight: 700;
}
.optsInputWrap .optsInline label:before,
.optsInputWrap .optsInline label:after {
	position: absolute;
	content: '';
	display: block;
	transition: all .2s;
}
.optsInputWrap .optsInline label:before {
	width: 16px;
	height: 16px;
	border: 1px solid #7d7d7d;
	left: 0;
	top: 12px;
}
.optsInputWrap .optsInline input[type="checkbox"] + label:after {
	width: 10px;
	height: 6px;
	left: 3px;
	top: 16px;
	transform: rotate(-45deg);
	border-color: #fff;
	border-bottom-color: rgb(255, 255, 255);
	border-left-color: rgb(255, 255, 255);
	border-left: 2px solid transparent;
	border-bottom: 2px solid transparent;
}
.optsInputWrap .optsInline input[type="radio"] + label:after {
	width: 8px;
	height: 8px;
	left: 4px;
	top: 16px;
	background: transparent;
	border-radius: 4px;
}
.optsInputWrap .optsInline input[type="radio"] + label:before {
	border-radius: 8px;
}
.optsInputWrap .optsInline label:hover,
.optsInputWrap .optsInline input:checked + label {
	color: inherit;
	border-color: #1a65a4;
}
.optsInputWrap .optsInline input:checked + label:before {
	background: #fff;
	border-color: #1a65a4;
}
.optsInputWrap .optsInline input:checked + label:after {
	border-color: #1a65a4;
}
.optsInputWrap .optsInline input[type="radio"]:checked + label:after {
	background: #1a65a4;
}

.optsInputWrap.btnSet {
	padding-top: 0;
	padding-bottom: 0;
}
.optsInputWrap.btnSet .optsInline {
	padding: 0;
	margin: 0;
}
.optsInputWrap.btnSet .optsInline label {
	font-size: 1em;
	padding-top: 9px;
	padding-bottom: 9px;
}
.optsInputWrap.btnSet .btn .icon {
	color: inherit;
}
.optsInputWrap.btnSet .btn.optsChecked .icon {
	color: #1d70b7;
}

.optsContainer .optsCaptchaGraphics {
	width: 100%;
	height: auto;
	display: block;
	margin-top: 10px;
}
.optsContainer .captchaReload {
	display: block;
	margin-top: 5px;
	padding-left: calc(1em + 10px);
	cursor: pointer;
	position: relative;
}
.optsContainer .captchaReload .icon {
	left: 0;
	right: auto;
}

.optsContainer .selectWrap,
.optsInputWrap .optsCounterWrap {
	position: relative;
	padding: 0;
	padding-bottom: 0 !important;
}
.optsContainer .selectOver,
.optsInputWrap .optsCounterWrap .over {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: clip;
    height: 50px;
}
.optsContainer .selectOver:after {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -3px;
	content: '';
	display: block;
	height: 0;
	width: 0;
	border-style: solid;
	border-width: .429em .357em 0 .357em;
	border-color: #1d70b7 transparent transparent;
	transform-origin: 50% 50%;
	transition: all .2s;
}
.optsContainer .selectWrap:hover .selectOver:after {
	border-top-color: #1d70b7;
}
.optsContainer .selectWrap.focus .selectOver:after {
	transform: rotate(180deg);
	border-top-color: #1d70b7;
}
.optsContainer .selectWrap select,
.optsContainer .optsCounterWrap input,
.optsContainer .optsCounterWrap select {
	width: 100%;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
}
.optsInputWrap .optsCounterWrap .optsCounterUp .icon,
.optsInputWrap .optsCounterWrap .optsCounterDown .icon {
	position: static;
	width: 1.333em;
	height: 1.333em;
	line-height: 1.2;
	font-size: 15px;
	border: 1px solid #aabe3a;
	border-radius: .667em;
	color: #aabe3a;
	display: block;
	margin: 0;
	text-align: center;
}
.optsInputWrap .optsCounterWrap .optsCounterUp,
.optsInputWrap .optsCounterWrap .optsCounterDown {
	position: absolute;
	padding: 10px 5px;
	top: 50%;
	margin-top: -.555em;
	margin-top: calc(-.555em - 10px);
	text-align: center;
}
.optsInputWrap .optsCounterWrap .optsCounterUp:hover .icon,
.optsInputWrap .optsCounterWrap .optsCounterDown:hover .icon {
	color: #fff;
	background: #aabe3a;
}
.optsInputWrap .optsCounterWrap .optsCounterUp.disabled,
.optsInputWrap .optsCounterWrap .optsCounterDown.disabled {
	pointer-events: none;
	opacity: .5;
}
.optsInputWrap .optsCounterWrap .optsCounterUp {
	right: 40px;
	right: calc(14px + 1.111em);
}
.optsInputWrap .optsCounterWrap .optsCounterDown {
	right: 5px;
}
.optsInputWrap .optsCounterWrap .over {
	padding-right: 60px;
}

.optsContainer .optsNfo {
	padding-top: 10px;
	margin-left: 0;
	clear: both;
    font-size: .7778em;
    line-height: 1.4286;
}
.optsFieldset > .optsNfo {
	margin: 1em 0;
}
.optsFieldset > legend + .optsNfo {
	margin-top: 0;
}

.optsContainer > .ipShort,
.optsContainer > .ipLong,
.optsContainer > .ipHalf {
	float: left;
}
.optsContainer > .ipShort {
	width: 25%;
}
.optsContainer > .ipHalf {
	width: 47.5%;
	width: calc(50% - 10px);
}
.optsContainer > .ipLong {
	width: 70%;
	width: calc(75% - 20px);
}
.optsContainer > .ipLong + .ipShort,
.optsContainer > .ipShort + .ipLong,
.optsContainer > .ipHalf + .ipHalf  {
	margin-left: 5%;
	margin-left: calc(20px);
}
.optsContainerWrap {
	display: flex;
	margin-left: -10px;
	margin-right: -10px;
    margin-top: 0;
    flex-wrap: wrap;
    align-items: flex-start;
}
.optsContainerWrap .optsContainer {
	margin-bottom: 0;
	padding: 0 10px;
    width: 100%;
}
.optsContainerWrap.optsContainerWidth_25 {
	width: 50%;
}
.optsContainerWrap .ipHalf + .ipHalf {
	margin-top: 2em;
}

.optsInputWrap .icon {
	position: absolute;
	top: 50%;
	margin-top: -.5em;
	line-height: 1;
	right: 0;
	color: #9e9e9e;
	z-index: 1;
	pointer-events: none;
}
.optsContainer select:focus + .icon,
.optsContainer .selectWrap.focus + .icon,
.optsContainer textarea:focus + .icon,
.optsContainer input:focus + .icon,
.optsContainer .input:focus + .icon {
	color: #aabe3a;
}
.optsContainer .date input,
.optsContainer .date .input {
	float: none;
	width: 100%;
}

/* Backgrounds */
.lightBlueBackground .optsRadio .optsInputWrap > label,
.lightBlueBackground .optsCheckbox .optsInputWrap > label,
.lightBlueBackground .optsContainer .optsInputWrap .optsInputLabel,
.lightBlueBackground .optsInputWrap > label {
    background: #e9f1f8;
}
.lightBlueBackground .optsInputWrap input:not(:hover):not(:focus),
.lightBlueBackground .optsInputWrap .input:not(:hover):not(:focus),
.lightBlueBackground .optsInputWrap textarea:not(:hover):not(:focus),
.lightBlueBackground .optsInputWrap select:not(:hover):not(:focus),
.lightBlueBackground .optsInputWrap .selectOver:not(:hover):not(:focus),
.lightBlueBackground .optsInputWrap .optsCounterWrap .over:not(:hover):not(:focus),
.lightBlueBackground .optsCheckbox .optsInputWrap,
.lightBlueBackground .optsRadio .optsInputWrap {
    border-color: #fff;
}

.lightBlueBackground .optsInputWrap input:hover,
.lightBlueBackground .optsInputWrap .input:hover,
.lightBlueBackground .optsInputWrap textarea:hover,
.lightBlueBackground .optsInputWrap select:hover,
.lightBlueBackground .optsInputWrap .selectOver:hover,
.lightBlueBackground .optsInputWrap .optsCounterWrap .over:hover,
.lightBlueBackground .optsCheckbox .optsInputWrap:hover,
.lightBlueBackground .optsRadio .optsInputWrap:hover {
    border-color: #1d70b7;
    box-shadow: 0 0 1px #1d70b7;
}

/* Schaltflächen */
.btnContainer {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}
.optsContainerWrap + .btnContainer,
.optsContainer + .btnContainer,
.btnContainer + .btnContainer,
.optsContainerGroupWrap + .btnContainer,
.optsFieldset + .btnContainer {
	margin-top: 40px;
}
.btnContainer .btnLess,
.btnContainer .backLink {
    float: left;
    margin: 0;
}
/*.btnContainer button[type="submit"] {
	display: block;
	width: 100%;
}*/
.btnContainer.hasCancel .cancel {
	text-align: left;
	display: block;
	margin-top: 20px;
}

@media (min-width: 640px) {
    .optsContainerWrap.optsContainerWidth_75 {
        width: 75%;
    }
    .optsContainerWrap.optsContainerWidth_50 {
        width: 50%;
    }
    .optsContainerWrap.optsContainerWidth_33 {
        width: 33.3333%;
    }
    .optsContainerWrap.optsContainerWidth_25 {
        width: 25%;
    }

    .optsContainerWrap.optsContainerWrap_50 {
		margin-left: -20px;
		margin-right: -20px;
	}
    .optsContainerWrap.optsContainerWrap_50 .optsContainer {
		width: 50%;
		padding: 0 20px;
		float: left;
	}
    .optsCaptcha .optsBlock {
        display: flex;
        margin-left: -10px;
        margin-right: -10px;
    }
    .optsCaptcha .optsInputWrap {
        width: 50%;
        margin: 0;
        padding-left: 10px;
        padding-right: 10px;
    }
    .optsContainer .optsCaptchaGraphics {
        margin-top: 0;
    }

	/* Schaltflächen */
	.btnContainer button[type="submit"] {
		width: auto;
		float: right;
	}
}

/* Content: LISTS */
.list .listItem + .listItem {
	margin-top: 2em;
}
.list .articleWrap > :first-child {
	margin-top: 0;
}
.list .articleImgNone + .articleWrap > :first-child {
	margin-top: .5em;
}
.list .articleWrap .headline {
	margin: 0;
}
.list .articleWrap .dateText {
	font-size: 80%;
	line-height: 1.25;
}

.list .articleImgNone,
.list .articleImgLeft,
.list .articleImgRight {
	float: none;
	margin: 0 auto;
}
.list .articleImgLeft.imgWidth-25,
.list .articleImgRight.imgWidth-25 {
	width: 33.3%;
}

.list .articleImgLeft.imgWidth-5,
.list .articleImgLeft.imgWidth-10,
.list .articleImgLeft.imgWidth-13,
.list .articleImgLeft.imgWidth-15,
.list .articleImgLeft.imgWidth-17,
.list .articleImgLeft.imgWidth-20,
.list .articleImgLeft.imgWidth-25 {
	float:left;
}
.list .articleImgLeft.imgWidth-5 + .articleWrap,
.list .articleImgLeft.imgWidth-10 + .articleWrap,
.list .articleImgLeft.imgWidth-13 + .articleWrap {
	padding-left: 1em;
	margin-left: 15%;
}
.list .articleImgLeft.imgWidth-15 + .articleWrap,
.list .articleImgLeft.imgWidth-17 + .articleWrap,
.list .articleImgLeft.imgWidth-20 + .articleWrap {
	padding-left: 1em;
	margin-left: 25%;
}
.list .articleImgLeft.imgWidth-25 + .articleWrap {
	padding-left: 1em;
	margin-left: 33.3%;
}

.list .articleImgRight.imgWidth-5,
.list .articleImgRight.imgWidth-10,
.list .articleImgRight.imgWidth-13,
.list .articleImgRight.imgWidth-17,
.list .articleImgRight.imgWidth-20,
.list .articleImgRight.imgWidth-25 {
	float: right;
}
.list .articleImgRight.imgWidth-5 + .articleWrap,
.list .articleImgRight.imgWidth-10 + .articleWrap,
.list .articleImgRight.imgWidth-13 + .articleWrap{
	padding-right: 1em;
	margin-right: 15%;
}
.list .articleImgRight.imgWidth-15 + .articleWrap,
.list .articleImgRight.imgWidth-17 + .articleWrap,
.list .articleImgRight.imgWidth-20 + .articleWrap {
	padding-right: 1em;
	margin-right: 25%;
}
.list .articleImgRight.imgWidth-25 + .articleWrap {
	padding-right: 1em;
	margin-right: 33.3%;
}

@media only screen and (min-width: 480px) {
	.list .articleImgLeft.imgWidth-33 {
		float:left;
	}
	.list .articleImgLeft.imgWidth-5 + .articleWrap,
	.list .articleImgLeft.imgWidth-10 + .articleWrap {
		margin-left: 15%;
	}
	.list .articleImgLeft.imgWidth-13 + .articleWrap {
		margin-left: 20%;
	}
	.list .articleImgLeft.imgWidth-15 + .articleWrap,
	.list .articleImgLeft.imgWidth-17 + .articleWrap,
	.list .articleImgLeft.imgWidth-20 + .articleWrap {
		margin-left: 33.3%;
	}
	.list .articleImgLeft.imgWidth-33 + .articleWrap {
		padding-left: 1em;
		margin-left: 50%;
	}

	.list .articleImgRight.imgWidth-33 {
		float: right;
	}
	.list .articleImgRight.imgWidth-5 + .articleWrap,
	.list .articleImgRight.imgWidth-10 + .articleWrap {
		margin-right: 15%;
	}
	.list .articleImgRight.imgWidth-13 + .articleWrap {
		margin-right: 20%;
	}
	.list .articleImgRight.imgWidth-15 + .articleWrap,
	.list .articleImgRight.imgWidth-17 + .articleWrap,
	.list .articleImgRight.imgWidth-20 + .articleWrap {
		margin-right: 33.3%;
	}
	.list .articleImgRight.imgWidth-33 + .articleWrap {
		padding-right: 1em;
		margin-right: 50%;
	}
}

@media (min-width: 640px) {
	.list .articleImgLeft.imgWidth-42,
	.list .articleImgLeft.imgWidth-50 {
		float:left;
	}
	.list .articleImgLeft.imgWidth-17 + .articleWrap,
	.list .articleImgLeft.imgWidth-20 + .articleWrap {
		margin-left: 25%;
	}
	.list .articleImgLeft.imgWidth-25 + .articleWrap {
		margin-left: 33.3%;
	}
	.list .articleImgLeft.imgWidth-42 + .articleWrap,
	.list .articleImgLeft.imgWidth-50 + .articleWrap {
		padding-left: 1em;
		margin-left: 50%;
	}

	.list .articleImgRight.imgWidth-42,
	.list .articleImgRight.imgWidth-50 {
		float: right;
	}
	.list .articleImgRight.imgWidth-17 + .articleWrap,
	.list .articleImgRight.imgWidth-20 + .articleWrap {
		margin-right: 25%;
	}
	.list .articleImgRight.imgWidth-25 + .articleWrap {
		margin-right: 33.3%;
	}
	.list .articleImgRight.imgWidth-42 + .articleWrap,
	.list .articleImgRight.imgWidth-50 + .articleWrap {
		padding-right: 1em;
		margin-right: 50%;
	}
}

@media only screen and (min-width: 720px) {
	.list .articleImgLeft.imgWidth-67 {
		float:left;
	}
	.list .articleImgLeft.imgWidth-5 + .articleWrap,
	.list .articleImgLeft.imgWidth-10 + .articleWrap,
	.list .articleImgLeft.imgWidth-13 + .articleWrap {
		margin-left: 15%;
	}
	.list .articleImgLeft.imgWidth-15 + .articleWrap,
	.list .articleImgLeft.imgWidth-17 + .articleWrap,
	.list .articleImgLeft.imgWidth-20 + .articleWrap {
		margin-left: 20%;
	}
	.list .articleImgLeft.imgWidth-25 + .articleWrap,
	.list .articleImgLeft.imgWidth-33 + .articleWrap {
		margin-left: 33.3%;
	}
	.list .articleImgLeft.imgWidth-67 + .articleWrap {
		padding-left: 1em;
		margin-left: 50%;
	}

	.list .articleImgRight.imgWidth-67 {
		float: right;
	}
	.list .articleImgRight.imgWidth-5 + .articleWrap,
	.list .articleImgRight.imgWidth-10 + .articleWrap,
	.list .articleImgRight.imgWidth-13 + .articleWrap {
		margin-right: 15%;
	}
	.list .articleImgRight.imgWidth-15 + .articleWrap,
	.list .articleImgRight.imgWidth-17 + .articleWrap,
	.list .articleImgRight.imgWidth-20 + .articleWrap {
		margin-right: 20%;
	}
	.list .articleImgRight.imgWidth-25 + .articleWrap,
	.list .articleImgRight.imgWidth-33 + .articleWrap {
		margin-right: 33.3%;
	}
	.list .articleImgRight.imgWidth-67 + .articleWrap {
		padding-right: 1em;
		margin-right: 50%;
	}
}

@media only screen and (min-width: 960px) {
	.list .articleImgLeft.imgWidth-25,
	.list .articleImgRight.imgWidth-25 {
		width: 25%;
	}

	.list .articleImgLeft.imgWidth-75 {
		float:left;
	}
	.list .articleImgLeft.imgWidth-5 + .articleWrap {
		margin-left: 5%;
	}
	.list .articleImgLeft.imgWidth-10 + .articleWrap {
		margin-left: 10%;
	}
	.list .articleImgLeft.imgWidth-13 + .articleWrap {
		margin-left: 12.5%;
	}
	.list .articleImgLeft.imgWidth-15 + .articleWrap {
		margin-left: 15%;
	}
	.list .articleImgLeft.imgWidth-17 + .articleWrap {
		margin-left: 16.7%;
	}
	.list .articleImgLeft.imgWidth-20 + .articleWrap {
		margin-left: 20%;
	}
	.list .articleImgLeft.imgWidth-25 + .articleWrap {
		margin-left: 25%;
	}
	.list .articleImgLeft.imgWidth-33 + .articleWrap {
		margin-left: 33.3%;
	}
	.list .articleImgLeft.imgWidth-42 + .articleWrap {
		margin-left: 41.7%;
	}
	.list .articleImgLeft.imgWidth-50 + .articleWrap {
		margin-left: 50%;
	}
	.list .articleImgLeft.imgWidth-67 + .articleWrap {
		margin-left: 66.7%;
	}
	.list .articleImgLeft.imgWidth-75 + .articleWrap {
		padding-left: 1em;
		margin-left: 75%;
	}

	.list .articleImgRight.imgWidth-75 {
		float: right;
	}
	.list .articleImgRight.imgWidth-5 + .articleWrap {
		margin-right: 5%;
	}
	.list .articleImgRight.imgWidth-10 + .articleWrap {
		margin-right: 10%;
	}
	.list .articleImgRight.imgWidth-13 + .articleWrap {
		margin-right: 12.5%;
	}
	.list .articleImgRight.imgWidth-15 + .articleWrap {
		margin-right: 15%;
	}
	.list .articleImgRight.imgWidth-17 + .articleWrap {
		margin-right: 17%;
	}
	.list .articleImgRight.imgWidth-20 + .articleWrap {
		margin-right: 20%;
	}
	.list .articleImgRight.imgWidth-25 + .articleWrap {
		margin-right: 25%;
	}
	.list .articleImgRight.imgWidth-33 + .articleWrap {
		margin-right: 33.3%;
	}
	.list .articleImgRight.imgWidth-42 + .articleWrap {
		margin-right: 41.7%;
	}
	.list .articleImgRight.imgWidth-50 + .articleWrap {
		margin-right: 50%;
	}
	.list .articleImgRight.imgWidth-67 + .articleWrap {
		margin-right: 66.7%;
	}
	.list .articleImgRight.imgWidth-75 + .articleWrap {
		padding-right: 1em;
		margin-right: 75%;
	}
}

/* Content: GRIDS */
.gridWrap {
	margin: 20px -20px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	list-style: none;
}
.gridWrap.swiperOuterWrap {
	position: relative;
	padding: 20px 0 0;
}
.gridWrap.swiperOuterWrap .swiper-button-prev,
.gridWrap.swiperOuterWrap .swiper-button-next {
	top: 0;
	color: #1d70b7;
	height: 2em;
	left: .5em;
	margin-top: -.5em;
	right: auto;
	width: 1em;
	font-size: 20px;
}
.gridWrap.swiperOuterWrap .swiper-button-prev:hover,
.gridWrap.swiperOuterWrap .swiper-button-next:hover {
	color: #cd1523;
}
.gridWrap.swiperOuterWrap .swiper-button-prev:after,
.gridWrap.swiperOuterWrap .swiper-button-next:after {
	display: none;
}
.gridWrap.swiperOuterWrap .swiper-button-next {
	left: calc(2em + 10px);
}
.gridWrap.swiperOuterWrap .swiper-pagination-progressbar {
	position: absolute;
	width: calc(50% - 40px);
	bottom: 0;
	top: auto;
	background: #1d70b7;
	left: calc(25% + 20px);
	height: 2px;
}
.gridWrap.swiperOuterWrap .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #1a65a4;
}
.gridWrap .swiper .swiper-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}
.clear:first-child + .gridWrap,
.gridWrap:first-child {
	margin-top: -20px;
}
.gridWrap.swiperOuterWrap:first-child {
	margin-top: 10px;
}
.gridWrap .gridSizer {
	width: 8.33%;
}
.gridWrap .articleGrid {
	padding: 20px;
	float: left;
	position: relative;
	flex: 0 1 auto;
}
.gridWrap .leftContainer,
.gridWrap .rightContainer {
	width: 100%;
}
.gridWrap .rightContainer {
	float: right;
}

.gridWrap .swiper .articleGrid {
	flex-shrink: 0;

}
.articleGrid .gridWrapInner {
	display: block;
	height: 100%;
	color: inherit;
	text-decoration: none;
}

.articleGrid .info .text > :first-child {
	margin-top: 0;
}
.articleGrid .info .text > :last-child {
	margin-bottom: 0;
}

.articleGrid .info {
	padding: 0;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
.articleGrid .info > *:first-child {
	margin-top: 0;
}
.articleGrid .info > *:last-child {
	margin-bottom: 0;
}

.articleGrid .info * + .btn {
	margin-top: 10px;
}

.articleGrid .headline {
	color: #1d70b7;
	margin-top: 0;
}
.articleGrid .headline .hint {
	font-weight: 400;
	font-family: initial;
	color: initial;
}
.articleGrid .headline a {
	text-decoration: none;
	display: block;
}


.articleGrid .imgWrap .headline,
.articleGrid .headline.headlineLikeOverImage {
	position: absolute;
	left: 0;
	bottom: 0;
	background: #1d70b7;
	color: #fff;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	margin: 0;
	padding: 5px 15px;
	z-index: 1;
}
.articleGrid .headline.headlineLikeOverImage {
	position: static;
	margin: -15px -15px 10px;
}
.articleGrid .headline.headlineLikeOverImage a {
	color: inherit;
}
.articleGrid .imgWrap {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	position: relative;
}
.articleGrid .imgWrap .caption {
	position: absolute;
	background: #fff;
	display: block;
	padding: .5em 1em;
	margin: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	max-width: 100%;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.articleGrid:hover .imgWrap .caption {
	white-space: normal;
	text-overflow: none;
}
.articleGrid .articleImgNone {
	margin: 0 auto;
}
.articleGrid .articleImgNone + .info {
	margin-top: 20px;
}
.articleGrid .articleTeaser {
	position: relative;
}
.articleGrid .gridArticleImageGallery {
	position: absolute;
	right: 15px;
	top: 15px;
	width: 3em;
	height: 3em;
	z-index: 1;
	overflow: hidden;
}
.articleGrid .gridArticleImageGallery .icon-images {
	position: absolute;
	right: 0;
	top: 0;
	color: #1d70b7;
	z-index: 1;
	cursor: pointer;
}
.articleGrid .gridArticleImageGallery .icon-images:before {
	margin-left: 0;
}
.articleGrid .gridArticleImageGallery .icon-images:after {
	position: absolute;
	content: '';
	border-radius: .5em;
	height: 1em;
	width: 1em;
	font-size: 5em;
	z-index: -1;
	display: block;
	background: #fff;
	left: -.25em;
	top: -.5em;
}
.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;
}


.articleGrid .priceTag {
	background: #d6b46a;
	color: #fff;
	border-radius: 5px 0 0 5px;
	padding: 5px;
	line-height: 20px;
	font-size: 15px;
	font-weight: 700;
	position: relative;
	display: inline-block;
	z-index: 1;
}
.articleGrid .priceTag:after {
	content: '';
	display: block;
	position: absolute;
	right: -.5em;
	top: 50%;
	background: #d6b46a;
	border-radius: 0 0 5px 0;
	height: 1em;
	width: 1em;
	font-size: 1.414em;
	margin-top: -.5em;
	transform: rotate(-45deg);
	transform-origin: 50% 50%;
	z-index: -1;
}
.articleGrid .articleTeaser + .priceTag {
	margin-top: -50px;
	float: left;
	margin-left: -10px;
}

@media (min-width: 480px) {
	.gridWrap .gridWidth_25 {
		width: 50%;
	}
}

@media (min-width: 560px) {
	.gridWrap .gridWidth_50,
	.gridWrap .leftContainer,
	.gridWrap .rightContainer {
		width: 50%;
	}
	.gridWrap .gridWidth_50 {
		float:left;
	}

}

@media (min-width: 640px) {
	.gridWrap .gridWidth_33 {
		width: 50%;
	}

}

@media (min-width: 720px) {
	.gridWrap {
		margin: 20px -20px;
	}
	.gridWrap .articleGrid {
		padding: 20px;
	}

	.articleGrid .gridArticleImageGallery {
		right: 25px;
		top: 25px;
	}
	.gridWrap.swiperOuterWrap .swiper-pagination-progressbar {
		position: absolute;
		width: calc(33.33% - 40px);
		bottom: 0;
		top: auto;
		left: calc(33.33% + 20px);
	}
}

@media (min-width: 960px) {
	.gridWrap .gridWidth_33 {
		width: 33.33%;
	}
	.gridWrap .gridWidth_25 {
		width: 25%;
	}
	.articlesWrap .articlesContents .gridWrap.swiperOuterWrap:first-child {
		margin-top: 0;
	}
	.articlesWrap .articlesContents .gridWrap .swiper {
		margin-right: -20px;
		padding-right: 20px;
		mask-image: linear-gradient(to left, rgba(0,0,0,0) 0px, rgba(0,0,0,1) 40px);
	}
	.articlesWrap .articlesContents .gridWrap .gridWidth_33 {
		width: 50%;
	}
}
@media (min-width: 1280px) {
	.articlesWrap .articlesContents .gridWrap .swiper {
		margin-right: calc(((100% - 20px) * 3 / 2 + 20px) / -20);
		padding-right: calc(((100% - 20px) * 3 / 2 + 20px) / 20);
		mask-image: linear-gradient(to left, rgba(0,0,0,0) 0px, rgba(0,0,0,1) calc(10% - 20px));
	}
}

/* Site: PAGE JUMPS */
.jumper {
	margin: 1em -1em;
	position: relative;
	height: 40px;
}
.jumper .resultStats,
.pagerJumper .divider {
	display: none;
}
.jumper .pagerJumper {
	display:block;
	margin:0 auto;
	position:absolute;
	right:0;
}
.pagerJumper a {
	padding: 10px 0;
	margin:0 1em;
	display:block;
	float:left;
	width:40px;
	height:40px;
	background: #999;
	color: inherit;
	font-weight: normal;
	line-height: 20px;
	text-align:center;
	text-decoration: none;
	transition: all .3s;
}
.pagerJumper a:hover {
	background: #666;
	color: #fff;
}
.pagerJumper a:hover .iconForward {
	background-position: -570px -50px;
}
.pagerJumper a:hover .iconBackward {
	background-position: -530px -50px;
}
.pagerJumper a.aktiv {
	font-weight: bold;
	color: #fff;
	background:#FF6618;
}
.pagerJumper a .sprt {
	display:inline-block;
}
.pages {
	text-align:center;
	border-top: 1px solid #eee;
	padding-top: 1em;
	font-weight: 100;
	margin: 1em 0;
	color: #999;
}
.pages > * {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}
.pages a {
	font-weight: normal;
	padding: 0 10px;
	position: relative;
	color: #666;
	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 #FF6618 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 #FF6618;
	border-width: .357em 0 .357em .429em;
	right: 0;
	left: auto;
}
.pages a.disabled {
	color: #CCC;
	text-decoration: none;
}

/* ==========================================================================
   Module Styles
   ========================================================================== */

/*
Modul: START
 */
#appImage {
    width: 50%;
    margin: 0 auto 0 20px;
}
#appImageWrap {
    position: relative;
    z-index: 1;
    margin-top: calc(-36.5% - 20px);
    margin-bottom: 40px;
}
.section.startseite .teaserWrap {
    min-height: calc(300px + 36.5vw);
}
.section.startseite .teaserWrap:after {
    width: 75%;
}
.section.startseite .teaserWrap .teaser > li .teaserItemTitleInner {
    padding-top: 60px;
}
.section.startseite .teaserWrap .teaser > li .teaserItemTitleInner .teaserItemTextWrap {
    vertical-align: top;
}
@media (min-width: 640px) {
    #appImage {
        width: 33.33%;
    }
    #appImageWrap {
        margin-top: calc(-24.25% - 20px);
    }
    .section.startseite .teaserWrap {
        min-height: calc(450px + 24.25vw);
    }
}
@media (min-width: 960px) {
    #appImageWrap {
        margin: 0;
        position: absolute;
        right: 0;
        top: -80px;
        width: calc(33.33%);
        height: calc(100vh - 120px);
        min-height: 400px;

    }
    #appImage {
        padding: 80px 20px;
        width: 100%;
        display: flex;
        align-items: center;
        height: 100%;
        margin: 0;
    }
    #appImage img {
        object-fit: contain;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    .section.startseite .teaserWrap {
        min-height: 400px;
    }
    .section.startseite .teaserWrap:after {
        width: 66.6667%;
    }
    .section.startseite .teaserWrap .teaser > li .teaserItemTitleInner .teaserItemTextWrap {
        vertical-align: middle;
    }

    #appImageWrap + .contentWrap {
        min-height: calc(100vh - 160px);
        position: relative;
        background: linear-gradient(135deg, rgba(255,255,255,1) 50%, rgba(233,241,248,1) 100%);
        padding-bottom: 80px;
        margin-bottom: -80px;
        overflow: hidden;
    }
    #appImageWrap + .contentWrap:after {
        content: '';
        position: absolute;
        left: 66.6667%;
        top: 0;
        height: 0;
        width: 0;
        border-style: solid;
        border-width: 0 100vw 100vw 0;
        border-color: transparent #fff transparent transparent;
    }

}

/*
Modul: CONTENT
 */
@media (min-width: 960px) {
	.articlesWrap {
		display: flex;
	}
	.articlesWrap .articlesIdentifier {
		text-align: right;
		width: calc(33.33% - 20px);
		margin-right: 20px;
	}
	.articlesWrap .articlesContents {
		text-align: left;
		margin-left: 20px;
		width: calc(66.67% - 20px);
	}
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        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 that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
