/*
 * 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 {
	min-width: 320px;
}
body {
    min-width: 320px;
}
html.navMainOpen body,
html.overlayOpen body,
html.swipebox-html body {
	overflow: hidden;
    height: 100%;
}
.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,
.vcContentSection .col12 .pushOut {
    margin-left: -20px;
    margin-right: -20px;
}
.vcContentSection .col .box + .box {
    margin-top: 10px;
    clear: both;
}
@media (min-width: 960px) {
    .vcContentSection .pushOut {
        margin-left: 0;
        margin-right: 0;
    }
}
@media (min-width: 1280px) {
    .baseSpacer,
    .baseSpacerLeft {
        padding-left: calc(5vw + 20px);
    }
    .baseSpacer,
    .baseSpacerRight {
        padding-right: calc(5vw + 20px);
    }
    .baseSpacerMargin,
    .baseSpacerMarginLeft {
        margin-left: calc(5vw + 20px);
    }
    .baseSpacerMargin,
    .baseSpacerMarginRight {
        margin-right: calc(5vw% + 20px);
    }
    .baseSpacerPos,
    .baseSpacerPosLeft {
        left: calc(5vw + 20px) !important;
    }
    .baseSpacerPos,
    .baseSpacerPosRight {
        right: calc(5vw + 20px) !important;
    }
    .pushOut,
    .vcContentSection .col12 .pushOut {
        margin-left: calc(-5vw - 20px);
        margin-right: calc(-5vw - 20px);
    }
    .vcContentSection .pushOut {
        margin-left: -5.556%;
        margin-right: -5.556%;
    }
}
@media (min-width: 1600px) {
    .baseSpacer,
    .baseSpacerLeft {
        padding-left: calc(10vw + 20px);
    }
    .baseSpacer,
    .baseSpacerRight {
        padding-right: calc(10vw + 20px);
    }
    .baseSpacerMargin,
    .baseSpacerMarginLeft {
        margin-left: calc(10vw + 20px);
    }
    .baseSpacerMargin,
    .baseSpacerMarginRight {
        margin-right: calc(10vw + 20px);
    }
    .baseSpacerPos,
    .baseSpacerPosLeft {
        left: calc(10vw + 20px) !important;
    }
    .baseSpacerPos,
    .baseSpacerPosRight {
        right: calc(10vw + 20px) !important;
    }
    .pushOut,
    .vcContentSection .col12 .pushOut {
        margin-left: calc(-10vw - 20px);
        margin-right: calc(-10vw - 20px);
    }
    .vcContentSection .pushOut {
        margin-left: -12.5%;
        margin-right: -12.5%;
    }
}
@media (min-width: 1840px) {
    .baseSpacer,
    .baseSpacerLeft {
        padding-left: calc(15vw + 20px);
    }
    .baseSpacer,
    .baseSpacerRight {
        padding-right: calc(15vw + 20px);
    }
    .baseSpacerMargin,
    .baseSpacerMarginLeft {
        margin-left: calc(15vw + 20px);
    }
    .baseSpacerMargin,
    .baseSpacerMarginRight {
        margin-right: calc(15vw + 20px) !important;
    }
    .baseSpacerPos,
    .baseSpacerPosLeft {
        left: calc(15vw + 20px) !important;
    }
    .baseSpacerPos,
    .baseSpacerPosRight {
        right: calc(15vw + 20px);
    }
    .pushOut,
    .vcContentSection .col12 .pushOut {
        margin-left: calc(-15vw - 20px);
        margin-right: calc(-15vw - 20px);
    }
    .vcContentSection .pushOut {
        margin-left: -21.428%;
        margin-right: -21.428%;
    }
}

#wrapper {
    position:relative;
    overflow:hidden;
    min-width: 320px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
#wrapper:after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url("../img/texture.png");
    z-index: 100;
    pointer-events: none;
}
#main {
    flex-grow: 1;
    margin-top: 120px;
    container-name: mainContainer;
    container-type: inline-size;
    display: block;
    overflow: hidden;
}
#breadcrumb {
    margin: 10px 0
}
#breadcrumb a {
    text-decoration: none;
    padding: 0 10px;
}
#breadcrumb a:hover,
#breadcrumb a[aria-current="page"] {
    text-decoration: underline;
}

.vcContentSection {
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
}

.vcContentSection + .vcContentSection {
    margin-top: 40px;
}
#content > .vcContentSection {
    margin-top: 80px;
    margin-bottom: 80px;
}
#content > .vcContentSection.bookContentsGrid {
    margin-bottom: 40px;
}
#content > .vcContentSection + .vcContentSection {
    margin-top: 120px;
}
#content > .vcContentSection.bookContentsGrid + .vcContentSection {
    margin-top: 80px;
}
.vcContentSection.bgAlternate {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #fcefaf;
    color: #fff;
}
.vcContentSection.bgAlternate h1,
.vcContentSection.bgAlternate .h1,
.vcContentSection.bgAlternate .ui-accordion .ui-accordion-header.h1,
.vcContentSection.bgAlternate h2,
.vcContentSection.bgAlternate .h2,
.vcContentSection.bgAlternate .ui-accordion .ui-accordion-header.h2,
.vcContentSection.bgAlternate h3,
.vcContentSection.bgAlternate .h3,
.vcContentSection.bgAlternate .ui-accordion .ui-accordion-header.h3,
.vcContentSection.bgAlternate .accordionWrapper.ui-accordion .ui-accordion-content a,
.vcContentSection.bgAlternate a,
.vcContentSection.bgAlternate .colored {
    color: inherit;
}
.vcContentSection.bgAlternate .hint {
    color: #ababab;
}
.vcContentSection.bgAlternate:last-child {
    margin-bottom: 0;
}
.vcContentSection .col {
    container-name: contentContainer;
    container-type: inline-size;
}
@media (max-width: 959px) {
    .vcContentSection .col {
        flex-grow: 1;
    }

    .vcContentSection .col + .col {
        margin-top: 40px;
    }
}
@media (min-width: 960px) {
    #main {
        margin-top: 160px;
    }
    .vcContentSectionInnerWrap {
        display: flex;
        justify-content: center;
        width: calc(100% + 40px);
        margin-left: -20px;
        margin-right: -20px;
    }
    .vcSectionAlignCenter .vcContentSectionInnerWrap {
        justify-content: center;
    }
    .vcSectionAlignRight .vcContentSectionInnerWrap {
        justify-content: end;
    }
    .vcSectionValignCenter .vcContentSectionInnerWrap {
        align-items: center;
    }
    .vcSectionValignBottom .vcContentSectionInnerWrap {
        align-items: end;
    }
    .vcContentSection .col {
        padding: 0 20px;
    }
    .vcContentSection .col4 {
        width: 33.3333%;
    }
    .vcContentSection .col6 {
        width: 50%;
    }
    .vcContentSection .col8 {
        width: 66.6667%;
    }
    .vcContentSection .col12 {
        width: 100%;
    }
}

/*
	HEADER
	*/

#header {
    position: fixed;
    left: 0;
    top: -120px;
    width: 100%;
    z-index: 50;
    transition: all .2s;
    background: #ffffff;
    padding-top: 60px;
}
#header.fixedShow,
#header.isAtTop,
#header.isOverBreakpoint {
    top: 0;
}
#header.isAtTop,
#header.isOverBreakpoint {
    box-shadow: none;
}
#header:not(.isAtTop) {
    background: #fff;
}
#header.fixedShow:not(.isAtTop) {
    box-shadow: 0 0 20px rgba(0,0,0,.2);
}
#headerControl {
    display: flex;
    align-items: end;
}

#logo {
    flex-grow: 1;
    margin: 0 0 20px;
    display: block;

}
#logo img {
    height: 27px;
    width: auto;
    display: block;
    margin: 0;
    transition: height .2s;
    position: relative;
    z-index: 2;
}
#navMenuTrigger {
    float: right;
    position: relative;
    color: inherit;
    padding: 15px 35px 15px 0;
    font-size: .933rem;
    line-height: 30px;
    font-weight: 600;
    height: 60px;
    cursor: pointer;
    z-index: 101;
    transition: top .2s, color .2s, padding .2s;
}

#navMenuTrigger:before,
#navMenuTrigger:after,
#navMenuTrigger .line {
    position: absolute;
    content: '';
    display: block;
    height: 1px;
    left: calc(100% - 25px);

    background: #060606;
    transition: all .2s;
    opacity: 1;
}
#navMenuTrigger .line {
    top: 50%;
    width: 25px;
    margin-top: -1px;
}
#navMenuTrigger:before {
    top: 24px;
    width: 20px;
}
#navMenuTrigger:after {
    bottom: 24px;
    width: 15px;
}
#navMenuTrigger:hover .line {
    opacity: 0;
}
#navMenuTrigger:hover:before {
    top: 27px;
    right: 0;
}
#navMenuTrigger:hover:after {
    bottom: 27px;
    right: 0;
    width: 20px;
}
#header.expanded #navMenuTrigger {
    padding-right: 30px;
}
#header.expanded #navMenuTrigger .line {
    opacity: 0;
    width: 0;
}
#header.expanded #navMenuTrigger:before {
    transform: rotate(45deg);
    transform-origin: 0 0;
    width: 20px;
    top: 23px;
    left: calc(100% - 20px);
}
#header.expanded #navMenuTrigger:after {
    transform: rotate(-45deg);
    transform-origin: 0 100%;
    width: 20px;
    bottom: 22px;
    left: calc(100% - 20px);
}

#navMenuTrigger .menu,
#navMenuTrigger .close {
    display: block;
}
#navMenuTrigger .close,
#header.expanded #navMenuTrigger .menu {
    display: none;
}
#header.expanded #navMenuTrigger .close {
    display: block;
}

#navMisc {
    position: absolute;
    left: 0;
    top: 10px;
    line-height: 1.667;
    padding-right: 0;
    z-index: 2;
}
#navEasyLang {
    text-decoration: none;
}

/* Standard Navigation */
.navStd {
    line-height: 1.667;
    font-weight: 500;
}
.navStd .nav {
    margin-right: -20px;
    margin-left: 0;
}
.navStd li {
    float: left;
    margin-right: 20px;
    position: relative;
}
.navStd a,
.navStd .a {
    display: block;
    background: none;
    text-decoration: none;
}
.navStd a:hover,
.navStd .a:hover,
.navStd a.active,
.navStd .a.active {
    text-decoration: underline;
}

/* MAIN NAVIGATION */
#navMain .navBtnWrap {
    position: relative;
}
#navMain .navBtnWrap a {
    transition: color .3s;
    overflow: hidden;
    display: block;
    padding: 0;
    text-decoration: none;
    font-weight: 600;
    font-size: .933rem;
}
#navMain .navBtnWrap a:hover,
#navMain .navBtnWrap a[aria-current="page"] {
    text-decoration: underline;
}
#navMain li > ul,
#navMain li > .subNavWrap {
    max-height: 0;
    padding: 0;
    transition: max-height .3s cubic-bezier(0,1,0,1), padding .3s, margin .3s, border .3s;
    overflow: hidden;
}
#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: #000;
    transition: all .3s;
    user-select: none;
}
#navMain .navBtnWrap.hasSub {
    padding-right: 30px;
}


/* Suche */
#quickSrcBoxWrap {
    margin: 20px 0;
}
#quickSrcBox {
    padding-right: 60px;
    position: relative;
}
#quickSrcBox .optsContainer {
    margin: 0;
}
#srcBoxSubmit {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background: #fff;
    padding: 10px 0;
    text-align: center;
    color: inherit;
    width: 40px;
    transition: all .3s;
}
#srcBoxSubmit:hover {
    background: #fcefaf;
}
#siteSearchTrigger {
    display: none;
}
#quickSrcBox .optsContainer label {
    display: none;
}
#quickSrcBox .optsContainer input {
    width: 100%;
    float: none;
}

@media (min-width: 720px) {
    #logo img {
        height: 40px;
    }
}

@media (max-width: 959px) {
    html.navMainOpen {
        height: 100%;
    }
    html.navMainOpen body {
        overflow: hidden;
        height: 100%;
    }

    #headerWrap {
        position: absolute;
        height: 0;
        overflow: hidden;
        left: 0;
        top: 0;
        width: 100%;
        transition: height .3s, padding .3s, box-shadow .3s, overflow 0s, background 0s .3s;
        z-index: 1;
        background: #fff;
    }
    #header.expanded:after {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 120px;
        content: '';
        display: block;
        background: linear-gradient(to bottom, rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.9) calc(100% - 20px),rgba(255,255,255,0) 100%);
        z-index: 1;
    }
    #headerWrap > .wrap {
        padding-top: 140px;
        padding-bottom: 40px;
    }
    #headerWrap > .wrap > * + * {
        margin-top: 40px;
    }
    #header.expanded {
        background: #fff;
    }
    #header.expanded #headerWrap {
        height: 100vh;
        transition: height .3s, padding .3s, box-shadow .3s, background .3s;
        background-color: #fff;
        overflow: scroll;
        animation: 0s linear 0.3s 1 normal both running delayOverflowAuto;
    }

    #navMain li > ul,
    #navMain li > .subNavWrap {
        padding-left: 20px;
    }

    #navMain li.expanded > ul,
    #navMain li.expanded > .subNavWrap {
        max-height: 5000px;
        padding-top: 10px;
        padding-bottom: 30px;
        transition: max-height .3s cubic-bezier(1,0,1,0), padding .3s, margin .3s, border .3s;
    }
    #navMain li.expanded > .navBtnWrap > .iconMenuTriggerDwn {
        transform: rotate(180deg);
    }
    #navMain li + li {
        margin-top: 20px;
    }
}
@media (min-width: 960px) {
    #header {
        padding-top: 40px;
        top: -160px;
        display: flex;
    }
    #headerControl {
        padding-right: 0;
    }

    #headerWrap {
        padding-left: 0;
        flex-grow: 1;
    }
    #headerWrap .wrap {
        display: flex;
        height: 100%;
    }
    #headerMisc {
        max-width: 100%;
        top: 0;
        right: 0;
        position: absolute;
    }
    #navMenuTrigger {
        display: none;
    }
    #logo {
        margin-top: 50px;
        margin-bottom: 40px;
    }
    #logo img {
        height: 30px;
    }
    #navMain {
        width: auto;
        right: 0;
        float: left;
        margin: auto -10px 25px auto;
        padding-left: 0;
    }
    #navMain .lvl1 {
        float: left;
        position: relative;
    }
    #navMain .lvl1 a {
        padding: 5px 10px;
        font-size: .722rem;
        line-height: 30px;
    }
    #navStdInMainNav {
        line-height: 40px;
        float: right;
    }

    #navMain li > .subNavWrap {
        position: absolute;
        background: #fff;
        padding-left: 10px;
        padding-right: 10px;
        left: 50%;
        transform: translateX(-50%);
        min-width: 320px;
    }
    #navMain .lvl1:hover > .subNavWrap,
    #navMain .lvl1.hover > .subNavWrap {
        max-height: 5000px;
        padding: 10px;
        box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
        transition: max-height .3s cubic-bezier(1,0,1,0), padding .3s, box-shadow .3s;
    }
    #navMain .lvl1:hover > .navBtnWrap > .iconMenuTriggerDwn,
    #navMain .lvl1.hover > .navBtnWrap > .iconMenuTriggerDwn {
        transform: rotate(180deg);
    }

    #navMain .lvl2 .navBtnWrap.hasSub {
        padding-right: 0;
    }
    #navMain .lvl3,
    #navMain .lvl2 .iconMenuTriggerDwn {
        display: none;
    }

    #quickSrcBoxWrap {
        float: right;
        position: relative;
        border: none;
        margin: 0;
        padding: 0;
    }

    #siteSearchTrigger {
        right: auto;
        top: auto;
        display: block;
        padding: 10px;
        font-size: 20px;
        line-height: 20px;
        margin-right: -10px;
    }
    #siteSearchTrigger .on {
        display: block;
    }

    #siteSearchTrigger .label,
    #siteSearchTrigger .off {
        display: none;
    }

    #quickSrcBox {
        transition: max-height .3s cubic-bezier(0,1,0,1), padding .3s, margin .3s, border .3s;
        position: absolute;
        overflow: hidden;
        left: auto;
        right: -10px;
        top: 40px;
        max-height: 0;
        width: 320px;
        padding-left: 10px;
        padding-right: 60px;
        background: #fff;
        z-index: 1;
    }
    #siteSearchSwitch:checked ~ #quickSrcBox {
        box-shadow: none;
        padding-top: 10px;
        padding-bottom: 10px;
        max-height: 320px;
        transition: max-height .3s cubic-bezier(1,0,1,0), padding .3s, margin .3s, border .3s;

    }
    #srcBoxSubmit {
        bottom: 10px;
        right: 10px;
        top: 10px;
    }
}
@media (min-width: 1080px) {
    #logo {
        margin-top: 40px;
    }
    #logo img {
        height: 40px;
    }
    #navMain .lvl1 a {
        font-size: .778rem;
    }
}
@media (min-width: 1200px) {
    #navMain {
        margin-right: -20px;
    }
    #navMain .lvl1 a {
        padding: 5px 20px;
    }
}


/*
	FOOTER
	*/

#footer {
    position: relative;
    text-align: center;
    overflow: hidden;
}

#footer .topWrap {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #fff;
}
#footer .topWrapWrap {
    margin-right: -20px;
    margin-left: -20px;
}
#footer .bottomWrap {
    text-align: center;
    background: #fcefaf;
    padding-bottom: 0;
    padding-top: 0;
}

#footer .topWrapWrap > * {
    padding-left: 20px;
    padding-right: 20px;
}
#footer .topWrapWrap > * + * {
    padding-top: 40px;
}
#logoFooter {
    display: block;
    width: 100%;
    text-decoration: none;
}
#logoFooter img {
    display: block;
    width: 50%;
    height: auto;
    margin: 0 auto;
}
#navFtr {
    padding: 10px 0;
    margin: 0;
}
#navFtr ul {
    margin-right: -20px;
}
#navFtr li {
    float: none;
    display: inline-block;
}

#footerTop {
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
    z-index: 1;
    display: inline-block;
    background: none;
}
#footerTop:after {
    display: none;
}
@media (min-width: 480px) {
    #footer .contact1,
    #footer .contact2 {
        width: 50%;
        float: left;
    }
}
@media (min-width: 640px) {
    #footer {
        text-align: left;
    }
    #footer .topWrapWrap {
        display: flex;
    }
    #logoFooter img {
        width: 100%;
        margin: 0;
    }
    #footer .contact1,
    #footer .contact2 {
        flex-grow: 1;
        width: 37.5%;
        margin: 0;
        padding-top: 0;
    }
    #footer #logoFooter {
        width: 25%;
        float: left;
        margin: 0;
    }
}

@media (min-width: 960px) {
    #footer .topWrap {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    #footer #logoFooter {
        width: 33.333%;
    }
    #logoFooter img {
        width: 75%;
    }
    #footer .contact1,
    #footer .contact2 {
        flex-grow: 0;
        width: 25%;
    }
    #navFtr {
        padding: 20px 0;
        float: left;
    }
    #navFtr li {
        display: block;
        float: left;
    }
    #footerTop {
        margin: 15px 0;
        float: right;
    }
}


/* ==========================================================================
   external Scripts/Functions
   ========================================================================== */


/*! 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;user-select:none;background:#fff;background:rgba(0, 0, 0, .75)}#swipebox-container{position:relative;width:100%;height:100%}#swipebox-slider{transition:transform 0.4s ease;height:100%;left:0;top:0;width:100%;white-space:nowrap;position:absolute;display:none;cursor:pointer;padding-bottom:50px}#swipebox-slider .slide{height:100%;width:100%;line-height:1px;text-align:center;display:inline-block;position:relative;overflow:hidden}#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 .swipebox-audio-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-audio-container{padding: 5%; width: 90%;}#swipebox-slider .slide .swipebox-video-container{background:0 0;max-width:1140px;max-height:100%;width:100%;}#swipebox-slider .slide .swipebox-video-container .swipebox-video{width:100%;height:0;padding-bottom:56.25%;overflow:hidden;position:relative}#swipebox-slider .slide .swipebox-iframe-container iframe,#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe{width:100% !important;height:100% !important;position:absolute;top:0;left:0}#swipebox-slider .slide .swipebox-iframe-container{width:100%;height:100%;overflow:hidden;position:relative;display:inline-block}#swipebox-slider .slide-loading{background:url("../img/preloader_301_dark.gif") center center no-repeat}#swipebox-bottom-bar,#swipebox-top-bar{position:absolute;left:0;z-index:999;height:50px;width:100%}#swipebox-bottom-bar{bottom:0;color:#fff !important}#swipebox-top-bar{left:10px;bottom:0;display:table;width:calc(100% - 120px)}#swipebox-title{width:100%;height:100%;text-align:center;vertical-align:middle;display:table-cell;color:#fff;text-shadow:0 0 20px rgba(0, 0, 0, 0.19), 0 0 6px rgba(0, 0, 0, 0.23)}#swipebox-close,#swipebox-next,#swipebox-prev,#swipebox-zoomin,#swipebox-zoomout{background-image:url("../img/Swipebox/icons.png");background-repeat:no-repeat;border:none !important;text-decoration:none !important;cursor:pointer;width:50px;height:50px;top:0}#swipebox-arrows{height:100%;position:absolute;left:0;bottom:0;top:-50vh}#swipebox-prev{background-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:50px}#swipebox-zoomout{background-position:-168px 12px;right:50px}.swipebox-no-close-button #swipebox-close{display:none}#swipebox-next.disabled,#swipebox-prev.disabled,#swipebox-zoomin.disabled,#swipebox-zoomout.disabled{opacity:0.3}.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider{animation:rightSpring 0.3s}.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider{animation:leftSpring 0.3s}.swipebox-touch #swipebox-container:after,.swipebox-touch #swipebox-container:before{backface-visibility:hidden;transition:all 0.3s ease;content:' ';position:absolute;z-index:999;top:0;height:100%;width:20px;opacity:0}.swipebox-touch #swipebox-container:before{left:0;box-shadow:inset 10px 0 10px -8px #656565}.swipebox-touch #swipebox-container:after{right:0;box-shadow:inset -10px 0 10px -8px #656565}.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before,.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after{opacity:1}@keyframes rightSpring{0%,100%{left:0}50%{left:-30px}}@keyframes leftSpring{0%,100%{left:0}50%{left:30px}}#swipebox-slider .slide .video-js-container .swipebox-video{width:auto;height:auto}#swipebox-slider .swipebox-video .video-js{width:100%;height:100%;display:block;position: absolute}#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:#003f7d;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:#003f7d}#swipebox-slider .slide .video-mejs-container {max-width: none;}



/*
	Overlay
	*/

.vcModal {
    transition: height 0s .3s, opacity .3s;
    pointer-events: none;
    position: fixed;
    opacity: 0;
    left: 0;
    top: 0;
    overflow: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    padding: 30px 30px 20px;
    border: none;
    width: 100%;
    height: 0;
    margin: 0;
    max-width: none;
    max-height: none;
    background: none;
}
.vcModal::backdrop {
    background: rgba(255,255,255,.75);
}
.vcModal.open,
.vcModal[open] {
    height: 100vh;
    opacity: 1;
    transition: height 0s, opacity .3s;
    pointer-events: auto;
}
.vcModalMsg {
    position: relative;
    z-index: 1;
    margin: auto;
    background: #fff;
    max-width: 40em;
    width: 100%;
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
    padding: 20px;
}
.vcModal .vcModalClose {
    position: absolute;
    display: block;
    right: -1em;
    top: -1em;
    cursor: pointer;
    padding: .5em;
    line-height: 1;
    text-align: center;
    background: #fcefaf;
    border: 1px solid #060606;
    --vc-icon-color: #060606;
    color: #060606;
    font-size: 20px;
    height: 2em;
    width: 2em;
    border-radius: 1em;
    transition: all .3s;
    z-index: 1;
}
.vcModal .vcModalClose:hover {
    background: #060606;
    border-color: #060606;
    --vc-icon-color: #fff;
}

.vcModalBannerBottom {
    padding: 30px 0 0;
    align-items: flex-end;
    background: rgba(255,255,255,.75);
}
.vcModalBannerBottom .vcModalMsg {
    margin-bottom: 0;
    max-width: none;
    padding: 0;
    border-radius: 0;
}
.vcModalBannerBottom .vcModalClose {
    right: 15px;
    top: 15px;
}
.vcModalBannerBottom .vcModalMsg .article {
    padding: 20px;
    margin: 0 auto;
}
@media (min-width: 960px) {
    .vcModalMsg {
        padding: 40px;
    }
    .vcModalBannerBottom .vcModalMsg .article {
        width: 83.33%;
    }
    .vcModalBannerBottom .vcModalMsg .article > :first-child {
        padding-right: 0;
    }
}

/*
	CSS Icons
	*/
.vcCssIcon {
	position: relative;
	display: inline-block;
}
.vcCssIconCheck {
	height: 1em;
	width: .667em;
	border-right: .1875em solid #000;
    border-right-color: var(--vc-icon-color, #000);
	border-bottom: .1875em solid #000;
    border-bottom-color: var(--vc-icon-color, #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-left-color: var(--vc-icon-color, #000);
	border-bottom: 3px solid #000;
    border-bottom-color: var(--vc-icon-color, #000);
}
.vcCssIconClose {
	height: 100%;
	width: 100%;
	display: block;
}
.vcCssIconClose:before,
.vcCssIconClose:after {
	position: absolute;
	left: 50%;
	top: 50%;
	content: '';
	background: #fff;
    background: var(--vc-icon-color, #fff);
	display: block;
	width: 100%;
	height: .1875em;
	margin-top: -.09375em;
	margin-left: -50%;
}
.vcCssIconClose:before {
	transform: rotate(45deg);
}
.vcCssIconClose:after {
	transform: rotate(-45deg);
}



/*
	Privacy & Cookies
	*/

.vcPrivacyOptsLine label {
    display: block;
    font-weight: bold;
    min-height: 2em;
    padding-right: 4em;
    position: relative;
    cursor: pointer;
    float: none;
}
.vcPrivacyOptsLine label .hint {
    font-weight: normal;
    margin: 0;
    line-height: normal;
    color: #666;
    font-size: 14px;
}

.vcPrivacyOptsLine input:disabled + label {
    pointer-events: none;
}


.vcPrivacyOptsLineWrap + .vcPrivacyOptsLineWrap {
    margin-top: 1.5em;
}
.vcPrivacyMoreInfoTrigger {
    padding: .5em 0 0;
    display: block;
}
.vcPrivacyMoreInfoTrigger .vcCssIconArrowDown {
    margin: 0 0 0 .5em;
    transition: transform .3s;
    float: none !important;
    display: inline-block !important;
}

.vcPrivacyDefList {
    padding: 0;
    margin: 0;
    font-size: .8em;
}
.vcPrivacyDefList dt {
    padding: .3125em 0 0;
    font-weight: bold;
    text-align: left;
    margin: 0;
}
.vcPrivacyDefList dd {
    font-weight: normal;
    text-align: left;
    padding: 0 0 .3125em;
    margin: 0;
}
.vcPrivacyDefList dt:first-child {
    padding-top: 0;
}
.vcPrivacyDefList dd:last-child {
    padding-bottom: 0;
}

#vcPrivacySetupSubmit {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 1em;
}
.vcPrivacyOverlayTrigger {
    cursor: pointer;
}

.vcPrivacyNoPermission {
    background: #f2f2f2;
    border: 1px solid #ddd;
    text-align: center;
    padding: 1em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.vcPrivacySlideDownTarget {
    display: grid;
    grid-template-rows: 1fr;
    overflow: hidden;
    padding-top: .625em;
    transition: all .3s;
}
.vcPrivacySlideDownTarget > * {
    min-height: 0;
    transition: visibility .3s;
    visibility: visible;
}
.vcPrivacySlideDownTarget[aria-hidden="true"] {
    grid-template-rows: 0fr;
    padding-top: 0 !important;
}
.vcPrivacySlideDownTarget[aria-hidden="true"] > * {
    visibility: hidden;
}

.vcPrivacySlideDownTrigger {
    background: none;
    padding: .5em 0 0;
    border: none;
}
.vcPrivacySlideDownTrigger[aria-expanded="true"] .on {
    display: inline;
}
.vcPrivacySlideDownTrigger .on,
.vcPrivacySlideDownTrigger[aria-expanded="true"] .off {
    display: none;
}
.vcPrivacySlideDownTrigger[aria-expanded="true"] .vcCssIcon {
    transform: rotate(180deg);
}
.vcPrivacySlideDownTrigger[aria-expanded="true"] .vcCssIconArrowDown:after {
    margin-top: -1em;
}

@media (min-width: 640px) {
    .vcPrivacyDefList dt {
        clear: left;
        float: left;
        padding: .25em 0;
        width: 25%;
    }
    .vcPrivacyDefList dd {
        padding: .25em 0 .25em 20px;
        margin: 0;
        width: 75%;
        float: left;
    }
    .vcPrivacyDefList dt:first-child,
    .vcPrivacyDefList dt:first-child + dd {
        padding-top: 0;
    }
    .vcPrivacyDefList dt:nth-last-child(2),
    .vcPrivacyDefList dt:nth-last-child(2) + dd {
        padding-bottom: 0;
    }

    #vcPrivacySetupSubmit {
        margin-left: auto;
        margin-right: auto;
        width: 50%;
    }
}

/* ==========================================================================
   Content classes
   ========================================================================== */

/* 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;
	margin: 0;
}
.gallery {
	margin: -5px -10px;
}
.img-count {
	margin: 5px 10px;
	text-align: right;
}
.imgContainer {
	float: left;
	padding: 10px;
	margin: 0 !important;
	position: relative;
}
.img {
	display:block;
	position: relative;
	z-index: 1;
}
.img.effect {
	border: 5px solid #FFF;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.caption {
	font-size: 80%;
	line-height: 1.25;
	display: block;
	text-align: center;
	margin-top: .5em;
}

.imgLeft .imagesInnerWrap {
	float: left;
	margin-bottom: 1em;
}
.imgRight .imagesInnerWrap {
	margin-bottom: 1em;
	float: right;
}
.imgRight .caption {
	text-align: left;
}
.imgLeft .caption {
	text-align: right;
}
.imgWrap + .imgWrap,
.imgWrap + .imgWrap {
	margin-top: 1em;
}
.imgNone {
	margin: 1em auto;
}
.imgNone .imagesInnerWrap {
	margin: -1em;
}

.imgWidth-100,
.imgWidth-75,
.imgWidth-67,
.imgWidth-50,
.imgWidth-42,
.imgWidth-33 {
	width: 100%;
}
.imgWidth-25 {
	width: 50%;
}
.imgWidth-20,
.imgWidth-17,
.imgWidth-15 {
	width: 25%;
}
.imgWidth-13,
.imgWidth-10,
.imgWidth-5 {
	width: 15%;
}

.imgNone .imgWrap {
	float: left;
	padding: 1em;
	margin: 0;
}

.imgRight .imgWidth-25,
.imgRight .imgWidth-20,
.imgRight .imgWidth-17,
.imgRight .imgWidth-15,
.imgRight .imgWidth-13,
.imgRight .imgWidth-10,
.imgRight .imgWidth-5 {
	margin-left: 1em;
	padding-left: 1em;
	float: right;
}
.imgLeft .imgWidth-25,
.imgLeft .imgWidth-20,
.imgLeft .imgWidth-17,
.imgLeft .imgWidth-15,
.imgLeft .imgWidth-13,
.imgLeft .imgWidth-10,
.imgLeft .imgWidth-5 {
	margin-right: 1em;
	padding-right: 1em;
	float: left;
}

@media only screen and (min-width: 480px) {
	.imgWidth-33,
	.imgWidth-25 {
		width: 50%;
	}
	.imgWidth-20,
	.imgWidth-17,
	.imgWidth-15 {
		width: 33.3%;
	}
	.imgWidth-13 {
		width: 20%;
	}
	.imgWidth-10,
	.imgWidth-5 {
		width: 15%;
	}

	.imgRight .imgWidth-33 {
		margin-left: 1em;
		padding-left: 1em;
		float: right;
	}
	.imgLeft .imgWidth-33 {
		margin-right: 1em;
		padding-right: 1em;
		float: left;
	}
}

@media only screen and (min-width: 640px) {
	.imgWidth-50,
	.imgWidth-42 {
		width: 50%;
	}
	.imgWidth-25 {
		width: 33.3%;
	}
	.imgWidth-20,
	.imgWidth-17 {
		width: 25%;
	}
	.imgRight .imgWidth-50,
	.imgRight .imgWidth-42 {
		margin-left: 1em;
		padding-right: 1em;
		float: right;
	}
	.imgLeft .imgWidth-50,
	.imgLeft .imgWidth-42 {
		margin-right: 1em;
		padding-right: 1em;
		float: left;
	}
}

@media only screen and (min-width: 720px) {
	.imgWidth-67 {
		width: 50%;
	}
	.imgWidth-33,
	.imgWidth-25 {
		width: 33.3%;
	}
	.imgWidth-20,
	.imgWidth-17,
	.imgWidth-15 {
		width: 20%;
	}
	.imgWidth-13,
	.imgWidth-10,
	.imgWidth-5 {
		width: 15%;
	}

	.imgRight .imgWidth-67 {
		margin-left: 1em;
		padding-left: 1em;
		float: right;
	}
	.imgLeft .imgWidth-67 {
		margin-right: 1em;
		padding-right: 1em;
		float: left;
	}
}

@media only screen and (min-width: 960px) {
	.imgWidth-100 {
		width:100%;
	}
	.imgWidth-75 {
		width:75%;
	}
	.imgWidth-67 {
		width:66.7%;
	}
	.imgWidth-50 {
		width:50%;
	}
	.imgWidth-42 {
		width: 41.7%;
	}
	.imgWidth-33 {
		width:33.3%;
	}
	.imgWidth-25 {
		width:25%;
	}
	.imgWidth-20 {
		width:20%;
	}
	.imgWidth-17 {
		width:16.6666%;
	}
	.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;
	-webkit-transition: all .3s;
	transition: all .3s;
	cursor: pointer;
}
.map_legend .head .sprt {
	position: absolute;
	left: 4px;
	top: 50%;
	margin-top: -16px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.map_legend:hover .head {
	background: #666;
}
.map_legend.aktiv .head {
	background: #fcefaf;
}
.map_legend.aktiv .head .sprt {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

/* OVERLAY */
body.GMO-active { overflow:hidden; }
#GMO-wrap {
	visibility:hidden;
	z-index:1000;
	position:absolute;
	height:100%;
	width:100%;
	top:0;
	left:0;
	text-align:center;
	/*background:rgba(0,0,0,0.7);*/
	overflow:hidden;
	transition:visibility 0.5s;
}
.GMO-active #GMO-wrap {
	visibility:visible;
}
#GMO-container {
	position:relative;
	box-sizing:border-box;
	width:40%;
	min-width:670px;
	height:80%;
	margin-top:20%;
	margin-top:20vh;
	padding-right:40px;
	padding-top:40px;
	display:inline-block;
	opacity:0;
	transition:margin-top .5s , opacity .5s;
}
.GMO-active #GMO-container {
	margin-top:10%;
	margin-top:10vh;
	opacity:1;
}
#GMO-content {
	box-sizing:border-box;
	text-align:left;
	padding:20px;
	height:100%;
	background-color:#fff;
	box-shadow:0 7px 15px rgba(0,0,0,0.6);
	overflow:auto;
}
#GMO-close {
	position:absolute;
	right:0;
	top:0;
	height:40px;
	width:40px;
	cursor:pointer;
	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 {
	-webkit-transition: all .2s;
	transition: all .2s;
}
.vid:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	display: block;
	background: rgba(0,0,0,.25);
}
.vid .playIcon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -24px 0 0 -20px;
	width: 48px;
	height: 40px;
	border-style: solid;
	border-width: 24px 0 24px 40px;
	border-color: transparent transparent transparent #FFF;
	display: block;
	background: none;
	z-index: 1;
}
.vid .playIcon:after {
	content: '';
	position: absolute;
	left: -57px;
	top: -35px;
	height: 64px;
	width: 64px;
	background: none;
	border: 2px solid #999;
	border-radius: 0%;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
.vid .video-time {
	position:absolute;
	background: #fff;
	color: #666;
	display:block;
	padding: 5px 10px;
	bottom:0;
	right:0;
	font-weight: bold;
	font-size: 80%;
	z-index: 1;
}
.vid:hover {
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.vid:hover:after {
	background: rgba(0,0,0,.0);
}
.vid:hover .playIcon {
	border-color: transparent transparent transparent #fcefaf;
}
.vid:hover .playIcon:after {
	border-color: #fcefaf;
	border-radius: 50%;
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
	left: -62px;
}
.vid:hover .video-time {
	background: #fcefaf;
	color: #fff;
}
.videoFrame {
	float:right;
    position: relative;
    width: 50%;
}
.videoIFrame {
    position: relative;
}
.videoFrame iframe {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

/* Content: TABELLEN */
.stdTable {
	border: none;
	border-spacing: 0;
	background: #FFF;
	width: 100%;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.stdTable:hover {
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.stdTable + .stdTable {
	margin-top: 1em;
}
.stdTable tr th,
.stdTable tr td {
	padding: 6px 5px;
	-webkit-transition: background .2s;
	transition: background .2s;
}
.stdTable tr:first-child th,
.stdTable tr:first-child td {
	border-top: none;
}
.stdTable tr th,
.stdTable thead tr td {
	font-style: normal;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	color: #0b0b0b;
	line-height: 1.714;
	border-bottom: 3px solid #666;
	padding-top: 10px;
	padding-bottom: 5px;
	background-color: #fcefaf !important;
}
.stdTable tbody tr:nth-child(2n+1) td,
.stdTable > tr:nth-child(2n+1) td {
	background-color: #FFFFFF;
}
.stdTable tbody tr:nth-child(2n) td,
.stdTable > tr:nth-child(2n) td {
	background-color: #EEE;
}
.stdTable tr:hover td {
	background-color: rgba(0,0,0,.1);
}


/* DOWNLOADS */
.downloads {
    margin: 20px 0;
}
.downloads .downloadHeadline {
    margin-top: 0;
}
.downloads + .downloads {
    margin-top: 40px;
}
.clear + .downloads {
    margin-top: 0;
}
.downloads h4 {
    margin-top:0;
}
.downloads > ul {
    margin: -1em;
    list-style:none;
    padding:0 !important;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.downloads > ul.alignLeft {
    justify-content: start;
}
.downloads > ul.alignRight {
    justify-content: end;
}
.downloads > ul > li {
    padding: 1em !important;
    margin: 0 !important;
    width: 100%;
}
.downloads > ul > li:before {
    display: none !important;
}
.download a {
    display:flex;
    position:relative;
    text-align: left;
    text-decoration: none;
    color: inherit;
    word-break: break-word;
    align-items: center;
}
.download .attrList {
    margin: 0;
}
.download .fileWrapper,
.download .flip-book-container {
    position: relative;
}

.download.video .fileWrapper {
    border-radius: 20px;
    overflow: hidden;
}
.download.video .fileWrapper video {
    max-height: 100vh !important;
}

.download .showDownload {
    margin-top: 0.5em;
}
.download .fileIcon {
    flex: 0 1 auto;
    display: block;
    align-self: flex-start;
    margin-right: 10px;
}
.download .fileName {
    font-weight: bold;
    flex: 1 1 auto;
}
.download small {
    display: block;
    font-weight: normal;
    font-size: 80%;
}
.downloads > ul > li.video a:not(.showDownload) {
    display:none;
}
.downloads > ul > li video {
    width:100%;
    height:auto;
}
.flip-book-container {
    height: 100vh;
}

@media (min-width: 480px) {
    .downloads .grids_2 .gridItem {
        width: 50%;
        float: left;
    }
    .downloads .grids_2 .gridItem:nth-child(2n+1) {
        clear: left;
    }
    .downloads .grids_4 .gridItem {
        width:25%;
        float:left;
    }
    .downloads .grids_4 .gridItem:nth-child(4n+1) {
        clear: left;
    }
}

/* Content: SUB NAV IN ARTICLEs */
.navSub ul {
	padding: 0 0 0 2em;
}

/* Content: FORMS */
.form .duty {
	font-weight: bold;
	color: #e5c72e;
}
.form .hint .duty {
	padding: 2px;
}

.fehler_text {
	color: #C00;
}

.optsContainer {
	margin: 20px 0;
	text-align: left;
	overflow: hidden;
}
.optsContainer:after {
	clear: both;
	content: '';
	display: table;
}

.optsContainer + .optsContainer,
.optsContainer + .btnContainer,
fieldset + .btnContainer,
.optsContainer + fieldset,
.form fieldset + fieldset {
	margin-top: 40px;
}

.optsContainer > .error:first-child + label,
.optsContainer > label:first-child {
	display: block;
	margin: 0;
	text-align: left;
	font-size: 80%;
	font-weight: 600;
	line-height: 1;
}
.optsContainer > .error:first-child + label .duty,
.optsContainer > label:first-child .duty {
	padding-left: 5px;
	float: right;
	font-weight: bold;
	font-size: 1.25em;
	line-height: 80%;
}
.optsContainer > .error:first-child + label .shortInfo,
.optsContainer > label:first-child .shortInfo {
	font-weight: normal;
	letter-spacing: 0;
	text-transform: none;
}
.optsContainer > .error:first-child + label .shortInfo:before,
.optsContainer > label:first-child .shortInfo:before {
	content:' (';
}
.optsContainer > .error:first-child + label .shortInfo:after,
.optsContainer > label:first-child .shortInfo:after {
	content:')';
}

.optsContainer input,
.optsContainer textarea,
.optsContainer select,
.optsContainer .selectWrap {
	width: 100%;
	padding: 5px 0 4px;
	background: none;
	border-bottom: 1px solid #666;
	font-size: 1em;
	line-height: 1.667;
	transition: border-color .2s;
}
.optsError .error {
	font-size: .8em;
	line-height: 1.33333;
	color: #C00;
	padding: .5em 0;
}
.optsError > .error:first-child + label,
.optsError > label:first-child {
	color: #C00;
}

.optsError input,
.optsError textarea,
.optsError select,
.optsError .selectWrap {
	border-bottom-color: #C00;
}
.optsContainer input:hover,
.optsContainer textarea:hover,
.optsContainer select:hover,
.optsContainer .selectWrap:hover {
	border-bottom-color: #0b0b0b;
}

.optsContainer input:focus,
.optsContainer textarea:focus,
.optsContainer select:focus,
.optsContainer .selectWrap.focus {
	border-bottom-color: #0b0b0b;
}

.optsContainer input[type="radio"],
.optsContainer input[type="checkbox"]:not(.optsSwitch) {
	border: none;
	width: auto !important;
	float: none !important;
}
.optsContainer input[type="radio"] + label,
.optsContainer input[type="checkbox"] + label {
	display: inline;
	padding: 0 0 0 .25em;
	margin: 0;
	text-align: left;
	width: auto;
	cursor: pointer;
}
.optsContainer .optsInline {
    display: flex;
    align-items: center;
	float: none;
	padding: .5em 0;
	margin: 0 2em 1em 0;
	border-bottom: 1px solid #666;
	cursor: pointer;
	transition: border-color .2s, color .2s;
}
.optsContainer .optsInline.optsSwitchContainer {
    justify-content: flex-end;
    align-items: center;
}
.optsContainer .optsInline:hover {
	border-bottom-color: #666;
}
.optsContainer .optsInline.optsChecked {
	border-bottom-color: #060606;
	color: inherit;
}
.optsContainer .optsLine {
    flex-grow: 1;
}
.optsContainer .selectWrap {
	position: relative;
	padding: 0;
	padding-bottom: 0 !important;
}
.optsContainer .selectOver {
	position: absolute;
	left: 0;
	top: .5em;
	width: 100%;
	white-space: normal;
	overflow: hidden;
	padding-right: 20px;
}
.selectOver {
	pointer-events: none;
}
.optsContainer .selectOver:after {
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -3px;
	content: '';
	display: block;
	height: 0;
	width: 0;
	border-style: solid;
	border-width: .429em .357em 0 .357em;
	border-color: #0b0b0b transparent transparent;
	transform-origin: 50% 50%;
	transition: all .2s;
}
.optsContainer .selectWrap:hover .selectOver:after {
	border-top-color: #666;
}
.optsContainer .selectWrap.focus .selectOver:after {
	transform: rotate(180deg);
	border-top-color: #0b0b0b;
}
.optsContainer .selectWrap:focus-within .selectOver {
    outline: 2px solid #00f;
    outline: 2px auto Highlight;
    outline: 2px auto -webkit-focus-ring-color;
}
.optsContainer .selectWrap select {
	width: 100% !important;
	opacity: 0;
	position: relative;
}

.optsContainer > .ipShort {
	float: left;
	width: 25%;
}
.optsContainer > .ipLong {
	float: left;
	width: 70%;
}
.optsContainer > .ipLong + .ipShort,
.optsContainer > .ipShort + .ipLong {
	margin-left: 4%;
}

.optsContainer select + .optsLine,
.optsContainer .selectWrap + .optsLine {
	margin-top: 15px;
}

.optsContainer .optsInputLine > label:first-child {
	font-style: italic;
}
.optsContainer .optsNfo {
    clear: both;
    width: 100%;
    padding-top: 5px;
}

.optsRange .optsBlock .date {
	width: 100%;
}

.optsContainer .date input {
    float: none;
    width: 100%;
}

.optsRange .from,
.optsRange .to {
    width: calc(50% - 1em);
    float: left;
    padding-left: .5em;
    padding-right: .5em;
    margin: 0 0 1em 0;
}
.optsRange .from {
    padding-left: 0;
}
.optsRange .to {
    margin-top: 0;
    padding-right: 0;
}
.optsRange .from label,
.optsRange .to label {
	width: 100%;
	text-align: left;
	display: block;
	text-transform: none;
	font-size: 75%;
}
.optsRange .date {
    position: relative;
}
.optsRange .date .icon {
    position: absolute;
    right: 0;
    top: 50%;
    line-height: 1;
    margin-top: -.5em;
}

.optsContainer .optsBlock {
	list-style: none;
    display: flex;
    flex-wrap: wrap;
	margin: 0 -2em -1em 0;
	padding: 0;
}
.optsContainer .captchaCode,
.optsContainer .captchaImgWrap {
    margin: 10px 2em 1em 0;
}
.optsContainer .captchaCode {
    margin-bottom: 0;
    margin-top: 0;
}
.optsContainer .optsCaptchaGraphics {
    width: 100%;
    height: auto;
    display: block;
}
.optsContainer .captchaReload {
    display: block;
    margin-top: 10px;
    cursor: pointer;
}

/* Swtiches */
input.optsSwitch {
    float: right;
    flex-shrink: 0;
    width: 2em !important;
    height: 1em;
    vertical-align: top;
    appearance: none;

    background: #C00 no-repeat left center;
    background-image:  url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
    background-size: contain;

    border: none;
    border-radius: 2em;

    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact;

    box-shadow: 0 1px 3px rgba(0,0,0,.5) inset;
    font-size: 1.5em;

    transition: background .3s;

    display: block !important;
}
input.optsSwitch:focus-visible {
    outline: 2px solid #00f;
    outline: 2px auto Highlight;
    outline: 2px auto -webkit-focus-ring-color;
}
input:checked.optsSwitch {
    background-color: #00b300;
    background-position: right center;
}
input:disabled.optsSwitch  {
    background-color: #ddd;
}

/* Form Type: BUTTONS */
.btnContainer {
	text-align: center;
}
.btnContainer button {
	min-width: 30%;
}
.btnContainer button[type="reset"],
.btnContainer .backLink {
    float: left;
    margin: 0;
}
.btnContainer button[type="reset"] {
	position: relative;
    min-width: 0;
}
.box .btnContainer button {
	width: 100%;
	box-shadow: none;
	font-size: 1.333em;
	padding-top: 0;
	padding-bottom: 0;
}
@media (min-width: 480px) {
    .optsContainer .captchaCode,
    .optsContainer .captchaImgWrap {
        width: calc(50% - 2em);
        float: left;
        align-self: start;
    }
}
@media (min-width: 720px) {
	.optsContainer:not(.optsCompact) > .error:first-child + label,
	.optsContainer:not(.optsCompact) > label:first-child {
		float: left;
		text-align: left;
		width: 30%;
		padding-right: 2em;
		margin-top: 1em;
	}
	.optsContainer:not(.optsCompact) > .error:first-child + label .shortInfo,
	.optsContainer:not(.optsCompact) > label:first-child .shortInfo {
		display: block;
		padding-top: .5em;
	}
	.optsError .error {
		margin-left: 30%;
	}
	.optsContainer:not(.optsCompact):not(.optsRange) input:not(.captchaCode),
	.optsContainer:not(.optsCompact) textarea,
	.optsContainer:not(.optsCompact) select,
	.optsContainer:not(.optsCompact) .selectWrap {
		width: 70%;
		float: right
	}

	.optsContainer:not(.optsCompact) .optsBlock {
		width: calc(70% + 2em);
        float: right;
	}

	.optsContainer > .ipShort {
		width: 16%;
	}
	.optsContainer > .ipLong {
		width: 44%;
	}
}

.articleIntroForBook + .bookContents {
    margin-top: 20px;
}

    /* Content: LISTS */
.list {
    margin: 20px 0;
}
.list .listItem + .listItem {
	margin-top: 40px;
}
.list .articleWrap > :first-child {
	margin-top: 0;
}
.list .articleImgNone + .articleWrap > :first-child {
	margin-top: .5em;
}
.list .articleWrap .headline {
	margin: 0;
}
.list .articleWrap .headline a {
    text-decoration: none;
}
.list .articleWrap .dateText {
	font-size: 80%;
	line-height: 1.25;
}

.list .articleImgNone,
.list .articleImgLeft,
.list .articleImgRight {
	float: none;
	margin: 0 auto;
}
.list .articleImgLeft.imgWidth-25,
.list .articleImgRight.imgWidth-25 {
	width: 33.3%;
}

.list .articleImgLeft.imgWidth-5,
.list .articleImgLeft.imgWidth-10,
.list .articleImgLeft.imgWidth-13,
.list .articleImgLeft.imgWidth-15,
.list .articleImgLeft.imgWidth-17,
.list .articleImgLeft.imgWidth-20,
.list .articleImgLeft.imgWidth-25 {
	float:left;
}
.list .articleImgLeft.imgWidth-5 + .articleWrap,
.list .articleImgLeft.imgWidth-10 + .articleWrap,
.list .articleImgLeft.imgWidth-13 + .articleWrap {
	padding-left: 1em;
	margin-left: 15%;
}
.list .articleImgLeft.imgWidth-15 + .articleWrap,
.list .articleImgLeft.imgWidth-17 + .articleWrap,
.list .articleImgLeft.imgWidth-20 + .articleWrap {
	padding-left: 1em;
	margin-left: 25%;
}
.list .articleImgLeft.imgWidth-25 + .articleWrap {
	padding-left: 1em;
	margin-left: 33.3%;
}

.list .articleImgRight.imgWidth-5,
.list .articleImgRight.imgWidth-10,
.list .articleImgRight.imgWidth-13,
.list .articleImgRight.imgWidth-17,
.list .articleImgRight.imgWidth-20,
.list .articleImgRight.imgWidth-25 {
	float: right;
}
.list .articleImgRight.imgWidth-5 + .articleWrap,
.list .articleImgRight.imgWidth-10 + .articleWrap,
.list .articleImgRight.imgWidth-13 + .articleWrap{
	padding-right: 1em;
	margin-right: 15%;
}
.list .articleImgRight.imgWidth-15 + .articleWrap,
.list .articleImgRight.imgWidth-17 + .articleWrap,
.list .articleImgRight.imgWidth-20 + .articleWrap {
	padding-right: 1em;
	margin-right: 25%;
}
.list .articleImgRight.imgWidth-25 + .articleWrap {
	padding-right: 1em;
	margin-right: 33.3%;
}

@media only screen and (min-width: 480px) {
	.list .articleImgLeft.imgWidth-33 {
		float:left;
	}
	.list .articleImgLeft.imgWidth-5 + .articleWrap,
	.list .articleImgLeft.imgWidth-10 + .articleWrap {
		margin-left: 15%;
	}
	.list .articleImgLeft.imgWidth-13 + .articleWrap {
		margin-left: 20%;
	}
	.list .articleImgLeft.imgWidth-15 + .articleWrap,
	.list .articleImgLeft.imgWidth-17 + .articleWrap,
	.list .articleImgLeft.imgWidth-20 + .articleWrap {
		margin-left: 33.3%;
	}
	.list .articleImgLeft.imgWidth-33 + .articleWrap {
		padding-left: 1em;
		margin-left: 50%;
	}

	.list .articleImgRight.imgWidth-33 {
		float: right;
	}
	.list .articleImgRight.imgWidth-5 + .articleWrap,
	.list .articleImgRight.imgWidth-10 + .articleWrap {
		margin-right: 15%;
	}
	.list .articleImgRight.imgWidth-13 + .articleWrap {
		margin-right: 20%;
	}
	.list .articleImgRight.imgWidth-15 + .articleWrap,
	.list .articleImgRight.imgWidth-17 + .articleWrap,
	.list .articleImgRight.imgWidth-20 + .articleWrap {
		margin-right: 33.3%;
	}
	.list .articleImgRight.imgWidth-33 + .articleWrap {
		padding-right: 1em;
		margin-right: 50%;
	}
}

@media only screen and (min-width: 640px) {
	.list .articleImgLeft.imgWidth-42,
	.list .articleImgLeft.imgWidth-50 {
		float:left;
	}
	.list .articleImgLeft.imgWidth-17 + .articleWrap,
	.list .articleImgLeft.imgWidth-20 + .articleWrap {
		margin-left: 25%;
	}
	.list .articleImgLeft.imgWidth-25 + .articleWrap {
		margin-left: 33.3%;
	}
	.list .articleImgLeft.imgWidth-42 + .articleWrap,
	.list .articleImgLeft.imgWidth-50 + .articleWrap {
		padding-left: 1em;
		margin-left: 50%;
	}

	.list .articleImgRight.imgWidth-42,
	.list .articleImgRight.imgWidth-50 {
		float: right;
	}
	.list .articleImgRight.imgWidth-17 + .articleWrap,
	.list .articleImgRight.imgWidth-20 + .articleWrap {
		margin-right: 25%;
	}
	.list .articleImgRight.imgWidth-25 + .articleWrap {
		margin-right: 33.3%;
	}
	.list .articleImgRight.imgWidth-42 + .articleWrap,
	.list .articleImgRight.imgWidth-50 + .articleWrap {
		padding-right: 1em;
		margin-right: 50%;
	}
}

@media only screen and (min-width: 720px) {
	.list .articleImgLeft.imgWidth-67 {
		float:left;
	}
	.list .articleImgLeft.imgWidth-5 + .articleWrap,
	.list .articleImgLeft.imgWidth-10 + .articleWrap,
	.list .articleImgLeft.imgWidth-13 + .articleWrap {
		margin-left: 15%;
	}
	.list .articleImgLeft.imgWidth-15 + .articleWrap,
	.list .articleImgLeft.imgWidth-17 + .articleWrap,
	.list .articleImgLeft.imgWidth-20 + .articleWrap {
		margin-left: 20%;
	}
	.list .articleImgLeft.imgWidth-25 + .articleWrap,
	.list .articleImgLeft.imgWidth-33 + .articleWrap {
		margin-left: 33.3%;
	}
	.list .articleImgLeft.imgWidth-67 + .articleWrap {
		padding-left: 1em;
		margin-left: 50%;
	}

	.list .articleImgRight.imgWidth-67 {
		float: right;
	}
	.list .articleImgRight.imgWidth-5 + .articleWrap,
	.list .articleImgRight.imgWidth-10 + .articleWrap,
	.list .articleImgRight.imgWidth-13 + .articleWrap {
		margin-right: 15%;
	}
	.list .articleImgRight.imgWidth-15 + .articleWrap,
	.list .articleImgRight.imgWidth-17 + .articleWrap,
	.list .articleImgRight.imgWidth-20 + .articleWrap {
		margin-right: 20%;
	}
	.list .articleImgRight.imgWidth-25 + .articleWrap,
	.list .articleImgRight.imgWidth-33 + .articleWrap {
		margin-right: 33.3%;
	}
	.list .articleImgRight.imgWidth-67 + .articleWrap {
		padding-right: 1em;
		margin-right: 50%;
	}
}

@media only screen and (min-width: 960px) {
	.list .articleImgLeft.imgWidth-25,
	.list .articleImgRight.imgWidth-25 {
		width: 25%;
	}

	.list .articleImgLeft.imgWidth-75 {
		float:left;
	}
	.list .articleImgLeft.imgWidth-5 + .articleWrap {
		margin-left: 5%;
	}
	.list .articleImgLeft.imgWidth-10 + .articleWrap {
		margin-left: 10%;
	}
	.list .articleImgLeft.imgWidth-13 + .articleWrap {
		margin-left: 12.5%;
	}
	.list .articleImgLeft.imgWidth-15 + .articleWrap {
		margin-left: 15%;
	}
	.list .articleImgLeft.imgWidth-17 + .articleWrap {
		margin-left: 16.7%;
	}
	.list .articleImgLeft.imgWidth-20 + .articleWrap {
		margin-left: 20%;
	}
	.list .articleImgLeft.imgWidth-25 + .articleWrap {
		margin-left: 25%;
	}
	.list .articleImgLeft.imgWidth-33 + .articleWrap {
		margin-left: 33.3%;
	}
	.list .articleImgLeft.imgWidth-42 + .articleWrap {
		margin-left: 41.7%;
	}
	.list .articleImgLeft.imgWidth-50 + .articleWrap {
		margin-left: 50%;
	}
	.list .articleImgLeft.imgWidth-67 + .articleWrap {
		margin-left: 66.7%;
	}
	.list .articleImgLeft.imgWidth-75 + .articleWrap {
		padding-left: 1em;
		margin-left: 75%;
	}

	.list .articleImgRight.imgWidth-75 {
		float: right;
	}
	.list .articleImgRight.imgWidth-5 + .articleWrap {
		margin-right: 5%;
	}
	.list .articleImgRight.imgWidth-10 + .articleWrap {
		margin-right: 10%;
	}
	.list .articleImgRight.imgWidth-13 + .articleWrap {
		margin-right: 12.5%;
	}
	.list .articleImgRight.imgWidth-15 + .articleWrap {
		margin-right: 15%;
	}
	.list .articleImgRight.imgWidth-17 + .articleWrap {
		margin-right: 17%;
	}
	.list .articleImgRight.imgWidth-20 + .articleWrap {
		margin-right: 20%;
	}
	.list .articleImgRight.imgWidth-25 + .articleWrap {
		margin-right: 25%;
	}
	.list .articleImgRight.imgWidth-33 + .articleWrap {
		margin-right: 33.3%;
	}
	.list .articleImgRight.imgWidth-42 + .articleWrap {
		margin-right: 41.7%;
	}
	.list .articleImgRight.imgWidth-50 + .articleWrap {
		margin-right: 50%;
	}
	.list .articleImgRight.imgWidth-67 + .articleWrap {
		margin-right: 66.7%;
	}
	.list .articleImgRight.imgWidth-75 + .articleWrap {
		padding-right: 1em;
		margin-right: 75%;
	}
}

/* Content: GRIDS */
.gridWrap {
    margin: 20px -20px 0;
    display: flex;
    flex-wrap: wrap;
}
.vcContentSection.gridWrap {
    margin-top: 80px;
    margin-bottom: 40px;
}
.bookContentsGrid + .vcContentSection {
    margin-top: 80px;
}
.gridWrap .articleGrid {
	padding: 0 20px 40px 20px;
	float: left;
	position: relative;
    width: 100%;
    flex-grow: 0;
}
.gridWrap .leftContainer,
.gridWrap .rightContainer {
	width: 100%;
}
.gridWrap .rightContainer {
	float: right;
}

.articleGrid {
	position: relative;
	z-index: 1;
	width: 100%;
}
.articleGrid .gridWrapInner {
    display: block;
    text-decoration: none;
    background: #fff2b2;
    padding: 10px;
    height: 100%;
    transition: all .3s;
}
.articleGrid .textWrap {
    padding: 10px;
    position: relative;
    z-index: 1;
}
.articleGrid .articleTeaser + .textWrap {
    margin-top: -50px;
}
.articleGrid .articleTeaser + .textWrap:after {
    height: 150px;
    width: 100%;
    content: '';
    position: absolute;
    bottom: calc(100% - 50px);
    left: 0;
    background: linear-gradient(rgba(255,242,178,0) 0, #fff2b2 100%);
    z-index: -1;
}
.articleGrid .textWrap > :first-child {
	margin-top: 0;
}
.articleGrid .textWrap > :last-child {
	margin-bottom: 0;
}
.articleGrid .headline {
	margin: 0;
}
.articleGrid .headline a {
	text-decoration: none;
	display: block;
}
.articleGrid .gridItemDescription {
    margin: 10px 0;
}
.articleGrid .imgWrap {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	position: relative;
    filter: grayscale(100%);
    transition: filter .3s;
}
.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: ellipsis;
}

.articleGrid .articleTeaser {
    position: relative;
    overflow: hidden;
    transition: all .3s;
}
.articleGrid .articleTeaser:before {
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    position: absolute;
    display: block;
    mix-blend-mode: color;
    background: #fff2b2;
}
.articleGrid .articleImgNone {
	margin: 0 auto;
}
.articleGrid .imgWidth-100 {
	width: 100%;
}
.articleGrid .imgWidth-75 {
	width: 75%;
}
.articleGrid .imgWidth-67 {
	width: 66.7%;
}
.articleGrid .imgWidth-50 {
	width: 50%;
}
.articleGrid .imgWidth-42 {
	width: 41.7%;
}
.articleGrid .imgWidth-33 {
	width: 33.3%;
}
.articleGrid .imgWidth-25 {
	width: 25%;
}
.articleGrid .imgWidth-20 {
	width: 20%;
}
.articleGrid .imgWidth-17 {
	width: 16.7%;
}
.articleGrid .imgWidth-15 {
	width: 15%;
}
.articleGrid .imgWidth-13 {
	width: 12.5%;
}
.articleGrid .imgWidth-10 {
	width: 10%;
}
.articleGrid .imgWidth-5 {
	width: 5%;
}
.articleGrid .imgWidth-75.articleImgLeft,
.articleGrid .imgWidth-67.articleImgLeft,
.articleGrid .imgWidth-50.articleImgLeft,
.articleGrid .imgWidth-42.articleImgLeft,
.articleGrid .imgWidth-33.articleImgLeft,
.articleGrid .imgWidth-25.articleImgLeft,
.articleGrid .imgWidth-20.articleImgLeft,
.articleGrid .imgWidth-17.articleImgLeft,
.articleGrid .imgWidth-15.articleImgLeft,
.articleGrid .imgWidth-13.articleImgLeft,
.articleGrid .imgWidth-10.articleImgLeft,
.articleGrid .imgWidth-5.articleImgLeft {
	float: left;
	padding-right: 1em;
	margin-bottom: 1em;
}
.articleGrid .imgWidth-75.articleImgRight,
.articleGrid .imgWidth-67.articleImgRight,
.articleGrid .imgWidth-50.articleImgRight,
.articleGrid .imgWidth-42.articleImgRight,
.articleGrid .imgWidth-33.articleImgRight,
.articleGrid .imgWidth-25.articleImgRight,
.articleGrid .imgWidth-20.articleImgRight,
.articleGrid .imgWidth-17.articleImgRight,
.articleGrid .imgWidth-15.articleImgRight,
.articleGrid .imgWidth-13.articleImgRight,
.articleGrid .imgWidth-10.articleImgRight,
.articleGrid .imgWidth-5.articleImgRight {
	float:right;
	padding-left: 1em;
	margin-bottom: 1em;
}

.articleGrid.gridStyle_compact .gridWrapInner {
    padding: 0;
    background: none;
}
.articleGrid.gridStyle_compact .gridWrapInner .headline {
    font-size: 1em;
}

.articleGrid:hover .gridWrapInner {
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    transform: translateY(-10px);
    background: #fff;
}
.articleGrid:hover .articleTeaser + .textWrap:after {
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #fff 100%);
}
.articleGrid:hover .articleTeaser:before {
    opacity: 0;
}
.articleGrid:hover .imgWrap {
    filter: grayscale(0%);
}
.articleGrid.gridStyle_compact:hover .gridWrapInner {
    box-shadow: none;
    background: none;
}

@container (min-width: 480px) {
	.gridWrap .gridWidth_25 {
		width: 50%;
	}
}

@container (min-width: 560px) {
	.gridWrap .gridWidth_50,
	.gridWrap .leftContainer,
	.gridWrap .rightContainer {
		width: 50%;
	}
}

@container (min-width: 640px) {
	.gridWrap .gridWidth_33 {
		width: 50%;
	}
}

@container (min-width: 960px) {
	.gridWrap .gridWidth_33 {
		width: 33.33%;
	}
	.gridWrap .gridWidth_25 {
		width: 25%;
	}
}

/* Site: PAGE JUMPS */
.jumper {
	margin: 1em -1em;
	position: relative;
	height: 40px;
}
.jumper .resultStats,
.pagerJumper .divider {
	display: none;
}
.jumper .pagerJumper {
	display:block;
	margin:0 auto;
	position:absolute;
	right:0;
}
.pagerJumper a {
	padding: 10px 0;
	margin:0 1em;
	display:block;
	float:left;
	width:40px;
	height:40px;
	background: #fff;
	color: inherit;
	font-weight: normal;
	line-height: 20px;
	text-align:center;
	text-decoration: none;
    border: 1px solid #0b0b0b;
	transition: all .3s;
}
.pagerJumper a:hover {
    background:#0b0b0b;
	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: inherit;
    border-color: #0b0b0b;
	background: #fcefaf;
}
.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: #666;
}
.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 #fcefaf 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 #fcefaf;
	border-width: .357em 0 .357em .429em;
	right: 0;
	left: auto;
}
.pages a.disabled {
	color: #CCC;
	text-decoration: none;
}


/* ==========================================================================
   Module Styles
   ========================================================================== */

/*
Modul: START
 */
#eventsWrap .gridWrap {
    margin-bottom: -40px;
}
#eventsWrap .eventsWrapHeadline {
    margin: 0;
}
#eventsWrap .eventsWrapHeadline a {
    text-decoration: none;
}
#eventsWrap .eventsWrapHeadline a:hover {
    text-decoration: underline;
}

#startBtn a {
    text-decoration: none;
    color: #fff;
    background: #6c0000 url("../img/startBtn.png") no-repeat 50% 50%;
    background-size: 33.33% auto;
    padding: 0 0 62.5%;
    position: relative;
    display: block;
    transition: all .3s;
}
#startBtn a:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    transform: translateY(-10px);
}
#startBtn .textWrap {
    position: absolute;
    padding: 20px;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    height: 100%;
    width: 100%;
}
#startBtn .icon {
    position: absolute;
    right: 20px;
    top: 20px;
}
@media (min-width: 640px) {
    #startBtn a {
        width: 50%;
        padding: 0 0 31.25%;
        margin: 0 auto;
    }
}
@media (min-width: 960px) {
    #startBtn a {
        width: 75%;
        padding: 0 0 46.875%;
        margin: 0 0 0 auto;
    }
}


/*
Modul: EVENTS
 */
#datePicker .calWrap {
    position: relative;
}
#datePicker .calLoader {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    background: rgba(255,255,255,.8) url('../img/preloader_301_dark.gif') no-repeat 50% 50%;
}
.box #datePicker .calLoader {
    background-color: #fff;
    background-color: rgba(255,255,255,.8);
}
#datePicker table {
    width: 100%;
    table-layout: fixed;
    line-height: 30px;
}
#datePicker table td {
    text-align: center;
}
#datePicker .calHead td {
    padding-bottom: 5px;
}
#datePicker .calHead .a {
    border: 1px solid #060606;
    background: #fcefaf;
    display: block;
    border-radius: 15px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    color: #060606;
    margin: 0 auto;
    transition: all .3s;
}
#datePicker .calHead .a.disabled {
    cursor: default;
    background: #666 !important;
    border-color: #666 !important;
    color: #fff !important;
}
#datePicker .calHead .a:hover {
    background: #060606;
    color: #fff;
}
#datePicker .calHead .current {
    display: table-cell;
}

#datePicker .calHead .a .icon {
    display: block;
    font-size: .667rem;
}
#datePicker .calWeekdays {
    font-weight: bold;
}
#datePicker .calWeek span,
#datePicker .calWeek a {
    display: block;
    text-decoration: none;
    border-radius: 15px;
    height: 30px;
    width: 30px;
    line-height: 28px;
    margin: 0 auto;
    color: inherit;
    margin-bottom: 5px;
    text-align: center;
    border: 1px solid transparent;
}
#datePicker .calWeek a {
    border-color: #0b0b0b;
    background: transparent;
    color: #0b0b0b;
    font-weight: 700;
}
#datePicker .calWeek .event_1 a {
    border-color: #717170;
    background: transparent;
    color: #0b0b0b;
}

#datePicker .calWeek .today {
    font-weight: 600;
}
#datePicker .calWeek .choosenDate span {
    border-color: #060606;
    background: #fcefaf;
    color: #060606;
}
#datePicker .calWeek .choosenDate a,
#datePicker .calWeek a:hover,
#datePicker .calWeek a:hover,
#datePicker .calWeek a:hover {
    border-color: #060606;
    background: #060606;
    color: #fff;
}

.eventsFilterMoreTrigger {
    position: relative;
    margin-top: 20px;
    font-weight: 600;
}
.eventFilterWrap .optsContainer {
    margin-top: 20px;
}
.eventFilterWrap .btnContainer {
    margin-top: 40px;
}

.eventData {
    list-style:none;
    margin: 0;
    padding: 0;
}
.eventData li {
    position: relative;
    display: inline;
    padding: 0 0 0 26px;
}
.eventData li:before {
    content: '';
    background: #dbdbdb;
    display: block;
    margin-top: 0;
    margin-left: 0;
    height: 6px;
    width: 6px;
    border: none;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    left: 10px;
    border-radius: 3px;
}
.eventData li:first-child {
    padding-left: 0;
}
.eventData li:first-child:before {
    display: none;
}
.eventData a, .eventDetail .eventData a {
    color: inherit;
    text-decoration: none;
}

.eventListItem {
    padding: 20px;
    background: rgba(113,113,113,.1);
}
.eventListItem:first-child {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.eventListItem:last-child {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.eventListItem .eventPreviewImg {
    width: 80px;
    margin: 0;
    border-radius: 40px;
    overflow: hidden;
    position: absolute;
    left: 20px;
    top: 0;
    display: none;
}
.eventListItem .eventPreviewImg {
    right: 0;
    left: auto;
}

.eventListItem .eventInfo .headline {
    margin: 0;
}
.eventListItem .eventInfo .moreBtn > :last-child {
    margin-bottom: 0;
}
.eventListItem .headline a {
    display: block;
}
.eventListItem .eventData,
.eventDetail .eventData {
    margin-top: 0;
}
.eventListItem .eventData:last-child {
    margin-bottom: 0;
}
.eventListItem .eventData a,
.eventDetail .eventData a {
    color: inherit;
    text-decoration: none;
}
.eventDetail h1 + .eventData {
    margin-top: -10px;
}
.eventListTickets {
    display: flex;
    flex-direction: row;
    align-items: stretch;
}
.eventListItem .eventDate {
    text-align: center;
    white-space: nowrap;
    margin-right: 10px;
}
.eventListItem .eventDateDay {
    margin: 0;
    font-weight: bold;
}
.eventListItem .eventDescription {
    margin: 10px 0;
}
.eventListTickets .btnMore {
    display: block;
    white-space: nowrap;
}

@media (max-width: 719px) {
    .eventListTickets .eventOrderWrap {
        margin-top: 1em;
    }
    .eventsWithTickets .eventInfo {
        padding-right: 50px;
        position: relative;
    }
    .eventListTickets .btnMore {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: 0;
        padding: 10px 6px;
        display: flex;
        align-items: center;
    }
    .eventListTickets .btnMore:after,
    .eventListTickets .btnMore .label {
        display: none;
    }
}
@media (min-width: 720px) {
    .eventListItem .eventPreviewImg {
        display: block;
        width: 100px;
        border-radius: 50px;
    }
    .eventListItem.hasImg .eventInfo {
        padding-right: 120px;
        min-height: 100px;
    }

    .eventListItem .eventDate {
        margin-right: 20px;
    }
    .eventListTickets .eventInfo {
        display: flex;
    }
    .eventListTickets .eventOrderWrap {
        text-align: center;
    }
}

/* ==========================================================================
   Accessibility
   ========================================================================== */

.vcA11yOverlayTrigger {
    position: fixed;
    right: 10px;
    bottom: 10px;
    margin: 0;
    padding: 10px;
    border: none;
    background: none;
    font-size: 2em;
    line-height: 1;
    cursor: pointer;
    z-index: 10;
    transition: all .3s;
    background: #060606;
    color: #fff;
    border: 1px solid #fff;
    border-radius: calc(12px + .5em);
}
.vcA11yOverlayTrigger .icon,
.vcA11yOverlayTrigger .icon:before {
    display: block;
}
.vcA11yOverlayTrigger:hover {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    transform: translateY(-5%);
    color: #060606;
    border-color: #060606;
    background: #fff;
}
@media (min-width: 960px) {
    .vcA11yOverlayTrigger {
        right: 20px;
        bottom: 20px;
    }
}

#a11yReadspeakerButton {
    position: fixed;
    bottom: 10px;
    left: 10px;
    margin: 0;
    width: calc(100% - 20px - 3.75rem) !important;
}
#a11yReadspeakerButton.rsexpanded .rsbtn_play {
    padding: 0;
}
#a11yReadspeakerButton.rsexpanded .rsbtn_play .rsbtn_left {
    overflow: hidden;
    width: 0;
    margin-left: 2.3333em;
}
#a11yNavControlTrigger {
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    display: flex;
    align-items: center;
    flex-grow: 1;
}
#a11yNavControlTrigger .optsInputLabel {
    flex-grow: 1;
}
#a11yNavControlTrigger .state {
    flex-shrink: 0;
    display: flex;
}
#a11yNavControlTrigger .state .vcCssIcon {
    transition: all .3s;
}
#a11yNavControlTrigger .on,
#a11yNavControlTrigger[aria-expanded="true"] .off {
    display: none;
}
#a11yNavControlTrigger[aria-expanded="true"] .on,
#a11yNavControlTrigger .off {
    display: block;
}
#a11yNavControlTrigger[aria-expanded="true"] .vcCssIcon {
    transform: rotate(180deg);
}

/* Font Size */
.fs_bigger {
    font-size: 20px;
}
.fs_big {
    font-size: 24px;
}

/* Line Height */
.lh_bigger,
.lh_bigger .small {
    line-height: 1.75;
}

.lh_big,
.lh_big .small {
    line-height: 2;
}

/* Themes */

/* Contrast */
.cm_contrast #wrapper:after {
    display: none;
}
.cm_contrast .hint {
    color: #060606;
}
.cm_contrast .articleGrid .articleTeaser + .textWrap {
    margin-top: 0;
}
.cm_contrast .articleGrid .articleTeaser + .textWrap::after {
    display: none;
}

/* ==========================================================================
   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;
    }
}
