/*
 * 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 {
	height: 100%;
	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) !important;
    }
    .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;
}
#main {
    flex-grow: 1;
    padding-top: 140px;
    container-name: mainContainer;
    container-type: inline-size;
    display: block;
    overflow: hidden;
    background: url("../img/footer_bg_main.png") 50% 100% no-repeat;
    background-size: contain;
}
#breadcrumb {
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0;
}
#breadcrumb .label:first-child + a {
    padding-left: 10px;
}
#breadcrumb .divider {
    padding: 0 10px;
}
#breadcrumb a:last-child {
    font-weight: 700;
}
#content > .article {
    margin-top: 80px;
    margin-bottom: 80px;
}
.vcContentSection {
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
}
.vcContentSection + .vcContentSection {
    margin-top: 40px;
}
.vcContentSection.bgPaddle:before,
.vcContentSection.bgSnake:before {
    position: absolute;
    top: 0;
    display: block;
}
.vcContentSection.bgPaddle:before {
    right: 0;
    content: url("../img/bg_paddle.png");
}
.vcContentSection.bgSnake:before {
    left: 0;
    content: url("../img/bg_snake.png");
}
.vcContentSectionInnerWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}
.vcContentSection .col,
#content > article {
    container-name: contentContainer;
    container-type: inline-size;
    width: 100%;
}
@media (max-width: 959px) {
    .vcContentSection .col {
        flex-grow: 1;
    }

    .vcContentSection .col + .col {
        margin-top: 40px;
    }
}
@media (min-width: 640px) {
    #content > .article {
        margin-top: 120px;
        margin-bottom: 120px;
    }
}
@media (min-width: 960px) {
    #main {
        padding-top: 160px;
    }
    .vcContentSectionInnerWrap {
        width: calc(100% + 40px);
        margin-left: -20px;
        margin-right: -20px;
    }
    .vcContentSection .col {
        padding: 0 20px;
    }
    .vcContentSection .col4 {
        width: 33.3333%;
    }
    .vcContentSection .col6 {
        width: 50%;
    }
    .vcContentSection .col8 {
        width: 66.6667%;
    }
    .vcContentSection .col12 {
        width: 100%;
    }
}
@media (min-width: 1168px) {
    #main {
        background-image: url("../img/footer_bg_main.png"), url("../img/footer_bg_pattern.png"), url("../img/footer_bg_pattern.png");
        background-position: 50% 100%, calc(50% - 584px) 100%, calc(50% + 584px) 100%;
        background-repeat: no-repeat, repeat-x, repeat-x;
        background-size: auto;
    }
}

/*
	HEADER
	*/

#header {
    position: fixed;
    left: 0;
    transform: translateY(-100%);
    top: 0;
    width: 100%;
    z-index: 50;
    transition: all .3s;
    border-top: 40px solid #9b2500;
}
#header.fixedShow,
#header.isAtTop,
#header.isOverBreakpoint {
    transform: translateY(0);
}
#header.isAtTop,
#header.isOverBreakpoint {
    box-shadow: none;
}
#header:not(.isAtTop) #headerControl {
    background: #fef6d9;
}
#header.fixedShow:not(.isAtTop) {
    box-shadow: 0 0 20px rgba(0,0,0,.2);
}
#headerControl {
    transition: all .3s;
    color: inherit;
}
#header.transparent:not(.isAtTop) #headerControl {
    color: #fff;
    text-shadow: 0 0 10px rgba(0,0,0,.5);
}
#logo {
    float: left;
    margin: 20px 0;
    display: block;
    filter: invert(1);
    transition: all .3s;
}
#header.isAtTop.transparent #logo {
    filter: invert(0);
}
#logo img {
    height: 60px;
    width: auto;
    display: block;
    margin: 0;
    transition: height .3s;
    position: relative;
    z-index: 2;
}

#navMenuTrigger {
    float: right;
    display: block;
    position: relative;
    color: inherit;
    padding: 4px 49px 4px 19px;
    background: #f1e9ce;
    border: 1px solid #e4ddc3;
    color: #191815;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 14px;
    line-height: 30px;
    cursor: pointer;
    z-index: 101;
    transition: all .3s;
    border-radius: 20px;
    margin-top: 30px;
    text-shadow: none;
}

#navMenuTrigger:before,
#navMenuTrigger:after,
#navMenuTrigger .line {
    position: absolute;
    content: '';
    display: block;
    height: 1px;
    right: 20px;
    width: 20px;
    background: #191815;
    transition: all .3s;
    opacity: 1;
    top: 50%;
}
#navMenuTrigger:before {
    margin-top: -5px;
}
#navMenuTrigger:after {
    margin-top: 5px;
}
#navMenuTrigger:hover {
    background: #191815;
    border-color: #191815;
    color: #f1e9ce;
}
#navMenuTrigger:hover:before,
#navMenuTrigger:hover:after,
#navMenuTrigger:hover .line {
    background: #f1e9ce;
}
#navMenuTrigger:hover .line {
    opacity: 0;
}
#navMenuTrigger:hover:before {
    margin-top: -3px;
}
#navMenuTrigger:hover:after {
    margin-top: 3px;
}
#navMenuTrigger[aria-expanded="true"] {
    background: #f1e9ce;
    border-color: #e4ddc3;
    color: #191815;
}
#navMenuTrigger[aria-expanded="true"] .line {
    opacity: 0;
    width: 0;
    background: #191815;
}
#navMenuTrigger[aria-expanded="true"]:before {
    transform: rotate(45deg);
    transform-origin: 0 0;
    width: 20px;
    margin-top: -7px;
    background: #191815;
}
#navMenuTrigger[aria-expanded="true"]:after {
    transform: rotate(-45deg);
    transform-origin: 0 100%;
    width: 20px;
    margin-top: 7px;
    background: #191815;
}
#navMenuTrigger[aria-expanded="true"]:hover {
    background: #191815;
    border-color: #191815;
    color: #f1e9ce;
}
#navMenuTrigger[aria-expanded="true"]:hover:before,
#navMenuTrigger[aria-expanded="true"]:hover:after,
#navMenuTrigger[aria-expanded="true"]:hover .line {
    background: #f1e9ce;
}
#navMenuTrigger .close {
    display: none;
}
#navMenuTrigger[aria-expanded="true"] .menu {
    display: none;
}
#navMenuTrigger[aria-expanded="true"] .close {
    display: block;
}
#header.isAtTop.transparent:not(.expanded) #navMenuTrigger {
    background: rgba(0,0,0,.3);
    border-color: rgba(255,255,255,.5);
    color: #fff;
}
#header.isAtTop.transparent:not(.expanded) #navMenuTrigger:hover {
    background: rgba(0,0,0,.7);
}
#header.isAtTop.transparent:not(.expanded) #navMenuTrigger:before,
#header.isAtTop.transparent:not(.expanded) #navMenuTrigger:after,
#header.isAtTop.transparent:not(.expanded) #navMenuTrigger .line {
    background: #fff;
}


#seasonSwitch {
    color: #fff;
    display: flex;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    position: absolute;
    top: -30px;
    right: 20px;
}
#seasonSwitch a {
    color: inherit;
    display: flex;
    text-decoration: none;
}
#seasonSwitch a .label {
    opacity: .5;
    transition: all .3s;
}
#seasonSwitch a .icon {
    border-radius: 50%;
    position: relative;
    padding: 4px;
    margin: 0 10px;
    line-height: 1;
    font-size: 14px;
    text-align: center;
    transition: all .3s;
    text-shadow: none;
    color: #fff;
}
#seasonSwitch a .icon:before {
    display: block;
}
#seasonSwitch a .icon:after {
    content: '';
    position: absolute;
    background: rgba(0,0,0,.3);
    border-style: solid;
    border-color: rgba(255,255,255,.5);
    width: calc(100% + 8px);
    top: -4px;
    bottom: -4px;
    z-index: -1;
}
#seasonSwitch a:first-child .icon {
    order: 1;
    margin-right: 4px;
}
#seasonSwitch a:first-child .icon:after {
    left: -4px;
    border-width: 1px 0 1px 1px;
    border-radius: 16px 0 0 16px;
}
#seasonSwitch a:last-child .icon {
    margin-left: 4px;
}
#seasonSwitch a:last-child .icon:after {
    right: -4px;
    border-width: 1px 1px 1px 0;
    border-radius: 0 16px 16px 0;
}
#seasonSwitch a:hover .icon,
#seasonSwitch a.active .icon {
    background: #fff;
    color: #191815;
}
#seasonSwitch a:hover .label,
#seasonSwitch:focus-within a .label,
#seasonSwitch a.active .label {
    opacity: 1;
}


#headerWrap {
    position: absolute;
    height: 100vh;
    right: 0;
    top: -40px;
    width: 100%;
    transition: transform 0s .3s, visibility 0s .3s;
    z-index: 1;
    visibility: hidden;
    transform: translateX(100%);
    color: #191815;
}
#headerWrap:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0,0,0,.5);
    opacity: 0;
    transition: opacity .3s;
    z-index: -1;
}
#headerWrap:before {
    content: '';
    background: linear-gradient(180deg,rgba(254, 246, 217, 0.8) 50%, rgba(254, 246, 217, 0) 100%);
    height: 160px;
    position: absolute;
    top: 0;
    right: 0;
    left: 100%;
    display: block;
    z-index: 1;
    transition: all .3s;
    pointer-events: none;
}
#headerWrap > .wrap {
    padding-top: 160px;
    padding-bottom: 40px;
    height: 100%;
    margin-left: 20px;
    overflow: auto;
    background: #fef6d9;
    transform: translateX(100%);
    transition: transform .3s;
}

#header.expanded #headerWrap {
    transform: translateX(0);
    transition: transform 0s, visibility 0s;
    visibility: visible;
}
#header.expanded #headerWrap:before {
    left: 20px;
}
#header.expanded #headerWrap:after {
    opacity: 1;
}
#header.expanded #headerWrap > .wrap {
    transform: translateX(0%);
}

#navLang {
    position: absolute;
    top: -30px;
    z-index: 1;
}
#navLang ul {
    display: flex;
    margin-left: -10px;
}
#navLang li {
    margin-left: 10px;
}
#navLang a {
    color: #fff;
    font-size: 12px;
    display: block;
    line-height: 1.667;
    font-weight: 500;
    padding: 0 5px;
    border-radius: 5px;
    text-decoration: none;
}
#navLang a.active,
#navLang a:hover {
    background: #741c00;
}

#navStdInHeader {
    position: absolute;
    top: -30px;
    z-index: 1;
    display: none;
}
#navStdInMainNav {
    color: inherit;
    margin-bottom: 30px;
}
#navQuickAccess {
    flex-grow: 1;
    display: none;
}
#navQuickAccess ul {
    display: flex;
    margin-left: -40px;
}
#navQuickAccess li {
    margin-left: 40px;
}
#navQuickAccess a {
    color: inherit;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 14px;
    line-height: 30px;
    text-decoration: none;
}
#header.transparent #navQuickAccess a {
    text-shadow: 0 0 10px rgba(0,0,0,.5);
}
#navDirectAccess {
    padding: 20px 0;
    overflow: hidden;
}
#navDirectAccess ul {
    margin: 0 -20px;
}
#navDirectAccess li {
    width: auto;
    padding: 0 20px;
}
#navDirectAccess li:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 1px;
    background: #e4ddc3;
}
#navDirectAccess a {
    color: inherit;
    display: block;
    text-decoration: none;
}
#navDirectAccess .icon {
    display: block;
    font-size: 1.875em;
    padding-bottom: 10px;
}
#navDirectAccess .icon:before {
    display: block;
}

#navDirectAccess a .label {
    margin: 0;
}
#navDirectAccess .swiper-pagination-progressbar {
    bottom: 0;
}

@media (min-width: 640px) {
    #header,
    #header.isOverBreakpoint:not(.isAtTop):not(.fixedShow) {
        transform: translateY(-40px);
        box-shadow: 0 0 20px rgba(0,0,0,.2);
    }
    #headerWrap {
        top: 0;
    }
    #header.fixedShow #headerWrap,
    #header.isAtTop #headerWrap {
        top: -40px;
    }
    #logo {
        margin: 10px 0;
    }
    #logo img {
        height: 40px;
    }
    #header.isAtTop #logo,
    #header.fixedShow #logo,
    #header.isOverBreakpoint #logo {
        margin: 20px 0;
    }
    #header.isAtTop #logo img,
    #header.fixedShow #logo img,
    #header.isOverBreakpoint #logo img {
        height: 60px;
    }
    #headerWrap > .wrap {
        margin-left: 33.33%;
    }
    #header.expanded #headerWrap:before {
        left: 33.33%;
    }
    #navMenuTrigger {
        padding: 4px 69px 4px 39px;
        margin-top: 10px;
    }
    #navMenuTrigger:before,
    #navMenuTrigger:after,
    #navMenuTrigger .line {
        right: 40px;
    }
    #header.isAtTop #navMenuTrigger,
    #header.fixedShow #navMenuTrigger,
    #header.isOverBreakpoint #navMenuTrigger {
        margin-top: 30px;
    }
}

@media (min-width: 960px) {
    #logo {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
        margin: 10px 0;
        top: 0;
    }

    #header.isAtTop #logo img,
    #header.fixedShow #logo img,
    #header.isOverBreakpoint #logo img {
        height: 80px;
    }
    #headerControl {
        display: flex;
        justify-content: end;
        align-items: center;
    }
    #headerWrap > .wrap {
        padding-top: 180px;
        margin-left: 50%;
    }
    #headerWrap:before {
        height: 180px;
    }
    #header.expanded #headerWrap:before {
        left: 50%;
    }
    #navMenuTrigger {
        margin: 10px 0;
    }
    #header.isAtTop #navMenuTrigger,
    #header.fixedShow #navMenuTrigger,
    #header.isOverBreakpoint #navMenuTrigger {
        margin: 40px 0;
    }

    #seasonSwitch {
        position: relative;
        z-index: 2;
        top: auto;
        right: auto;
        float: right;
        margin-right: 40px;
        color: inherit;
    }
    #seasonSwitch a .icon:after,
    #header.expanded #seasonSwitch a .icon:after {
        background: #f1e9ce;
        border-color: #e4ddc3;
    }
    #seasonSwitch a .icon,
    #header.expanded #seasonSwitch a .icon,
    #header.expanded #seasonSwitch {
        color: #191815;
        text-shadow: none;
    }
    #seasonSwitch a:hover .icon,
    #seasonSwitch a.active .icon,
    #header.expanded #seasonSwitch a:hover .icon,
    #header.expanded #seasonSwitch a.active .icon {
        background: #191815;
        color: #fef6d9;
    }
    #header.transparent.isAtTop #seasonSwitch a .icon:after {
        background: rgba(0,0,0,.3);
        border-color: rgba(255,255,255,.5);
    }
    #header.transparent.isAtTop #seasonSwitch a .icon {
        color: #fff;
    }
    #header.transparent.isAtTop #seasonSwitch a:hover .icon,
    #header.transparent.isAtTop #seasonSwitch a.active .icon {
        background: #fff;
        color: #191815;
    }
    #header.transparent:not(.isAtTop) #headerControl {
        text-shadow: none;
        color: inherit;
    }
    #header.transparent #navQuickAccess a {
        text-shadow: none;
    }
    #header.transparent #headerControl {
        color: inherit;
    }
    #header.transparent.isAtTop #headerControl {
        color: #fff;
    }
    #header.transparent.isAtTop #seasonSwitch {
        text-shadow: 0 0 10px rgba(0,0,0,.5);
    }
    #navStdInHeader,
    #navQuickAccess {
        display: block
    }
    #navStdInMainNav {
        display: none;
    }
}



/* Standard Navigation */
.navStd {
    color: #fff;
}
.navStd .nav {
    margin-right: -10px;
    margin-left: 0;
}
.navStd li {
    float: left;
    margin-right: 10px;
    position: relative;
}

.navStd a,
.navStd .a {
    font-size: 12px;
    line-height: 1.667;
    font-weight: 500;
    display: block;
    color: inherit;
    padding: 0 5px;
    border-radius: 5px;
    text-decoration: none;
}
.navStd a.active,
.navStd .a.active,
.navStd a:hover ,
.navStd .a:hover {
    background: #741c00;
    color: #fff;
}

/* MAIN NAVIGATION */
#navMain .navBtnWrap {
    position: relative;
    align-items: center;
    display: flex;
}
#navMain .navBtnWrap a {
    transition: color .3s;
    display: block;
    flex-grow: 1;
    padding: 0;
    margin: 0;
    color: inherit;
    text-decoration: none;
}
#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;
    width: 40px;
    height: 40px;
    line-height: 20px;
    text-align: center;
    top: 50%;
    right: 0;
    margin-left: -20px;
    padding: 9px 0;
    border: 1px solid #d8d1b9;
    border-radius: 40px;
    background: none;
    overflow: hidden;
    color: #000;
    transition: all .3s;
    user-select: none;
    flex-grow: 0;
}
#navMain li.expanded > ul,
#navMain li.expanded > .subNavWrap {
    max-height: 5000px;
    padding-top: 20px;
    padding-bottom: 20px;
    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: 10px;
}
#navMain li.lvl1 + li.lvl1 {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #d8d1b9;
}

/* 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: #000;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    width: 40px;
    transition: all .3s;
}
#srcBoxSubmit:hover {
    background: #9b2500;
}
#siteSearchTrigger {
    display: none;
}
#quickSrcBox .optsContainer label {
    display: none;
}
#quickSrcBox .optsContainer input {
    width: 100%;
    float: none;
}

/*
	FOOTER
	*/

#footer {
    position: relative;
    text-align: center;
    overflow: hidden;
    background: #9b2500;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#footer .topWrap {
    padding-top: 0;
    padding-bottom: 40px;
    width: 100%;
}
#footer .topWrapWrap {
    margin-right: -20px;
    margin-left: -20px;
}
#footer .bottomWrap {
    text-align: center;
    width: 100%;
    padding-bottom: 0;
    padding-top: 0;
    border-top: 1px solid #7c1e00;
    padding-top: 39px;
}

#footer .topWrapWrap > * {
    padding-left: 20px;
    padding-right: 20px;
}
#footer .topWrapWrap > * {
    padding-top: 40px;
}
#logoFooter {
    display: block;
    margin: 40px auto 120px;
}
#logoFooter img {
    display: block;
    width: auto;
    height: 60px;
}
#navFtr {
    padding: 0;
    margin: 0;
}
#navFtr ul {
    margin-right: -20px;
}
#navFtr li {
    float: none;
    display: inline-block;
}
#footerTop {
    font-size: 12px;
    line-height: 1.667;
    border-radius: 5px;
    padding: 0 5px;
    margin-top: 40px;
}
#footerTop .icon {
    margin-left: 10px;
    font-size: 20px;
    vertical-align: -2px;
}
#footerTop:hover {
    background: #741c00;
    color: #fff;
}
#letterFooterWrap {
    width: 100%;
}
#navFtr a,
#navFtr .a,
#footerTop {
    color: #fff;
}
#navFtr a,
#navFtr .a {
    display: block;
    text-decoration: none;
    transition: all .3s;
}

#newsletterRegister .wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0;
}
#newsletterRegister .wrap > * {
    margin: 0;
    padding: 0;
    flex: 1 1 50%;
}
#newsletterRegister .wrap > .btnContainer {
    flex: 0 1 auto;
}
#newsletterRegister .wrap .optsInputWrap input {
    border-radius: 25px 0 0 25px;
}
#newsletterRegister .wrap .optsInputWrap input {
    border-color: #7c1e00;
    background: #9b2500;
}
#newsletterRegister .wrap .optsInputWrap > label {
    background: #9b2500;
    color: #fff;
}
#newsletterRegister .wrap .optsContainer.optsDuty .optsInputWrap > label:after {
    color: #4d1200;
}
#newsletterRegister .wrap .optsInputWrap > input:focus ~ label {
    background: #9b2500;
}
#newsletterRegister .wrap > .btnContainer .btn.btnRaised {
    border-radius: 0 25px 25px 0;
}
#newsletterRegister .wrap > .btnContainer .btn.btnRaised:not(:hover):not(:focus-visible) {
    background: #7c1e00;
}
@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 {
        height: 80px;
    }
}

@media (min-width: 960px) {
    #footer .contact1,
    #footer .contact2 {
        width: 25%;
    }
    #letterFooterWrap {
        width: 50%;
    }
    #navFtr {
        float: left;
    }
    #navFtr li {
        display: block;
        float: left;
    }
    #footerTop {
        margin-top: 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;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:#fff;background:rgba(255,255,255,.9)}#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,#swipebox-slider .slide .swipebox-iframe-container{background:0 0;max-width:1140px;max-height:100%;width:100%;padding:5%;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 auto;}#swipebox-slider .slide .swipebox-video-container .swipebox-video{width:100%;height:0;padding-bottom:56.25%;overflow:hidden;position:relative}#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe, #swipebox-slider .slide .swipebox-iframe-container iframe{width:100%!important;height:100%!important;position:absolute;top:0;left:0}#swipebox-slider .slide-loading{background:url(../img/Swipebox/loader.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%;background:#9b2500;}#swipebox-bottom-bar{bottom:-50px;border-top:1px solid #741c00}#swipebox-bottom-bar.visible-bars{-webkit-transform:translate3d(0,-50px,0);transform:translate3d(0,-50px,0)}#swipebox-top-bar{top:-50px;border-bottom:4px solid #D5D5D5;color:#fff!important;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}#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;right:0;bottom:0}#swipebox-prev{background-position:-32px 13px;float:left}#swipebox-next{background-position:-78px 13px;float:right}#swipebox-close,#swipebox-zoomin,#swipebox-zoomout{top:0;position:absolute;z-index:9999}#swipebox-close{background-position:15px 12px;left:0}#swipebox-zoomin{background-position:-122px 12px;left:60px}#swipebox-zoomout{background-position:-168px 12px;left: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{left:10px}#swipebox-zoomin,#swipebox-zoomout{left:70px}#swipebox-arrows{right: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:#9b2500;border-radius:1em;color:#fff}#swipebox-slider .swipebox-video .video-js .vjs-big-play-button:hover{background:#9b2500;color:#FFF}#swipebox-slider .swipebox-video .vjs-has-started .vjs-control-bar{background-color:#d8eed5;background-color:#d8eed5}#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:#9b2500}#swipebox-slider .swipebox-video .video-js .vjs-play-progress{background:#9b2500}

/* jQuery Carousel version 0.1.7 by Michael Lehmann */
.swiper-container,
.swiper-container-outer {
    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;
    bottom: 5px;
    margin-top: -1em;
    line-height: 1;
    font-size: 1.25rem;
    border-radius: 1em;
    background: transparent;
    color: #fff;
    padding: 0;
    text-align: center;
    width: calc(1em + 20px);
    padding: 10px;
    z-index: 2;
    transition: all .3s;
    cursor: pointer;
    text-shadow: 0 0 10px rgba(0,0,0,.75);
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: .5;
}
.swiper-button-prev .icon:before,
.swiper-button-next .icon:before {
    display: block;
}
.swiper-button-prev:focus-visible,
.swiper-button-next:focus-visible,
.swiper-pagination-bullet:focus-visible {
    outline: 2px solid rgba(254,194,11,.75);
}
.swiper-button-prev {
    left: 10px;
}
.swiper-button-next {
    right: 10px;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
    background: rgba(0,0,0,.7)
}
.swiper-pagination {
    position: absolute;
    text-align: left;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 2;
    bottom: 10px;
    left: 0;
    width: 100%;
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
    position: relative;
}
.swiper-pagination-bullet:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 5px;
    opacity: .5;
    transition: all .3s;
}
.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 {
    opacity: 1;
    background: #fff;
    width: 10px;
    height: 10px;
}
.swiper-pagination-progressbar {
    background: #e4ddc3;
    position: absolute;
    height: 2px;
}
.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: #beb8a3;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
}
@media (min-width: 640px) {
    .swiper-button-prev,
    .swiper-button-next {
        font-size: 2.5rem;
        top: 50%;
        bottom: auto;
        margin-top: -1em;
    }
}


/*
	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(0,0,0,.5);
}
.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: #fef6d9;
    max-width: 40em;
    width: 100%;
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
    padding: 20px;
    border-radius: 20px 0 20px 20px;
}
.vcModal .vcModalClose {
    position: absolute;
    display: block;
    right: calc(-1em - 10px);
    top: calc(-1em - 10px);
    cursor: pointer;
    padding: 1em;
    line-height: 20px;
    text-align: center;
    background: #9b2500;
    color: #fff;
    height: calc(2em + 20px);
    width: calc(2em + 20px);
    border-radius: calc(1em + 10px);
    transition: all .3s;
    z-index: 1;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.vcModal .vcModalClose:hover {
    background: #fec20b;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.vcModalBannerBottom {
    padding: 30px 0 0;
    align-items: flex-end;
    background: rgba(0,0,0,.5);
}
.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;
    }
}

.vcContentLoadingHelper {
    opacity: 0;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 9999;
    background: #fff url('../img/preloader_301_dark.gif') no-repeat 50% 50%;
    background-color: rgba(0,0,0,.5);
    position: fixed;
    display: block;
    pointer-events: none;
    transition: all .2s;
}
.vcContentLoadingHelper.show {
    opacity: 1;
    pointer-events: auto;
}

/*
	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: -.667em;
	margin-left: -.5em;
	transform: rotate(-45deg);
	border-left: 3px solid #000;
	border-bottom: 3px solid #000;
}
.vcCssIconClose {
	height: 100%;
	width: 100%;
	display: block;
}
.vcCssIconClose:before,
.vcCssIconClose:after {
	position: absolute;
	left: 50%;
	top: 50%;
	content: '';
	background: #fff;
	display: block;
	width: 100%;
	height: .1875em;
	margin-top: -.09375em;
	margin-left: -50%;
}
.vcCssIconClose:before {
	transform: rotate(45deg);
}
.vcCssIconClose:after {
	transform: rotate(-45deg);
}

/*
	Privacy & Cookies
	*/

.vcPrivacyOptsLine label {
    display: block;
    font-weight: bold;
    min-height: 2em;
    padding-right: 4em;
    position: relative;
    cursor: pointer;
    float: none;
}
.vcPrivacyOptsLine label .hint {
    font-weight: normal;
    margin: 0;
    line-height: normal;
    color: #666;
    font-size: 14px;
}

.vcPrivacyOptsLine input:disabled + label {
    pointer-events: none;
}


.vcPrivacyOptsLineWrap + .vcPrivacyOptsLineWrap {
    margin-top: 1.5em;
}
.vcPrivacyMoreInfoTrigger {
    padding: .5em 0 0;
    display: block;
}
.vcPrivacyMoreInfoTrigger .vcCssIconArrowDown {
    margin: 0 0 0 .5em;
    transition: transform .3s;
    float: none !important;
    display: inline-block !important;
}

.vcPrivacyDefList {
    padding: 0;
    margin: 0;
    font-size: .8em;
}
.vcPrivacyDefList dt {
    padding: .3125em 0 0;
    font-weight: bold;
    text-align: left;
    margin: 0;
}
.vcPrivacyDefList dd {
    font-weight: normal;
    text-align: left;
    padding: 0 0 .3125em;
    margin: 0;
}
.vcPrivacyDefList dt:first-child {
    padding-top: 0;
}
.vcPrivacyDefList dd:last-child {
    padding-bottom: 0;
}

#vcPrivacySetupSubmit {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 1em;
}
.vcPrivacyOverlayTrigger {
    cursor: pointer;
}

.vcPrivacyNoPermission {
    background: #f2f2f2;
    border: 1px solid #ddd;
    text-align: center;
    padding: 1em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.vcPrivacySlideDownTarget {
    display: grid;
    grid-template-rows: 1fr;
    overflow: hidden;
    padding-top: .625em;
    transition: all .3s;
}
.vcPrivacySlideDownTarget > * {
    min-height: 0;
    transition: visibility .3s;
    visibility: visible;
}
.vcPrivacySlideDownTarget[aria-hidden="true"] {
    grid-template-rows: 0fr;
    padding-top: 0;
}
.vcPrivacySlideDownTarget[aria-hidden="true"] > * {
    visibility: hidden;
}

.vcPrivacySlideDownTrigger {
    background: none;
    padding: .5em 0 0;
    border: none;
}
.vcPrivacySlideDownTrigger[aria-expanded="true"] .on {
    display: inline;
}
.vcPrivacySlideDownTrigger .on,
.vcPrivacySlideDownTrigger[aria-expanded="true"] .off {
    display: none;
}
.vcPrivacySlideDownTrigger[aria-expanded="true"] .vcCssIcon {
    transform: rotate(180deg);
}
.vcPrivacySlideDownTrigger[aria-expanded="true"] .vcCssIconArrowDown:after {
    margin-top: -1em;
}

@media (min-width: 640px) {
    .vcPrivacyDefList dt {
        clear: left;
        float: left;
        padding: .25em 0;
        width: 25%;
    }
    .vcPrivacyDefList dd {
        padding: .25em 0 .25em 20px;
        margin: 0;
        width: 75%;
        float: left;
    }
    .vcPrivacyDefList dt:first-child,
    .vcPrivacyDefList dt:first-child + dd {
        padding-top: 0;
    }
    .vcPrivacyDefList dt:nth-last-child(2),
    .vcPrivacyDefList dt:nth-last-child(2) + dd {
        padding-bottom: 0;
    }

    #vcPrivacySetupSubmit {
        margin-left: auto;
        margin-right: auto;
        width: 50%;
    }
}

/*
A11y
 */
.vcA11yOverlayTrigger {
    position: fixed;
    right: 10px;
    bottom: 10px;
    margin: 0;
    padding: .333em;
    border: 1px solid #741c00;
    font-size: 2em;
    line-height: 1;
    cursor: pointer;
    z-index: 1;
    transition: all .3s;
    background: #9b2500;
    color: #fff;
    border-radius: calc(1em + 1px);
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.vcA11yOverlayTrigger .icon,
.vcA11yOverlayTrigger .icon:before {
    display: block;
}
.vcA11yOverlayTrigger:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    transform: translateY(-5%);
    background: #fec20b;
    border-color: #e4ae0a;
    color: #191815;
}
@media (min-width: 960px) {
    .vcA11yOverlayTrigger {
        right: 20px;
        bottom: 20px;
        font-size: 2.25em;
    }
}

/* ==========================================================================
   Content classes
   ========================================================================== */

/* Aufmacher */
#teaserSection {
    margin-top: -100px;
}
#teaserSection .teaserWrap {
    width: 100%;
    overflow: hidden;
}
#teaserSection .teaser .teaserItem:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 200px;
    background: linear-gradient(180deg,rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0) 100%);
    z-index: 0;
    opacity: 1;
    pointer-events: none;
    z-index: 1;
}
.teaserWrap {
    position: relative;
}
.teaser {
    list-style: none;
    margin: 0;
    position: relative;
    padding: 0;
    width: 100%;
}
.teaser .teaserItem {
    position: relative;
    min-height: 300px;
    height: calc(100vh - 160px);
    background: #f1e9ce;
    overflow: hidden;
}
.teaser.small .teaserItem {
    height: 0;
    padding-bottom: calc(62.5% + 100px);
}
.teaser .teaserItem .teaserImgWrap {
    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;
}
.teaser .teaserItem .teaserImgWrap .video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.teaser .teaserItem.darkenBackgroundJALB .teaserImgWrap:after,
.teaser .teaserItem.darkenBackgroundM .teaserImgWrap:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: block;
}
.teaser .teaserItem.darkenBackgroundJALB .teaserImgWrap:after {
    background-color: rgba(0, 0, 0, .2);
}
.teaser .teaserItem.darkenBackgroundM .teaserImgWrap:after {
    background-color: rgba(0, 0, 0, .4);
}
.teaser .teaserItem .videoVolumeControl {
    position: absolute;
    right: 10px;
    top: 90px;
    text-shadow: 0 0 10px rgba(0,0,0,.5);
    color: #fff;
    background: none;
    z-index: 3;
    padding: 10px;
    font-size: 1.4286em;
    line-height: 1;
}
.teaser .teaserItem .videoVolumeControl .icon:before,
.teaser .teaserItem .videoVolumeControl[aria-checked="false"] .off {
    display: block;
}
.teaser .teaserItem .videoVolumeControl[aria-checked="false"] .on,
.teaser .teaserItem .videoVolumeControl[aria-checked="true"] .off {
    display: none;
}
.teaser .teaserItem .videoVolumeControl[aria-checked="true"] .on {
    display: block;
}
.teaser .teaserItem .teaserItemTitle {
    display: block;
    height: 100%;
    left: 0;
    right: 0;
    position: absolute;
    top: 0;
    z-index: 2;
}
.teaser .teaserItem .teaserItemTitleInner {
    display: table;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 40px;
}

.teaser .teaserItem .teaserItemTitleInner .wrap {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    position: relative;
    z-index: 1;
}

.teaser .teaserItem .teaserItemTitleInner .wrap > * {
    margin: 20px 0;
}
.teaser .teaserItem .teaserItemTitleInner .wrap > :first-child {
    margin-top: 0;
}
.teaser .teaserItem .teaserItemTitleInner .wrap > :last-child {
    margin-bottom: 0;
}
.teaser .teaserItem.textOverImage .teaserItemTitleInner .wrap {
    vertical-align: bottom;
    color: #fff;
    font-weight: 400;
    text-shadow: 0 0 10px rgba(0,0,0,.5);
}
.teaser .teaserItem.textOverImage .teaserItemTitleInner .wrap .underlineTextColored {
    padding: 2px 10px;
    line-height: calc(1em + 9px);
}
.teaser .teaserItem.textOverImage .teaserItemTitleInner .wrap h1 .underlineTextColored,
.teaser .teaserItem.textOverImage .teaserItemTitleInner .wrap .h1 .underlineTextColored {
    line-height: calc(1.2em + 9px);
}
.teaser .teaserItem.textOverImage .teaserItemTitleInner .wrap * {
    color: #fff;
}
.teaser .teaserItem.textOverImage .teaserItemTitleInner .wrap .btn .icon {
    background: rgba(0,0,0,.3);
    border-color: rgba(255,255,255,.5);
}
.teaser .teaserItem.textOverImage .teaserItemTitleInner .wrap .btn:hover .icon {
    background: rgba(0,0,0,.7);
}
.teaserWrap .swiper-control-wrap {
    position: absolute;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.teaserWrap .swiper-control-wrap:after {
    content: '';
    display: block;
    box-shadow: 0 0 80px rgba(0,0,0,.4);
    width: 200%;
    padding-bottom: 50%;
    height: 0;
    position: absolute;
    left: -50%;
    top: 100%;
    border-radius: 50%;
}
.teaserWrap .swiper-control-wrap .swiper-button-next,
.teaserWrap .swiper-control-wrap .swiper-button-prev {
    position: static;
    margin: 0;
    background: none;
    padding: 10px;
    width: auto;
}
.teaserWrap .swiper-control-wrap .swiper-button-next .icon:before,
.teaserWrap .swiper-control-wrap .swiper-button-prev .icon:before {
    display: block;
}
.teaserWrap .swiper-control-wrap .swiper-button-next {
    order: 1;
}

.teaserWrap .swiper-control-wrap .swiper-pagination {
    position: static;
    width: auto;
    display: flex;
    padding: 15px 10px;
}

@media (max-width: 959px) {
    .teaser .teaserItem .trigger {
        position: absolute;
        left: 20px;
        right: 20px;
        bottom: 50px;
        cursor: pointer;
        margin: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .teaser .teaserItem .trigger .icon {
        transition: transform .3s, color .3s;
    }
    .teaser .teaserItem .trigger2 {
        position: absolute;
        right: 30px;
        top: 120px;
        transform: translate(50%, -50%);
        padding: 9px;
        width: calc(1.7857em + 20px);
        text-align: center;
        cursor: pointer;
        z-index: 2;
    }

    .teaser:not(.small) .teaserItem.textOverImage .teaserItemTitleInner {
        padding-bottom: 60px;
    }
    .teaser .teaserItem.textLeftImageRight .teaserItemTitleInner,
    .teaser .teaserItem.textRightImageLeft .teaserItemTitleInner {
        padding: 0 30px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 0;
        overflow: hidden;
        visibility: hidden;
        display: block;
        width: auto;
        z-index: 1;
        transition: height .3s, padding .3s, box-shadow .3s, visibility .3s;
    }
    .teaser .teaserItem.textLeftImageRight .teaserItemTitleInner .wrap,
    .teaser .teaserItem.textRightImageLeft .teaserItemTitleInner .wrap {
        height: 100%;
        overflow: auto;
        display: block;
        background: #fef6d9;
        border-radius: 20px 0 20px 20px;
        padding: 20px;
    }
    .teaser .teaserItem.textLeftImageRight.expanded .teaserItemTitle,
    .teaser .teaserItem.textRightImageLeft.expanded .teaserItemTitle {
        z-index: 3;
    }
    .teaser .teaserItem.textLeftImageRight.expanded .teaserItemTitle .trigger .icon,
    .teaser .teaserItem.textRightImageLeft.expanded .teaserItemTitle .trigger .icon {
        transform: rotate(-90deg);
    }

    .teaser .teaserItem.textLeftImageRight.expanded .teaserItemTitle .teaserItemTitleInner,
    .teaser .teaserItem.textRightImageLeft.expanded .teaserItemTitle .teaserItemTitleInner {
        height: 80%;
        height: calc(100% - 50px);
        padding: 120px 30px 20px;
        visibility: visible;
    }
    .teaser .teaserItem.textLeftImageRight.expanded .teaserItemTitle .teaserItemTitleInner .wrap,
    .teaser .teaserItem.textRightImageLeft.expanded .teaserItemTitle .teaserItemTitleInner .wrap {
        box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
    }
}
@media (min-width: 640px) {
    .teaser .teaserItem {
        min-height: 400px;
    }
    .teaser.small .teaserItem {
        min-height: 0;
        padding-bottom: calc(42.85% + 100px);
    }
    .teaser .teaserItem .teaserItemTitleInner .wrap > * {
        margin: 30px 0;
    }
    .teaser .teaserItem.textOverImage .teaserItemTitleInner {
        padding-right: 80px;
        padding-left: 80px;
    }
    .teaser .teaserItem.textOverImage .teaserItemTitleInner .wrap .underlineTextColored {
        padding: 5px 20px;
    }
    .teaser .teaserItem .videoVolumeControl {
        top: auto;
        bottom: 10px;
    }
}

@media (min-width: 960px) {
    #teaserSection {
        margin-top: -120px;
    }
    .teaser .teaserItem {
        min-height: 500px;
        max-height: 66.67vw;
    }
    .teaser.small .teaserItem {
        min-height: 0;
        padding-bottom: calc(28.125% + 120px);
    }
    .teaser .teaserItem .teaserItemTitleInner {
        padding-bottom: 60px;
        padding-top: 120px;
    }
    .teaser .teaserItem.textLeftImageRight .teaserItemTitleInner,
    .teaser .teaserItem.textRightImageLeft .teaserItemTitleInner {
        padding: 0;
        position: relative;
    }

    .teaser .teaserItem.textLeftImageRight .teaserImgWrap,
    .teaser .teaserItem.textRightImageLeft .teaserImgWrap {
        width: 50%;
    }
    .teaser .teaserItem.textLeftImageRight .teaserImgWrap {
        left: 50%;
    }
    .teaser .teaserItem.textLeftImageRight .teaserItemTitle {
        margin-right: 50%;
        padding-right: 20px;
    }
    .teaser .teaserItem.textRightImageLeft .teaserItemTitle {
        margin-left: 50%;
        padding-left: 20px;
    }
    .teaser .teaserItem.textOverImage .teaserItemTitleInner {
        padding-right: 33.333%;
    }
    .teaser .teaserItem.textLeftImageRight .teaserItemTitleInner .wrap,
    .teaser .teaserItem.textRightImageLeft .teaserItemTitleInner .wrap {
        padding-bottom: 60px;
        padding-top: 120px;
    }
}
@media (min-width: 960px) and (max-width: 1279px) {
    .teaser .teaserItem.textLeftImageRight .teaserItemTitle {
        padding-left: 80px;
    }
    .teaser .teaserItem.textRightImageLeft .teaserItemTitle {
        padding-right: 80px;
    }
}
@media (min-width: 1280px) {
    .teaser .teaserItem.textOverImage .teaserItemTitleInner {
        padding-left: 0;
    }
    .teaser .teaserItem.textLeftImageRight .teaserItemTitle {
        padding-right: 40px;
    }
    .teaser .teaserItem.textRightImageLeft .teaserItemTitle {
        padding-left: 40px;
    }
    .teaser .teaserItem.textLeftImageRight .teaserItemTitleInner .wrap,
    .teaser .teaserItem.textRightImageLeft .teaserItemTitleInner .wrap {
        font-size: 1em;
    }
}


/* TAX FILTER*/
.taxFilter {
    display: block;
    margin: 30px 0;
    text-align: left;
}
.taxFilter ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px 0 0;
}
.taxFilter li {
    float: left;
    margin-right: 10px;
}
.taxFilter a {
    text-decoration: none;
    display: block;
    padding: 4px 19px;
    color: inherit;
    background: #f1e9ce;
    border: 1px solid #e4ddc3;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 14px;
    line-height: 30px;
    border-radius: 20px;
    transition: all.3s;
}
.taxFilter a:hover,
.taxFilter a.active {
    background: #fec20b;
    border-color: #e4ae0a;
}

/* Content: REVIEWS */
.reviewData {
    display: flex;
}
.reviewData .revTime {
    margin-left: 10px;
}

/* 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: -10px;
    overflow: hidden;
}
.gallery .swiper-pagination {
    width: auto;
    left: 10px;
    right: 10px;
    bottom: 10px;
}
.gallery_thumbs .swiper-slide {
    opacity: .5;
    transition: all .3s;
}
.gallery_thumbs .swiper-slide:hover,
.gallery_thumbs .swiper-slide:focus-visible,
.gallery_thumbs .swiper-slide-thumb-active {
    opacity: 1;
}
.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: 20px;
}
.imgRight .imagesInnerWrap {
	margin-bottom: 20px;
	float: right;
}
.imgRight .caption {
	text-align: left;
}
.imgLeft .caption {
	text-align: right;
}
.imgWrap + .imgWrap,
.imgWrap + .imgWrap {
	margin-top: 20px;
}
.imgNone {
	margin: 20px auto;
}
.imgNone .imagesInnerWrap {
	margin: -20px;
}

.imgWidth-100,
.imgWidth-75,
.imgWidth-67,
.imgWidth-58,
.imgWidth-50,
.imgWidth-42,
.imgWidth-33 {
	width: 100%;
}
.imgWidth-25 {
	width: 50%;
}
.imgWidth-20,
.imgWidth-17,
.imgWidth-15,
.imgWidth-13 {
	width: 25%;
}

.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: 20px;
	padding-left: 20px;
	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: 20px;
	padding-right: 20px;
	float: left;
}

@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: 20px;
		padding-left: 20px;
		float: right;
	}
	.imgLeft .imgWidth-33 {
		margin-right: 20px;
		padding-right: 20px;
		float: left;
	}
}

@media (min-width: 640px) {
    .imgWidth-58,
    .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: 20px;
		padding-right: 20px;
		float: right;
	}
	.imgLeft .imgWidth-50,
	.imgLeft .imgWidth-42 {
		margin-right: 20px;
		padding-right: 20px;
		float: left;
	}
}

@media (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: 20px;
		padding-left: 20px;
		float: right;
	}
	.imgLeft .imgWidth-67 {
		margin-right: 20px;
		padding-right: 20px;
		float: left;
	}
}

@media (min-width: 960px) {
	.imgWidth-100 {
		width:100%;
	}
	.imgWidth-75 {
		width:75%;
	}
	.imgWidth-67 {
		width:66.7%;
	}
    .imgWidth-58 {
        width: 58.3333%;
    }
	.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: 20px;
		padding-left: 20px;
		float: right;
	}
	.imgLeft .imgWidth-75 {
		margin-right: 20px;
		padding-right: 20px;
		float: left;
	}
}

/* Content: GOOGLE MAPS */
.mapWrap {
    margin: 1em 0;
}
.map_canvas {
	min-height: 300px;
	height: 67vh;
	background: #EEE;
}
.map_canvas .gm-style,
.infoBox {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.infoBox {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    font-size: .833em;
    line-height: 1.333;
}
.infoBox .closeBtn {
    background: none;
    float: right;
    margin-top: -5px;
    margin-right: -5px;
    margin-left: 20px;
    padding: 5px;
    border: none;
    background: #9b2500;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    cursor: pointer;
}
.infoBox .closeBtn img {
    display: block;
}
.infoBox .closeBtn:hover {
    background: #fec20b;
    border-color: #e4ae0a;
}
.infoBox .closeBtn:hover img {
    filter: invert(1);
}
.infoBox:after,
.infoBox .nose {
    position: absolute;
    content: '';
    display: block;
    height: 0;
    width: 0;
    left: 50%;
    margin-left: -8px;
    bottom: -8px;
    border-style: solid;
    border-width: 8px 8px 0;
    border-color: #fff transparent transparent;
}
.infoBox.hasNose:after {
    display: none;
}
.map_canvas .gm-style-iw .btn {
    display: block;
    margin-top: 10px;
}
.map_canvas .gm-style-iw .btnSet {
    margin-top: 10px;
}
.infoBox .btnWrap {
    margin-top: 1em;
    margin-bottom: 1em;
}
.infoBox .btnWrap .btn,
.map_canvas .gm-style-iw .btnSet .btn {
    margin-top: 0;
    margin-bottom: 0;
    font-size: .8em;
}
.infoBox .placeTeaser,
.map_canvas .placeTeaser {
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 62.5%;
    background: #f5f6f6 no-repeat 50% 50%;
    background-size: cover;
}
.infoBox .placeTitle {
    margin: 0;
}
.infoBox .subTitle {
    display: block;
    text-transform: none;
    font-weight: 300;
    font-style: italic;
}
.infoBox p {
    margin: .667em 0;
}

.infoBox .placeTeaser .placeTitle,
.map_canvas .placeTeaser .placeTitle {
    position: absolute;
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 5px 20px;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 75%);
    text-shadow: 0 0 20px rgba(0,0,0,0.19), 0 0 6px rgba(0,0,0,0.23);
    display: block;
    width: 100%;
}
.infoBox .placeTeaser {
    width: auto;
    border-radius: 10px;
    margin: -20px;
}
.infoBox .placeTeaser:not(:last-child) {
    margin-bottom: 10px;
    border-radius: 10px 10px 0 0;
}
.infoBox .mapDesc .desc_web {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.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: #9b2500;
}
.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 #9b2500;
}
.vid:hover .playIcon:after {
	border-color: #9b2500;
	border-radius: 50%;
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
	left: -62px;
}
.vid:hover .video-time {
	background: #9b2500;
	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%;
}

/* DOWNLOADS */
.downloads {
	margin:20px 0;
}
.downloads h3 {
	margin-top:0;
}
.downloads ul {
	margin: -20px;
	list-style: none;
	padding: 0 !important;
}
.downloads li {
	padding: 20px;
	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: 500;
}
.download a.hasImg {
	padding-left: 45px;
}
.download .fileIcon {
	position: absolute;
	left: 0;
	top: .25em;
	display: block;
}
.download small {
	display: block;
	font-weight: normal;
	font-size: 80%;
}
.downloads li.video a {
	display:none;
}
.downloads li video {
	width:100%;
	height:auto;
}
.downloads .swiper-container {
    overflow: hidden;

}
.downloads .swiper-pagination {
    text-align: center;
    bottom: 0;
}
.downloads .swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px;
}
.downloads .swiper-pagination:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 0 80px #000;
    display: block;
    z-index: -1;
}

@media only screen and (min-width: 480px) {
	.downloads .grids_2 .gridItem {
		width: 50%;
		float: left;
	}
	.downloads .grids_2 .gridItem:nth-child(2n+1) {
		clear: left;
	}
	.downloads .grids_4 .gridItem {
		width:25%;
		float:left;
	}
	.downloads .grids_4 .gridItem:nth-child(4n+1) {
		clear: left;
	}
}

/* Content: SUB NAV IN ARTICLEs */
.navSub ul {
	padding: 0 0 0 2em;
}


/* Content: FORMS */
.form {
    container-type: inline-size;
    container-name: formContainer;
}
.form .hint .duty {
    padding: 2px;
    color: #fec20b;
}

.optsFieldset legend {
    margin: 0;
}
.optsFieldset {
    margin-top: 60px;
    margin-bottom: 60px;
}
.optsContainer {
    margin: 40px 0 0;
    padding: 0;
    text-align: left;
    position: relative;
}
.optsContainer.optsHint {
    margin: 20px 0 0;
}
.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 > .optsFieldset:first-child,
.form > .optsContainer:first-child {
    margin-top: 0;
}
.form > .optsContainerWrap:first-child {
    margin-top: -40px
}

.optsContainer > label {
    display: block;
    margin-bottom: 5px;
    color: #7f7b6c;
    line-height: 30px;
    font-size: 1.25rem;
    text-transform: uppercase;
    letter-spacing: .1em;
}
.optsRadio .optsInputWrap > label,
.optsCheckbox .optsInputWrap > label,
.optsContainer .optsInputWrap .optsInputLabel,
.optsInputWrap > label,
.optsInputWrap > .optsInputDynamicLabel {
    display: block;
    margin: 0;
    padding: 0 5px;
    text-align: left;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.5625;
    font-family: 'Playfair Display', serif;
    position: absolute;
    left: 15px;
    top: 10px;
    transition: all .2s .1s;
    pointer-events: none;
    max-width: 95%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #191815;
    background: #f1e9ce;
}
.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 > .optsInputDynamicLabel,
.optsInputWrap.hasFocus > label {
    top: -6px;
    font-size: 12px;
    line-height: 15px;
    transition: all .2s;
    background: #fef6d9;
}
.optsInputWrap > label:first-child {
    position: static;
    padding: 0;
    margin-bottom: 5px;
    text-overflow: clip;
    max-width: none;
}
.optsContainer .optsInputWrap .optsInputLabel {
    float: left;
    padding: 5px 20px 5px 0;
    margin: 0;
    position: static;
    line-height: 30px;
    font-size: 1.25rem;
}
.optsContainer .optsInputWrap .optsInputLabel .icon {
    position: static;
}
.optsContainer.optsDuty > label:after,
.optsContainer.optsDuty .optsInputWrap > label:after {
    color: #fec20b;
    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: .75rem;
    color: #7f7b6c;
    padding-left: 3px;
}
.optsContainer > label .shortInfo:before,
.optsInputWrap > label .shortInfo:before {
    content:' (';
}
.optsContainer > label .shortInfo:after,
.optsInputWrap > label .shortInfo:after {
    content:')';
}

.optsInputWrap input:not(.optsSwitch),
.optsInputWrap .input,
.optsInputWrap textarea,
.optsInputWrap select,
.optsInputWrap .selectOver,
.optsInputWrap .optsCounterWrap .over {
    width: 100%;
    padding: 9px 20px;
    background: #f1e9ce;
    color: inherit;
    border: 1px solid #e4ddc3;
    font-weight: 400;
    transition: border-color .2s, background .2s;
    position: relative;
    display: block;
    border-radius: calc(10px + .89285em);
    font-size: .875rem;
    line-height: 1.7857;
}
.optsInputWrap .selectOver {
    padding-right: 40px;
}
.optsError .error {
    font-size: 80%;
    padding: 5px 0 0;
}
.optsError > label {
    color: #9b2500;
}
.optsError .optsInputWrap input:not(.optsSwitch),
.optsError .optsInputWrap .input,
.optsError .optsInputWrap textarea,
.optsError .optsInputWrap select,
.optsError .optsInputWrap .selectOver,
.optsError .optsInputWrap .optsCounterWrap .over {
    border-color: #9b2500;
}

.optsInputWrap input:not(.optsSwitch):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: #cbc5ae;
    box-shadow: 0 0 5px #e4ddc3;
}
.optsInputWrap input:not(.optsSwitch):focus,
.optsInputWrap .input:focus,
.optsInputWrap textarea:focus,
.optsInputWrap select:focus,
.optsInputWrap .selectWrap.focus .selectOver,
.optsInputWrap .optsCounterWrap.focus .over {
    border-color: #cbc5ae;
    background: #fef6d9;
    box-shadow: 0 0 5px #e4ddc3;
}
.optsInputWrap input:focus-visible,
.optsInputWrap .input:focus-visible,
.optsInputWrap textarea:focus-visible,
.optsInputWrap select:focus-visible,
.optsInputWrap .selectWrap.focus .selectOver,
.optsInputWrap .optsCounterWrap.focus .over,
.optsCheckbox:focus-within .optsInputWrap,
.optsRadio:focus-within .optsInputWrap {
    outline: 2px solid rgba(254,194,11,.75);
}

.optsInputWrap.optsMultiline input {
    padding-top: 0;
    padding-bottom: 0;
    border-top-width: 0;
    border-bottom-width: 0;
    border-radius: 0;
}
.optsInputWrap.optsMultiline input:first-child {
    padding-top: 9px;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
    border-top-width: 1px;
}
.optsInputWrap.optsMultiline input:last-of-type {
    padding-bottom: 9px;
    border-bottom-width: 1px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
}


.optsCheckbox .optsInputWrap,
.optsRadio .optsInputWrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    border: 1px solid #e4ddc3;
    background: #f1e9ce;
    border-radius: calc(10px + .89285em);
    padding: 4px 20px;
    transition: all .3s;
}
.optsInputWrap .optsInline {
    float: left;
    margin-right: 20px;
    display: flex;
    align-items: center;
}
.optsContainer .optsInline input:not(.optsSwitch) {
    position: absolute;
    opacity: 0;
}
.optsContainer .optsLine {
    float: none;
    margin-right: 0;
    flex-grow: 1;
}
.optsContainer .optsLineFull {
    width: 100%;
}
.optsContainer .optsInline.optsSwitchContainer {
    justify-content: flex-end;
}
.optsInputWrap .optsInline label {
    display: block;
    padding: 10px 0 10px 25px;
    line-height: 20px;
    margin: 0;
    cursor: pointer;
    transition: background .2s;
    position: relative;
    color: #7f7b6c;
}
.optsContainer .optsLineFull label {
    width: 100%;
}
.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: 20px;
    height: 20px;
    border: 1px solid #7f7b6c;
    left: 0;
    top: 10px;
}
.optsInputWrap .optsInline input[type="checkbox"] + label:after {
    width: 13px;
    height: 7px;
    left: 3px;
    top: 15px;
    transform: rotate(-45deg);
    border-color: #fff;
    border-bottom-color: rgb(255, 255, 255);
    border-left-color: rgb(255, 255, 255);
    border-left: 3px solid transparent;
    border-bottom: 3px solid transparent;
}
.optsInputWrap .optsInline input[type="radio"] + label:after {
    width: 8px;
    height: 8px;
    left: 6px;
    top: 16px;
    background: transparent;
    border-radius: 4px;
}
.optsInputWrap .optsInline input[type="radio"] + label:before {
    border-radius: 10px;
}
.optsInputWrap .optsInline input:focus-visible + label {
    outline: 2px solid rgba(254,194,11,.75);
}
.optsInputWrap .optsInline label:hover,
.optsInputWrap .optsInline input:checked + label {
    color: inherit;
    border-color: #191815;
}
.optsInputWrap .optsInline input:checked + label:before {
    background: #fef6d9;
    border-color: #191815;
}
.optsInputWrap .optsInline input:checked + label:after {
    border-color: #fec20b;
}
.optsInputWrap .optsInline input[type="radio"]:checked + label:after {
    background: #fec20b;
}
.optsInputWrap .optsInline + .optsListCheck {
    margin-top: 20px;
}
.optsInputWrap .optsInline + .optsListCheckIndent {
    padding-left: 25px;
    padding-right: 9px;
}
.optsContainer .optsLineFull {
    width: 100%;
}
.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: #111;
}

.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;
}
.optsContainer .selectOver:after {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -3px;
    content: '';
    display: block;
    height: 0;
    width: 0;
    border-style: solid;
    border-width: .429em .357em 0 .357em;
    border-color: #7f7b6c transparent transparent;
    transform-origin: 50% 50%;
    transition: all .2s;
}
.optsContainer .selectWrap:hover .selectOver:after {
    border-top-color: #191815;
}
.optsContainer .selectWrap.focus .selectOver:after {
    transform: rotate(180deg);
    border-top-color: #191815;
}
.optsContainer .selectWrap select,
.optsContainer .optsCounterWrap input,
.optsContainer .optsCounterWrap select {
    width: 100%;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}
.optsInputWrap .optsCounterWrap .optsCounterUp,
.optsInputWrap .optsCounterWrap .optsCounterDown {
    position: absolute;
    padding: 10px 5px;
    top: 50%;
    margin-top: -.555em;
    margin-top: calc(-.555em - 10px);
    text-align: center;
    background: none;
}
.optsInputWrap .optsCounterWrap .optsCounterUp .icon,
.optsInputWrap .optsCounterWrap .optsCounterDown .icon {
    position: static;
    width: 1.333em;
    height: 1.333em;
    line-height: 1.2;
    font-size: .9375em;
    border: 1px solid #cbc5ae;
    border-radius: .667em;
    display: block;
    margin: 0;
    text-align: center;
    transition: all .3s;
 }
.optsInputWrap .optsCounterWrap .optsCounterUp:hover .icon,
.optsInputWrap .optsCounterWrap .optsCounterDown:hover .icon {
    color: #fff;
    border-color: #191815;
    background: #191815;
}
.optsInputWrap .optsCounterWrap .optsCounterUp:disabled,
.optsInputWrap .optsCounterWrap .optsCounterDown:disabled {
    pointer-events: none;
    opacity: .5;
}
.optsInputWrap .optsCounterWrap .optsCounterUp {
    right: calc(24px + 1.333em);
}
.optsInputWrap .optsCounterWrap .optsCounterDown {
    right: 15px;
}
.optsInputWrap .optsCounterWrap .over {
    padding-right: calc(29px + 2.667em);
}
.optsInputWrap .gridWrap {
    margin-bottom: -40px;
}
.optsInputWrap .gridWrap .optsLine {
    padding: 0 30px;
}
.optsContainer .optsNfo {
    padding-top: 10px;
    margin-left: 0;
    clear: both;
}
.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;
}
.optsFieldset > .optsContainerWrap:first-child,
.optsFieldset > legend:first-child + .optsContainerWrap {
    margin-top: -20px
}

.optsContainerWrap .optsContainer {
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    flex-grow: 1;
}
.optsContainerWrap .optsContainer.userInfo {
    margin-bottom: -20px;
}
.optsContainerWrap .optsContainerWidth_25 {
    width: 50%;
}
.optsContainerWrap .ipHalf + .ipHalf {
    margin-top: 2em;
}

.optsInputWrap .icon:not(.avoid) {
    position: absolute;
    top: 50%;
    margin-top: -.5em;
    line-height: 1;
    right: 20px;
    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: #111;
}
.optsContainer .date input,
.optsContainer .date .input {
    float: none;
    width: 100%;
}

/* Swtiches */
input.optsSwitch {
    float: right;
    flex-shrink: 0;
    width: 2em;
    height: 1em;
    vertical-align: top;
    appearance: none;

    background: #C00 no-repeat left center;
    background-image:  url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
    background-size: contain;

    border: none;
    border-radius: 2em;

    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact;

    box-shadow: 0 1px 3px rgba(0,0,0,.5) inset;
    font-size: 1.5em;

    transition: background .3s;

    display: block !important;
}
input.optsSwitch:focus-visible {
    outline: 2px solid rgba(254,194,11,.75);
}
input:checked.optsSwitch {
    background-color: #00b300;
    background-position: right center;
}
input:disabled.optsSwitch  {
    background-color: #ddd;
}

/* Schaltflächen */
.btnContainer {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
    align-items: center;
}
.optsContainerWrap + .btnContainer,
.optsContainer + .btnContainer,
.btnContainer + .btnContainer,
.optsContainerGroupWrap + .btnContainer,
.optsFieldset + .btnContainer {
    margin-top: 40px;
}
.btnContainer .btnLess,
.btnContainer .backLink {
    float: left;
    margin: 0;
    flex-grow: 1;
    order: 1;
    margin-top: 20px;
    width: 100%;
}
.btnContainer.hasCancel .cancel {
    text-align: left;
    display: block;
    margin-top: 20px;
}

.optsCompare {
    padding: 9px 9px 29px;
    border-radius: 30px;
    background: #f1e9ce;
    border: 1px solid #e4ddc3;
    container-type: inline-size;
    container-name: compareContainer;
    display: flex;
    flex-wrap: wrap;
}
.optsCompare .label {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 14px;
    margin-right: 5px;
}
.optsCompare .optsCompareBlock {
    width: 100%;
    flex-grow: 1;
    padding: 20px 20px 0;
}
.optsCompare .optsCompareRow {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}
.optsCompare .optsCompareRow .value {
    flex-grow: 1;
}
.optsCompare .price {
    text-transform: uppercase;
    float: right;
    line-height: inherit;
    padding-left: 10px;
}
@media (min-width: 640px) {
    .optsInputWrap input:not(.optsSwitch),
    .optsInputWrap .input,
    .optsInputWrap textarea,
    .optsInputWrap select,
    .optsInputWrap .selectOver,
    .optsInputWrap .optsCounterWrap .over {
        font-size: 1rem;
        line-height: 1.875;
    }
    .optsRadio .optsInputWrap > label,
    .optsCheckbox .optsInputWrap > label,
    .optsContainer .optsInputWrap .optsInputLabel,
    .optsInputWrap > label {
        font-size: 1.25rem;
        line-height: 1.5;
    }
}

@container formContainer (min-width: 640px) {
    .optsContainerWrap .optsContainerWidth_75 {
        width: calc(75% - 20px);
    }
    .optsContainerWrap .optsContainerWidth_67 {
        width: calc((100% / 3 * 2) - 20px);
    }
    .optsContainerWrap .optsContainerWidth_50 {
        width: calc(50% - 20px);
    }
    .optsContainerWrap .optsContainerWidth_33 {
        width: calc((100% / 3) - 20px);
    }
    .optsContainerWrap .optsContainerWidth_25 {
        width: calc(25% - 20px);
    }

    .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;
    }
    .btnContainer .btnLess,
    .btnContainer .backLink {
        flex-grow: 1;
        order: 0;
        margin-top: 0;
        width: auto;
    }
}

@container compareContainer (min-width: 640px) {
    .optsCompare .optsCompareBlock {
        width: 50%;
        flex-grow: 1;
    }
}

/* Content: LISTS */
.list .listItem + .listItem {
	margin-top: 2em;
}
.list .listItem {
    container-name: contentContainer;
    container-type: inline-size;
    overflow: hidden;
    border-radius: 30px;
    background: #f1e9ce;
    border: 1px solid #e4ddc3;
}
.list .articleWrap {
    padding: 30px;
    position: relative;
}
.list .articleWrap .headline {
	margin: 0;
}
.list .articleWrap .dateText {
	font-size: 80%;
	line-height: 1.25;
}
.list .ribbon {
    position: absolute;
    background: #9b2500;
    color: #fff;
    box-shadow: 0 0 0 999px #9b2500;
    clip-path: inset(0 -100%);
    inset: 0 0 auto auto;
    transform-origin: 0 0;
    transform: translate(29.3%) rotate(45deg);
    margin: 0;
    padding: 5px 0;
    font-size: 12px;
    line-height: 1.667;
}

.list .ribbon .price {
    font-weight: bold;
}
.list .articleImgNone,
.list .articleImgLeft,
.list .articleImgRight {
	float: none;
	margin: 0 auto;
}
.list .articleImgLeft.imgWidth-5,
.list .articleImgLeft.imgWidth-10,
.list .articleImgLeft.imgWidth-13 {
	float: left;
    width: 15%;
}
.list .articleImgLeft.imgWidth-15,
.list .articleImgLeft.imgWidth-17,
.list .articleImgLeft.imgWidth-20 {
    float: left;
    width: 25%;
}
.list .articleImgLeft.imgWidth-25 {
    float: left;
    width: 33.3%;
}
.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 {
    float: right;
    width: 15%;
}
.list .articleImgRight.imgWidth-15,
.list .articleImgRight.imgWidth-17,
.list .articleImgRight.imgWidth-20 {
    float: right;
    width: 25%;
}
.list .articleImgRight.imgWidth-25 {
    float: right;
    width: 33.3%;
}
.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: 25%;
}
.list .articleImgRight.imgWidth-25 + .articleWrap {
	margin-right: 33.3%;
}

@container contentContainer (min-width: 480px) {
    .list .articleImgLeft.imgWidth-5,
    .list .articleImgRight.imgWidth-5,
    .list .articleImgLeft.imgWidth-10,
    .list .articleImgRight.imgWidth-10 {
        width: 15%;
    }
    .list .articleImgLeft.imgWidth-13,
    .list .articleImgRight.imgWidth-13 {
        width: 20%;
    }
    .list .articleImgLeft.imgWidth-15,
    .list .articleImgRight.imgWidth-15,
    .list .articleImgLeft.imgWidth-17,
    .list .articleImgRight.imgWidth-17,
    .list .articleImgLeft.imgWidth-20,
    .list .articleImgRight.imgWidth-20 {
        width: 33.3%;
    }

    .list .articleImgLeft.imgWidth-33 {
		float: left;
        width: 50%;
	}
	.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 {
		margin-left: 50%;
	}

	.list .articleImgRight.imgWidth-33 {
		float: right;
        width: 50%;
	}
	.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 {
		margin-right: 50%;
	}
}

@container contentContainer (min-width: 640px) {
    .list .articleImgLeft.imgWidth-17,
    .list .articleImgRight.imgWidth-17,
    .list .articleImgLeft.imgWidth-20,
    .list .articleImgRight.imgWidth-20 {
        width: 25%;
    }
    .list .articleImgLeft.imgWidth-25,
    .list .articleImgRight.imgWidth-25 {
        width: 33.3%;
    }

	.list .articleImgLeft.imgWidth-42,
	.list .articleImgLeft.imgWidth-50 {
		float: left;
        width: 50%;
	}
	.list .articleImgLeft.imgWidth-17 + .articleWrap,
	.list .articleImgLeft.imgWidth-20 + .articleWrap {
		margin-left: 25%;
	}
	.list .articleImgLeft.imgWidth-25 + .articleWrap {
		margin-left: 33.3%;
	}
	.list .articleImgLeft.imgWidth-42 + .articleWrap,
	.list .articleImgLeft.imgWidth-50 + .articleWrap {
		margin-left: 50%;
	}

	.list .articleImgRight.imgWidth-42,
	.list .articleImgRight.imgWidth-50 {
		float: right;
        width: 50%;
	}
	.list .articleImgRight.imgWidth-17 + .articleWrap,
	.list .articleImgRight.imgWidth-20 + .articleWrap {
		margin-right: 25%;
	}
	.list .articleImgRight.imgWidth-25 + .articleWrap {
		margin-right: 33.3%;
	}
	.list .articleImgRight.imgWidth-42 + .articleWrap,
	.list .articleImgRight.imgWidth-50 + .articleWrap {
		margin-right: 50%;
	}
}

@container contentContainer (min-width: 720px) {
    .list .articleImgLeft.imgWidth-5,
    .list .articleImgRight.imgWidth-5,
    .list .articleImgLeft.imgWidth-10,
    .list .articleImgRight.imgWidth-10,
    .list .articleImgLeft.imgWidth-13,
    .list .articleImgRight.imgWidth-13 {
        width: 15%;
    }
    .list .articleImgLeft.imgWidth-15,
    .list .articleImgRight.imgWidth-15,
    .list .articleImgLeft.imgWidth-17,
    .list .articleImgRight.imgWidth-17,
    .list .articleImgLeft.imgWidth-20,
    .list .articleImgRight.imgWidth-20 {
        width: 20%;
    }
    .list .articleImgLeft.imgWidth-25,
    .list .articleImgRight.imgWidth-25,
    .list .articleImgLeft.imgWidth-33,
    .list .articleImgRight.imgWidth-33 {
        width: 33.3%;
    }

	.list .articleImgLeft.imgWidth-67 {
		float: left;
        width: 50%;
	}
	.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 {
		margin-left: 50%;
	}

	.list .articleImgRight.imgWidth-67 {
		float: right;
        width: 50%;
	}
	.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 {
		margin-right: 50%;
	}
}

@container contentContainer (min-width: 960px) {
    .list .articleImgLeft.imgWidth-5,
    .list .articleImgRight.imgWidth-5 {
        width: 5%;
    }
    .list .articleImgLeft.imgWidth-10,
    .list .articleImgRight.imgWidth-10 {
        width: 10%;
    }
    .list .articleImgLeft.imgWidth-13,
    .list .articleImgRight.imgWidth-13 {
        width: 12.5%;
    }
    .list .articleImgLeft.imgWidth-15,
    .list .articleImgRight.imgWidth-15 {
        width: 15%;
    }
    .list .articleImgLeft.imgWidth-17,
    .list .articleImgRight.imgWidth-17 {
        width: 15%;
    }
    .list .articleImgLeft.imgWidth-20,
    .list .articleImgRight.imgWidth-20 {
        width: 15%;
    }
    .list .articleImgLeft.imgWidth-25,
    .list .articleImgRight.imgWidth-25 {
        width: 25%;
    }
    .list .articleImgLeft.imgWidth-33,
    .list .articleImgRight.imgWidth-33 {
        width: 33.3%;
    }
    .list .articleImgLeft.imgWidth-42,
    .list .articleImgRight.imgWidth-42 {
        width: 33.3%;
    }
    .list .articleImgLeft.imgWidth-50,
    .list .articleImgRight.imgWidth-50 {
        width: 33.3%;
    }
    .list .articleImgLeft.imgWidth-67,
    .list .articleImgRight.imgWidth-67 {
        width: 33.3%;
    }
    .list .articleImgLeft.imgWidth-75,
    .list .articleImgRight.imgWidth-75 {
        width: 33.3%;
    }


	.list .articleImgLeft.imgWidth-75 {
		float: left;
        width: 75%;
	}
	.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 {
		margin-left: 75%;
	}

	.list .articleImgRight.imgWidth-75 {
		float: right;
        width: 75%;
	}
	.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 {
		margin-right: 75%;
	}
}

/* Content: GRIDS */
.gridWrap {
	margin: 20px -20px 0;
    display: flex;
    container-name: gridContainer;
    container-type: inline-size;
    list-style: none;
    padding: 0;
}
.gridWrap:not(.swiper-wrapper) {
    flex-wrap: wrap;
}
.gridWrap .articleGrid {
	padding: 0 20px 40px 20px;
	position: relative;
    width: 100%;
    flex: 0 0 auto;
}
.gridWrap .leftContainer,
.gridWrap .rightContainer {
	width: 100%;
}
.gridWrap .rightContainer {
	float: right;
}

.articleGrid {
	position: relative;
	z-index: 1;
	width: 100%;
}
.articleGrid .gridWrapInner {
    display: block;
    overflow: hidden;
    border-radius: 30px;
    background: #f1e9ce;
    border: 1px solid #e4ddc3;
    text-decoration: none;
    color: inherit;
    height: 100%;
    container-name: imagesContainer;
    container-type: inline-size;
}

.articleGrid .info {
    padding: 29px;
}
.articleGrid .info > :first-child {
	margin-top: 0;
}
.articleGrid .info > :last-child {
	margin-bottom: 0;
}
.articleGrid .headline {
	margin: 0;
}
.articleGrid .headline a {
	text-decoration: none;
	display: block;
}
.articleGrid .imgWrap {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	position: relative;
}
.articleGrid .articleTeaser {
    position: relative;
}
.articleGrid .articleTeaser .attrList {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 20px 5px 30px;
    margin: 0;
    z-index: 1;
}
.articleGrid .articleTeaser .attrList:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 150%;
    background: linear-gradient(0deg,rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0) 100%);
    z-index: 0;
    opacity: 1;
    pointer-events: none;
    z-index: -1;
}
.articleGrid .articleTeaser .attrList li {
    background: rgba(0,0,0,.3);
    border: 1px solid rgba(255,255,255,.25);
    color: #fff;
    border-radius: 10px;
    padding: 0 5px;
    margin: 0 10px 5px 0;
}
.articleGrid .articleTeaser .attrList li:after {
    display: none;
}
.articleGrid .articleTeaserIcon .imgWrap .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.875em;
}
.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: initial;
}
.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;
}

.gridWrap.open .articleGrid .gridWrapInner {
    border: none;
    background: transparent;
    border-radius: 0;
}
.gridWrap.open .articleGrid .info {
    padding: 0;
}
.gridWrap.open .articleImgNone:not(.imgWidth-100) {
    margin-left: 0;
    margin-bottom: 10px;
}
.gridWrap.open .articleImgNone.imgHeight-100:not(.imgWidth-100) {
    border-radius: 50%;
    overflow: hidden;
}
.gridWrap.open .articleGrid.divider:after {
    content: '';
    width: 1px;
    background: #e4ddc3;
    top: 0;
    bottom: 40px;
    right: 0;
    display: block;
    position: absolute;
}
.gridWrap.open .articleGrid.divider:last-child:after {
    display: none !important;
}
.gridWrap.open  .articleTeaserIcon .articleImgNone.imgHeight-100:not(.imgWidth-100) {
    background: #f1e9ce;
    border: 1px solid #e4ddc3;
}
@container gridContainer (min-width: 480px) {
	.gridWrap .gridWidth_25 {
		width: 50%;
	}
    .gridWrap.open .gridWidth_25.divider:nth-child(2n):after {
        display: none;
    }
}

@container gridContainer (min-width: 560px) {
	.gridWrap .gridWidth_50,
	.gridWrap .leftContainer,
	.gridWrap .rightContainer {
		width: 50%;
	}

    .gridWrap.open .gridWidth_50.divider:nth-child(2n):after {
        display: none;
    }
}

@container gridContainer (min-width: 640px) {
	.gridWrap .gridWidth_33 {
		width: 50%;
	}
    .gridWrap.open .gridWidth_33.divider:nth-child(2n):after {
        display: none;
    }
}

@container gridContainer (min-width: 960px) {
    .gridWrap .gridWidth_25 {
        width: 25%;
    }
    .gridWrap .gridWidth_33 {
		width: 33.33%;
	}
    .gridWrap.open .gridWidth_25.divider:nth-child(2n):after,
    .gridWrap.open .gridWidth_33.divider:nth-child(2n):after {
        display: block;
    }
    .gridWrap.open .gridWidth_25.divider:nth-child(4n):after {
        display: none;
    }
    .gridWrap.open .gridWidth_33.divider:nth-child(3n):after {
        display: none;
    }
}

/* Content: GRIDS */
.bookContentsSlider {
    margin: 20px -20px 0;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    container-name: gridContainer;
    container-type: inline-size;
}
.bookContentsSlider .articleGrid {
    padding: 0 20px 40px 20px;
    position: relative;
    flex: 0 0 auto;
    height: auto;
    container-name: contentContainer;
    container-type: inline-size;
}
.bookContentsSlider .articleWrap {
    padding: 30px 30px 70px;
}
.bookContentsSlider.hasMultipleBoxColumns .articleWrap {
    padding-bottom: 30px;
}
.bookContentsSlider .gridWrapInner {
    display: flex;
    flex-wrap: wrap;
}

.bookContentsSlider .imgWidth-25 + .articleWrap {
    width: 50%;
}
.bookContentsSlider .imgWidth-20 + .articleWrap,
.bookContentsSlider .imgWidth-17 + .articleWrap,
.bookContentsSlider .imgWidth-15 + .articleWrap {
    width: 75%;
}
.bookContentsSlider .imgWidth-13 + .articleWrap,
.bookContentsSlider .imgWidth-10 + .articleWrap,
.bookContentsSlider .imgWidth-5 + .articleWrap {
    width: 85%;
}

.bookContentsSlider .articleImgRight.imgWidth-25,
.bookContentsSlider .articleImgRight.imgWidth-20,
.bookContentsSlider .articleImgRight.imgWidth-17,
.bookContentsSlider .articleImgRight.imgWidth-15,
.bookContentsSlider .articleImgRight.imgWidth-13,
.bookContentsSlider .articleImgRight.imgWidth-10,
.bookContentsSlider .articleImgRight.imgWidth-5 {
    order: 1;
}
.bookContentsSlider .img {
    height: 100%;
}
.bookContentsSlider .img img {
    object-fit: cover;
    height: 100%;
}

/* Swiper Overwrites */
.bookContentsSlider .swiper-pagination {
    bottom: 70px;
    left: 50px;
}
.bookContentsSlider .swiper-button-prev,
.bookContentsSlider .swiper-button-next {
    color: inherit;
    font-size: 1.25rem;
    margin: 0;
    right: 35px;
    left: auto;
    bottom: 65px;
    top: auto;
    z-index: 3;
    text-shadow: none;
}
.bookContentsSlider .swiper-button-prev:hover,
.bookContentsSlider .swiper-button-next:hover {
    background: #fef6d9;
}
.bookContentsSlider .swiper-button-prev {
    right: 70px;
}
.bookContentsSlider.hasMultipleBoxColumns {
    padding-top: 70px;
    margin-top: -50px;
}
.vcContentSection + .bookContentsSlider.hasMultipleBoxColumns {
    margin-top: -30px;
}
.bookContentsSlider.hasMultipleBoxColumns .swiper-button-prev,
.bookContentsSlider.hasMultipleBoxColumns .swiper-button-next {
    bottom: auto;
    top: 0;
    margin-right: -20px;
}

.bookContentsSlider .swiper-pagination-bullet {
    font-size: .875em;
    line-height: 1.4286;
    width: calc(1.4286em + 10px);
    text-align: center;
    padding: 4px;
    background: #f1e9ce;
    border: 1px solid #e4ddc3;
    border-radius: calc(5px + .7143em);
    font-weight: 700;
    height: auto;
    margin: 0 5px;
}
.bookContentsSlider .swiper-pagination-bullet:hover,
.bookContentsSlider .swiper-pagination-bullet-active {
    background: #fef6d9;
    border-color: #fef6d9;
}
.bookContentsSlider .swiper-pagination-bullet:first-child {
    margin-left: 0;
}
.bookContentsSlider .swiper-pagination-bullet:last-child {
    margin-right: 0;
}
.bookContentsSlider .swiper-pagination-bullet:after {
    display: none;
}
.bookContentsSlider .swiper-pagination-progressbar {
    width: calc(75% - 40px);
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}
@container gridContainer (min-width: 560px) {
    .bookContentsSlider .gridWidth_50 {
        width: 50%;
    }
}

@container gridContainer (min-width: 640px) {
    .bookContentsSlider .gridWidth_33 {
        width: 50%;
    }
    .bookContentsSlider .swiper-pagination-progressbar {
        width: calc(33.33% - 40px);
    }
}

@container gridContainer (min-width: 960px) {
    .bookContentsSlider .gridWidth_33 {
        width: 33.33%;
    }
    .bookContentsSlider .swiper-pagination-progressbar {
        width: calc(25% - 40px);
    }
}
@container contentContainer (min-width: 480px) {
    .bookContentsSlider .imgWidth-33 + .articleWrap,
    .bookContentsSlider .imgWidth-25 + .articleWrap {
        width: 50%;
    }
    .bookContentsSlider .imgWidth-20 + .articleWrap,
    .bookContentsSlider .imgWidth-17 + .articleWrap,
    .bookContentsSlider .imgWidth-15 + .articleWrap {
        width: 66.7%;
    }
    .bookContentsSlider .imgWidth-13 + .articleWrap {
        width: 80%;
    }
    .bookContentsSlider .imgWidth-10 + .articleWrap,
    .bookContentsSlider .imgWidth-5 + .articleWrap {
        width: 85%;
    }
    .bookContentsSlider .articleImgRight.imgWidth-33 {
        order: 1;
    }
}
@container contentContainer (min-width: 640px) {
    .bookContentsSlider .imgWidth-58 + .articleWrap,
    .bookContentsSlider .imgWidth-50 + .articleWrap,
    .bookContentsSlider .imgWidth-42 + .articleWrap {
        width: 50%;
    }
    .bookContentsSlider .imgWidth-25 + .articleWrap {
        width: 66.7%;
    }
    .bookContentsSlider .imgWidth-20 + .articleWrap,
    .bookContentsSlider .imgWidth-17 + .articleWrap {
        width: 75%;
    }
    .bookContentsSlider .articleImgRight.imgWidth-58,
    .bookContentsSlider .articleImgRight.imgWidth-50,
    .bookContentsSlider .articleImgRight.imgWidth-42 {
        order: 1;
    }
    .bookContentsSlider.sliderImgWidth-58.sliderArticleImgRight .swiper-button-prev,
    .bookContentsSlider.sliderImgWidth-58.sliderArticleImgRight .swiper-button-next,
    .bookContentsSlider.sliderImgWidth-50.sliderArticleImgRight .swiper-button-prev,
    .bookContentsSlider.sliderImgWidth-50.sliderArticleImgRight .swiper-button-next,
    .bookContentsSlider.sliderImgWidth-42.sliderArticleImgRight .swiper-button-prev,
    .bookContentsSlider.sliderImgWidth-42.sliderArticleImgRight .swiper-button-next {
        margin-right: calc(50% - 20px);
    }
}
@container contentContainer (min-width: 720px) {
    .bookContentsSlider .imgWidth-67 + .articleWrap {
        width: 50%;
    }
    .bookContentsSlider .imgWidth-33 + .articleWrap,
    .bookContentsSlider .imgWidth-25 + .articleWrap {
        width: 66.7%;
    }
    .bookContentsSlider .imgWidth-20 + .articleWrap,
    .bookContentsSlider .imgWidth-17 + .articleWrap,
    .bookContentsSlider .imgWidth-15 + .articleWrap {
        width: 80%;
    }
    .bookContentsSlider .imgWidth-13 + .articleWrap,
    .bookContentsSlider .imgWidth-10 + .articleWrap,
    .bookContentsSlider .imgWidth-5 + .articleWrap {
        width: 85%;
    }
    .bookContentsSlider .articleImgRight.imgWidth-67 {
        order: 1;
    }
    .bookContentsSlider.sliderImgWidth-67.sliderArticleImgRight .swiper-button-prev,
    .bookContentsSlider.sliderImgWidth-67.sliderArticleImgRight .swiper-button-next {
        margin-right: calc(50% - 20px);
    }
}
@container contentContainer (min-width: 960px) {
    .bookContentsSlider .imgWidth-100 + .articleWrap {
        width: 100%;
    }
    .bookContentsSlider .imgWidth-75 + .articleWrap {
        width: 25%;
    }
    .bookContentsSlider .imgWidth-67 + .articleWrap {
        width: 33.3%;
    }
    .bookContentsSlider.sliderImgWidth-67.sliderArticleImgRight .swiper-button-prev,
    .bookContentsSlider.sliderImgWidth-67.sliderArticleImgRight .swiper-button-next {
        margin-right: calc(66.7% - 20px);
    }
    .bookContentsSlider .imgWidth-58 + .articleWrap {
        width: 41.6667%;
    }
    .bookContentsSlider.sliderImgWidth-58.sliderArticleImgRight .swiper-button-prev,
    .bookContentsSlider.sliderImgWidth-58.sliderArticleImgRight .swiper-button-next {
        margin-right: calc(58.3333% - 20px);
    }
    .bookContentsSlider .imgWidth-50 + .articleWrap {
        width: 50%;
    }
    .bookContentsSlider.sliderImgWidth-50.sliderArticleImgRight .swiper-button-prev,
    .bookContentsSlider.sliderImgWidth-50.sliderArticleImgRight .swiper-button-next {
        margin-right: calc(50% - 20px);
    }
    .bookContentsSlider .imgWidth-42 + .articleWrap {
        width: 58.3%;
    }
    .bookContentsSlider.sliderImgWidth-42.sliderArticleImgRight .swiper-button-prev,
    .bookContentsSlider.sliderImgWidth-42.sliderArticleImgRight .swiper-button-next {
        margin-right: calc(41.7% - 20px);
    }
    .bookContentsSlider .imgWidth-33 + .articleWrap {
        width: 66.7%;
    }
    .bookContentsSlider .imgWidth-25 + .articleWrap {
        width: 75%;
    }
    .bookContentsSlider .imgWidth-20 + .articleWrap {
        width: 80%;
    }
    .bookContentsSlider .imgWidth-17 + .articleWrap {
        width: 83.3334%;
    }
    .bookContentsSlider .imgWidth-15 + .articleWrap {
        width: 85%;
    }
    .bookContentsSlider .imgWidth-13 + .articleWrap {
        width: 87.5%;
    }
    .bookContentsSlider .imgWidth-10 + .articleWrap {
        width: 90%;
    }
    .bookContentsSlider .imgWidth-5 + .articleWrap {
        width: 95%;
    }
    .bookContentsSlider .articleImgRight.imgWidth-75 {
        order: 1;
    }

}

/* Site: PAGE JUMPS */
.pageJumperFooterWrap {
    background: #f1e9ce;
}
.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: 9px 0;
	margin:0 1em;
	display:block;
	float:left;
	width:40px;
	height:40px;
    background: #f1e9ce;
    border: 1px solid #e4ddc3;
    color: #191815;
	font-weight: normal;
	line-height: 20px;
	text-align:center;
	text-decoration: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.pagerJumper a:hover {
	background: #191815;
    border-color: #191815;
	color: #f1e9ce;
}
.pagerJumper a:hover .iconForward {
	background-position: -570px -50px;
}
.pagerJumper a:hover .iconBackward {
	background-position: -530px -50px;
}
.pagerJumper a.aktiv {
	font-weight: bold;
    background: #fec20b;
    border-color: #e4ae0a;
    color: #191815;
}
.pagerJumper a .sprt {
	display:inline-block;
}
.pages {
	text-align:center;
	border-top: 2px solid #beb8a3;
	padding-top: 19px;
	margin: 19px 0 20px;
	color: inherit;
}
.pages > * {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}
.pages a {
	font-weight: normal;
	padding: 0 10px;
	position: relative;
	color: inherit;
	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 #9b2500 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 #9b2500;
	border-width: .357em 0 .357em .429em;
	right: 0;
	left: auto;
}
.pages a.disabled {
	color: #7f7b6c;
	text-decoration: none;
}

/* Captcha */
.optsCaptcha .captchaImgWrap,
.optsFieldCaptcha .captchaImgWrap {
    margin-top: 10px;
}
.optsCaptcha .optsCaptchaGraphics,
.optsFieldCaptcha .optsCaptchaGraphics {
    width: 100%;
    height: auto;
    display: block;
}
.optsCaptcha .captchaReload,
.optsFieldCaptcha .captchaReload {
    display: block;
    margin-top: 5px;
    cursor: pointer;
}

.optsContainer.optsCompact:not(.optsCaptcha) input[placeholder]::-webkit-input-placeholder {
    /* WebKit browsers */
    color: transparent;
}
.optsContainer.optsCompact:not(.optsCaptcha) input[placeholder]:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: transparent;
}
.optsContainer.optsCompact:not(.optsCaptcha) input[placeholder]::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: transparent;
}
.optsContainer.optsCompact:not(.optsCaptcha) input[placeholder]:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: transparent;
}
.optsContainer.optsCompact:not(.optsCaptcha) input[placeholder]::placeholder {
    color: transparent;
}


.optsContainer.optsCompact.optsCaptcha input[placeholder]::-webkit-input-placeholder {
    /* WebKit browsers */
    color: inherit;
    opacity: .5;
}
.optsContainer.optsCompact.optsCaptcha input[placeholder]:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: inherit;
    opacity: .5;
}
.optsContainer.optsCompact.optsCaptcha input[placeholder]::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: inherit;
    opacity: .5;
}
.optsContainer.optsCompact.optsCaptcha input[placeholder]:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: inherit;
    opacity: .5;
}
.optsContainer.optsCompact.optsCaptcha input[placeholder]::placeholder {
    color: inherit;
    opacity: .5;
}

@media (min-width: 480px) {
    .optsCaptcha .optsBlock,
    .optsFieldCaptcha .optsBlock {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .optsCaptcha .captchaCode,
    .optsFieldCaptcha .captchaCode {
        margin-right: 20px;
    }
    .optsCaptcha .captchaImgWrap,
    .optsFieldCaptcha .captchaImgWrap {
        margin-top: 0;
    }
}


/* PROGRESSBAR */
.progress_bar {
    margin: 20px 0 0;
    list-style: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #e4ddc3;
}
.progress_bar:first-child {
    margin-top: 0;
}
.progress_bar li {
    display: none;
    text-align: center;
}
.progress_bar li .wrapInner {
    display: block;
    padding: .25em;
    line-height: 30px;
    font-size: 18px;
    margin: 0;
    white-space: nowrap;
    position: relative;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.progress_bar li .icon {
    background: #f1e9ce;
    border: 1px solid #e4ddc3;
    color: #191815;
    padding: .25em;
    border-radius: .75em;
    height: 1.5em;
    width: 1.5em;
    line-height: .667;
    display: inline-block;
    text-align: center;
    margin-right: .2em;
}
.progress_bar li .icon:before {
    margin: 0;
    font-size: .667em;
    line-height: 1.5;
}
.progress_bar li.active {
    display: block;
    font-weight: 700;
}
.progress_bar li.active .icon {
    background: #fec20b;
    border-color: #e4ae0a;
    color: #191815;
}
.progress_bar li.active .wrapOuter {
    position: relative;
    z-index: 1;
}
.progress_bar li.active .wrapOuter:after {
    position: absolute;
    content: '';
    display: block;
    font-size: .8em;
    background: #fef6d9;
    border: 1px solid #e4ddc3;
    border-top-color: transparent;
    border-right-color: transparent;
    height: 1em;
    width: 1em;
    transform: rotate(-45deg);
    left: 50%;
    margin-left: -.5em;
    margin-bottom: -.5em;
    bottom: 0;
    z-index: -1;
}
.progress_bar li.done {
    color: #1a1a1a;
}
.progress_bar li.done .icon {
    background: #9b2500;
    border-color: #741c00;
    color: #fff;
}

.progress_bar li .counter {
    line-height: 30px;
    font-weight: 300;
    padding-right: 20px;
}

@media (min-width: 640px) {
    .progress_bar li .counter {
        display: none;
    }
    .progress_bar {
        display: table;
        table-layout: fixed;
    }
    .progress_bar li {
        display: table-cell;
    }
}

/* ==========================================================================
   MODULE STYLES
   ========================================================================== */

/* Modul: EVENTS */
#datePicker .calWrap {
    position: relative;
}
#datePicker .calLoader {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #fef6d9;
    background: rgba(255,255,255,.8) url('../img/preloader_301_dark.gif') no-repeat 50% 50%;
}
.box #datePicker .calLoader {
    background-color: #fef6d9;
    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 .a {
    display: block;
    border-radius: 15px;
    border: none;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    margin: 0 auto;
    color: inherit;
}
#datePicker .calHead .a.disabled {
    cursor: default;
    opacity: .5;
}
#datePicker .calHead .a:hover {
    background: #9b2500;
    border-color: #741c00;
    color: #fff;
}
#datePicker .calHead .current {
    font-weight: 300;
    font-size: 1.25em;
}

#datePicker .calHead .a .icon {
    display: block;
    font-size: 1rem;
}
#datePicker .calWeekdays {
    font-weight: bold;
    font-size: .667em;
}
#datePicker .calWeek span,
#datePicker .calWeek a {
    display: block;
    text-decoration: none;
    border-radius: 15px;
    height: 30px;
    width: 30px;
    line-height: 26px;
    margin: 0 auto;
    color: inherit;
    margin-bottom: 5px;
    font-size: .833em;
    text-align: center;
    border: 1px solid transparent;
}
#datePicker .calWeek a {
    border-color: #741c00;
    background: #9b2500;
    color: #fff;
}
#datePicker .calWeek .event_1 a {
    border-color: #741c00;
    background: #9b2500;
    color: #fff;
}

#datePicker .calWeek .today {
    font-weight: 700;
}
#datePicker .calWeek .choosenDate span {
    border-color: #741c00;
    background: #9b2500;
    color: #fff;
}
#datePicker .calWeek .choosenDate a,
#datePicker .calWeek a:hover,
#datePicker .calWeek a:hover,
#datePicker .calWeek a:hover {
    border-color: #741c00;
    background: #9b2500;
    color: #fff;
}
#form_EventsFilterSwitch {
    display: flex;
    width: 100%;
    align-items: center;
    text-align: left;
}
#form_EventsFilterSwitch .label {
    flex-grow: 1;
}
#form_EventsFilterSwitch .icon {
    transition: all .3s;
}
#form_EventsFilterSwitch[aria-expanded="true"] {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
#form_EventsFilterSwitch[aria-expanded="true"] .iconRight {
    transform: rotate(-180deg);
}

@media (max-width: 959px) {
    #eventsSidebar {
        order: -1;
        margin-bottom: 40px;
        margin-top: 0;
    }
    #form_EventsFilter {
        padding: 0 29px;
        max-height: 0;
        border: none;
        transition: max-height .3s cubic-bezier(0,1,0,1), padding .3s, border .3s, overflow 0s, visibility .3s;
        overflow: hidden;
        visibility: hidden;
        background: #fef6d9;
        border-radius: 0 0 30px 30px;
    }
    #form_EventsFilter.expanded {
        padding: 29px;
        border: 1px solid #e4ddc3;
        border-top-width: 0;
        box-shadow: 0 5px 10px rgba(0,0,0,0.21);
        max-height: 10000px;
        visibility: visible;
        transition: max-height .3s cubic-bezier(1,0,1,0), padding .3s, border .3s, visibility .3s;
        animation: 0s linear 0.3s 1 normal both running delay-overflow;
    }
}
@media (min-width: 640px) and (max-width: 959px) {
    #datePicker {
        float: left;
        width: 50%;
        padding: 0 20px 0 0;
    }
    .calForm {
        padding: 0 0 0 20px;
        float: right;
        width: 50%;
        max-height: none !important;
    }
    .calForm .optsContainer:first-child {
        margin-top: 0;
    }
    .calForm + .formReset {
        float: left;
    }
}
@media (min-width: 960px) {
    #form_EventsFilterSwitch {
        display: none;
    }
}

.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 {
    padding: 29px;

}

.eventListItem .eventInfo .headline {
    margin: 0;
}
.eventListItem .eventInfo .moreBtn > :last-child {
    margin-bottom: 0;
}
.eventListItem .headline a {
    display: block;
    color: inherit;
    text-decoration: none;
}
.eventListItem .attrList,
.eventDetail .attrList {
    margin-top: 0;
}
.eventListItem .attrList:last-child {
    margin-bottom: 0;
}
.eventListItem .attrList a,
.eventDetail .attrList a {
    color: inherit;
    text-decoration: none;
}
.eventDetail h1 + .attrList {
    margin-top: -10px;
}
.displayModeCompact .listDivider {
    margin: 14px 0;
}

.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;
}

.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;
    }

    .displayModeCompact .eventListItem .eventPreviewImg {
        width: 50px;
    }
    .displayModeCompact .eventListItem.hasImg .eventInfo {
        padding-right: 70px;
        min-height: 50px;
    }

    .eventListItem .eventDate {
        margin-right: 20px;
    }
    .eventListTickets .eventInfo {
        display: flex;
    }
    .eventListTickets .eventOrderWrap {
        text-align: center;
    }
}

/* Module: Giveaways */
.bookingBtn {
    margin: 1em 0;
    padding: 0;
    list-style: none;
}
.bookingBtn li + li {
    margin-top: .5em;
}
.previewGA .img {
    position: relative;
}
.previewGA .imgOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .3s;
    background-color: rgba(0, 0, 0, .4);
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.previewGA .imgOverlay .icon {
    position: static;
    font-size: 2em;
}
.previewGA:hover .imgOverlay {
    opacity: 1;
}

#GA_payment_type_wrap .paymentLabel .name {
    font-weight: 700;
    color: initial;
}
#GA_payment_type_wrap .paymentLabel .price {
    text-transform: uppercase;
    float: right;
    line-height: inherit;
    padding-left: 10px;
}

.cartSummary {
    margin: 0;
    padding: 0;
    list-style: none;
}
.cartSummary li {
    display: flex;
    flex-wrap: wrap;
}
.cartSummary .value {
    text-align: right;
    flex-grow: 1;
}


/* ==========================================================================
   Accessibility
   ========================================================================== */
#a11yReadspeakerButton {
    position: fixed;
    bottom: 10px;
    left: 10px;
    margin: 0;
    width: calc(100% - 20px - 3.75rem) !important;
}
#a11yReadspeakerButton.rsexpanded .rsbtn_play {
    padding: 0;
}
#a11yReadspeakerButton.rsexpanded .rsbtn_play .rsbtn_left {
    overflow: hidden;
    width: 0;
    margin-left: 2.3333em;
}
#a11yNavControlTrigger {
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    display: flex;
    align-items: center;
    flex-grow: 1;
}
#a11yNavControlTrigger .optsInputLabel {
    flex-grow: 1;
}
#a11yNavControlTrigger .state {
    flex-shrink: 0;
    display: flex;
    align-items: center;
}
#a11yNavControlTrigger .state .vcCssIcon {
    transition: all .3s;
}
#a11yNavControlTrigger .state .on,
#a11yNavControlTrigger[aria-expanded="true"] .state .off {
    display: none;
}
#a11yNavControlTrigger[aria-expanded="true"] .state .on,
#a11yNavControlTrigger .state .off {
    display: block;
}
#a11yNavControlTrigger[aria-expanded="true"] .vcCssIcon {
    transform: rotate(180deg);
}

/* Font Size */
.fs_bigger {
    font-size: 20px;
}
.fs_big {
    font-size: 24px;
}

/* Line Height */
.lh_bigger body {
    line-height: 2.25;
}
.lh_big body {
    line-height: 2.5;
}

/* Themes */

/* Contrast */
.cm_contrast #headerControl {
    background: #fef6d9;
    color: #191815;
}
.cm_contrast #header.isAtTop.transparent #logo,
.cm_contrast #logo {
    filter: invert(1);
}
.cm_contrast #navMenuTrigger {
    background: #f1e9ce !important;
    border-color: #e4ddc3 !important;
    color: #191815 !important;
}
.cm_contrast #navMenuTrigger:before,
.cm_contrast #navMenuTrigger:after,
.cm_contrast #navMenuTrigger .line {
    background: #191815 !important;
}
.cm_contrast #navMenuTrigger:hover {
    background: #191815 !important;
    border-color: #191815 !important;
    color: #f1e9ce !important;
}
.cm_contrast #navMenuTrigger:hover:before,
.cm_contrast #navMenuTrigger:hover:after,
.cm_contrast #navMenuTrigger:hover .line {
    background: #f1e9ce !important;
}
.cm_contrast #teaserSection .teaser .teaserItem:after {
    display: none;
}
.cm_contrast .teaser .teaserItem.textOverImage .teaserItemTitleInner .wrap {
    text-shadow: none;
}
.cm_contrast .teaser .teaserItem.textOverImage .teaserItemTitleInner .wrap > * {
    background: #191815;
    padding-left: 5px;
    padding-right: 5px;
}

@media (min-width: 960px) {
    .cm_contrast #header.transparent.isAtTop #headerControl {
        color: #191815;
    }
}

/* ==========================================================================
   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 #7f7b6c;
        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;
    }
}
