/*
 * 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,
html.overlayOpen{
    overflow: hidden;
}
html.navMainOpen body,
html.overlayOpen body,
html.swipebox-html body {
    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 {
    --section-bg-color: #d9eff9;
}
.vcContentSection .col .box + .box {
    margin-top: 40px;
    clear: both;
}
@media (min-width: 960px) {
    .vcContentSection .pushOut {
        margin-left: 0;
        margin-right: 0;
    }
}
@media (min-width: 1200px) {
    .baseSpacer,
    .baseSpacerLeft {
        padding-left: 40px;
    }
    .baseSpacer,
    .baseSpacerRight {
        padding-right: 40px;
    }
    .baseSpacerMargin,
    .baseSpacerMarginLeft {
        margin-left: 40px;
    }
    .baseSpacerMargin,
    .baseSpacerMarginRight {
        margin-right: 40px;
    }
    .baseSpacerPos,
    .baseSpacerPosLeft {
        left: 40px; !important;
    }
    .baseSpacerPos,
    .baseSpacerPosRight {
        right: 40px; !important;
    }
    .pushOut,
    .vcContentSection .col12 .pushOut {
        margin-left: -40px;
        margin-right: -40px;
    }
    .vcContentSection .pushOut {
        margin-left: -40px;
        margin-right: -40px;
    }
}
@media (min-width: 1360px) {
    .baseSpacer,
    .baseSpacerLeft {
        padding-left: calc(50vw - 640px);
    }
    .baseSpacer,
    .baseSpacerRight {
        padding-right: calc(50vw - 640px);
    }
    .baseSpacerMargin,
    .baseSpacerMarginLeft {
        margin-left: calc(50vw - 640px);
    }
    .baseSpacerMargin,
    .baseSpacerMarginRight {
        margin-right: calc(50vw - 640px);
    }
    .baseSpacerPos,
    .baseSpacerPosLeft {
        left: calc(50vw - 640px) !important;
    }
    .baseSpacerPos,
    .baseSpacerPosRight {
        right: calc(50vw - 640px) !important;
    }
    .pushOut,
    .vcContentSection .col12 .pushOut,
    .vcContentSection .pushOut {
        margin-left: calc((50vw - 640px) * -1);
        margin-right: calc((50vw - 640px) * -1);
    }
}

#wrapper {
    position:relative;
    min-width: 320px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
#main {
    flex-grow: 1;
    margin-top: 70px;
    container-name: mainContainer;
    container-type: inline-size;
    display: block;
}
#content {
    overflow: hidden;
}
#header.hasDisturbanceBar + #main {
    margin-top: 110px;
}
#content > .article:last-child .vcContentSection:last-child {
    padding-bottom: 30px;
}
#breadcrumb,
#navSubWrapper {
    border: 1px solid #d9eff9;
    border-width: 1px 0;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #333;
    background: #fff;
}
#breadcrumb a {
    text-decoration: none;
    color: inherit;
}
#breadcrumb .divider {
    padding: 0 10px;
}

#navSubWrapper {
    padding-top: 0;
    padding-bottom: 0;
    position: sticky;
    top: 0;
    z-index: 4;
    --swiper-scrollbar-sides-offset: 20px;
}
#breadcrumb + #navSubWrapper {
    border-top: none;
}
#navSub:before,
#navSub:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    pointer-events: none;
    width: 20px;
    top: 1px;
    bottom: 1px;
}
#navSub:before {
    left: 0;
    background: linear-gradient(90deg, rgba(255,255,255,1) 0, rgba(255,255,255,0) 100%);
}
#navSub:after {
    right: 0;
    background: linear-gradient(270deg, rgba(255,255,255,1) 0, rgba(255,255,255,0) 100%);
}
#navSub {
    margin: 0 -20px;
    font-size: 1rem;
}
#navSub > ul li {
    padding: 0;
    width: auto;
}
#navSub a {
    transition: color .3s;
    overflow: hidden;
    display: block;
    padding: 14px 10px;
    color: inherit;
    font-weight: 500;
    font-size: 1em;
    line-height: 20px;
    text-decoration: none;
}
#navSub li:first-child a {
    padding-left: 20px;
}
#navSub li:last-child a {
    padding-right: 20px;
}
#navSub a.active {
    color: #009fe3;
}

.vcContentSection {
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    background: var(--section-bg-color, #fff);
}
.vcContentSection.bgBlueGradientIn {
    background: url('../img/footer.jpg') no-repeat 50% 100%;
    background-size: 100% 100%;
}
.vcContentSection.bgLightBlue {
    --section-bg-color: #d9eff9;
    --section-light-color: #fff;
    --section-text-color: #000;
}
.vcContentSection.bgLightGrey {
    --section-bg-color: #dad9d3;
    --section-light-color: #fff;
    --section-text-color: #000;

}
.vcContentSection.bgLightBlueIn {
    --section-bg-color: #d9eff9;
    --section-light-color: #fff;
    --section-text-color: #000;
    background: linear-gradient(0deg, #d9eff9 0%, #fff 100%);
}
.vcContentSection.bgLightBlueOut {
    --section-bg-color: #d9eff9;
    --section-light-color: #fff;
    --section-text-color: #000;
    background: linear-gradient(0deg, #fff 0%, #d9eff9 100%);
}
.vcContentSection.bgLightBlue:last-child {
    margin-bottom: 0;
}
.vcContentSection.bgLightBlue h1:not(.coloredBlue):not(.coloredCyan):not(.coloredGreen):not(.coloredYellowgreen):not(.coloredOrange):not(.coloredYellow),
.vcContentSection.bgLightBlue .h1:not(.coloredBlue):not(.coloredCyan):not(.coloredGreen):not(.coloredYellowgreen):not(.coloredOrange):not(.coloredYellow),
.vcContentSection.bgLightBlue a:not(.coloredBlue):not(.coloredCyan):not(.coloredGreen):not(.coloredYellowgreen):not(.coloredOrange):not(.coloredYellow),
.vcContentSection.bgLightBlueIn h1:not(.coloredBlue):not(.coloredCyan):not(.coloredGreen):not(.coloredYellowgreen):not(.coloredOrange):not(.coloredYellow),
.vcContentSection.bgLightBlueIn .h1:not(.coloredBlue):not(.coloredCyan):not(.coloredGreen):not(.coloredYellowgreen):not(.coloredOrange):not(.coloredYellow),
.vcContentSection.bgLightBlueIn a:not(.coloredBlue):not(.coloredCyan):not(.coloredGreen):not(.coloredYellowgreen):not(.coloredOrange):not(.coloredYellow),
.vcContentSection.bgLightBlueOut h1:not(.coloredBlue):not(.coloredCyan):not(.coloredGreen):not(.coloredYellowgreen):not(.coloredOrange):not(.coloredYellow),
.vcContentSection.bgLightBlueOut .h1:not(.coloredBlue):not(.coloredCyan):not(.coloredGreen):not(.coloredYellowgreen):not(.coloredOrange):not(.coloredYellow),
.vcContentSection.bgLightBlueOut a:not(.coloredBlue):not(.coloredCyan):not(.coloredGreen):not(.coloredYellowgreen):not(.coloredOrange):not(.coloredYellow),
.vcContentSection.bgLightGrey h1:not(.coloredBlue):not(.coloredCyan):not(.coloredGreen):not(.coloredYellowgreen):not(.coloredOrange):not(.coloredYellow),
.vcContentSection.bgLightGrey .h1:not(.coloredBlue):not(.coloredCyan):not(.coloredGreen):not(.coloredYellowgreen):not(.coloredOrange):not(.coloredYellow),
.vcContentSection.bgLightGrey a:not(.coloredBlue):not(.coloredCyan):not(.coloredGreen):not(.coloredYellowgreen):not(.coloredOrange):not(.coloredYellow) {
    color: inherit;
}
.vcContentSection.bgLightGreen {
    --section-bg-color: #f2f4d9;
    --section-light-color: #fff;
    --section-text-color: #000;
}
.vcContentSection.bgLightGreenIn {
    --section-bg-color: #f2f4d9;
    --section-light-color: #fff;
    --section-text-color: #000;
    background: linear-gradient(0deg, #f2f4d9 0%, #fff 100%);
}
.vcContentSection.bgLightGreenOut {
    --section-bg-color: #f2f4d9;
    --section-light-color: #fff;
    --section-text-color: #000;
    background: linear-gradient(0deg, #fff 0%, #f2f4d9 100%);
}
.vcContentSection.bgLightGreen a:not(.coloredBlue):not(.coloredCyan):not(.coloredGreen):not(.coloredYellowgreen):not(.coloredOrange):not(.coloredYellow),
.vcContentSection.bgLightGreenIn a:not(.coloredBlue):not(.coloredCyan):not(.coloredGreen):not(.coloredYellowgreen):not(.coloredOrange):not(.coloredYellow),
.vcContentSection.bgLightGreenOut a:not(.coloredBlue):not(.coloredCyan):not(.coloredGreen):not(.coloredYellowgreen):not(.coloredOrange):not(.coloredYellow) {
    color: inherit;
}
.vcContentSection.bgBlueGradient {
    --section-bg-color: #0081c2;
    background: radial-gradient(at center top, #9cd2ef, #0081c2);
    color: #fff;
}
.vcContentSection.bgBlueGradient h1:not(.coloredBlue):not(.coloredCyan):not(.coloredGreen):not(.coloredYellowgreen):not(.coloredOrange):not(.coloredYellow),
.vcContentSection.bgBlueGradient .h1:not(.coloredBlue):not(.coloredCyan):not(.coloredGreen):not(.coloredYellowgreen):not(.coloredOrange):not(.coloredYellow),
.vcContentSection.bgBlueGradient a:not(.coloredBlue):not(.coloredCyan):not(.coloredGreen):not(.coloredYellowgreen):not(.coloredOrange):not(.coloredYellow) {
    color: #fff;
}
.vcContentSection.bgBlueGradient .subTitle,
.vcContentSection.bgBlueGradient .btn:not(.btnRaised) {
    color: #fff;
}
.vcContentSection.bgBlueGradient .btnRaised::after {
    background: #fff;
}
.vcContentSection.bgBlueGradient .btnRaised {
    border-color: #fff;
}
.vcContentSection.bgBlueGradient .btnHoverScope:hover .btn.btnRaised,
.vcContentSection.bgBlueGradient .btn.btnRaised:hover {
    color: #0081c2;
}
.vcContentSection.vcSectionPaddingTop {
    padding-top: 50px;
}
.vcContentSection.vcSectionPaddingBottom {
    padding-bottom: 50px;
}
#content > .article:first-child {
    padding-top: 50px;
}
#content > .article:first-child .vcContentSection.vcSectionPaddingTop:first-child {
   margin-top: -50px;
}
#content > .article:last-child {
    padding-bottom: 50px;
}
#content > .article:last-child .vcContentSection.vcSectionPaddingBottom:last-child {
    margin-bottom: -50px;
}
#content > .article:last-child .vcContentSection.vcSectionPaddingBottom:last-child {
    padding-bottom: 50px;
}
.vcContentSection .col {
    container-name: contentContainer;
    container-type: inline-size;
    margin: 0;
}
.vcContentSection .col .gridWrap:not(.swiper-wrapper):last-child {
    margin-bottom: -40px;
}
@media (max-width: 959px) {
    .vcContentSection .col {
        flex-grow: 1;
    }

    .vcContentSection.hasFilterForm .vcContentSectionInnerWrap {
        position: relative;
    }
    .vcContentSection.hasFilterForm .col {
        margin-top: calc(60px + 1.875rem);
    }
    .vcContentSection.hasFilterForm .box_filterForm {
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1;
    }
    .vcContentSection.hasFilterForm .box_filterForm .boxHead {
        position: relative;
        z-index: 1;
    }
    .vcContentSection.hasFilterForm .box_filterForm .boxContent.expanded {
        box-shadow: 0 0 20px rgba(0,0,0,.2);
    }
    .vcContentSection .col + .col {
        margin-top: 60px;
    }
}
@media (min-width: 720px) {
    #main {
        margin-top: 140px;
    }
}
@media (min-width: 960px) {
    #content > .article:first-child {
        padding-top: 80px;
    }
    #content > .article:first-child .vcContentSection.vcSectionPaddingTop:first-child {
        margin-top: -80px;
    }
    #content > .article:last-child {
        padding-bottom: 80px;
    }
    #content > .article:last-child .vcContentSection.vcSectionPaddingBottom:last-child {
        margin-bottom: -80px;
    }
    .vcContentSection.vcSectionPaddingTop {
        padding-top: 80px;
    }
    .vcContentSection.vcSectionPaddingBottom.bgNone + .vcContentSection.vcSectionPaddingTop.bgNone,
    .vcContentSection.vcSectionPaddingBottom.bgNone + .vcContentSection.vcSectionPaddingTop.bgBlueGradientIn {
        margin-top: -80px;
    }
    .vcContentSection.vcSectionPaddingBottom {
        padding-bottom: 80px;
    }
    #content > .article:last-child .vcContentSection.vcSectionPaddingBottom:last-child {
        padding-bottom: 80px;
    }
    .vcContentSectionInnerWrap {
        display: flex;
        justify-content: start;
        width: calc(100% + 40px);
        margin-left: -20px;
        margin-right: -20px;
    }
    .vcSectionAlignCenter .vcContentSectionInnerWrap {
        justify-content: center;
    }
    .vcSectionAlignRight .vcContentSectionInnerWrap {
        justify-content: end;
    }
    .vcSectionValignCenter .vcContentSectionInnerWrap {
        align-items: center;
    }
    .vcSectionValignBottom .vcContentSectionInnerWrap {
        align-items: end;
    }
    .vcContentSection .col {
        padding: 0 20px;
    }
    .vcContentSection .col4 {
        width: 33.3333%;
    }
    .vcContentSection .col6 {
        width: 50%;
    }
    .vcContentSection .col8 {
        width: 66.6667%;
    }
    .vcContentSection .col12 {
        width: 100%;
    }

    .vcContentSection.hasFilterForm .box_filterForm .boxContent {
        max-height: none;
        visibility: visible;
        padding-bottom: 20px;
    }
}

/*
	HEADER
	*/

#header {
    position: fixed;
    left: 0;
    top: -70px;
    width: 100%;
    z-index: 50;
    transition: all .2s;
    background: #fff;
}
#header.hasDisturbanceBar {
    top: -110px;
}
#header.fixedShow,
#header.isAtTop,
#header.isOverBreakpoint {
    top: 0;
}
#header.isAtTop,
#header.isOverBreakpoint {
    box-shadow: none;
}
#header:not(.isAtTop) {
    background: #fff;
}
#header.fixedShow:not(.isAtTop) {
    box-shadow: 0 0 20px rgba(0,0,0,.2);
}
#headerControl {
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 1rem;
}
#headerControl > * {
    margin-left: 10px;
}

#logo {
    float: left;
    margin: 0;
    display: block;
    flex-grow: 1;
    z-index: 2
}
#logo img {
    height: 40px;
    width: auto;
    display: block;
    margin: 0;
    transition: height .2s;
    position: relative;
    z-index: 2;
}
#logo .long {
    display: none;
}
#logo .short {
    display: block;
}

#navMenuTrigger {
    float: right;
    position: relative;
    color: inherit;
    padding: 10px 25px 10px 0;
    height: 40px;
    cursor: pointer;
    z-index: 101;
    transition: top .2s, color .2s, padding .2s;
}

#navMenuTrigger:before,
#navMenuTrigger:after,
#navMenuTrigger .line {
    position: absolute;
    content: '';
    display: block;
    height: 2px;
    right: 0;
    width: 20px;
    background: #000;
    border-radius: 1px;
    transition: all .2s;
    opacity: 1;
}
#navMenuTrigger .line {
    top: 50%;
    margin-top: -1px;
}
#navMenuTrigger:before {
    top: 13px;
}
#navMenuTrigger:after {
    bottom: 13px;
    width: 15px;
    right: 5px;
}
#navMenuTrigger:hover .line {
    opacity: 0;
}
#navMenuTrigger:hover:before {
    top: 16px;
    right: 0;
}
#navMenuTrigger:hover:after {
    bottom: 16px;
    width: 20px;
    right: 0;
}
#header.expanded #navMenuTrigger {
    padding-right: 25px;
}
#header.expanded #navMenuTrigger .line {
    opacity: 0;
    width: 0;
}
#header.expanded #navMenuTrigger:before {
    transform: rotate(45deg);
    transform-origin: 0 0;
    width: 20px;
    top: 13px;
    right: -5px;
}
#header.expanded #navMenuTrigger:after {
    transform: rotate(-45deg);
    transform-origin: 0 100%;
    width: 20px;
    bottom: 12px;
    right: -5px;
}

#navMenuTrigger .menu,
#navMenuTrigger .close {
    font-size: 1em;
    line-height: 20px;
    font-weight: 500;
    display: block;
}
#navMenuTrigger .close {
    display: none;
}
#header.expanded #navMenuTrigger .menu {
    display: none;
}
#header.expanded #navMenuTrigger .close {
    display: block;
}

/* MAIN NAVIGATION */
.navMain .navBtnWrap {
    position: relative;
    display: flex;
    align-items: center;
}
.navMain .navBtnWrap a {
    transition: color .3s;
    overflow: hidden;
    display: block;
    padding: 0;
    color: inherit;
    font-weight: 500;
    font-size: 1.25em;
    text-decoration: none;
    flex-grow: 1;
}
.navMain .ulLvl2 .navBtnWrap a {
    font-size: 1em;
}
.navMain .navBtnWrap a.active {
    color: #003f7d;
}
.navMain li > ul,
.navMain li > .subNavWrap {
    max-height: 0;
    transition: max-height .3s cubic-bezier(0,1,0,1), padding .3s, margin .3s, border .3s, visibility .3s;
    visibility: hidden;
    overflow: hidden;
}
.navMain .iconMenuTriggerDwn {
    display: block;
    width: calc(1em + 20px);
    height: 30px;
    line-height: 20px;
    text-align: center;
    margin-right: -10px;
    padding: 5px 0;
    overflow: hidden;
    color: inherit;
    transition: all .3s;
    user-select: none;
}

/* Kundenportal */
.customerPortal a {
    border: 2px solid #003f7d;
    background: #003f7d;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    padding: 5px 8px;
    transition: all .3s;
    display: block;
    text-align: center;
    font-size: .875rem;
    white-space: nowrap;
    border-radius: 2em;
}
.customerPortal a .icon {
    margin-right: 5px;
}
.customerPortal a:hover {
    background: #009fe3;
    border-color: #009fe3;
    color: #fff;
}

/* Top Header */
.navStd a,
.navStd .a {
    display: block;
    text-decoration: none;
    color: inherit;
}


#header .navStd ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px
}
#header .navStd a,
#header .navStd .a {
    padding: 10px;
    line-height: 20px;
}
#header .navStd a.active,
#header .navStd .a.active {
    color: #003f7d;
}


/* Suche */
#quickSrcBoxWrap {
    float: right;
    border: none;
    padding: 0;
}
#quickSrcBoxWrap .icon:before {
    display: block;
}
#quickSrcBox .optsContainer {
    margin: 0 -10px;
}
#srcBoxSubmit {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background: #003f7d;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    width: 40px;
    transition: all .3s;
}
#srcBoxSubmit:hover {
    background: #69af22;
}
.siteSearchTrigger {
    padding: 10px;
    line-height: 20px;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin: 0 -10px;
}
.siteSearchTrigger .label {
    font-size: 1em;
    line-height: 20px;
    margin-left: 5px;
    display: block;
}
.siteSearchTrigger .icon {
    float: left;
}
.siteSearchTrigger .icon:before {
    display: block;
}
#siteSearchTrigger .label {
    font-weight: 500;
}
#siteSearchTrigger .on {
    display: block;
}
#siteSearchTrigger .on,
#siteSearchTrigger .off {
    font-size: 20px;
}
#siteSearchTrigger .label,
#siteSearchTrigger .off {
    display: none;
}

#quickSrcBox .optsContainer input {
    width: 100%;
    float: none;
    background: none;
}
#quickSrcBox {
    transition: max-height .3s cubic-bezier(0,1,0,1), padding .3s, visibility .3s, margin .3s, border .3s;
    position: absolute;
    overflow: hidden;
    visibility: hidden;
    left: 0;
    right: 0;
    top: 100%;
    max-height: 0;
    background: rgba(255,255,255,.9);
    z-index: 2;
}
#quickSrcBox .quickSrcBoxMainControlWrap {
    position: relative;
    padding-right: 60px;
}
#quickSrcBox .quickSrcBoxSuggestions {
    margin-top: 40px;
}
#quickSrcBox.expanded {
    padding-top: 40px;
    padding-bottom: 40px;
    max-height: 320px;
    visibility: visible;
    transition: max-height .3s cubic-bezier(1,0,1,0), padding .3s, visibility .3s, margin .3s, border .3s;
}
#siteSearchTrigger[aria-expanded="true"] .on {
    display: none;
}
#siteSearchTrigger[aria-expanded="true"] .off {
    display: block;
}
#srcBoxSubmit {
    bottom: 0;
    right: 0;
    top: 0;
}

/* Sprache */
#chatbotTrigger {
    display: none;
    margin: 0;
}
#navLang {
    position: relative;
    z-index: 3;
}
#navLang button {
    padding: 10px;
    font-size: 20px;
    line-height: 1;
    position: relative;
    z-index: 1;
}
#navLang button .icon:before {
    display: block;
}
#navLang:hover button,
#navLang.expanded button {
    background: #fff;
}
#navLang ul {
    margin: 0;
    max-height: 0;
    visibility: hidden;
    overflow: hidden;
    transition: max-height .3s cubic-bezier(0,1,0,1), visibility .3s;
    position: absolute;
    right: 0;
    background: rgba(255,255,255,.9);
}
#navLang:hover ul,
#navLang.expanded ul {
    max-height: 40em;
    visibility: visible;
    transition: max-height .3s cubic-bezier(1,0,1,0), visibility .3s;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
#navLang a {
    font-weight: 500;
    font-size: 1em;
    text-transform: uppercase;
    text-decoration: none;
    color: inherit;
    padding: 10px;
    display: block;
}
#navLang a.active {
    text-decoration: underline;
}

#headerDisturbance {
    background: linear-gradient(270deg,rgba(0, 63, 125, 1) 0%, rgba(0, 159, 227, 1) 100%);
    color: #fff;
    overflow: hidden;
    font-style: italic;
    font-weight: 500;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 30px;
    position: relative;
    z-index: 2;
}

@media (min-width: 720px) {
    #header {
        top: -100px;
    }
    #header.hasDisturbanceBar {
        top: -140px;
    }
    #header.fixedShow,
    #header.isAtTop,
    #header.isOverBreakpoint {
        top: 0;
    }
    #header.hasDisturbanceBar + #main {
        margin-top: 140px;
    }
    #headerControl {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #headerControl > *:not(#logo):not(#headerWrap) {
        margin-left: 20px;
    }
    #siteSearchTrigger .label {
        display: block;
    }
    #logo .long {
        display: block;
    }
    #logo .short {
        display: none;
    }
}

@media (max-width: 959px) {
    html.navMainOpen {
        height: 100%;
    }
    html.navMainOpen body {
        overflow: hidden;
        height: 100%;
    }

    #headerWrap {
        position: absolute;
        height: 0;
        overflow: hidden;
        left: 0;
        top: 0;
        width: 100%;
        margin: 0 !important;
        visibility: hidden;
        transition: height .3s, padding .3s, box-shadow .3s, visibility .3s, overflow 0s, background 0s .3s;
        z-index: 1;
        background: rgba(255,255,255,.9);
    }
    #header.expanded:after {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 70px;
        content: '';
        display: block;
        background: linear-gradient(to bottom, rgba(255,255,255,.9) 0%,rgba(255,255,255,.9) calc(100% - 20px),rgba(255,255,255,0) 100%);
        z-index: 1;
    }
    #header.expanded.hasDisturbanceBar:after {
        height: 110px;
    }
    #headerWrap > .wrap {
        padding-top: 85px;
        padding-bottom: 40px;
        display: flex;
        flex-direction: column;
    }
    #header.hasDisturbanceBar #headerWrap > .wrap {
        padding-top: 125px;
    }
    #headerWrap > .wrap > * {
        margin-bottom: 20px;
    }
    #header.expanded {
        background: #fff;
    }
    #header.expanded #headerWrap {
        height: 100vh;
        visibility: visible;
        transition: height .3s, padding .3s, box-shadow .3s, visibility .3s, background .3s;
        overflow: scroll;
        animation: 0s linear 0.3s 1 normal both running delayOverflowAuto;
    }

    #headerTop {
        border-bottom: 1px solid #dad9d3;
        padding: 0;
        font-size: .75em;
        line-height: 20px;
        margin-top: -10px;
        padding-bottom: 10px;
    }
    #navLang {
        display: flex;
    }
    #navLang button {
        padding-left: 0;
    }
    #navLang ul {
        visibility: visible;
        max-height: none;
        position: static;
        display: flex;
        flex-wrap: wrap;
        box-shadow: none !important;
    }

    #navMain li > ul,
    #navMain li > .subNavWrap {
        padding-left: 20px;
        padding-right: 0;
    }
    #navMain .promo {
        width: 75%;
        margin-top: 40px;
    }

    #navMain li.expanded > ul,
    #navMain li.expanded > .subNavWrap {
        max-height: 5000px;
        padding-top: 10px;
        padding-bottom: 30px;
        visibility: visible;
        transition: max-height .3s cubic-bezier(1,0,1,0), padding .3s, margin .3s, border .3s, visibility .3s;
    }
    #navMain li.expanded > .navBtnWrap {
        color: #003f7d;
    }
    #navMain li.expanded > .navBtnWrap > .iconMenuTriggerDwn {
        transform: rotate(180deg);
    }
    #navMain li + li {
        margin-top: 10px;
    }
}
@media (min-width: 480px) and (max-width: 959px) {
    #navMain .promo {
        width: 66.67%;
    }
}
@media (min-width: 720px) and (max-width: 959px) {
    #headerWrap > .wrap {
        padding-top: 100px;
    }
    #header.hasDisturbanceBar #headerWrap > .wrap {
        padding-top: 140px;
    }
    #header.expanded:after {
        height: 100px;
    }
    #header.expanded.hasDisturbanceBar:after {
        height: 140px;
    }
    #navMain .promo {
        width: 100%;
    }
}
@media (min-width: 960px) {
    #logo .short {
        display: block;
    }
    #logo .long,
    #customerPortalInHead,
    #navMenuTrigger {
        display: none;
    }

    #header {
        top: -140px;
    }
    #header.hasDisturbanceBar {
        top: -180px;
    }
    #headerControl {
        padding-top: 70px;
        font-size: .75rem;
    }
    #headerWrap .wrap {
        display: flex;
        align-items: center;
        padding: 0;
        margin-left: -20px;
    }
    #headerWrap .wrap > * {
        margin-left: 20px;
    }
    #headerTop {
        position: absolute;
        display: flex;
        top: 0;
        left: 0;
        width: 100%;
        margin: 0 !important;
        background: #dad9d3;
        font-size: .8125rem;
    }
    #headerTopMisc {
        display: flex;
        flex-grow: 1;
        justify-content: end;
    }
    #siteSearchTrigger {
        padding-left: 0;
        padding-right: 0;
    }
    #chatbotTrigger {
        display: flex
    }

    #navMain {
        width: auto;
        right: 0;
        float: left;
        margin: 0;
        padding-left: 0;
    }
    .navMain .navBtnWrap a {
        font-size: 1em;
    }
    #navMain .lvl1 {
        float: left;
    }
    #navMain .lvl1 .navBtnWrap a {
        padding: 5px 0;
    }
    #navMain li:hover > .navBtnWrap,
    #navMain li.expanded > .navBtnWrap {
        color: #003f7d;
    }
    #navMain .lvl1 + .lvl1 {
        margin-left: 20px;
    }
    #navStdInMainNav {
        line-height: 40px;
        float: left;
    }
    #navMain .hasSub > .subNavWrap {
        position: absolute;
        left: 0;
        width: 100vw;
        z-index: 1;
        background: rgba(255,255,255,.9);
    }
    #navMain .lvl1 > .navBtnWrap > .iconMenuTriggerDwn {
        font-size: .75em;
        width: calc(1.333em + 20px);
    }
    #navMain .lvl1 > .subNavWrap {
        display: flex;

    }
    #navMain .ulLvl2,
    #navMain .promo {
        width: 50%;
    }
    #navMain .lvl1.hasSub:hover > .subNavWrap,
    #navMain .lvl1.expanded > .subNavWrap {
        max-height: 5000px;
        padding-top: 70px;
        padding-bottom: 40px;
        visibility: visible;
        transition: max-height .3s cubic-bezier(1,0,1,0), padding .3s, box-shadow .3s, visibility .3s;
    }
    #navMain .lvl1:hover > .navBtnWrap > .iconMenuTriggerDwn,
    #navMain .lvl1.expanded > .navBtnWrap > .iconMenuTriggerDwn {
        transform: rotate(180deg);
    }
    #navMain .lvl2 > .navBtnWrap .icon:not(.iconSpecial),
    #navMain .lvl3 > .navBtnWrap .icon:not(.iconSpecial) {
        opacity: 0;
        transition: opacity .2s;
    }
    #navMain .lvl2:hover > .navBtnWrap .icon,
    #navMain .lvl2.expanded > .navBtnWrap .icon,
    #navMain .lvl3:hover > .navBtnWrap .icon,
    #navMain .lvl3.expanded > .navBtnWrap .icon {
        opacity: 1;
    }
    #navMain .lvl2.hasSub .navBtnWrap {
        padding-right: 0;
    }
    #navMain .lvl3,
    #navMain .lvl2 .iconMenuTriggerDwn {
        display: none;
    }
}
@media (min-width: 1040px) {
    #headerControl {
        font-size: .875rem;
    }
}
@media (min-width: 1120px) {
    #headerControl {
        font-size: 1rem;
    }
}
@media (min-width: 1360px) {
    #logo img {
        height: 34px;
    }
    #logo .short {
        display: none;
    }
    #logo .long {
        display: block;
    }
}

/*
	FOOTER
	*/

#footer {
    position: relative;
    overflow: hidden;
    font-size: .8em;
    background: #706f6f;
    color: #fff;
    padding-bottom: calc(20px + 3em);
}
#footer a {
    color: inherit;
    text-decoration: none;
}

#footer .topWrap {
    padding-top: 0;
    padding-bottom: 40px;
    margin-right: -20px;
    margin-left: -20px;
}
#footer .topWrap > * {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}
#footer .bottomWrap {
    text-align: center;
    padding-bottom: 0;
    padding-top: 0;
}
#logoFooter {
    display: block;
    width: 50%;
    margin: 0 auto;
}
#logoFooter img {
    display: block;
    width: 100%;
    height: auto;
}
#navFtr {
    padding: 0;
    margin: -20px -20px 0;
}
#navFtr > * {
    padding: 0 20px;
}
#navFtr > ul {
    padding-top: 20px;
}
#navFtr a,
#navFtr .a,
#footerTop {
    color: #fff;
}
#navFtr a,
#navFtr .a {
    flex-grow: 0;
    transition: all .3s;
}

#navMainInFtr li.expanded > ul {
    max-height: 5000px;
    padding: 0 0 20px 20px;
    visibility: visible;
    transition: max-height .3s cubic-bezier(1,0,1,0), padding .3s, margin .3s, border .3s, visibility .3s;
}
#navMainInFtr li.expanded > .navBtnWrap > .iconMenuTriggerDwn {
    transform: rotate(180deg);
}
#footerTop {
    right: 10px;
    bottom: 10px;
    position: fixed;
    z-index: 1;
    border: none;
    border-radius: 2rem;
    display: block;
    background: #003f7d;
    padding: calc(1rem - 1px);
    border: 1px solid #fff;
    min-width: 0;
    transform: translateY(calc(100% + 10px));
}
#footerTop:hover {
    background: #009fe3;
    border-color: #009fe3;
}
#footerTop:after {
    display: none;
}
#footerTop .icon {
    width: auto;
    position: static;
    display: block;
    margin: 0;
}
#footerTop .icon:before {
    margin: 0;
    display: block;
}
#header:not(.isOverBreakpoint) ~ #footer #footerTop {
    transform: translateY(0);
}
@media (min-width: 480px) {
    #footer .topWrap,
    #navFtr {
        display: flex;
        flex-wrap: wrap;
    }
    #footer .contact1,
    #footer .contact2,
    #navFtr > ul {
        width: 50%;
    }
    #navFtr .h4 {
        width: 100%;
    }
}
@media (min-width: 960px) {
    #footer .contact1,
    #footer .contact2 {
        width: 25%;
    }
    #footer #navFtrWrap {
        width: 50%;
    }
}


/* ==========================================================================
   external Scripts/Functions
   ========================================================================== */

/*! Swipebox v1.4.4 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html{overflow:hidden !important}#swipebox-overlay img{border:none !important}#swipebox-overlay{width:100%;height:100%;position:fixed;top:0;left:0;z-index:99999 !important;overflow:hidden;user-select:none;background:#fff;background:rgba(0, 0, 0, .75)}#swipebox-container{position:relative;width:100%;height:100%}#swipebox-slider{transition:transform 0.4s ease;height:100%;left:0;top:0;width:100%;white-space:nowrap;position:absolute;display:none;cursor:pointer;padding-bottom:50px}#swipebox-slider .slide{height:100%;width:100%;line-height:1px;text-align:center;display:inline-block;position:relative;overflow:hidden}#swipebox-slider .slideInnerWrap{height:100%;width:100%;line-height:1px;text-align:center}#swipebox-slider .slideInnerWrap:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}#swipebox-slider .slide .swipebox-inline-container,#swipebox-slider .slide .swipebox-video-container,#swipebox-slider .slide .swipebox-audio-container,#swipebox-slider .slide img{display:inline-block;max-height:100%;max-width:100%;margin:0;padding:0;width:auto;height:auto;vertical-align:middle}#swipebox-slider .slide .swipebox-audio-container{padding: 5%; width: 90%;}#swipebox-slider .slide .swipebox-video-container{background:0 0;max-width:1140px;max-height:100%;width:100%;}#swipebox-slider .slide .swipebox-video-container .swipebox-video{width:100%;height:0;padding-bottom:56.25%;overflow:hidden;position:relative}#swipebox-slider .slide .swipebox-iframe-container iframe,#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe{width:100% !important;height:100% !important;position:absolute;top:0;left:0}#swipebox-slider .slide .swipebox-iframe-container{width:100%;height:100%;overflow:hidden;position:relative;display:inline-block}#swipebox-slider .slide-loading{background:url("../img/preloader_301_dark.gif") center center no-repeat}#swipebox-bottom-bar,#swipebox-top-bar{position:absolute;left:0;z-index:999;height:50px;width:100%}#swipebox-bottom-bar{bottom:0;color:#fff !important}#swipebox-top-bar{left:10px;bottom:0;display:table;width:calc(100% - 120px)}#swipebox-title{width:100%;height:100%;text-align:center;vertical-align:middle;display:table-cell;color:#fff;text-shadow:0 0 20px rgba(0, 0, 0, 0.19), 0 0 6px rgba(0, 0, 0, 0.23)}#swipebox-close,#swipebox-next,#swipebox-prev,#swipebox-zoomin,#swipebox-zoomout{background-image:url("../img/Swipebox/icons.png");background-repeat:no-repeat;border:none !important;text-decoration:none !important;cursor:pointer;width:50px;height:50px;top:0}#swipebox-arrows{height:100%;position:absolute;left:0;bottom:0;top:-50vh}#swipebox-prev{background-position:-32px 13px;float:left}#swipebox-next{background-position:-78px 13px;float:right;position:absolute;right:-100vw;margin-right:50px}#swipebox-close,#swipebox-zoomin,#swipebox-zoomout{top:0;position:absolute;z-index:9999}#swipebox-close{background-position:15px 12px;right:0}#swipebox-zoomin{background-position:-122px 12px;right:50px}#swipebox-zoomout{background-position:-168px 12px;right:50px}.swipebox-no-close-button #swipebox-close{display:none}#swipebox-next.disabled,#swipebox-prev.disabled,#swipebox-zoomin.disabled,#swipebox-zoomout.disabled{opacity:0.3}.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider{animation:rightSpring 0.3s}.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider{animation:leftSpring 0.3s}.swipebox-touch #swipebox-container:after,.swipebox-touch #swipebox-container:before{backface-visibility:hidden;transition:all 0.3s ease;content:' ';position:absolute;z-index:999;top:0;height:100%;width:20px;opacity:0}.swipebox-touch #swipebox-container:before{left:0;box-shadow:inset 10px 0 10px -8px #656565}.swipebox-touch #swipebox-container:after{right:0;box-shadow:inset -10px 0 10px -8px #656565}.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before,.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after{opacity:1}@keyframes rightSpring{0%,100%{left:0}50%{left:-30px}}@keyframes leftSpring{0%,100%{left:0}50%{left:30px}}#swipebox-slider .slide .video-js-container .swipebox-video{width:auto;height:auto}#swipebox-slider .swipebox-video .video-js{width:100%;height:100%;display:block;position: absolute}#swipebox-slider .swipebox-video .video-js .vjs-big-play-button{left:50%;top:50%;margin:-1em 0 0 -1em;height:2em;width:2em;line-height:2em;border:none;background:#003f7d;border-radius:1em;color:#fff}#swipebox-slider .swipebox-video .video-js .vjs-big-play-button:hover{background:#E8EAED;color:#003f7d}#swipebox-slider .swipebox-video .vjs-has-started .vjs-control-bar{background-color:#69AF22;background-color:rgba(105, 175, 34, .9)}#swipebox-slider .swipebox-video .video-js .vjs-slider{background:#fff;background:rgba(255, 255, 255, .5)}#swipebox-slider .swipebox-video .video-js .vjs-load-progress{background:#bfcfde}#swipebox-slider .swipebox-video .video-js .vjs-play-progress{background:#003f7d}#swipebox-slider .slide .video-mejs-container {max-width: none;}



/*
	Overlay
	*/

.vcModal {
    transition: height 0s .3s, opacity .3s;
    pointer-events: none;
    position: fixed;
    opacity: 0;
    left: 0;
    top: 0;
    overflow: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    padding: 30px 30px 20px;
    border: none;
    width: 100%;
    height: 0;
    margin: 0;
    max-width: none;
    max-height: none;
    background: none;
}
.vcModal::backdrop {
    background: rgba(255,255,255,.75);
}
.vcModal.open,
.vcModal[open] {
    height: 100vh;
    opacity: 1;
    transition: height 0s, opacity .3s;
    pointer-events: auto;
}
.vcModalMsg {
    position: relative;
    z-index: 1;
    margin: auto;
    background: #fff;
    max-width: 40em;
    width: 100%;
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
    padding: 20px;
    border-radius: 20px 0 20px 20px;
}
.vcModal .vcModalClose {
    position: absolute;
    display: block;
    right: calc(-.5em - 1rem);
    top: calc(-.5em - 1rem);
    cursor: pointer;
    padding: 1rem;
    line-height: 1;
    text-align: center;
    background: #003f7d;
    border: none;
    --icon-color: #fff;
    color: #fff;
    font-size: .8em;
    height: calc(1em + 2rem);
    width: calc(1em + 2rem);
    border-radius: 50%;
    transition: all .3s;
    z-index: 1;
}
.vcModal .vcModalClose:hover {
    background: #009fe3;
}

.vcModalBannerBottom {
    padding: 30px 0 0;
    align-items: flex-end;
    background: rgba(255,255,255,.75);
}
.vcModalBannerBottom .vcModalMsg {
    margin-bottom: 0;
    max-width: none;
    padding: 0;
    border-radius: 0;
}
.vcModalBannerBottom .vcModalClose {
    right: 15px;
    top: 15px;
}
.vcModalBannerBottom .vcModalMsg .article {
    padding: 20px;
    margin: 0 auto;
}
@media (min-width: 960px) {
    .vcModalMsg {
        padding: 40px;
    }
    .vcModalBannerBottom .vcModalMsg .article {
        width: 83.33%;
    }
    .vcModalBannerBottom .vcModalMsg .article > :first-child {
        padding-right: 0;
    }
}

/*
	CSS Icons
	*/
.vcCssIcon {
	position: relative;
	display: inline-block;
}
.vcCssIconCheck {
	height: 1em;
	width: .667em;
	border-right: .1875em solid #000;
	border-bottom: .1875em solid #000;
	transform: rotate(45deg);
	margin: 0 .2em;
}
.vcCssIconArrowDown {
    width: 1em;
	height: 1em;
    margin: 0 .2em;
}
.vcCssIconArrowDown:after {
	content: '';
	display: block;
	font-size: .667em;
	width: 1em;
	height: 1em;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -.375em;
	margin-left: -.5em;
	transform: rotate(-45deg);
	border-left: 3px solid #000;
	border-bottom: 3px solid #000;
}
.vcCssIconClose {
	height: 100%;
	width: 100%;
	display: block;
}
.vcCssIconClose:before,
.vcCssIconClose:after {
	position: absolute;
	left: 50%;
	top: 50%;
	content: '';
	background: var(--vc-icon-color, #fff);
	display: block;
	width: 100%;
	height: .125em;
	margin-top: -.0625em;
	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%;
    }
}


/* jQuery UI Resets */
.accordionWrapper.ui-accordion {
    margin: 10px 0;
}
.accordionWrapper.ui-accordion .ui-accordion-header {
    padding-top: 10px;
    padding-bottom: 10px;
}
.accordionWrapper.ui-accordion .ui-accordion-header .dateText {
    font-size: .5em;
    padding-left: 5px;
    font-weight: bold;
}
.accordionWrapper.ui-accordion .ui-accordion-header a {
    color: inherit;
}
.accordionWrapper.ui-accordion .ui-accordion-content {
    margin: 0;
    padding: 15px 20px;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    overflow: hidden;
}
.accordion .imgWrap {
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    display: block;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    color: initial;
}
body .ui-datepicker {
    z-index: 1001 !important;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
body .ui-accordion,
body .ui-widget input,
body .ui-widget select,
body .ui-widget textarea,
body .ui-datepicker .ui-datepicker-title select {
    font-family: 'Vista Sans OT', sans-serif;
    font-weight: 400;
    color: #000;
    line-height: inherit;
}
body .ui-tooltip {
    background: #fff;
    padding: 15px 20px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    font-size: 1em;
    font-family: inherit;
}

/* ==========================================================================
   Accessibility
   ========================================================================== */
.vcA11yOverlayTrigger {
    position: fixed;
    right: 10px;
    top: 50%;
    margin: 0;
    margin-top: -.5em;
    padding: 0;
    border: none;
    background: none;
    font-size: calc(2rem + .8em);
    line-height: 1;
    cursor: pointer;
    z-index: 4;
    transition: all .3s;
    color: #003f7d;
    background: #fff;
    border-radius: .5em;
}
.vcA11yOverlayTrigger .icon,
.vcA11yOverlayTrigger .icon:before {
    display: block;
}
.vcA11yOverlayTrigger:hover {
    color: #009fe3;
    background: #fff;
}

#a11yReadspeakerButton {
    position: fixed;
    bottom: 10px;
    left: 10px;
    margin: 0;
    width: calc(100% - 20px - 3.75rem) !important;
}
#a11yReadspeakerButton.rsexpanded .rsbtn_play {
    padding: 0;
}
#a11yReadspeakerButton.rsexpanded .rsbtn_play .rsbtn_left {
    overflow: hidden;
    width: 0;
    margin-left: 2.3333em;
}
#a11yNavControlTrigger {
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    display: flex;
    align-items: center;
    flex-grow: 1;
}
#a11yNavControlTrigger .optsInputLabel {
    flex-grow: 1;
}
#a11yNavControlTrigger .state {
    flex-shrink: 0;
    display: flex;
}
#a11yNavControlTrigger .state .vcCssIcon {
    transition: all .3s;
}
#a11yNavControlTrigger .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_normal {
    font-size: 16px;
}
.fs_bigger {
    font-size: 20px;
}
.fs_big {
    font-size: 24px;
}

/* Line Height */
.lh_bigger body {
    line-height: 1.75;
}
.lh_big body {
    line-height: 2;
}

/* Contrast */
.cm_contrast h1,
.cm_contrast .h1,
.cm_contrast .ui-accordion .ui-accordion-header.h1,
.cm_contrast .teaserItemTitleInner h2,
.cm_contrast .teaserItemTitleInner .h2 {
    color: #000;
}
.cm_contrast .coloredCyan,
.cm_contrast #navSub a.active,
.cm_contrast .pages a {
    color: #005b82;
}
.cm_contrast .coloredGreen {
    color: #3a6112;
}
.cm_contrast #faultReport .faultReportForm {
    color: #fff;
    background: #3a6112;
}
.cm_contrast .btnRaised {
    border-color: #005b82;
}
.cm_contrast .btnRaised:after,
.cm_contrast .tooltip {
    background: #005b82;
}
.cm_contrast .btn.btnRaised.disabled,
.cm_contrast .btn.btnRaised[disabled] {
    border-color: #575859;
}
.cm_contrast .hint,
.cm_contrast .subTitle,
.cm_contrast .lightText,
.cm_contrast .dateText,
.cm_contrast blockquote:before,
.cm_contrast .blockquote:before,
.cm_contrast .pages a[aria-disabled="true"] {
    color: #575859;
}
hr {
    border-top-color: #575859;
}
.cm_contrast #footer {
    background: #595858;
}

    /* ==========================================================================
       Content classes
       ========================================================================== */


/* Modul: TEASER / IMG GALLERY */
.teaserWrap {
    position: relative;
}
.teaser {
    list-style: none;
    margin: 0;
    position: relative;
    padding: 0;
    width: 100%;
}
.teaser > li {
    position: relative;
    min-height: 300px;
    height: calc(100vh - 70px);
}
#breadcrumb + #teaserSection .teaser > li {
    height: calc(100vh - 110px);
}
.teaser > li .teaserItemWrap {
    position: relative;

    height: 100%;
    width: 100%;
    display: block;
    overflow: hidden;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
#header.hasDisturbanceBar + #main .teaser > li {
    height: calc(100vh - 150px);
}

.teaser > li .teaserImgWrap {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.teaser > li .teaserImgWrap .video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}
.teaser > li .teaserItemTitle {
    display: block;
    height: 100%;
    left: 0;
    right: 0;
    position: absolute;
    top: 0;
    z-index: 2;
}
.teaser > li .teaserEffect {
    z-index: 3;
}
.teaser > li .teaserItemTitleInner {
    display: table;
    table-layout: fixed;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding-bottom: 20px;
}

.teaser > li .teaserItemTitleInner .wrap {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    position: relative;
    z-index: 1;
}
.teaser > li .teaserItemTitleInner .wrap > :first-child {
    margin-top: 0;
}
.teaser > li .teaserItemTitleInner .wrap > :last-child {
    margin-bottom: 0;
}
.teaser > li.textBg .teaserItemTitleInner .wrap > * {
    position: relative;
}
.teaser > li.textBg .teaserItemTitleInner .wrap > *:after {
    background: #fff;
    padding: 20px;
    content: '';
    position: absolute;
    left: -20px;
    top: -20px;
    bottom: -20px;
    right:  -20px;
    z-index: -1;
}
.teaser > li.cm_dark .teaserItemTitleInner > * {
    color: #fff;
}
.teaser > li.cm_dark.textBg .teaserItemTitleInner .wrap > *:after {
    background: #706f6f;
}
.teaser > li.cm_dark .teaserItemTitleInner h1,
.teaser > li.cm_dark .teaserItemTitleInner h2,
.teaser > li.cm_dark .teaserItemTitleInner h3,
.teaser > li.cm_dark .teaserItemTitleInner .h1,
.teaser > li.cm_dark .teaserItemTitleInner .h2,
.teaser > li.cm_dark .teaserItemTitleInner .h3,
.teaser > li.cm_dark .teaserItemTitleInner .btn {
    color: inherit;
}
.teaser > li.cm_dark .teaserItemTitleInner .btn:not(:hover):after {
    background: #fff;
    opacity: .2;
}
.teaser > li .teaserItemTitleInner p .h1,
.teaser > li .teaserItemTitleInner p .h2,
.teaser > li .teaserItemTitleInner p .h3 {
    margin: 0;
}

#faultReport {
    position: absolute;
    right: 0;
    bottom: 50px;
    z-index: 2;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
}
#faultReport > * {
    padding-left: 20px;
    padding-right: 20px;
    flex: 0 1 auto;
}

#faultReport .intro {
    margin-bottom: 20px;
}
#faultReport .faultReportForm,
#faultReport .teaserFaultReportTel {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 1.25em;
    text-decoration: none;
}
#faultReport .faultReportForm {
    background: #69af22;
    color: #fff;
}
#faultReport .teaserFaultReportTel {
    background: #003f7d;
    color: #fff;
}
#faultReport .faultReportForm a,
#faultReport .teaserFaultReportTel a {
    color: inherit;
    text-decoration: none;
}

@media (max-width: 1279px) {
    #teaserSection .swiper-button-next,
    #teaserSection .swiper-button-prev {
        display: none;
    }
}
@media (min-width: 720px) {
    .teaser > li {
        min-height: 400px;
        height: calc(100vh - 140px);
    }
    #breadcrumb + #teaserSection .teaser > li {
        height: calc(100vh - 230px);
    }
    #header.hasDisturbanceBar + #main .teaser > li {
        height: calc(100vh - 180px);
    }
    #header.hasDisturbanceBar + #main #breadcrumb + #teaserSection .teaser > li {
        height: calc(100vh - 270px);
    }
}
@media (min-width: 960px) {
    .teaser > li {
        min-height: 450px;
    }
    #faultReport > * {
        padding-right: 40px;
    }
}

/* Tags */
.taxFilter ul {
    display: flex;
    flex-wrap: wrap;
    margin: 1em -5px 0;
    padding: 0;
    list-style: none;
}
.taxFilter li {
    padding: 5px;
}
.taxFilter a {
    margin-top: 40px;
    color: inherit;
    border: 1px solid #000;
    padding: 9px;
    text-decoration: none;
    transition: all .3s;
}
.taxFilter a:hover,
.taxFilter a.active {
    background: #706f6f;
    border-color: #706f6f;
    color: #fff;
}

/* Content: BILDER & GALERIE */
.filePreview,
.img,
.thumb {
	position: relative;
	overflow: hidden;
	display:block;
}
.thumb img,
.img img,
.img-link img,
.imgWrap img {
	width:100%;
	height:auto;
	display: block;
}
.imgWrap {
	position: relative;
	margin: 0;
}
.gallery {
	margin: -5px -10px;
}
.img-count {
	margin: 5px 10px;
	text-align: right;
}
.imgContainer {
	float: left;
	padding: 10px;
	margin: 0 !important;
	position: relative;
}
.img {
	display:block;
	position: relative;
	z-index: 1;
}
.imgRounded .img {
    border-radius: 50%;
}
.img.effect {
	border: 5px solid #FFF;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.caption {
	font-size: 80%;
	line-height: 1.25;
	display: block;
	text-align: center;
	margin-top: .5em;
}

.imgLeft .imagesInnerWrap {
	float: left;
	margin-bottom: 1em;
}
.imgRight .imagesInnerWrap {
	margin-bottom: 1em;
	float: right;
}
.imgRight .caption {
	text-align: left;
}
.imgLeft .caption {
	text-align: right;
}
.imgWrap + .imgWrap,
.imgWrap + .imgWrap {
	margin-top: 1em;
}
.imgNone {
	margin: 1em auto;
}
.imgNone .imagesInnerWrap {
	margin: -1em;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.imgWidth-100,
.imgWidth-75,
.imgWidth-67,
.imgWidth-50,
.imgWidth-42,
.imgWidth-33 {
	width: 100%;
}
.imgWidth-25 {
	width: 50%;
}
.imgWidth-20,
.imgWidth-17,
.imgWidth-15 {
	width: 25%;
}
.imgWidth-13,
.imgWidth-10,
.imgWidth-5 {
	width: 15%;
}

.imgNone .imgWrap {
	float: left;
	padding: 1em;
	margin: 0;
}

.imgRight .imgWidth-25,
.imgRight .imgWidth-20,
.imgRight .imgWidth-17,
.imgRight .imgWidth-15,
.imgRight .imgWidth-13,
.imgRight .imgWidth-10,
.imgRight .imgWidth-5 {
	margin-left: 1em;
	padding-left: 1em;
	float: right;
}
.imgLeft .imgWidth-25,
.imgLeft .imgWidth-20,
.imgLeft .imgWidth-17,
.imgLeft .imgWidth-15,
.imgLeft .imgWidth-13,
.imgLeft .imgWidth-10,
.imgLeft .imgWidth-5 {
	margin-right: 1em;
	padding-right: 1em;
	float: left;
}

@media (min-width: 480px) {
	.imgWidth-33,
	.imgWidth-25 {
		width: 50%;
	}
	.imgWidth-20,
	.imgWidth-17,
	.imgWidth-15 {
		width: 33.3%;
	}
	.imgWidth-13 {
		width: 20%;
	}
	.imgWidth-10,
	.imgWidth-5 {
		width: 15%;
	}

	.imgRight .imgWidth-33 {
		margin-left: 1em;
		padding-left: 1em;
		float: right;
	}
	.imgLeft .imgWidth-33 {
		margin-right: 1em;
		padding-right: 1em;
		float: left;
	}
}

@media (min-width: 720px) {
    .imgWidth-67,
    .imgWidth-50,
	.imgWidth-42 {
		width: 50%;
	}
    .imgWidth-33,
    .imgWidth-25 {
		width: 33.3%;
	}
    .imgWidth-20,
    .imgWidth-17,
    .imgWidth-15 {
        width: 20%;
    }
	.imgRight .imgWidth-50,
	.imgRight .imgWidth-42 {
		margin-left: 1em;
		padding-right: 1em;
		float: right;
	}
	.imgLeft .imgWidth-50,
	.imgLeft .imgWidth-42 {
		margin-right: 1em;
		padding-right: 1em;
		float: left;
	}

	.imgRight .imgWidth-67 {
		margin-left: 1em;
		padding-left: 1em;
		float: right;
	}
	.imgLeft .imgWidth-67 {
		margin-right: 1em;
		padding-right: 1em;
		float: left;
	}
}

@media (min-width: 960px) {
	.imgWidth-100 {
		width:100%;
	}
	.imgWidth-75 {
		width:75%;
	}
	.imgWidth-67 {
		width:66.7%;
	}
	.imgWidth-50 {
		width:50%;
	}
	.imgWidth-42 {
		width: 41.7%;
	}
	.imgWidth-33 {
		width:33.3%;
	}
	.imgWidth-25 {
		width:25%;
	}
	.imgWidth-20 {
		width:20%;
	}
	.imgWidth-17 {
		width:16.6666%;
	}
	.imgWidth-15 {
		width:15%;
	}
	.imgWidth-13 {
		width:12.5%;
	}
	.imgWidth-10 {
		width:10%;
	}
	.imgWidth-5 {
		width:5%;
	}
	.imgRight .imgWidth-75 {
		margin-left: 1em;
		padding-left: 1em;
		float: right;
	}
	.imgLeft .imgWidth-75 {
		margin-right: 1em;
		padding-right: 1em;
		float: left;
	}
}

/* Content: GOOGLE MAPS */
.map_canvas {
	min-height: 200px;
	min-height: 67vh;
	background: #dad9d3;
	margin: 1em 0;
    position: relative;
}
.map_canvas > iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border: none;
}
.map_canvas .gm-style {
	font-family: inherit;
}
.map_canvas .gm-style-iw .btn {
	width: 100%;
	margin-top: 15px;
}
.map_legend .head {
	font-size: 1.25em;
	font-weight: bold;
	line-height: 30px;
	color: #fff;
	background: #706f6f;
	position: relative;
	padding: 5px 10px 5px 40px;
	-webkit-transition: all .3s;
	transition: all .3s;
	cursor: pointer;
}
.map_legend .head .sprt {
	position: absolute;
	left: 4px;
	top: 50%;
	margin-top: -16px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.map_legend:hover .head {
	background: #666;
}
.map_legend.aktiv .head {
	background: #FF6618;
}
.map_legend.aktiv .head .sprt {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

/* 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 (min-width: 480px) {
	.addrWrap {
		margin: 1em -1em;
	}
	.addrWrap > * {
		padding: 0 1em;
	}
	.addrWrap .addr,
	.addrWrap .addrData {
		width: 50%;
		float: left;
		margin: 0;
	}
}

/* Content Sidebar Boxes */
.box {
    background: var(--section-bg-color, #fff);
}
.boxHead {
    display: flex;
    margin: 0;
    width: 100%;
    background: var(--section-bg-color, #fff);
}
.boxHead .icon {
    flex-grow: 0;
}
.boxHead,
.boxContent {
    padding: 20px;
}
.boxHead + .boxContent {
    padding-top: 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 #706f6f;
	border-radius: 0%;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
.vid .video-time {
	position:absolute;
	background: #fff;
	color: #666;
	display:block;
	padding: 5px 10px;
	bottom:0;
	right:0;
	font-weight: bold;
	font-size: 80%;
	z-index: 1;
}
.vid:hover {
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.vid:hover:after {
	background: rgba(0,0,0,.0);
}
.vid:hover .playIcon {
	border-color: transparent transparent transparent #FF6618;
}
.vid:hover .playIcon:after {
	border-color: #FF6618;
	border-radius: 50%;
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
	left: -62px;
}
.vid:hover .video-time {
	background: #FF6618;
	color: #fff;
}
.videoFrame {
	float:right;
    position: relative;
    width: 50%;
}
.videoIFrame {
    position: relative;
}
.videoFrame iframe {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

/* DOWNLOADS */
.downloads {
	margin:1em 0;
}
.downloads h4 {
	margin-top:0;
}
.downloads ul {
	margin:0 -15px;
	list-style:none;
	padding:0 !important;
}
.downloads li {
	padding:15px;
	margin:0 !important;
    overflow: hidden;
}
.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;
    padding-left: 50px;
}
.download a.hasImg {
	padding-left: 120px;
    min-height: 80px;
}
.download img {
	position: absolute;
	left: 0;
	top: .25em;
	display: block;
    max-width: 90px;
    height: auto;
}
.download small {
	display: block;
	font-weight: normal;
	font-size: 80%;
}
.downloads li.video a {
	display:none;
}
.downloads li video {
	width:100%;
	height:auto;
}

@media only screen and (min-width: 480px) {
	.downloads .grids_2 .gridItem {
		width: 50%;
		float: left;
	}
	.downloads .grids_2 .gridItem:nth-child(2n+1) {
		clear: left;
	}
	.downloads .grids_4 .gridItem {
		width:25%;
		float:left;
	}
	.downloads .grids_4 .gridItem:nth-child(4n+1) {
		clear: left;
	}
}

/* Content: SUB NAV IN ARTICLEs */
.navSub ul {
	padding: 0 0 0 2em;
}


/* Content: ACCORDION */
.accordionWrapper.ui-accordion {
    margin: 0;
}

.accordionWrapper.ui-accordion .ui-accordion-header {
    border:none;
    color: #fff;
    background: #003f7d;
    padding: 10px 10px 10px calc(20px + 1em);
    margin: 0;
    border: none;
    border-radius: 0;
}
.accordionWrapper.ui-accordion .ui-accordion-content + .ui-accordion-header {
    margin-top: 10px;
}
.accordionWrapper.ui-accordion .ui-accordion-header.ui-state-hover {
    color: #fff;
    background: #009fe3;
}
.accordionWrapper.ui-accordion .ui-accordion-header.ui-state-active {
    color: #fff;
    background: #69af22;
}
.accordionWrapper.ui-accordion .ui-accordion-header.ui-state-active a {
    color: inherit;
}
.accordionWrapper.ui-accordion .ui-accordion-header .ui-icon {
    background:none;
    position:absolute;
    margin-top: -.5em;
    top: 50%;
    left: 10px;
    height: 1em;
    line-height: 1;
    width: 1em;
    font-size: 1rem;
    padding: 0;
    text-indent:0;
    text-align: center;
}
.accordionWrapper.ui-accordion .ui-accordion-header.h2 .ui-icon {
    font-size: .33em;
}
.accordionWrapper.ui-accordion .ui-accordion-header .ui-icon:before {
    display:inline-block;
    height:1em;
    width:1em;
    font-family:"fontello";
    content: '\e802';
    font-style: normal;
    text-align:center;
    transition:transform 0.2s;
}
.accordionWrapper.ui-accordion .ui-accordion-header.ui-state-active .ui-icon:before {
    transform: rotate(90deg);
}
.accordionWrapper.ui-accordion .ui-accordion-content {
    border: none;
}
.accordionWrapper.ui-accordion .ui-accordion-content > :first-child {
    margin-top: 0;
}
.accordionWrapper.ui-accordion .ui-accordion-content > .imgLeft:first-child,
.accordionWrapper.ui-accordion .ui-accordion-content > .imgRight:first-child {
    margin-top:10px;
}
.accordionWrapper.ui-accordion .ui-accordion-content > .imgLeft:first-child + .headlineNode,
.accordionWrapper.ui-accordion .ui-accordion-content > .imgLeft:first-child + h2,
.accordionWrapper.ui-accordion .ui-accordion-content > .imgRight:first-child + h2,
.accordionWrapper.ui-accordion .ui-accordion-content > .imgLeft:first-child + h3,
.accordionWrapper.ui-accordion .ui-accordion-content > .imgRight:first-child + h3 {
    margin-top:10px;
}
@media (min-width: 640px) {
    .accordionWrapper.ui-accordion .ui-accordion-header {
        padding: 10px 20px 10px calc(30px + 1em);
    }
    .accordionWrapper.ui-accordion .ui-accordion-header .ui-icon {
        left: 20px;
    }
}

/* Content: FORMS */
.form {
    container-type: inline-size;
    container-name: formContainer;
}
.form .hint .duty {
    padding: 2px;
    color: #003f7d;
}
.optsGrid_25,
.optsGrid_33,
.optsGrid_50,
.optsGrid_67,
.optsGrid_75,
.optsGrid_100 {
    width: 100%;
}

.optsFieldset legend {
    margin: 0;
}
.optsFieldset .optsLegend .shortInfo {
    display: block;
    font-size: .75em;
    font-weight: 400;
}
.optsFieldset {
    margin-top: 60px;
    margin-bottom: 60px;
}
.optsContainer {
    margin: 40px -10px 0;
    padding: 0;
    text-align: left;
    position: relative;
}
.optsContainer.optsHint {
    margin: 20px 0 0;
}
.optsInputWrap {
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
}
.optsContainer:after {
    clear: both;
    content: '';
    display: table;
}

.optsContainer + .optsContainer,
.optsContainer + .optsContainerGroupWrap,
.optsContainerGroupWrap + .optsContainer,
.optsContainerGroupWrap + .optsContainerGroupWrap,
.optsFieldset + .optsContainerGroupWrap {
    margin-top: 40px;
}
.optsFieldset > *:first-child {
    margin-top: 0;
}
.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: #706f6f;
    line-height: 30px;
    font-size: 1em;
    padding-left: 10px;
    padding-right: 10px;
}
.optsRadio .optsInputWrap > label,
.optsCheckbox .optsInputWrap > label,
.optsContainer .optsInputWrap .optsInputLabel,
.optsInputWrap > label {
    display: block;
    margin: 0;
    padding: 0;
    text-align: left;
    font-weight: 400;
    font-size: 1em;
    line-height: 30px;
    position: absolute;
    left: 0;
    top: 10px;
    transition: all .2s .1s;
    pointer-events: none;
    max-width: 95%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #706f6f;
    background: transparent;
}
.optsInputWrap > input:focus ~ label,
.optsInputWrap > .input:focus ~ label,
.optsInputWrap > textarea:focus ~ label,
.optsInputWrap > select:focus ~ label,
.optsInputWrap > .selectWrap.focus ~ label,
.optsRadio .optsInputWrap > label,
.optsCheckbox .optsInputWrap > label,
.optsInputWrap.hasValue > label,
.optsInputWrap.hasFocus > label {
    top: -6px;
    font-size: 12px;
    line-height: 15px;
    transition: all .2s;
}
.optsInputWrap > label:first-child {
    position: static;
    padding: 0;
    margin-bottom: 5px;
    text-overflow: 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: #003f7d;
    padding-left: 5px;
    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: #706f6f;
    padding-left: 5px;
}
.optsContainer > label .shortInfo:before,
.optsInputWrap > label .shortInfo:before {
    content:' (';
}
.optsContainer > label .shortInfo:after,
.optsInputWrap > label .shortInfo:after {
    content:')';
}

.optsInputWrap input,
.optsInputWrap .input,
.optsInputWrap textarea,
.optsInputWrap select,
.optsInputWrap .selectOver,
.optsInputWrap .optsCounterWrap .over {
    width: 100%;
    padding: 10px 0 9px;
    background: none;
    color: inherit;
    border-bottom: 1px solid #706f6f;
    font-weight: 400;
    transition: border-color .2s, background .2s;
    position: relative;
    display: block;
}
.optsInputWrap input,
.optsInputWrap .input,
.optsInputWrap select,
.optsInputWrap .selectOver,
.optsInputWrap .optsCounterWrap .over {
    height: 50px;
    line-height: 30px;
}
.optsInputWrap .selectOver {
    padding-right: 40px;
}
.optsError .error {
    font-size: 80%;
    padding: 5px 0 0;
}
.optsError > label {
    color: #C00;
}
.optsError .optsInputWrap input,
.optsError.optsInputWrap input,
.optsError .optsInputWrap .input,
.optsError.optsInputWrap .input,
.optsError .optsInputWrap textarea,
.optsError.optsInputWrap textarea,
.optsError .optsInputWrap select,
.optsError.optsInputWrap select,
.optsError .optsInputWrap .selectOver,
.optsError.optsInputWrap .selectOver,
.optsError .optsInputWrap .optsCounterWrap .over,
.optsError.optsInputWrap .optsCounterWrap .over {
    border-color: #c00;
}

.optsInputWrap input:hover,
.optsInputWrap .input:hover,
.optsInputWrap textarea:hover,
.optsInputWrap select:hover,
.optsInputWrap .selectWrap:hover .selectOver,
.optsInputWrap .optsCounterWrap:hover .over,
.optsCheckbox .optsInputWrap:hover,
.optsRadio .optsInputWrap:hover {
    border-color: #003f7d;
}
.optsInputWrap input:focus,
.optsInputWrap .input:focus,
.optsInputWrap textarea:focus,
.optsInputWrap select:focus,
.optsInputWrap .selectWrap.focus .selectOver,
.optsInputWrap .optsCounterWrap.focus .over {
    border-color: #003f7d;
}

.optsCheckbox .optsInputWrap,
.optsRadio .optsInputWrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #706f6f;
    padding: 5px 0 4px;
    transition: all .3s;
}
.optsInputWrap .optsInline {
    float: left;
    margin-right: 20px;
    display: flex;
    align-items: center;
}
.optsContainer .optsInline input:not(.optsSwitch) {
    opacity: 0;
    position: absolute;
}
.optsContainer .optsLine {
    display: block;
    float: none;
    flex-grow: 1;
    margin-right: 0;
}
.optsContainer .optsLineFull {
    width: 100%;
}
.optsContainer .optsInline.optsSwitchContainer {
    justify-content: flex-end;
}
.optsInputWrap .optsInline label {
    display: block;
    padding: 10px 0 10px 21px;
    line-height: 20px;
    margin: 0;
    cursor: pointer;
    transition: background .2s;
    position: relative;
    color: #706f6f;
}
.optsContainer .optsLine label .name {
    font-weight: 700;
}
.optsInputWrap .optsInline label:before,
.optsInputWrap .optsInline label:after {
    position: absolute;
    content: '';
    display: block;
    transition: all .2s;
}
.optsInputWrap .optsInline label:before {
    width: 16px;
    height: 16px;
    border: 1px solid #706f6f;
    left: 0;
    top: 12px;
}
.optsInputWrap .optsInline input[type="checkbox"] + label:after {
    width: 10px;
    height: 6px;
    left: 3px;
    top: 16px;
    transform: rotate(-45deg);
    border-color: #fff;
    border-bottom-color: rgb(255, 255, 255);
    border-left-color: rgb(255, 255, 255);
    border-left: 2px solid transparent;
    border-bottom: 2px solid transparent;
}
.optsInputWrap .optsInline input[type="radio"] + label:after {
    width: 8px;
    height: 8px;
    left: 4px;
    top: 16px;
    background: transparent;
    border-radius: 4px;
}
.optsInputWrap .optsInline input[type="radio"] + label:before {
    border-radius: 8px;
}
.optsInputWrap .optsInline label:hover,
.optsInputWrap .optsInline:focus-within label,
.optsInputWrap .optsInline input:checked + label {
    color: inherit;
    border-color: #003f7d;
}
.optsInputWrap .optsInline input:checked + label:before {
    background: #fff;
    border-color: #003f7d;
}
.optsInputWrap .optsInline input:checked + label:after {
    border-color: #69af22;
}
.optsInputWrap .optsInline input[type="radio"]:checked + label:after {
    background: #69af22;
}

.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;
    height: 50px;
}
.optsContainer .selectOver:after {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -3px;
    content: '';
    display: block;
    height: 0;
    width: 0;
    border-style: solid;
    border-width: .429em .357em 0 .357em;
    border-color: #111 transparent transparent;
    transform-origin: 50% 50%;
    transition: all .2s;
}
.optsContainer .selectWrap:focus-within {
    outline: 2px solid #00b4ff;
    outline-offset: -2px;
}
.optsContainer .selectWrap:hover .selectOver:after {
    border-top-color: #111;
}
.optsContainer .selectWrap.focus .selectOver:after {
    transform: rotate(180deg);
    border-top-color: #111;
}
.optsContainer .selectWrap select,
.optsCounterWrap input,
.optsCounterWrap select {
    width: 100%;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}
.optsInputWrap .optsCounterWrap .optsCounterUp .icon,
.optsInputWrap .optsCounterWrap .optsCounterDown .icon {
    position: static;
    width: 1.333em;
    height: 1.333em;
    line-height: 1.2;
    font-size: 15px;
    border: 1px solid #003f7d;
    background: #003f7d;
    border-radius: .667em;
    color: #fff;
    display: block;
    margin: 0;
    text-align: center;
}
.optsInputWrap .optsCounterWrap .optsCounterUp,
.optsInputWrap .optsCounterWrap .optsCounterDown {
    position: absolute;
    padding: 10px 5px;
    top: 50%;
    margin-top: -.555em;
    margin-top: calc(-.555em - 10px);
    text-align: center;
}
.optsInputWrap .optsCounterWrap .optsCounterUp:hover .icon,
.optsInputWrap .optsCounterWrap .optsCounterDown:hover .icon {
    color: #fff;
    background: #009fe3;
    border-color: #009fe3;
}
.optsInputWrap .optsCounterWrap .optsCounterUp.disabled,
.optsInputWrap .optsCounterWrap .optsCounterDown.disabled {
    pointer-events: none;
    opacity: .5;
}
.optsInputWrap .optsCounterWrap .optsCounterUp {
    right: 40px;
    right: calc(14px + 1.111em);
}
.optsInputWrap .optsCounterWrap.optsCounterCenter .optsCounterUp {
    right: auto;
    left: 5px;
}
.optsInputWrap .optsCounterWrap .optsCounterDown {
    right: 5px;
}
.optsInputWrap .optsCounterWrap .over {
    padding-right: 60px;
}
.optsInputWrap .optsCounterWrap.optsCounterCenter .over {
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
}

.optsContainer .optsNfo {
    padding: 10px 10px 0;
    margin-left: 0;
    clear: both;
    font-size: .7778em;
    line-height: 1.4286;
}
.optsFieldset > .optsNfo {
    margin: 1em 0;
}
.optsFieldset > legend + .optsNfo {
    margin-top: 0;
}

.optsContainer > .ipShort,
.optsContainer > .ipLong,
.optsContainer > .ipHalf {
    float: left;
}
.optsContainer > .ipShort {
    width: calc(25% - 20px);
}
.optsContainer > .ipHalf {
    width: calc(50% - 20px);
}
.optsContainer > .ipLong {
    width: calc(75% - 20px);
}
.optsContainerWrap {
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 0;
    flex-wrap: wrap;
    align-items: flex-start;
}
.optsContainerWrap .optsContainer {
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    flex-grow: 1;
}
.optsContainerWrap .optsContainerWidth_25 {
    width: 50%;
}
.optsContainerWrap .ipHalf + .ipHalf {
    margin-top: 2em;
}

.optsInputWrap:not(.optsFileUpload) .icon {
    position: absolute;
    top: 50%;
    margin-top: -.5em;
    line-height: 1;
    right: 0;
    z-index: 1;
    pointer-events: none;
}
.optsLoading .optsInputWrap .icon {
    animation: spinIcon 2s linear infinite;
}
@keyframes spinIcon {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.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 #00b4ff;
}
input:checked.optsSwitch {
    background-color: #69af22;
    background-position: right center;
}
input:disabled.optsSwitch  {
    background-color: #ddd;
}

/* FILE UPLOAD */
.fileinput-button {
    position: relative;
    overflow: hidden;
}
.fileinput-button input {
    position: absolute !important;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    font-size: 200px !important;
    direction: ltr;
    cursor: pointer;
}

.fileupload-buttonbar .btn,
.fileupload-buttonbar .toggle {
    margin-bottom: 5px;
}
.progress {
    background-color: #e9e9e9;
    height: 32px;
    overflow: hidden;
}
.progress .progress-bar {
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
    color: #fff;
    float: left;
    height: 100%;
    line-height: 30px;
    text-align: center;
    transition: width 0.6s ease 0s;
    width: 0;
    background: #003f7d;
    filter: none;
}
.fileupload-process {
    opacity: 1;
}
.fileupload-processing .fileupload-process,
.files .processing .preview {
    display: block;
    width: 32px;
    height: 32px;
    background: url("../img/jQuery-File-Upload/loading.gif") center no-repeat;
    background-size: contain;
}

.fade {
    opacity: 0;
    max-height: 0;
    transition: opacity .2s, margin .2s, padding .2s, max-height .2s cubic-bezier(0,1,0,1);
}

.fileupload-uploaded-container,
.fileupload-queue {
    border: none;
    margin: 20px 0 0;
    padding: 20px 0 0;
    position: relative;
}

.fileupload-uploaded-container.fade,
.fileupload-queue.fade {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.fileupload-uploaded-container .legend,
.fileupload-queue .legend {
    font-weight: bold;
    left: 0;
    top: 0;
    font-weight: 500;
    font-size: 1rem;
    line-height: 20px;
    padding: 0;
    position: absolute;
}
.fileupload-queue {
    margin-left: -10px;
    margin-right: -10px;
}
.fileupload-queue .legend {
    left: 10px;
}
.fileupload-container {
    border: none;
    width: calc(100% - 20px);
    padding: 0 0 10px;
    margin: 10px;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.fileupload-container .progress {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 2px;
    opacity: 0;
    border-radius: 0;
    box-shadow: none;
    transition: opacity 0.15s linear 0s;
}
.fileupload-container .progress .progress-bar {
    box-shadow: none;
}
.fileupload-container.fileupload-in-progress .progress {
    opacity: 1;
}
.fileupload-uploaded-container .fileupload-uploaded {
    margin: 0;
}
.fileupload-container .fileName {
    font-weight: bold;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
.fileupload-container .btn {
    padding-top: .25em;
    padding-bottom: .25em;
}
.fileupload-container:nth-child(2n+2) {
    clear: left;
}
.fileupload-success .progress {
    border-color: #69af22;
    background-color: #69af22;
}
.fileupload-success .fileName {
    color: #69af22;
}
.fileupload-failed .progress {
    border-color: #C00;
    background-color: #C00;
}
.fileupload-failed .fileName {
    color: #C00;
}

.fileupload-container .fileupload-preview {
    float: left;
    margin-right: 2%;
}
.fileupload-container .fileupload-preview .preview {
    display: block;
    width: 75px;
    height: 75px;
    background: url("../img/jQuery-File-Upload/loading.gif") no-repeat 50% 50%;
    background-size: contain;
}


.optsContainer .optsFileUpload {

}
.optsContainer .optsFileUpload .fileupload-controlWrap {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
.optsContainer .optsFileUpload .fileupload-controlWrap > div {
    float: right;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.optsContainer .optsFileUpload .fileupload-controlWrap .fileupload-progress {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    align-self: center;
    width: 100%;
    margin-top: 10px;
}
.optsContainer .optsFileUpload .fileupload-controlWrap .fileupload-progress.fade {
    margin-top: 0;
}
.optsContainer .optsFileUpload .fileupload-uploaded {
    padding: 0;
    margin-bottom: 0;
}
.optsContainer .optsFileUpload .fileupload-uploaded .img {
    float: left;
    margin-right: 15px;
    width: 100px;
}
.optsContainer .optsFileUpload .fileupload-stats + hr {
    margin: 0;
    background:#fff;
}
.optsContainer .optsFileUpload .fileupload-uploaded {
    list-style: none;
}
.optsContainer .optsFileUpload .fileupload-uploaded li:before {
    display: none;
}
.optsContainer .optsFileUpload .fileupload-uploaded li {
    padding: 7px 0 6px 0;
    background: transparent;
    border-bottom: 1px solid #003f7d;
}
.optsContainer .optsFileUpload .fileupload-uploaded li + li {
    margin-top: 10px;
}
.optsContainer .optsFileUpload .fileupload-uploaded li strong {
    font-weight: normal;
}
.optsContainer .optsFileUpload .fileupload-uploaded li button {
    float: right;
    padding: .5em;
    padding: calc(.5em - 1px);
    margin: -.5em;
    cursor: pointer;
}
.formUploadedFiles li {
    line-height: 30px;
}
.formUploadedFiles li:before {
    top: 13px;
}
.formUploadedFiles .imgButtons {
    border: none;
    margin: 0 0 0 .5em;
    padding: .5em;
    padding: calc(.5em - 1px);
    vertical-align: -3px;
    background:#FFF;
}


/* Schaltflächen */
.btnContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    flex-direction: column;
}
.optsContainerWrap + .btnContainer,
.optsContainer + .btnContainer,
.btnContainer + .btnContainer,
.optsContainerGroupWrap + .btnContainer,
.optsFieldset + .btnContainer {
    margin-top: 40px;
}
.btnContainer .backLink,
.btnContainer [type="reset"] {
    margin-top: 20px;
}

@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);
    }

    .optsContainerWrap.optsContainerWrap_50 {
        margin-left: -20px;
        margin-right: -20px;
    }
    .optsContainerWrap.optsContainerWrap_50 .optsContainer {
        width: 50%;
        padding: 0 20px;
        float: left;
    }
    .optsCaptcha .optsBlock {
        display: flex;
    }
    .optsCaptcha .optsInputWrap {
        width: 50%;
        margin: 0;
        padding-left: 10px;
        padding-right: 10px;
    }
    .optsContainer .optsCaptchaGraphics {
        margin-top: 0;
    }

    .fileupload-container {
        width: calc(50% - 20px);
    }
    .optsContainer .optsFileUpload .fileupload-controlWrap .fileupload-progress {
        margin-left: 10px;
        margin-top: 0;
        width: auto;
    }

    /* Schaltflächen */
    .btnContainer {
        justify-content: space-between;
        flex-direction: row;
        flex-direction: row-reverse;
    }
}

/* BOOKS */
.bookContentsOuterWrap.swiper {
    --swiper-scrollbar-sides-offset: 0px;
    width: 100%;
    overflow: visible;
}
.bookContentsOuterWrap.swiper:before,
.bookContentsOuterWrap.swiper:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 100%;
    display: block;
    top: 0;
    z-index: 2;
}
.bookContentsOuterWrap.swiper:before {
    right: 100%;
    background: linear-gradient(270deg,
        color-mix(in srgb, var(--section-bg-color, #fff), transparent 100%) 0%,
        color-mix(in srgb, var(--section-bg-color, #fff), transparent 10%) 100%
    );
}
.bookContentsOuterWrap.swiper:after {
    left: 100%;
    background: linear-gradient(90deg,
        color-mix(in srgb, var(--section-bg-color, #fff), transparent 100%) 0%,
        color-mix(in srgb, var(--section-bg-color, #fff), transparent 10%) 100%
    );
}
.bookContentsOuterWrap.swiper .swiper-button-prev,
.bookContentsOuterWrap.swiper .swiper-button-next {
    background: #fff;
    border: 1px solid #009fe3;
    transition: all .3s;
    --swiper-navigation-color: #000;
}
.bookContentsOuterWrap.swiper.isAtBeginning .swiper-button-prev {
    opacity: 0;
    visibility: hidden;
}
.bookContentsOuterWrap.swiper .swiper-button-prev:after,
.bookContentsOuterWrap.swiper .swiper-button-next:after {
    content: '';
    width: 100%;
    bottom: 0;
    height: 0;
    background: #009fe3;
    position: absolute;
    left: 0;
    opacity: 0;
    transition: all .3s;
    z-index: -1;
}
.bookContentsOuterWrap.swiper .swiper-button-prev:hover,
.bookContentsOuterWrap.swiper .swiper-button-next:hover {
    --swiper-navigation-color: #fff
}
.bookContentsOuterWrap.swiper .swiper-button-prev:hover:after,
.bookContentsOuterWrap.swiper .swiper-button-next:hover:after {
    opacity: 1;
    height: 100%;
}
@media (min-width: 1200px) {
    .bookContentsOuterWrap.swiper:before {
        background: linear-gradient(270deg,
            color-mix(in srgb, var(--section-bg-color, #fff), transparent 100%) 0%,
            color-mix(in srgb, var(--section-bg-color, #fff), transparent 50%) 40px,
            color-mix(in srgb, var(--section-bg-color, #fff), transparent 10%) 100%
        );
        width: 40px;
    }
    .bookContentsOuterWrap.swiper:after {
        background: linear-gradient(90deg,
            color-mix(in srgb, var(--section-bg-color, #fff), transparent 100%) 0%,
            color-mix(in srgb, var(--section-bg-color, #fff), transparent 50%) 40px,
            color-mix(in srgb, var(--section-bg-color, #fff), transparent 10%) 100%
        );
        width: 40px;
    }
}
@media (min-width: 1360px) {
    .bookContentsOuterWrap.swiper:before {
        width: calc(50vw - 640px);
    }
    .bookContentsOuterWrap.swiper:after {
        width: calc(50vw - 640px);
    }
}
@media (min-width: 1420px) {
    .bookContentsOuterWrap.swiper .swiper-button-next {
        right: auto;
        left: calc(100% + 20px);
    }
    .bookContentsOuterWrap.swiper .swiper-button-prev {
        left: auto;
        right: calc(100% + 20px);
    }
}


/* Content: LISTS */
.list .listItem + .listItem {
	margin-top: 2em;
}
.list .articleWrap > :first-child {
	margin-top: 0;
}
.list .articleImgNone + .articleWrap > :first-child {
	margin-top: .5em;
}
.list .articleWrap .headlineNode {
	margin: 0;
}
.list .articleWrap .headlineNode a {
    text-decoration: none;
    color: inherit;
}
.list .articleWrap .dateText {
	font-size: 80%;
	line-height: 1.25;
}
.list .articleWrap .btnMore {
    color: inherit;
}

.list  .listItem .img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.list .articleImgNone,
.list .articleImgLeft,
.list .articleImgRight {
	float: none;
	margin: 0 auto;
}
.list .articleImgLeft.imgWidth-25,
.list .articleImgRight.imgWidth-25 {
	width: 33.3%;
}

.list .articleImgLeft.imgWidth-5,
.list .articleImgLeft.imgWidth-10,
.list .articleImgLeft.imgWidth-13,
.list .articleImgLeft.imgWidth-15,
.list .articleImgLeft.imgWidth-17,
.list .articleImgLeft.imgWidth-20,
.list .articleImgLeft.imgWidth-25 {
	float:left;
}
.list .articleImgLeft.imgWidth-5 + .articleWrap,
.list .articleImgLeft.imgWidth-10 + .articleWrap,
.list .articleImgLeft.imgWidth-13 + .articleWrap {
	padding-left: 1em;
	margin-left: 15%;
}
.list .articleImgLeft.imgWidth-15 + .articleWrap,
.list .articleImgLeft.imgWidth-17 + .articleWrap,
.list .articleImgLeft.imgWidth-20 + .articleWrap {
	padding-left: 1em;
	margin-left: 25%;
}
.list .articleImgLeft.imgWidth-25 + .articleWrap {
	padding-left: 1em;
	margin-left: 33.3%;
}

.list .articleImgRight.imgWidth-5,
.list .articleImgRight.imgWidth-10,
.list .articleImgRight.imgWidth-13,
.list .articleImgRight.imgWidth-17,
.list .articleImgRight.imgWidth-20,
.list .articleImgRight.imgWidth-25 {
	float: right;
}
.list .articleImgRight.imgWidth-5 + .articleWrap,
.list .articleImgRight.imgWidth-10 + .articleWrap,
.list .articleImgRight.imgWidth-13 + .articleWrap{
	padding-right: 1em;
	margin-right: 15%;
}
.list .articleImgRight.imgWidth-15 + .articleWrap,
.list .articleImgRight.imgWidth-17 + .articleWrap,
.list .articleImgRight.imgWidth-20 + .articleWrap {
	padding-right: 1em;
	margin-right: 25%;
}
.list .articleImgRight.imgWidth-25 + .articleWrap {
	padding-right: 1em;
	margin-right: 33.3%;
}

@media only screen and (min-width: 480px) {
	.list .articleImgLeft.imgWidth-33 {
		float:left;
	}
	.list .articleImgLeft.imgWidth-5 + .articleWrap,
	.list .articleImgLeft.imgWidth-10 + .articleWrap {
		margin-left: 15%;
	}
	.list .articleImgLeft.imgWidth-13 + .articleWrap {
		margin-left: 20%;
	}
	.list .articleImgLeft.imgWidth-15 + .articleWrap,
	.list .articleImgLeft.imgWidth-17 + .articleWrap,
	.list .articleImgLeft.imgWidth-20 + .articleWrap {
		margin-left: 33.3%;
	}
	.list .articleImgLeft.imgWidth-33 + .articleWrap {
		padding-left: 1em;
		margin-left: 50%;
	}

	.list .articleImgRight.imgWidth-33 {
		float: right;
	}
	.list .articleImgRight.imgWidth-5 + .articleWrap,
	.list .articleImgRight.imgWidth-10 + .articleWrap {
		margin-right: 15%;
	}
	.list .articleImgRight.imgWidth-13 + .articleWrap {
		margin-right: 20%;
	}
	.list .articleImgRight.imgWidth-15 + .articleWrap,
	.list .articleImgRight.imgWidth-17 + .articleWrap,
	.list .articleImgRight.imgWidth-20 + .articleWrap {
		margin-right: 33.3%;
	}
	.list .articleImgRight.imgWidth-33 + .articleWrap {
		padding-right: 1em;
		margin-right: 50%;
	}
}

@media (min-width: 720px) {
	.list .articleImgLeft.imgWidth-42,
	.list .articleImgLeft.imgWidth-50 {
		float:left;
	}
	.list .articleImgLeft.imgWidth-17 + .articleWrap,
	.list .articleImgLeft.imgWidth-20 + .articleWrap {
		margin-left: 25%;
	}
	.list .articleImgLeft.imgWidth-25 + .articleWrap {
		margin-left: 33.3%;
	}
	.list .articleImgLeft.imgWidth-42 + .articleWrap,
	.list .articleImgLeft.imgWidth-50 + .articleWrap {
		padding-left: 1em;
		margin-left: 50%;
	}

	.list .articleImgRight.imgWidth-42,
	.list .articleImgRight.imgWidth-50 {
		float: right;
	}
	.list .articleImgRight.imgWidth-17 + .articleWrap,
	.list .articleImgRight.imgWidth-20 + .articleWrap {
		margin-right: 25%;
	}
	.list .articleImgRight.imgWidth-25 + .articleWrap {
		margin-right: 33.3%;
	}
	.list .articleImgRight.imgWidth-42 + .articleWrap,
	.list .articleImgRight.imgWidth-50 + .articleWrap {
		padding-right: 1em;
		margin-right: 50%;
	}
}

@media only screen and (min-width: 720px) {
	.list .articleImgLeft.imgWidth-67 {
		float:left;
	}
	.list .articleImgLeft.imgWidth-5 + .articleWrap,
	.list .articleImgLeft.imgWidth-10 + .articleWrap,
	.list .articleImgLeft.imgWidth-13 + .articleWrap {
		margin-left: 15%;
	}
	.list .articleImgLeft.imgWidth-15 + .articleWrap,
	.list .articleImgLeft.imgWidth-17 + .articleWrap,
	.list .articleImgLeft.imgWidth-20 + .articleWrap {
		margin-left: 20%;
	}
	.list .articleImgLeft.imgWidth-25 + .articleWrap,
	.list .articleImgLeft.imgWidth-33 + .articleWrap {
		margin-left: 33.3%;
	}
	.list .articleImgLeft.imgWidth-67 + .articleWrap {
		padding-left: 1em;
		margin-left: 50%;
	}

	.list .articleImgRight.imgWidth-67 {
		float: right;
	}
	.list .articleImgRight.imgWidth-5 + .articleWrap,
	.list .articleImgRight.imgWidth-10 + .articleWrap,
	.list .articleImgRight.imgWidth-13 + .articleWrap {
		margin-right: 15%;
	}
	.list .articleImgRight.imgWidth-15 + .articleWrap,
	.list .articleImgRight.imgWidth-17 + .articleWrap,
	.list .articleImgRight.imgWidth-20 + .articleWrap {
		margin-right: 20%;
	}
	.list .articleImgRight.imgWidth-25 + .articleWrap,
	.list .articleImgRight.imgWidth-33 + .articleWrap {
		margin-right: 33.3%;
	}
	.list .articleImgRight.imgWidth-67 + .articleWrap {
		padding-right: 1em;
		margin-right: 50%;
	}
}

@media only screen and (min-width: 960px) {
	.list .articleImgLeft.imgWidth-25,
	.list .articleImgRight.imgWidth-25 {
		width: 25%;
	}

	.list .articleImgLeft.imgWidth-75 {
		float:left;
	}
	.list .articleImgLeft.imgWidth-5 + .articleWrap {
		margin-left: 5%;
	}
	.list .articleImgLeft.imgWidth-10 + .articleWrap {
		margin-left: 10%;
	}
	.list .articleImgLeft.imgWidth-13 + .articleWrap {
		margin-left: 12.5%;
	}
	.list .articleImgLeft.imgWidth-15 + .articleWrap {
		margin-left: 15%;
	}
	.list .articleImgLeft.imgWidth-17 + .articleWrap {
		margin-left: 16.7%;
	}
	.list .articleImgLeft.imgWidth-20 + .articleWrap {
		margin-left: 20%;
	}
	.list .articleImgLeft.imgWidth-25 + .articleWrap {
		margin-left: 25%;
	}
	.list .articleImgLeft.imgWidth-33 + .articleWrap {
		margin-left: 33.3%;
	}
	.list .articleImgLeft.imgWidth-42 + .articleWrap {
		margin-left: 41.7%;
	}
	.list .articleImgLeft.imgWidth-50 + .articleWrap {
		margin-left: 50%;
	}
	.list .articleImgLeft.imgWidth-67 + .articleWrap {
		margin-left: 66.7%;
	}
	.list .articleImgLeft.imgWidth-75 + .articleWrap {
		padding-left: 1em;
		margin-left: 75%;
	}

	.list .articleImgRight.imgWidth-75 {
		float: right;
	}
	.list .articleImgRight.imgWidth-5 + .articleWrap {
		margin-right: 5%;
	}
	.list .articleImgRight.imgWidth-10 + .articleWrap {
		margin-right: 10%;
	}
	.list .articleImgRight.imgWidth-13 + .articleWrap {
		margin-right: 12.5%;
	}
	.list .articleImgRight.imgWidth-15 + .articleWrap {
		margin-right: 15%;
	}
	.list .articleImgRight.imgWidth-17 + .articleWrap {
		margin-right: 17%;
	}
	.list .articleImgRight.imgWidth-20 + .articleWrap {
		margin-right: 20%;
	}
	.list .articleImgRight.imgWidth-25 + .articleWrap {
		margin-right: 25%;
	}
	.list .articleImgRight.imgWidth-33 + .articleWrap {
		margin-right: 33.3%;
	}
	.list .articleImgRight.imgWidth-42 + .articleWrap {
		margin-right: 41.7%;
	}
	.list .articleImgRight.imgWidth-50 + .articleWrap {
		margin-right: 50%;
	}
	.list .articleImgRight.imgWidth-67 + .articleWrap {
		margin-right: 66.7%;
	}
	.list .articleImgRight.imgWidth-75 + .articleWrap {
		padding-right: 1em;
		margin-right: 75%;
	}
}

/* Content: COMPACT LISTS */
.listCompact .headlineNode {
    margin: 0;
}
.listCompact .headlineNode a {
    text-decoration: none;
    color: inherit;
}

/* Content: GRIDS */
.gridWrap {
    margin: 20px -20px 0;
    display: flex;
    container-name: gridContainer;
    container-type: inline-size;
}
.gridWrap:not(.swiper-wrapper) {
    flex-wrap: wrap;
}
.gridWrap.swiper-wrapper {
    width: calc(100% + 40px);
}

.gridWrap .articleGrid {
    padding: 0 20px 40px 20px;
    position: relative;
    width: 100%;
    height: auto;
    flex: 0 0 auto;
}
.gridWrap .leftContainer,
.gridWrap .rightContainer {
    width: 100%;
}
.gridWrap .rightContainer {
    float: right;
}

.gridWrap .divider:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 40px;
    width: 1px;
    background: #d9eff9;
    display: block;
}
.gridWrap .divider:last-child:after {
    display: none !important;
}

.articleGrid {
    position: relative;
    z-index: 1;
    width: 100%;
}
.articleGrid .gridWrapInner {
    display: block;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    height: 100%;
    container-name: imagesContainer;
    container-type: inline-size;
    position: relative;
}
.articleGrid.hasMoreBtn .gridWrapInner {
    padding-bottom: 1.4em;
}
.articleGrid .info {
    padding: 0;
}
.articleGrid .articleTeaser + .info {
    padding-top: 30px;
}
.articleGrid .info > * {
    margin: 10px 0;
}
.articleGrid .info > :first-child {
    margin-top: 0;
}
.articleGrid .info > :last-child {
    margin-bottom: 0;
}
.articleGrid .headlineNode {
    margin: 0;
}
.articleGrid .headlineNode a {
    text-decoration: none;
    display: block;
}
.articleGrid .btnMore {
    color: inherit;
    margin-top: 0;
}
.articleGrid .imgWrap {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
    position: relative;
    transition: opacity .3s;
}
.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 .articleImgNone {
    margin: 0 auto;
}
.articleGrid .imgWidth-100 {
    width: 100%;
}
.articleGrid .imgWidth-75 {
    width: 75%;
}
.articleGrid .imgWidth-67 {
    width: 66.7%;
}
.articleGrid .imgWidth-50 {
    width: 50%;
}
.articleGrid .imgWidth-42 {
    width: 41.7%;
}
.articleGrid .imgWidth-33 {
    width: 33.3%;
}
.articleGrid .imgWidth-25 {
    width: 25%;
}
.articleGrid .imgWidth-20 {
    width: 20%;
}
.articleGrid .imgWidth-17 {
    width: 16.7%;
}
.articleGrid .imgWidth-15 {
    width: 15%;
}
.articleGrid .imgWidth-13 {
    width: 12.5%;
}
.articleGrid .imgWidth-10 {
    width: 10%;
}
.articleGrid .imgWidth-5 {
    width: 5%;
}
.articleGrid .imgWidth-75.articleImgLeft,
.articleGrid .imgWidth-67.articleImgLeft,
.articleGrid .imgWidth-50.articleImgLeft,
.articleGrid .imgWidth-42.articleImgLeft,
.articleGrid .imgWidth-33.articleImgLeft,
.articleGrid .imgWidth-25.articleImgLeft,
.articleGrid .imgWidth-20.articleImgLeft,
.articleGrid .imgWidth-17.articleImgLeft,
.articleGrid .imgWidth-15.articleImgLeft,
.articleGrid .imgWidth-13.articleImgLeft,
.articleGrid .imgWidth-10.articleImgLeft,
.articleGrid .imgWidth-5.articleImgLeft {
    float: left;
    padding-right: 1em;
    margin-bottom: 1em;
}
.articleGrid .imgWidth-75.articleImgRight,
.articleGrid .imgWidth-67.articleImgRight,
.articleGrid .imgWidth-50.articleImgRight,
.articleGrid .imgWidth-42.articleImgRight,
.articleGrid .imgWidth-33.articleImgRight,
.articleGrid .imgWidth-25.articleImgRight,
.articleGrid .imgWidth-20.articleImgRight,
.articleGrid .imgWidth-17.articleImgRight,
.articleGrid .imgWidth-15.articleImgRight,
.articleGrid .imgWidth-13.articleImgRight,
.articleGrid .imgWidth-10.articleImgRight,
.articleGrid .imgWidth-5.articleImgRight {
    float:right;
    padding-left: 1em;
    margin-bottom: 1em;
}

.articleGrid.textOntoImage .gridWrapInner {
    position: relative;
}
.articleGrid.textOntoImage .articleTeaser:before,
.articleGrid.textOntoImage .articleTeaser .imgWrap:before {
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    position: absolute;
    display: block;
    background: #003f7d;
}
.articleGrid.textOntoImage .articleTeaser:before {
    mix-blend-mode: overlay;
}
.articleGrid.textOntoImage .articleTeaser .imgWrap:before {
    background: #000;
    opacity: .4;
}
.articleGrid.textOntoImage .articleTeaser .imgWrap {
    filter: grayscale(1);
}
.articleGrid.textOntoImage .info {
    position: absolute;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: end;
    left: 0;
    bottom: 0;
    color: #fff;
    padding: 20px;
}
.articleGrid.textOntoImage:hover .btn {
    color: inherit;
}

.articleGrid:hover .imgWrap {
    opacity: .5;
}
.articleGrid:hover .imgWrap .caption {
    white-space: normal;
    text-overflow: initial;
}

.articleGrid.hasMoreBtn .btnMore {
    position: absolute;
    bottom: 0;
    max-width: 100%;
}
.articleGrid.hasMoreBtn .btnMore .label {
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}
.articleGrid.gridWidth_25 .btnMore .label {
    display: none;
}
.articleGrid.gridWidth_25 .btnMore .icon {
    position: static;
}

@container gridContainer (min-width: 480px) {
    .gridWrap .gridWidth_25 {
        width: 50%;
    }
    .gridWrap .gridWidth_25.divider:nth-child(2n):after {
        display: none;
    }
}

@container gridContainer (min-width: 560px) {
    .gridWrap .gridWidth_50,
    .gridWrap .leftContainer,
    .gridWrap .rightContainer {
        width: 50%;
    }

    .gridWrap .gridWidth_50.divider:nth-child(2n):after {
        display: none;
    }
}

@container gridContainer (min-width: 640px) {
    .gridWrap .gridWidth_33 {
        width: 50%;
    }
    .gridWrap .gridWidth_33.divider:nth-child(2n):after {
        display: none;
    }
}

@container gridContainer (min-width: 960px) {
    .gridWrap .gridWidth_25 {
        width: 25%;
    }
    .gridWrap .gridWidth_25.divider:nth-child(2n):after {
        display: block;
    }
    .gridWrap .gridWidth_25.divider:nth-child(4n):after {
        display: none;
    }
    .gridWrap .gridWidth_25 .btnMore .icon {
        position: static;
    }
    .gridWrap .gridWidth_33 {
        width: 33.33%;
    }
    .gridWrap .gridWidth_33.divider:nth-child(2n):after {
        display: block;
    }
    .gridWrap .gridWidth_33.divider:nth-child(3n):after {
        display: none;
    }
}

/* Site: PAGE JUMPS */
.jumper {
	margin: 20px -10px;
	position: relative;
	height: 40px;
}
.jumper .resultStats,
.pagerJumper .divider {
	display: none;
}
.jumper .pagerJumper {
	display:block;
	margin:0 auto;
	position:absolute;
	right:0;
}
.pagerJumper a {
	padding: 10px 0;
	margin: 0 10px;
	display:block;
	float:left;
	width:40px;
	height:40px;
	background: #003f7d;
	color: #fff;
	font-weight: normal;
	line-height: 20px;
	text-align:center;
	text-decoration: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.pagerJumper a:hover {
	background: #000;
	color: #fff;
}
.pagerJumper a:hover .iconForward {
	background-position: -570px -50px;
}
.pagerJumper a:hover .iconBackward {
	background-position: -530px -50px;
}
.pagerJumper a.aktiv {
	font-weight: bold;
	color: #fff;
	background:#69af22;
}
.pagerJumper a .sprt {
	display:inline-block;
}
.pages {
	text-align:center;
	border-top: 1px solid #d9eff9;
	padding-top: 1em;
	font-weight: 100;
	margin: 1em 0;
	color: #009fe3;
}
.pages > * {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}
.pages a {
	font-weight: normal;
	padding: 0 10px;
	position: relative;
	color: #009fe3;
	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 #003f7d 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 #003f7d;
	border-width: .357em 0 .357em .429em;
	right: 0;
	left: auto;
}
.pages a[aria-disabled="true"] {
	color: #aaacaf;
	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 */
.progressBar {
    margin: 20px 0;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #d9eff9;
}
.progressBarUl {
    margin: 0;
    list-style: none;
    padding: 0;
    font-size: 16px;
}
.progressBarUl:first-child {
    margin-top: 0;
}
.progressBarUl li {
    display: none;
    color: #aaacaf;
    padding: 0 0 9px;
    margin: 0;
    position: relative;
    width: 100%;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.progressBarUl li.active {
    display: flex;
    flex-shrink: 0;
    color: #69af22;
    font-weight: bold;
}
.progressBarUl li.active:after {
    position: absolute;
    content: '';
    display: block;
    font-size: .8em;
    background: #fff;
    border: 1px solid #d9eff9;
    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;
}
.progressBarUl li.done {
    color: #003f7d;
}
.progressBarUl li .label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 30px;
}

.progressBarUl li .counter {
    line-height: 30px;
    font-size: .8em;
    width: 30px;
    flex-shrink: 0;
    text-align: center;
    font-weight: 300;
    margin-right: 10px;
    background: #706f6f;
    color: #fff;
    border-radius: 15px;
    display: block;
    font-weight: bold;
}
.progressBarUl li.active .counter {
    background: #69af22;
}
.progressBarUl li.done .counter {
    background: #003f7d;
}

@media (min-width: 640px) {
    .progressBarUl {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-content: stretch;
        align-items: flex-start;
        margin: 0;
        width: 100%;
    }
    .progressBarUl li {
        flex: 1 1 auto;
        align-self: auto;
        padding: 0 0 19px 40px;
        margin-bottom: -10px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: left;
        display: block;
        position: relative;
        width: auto;
    }
    .progressBarUl li + li {
        margin-left: 20px;
    }
    .progressBarUl li.active:after {
        bottom: 9px;
    }
    .progressBarUl li .label {
        width: 100%;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .progressBarUl li .counter {
        position: absolute;
        left: 0;
    }

    .progressBarUl li .stepsCount,
    .progressBarUl li .stepsDivider {
        display: none;
    }
    .progressBarUl li .counter {
        font-size: 1em;
    }
}

/* ==========================================================================
   Module styles.
   ========================================================================== */

/* NOTIZ */
.disturbance_info {
    margin-top: 2em;
    font-weight: bold;
    text-align: center;
}
.disturbance_content > *:first-child {
    margin-top: 0;
}
.disturbance_content > *:last-child {
    margin-bottom: 0;
}
#disturbanceRetrun {
    margin-top:  2em;
    text-align: center;
}
#disturbanceRetrunAside .btn {
    text-transform: uppercase;
    letter-spacing: .05em;
    line-height: 1.333em;
    display: block;
    padding: 0;
    margin:  0;
    text-align:  left;
    font-weight:  bold;
    background:  none !important;
    color: inherit;
}
#disturbanceRetrunAside .btn:before {
    content: '>';
    width: 10px;
    display: inline-block;
    padding-right: 5px;
}
@media (max-width: 649px) {
    #disturbanceRetrunAside {
        display:  none;
    }
}

/* INSTALLATEUR-VERZEICHNIS */
#installateurVZ .stdTable td {
    vertical-align:top;
}
#installateurVZ .wordWrap,
#installateurVZ .contact {
    white-space: nowrap;
    font-style: normal;
}
#installateurVZ .addressInTitle,
#installateurVZ .contactInTitle {
    display: none;
}
@media (max-width: 479px) {
    #installateurVZ .contact {
        display: none;
    }
    #installateurVZ .contactInTitle {
        display: block;
    }
}
@media (max-width: 639px) {
    #installateurVZ .address {
        display: none;
    }
    #installateurVZ .addressInTitle {
        display: block;
    }
}

/* BAUSTELLEN */
#baustellen {
    padding-right:80px;
}
.baustelle dl {
    margin-top:0;
    margin-bottom:0;
}
.baustelleList dl dt {
    width: 20%;
    text-align:left;
}
.baustelleList dd {
    padding: 0 0 0 2.8571%;
    width: 77.1429%;
}
.baustelleDetail dl {
    background:#d4ecfc;
    padding:0.6667em 0;
}
.baustelle dd :first-child {
    margin-top:0;
}
.baustelle dd :last-child {
    margin-bottom:0;
}
.baustelle dd li {
    margin-left:0;
}
.baustelle h3 .moreBtn, .baustelle h1 .backBtn {
    font-weight:bold;
}
.baustelle h3 {
    color: #69AF22;
}
.baustelle h3 .moreBtn {
    font-size: .75em;
    line-height: 2em;
    display: inline-block;
    vertical-align: .2em;
    margin-left: 1em;
}
.baustelle h1 .backBtn {
    display:block;
    float:right;
    font-size:.5em;
    line-height: 2em;
}


/* ==========================================================================
   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 #003f7d;
        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;
    }
}
