html {
    --color_text: #003b4c;
    --color_headline: #003b4c;
    --color_logo: #003b4c;
    --color_button: #003b4c;
    --color_h2_button: rgba(251, 245, 212, 0.9);
    --color_h3: #1a2c29;
    --color_bg: #fff;
    --color_body_bg: #fff;
    --color_box_rgb: 0,0,0;
    --color_grid_bg: 255,255,255;
    --color_body_rgb: 255,255,255;
    --color_menu: #666;
    --color_nvStd: #535A59;
    --color_table: #5f6c6a;
    --color_header-top: #fbf5d4;
    --color_header_top_rgb: 251, 245, 212;
    --swiper-pagination-bullet-size: 10px;
    --color-footer_top: #fff;
    --color-footer_bottom: #d9d7d7;
    --color_orange: #f27830;
    --color_counter: #fce7c0;
    --color_widget_button: linear-gradient(353deg, rgba(252, 200, 12, 1) 0%, rgba(252, 239, 165, 1) 83%);
    --color_widget_border: #d9d7d7;
    --color_grid_back: #fbf5d4;
}
html.theme_dark {
    --color_text: #fff;
    --color_headline: #fff;
    --color_logo: rgba(252, 200, 12, 1);
    --color_button: rgba(252, 200, 12, 1);
    --color_h2_button: rgba(252, 200, 12, 1);
    --color_h3: #68A194;
    --color_bg: #000;
    --color_body_bg: #000;
    --color_box_rgb: 255,255,255;
    --color_body_rgb: 0,0,0;
    --color_grid_bg: 30,30,30;
    --color_menu: #666;
    --color_nvStd: #909896;
    --color_header-top: #000000;
    --color-footer_top: #000;
    --color-footer_bottom: #444;
    --color_widget_button: #444;
    --color_widget_border: #d9d7d7;
    --color_grid_back: #003b4c;
}
html.cm_contrast {
    --color_text: #fff;
    --color_headline: #fff;
    --color_logo: rgba(252, 200, 12, 1);
    --color_button: rgba(252, 200, 12, 1);
    --color_h2_button: rgba(252, 200, 12, 1);
    --color_h3: #68A194;
    --color_bg: #000;
    --color_body_bg: #000;
    --color_box_rgb: 255,255,255;
    --color_body_rgb: 0,0,0;
    --color_grid_bg: 30,30,30;
    --color_menu: #666;
    --color_nvStd: #909896;
    --color_header-top: #000000;
    --color-footer_top: #000;
    --color-footer_bottom: #444;
    --color_widget_button: #444;
    --color_widget_border: #d9d7d7;
    --color_grid_back: #444;
}
/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Outdated Browser
   ========================================================================== */

.chromeframe {
    margin: 0;
    background: #C00;
    color: #FFF;
    padding: .5em 0;
	text-align: center;
}
.chromeframe a {
	color: #FFF;
	text-decoration: underline;
}

#outdated{display:none;position:fixed;top:0;left:0;width:100%;text-align:center;text-transform:uppercase;z-index:1500;background-color:#C00;color:#fff;padding:15px;}* html #outdated{position:absolute}#outdated h6{font-size:25px;line-height:25px;margin:0 30px 15px 30px}#outdated p{font-size:12px;line-height:12px;margin:0}#outdated #btnUpdateBrowser{display:block;position:relative;padding:10px 20px;margin:15px auto 0;width:230px;color:#fff;text-decoration:none;border:2px solid #fff;cursor:pointer}#outdated #btnUpdateBrowser:hover{color:#C00;background-color:#fff}#outdated .last{position:absolute;top:10px;right:25px;width:20px;height:20px}#outdated #btnCloseUpdateBrowser{display:block;position:relative;width:100%;height:100%;text-decoration:none;color:#fff;font-size:36px;line-height:36px}



/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html,
body {
    min-height: 100%;
    min-width: 320px;
}
body {
    background-image: url("../img/bg.jpg");
    background-size: 100%;
    background-repeat: repeat-y;
    background-color: var(--color_body_bg);
}
body svg.clipPath {
    position: absolute;
    height: 0;
    width: 0;
    left: -999px;
    top: -999px;
}
body:not(.modul_start):before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: linear-gradient(180deg,rgb(251, 245, 212) calc(50%), rgba(251, 245, 212, 0) 100%);
}
#header {
    min-height: 90px;
}
#headerFunctions > * {
    float: right;
    margin-left: 20px;
    font-size: 0.813em;
    z-index: 3;
}
#freeJobs {
    display: none;
    border: none;
    background: #fff;
    color: #003b4c;
    border-radius: 0 0 0.5em 0.5em;
}
.nav.Lang {
    position: relative;
}
.nav.Lang .ident {
    display: block;
    padding: 5px;
}
@media (min-width: 720px) {
    #freeJobs {
        display: block;
    }
}
@media (min-width: 1024px) {
    #headerFunctions > * {
        font-size: 0.650em;
    }
}


@media (max-width: 1023px) {
    #headerFunctions {
        padding-right: 100px;
    }
    #freeJobs {
        border-radius: 0 0 0.5em 0.5em;
    }
}
#logoWrap {
    position: absolute;
    top: 0;
    left: 20px;
    display: flex;
    align-items: center;
    z-index: 11;
    height: 50px;
}

#logoWrap a {
    position: relative;
    display: block;
    padding: 5px 0;
}
#logoWrap img {
    height: 100%;
    width: auto;
}
#contentWrapper {
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 2em;
}
aside,
#content {
    padding: 15px;
}
aside .box:not(.button, .boxBtnOnly, .offers) {
    padding: 15px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
aside .box.button {
    padding: 0 15px 0 0;
}
aside .box:not(.bild_2010, .boxBtnOnly, .offers) {
    background: var(--color_header-top);
}
aside .box:not(.bild_2010) > :first-child {
    margin-top: 0;
}
aside .box:not(.bild_2010) > :last-child {
    margin-bottom: 0;
}

aside .box + .box {
    margin-top: 30px;
}
aside .box + .box.boxBtnOnly {
    margin-top: 15px;
}


.vcContentSection {
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
}
.vcContentSection + .vcContentSection {
    margin-top: 40px;
}
.vcContentSection.bgAlternate {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #FF6618;
    color: #fff;
}
.vcContentSection.bgAlternate h1,
.vcContentSection.bgAlternate .h1,
.vcContentSection.bgAlternate .ui-accordion .ui-accordion-header.h1,
.vcContentSection.bgAlternate h2,
.vcContentSection.bgAlternate .h2,
.vcContentSection.bgAlternate .ui-accordion .ui-accordion-header.h2,
.vcContentSection.bgAlternate h3,
.vcContentSection.bgAlternate .h3,
.vcContentSection.bgAlternate .ui-accordion .ui-accordion-header.h3,
.vcContentSection.bgAlternate .accordionWrapper.ui-accordion .ui-accordion-content a,
.vcContentSection.bgAlternate a,
.vcContentSection.bgAlternate .colored {
    color: inherit;
}
.vcContentSection.bgAlternate .hint {
    color: #ababab;
}
.vcContentSection.bgAlternate:last-child {
    margin-bottom: 0;
}
.vcContentSection .col {
    container-name: contentContainer;
    container-type: inline-size;
}

@media (max-width: 1023px) {
    .vcContentSection .col {
        flex-grow: 1;
    }

    .vcContentSection .col + .col {
        margin-top: 40px;
    }
    #contentWrapper {
        display: flex;
        flex-wrap: wrap;
    }
    aside,
    #content {
        width: 100%;
    }
    aside {
        order: 1;
    }
    .modul_events aside {
        order: 0;
    }
}
@media (min-width: 1024px) {
    aside {
        float: right;
        width: 33.33%;
    }
    aside + #content {
        float: left;
        width: 66.66%;
    }
    .vcContentSectionInnerWrap {
        display: flex;
        justify-content: center;
        width: calc(100% + 40px);
        margin-left: -20px;
        margin-right: -20px;
    }
    .vcSectionAlignCenter .vcContentSectionInnerWrap {
        justify-content: center;
    }
    .vcSectionAlignRight .vcContentSectionInnerWrap {
        justify-content: end;
    }
    .vcSectionValignCenter .vcContentSectionInnerWrap {
        align-items: center;
    }
    .vcSectionValignBottom .vcContentSectionInnerWrap {
        align-items: end;
    }
    .vcContentSection .col {
        padding: 0 20px;
    }
    .vcContentSection .col4 {
        width: 33.3333%;
    }
    .vcContentSection .col6 {
        width: 50%;
    }
    .vcContentSection .col8 {
        width: 66.6667%;
    }
    .vcContentSection .col12 {
        width: 100%;
    }
}

.text-right {
    text-align: right;
}

footer {
    background: var(--color-footer_top);
}
footer * {
}
#footerTop img {
    max-width: 100%;
    height: auto;
}
footer .gridWrap {
    margin-left: -20px;
    margin-right: -20px;
}
footer .gridWrap .gridWidth {
    padding: 20px;
}
footer .footer-help .gridWrap .gridWidth {
    text-align: center;
}
footer .gridWrap {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 0;
}
.footer-help a {
    text-decoration: none;
}
.footer-help a .icon {
    color: var(--color_orange);
    font-size: 6em;
}
#footer-info .gridWrap .gridWidth:nth-child(3n+1),
#footer-info .gridWrap .gridWidth:nth-child(3n+2) {
    flex-grow: 1;
}
#footer-info .gridWrap .gridWidth:nth-child(3n+3) {
    text-align: right;
    position: relative;
}
#footerToTop {
    position: absolute;
    top: 0;
    right: 0;
    transform: rotate(-90deg);
    transform-origin: 100% 100%;
    text-wrap: nowrap;
}


@media (min-width: 768px) {
    footer .footer-help .gridWrap {
        padding-left: 16.66%;
        padding-right: 16.66%;
    }
}


footer .navStd {
    display: inline-block;
}
footer .navStd li {
    float: left;
    margin: 0 0 20px 20px;
}
#footerBottom {
    padding-top: 1em;
    padding-bottom: 1em;
    background: var(--color-footer_bottom);
}
#footerBottom .gridWrap {
    text-align: right;
}
#footerBottom .gridWrap .gridWidth {
    width: 100%;
}
#navFtr ul {
    text-align: center;
}
#navFtr ul li {
    display: inline-block;
}
#navFtr ul li .a,
#navFtr ul li a {
    display: block;
    padding: 5px;
    text-decoration: none;
    background: none;
    border: none;
    color: inherit;
}
@media (min-width: 960px) {
    #gridNav {
        text-align: right;
    }
    #navFtr ul li .a,
    #navFtr ul li a {
        padding: 5px 10px;
    }
}
@media (max-width: 640px) {

}

#logoSlider .swiper-wrapper {
    justify-content: center;
    flex-wrap: wrap;
}

#logoSlider .swiper-slide {
    display: flex;
    padding: 15px;
    width: auto;
    height: auto;
    justify-content: center;
    align-items: center;
}





.navStd li a {
    text-decoration: none;
}

.baseSpacer {
    padding-left: 20px;
    padding-right: 20px;
}
.baseSpacer_m {
    margin-left: 20px;
    margin-right: 20px;
}
.article.tax_fullWidth {
    background: #f3f3f3;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
}
#article_5 h1 {
    position: relative;
}
#article_5 h1:after {
    content: '';
    display: inline-block;
    margin-left: 5px;
    width: 30px;
    height: 25px;
    background: url("../img/case_studies.png");
}
.content .moreBtn.btn {
    font-weight: 400;
    position: relative;
}
.content .moreBtn.btn:before {
    content: '\e834';
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
}

.article p a:not(.btnRaised) {
    position: relative;
}
.article p a:hover {
    color: #f27830;
}

@media (max-width: 1439px) {
    #gal_5 .swiper-navigation {
        margin-top: -35px;
    }
}
@media (max-width: 959px) {

}

.nav.Lang {
    position: relative;
}
.nav.Lang .ident {
    background: none;
    border: none;
    cursor: pointer;
}
.nav.Lang .langs {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    top: 100%;
    left: 0;
    margin-top: -20px;
    background: #fff;
    border-radius: 0.5em 0.5em;
    transition: visibility 0.2s, opacity 0.2s, margin-top 0.2s;
}
.nav.Lang.extended .langs {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
}
.nav.Lang .langs li {
    padding: 5px;
}
.nav.Lang .langs li a {
    text-decoration: none;
}

@media (max-width: 1023px) {
    #header {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        min-height: 50px;
        /*background: var(--color_header-top);*/
    }
    #header + #teaser,
    #header + #wrapper {
        padding-top: 50px;
    }

    #logoWrap img {
        width: auto;
    }
    .csstransforms #navMainTrigger {
        position: absolute;
        display: block;
        top: 0px;
        right: 20px;
        height: 50px;
        padding-right: 50px;
        background: none;
        border: none;
        z-index: 21;
        cursor: pointer;
    }
    .csstransforms #header.expanded #navMainTrigger {
        position: fixed;
    }

    .csstransforms #navMainTrigger .line, .csstransforms #navMainTrigger:after, .csstransforms #navMainTrigger:before {
        background: var(--color_headline);
        display: block;
        height: 5px;
        right: 11px;
        position: absolute;
        border-radius: 1px;
        transition: all 0.5s ease 0s;
        width: 28px;
    }

    .csstransforms #navMainTrigger .line {
        opacity: 1;
        top: 50%;
        margin-top: -3px;
        display: block;
    }

    .csstransforms #navMainTrigger:after, .csstransforms #navMainTrigger:before {
        content: "";
    }

    .csstransforms #navMainTrigger:before {
        bottom: 32px;
    }

    .csstransforms #navMainTrigger:after {
        bottom: 14px;
    }

    .csstransforms #header.expanded #navMainTrigger .line {
        opacity: 0;
    }

    .csstransforms #header.expanded #navMainTrigger:before {
        bottom: 23px;
        transform: rotate(45deg);
        width: 30px;
        right: 10px;
    }

    .csstransforms #header.expanded #navMainTrigger:after {
        bottom: 23px;
        transform: rotate(-45deg);
        width: 30px;
        right: 10px;
    }

    #navMainTrigger .menue {
        display: none;
        font-size: 14px;
        line-height: 40px;
        color: inherit;
        font-weight: 700;
        letter-spacing: 0.1em;
        text-transform: uppercase;
    }

    #navMobiWrapper {
        position: fixed;
        top: 0;
        right: 0;
        height: 100%;
        width: 0;
        z-index: 20;
        background: var(--color_bg);
        box-shadow: 0 0 20px rgba(0,0,0,0);
        transition: width 0.2s, box-shadow 0.2s;
    }

    #header.expanded #navMobiWrapper {
        box-shadow: 0 0 20px rgba(0,0,0,0.3);
        width: 300px;
    }

    .iconMenuTriggerDwn {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        padding: 10px;
        color: inherit;
        cursor: pointer;
        border: none;
        background: none;
    }
    .iconMenuTriggerDwn span {
        display: block;
        transition: transform 0.2s;
    }
    .iconMenuTriggerDwn[aria-expanded="true"] span {
        transform: rotate(180deg);
    }
    #naviMobi {
        position: relative;
        height: 100%;
        overflow: auto;
        padding: 60px 0 0;
    }
    #navMain .navWrap ul {
        padding-top: 4px;
        padding-bottom: 4px;
    }
    #navMain .navWrap {
        display: grid;
        grid-template-rows: 0fr;
        transition: all .3s;
    }
    #navMain .navWrap > * {
        overflow: hidden;
    }
    #navMain .navWrap.expanded {
        grid-template-rows: 1fr;
    }


    header .navStd a,
    header .navStd .a,
    #navMain a {
        position: relative;
        display: block;
        padding: 10px 20px;
        text-decoration: none;
        color: var(--color_headline);
        transition: background 0.3s;
    }
    #navMain a.lvl1 {
        font-weight: bold;
        text-transform: uppercase;
    }

    #navMain a span:not(.icon):not(.jobCount) {
        position: relative;
        display: inline-block;
        padding: 2px;
        transition: background 0.2s, color 0.2s;
    }


    #navMain li:hover > a span:not(.icon):not(.jobCount),
    #navMain li a.active span:not(.icon):not(.jobCount) {
        color: var(--color_button);
    }

    #navMain {
        width: 270px;
    }
    #navMain li {
        position: relative;
    }
    #navMain ul ul a {
        font-size: 16px;
        padding: 8px 20px;
        padding-left: 35px;
    }

    #logoWrap img {
        height: 40px;
        width: auto;
    }
    #navHeader {
        display: block;
    }
    #navHeader > ul {
        display: flex;
        justify-content: space-around;
    }
    #navHeader li {
    }


    #footerBottom .gridWidth_33:nth-child(1) {
        width: 100%;
    }

    .nav.Lang {
        padding: 1em;
    }
    .nav.Lang .langs {
        left: 25px;
    }

    body {
        overflow-x: hidden;
    }
}
@media (max-width: 460px) {
    .nav.Lang {
        padding: 1em;
    }
    #logoWrap img {
        height: 25px;
    }
}
@media (max-width: 400px) {
    #headerFunctions {
        padding-right: 60px;
    }
}
@media (min-width: 1024px) {
    #header {
        position: absolute;
        min-height: 100px;
        left: 0;
        right: 0;
        top: 0;
        z-index: 2;
        /*background: var(--color_header-top);*/
    }
    #header + #teaser,
    #header + #wrapper {
        padding-top: 100px;
    }
    #logoWrap {
        left: 40px;
        top: 35px;
        height: 65px;
    }
    #logoWrap a {
        height: 100%;
    }

    #naviMobiInner {
        text-align: right;
    }
    #navMain {
        position: relative;
        display: inline-block;
        padding-left: 350px;
        z-index: 2;
        background: none;
    }

    header .navmain {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        min-height: 72px;
        align-items: center;
    }

    header .navmain li.lvl1 {
        position: relative;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        align-self: auto;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 5px;
    }
    header .navmain li.lvl1:hover {
        z-index: 10;
    }
    header .navmain li.lvl1 > a {
        display: inline-block;
        text-decoration: none;
        font-size: 1em;
        line-height: 1.2em;
        border-radius: 0.5em; /*calc(0.6em + 5px);*/
        font-weight: 500;
        height: 100%;
        padding: 5px 10px;
        border: 2px solid transparent;
    }
    header .navmain li.lvl1.hasSub > a:after {
        font-family: fontello;
        content:'\e805';
        display: inline-block;
        font-size: 0.8em;
        vertical-align: bottom;
    }
    header .navmain li a {
        color: var(--color_headline);
    }
    header .navmain li.lvl1:hover > a,
    header .navmain li.lvl1 > a.active {
        border-color: var(--color_button);
    }

    header .navmain li:hover > a,
    header .navmain li a.active,
    header .navmain li:not(.lvl1):hover > a span:not(.icon):not(.jobCount),
    header .navmain li:not(.lvl1) a.active span:not(.icon):not(.jobCount) {
        color: var(--color_button);
    }

    header .navmain .navWrap {
        display: block !important;
        position: absolute;
        top: 100%;
        left: 50%;
        width: 250px;
        background: var(--color_header-top);
        padding: 10px 0;
        text-align: center;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
        opacity: 0;
        visibility: hidden;
        margin-top: 10px;
        transform: translateX(-50%);
        transform-origin: 50% 50%;
        transition: opacity 0.1s, visibility 0.1s, margin 0.1s, transform 0.1s;
        transition-delay: 0.1s;
    }
    header .navmain li.lvl1:last-child > ul {
        left: auto;
        right: 0;
        transform: translateX(0);
    }
    header .navmain  li:hover > .navWrap,
    header .navmain li:hover > ul {
        display: block;
        opacity: 1;
        margin-top: 0;
        transform: translateX(-50%);
        visibility: visible;
    }

    header .navmain ul a {
        display: block;
        position: relative;
        text-decoration: none;
        color: var(--color_headline);
        padding: 10px 20px;
    }

    header .navmain ul a span {
        display: inline-block;
        position: relative;
        line-height: 20px;
        transition: background 0.2s, color 0.2s;
        padding: 5px;
        border: 2px solid transparent;
        border-radius: 0.5em;
    }

    header .navmain ul a.active span,
    header .navmain ul li:hover > a span {
        border-color: var(--color_button);
    }

    .iconMenuTriggerDwn {
        display: none;
    }

    #headerInfo {
        text-align: right;
    }
    #headerInfo li {
        padding-right: 15px;
    }

    header .navStd {
        display: none;
        z-index: 2;
    }

    header .navStd > ul {
        float: right;
        display: flex;
        align-items: flex-end;
        height: 70px;
        padding-bottom: 20px;
    }

    header .navStd > ul li {
        padding: 0 0 0 20px;
    }

    header .navStd > ul li .a,
    header .navStd > ul li a {
        display: inline-block;
        text-decoration: none;
        color: #000;
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
    }

    #navMainTrigger {
        display: none;
    }
    #navMobiWrapper,
    .baseSpacer {
        padding-left: 40px;
        padding-right: 40px;
    }
    .baseSpacer_m {
        margin-left: 40px;
        margin-right: 40px;
    }
    .article.tax_fullWidth {
        margin-left: -40px;
        margin-right: -40px;
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 40px;
        padding-bottom: 40px;
    }

}
@media (min-width: 1440px) {

    #logoWrap {
        left: 8.33%;
        height: 75px;
        top: 28px;
    }
    .baseSpacer {
        padding-left: 8.33%;
        padding-right: 8.33%;
    }
    #navMobiWrapper {
        padding-right: 8.33%;
    }
    .baseSpacer_m {
        margin-left: 8.33%;
        margin-right: 8.33%;
    }
    .article.tax_fullWidth {
        margin-left: -10%;
        margin-right: -10%;
        padding-left: 10%;
        padding-right: 10%;
        padding-top: 40px;
        padding-bottom: 40px;
    }

}
@media (min-width: 1540px) {

    header .navmain li.lvl1 > a {
        font-size: 22px;
    }
}
@media (min-width: 2000px) {

    .baseSpacer {
        padding-left: 15%;
        padding-right: 15%;
    }
}
/* ==========================================================================
   external Scripts/Functions
   ========================================================================== */

/*! Swipebox v1.4.4 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html{overflow:hidden!important}#swipebox-overlay img{border:none!important}#swipebox-overlay{width:100%;height:100%;position:fixed;top:0;left:0;z-index:99999!important;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:#fff;background:rgba(255,255,255,.9)}#swipebox-container{position:relative;width:100%;height:100%}#swipebox-slider{-webkit-transition:-webkit-transform .4s ease;transition:transform .4s ease;height:100%;left:0;top:0;width:100%;white-space:nowrap;position:absolute;display:none;cursor:pointer;padding-top:50px;padding-bottom:50px;}#swipebox-slider .slide{height:100%;width:100%;line-height:1px;text-align:center;display:inline-block;position:relative;overflow:hidden;}#swipebox-slider .slideInnerWrap{height:100%;width:100%;line-height:1px;text-align:center;}#swipebox-slider .slideInnerWrap:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}#swipebox-slider .slide .swipebox-inline-container,#swipebox-slider .slide .swipebox-video-container,#swipebox-slider .slide img{display:inline-block;max-height:100%;max-width:100%;margin:0;padding:0;width:auto;height:auto;vertical-align:middle}#swipebox-slider .slide .swipebox-video-container,#swipebox-slider .slide .swipebox-iframe-container{background:0 0;max-width:1140px;max-height:100%;width:100%;padding:5%;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 auto;}#swipebox-slider .slide .swipebox-video-container .swipebox-video{width:100%;height:0;padding-bottom:56.25%;overflow:hidden;position:relative}#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe, #swipebox-slider .slide .swipebox-iframe-container iframe{width:100%!important;height:100%!important;position:absolute;top:0;left:0}#swipebox-slider .slide-loading{background:url(../img/Swipebox/loader.gif) center center no-repeat}#swipebox-bottom-bar,#swipebox-top-bar{-webkit-transition:.5s;transition:.5s;position:absolute;left:0;z-index:999;height:50px;width:100%;background:#fbc608;background:-webkit-linear-gradient(left,#fbc608 0,#fbc608 100%);background:-ms-linear-gradient(left,#fbc608 0,#fbc608 100%);background:linear-gradient(to right,#fbc608 0,#fbc608 100%)}#swipebox-bottom-bar{bottom:-50px;border-top:4px solid #fbc608}#swipebox-bottom-bar.visible-bars{-webkit-transform:translate3d(0,-50px,0);transform:translate3d(0,-50px,0)}#swipebox-top-bar{top:-50px;border-bottom:4px solid #D5D5D5;color:#fff!important;display:table}#swipebox-top-bar.visible-bars{-webkit-transform:translate3d(0,50px,0);transform:translate3d(0,50px,0)}#swipebox-title{width:100%;height:100%;font-size:1em;line-height:1.2;text-align:center;vertical-align:middle;display:table-cell}#swipebox-close,#swipebox-next,#swipebox-prev,#swipebox-zoomin,#swipebox-zoomout{background-image:url(../img/Swipebox/icons.png);background-repeat:no-repeat;border:none!important;text-decoration:none!important;cursor:pointer;width:50px;height:50px;top:0}#swipebox-arrows{height:100%;position:absolute;right:0;bottom:0}#swipebox-prev{background-position:-32px 13px;float:left}#swipebox-next{background-position:-78px 13px;float:right}#swipebox-close,#swipebox-zoomin,#swipebox-zoomout{top:0;position:absolute;z-index:9999}#swipebox-close{background-position:15px 12px;left:0}#swipebox-zoomin{background-position:-122px 12px;left:60px}#swipebox-zoomout{background-position:-168px 12px;left:60px}.swipebox-no-close-button #swipebox-close{display:none}#swipebox-next.disabled,#swipebox-prev.disabled,#swipebox-zoomin.disabled,#swipebox-zoomout.disabled{opacity:.3}.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider{-webkit-animation:rightSpring .3s;animation:rightSpring .3s}.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider{-webkit-animation:leftSpring .3s;animation:leftSpring .3s}.swipebox-touch #swipebox-container:after,.swipebox-touch #swipebox-container:before{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:all .3s ease;transition:all .3s ease;content:' ';position:absolute;z-index:999;top:0;height:100%;width:20px;opacity:0}.swipebox-touch #swipebox-container:before{left:0;box-shadow:inset 10px 0 10px -8px #656565}.swipebox-touch #swipebox-container:after{right:0;box-shadow:inset -10px 0 10px -8px #656565}.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before,.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after{opacity:1}@-webkit-keyframes rightSpring{0%,100%{left:0}50%{left:-30px}}@keyframes rightSpring{0%,100%{left:0}50%{left:-30px}}@-webkit-keyframes leftSpring{0%,100%{left:0}50%{left:30px}}@keyframes leftSpring{0%,100%{left:0}50%{left:30px}}@media screen and (min-width:800px){#swipebox-close{left:10px}#swipebox-zoomin,#swipebox-zoomout{left:70px}#swipebox-arrows{right:10px}}#swipebox-slider .slide .video-js-container .swipebox-video{width:auto;height:auto;padding-bottom:0}#swipebox-slider .swipebox-video .video-js{width:100%;height:auto;display:block}#swipebox-slider .swipebox-video .video-js .vjs-big-play-button{left:50%;top:50%;margin:-1em 0 0 -1em;height:2em;width:2em;line-height:2em;border:none;background:#fbc608;border-radius:1em;color:#fff}#swipebox-slider .swipebox-video .video-js .vjs-big-play-button:hover{background:#fbc608;color:#FFF}#swipebox-slider .swipebox-video .vjs-has-started .vjs-control-bar{background-color:#d8eed5;background-color:#d8eed5}#swipebox-slider .swipebox-video .video-js .vjs-slider{background:#fff;background:rgba(255,255,255,.5)}#swipebox-slider .swipebox-video .video-js .vjs-load-progress{background:#fbc608}#swipebox-slider .swipebox-video .video-js .vjs-play-progress{background:#fbc608}

#boost_company {
    width: 40%;
    font-weight: 600;
    margin: 0 auto 1em auto;
    text-align: center;
    min-width: 300px;
}
#boost_company img {
    width: 100%;
}
@media (min-width: 960px) {
    #boost_company {
        float: right;
        margin: 0 0 3em 3em;
    }
}

#teaser {
    position: relative;
}
#teaser:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -100px;
    background: linear-gradient(180deg,rgba(251, 245, 212, 1) calc(100% - 200px), rgba(251, 245, 212, 0) 100%);
}
.slider {
    position:relative;
}

.slider .headline > * {
    margin:0;
}
.article_slider {
    padding-bottom:30px;
}
.content_slider {
    position:relative;
}
.sliderWrapper { overflow:hidden; position:relative; height:100%; transition: height 0.2s; }
.content_slider .slider,
.slider ul {
    padding: 0;
}
#teaser ul {
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    /*height: calc(60vh - 100px);
    min-height: 400px;*/
    width: 100%;
}

.slider ul li,
#teaser ul li.teaserItem { margin:0; display: flex; flex-wrap: wrap; }
/*#teaser ul li.teaserItem.active {
    z-index: 1;
    display: flex;

}*/
#teaser .swiper-slide {
    height: auto;
}
#teaser video,
#teaser .teaserImage {
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    width: 100%;
    order: 2;
}
#teaser li video {
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translateY(-50%) translateX(-50%);
}

#teaser .infoWrap {
    position: relative;
    width: 100%;
    order: 1;
}
#teaser .info {
    padding-top: 20px;
    padding-bottom: 20px;
    /*text-shadow: 0 0 10px #000;*/
}
#teaser .info * {
}
#teaser .info .btn.btnRaised {
    color: inherit;
}
#teaser .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 30px;
    line-height: 0;
}
#teaser .swiper-pagination-bullet {
    background: #fff;
    height: 4px;
    width: 30px;
    opacity: 1;
    margin: 0 7px;
    border-radius: unset;
}
#teaser .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #7bc715;
}


@media only screen and (min-width: 480px) {

}
@media only screen and (min-width: 640px) {

}
@media only screen and (min-width: 720px) {

}
@media only screen and (min-width: 1024px) {
    #teaser {
        position: relative;
    }

    #teaser ul {
        height: 35vh;
        min-height: 400px;
    }
    .modul_company_offers  #teaser ul {
        height: 10vh;
        min-height: 400px;
    }
    #teaser ul li {
        display: flex;
    }
    #teaser ul li.mitte {
        align-items: center;
    }
    #teaser video,
    #teaser .teaserImage {
        height: 100%;
        width: 50%;
        padding-bottom: 0 !important;
    }
    #teaser .infoWrap {
        position: relative;
        width: 50%;
    }
}
@media only screen and (min-width: 1280px) {

    #teaser ul {
        height: 40vh;
        min-height: 500px;
    }
}
@media only screen and (min-width: 1440px) {

}
#teaser .slider_pager {
    position: absolute;
    left: 0;
    bottom: 20px;
}

#teaser .slider_pager .slider_pager_item {
    display: block;
    float: left;
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    margin-right: 10px;
    overflow: hidden;
    text-indent: -999px;
    transition: border 0.2s;
}
#teaser .slider_pager .slider_pager_item.active {
    background: #fff;
    border: 6px solid #fff;
}

#teaser .slider_navigation {
    position: absolute;
    right: 0;
    bottom: 20px;
}
#teaser .slider_navigation > span {
    background: none;
    color: #fff;
    text-align: center;
    display: inline-block;
    vertical-align: bottom;
    cursor: pointer;
    border: 2px solid #fff;
}
#teaser .slider_navigation > span.prev {
    font-size: 14px;
    line-height: 26px;
    border-radius: 15px;
    width: 30px;
}
#teaser .slider_navigation > span.next {
    font-size: 20px;
    line-height: 36px;
    border-radius: 20px;
    width: 40px;
    margin-left: 10px;
    margin-right: 10px;
}
@media (min-width: 960px) AND (min-height: 400px) {
    #teaser .slider_navigation {
        position: absolute;
        top: 50%;
        left: 0;
        bottom: auto;
        height: 0;
    }
    #teaser .slider_navigation > span.prev,
    #teaser .slider_navigation > span.next {
        font-size: 20px;
        line-height: 36px;
        border-radius: 20px;
        width: 40px;
        margin-left: 10px;
    }
    #teaser .slider_navigation > span.prev {
        float: left;
    }
    #teaser .slider_navigation > span.next {
        float: right;

    }

}


/*
	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: var(--color_body_bg);
    color: var(--color_text);
    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: -1em;
    top: -1em;
    cursor: pointer;
    padding: .5em;
    line-height: 1;
    text-align: center;
    background: rgb(var(--color_box_rgb));
    border: none;
    color: var(--color_body_bg);
    font-size: 1.5625em;
    height: 2em;
    width: 2em;
    border-radius: 1em;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 1;
}
.vcModal .vcModalClose:hover {
    background: var(--color_headline);
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.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 var(--color_text);
    border-bottom: .1875em solid var(--color_text);
    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 var(--color_text);
    border-bottom: 3px solid var(--color_text);
}
.vcCssIconClose {
    height: 100%;
    width: 100%;
    display: block;
}
.vcCssIconClose:before,
.vcCssIconClose:after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: '';
    background: var(--color_body_bg);
    display: block;
    width: 100%;
    height: .1875em;
    margin-top: -.09375em;
    margin-left: -50%;
}
.vcCssIconClose:before {
    transform: rotate(45deg);
}
.vcCssIconClose:after {
    transform: rotate(-45deg);
}


/*
	Privacy & Cookies
	*/

.vcPrivacyOptsLine label {
    display: block;
    font-weight: bold;
    min-height: 2em;
    padding-right: 4em;
    position: relative;
    cursor: pointer;
    float: none;
}
.vcPrivacyOptsLine label .hint {
    font-weight: normal;
    margin: 0;
    line-height: normal;
    color: #666;
    font-size: 14px;
}

.vcPrivacyOptsLine input:disabled + label {
    pointer-events: none;
}


.vcPrivacyOptsLineWrap + .vcPrivacyOptsLineWrap {
    margin-top: 1.5em;
}
.vcPrivacyMoreInfoTrigger {
    padding: .5em 0 0;
    display: block;
    color: inherit;
}
.vcPrivacyMoreInfoTrigger .vcCssIconArrowDown {
    margin: 0 0 0 .5em;
    transition: transform .3s;
    float: none !important;
    display: inline-block !important;
}

.vcPrivacyDefList {
    padding: 0;
    margin: 0;
    font-size: .8em;
}
.vcPrivacyDefList dt {
    padding: .3125em 0 0;
    font-weight: bold;
    text-align: left;
    margin: 0;
}
.vcPrivacyDefList dd {
    font-weight: normal;
    text-align: left;
    padding: 0 0 .3125em;
    margin: 0;
}
.vcPrivacyDefList dt:first-child {
    padding-top: 0;
}
.vcPrivacyDefList dd:last-child {
    padding-bottom: 0;
}

#vcPrivacySetupSubmit {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 1em;
}
.vcPrivacyOverlayTrigger {
    cursor: pointer;
}

.vcPrivacyNoPermission {
    background: #f2f2f2;
    border: 1px solid #ddd;
    text-align: center;
    padding: 1em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.vcPrivacySlideDownTarget {
    display: grid;
    grid-template-rows: 1fr;
    overflow: hidden;
    padding-top: .625em;
    transition: all .3s;
}
.vcPrivacySlideDownTarget > * {
    min-height: 0;
    transition: visibility .3s;
    visibility: visible;
}
.vcPrivacySlideDownTarget[aria-hidden="true"] {
    grid-template-rows: 0fr;
    padding-top: 0;
}
.vcPrivacySlideDownTarget[aria-hidden="true"] > * {
    visibility: hidden;
}

.vcPrivacySlideDownTrigger {
    background: none;
    padding: .5em 0 0;
    border: none;
}
.vcPrivacySlideDownTrigger[aria-expanded="true"] .on {
    display: inline;
}
.vcPrivacySlideDownTrigger .on,
.vcPrivacySlideDownTrigger[aria-expanded="true"] .off {
    display: none;
}
.vcPrivacySlideDownTrigger[aria-expanded="true"] .vcCssIcon {
    transform: rotate(180deg);
}
.vcPrivacySlideDownTrigger[aria-expanded="true"] .vcCssIconArrowDown:after {
    margin-top: -1em;
}

@media (min-width: 640px) {
    .vcPrivacyDefList dt {
        clear: left;
        float: left;
        padding: .25em 0;
        width: 25%;
    }
    .vcPrivacyDefList dd {
        padding: .25em 0 .25em 20px;
        margin: 0;
        width: 75%;
        float: left;
    }
    .vcPrivacyDefList dt:first-child,
    .vcPrivacyDefList dt:first-child + dd {
        padding-top: 0;
    }
    .vcPrivacyDefList dt:nth-last-child(2),
    .vcPrivacyDefList dt:nth-last-child(2) + dd {
        padding-bottom: 0;
    }

    #vcPrivacySetupSubmit {
        margin-left: auto;
        margin-right: auto;
        width: 50%;
    }
}

/*
A11y
 */
.vcA11yOverlayTrigger {
    position: fixed;
    right: 10px;
    bottom: 10px;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    font-size: 2.5em;
    line-height: 1;
    cursor: pointer;
    z-index: 1;
    transition: all .3s;
    background: #fff;
    border-radius: .5em;
}
.vcA11yOverlayTrigger .icon,
.vcA11yOverlayTrigger .icon:before {
    display: block;
}
.vcA11yOverlayTrigger:hover {
    text-shadow: 0 3px 5px rgba(0,0,0,.5);
    transform: translateY(-5%);
    color: #fff;
    background: #1a1a1a;
}
@media (min-width: 960px) {
    .vcA11yOverlayTrigger {
        right: 20px;
        bottom: 20px;
        font-size: 3.75em;
    }
}
/* ==========================================================================
   Content classes
   ========================================================================== */

/* Content: BILDER & GALERIE */
.filePreview,
.img,
.thumb {
	position: relative;
	overflow: hidden;
	display:block;
}
.thumb img,
.img-link img {
	width:100%;
	height:auto;
	display: block;
    transition: clip-path 0.7s ease-in-out;
    clip-path: url(#imageMask);
}

.img img,
.imgWrap img {
	width:100%;
	height:auto;
	display: block;
}
/*.imgWrap:hover img {
    clip-path: url(#imageMask2);
}*/
.imgWrap {
	position: relative;
	margin: 0;
}
.gallery {
	margin: -5px -10px;
}
.img-count {
	margin: 5px 10px;
	text-align: right;
}
.imgContainer {
	float: left;
	padding: 10px;
	margin: 0 !important;
	position: relative;
}
.img {
	display:block;
	position: relative;
	z-index: 1;
}
.img.effect {
	border: 5px solid #FFF;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.caption {
	font-size: 80%;
	line-height: 1.25;
	display: block;
	text-align: center;
	margin-top: .5em;
}

.imgLeft .imagesInnerWrap {
	float: left;
	margin-bottom: 1em;
}
.imgRight .imagesInnerWrap {
	margin-bottom: 1em;
	float: right;
}
.imgRight .caption {
	text-align: left;
}
.imgLeft .caption {
	text-align: right;
}
.imgWrap + .imgWrap,
.imgWrap + .imgWrap {
	margin-top: 1em;
}
.imgNone {
	margin: 1em auto;
}
.imgNone .imagesInnerWrap {
	margin: -1em;
}

.imgWidth-100,
.imgWidth-75,
.imgWidth-67,
.imgWidth-50,
.imgWidth-42,
.imgWidth-33 {
	width: 100%;
}
.imgWidth-25 {
	width: 50%;
}
.imgWidth-20,
.imgWidth-17,
.imgWidth-15 {
	width: 25%;
}
.imgWidth-13,
.imgWidth-10,
.imgWidth-5 {
	width: 15%;
}

.imgNone .imgWrap {
	float: left;
	padding: 1em;
	margin: 0;
}

.imgRight .imgWidth-25,
.imgRight .imgWidth-20,
.imgRight .imgWidth-17,
.imgRight .imgWidth-15,
.imgRight .imgWidth-13,
.imgRight .imgWidth-10,
.imgRight .imgWidth-5 {
	margin-left: 1em;
	padding-left: 1em;
	float: right;
}
.imgLeft .imgWidth-25,
.imgLeft .imgWidth-20,
.imgLeft .imgWidth-17,
.imgLeft .imgWidth-15,
.imgLeft .imgWidth-13,
.imgLeft .imgWidth-10,
.imgLeft .imgWidth-5 {
	margin-right: 1em;
	padding-right: 1em;
	float: left;
}

@media only screen and (min-width: 480px) {
	.imgWidth-33,
	.imgWidth-25 {
		width: 50%;
	}
	.imgWidth-20,
	.imgWidth-17,
	.imgWidth-15 {
		width: 33.3%;
	}
	.imgWidth-13 {
		width: 20%;
	}
	.imgWidth-10,
	.imgWidth-5 {
		width: 15%;
	}

	.imgRight .imgWidth-33 {
		margin-left: 1em;
		padding-left: 1em;
		float: right;
	}
	.imgLeft .imgWidth-33 {
		margin-right: 1em;
		padding-right: 1em;
		float: left;
	}
}

@media only screen and (min-width: 640px) {
	.imgWidth-50,
	.imgWidth-42 {
		width: 50%;
	}
	.imgWidth-25 {
		width: 33.3%;
	}
	.imgWidth-20,
	.imgWidth-17 {
		width: 25%;
	}
	.imgRight .imgWidth-50,
	.imgRight .imgWidth-42 {
		margin-left: 1em;
		padding-right: 1em;
		float: right;
	}
	.imgLeft .imgWidth-50,
	.imgLeft .imgWidth-42 {
		margin-right: 1em;
		padding-right: 1em;
		float: left;
	}
}

@media only screen and (min-width: 720px) {
	.imgWidth-67 {
		width: 50%;
	}
	.imgWidth-33,
	.imgWidth-25 {
		width: 33.3%;
	}
	.imgWidth-20,
	.imgWidth-17,
	.imgWidth-15 {
		width: 20%;
	}
	.imgWidth-13,
	.imgWidth-10,
	.imgWidth-5 {
		width: 15%;
	}

	.imgRight .imgWidth-67 {
		margin-left: 1em;
		padding-left: 1em;
		float: right;
	}
	.imgLeft .imgWidth-67 {
		margin-right: 1em;
		padding-right: 1em;
		float: left;
	}
}

@media only screen and (min-width: 960px) {
	.imgWidth-100 {
		width:100%;
	}
	.imgWidth-75 {
		width:75%;
	}
	.imgWidth-67 {
		width:66.7%;
	}
	.imgWidth-50 {
		width:50%;
	}
	.imgWidth-42 {
		width: 41.7%;
	}
	.imgWidth-33 {
		width:33.3%;
	}
	.imgWidth-25 {
		width:25%;
	}
	.imgWidth-20 {
		width:20%;
	}
	.imgWidth-17 {
		width:16.6666%;
	}
	.imgWidth-15 {
		width:15%;
	}
	.imgWidth-13 {
		width:12.5%;
	}
	.imgWidth-10 {
		width:10%;
	}
	.imgWidth-5 {
		width:5%;
	}
	.imgRight .imgWidth-75 {
		margin-left: 1em;
		padding-left: 1em;
		float: right;
	}
	.imgLeft .imgWidth-75 {
		margin-right: 1em;
		padding-right: 1em;
		float: left;
	}
}

.box .imgLeft .imagesInnerWrap,
.box .imgRight .imagesInnerWrap {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
}
    /* Content: GOOGLE MAPS */
.map_canvas {
	min-height: 200px;
	min-height: 50vh;
	background: #EEE;
	margin: 1em 0;
}
.map_canvas .gm-style {
	font-family: inherit;
}
.map_canvas .gm-style-iw .btn {
	width: 100%;
	margin-top: 15px;
}
.map_legend .head {
	font-size: 1.25em;
	font-weight: bold;
	line-height: 30px;
	color: #fff;
	background: #999;
	position: relative;
	padding: 5px 10px 5px 40px;
	-webkit-transition: all .3s;
	transition: all .3s;
	cursor: pointer;
}
.map_legend .head .sprt {
	position: absolute;
	left: 4px;
	top: 50%;
	margin-top: -16px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.map_legend:hover .head {
	background: #666;
}
.map_legend.aktiv .head {
	background: #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 only screen and (min-width: 480px) {
	.addrWrap {
		margin: 1em -1em;
	}
	.addrWrap > * {
		padding: 0 1em;
	}
	.addrWrap .addr,
	.addrWrap .addrData {
		width: 50%;
		float: left;
		margin: 0;
	}
}

/* Content: VIDEOS */
.vidWrap {
	margin: 0 auto;
    clip-path: url(#image_mask);
}
.vid {
	position:relative;
	display:block;
	overflow:hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.vid,
.vid:after,
.vid *,
.vid *:after {
	-webkit-transition: all .2s;
	transition: all .2s;
}
.vid:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	display: block;
	background: rgba(0,0,0,.25);
}
.vid .playIcon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -24px 0 0 -20px;
	width: 48px;
	height: 40px;
	border-style: solid;
	border-width: 24px 0 24px 40px;
	border-color: transparent transparent transparent #FFF;
	display: block;
	background: none;
	z-index: 1;
}
.vid .playIcon:after {
	content: '';
	position: absolute;
	left: -57px;
	top: -35px;
	height: 64px;
	width: 64px;
	background: none;
	border: 2px solid #999;
	border-radius: 0%;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
.vid .video-time {
	position:absolute;
	background: #fff;
	color: #666;
	display:block;
	padding: 5px 10px;
	bottom:0;
	right:0;
	font-weight: bold;
	font-size: 80%;
	z-index: 1;
}
.vid:hover {
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.vid:hover:after {
	background: rgba(0,0,0,.0);
}
.vid:hover .playIcon {
	border-color: transparent transparent transparent var(--color_orange);
}
.vid:hover .playIcon:after {
	border-color: var(--color_orange);
	border-radius: 50%;
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
	left: -62px;
}
.vid:hover .video-time {
	background: var(--color_orange);
	color: #fff;
}
.videoFrame {
	float:right;
    position: relative;
    width: 50%;
}
.videoIFrame {
    position: relative;
}
.videoFrame iframe {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

/* Content: TABELLEN */
.stdTable {
	border: none;
	border-spacing: 0;
	width: 100%;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.stdTable + .stdTable {
	margin-top: 1em;
}
.stdTable tr th,
.stdTable tr td {
	padding: 6px 5px;
	-webkit-transition: background .2s;
	transition: background .2s;
}
.stdTable tr:first-child th,
.stdTable tr:first-child td {
	border-top: none;
}
.stdTable tr th,
.stdTable thead tr td {
	font-style: normal;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	color: #FFF;
	line-height: 1.714;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: var(--color_logo) !important;
}
.stdTable tbody tr:nth-child(2n+1) td,
.stdTable > tr:nth-child(2n+1) td {
	background-color: rgba(var(--color_box_rgb),0.1);
}


/* 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;
}
.downloads li:before {
	display: none !important;
}
.download a {
	display:block;
	position:relative;
	min-height:24px;
	text-align: left;
	text-decoration: none;
	color: inherit;
	font-weight: 500;
}
.download a.hasImg {
	padding-left: 45px;
}
.download img {
	position: absolute;
	left: 0;
	top: .25em;
	display: block;
}
.download small {
	display: block;
	font-weight: normal;
	font-size: 80%;
}
.downloads li.video a {
	display:none;
}
.downloads li video {
	width:100%;
	height:auto;
    max-width: 1200px;
    margin: 0 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: FORMS */
.form .duty {
	font-weight: bold;
	color: #FF6618;
}
.form .hint .duty {
	padding: 2px;
}
#content .form {
    background-color: #FFFFFF;
    border-radius: 1em;
    padding: 1em;
    max-width: 1200px;
}
#content .form button.btnRaised, #content .form button.sendenBtn {
    background: var(--color_widget_button);
    color: var(--color_text);
    padding: 1em 4em;
    height: 100%;
    width: auto;
    border-radius: 0.5em;
    border: none;
}

.fehler_text {
	color: #C00;
}

.optsContainer {
	margin: 1em 0;
	text-align: left;
}
.optsContainer:after {
	clear: both;
	content: '';
	display: table;
}

.optsContainer + .optsContainer,
.optsContainer + .btnContainer,
fieldset + .btnContainer,
.optsContainer + fieldset,
.form fieldset + fieldset {
	margin-top: 2em;
}

.optsContainer > .error:first-child + label,
.optsContainer > label:first-child, .optsContainer > span {
	display: block;
	margin: 0;
	text-align: left;
	font-size: 80%;
	font-weight: 700;
	line-height: 1;
}
.optsContainer > .error:first-child + label .duty,
.optsContainer > label:first-child .duty {
	padding-left: 5px;
	float: right;
	font-weight: bold;
	font-size: 1.25em;
	line-height: 80%;
}
.optsContainer > .error:first-child + label .shortInfo,
.optsContainer > label:first-child .shortInfo {
	font-weight: normal;
	letter-spacing: 0;
	text-transform: none;
}
.optsContainer > .error:first-child + label .shortInfo:before,
.optsContainer > label:first-child .shortInfo:before {
	content:' (';
}
.optsContainer > .error:first-child + label .shortInfo:after,
.optsContainer > label:first-child .shortInfo:after {
	content:')';
}

.optsContainer input,
.optsContainer textarea,
.optsContainer select,
.optsContainer .selectWrap {
	width: 100%;
	padding: .5em 0;
	background: none;
    border: none;
	border-bottom: 1px solid #999;
	font-size: 1em;
	line-height: 1.5;
	-webkit-transition: border-color .2s;
	transition: border-color .2s;
}
.optsError .error {
	font-size: .8em;
	line-height: 1.33333;
	color: #C00;
	padding: .5em 0;
}
.optsError > .error:first-child + label,
.optsError > label:first-child {
	color: #C00;
}

.optsError input,
.optsError textarea,
.optsError select,
.optsError .selectWrap {
	border-bottom-color: #C00;
}
.optsContainer input:hover,
.optsContainer textarea:hover,
.optsContainer select:hover,
.optsContainer .selectWrap:hover {
	border-bottom-color: #97918c;
}

.optsContainer input:focus,
.optsContainer textarea:focus,
.optsContainer select:focus,
.optsContainer .selectWrap.focus {
	border-bottom-color: #97918c;
}

.optsContainer input[type="radio"],
.optsContainer input[type="checkbox"]:not(.optsSwitch) {
	border: none;
	width: auto !important;
	float: none !important;
}
.optsContainer input[type="radio"] + label,
.optsContainer input[type="checkbox"]:not(.optsSwitch) + label {
	display: inline;
	padding: 0 0 0 .25em;
	margin: 0;
	text-align: left;
	width: auto;
	cursor: pointer;
}
.optsContainer .optsInline {
	display: inline-block;
	float: none;
	padding: .5em 0;
	margin: 0 2em 1em 0;
	border-bottom: 1px solid #999;
	cursor: pointer;
	-webkit-transition: border-color .2s, color .2s;
	transition: border-color .2s, color .2s;
}
.optsContainer .optsInline:hover {
	border-bottom-color: #666;
}
.optsContainer .optsInline.optsChecked {
	border-bottom-color: #97918c;
	color: inherit;
}
.optsContainer .optsLine {
	display: block;
}
.optsContainer .selectWrap {
	position: relative;
	padding: 0;
	padding-bottom: 0 !important;
}
.optsContainer .selectOver {
	position: absolute;
	left: 0;
	top: .5em;
	width: 100%;
	white-space: normal;
	overflow: hidden;
	padding-right: 20px;
}
.selectOver {
	pointer-events: none;
}
.optsContainer .selectOver:after {
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -3px;
	content: '';
	display: block;
	height: 0;
	width: 0;
	border-style: solid;
	border-width: .429em .357em 0 .357em;
	border-color: #999 transparent transparent;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.optsContainer .selectWrap:hover .selectOver:after {
	border-top-color: #666;
}
.optsContainer .selectWrap.focus .selectOver:after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	border-top-color: #FF6618;
}
.optsContainer .selectWrap select {
	width: 100% !important;
	opacity: 0;
	position: relative;
}

.optsContainer > .ipShort {
	float: left;
	width: 25%;
}
.optsContainer > .ipLong {
	float: left;
	width: 70%;
}
.optsContainer > .ipLong + .ipShort,
.optsContainer > .ipShort + .ipLong {
	margin-left: 4%;
}

.optsContainer .date {
	position: relative;
}
.optsContainer .date .sprt {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	right: 0;
}
.optsContainer .date input {
	float: none !important;
	width: 100% !important;
}

.optsContainer select + .optsLine,
.optsContainer .selectWrap + .optsLine {
	margin-top: 15px;
}

.optsContainer .optsInputLine > label:first-child {
	font-style: italic;
}

.optsRange .optsBlock .date {
	width: 100%;
}
.optsRange .from label,
.optsRange .to label {
	width: 100%;
	text-align: left;
	display: block;
	text-transform: none;
	font-size: 75%;
}
.optsRange .to {
	margin-top: 1em;
}

.optsContainer .optsBlock {
	list-style: none;
	margin: 0 -2em -1em 0;
	padding: 0;
}

/* Swtiches */
input.optsSwitch {
    float: right !important;
    flex-shrink: 0;
    width: 2em !important;
    height: 1em !important;
    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: 0;
    box-shadow: 0 0 .05rem .25rem rgba(13,110,253,.25);
}
input:checked.optsSwitch {
    background-color: #00b300;
    background-position: right center;
}
input:disabled.optsSwitch  {
    background-color: #ddd;
}
/* Form Type: BUTTONS */
.btnContainer {
	text-align: center;
}
.btnContainer button {
	min-width: 30%;
    padding: .5em 1.5em;
    background-color: #003b4c;
    color: #FFFFFF;
    font-weight: 700;
}
.btnContainer button.sendenBtn {
    padding: .5em 3.5em;
}
.btnContainer .btnLess,
.btnContainer .backLink {
    float: left;
    margin: 0;
}
.btnContainer button[type="reset"] {
	position: relative;
	padding-left: 42px;
}
.btnContainer button[type="reset"] .sprt {
	position: absolute;
	left: 5px;
	top: 50%;
	margin-top: -16px;
}
.box .btnContainer button {
	width: 100%;
	box-shadow: none;
	font-size: 1.333em;
	padding-top: 0;
	padding-bottom: 0;
}
@media only screen and (min-width: 480px) {
	.optsRange .from,
	.optsRange .to {
		width: 50%;
		float: left;
		padding-left: .5em;
		padding-right: .5em;
	}
	.optsRange .from {
		padding-left: 0;
	}
	.optsRange .to {
		margin-top: 0;
		padding-right: 0;
	}
	.optsRange .from label,
	.optsRange .to label {
		margin-top: 8px;
	}
}
@media only screen and (min-width: 720px) {
	.optsContainer > .error:first-child + label,
	.optsContainer > label:first-child, .optsContainer > span:first-child {
		float: left;
		text-align: left;
		width: 30%;
		padding-right: 2em;
		margin-top: 1em;
	}
	.optsContainer > .error:first-child + label .shortInfo,
	.optsContainer > label:first-child .shortInfo {
		display: block;
		padding-top: .5em;
	}
	.optsError .error {
		margin-left: 30%;
	}
	.optsContainer:not(.optsCompact) input,
	.optsContainer:not(.optsCompact) textarea,
	.optsContainer:not(.optsCompact) select,
	.optsContainer:not(.optsCompact) .selectWrap,
	.optsContainer:not(.optsCompact) .optsBlock,
	.optsContainer:not(.optsCompact) .date {
		width: 70%;
		float: right
	}

	.optsContainer .optsBlock {
		margin-right: 0;
	}

	.optsContainer > .ipShort {
		width: 16%;
	}
	.optsContainer > .ipLong {
		width: 44%;
	}
}


/* Content: LISTS */
.list .listItem {
    margin-bottom: 2em;
}
/*.list .listItem + .listItem {
	margin-top: 2em;
}*/
.list .articleWrap > :first-child {
	margin-top: 0;
}
.list .articleImgNone + .articleWrap > :first-child {
	margin-top: .5em;
}
.list .articleWrap .headline {
	margin: 0;
}
.list .articleWrap .dateText {
	font-size: 80%;
	line-height: 1.25;
}

.list .articleImgNone,
.list .articleImgLeft,
.list .articleImgRight {
	float: none;
	margin: 0 auto;
}
.list .articleImgLeft.imgWidth-25,
.list .articleImgRight.imgWidth-25 {
	width: 33.3%;
}

.list .articleImgLeft.imgWidth-5,
.list .articleImgLeft.imgWidth-10,
.list .articleImgLeft.imgWidth-13,
.list .articleImgLeft.imgWidth-15,
.list .articleImgLeft.imgWidth-17,
.list .articleImgLeft.imgWidth-20,
.list .articleImgLeft.imgWidth-25 {
	float:left;
}
.list .articleImgLeft.imgWidth-5 + .articleWrap,
.list .articleImgLeft.imgWidth-10 + .articleWrap,
.list .articleImgLeft.imgWidth-13 + .articleWrap {
	padding-left: 1em;
	margin-left: 15%;
}
.list .articleImgLeft.imgWidth-15 + .articleWrap,
.list .articleImgLeft.imgWidth-17 + .articleWrap,
.list .articleImgLeft.imgWidth-20 + .articleWrap {
	padding-left: 1em;
	margin-left: 25%;
}
.list .articleImgLeft.imgWidth-25 + .articleWrap {
	padding-left: 1em;
	margin-left: 33.3%;
}

.list .articleImgRight.imgWidth-5,
.list .articleImgRight.imgWidth-10,
.list .articleImgRight.imgWidth-13,
.list .articleImgRight.imgWidth-17,
.list .articleImgRight.imgWidth-20,
.list .articleImgRight.imgWidth-25 {
	float: right;
}
.list .articleImgRight.imgWidth-5 + .articleWrap,
.list .articleImgRight.imgWidth-10 + .articleWrap,
.list .articleImgRight.imgWidth-13 + .articleWrap{
	padding-right: 1em;
	margin-right: 15%;
}
.list .articleImgRight.imgWidth-15 + .articleWrap,
.list .articleImgRight.imgWidth-17 + .articleWrap,
.list .articleImgRight.imgWidth-20 + .articleWrap {
	padding-right: 1em;
	margin-right: 25%;
}
.list .articleImgRight.imgWidth-25 + .articleWrap {
	padding-right: 1em;
	margin-right: 33.3%;
}

/* Links/Rechts Wechsel */
.listItem:nth-child(2n) div[class*="articleImg"] {
    float: right !important;
}
.listItem:nth-child(2n) div.articleWrap {
    text-align: right;
    margin-left: 0;
    padding-left: 0;
    padding-right: 1em;
}
.listItem:nth-child(2n+1) .imgWidth-25 + .articleWrap {
    margin-left: 30% !important;
}
.listItem:nth-child(2n) .imgWidth-25 + .articleWrap {
    margin-left: 0;
    margin-right: 30%;
}

.list .listItem h2 {
    background-color: rgba(251, 245, 212, 0.9);
    padding: 5px 20px;
    display: inline-block;
    border-radius: 5px;
}

@media only screen and (min-width: 480px) {
	.list .articleImgLeft.imgWidth-33 {
		float:left;
	}
	.list .articleImgLeft.imgWidth-5 + .articleWrap,
	.list .articleImgLeft.imgWidth-10 + .articleWrap {
		margin-left: 15%;
	}
	.list .articleImgLeft.imgWidth-13 + .articleWrap {
		margin-left: 20%;
	}
	.list .articleImgLeft.imgWidth-15 + .articleWrap,
	.list .articleImgLeft.imgWidth-17 + .articleWrap,
	.list .articleImgLeft.imgWidth-20 + .articleWrap {
		margin-left: 33.3%;
	}
	.list .articleImgLeft.imgWidth-33 + .articleWrap {
		padding-left: 1em;
		margin-left: 50%;
	}

	.list .articleImgRight.imgWidth-33 {
		float: right;
	}
	.list .articleImgRight.imgWidth-5 + .articleWrap,
	.list .articleImgRight.imgWidth-10 + .articleWrap {
		margin-right: 15%;
	}
	.list .articleImgRight.imgWidth-13 + .articleWrap {
		margin-right: 20%;
	}
	.list .articleImgRight.imgWidth-15 + .articleWrap,
	.list .articleImgRight.imgWidth-17 + .articleWrap,
	.list .articleImgRight.imgWidth-20 + .articleWrap {
		margin-right: 33.3%;
	}
	.list .articleImgRight.imgWidth-33 + .articleWrap {
		padding-right: 1em;
		margin-right: 50%;
	}
}

@media only screen and (min-width: 640px) {
	.list .articleImgLeft.imgWidth-42,
	.list .articleImgLeft.imgWidth-50 {
		float:left;
	}
	.list .articleImgLeft.imgWidth-17 + .articleWrap,
	.list .articleImgLeft.imgWidth-20 + .articleWrap {
		margin-left: 25%;
	}
	.list .articleImgLeft.imgWidth-25 + .articleWrap {
		margin-left: 33.3%;
	}
	.list .articleImgLeft.imgWidth-42 + .articleWrap,
	.list .articleImgLeft.imgWidth-50 + .articleWrap {
		padding-left: 1em;
		margin-left: 50%;
	}

	.list .articleImgRight.imgWidth-42,
	.list .articleImgRight.imgWidth-50 {
		float: right;
	}
	.list .articleImgRight.imgWidth-17 + .articleWrap,
	.list .articleImgRight.imgWidth-20 + .articleWrap {
		margin-right: 25%;
	}
	.list .articleImgRight.imgWidth-25 + .articleWrap {
		margin-right: 33.3%;
	}
	.list .articleImgRight.imgWidth-42 + .articleWrap,
	.list .articleImgRight.imgWidth-50 + .articleWrap {
		padding-right: 1em;
		margin-right: 50%;
	}
}

@media only screen and (min-width: 720px) {
	.list .articleImgLeft.imgWidth-67 {
		float:left;
	}
	.list .articleImgLeft.imgWidth-5 + .articleWrap,
	.list .articleImgLeft.imgWidth-10 + .articleWrap,
	.list .articleImgLeft.imgWidth-13 + .articleWrap {
		margin-left: 15%;
	}
	.list .articleImgLeft.imgWidth-15 + .articleWrap,
	.list .articleImgLeft.imgWidth-17 + .articleWrap,
	.list .articleImgLeft.imgWidth-20 + .articleWrap {
		margin-left: 20%;
	}
	.list .articleImgLeft.imgWidth-25 + .articleWrap,
	.list .articleImgLeft.imgWidth-33 + .articleWrap {
		margin-left: 33.3%;
	}
	.list .articleImgLeft.imgWidth-67 + .articleWrap {
		padding-left: 1em;
		margin-left: 50%;
	}

	.list .articleImgRight.imgWidth-67 {
		float: right;
	}
	.list .articleImgRight.imgWidth-5 + .articleWrap,
	.list .articleImgRight.imgWidth-10 + .articleWrap,
	.list .articleImgRight.imgWidth-13 + .articleWrap {
		margin-right: 15%;
	}
	.list .articleImgRight.imgWidth-15 + .articleWrap,
	.list .articleImgRight.imgWidth-17 + .articleWrap,
	.list .articleImgRight.imgWidth-20 + .articleWrap {
		margin-right: 20%;
	}
	.list .articleImgRight.imgWidth-25 + .articleWrap,
	.list .articleImgRight.imgWidth-33 + .articleWrap {
		margin-right: 33.3%;
	}
	.list .articleImgRight.imgWidth-67 + .articleWrap {
		padding-right: 1em;
		margin-right: 50%;
	}
}

@media only screen and (min-width: 960px) {
	.list .articleImgLeft.imgWidth-25,
	.list .articleImgRight.imgWidth-25 {
		width: 25%;
	}

	.list .articleImgLeft.imgWidth-75 {
		float:left;
	}
	.list .articleImgLeft.imgWidth-5 + .articleWrap {
		margin-left: 5%;
	}
	.list .articleImgLeft.imgWidth-10 + .articleWrap {
		margin-left: 10%;
	}
	.list .articleImgLeft.imgWidth-13 + .articleWrap {
		margin-left: 12.5%;
	}
	.list .articleImgLeft.imgWidth-15 + .articleWrap {
		margin-left: 15%;
	}
	.list .articleImgLeft.imgWidth-17 + .articleWrap {
		margin-left: 16.7%;
	}
	.list .articleImgLeft.imgWidth-20 + .articleWrap {
		margin-left: 20%;
	}
	.list .articleImgLeft.imgWidth-25 + .articleWrap {
		margin-left: 25%;
	}
	.list .articleImgLeft.imgWidth-33 + .articleWrap {
		margin-left: 33.3%;
	}
	.list .articleImgLeft.imgWidth-42 + .articleWrap {
		margin-left: 41.7%;
	}
	.list .articleImgLeft.imgWidth-50 + .articleWrap {
		margin-left: 50%;
	}
	.list .articleImgLeft.imgWidth-67 + .articleWrap {
		margin-left: 66.7%;
	}
	.list .articleImgLeft.imgWidth-75 + .articleWrap {
		padding-left: 1em;
		margin-left: 75%;
	}

	.list .articleImgRight.imgWidth-75 {
		float: right;
	}
	.list .articleImgRight.imgWidth-5 + .articleWrap {
		margin-right: 5%;
	}
	.list .articleImgRight.imgWidth-10 + .articleWrap {
		margin-right: 10%;
	}
	.list .articleImgRight.imgWidth-13 + .articleWrap {
		margin-right: 12.5%;
	}
	.list .articleImgRight.imgWidth-15 + .articleWrap {
		margin-right: 15%;
	}
	.list .articleImgRight.imgWidth-17 + .articleWrap {
		margin-right: 17%;
	}
	.list .articleImgRight.imgWidth-20 + .articleWrap {
		margin-right: 20%;
	}
	.list .articleImgRight.imgWidth-25 + .articleWrap {
		margin-right: 25%;
	}
	.list .articleImgRight.imgWidth-33 + .articleWrap {
		margin-right: 33.3%;
	}
	.list .articleImgRight.imgWidth-42 + .articleWrap {
		margin-right: 41.7%;
	}
	.list .articleImgRight.imgWidth-50 + .articleWrap {
		margin-right: 50%;
	}
	.list .articleImgRight.imgWidth-67 + .articleWrap {
		margin-right: 66.7%;
	}
	.list .articleImgRight.imgWidth-75 + .articleWrap {
		padding-right: 1em;
		margin-right: 75%;
	}
}
@media (min-width: 1300px) {
    .listItem p {
        font-size: 28px;
    };
}

.gallery.gallerySwiper img {
    clip-path: none;
}

.gallery.gallerySwiper.contentSlider {
    position: relative;
    margin: 0 0 1.5em 0;
}
.gallerySwiper:not(.contentSlider) .swiper-container {
    overflow: hidden;
    position: relative;
}

.gallerySwiper:not(.contentSlider) .swiper-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    width: 40px;
    height: 60px;
    opacity: 1;
    font-size: 35px;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
    color: #FFFFFF;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.3);
}
.gallerySwiper:not(.contentSlider) .swiper-button:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.gallerySwiper:not(.contentSlider) .swiper-button.swiper-button-disabled {
    opacity: 0.3;
}
.gallerySwiper:not(.contentSlider) .swiper-button.prev {
    left: 20px;
}
.gallerySwiper:not(.contentSlider) .swiper-button.next {
    right: 20px;
}
.gallerySwiper:not(.contentSlider) .swiper-button .icon {
    display: block;
    position: relative;
}
.gallerySwiper:not(.contentSlider) .swiper-button.prev .icon {

}
.gallerySwiper:not(.contentSlider) .swiper-button.next .icon {

}
.gallerySwiper:not(.contentSlider) .swiper-container.gallery-thumbs .swiper-slide-thumb-active .img {
    border: 2px solid #FFFFFF;
}
@media (min-width: 720px) {
    .gallerySwiper:not(.contentSlider) .swiper-container.gallery-thumbs .swiper-slide {
        width: 25%;
    }
}
@media (min-width: 1280px) {
    .gallerySwiper:not(.contentSlider) .swiper-container.gallery-thumbs .swiper-slide {
        width: 20%;
    }
}

.gallery.contentSlider .swiper-container  {
    overflow: hidden;
    margin-left: -10px;
    margin-right: -10px;
}
.gallery.contentSlider .swiper-container .swiper-slide {
    padding:10px;
    height: auto;
}

.gallery.contentSlider .swiper-container .swiper-slide .wrap {
    display: block;
    padding: 0;
    height: 100%;
    float: none;
    text-decoration: none;
}
.gallery.contentSlider .swiper-container .swiper-slide .wrap .textWrap {
    padding: 5px 0px;
    hyphens: auto;
}
.gallery.contentSlider .textWrap .headline {
    font-size: 16px;
    font-weight: 400;
    color: #000;
}
.gallery.contentSlider .img {
    background-size: cover;
}
.gallery.contentSlider .swiper-container .swiper-slide .wrap .textWrap > :first-child {
    margin-top: 0;
}
.gallery.contentSlider .swiper-container .swiper-slide .wrap .textWrap > :last-child {
    margin-bottom: 0;
}
.gallery.gallerySwiper.contentSlider .swiper-navigation {
    float: right;
}
.gallery.gallerySwiper.contentSlider .swiper-navigation .swiper-button {
    display: inline-block;
    color: #266197;
    cursor: pointer;
}
.gallery.gallerySwiper.contentSlider .swiper-navigation .swiper-button.prev {
    font-size: 28px;
}

.gallery.gallerySwiper.contentSlider .swiper-navigation .swiper-button.next {
    font-size: 36px;
}

.gallery.gallerySwiper.contentSlider .swiper-navigation .swiper-button-disabled,
.gallery.gallerySwiper.contentSlider .swiper-navigation .swiper-button-lock {
    display: inline-block;
    opacity: 0.5;
}
.gallerySwiper:not(.contentSlider) .swiper-container.gallery-thumbs {
    position: relative;
    padding-left: 5px;
    padding-right: 5px;

}
.gallerySwiper:not(.contentSlider) .swiper-container.gallery-thumbs .swiper-slide {
    width: 33.33%;
    padding: 0 5px 15px 5px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

@media only screen and (min-width: 1440px) {
    .gallery.gallerySwiper.contentSlider .swiper-navigation {
        float: none;
    }
    .gallery.gallerySwiper.contentSlider .swiper-navigation .swiper-button {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .gallery.gallerySwiper.contentSlider .swiper-navigation .swiper-button.prev,
    .gallery.gallerySwiper.contentSlider .swiper-navigation .swiper-button.next {
        font-size: 36px;
    }
    .gallery.gallerySwiper.contentSlider .swiper-navigation .swiper-button.prev {
        left: -50px;
    }
    .gallery.gallerySwiper.contentSlider .swiper-navigation .swiper-button.next {
        right: -50px;
    }

    .gallerySwiper:not(.contentSlider) .swiper-container.gallery-thumbs .swiper-slide {
        width: 20%;
    }
}

#free-search-form {
    display: block;
    margin-bottom: 1em;
}
#free-search-form input {
    width: 100%;
    display: block;
    padding: 0 15px;
}
#free-search-form .sendenBtn {
    display: block;
    padding: 0 15px;
    margin-top: 0.5em;
    width: 100%;
}
@media only screen and (min-width: 580px) {
    #free-search-form input {
        width: 60%;
        margin-left: 1em;
        display: inline-block;
    }
    #free-search-form > div { float: right; }
    #free-search-form .sendenBtn {
        display: inline-block;
        padding: 0 15px;
        float: right;
        width: auto;
        margin-top: 0;
    }
}
@media only screen and (min-width: 1800px) {
    #free-search-form input {
        width: 80%;
    }
}

/* Content: GRIDS */
.gridWrap {
    margin: 0 -15px 3em;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    clear: both;
}
.gridWrap.space-around {
    justify-content: space-around;
}
.gridWrap.space-evenly {
    justify-content: space-evenly;
}
.gridWrap .gridSizer {
	width: 8.33%;
}
.gridWrap .articleGrid {
	padding: 0 15px 30px 15px;
	float: left;
	position: relative;
}
.gridWrap .leftContainer,
.gridWrap .rightContainer {
	width: 100%;
}
.gridWrap .rightContainer {
	float: right;
}
.gridWrap .articleGrid .headline {
    margin-top: 0.5em;
}

.articleGrid {
	position: relative;
	z-index: 1;
	width: 100%;
}
.articleGrid > .wrap {
    position: relative;
    display: block;
    text-decoration: none;
    height: 100%;
}
.articleGrid > .wrap h4 {
    word-break: break-word;
    hyphens: auto;
}
.articleGrid.shadow > .wrap {
    padding: 15px;
    box-shadow: 0 5px 10px rgba(var(--color_box_rgb),0.3);
    background: var(--color_grid_back);
}
.articleGrid.shadow > .wrap a {
    word-break: break-word;
}
.articleGrid .articleImg + .textWrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 100%;
    overflow: hidden;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    padding: 15px;
}
.articleGrid .articleImg + .textWrap:before {
    content: '';
    position: absolute;
    bottom: 0;

}
.articleGrid .articleImg + .textWrap .headline {
    padding: 15px;
    background: rgba(250,170,57,0.9);
    text-align: center;
    margin-bottom: -15px;
    margin-left: -15px;
    margin-right: -15px;
}
.articleGrid .info > :first-child {
	margin-top: 0;
}
.articleGrid .info > :last-child {
	margin-bottom: 0;
}
.articleGrid .headline {
	margin: 0;
    overflow: hidden;
    hyphens: auto;
}
.articleGrid .headline a {
	text-decoration: none;
	display: block;
}
.articleGrid .textWrap .dateText {
    font-weight: 600;
}
.articleGrid .textWrap .headline {
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 1.1em;
    hyphens: auto;
    font-weight: 500;
}
.articleGrid .textWrap * {
    color: #fff;
}
.articleGrid.shadow .more {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0;
}
.articleGrid.shadow .more span:not(.icon) {
    display: none;
}
.articleGrid.shadow .more span.icon {
    font-size: 2em;
    color: #e98300;
    display: inline-block;
}


.articleGrid .imgWrap {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	position: relative;
    transition: transform 0.1s;
}
.articleGrid .articleImg {
    overflow: hidden;
}
.articleGrid:hover .imgWrap {
    transform: scale(1.05);
}
.articleGrid .imgWrap .caption {
	position: absolute;
	background: #fff;
	display: none;
	padding: .5em 1em;
	margin: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	max-width: 100%;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.articleGrid:hover .imgWrap .caption {
	white-space: normal;
	text-overflow: none;
}
.articleGrid .articleImgNone {
	margin: 0 auto;
}
.articleGrid .articleImg.contain {
    padding: 10px;
}
.articleGrid .articleImg.contain .imgWrap {
    background-size: contain;
}
.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 .icon-right-big {
    color: #e98300;
}
.articleGrid .btnIconLeft .icon-right-big {
    color: #FFF;
}

#grid_companies .icon-right-big:before {
    float: right;
}

.gridShadow {
    box-shadow: 0 5px 10px rgba(var(--color_box_rgb),0.3);
    background: var(--color_header-top);
    padding: 15px;
}

@media only screen and (min-width: 480px) {
    .swiper-slide.gridWidth_25,
    .gridWrap .gridWidth_25 {
		width: 50%;
	}
}

@media only screen and (min-width: 560px) {
	.gridWrap .gridWidth_50,
	.gridWrap .leftContainer,
	.gridWrap .rightContainer {
		width: 50%;
	}
}

@media only screen and (min-width: 640px) {
	.gridWrap .gridWidth_33 {
		width: 50%;
	}
    .swiper-slide.gridWidth_25 {
        width: 33.33%;
    }
}

@media only screen and (min-width: 960px) {
	.gridWrap .gridWidth_33 {
		width: 33.33%;
	}
    .swiper-slide.gridWidth_25,
    .gridWrap .gridWidth_25 {
		width: 25%;
	}
    .articleGrid .textWrap .headline {
        font-size: 30px;
    }
}

.article {
    margin-bottom: 2em;
}
.article > :first-child {
    margin-top: 0;
}

#startTop #article_0 .wrap {
    position: relative;
    background: rgba(var(--color_box_rgb),0.1);
    padding-bottom: 56px;
    color: var(--color_text);
}
.start_jobs_wrap > strong {
    display: block;
    padding: 20px;
    font-size: 22px;
    text-transform: uppercase;
}
.start_jobs_wrap article {
    position: relative;
    margin: 20px;
    padding-right: 20px;
}
.start_jobs_wrap article + article {
    border-top: 1px solid #d3d3d3;
    padding-top: 20px;
}
.start_jobs_wrap article .more {
    position: absolute;
    right: 0;
    bottom: 20px;
}
.start_jobs_wrap article .more span:not(.icon) {
    display: none;
}
.start_jobs_wrap article .more .icon {
    color: #e98300;
}

.job-category {
    background-color: #FFFFFF;
    display: none; /* inline-block */
    float: left;
    font-size: 3rem;
    margin-right: 0.5em;
    clip-path: url(#imageMask2);
}

/* Start Zitate */
#startZitate { margin-bottom: 2em; }
#startZitate .imgRight {
    margin-right: 1em;
    padding-right: 1em;
    float: left;
    margin-left: 0;
    padding-left: 0;
}
#startZitate img {
    /*clip-path: none;*/
    clip-path: url(#imageMask2);
}
#startZitate .imagesInnerWrap {
    width: 100%;
}
#startZitate .text-wrapper {
    padding-left: 1em;
    /*border-left: 2px solid #003b4c;*/
    /*display: grid;*/
    position: relative;
}
#startZitate h2 {
    background-color: var(--color_h2_button);
    padding: 5px 20px;
    display: inline-block;
    border-radius: 5px;
}
#startZitate .swiper-pagination { bottom: -10px; }

@media (min-width: 768px) {
    #startZitate p, .sliderWrap p {
        font-size: 24px;
    }
}
@media (min-width: 960px) {
    #startZitate .text-wrapper, .swiper-slide .typeLongtext_html {
        flex: auto;
        align-content: center;
        padding: 0 5%;
    }
}
@media (min-width: 1200px) {
    #startZitate p, .sliderWrap p {
        font-size: 28px;
    }
}

#start-quiz-link .imgWrap {
    margin: 0 auto;
    max-width: 1200px;
    clear: both;
    text-align: center;
    float: none;
}
#start-quiz-link .imgWrap .img {
    border-radius: 20px;
}

/*#startZitate .text-wrapper:before {
    content: "\"";
    position: absolute;
    top: 50%;
    left: -13px;
    background-color: #f9d206;
    font-style: normal;
    font-size: 3em;
    line-height: 1em;
    width: 30px;
    height: 50px;
    margin-top: -25px;
    padding: 10px 0;
}*/
#startZitate .text-wrapper p {
    margin: 0;
}
#startZitate .text-wrapper p:last-child { margin-top: 0.5em; }
#startZitate .imagesInnerWrap .caption { display: none; }
#startZitate .swiper-pagination { overflow: visible; }
#startZitate.sliderWrap .swiper-button-wrap .swiper-button.prev {
    right: 50px;
    left: auto;
}
#startZitate.sliderWrap .swiper-button-wrap .swiper-button.next {
    right: 10px;
}
#startZitate.sliderWrap .swiper-button-wrap .swiper-button {
    top: -20%;
    background: transparent;
    border: 2px solid #003b4c;
    line-height: 25px;
}

.swiper-container .video video {
    /*transition: clip-path 0.7s ease-in-out;
    clip-path: url(#imageMask2);*/
}


    /* Korrektur wegen vermurksten Fontello Icon */
.job-category.icon-category-gastronomie {
    overflow: hidden;
}
.icon-category-gastronomie:before {
    top: -15px;
    position: relative;
}

#startTop .btnWrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
#startTop .btnWrap .btn, aside .btnWrap .btn {
    font-size: 22px;
    color: #fff;
    margin: 0;
    display: block;
    width: 100%;
    text-align: center;
    background: #f27830;
}
#content .btn.orange {
    font-size: 22px;
    color: #fff;
    margin: 0;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    background: #f27830;
    padding: 0.5em 1em;
    border-radius: 20px;
}
#startTop .btnWrap .btn .icon, aside .btnWrap .btn .icon {
    background: #e98300;
}
aside .btnWrap .btn {
    text-transform: none;
}
aside .btnIconLeft {
    border-radius: 0 !important;
}
#gs_additional_wrapper {
    overflow: hidden;
    max-height: 0;
}
#gs_additional_label {
    margin: 1em 0;
}
#gs_additional_label .icon {
    opacity: 0.1;
}
#gs_additional:checked + #gs_additional_label .icon {
    opacity: 1;
}

#gs_additional:checked ~ #gs_additional_wrapper {
    max-height: unset;
}

#content ul li::marker {
    color: var(--color_orange);
    font-size: 1.2em;
}

/* SLIDER / GALLERY */
.sliderWrap {
    position: relative;
}
.sliderWrap .swiper-container {
    overflow: hidden;
}
.sliderWrap .swiper-button-wrap .swiper-button {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: var(--color_bg);
    color: var(--color_text);
    border-radius: 50%;
    text-align: center;
    z-index: 1;
}
.sliderWrap .swiper-button-wrap .swiper-button.prev {
    left: -40px;
}
.sliderWrap .swiper-button-wrap .swiper-button.next {
    right: -40px;
}
.sliderWrap .swiper-pagination-bullet {
    background: var(--color_text);
    border-radius: calc(var(--swiper-pagination-bullet-size) / 2);
    width: var(--swiper-pagination-bullet-size);
    height: var(--swiper-pagination-bullet-size);
    transform: scale(1);
    transition: width 0.2s;
}
.sliderWrap .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1);
    width: calc(var(--swiper-pagination-bullet-size) * 2);
}

@media (min-width: 960px) {
    .sliderWrap .swiper-container {
        margin-left: -20px;
        margin-right: -20px;
    }

    .sliderWrap .swiper-container .swiper-slide {
        padding: 20px;
    }
    /*.sliderWrap .swiper-button-wrap {
        position: absolute;
    }*/

}

/* Start Angebote 2spalter */
#startJobs span {
    margin-right: 10px;
}
@media (min-width: 960px) {
    #startJobs > div {
        width: 48%;
        display: inline-block;
        float: left;
    }
    #startJobs > div:nth-child(2n+1) {
        margin-right: 4%;
        border-right: 1px solid #f29f05;
    }
    #startJobs > div:nth-child(2n) {
        padding-left: 2%;
    }
}

/* Buchungs-Widget */
#widgetSearch {
    position: relative;
    z-index: 1;
    margin-top: -3em;
    margin-bottom: 4em;
    background: var(--color_bg);
    padding: 2em;
    border-radius: 1em;
}
#widgetSearch.widget-search-short {
    margin: 1em 0;
}


@media (min-width: 1024px) {
    #widgetSearch .gridWrap {
        flex-wrap: nowrap;
    }
}
#widgetSearch form {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    border:2px solid var(--color_widget_border);
    border-radius: 0.5em;
}
#widgetSearch form .optsContainer {
    margin: 0;
    width: auto;
    overflow: unset;
    flex-grow: 1;
}
#widgetSearch form .optsContainer .optsBlock {
    width: auto;
    float: none;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    padding-top: 1em;
}
#widgetSearch form .optsContainer .optsBlock .optsInline {
    margin: 0;
    display: block;
    border: none;
    padding: 0 1em 1em 1em;
    flex-grow: 1;
    width: 100%;
}
#widgetSearch form .optsContainer > label:first-child {
    position: absolute;
    top: -0.5em;
    left: 0.5em;
    margin: 0;
    padding: 0 5px;
    width: auto;
    background: var(--color_bg);
}
#widgetSearch .btnContainer {
    margin: 0;
    width: 100%;
}
#widgetSearch button {
    border: none;
    background: var(--color_widget_button);
    color: #003b4c;
    padding: 1em 4em;
    border-radius: 0 0 0.5em 0.5em;
    width: 100%;
}

#widgetSearch .gridWrap .gridWidth {
    padding: 20px;
    position: relative;
}
@media (min-width: 640px) {
    #widgetSearch form .optsContainer .optsBlock .optsInline {
        width: auto;
    }
}
@media (min-width: 1024px) {
    #widgetSearch form {
        flex-wrap: nowrap;
    }
    #widgetSearch form .optsContainer .optsBlock {
        flex-wrap: nowrap;
    }
    #widgetSearch .btnContainer {
        width: auto;
    }
    #widgetSearch button {
        background: var(--color_widget_button);
        color: #003b4c;
        padding: 1em 4em;
        height: 100%;
        width: auto;
        border-radius: 0 0.5em 0.5em 0;
    }
}
@media (max-width: 640px) {

}

.gridWrap {
    counter-reset: section;
}
.gridWrap .gridWidth.gridCounter {
    padding-top: 2em !important;
    padding-bottom: 2em !important;
    padding-left: 3em !important;
    flex-grow: 1;
}
.gridWrap .gridWidth.gridCounter:before {
    content: counter(section);
    counter-increment: section;
    color: var(--color_counter);
    font-size: 6em;
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
    z-index: -1;
    pointer-events: none;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.gridWrap .imgWrap {
    border-radius: 20px;
}

/* Site: PAGE JUMPS */
.jumper {
	margin: 1em -1em;
	position: relative;
	height: 40px;
}
.jumper .resultStats,
.pagerJumper .divider {
	display: none;
}
.jumper .pagerJumper {
	display:block;
	margin:0 auto;
	position:absolute;
	right:0;
}
.pagerJumper a {
	padding: 10px 0;
	margin:0 1em;
	display:block;
	float:left;
	width:40px;
	height:40px;
	background: #999;
	color: inherit;
	font-weight: normal;
	line-height: 20px;
	text-align:center;
	text-decoration: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.pagerJumper a:hover {
	background: #666;
	color: #fff;
}
.pagerJumper a:hover .iconForward {
	background-position: -570px -50px;
}
.pagerJumper a:hover .iconBackward {
	background-position: -530px -50px;
}
.pagerJumper a.aktiv {
	font-weight: bold;
	color: #fff;
	background: #e98300;
}
.pagerJumper a .sprt {
	display:inline-block;
}
.pages {
	text-align:center;
	border-top: 1px solid #eee;
	padding-top: 1em;
	font-weight: 100;
	margin: 1em 0;
	color: #999;
}
.pages > * {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}
.pages a {
	font-weight: normal;
	padding: 0 10px;
	position: relative;
	color: #666;
	text-decoration: none;
	max-width: 35%;
	overflow: hidden;
}
.pages a span {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 100%;
	display: inline-block;
}
.pages a.enabled:first-child:after,
.pages a.enabled:last-child:after {
	content: '';
	display: block;
	height: 0;
	width: 0;
	position: absolute;
	border-color: transparent #65318f 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 #65318f;
	border-width: .357em 0 .357em .429em;
	right: 0;
	left: auto;
}
.pages a.disabled {
	color: #CCC;
	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;
}

/* Fileupload */
.fileinput-button {
    background: none !important;
    color: #003b4c !important;
    text-transform: none !important;
    text-align: left;
    margin-bottom: 1em;
}
.fileinput-button:hover {
    background: none !important;
}
.fileinput-button input {
    float: none !important;
    width: 100% !important;
}
.fileupload-uploaded .imgDel {
    border: none;
    background-color: #328cc8;
    margin-left: 1em;
    border-radius: 2px;
    padding-bottom: 3px;
}
.fileupload-uploaded .imgDel .ui-icon {
    background-image:url("../img/jQueryUI/ui-icons_ffffff_256x240.png");
}
.fileupload-controlWrap .cancel {
    color: #003b4c;
    border: 3px solid #003b4c;
    border-radius: 10px;
    padding: 5px 10px;
}

@media only screen and (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;
    }
}

#talentesuche-beispiel {
    width: 100%;
    height: auto;
}


/* Captcha */
#captcha { margin: 0 10px; }
.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;
    padding: .5em .5em 1.5em .5em;
}
.optsCaptcha .optsBlock input {
    min-width: 250px;
}

.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;
}
.optsCaptcha .btn {
    font-size: 1em;
    line-height: 1em;
    background-color: transparent;
    text-decoration: none;
    padding-left: 20px;
}
.optsCaptcha .fa-sync-alt {
    position: relative;
    color: #003b4c;
}
.optsCaptcha .fa-sync-alt:before {
    content: "\f01e";
    position: absolute;
    top: 2px;
    left: -20px;
    color: #003b4c;
    font-family: FontAwesome;
    font-style: normal;
    font-size: 16px;
}

@media only screen and (min-width: 480px) {
    .optsCaptcha .optsBlock,
    .optsFieldCaptcha .optsBlock {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    .optsCaptcha .captchaCode,
    .optsFieldCaptcha .captchaCode {
        margin-right: 20px;
    }
    .optsCaptcha .captchaImgWrap,
    .optsFieldCaptcha .captchaImgWrap {
        margin-top: 0;
    }
}

/* ==========================================================================
   Accessibility
   ========================================================================== */
#a11yReadspeakerButton {
    position: fixed;
    bottom: 10px;
    left: 10px;
    margin: 0;
    width: calc(100% - 20px - 3.75rem) !important;
}
#a11yReadspeakerButton.rsexpanded .rsbtn_play {
    padding: 0;
}
#a11yReadspeakerButton.rsexpanded .rsbtn_play .rsbtn_left {
    overflow: hidden;
    width: 0;
    margin-left: 2.3333em;
}
#a11yNavControlTrigger {
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    display: flex;
    align-items: center;
    flex-grow: 1;
    color: inherit;
}
#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_bigger body {
    font-size: 22px;
}
.fs_big body {
    font-size: 26px;
}

/* Line Height */
.lh_bigger body {
    line-height: 1.75;
}
.lh_big body {
    line-height: 2;
}

#quizWrap {
    width: 100%;
    position: relative;
}

#quizIntro,
#quizQuestion,
#quizResult,
#quizResultDetail {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#quizIntro {
    padding: 0;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
#quizWrap img {
    width: 100%;
    height: auto;
    max-width: 1000px;
    display: block;
    margin: 2em auto;
    border-radius: 20px;
}
.vcModal #quizIntro {
    min-height: 50vh;
}
#quizHide,
#quizHidePermanent {
    display: none;
}
.vcModal #quizHide,
.vcModal #quizHidePermanent,
#quizTriggerTooltip #quizHide,
#quizTriggerTooltip #quizHidePermanent{
    display: block;
}

#quizGroupSelect {
    margin: 20px -20px -20px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#quizGroupSelect li {
    margin: 0;
    padding: 20px;
    flex: 0 1 auto;
    width: 50%;
    overflow: hidden;
}
#quizGroupSelect a {
    display: block;
    text-decoration: none;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: transform .3s;
}
#quizResult .imgWrap,
#quizGroupSelect .imgWrap {
    background: #f2f2f2;
    border: 2px solid #ebebeb;
    border-radius: 50%;
    padding-bottom: 100%;
    background-size: cover;
    transition: all .3s;
    margin-bottom: 20px;
}
#quizResult .imgWrap {
    border: none;
    background-color: transparent;
}
#quizGroupSelect .headline {
    margin: 0;
}
#quizGroupSelect .headline small {
    color: #000;
}
#quizProgressBar {
    height: 2px;
    background: #f27830;
    position: fixed;
    width: 100%;
    z-index: 1;
    left: 0;
    top: 80px;
    transition: top .2s;
}
.vcModal #quizProgressBar {
    position: absolute;
    left: -20px;
    top: -20px;
    right: -20px;
    width: auto;
    z-index: 0;
}
#quizProgressBar .progress {
    background: #fac309;
    height: 100%;
    transition: width .3s;
}
#quizStateWrap {
    font-size: 12px;
    line-height: 1.25;
    padding: 18px 0 30px;
    font-weight: bold;
}
.vcModal #quizStateWrap {
    padding-top: 0;
}
#quizState {
    float: left;
    position: relative;
}
#quizState .dots {
    position: absolute;
    bottom: -1em;
    display: flex;
}
#quizState .dot {
    background: #fff;
    height: .667em;
    width: .667em;
    border-radius: 50%;
    transition: background-color .3s;
}
#quizState .dot + .dot {
    margin-left: 5px;
}

#quizPoints {
    float: right;
    display: none; /* wird hier nicht gebraucht */
}
#quizPoints .label {
    float: right;
    padding-left: 10px;
}
#quizPoints .tooltip {
    vertical-align: baseline;
}
#quizState .dot.done,
#quizPoints .tooltip {
    color: #fff;
    background: #f27830;
    background: -webkit-linear-gradient(left, #f27830 0%, #fac309 100%);
    background: linear-gradient(to right, #f27830 0%, #fac309 100%);
}
#quizPointsChart {
    height: 3em;
    width: 3em;
    float: left;
    margin-top: -.875em;
    margin-bottom: -.875em;
}

#quizQuestionMain {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
#quizQuestionMain .noMargin {
    margin-bottom: 0;
    margin-top: 0;
}
#quizQuestionMain .article {
    margin-top: 0px;
    margin-bottom: 20px;
}
#quizIntro .article {
    margin-top: 20px;
    margin-bottom: 20px;
}
#quizQuestionMain .article h1 {
    text-align: center;
    margin-bottom: 0;
}
#quizQuestionType {
    text-align: center;
}
.vcModal #quizIntro .vcContentSection:first-child .article {
    margin-top: 0;
}
#quizQuestionMain .vcContentSection {
    margin-top: 20px;
}
#quizIntro .vcContentSection + .vcContentSection
#quizQuestionMain .vcContentSection + .vcContentSection {
    margin-top: 40px;
}
.quizButtonBar {
    padding: 40px 0 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.vcModal .quizButtonBar {
    padding-bottom: 0;
}
.quizButtonBar .btn + .btn {
    margin-top: 20px;
}
#quizQuestionBottomBar {
    flex-direction: column-reverse;
}
#quizQuestionBottomBar .btn {
    margin: 20px 0 0;
}
#quizQuestionBottomBar .btn:last-child {
    margin-top: 0;
}
#quizQuestionAnswers {
    margin: -10px -20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    padding-left: 0;
}
#quizQuestionAnswers li {
    margin: 0;
    flex: 1 1 auto;
    width: 100%;
}
#quizQuestionAnswers li:before {
    content: '';
    width: 1px;
    margin-left: -1px;
    float: left;
    height: 0;
    padding-top: 50%;
    display: block !important;
}
#quizQuestionAnswers li:after { /* to clear float */
    content: '';
    display: table;
    clear: both;
}
#quizQuestionAnswers .answer {
    text-decoration: none;
    text-align: center;
    transition: all .3s;
    padding: 38px 18px;
    background: none;
    border: 2px solid #003b4c;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    position: relative;
    border-radius: 10px;
}
#quizQuestionAnswers .answer:hover,
#quizQuestionAnswers .answer:active,
#quizQuestionAnswers .answer:focus {
    background: #FFFFFF;
    border: 2px solid #FFFFFF;
}
#quizQuestionAnswers input {
    display: none;
}
#quizQuestionAnswers input + .answer {
    cursor: pointer;
}

#quizQuestionAnswers li {
    padding: 10px 20px;
}
#quizQuestionAnswers .headline {
    margin: 0;
    transition: color .3s;
    position: relative;
    z-index: 1;
    font-size: 1em;
    font-weight: 400;
}
#quizInactivityDialog > .icon,
#quizQuestionAnswers .answer .icon {
    color: #ebebeb;
    font-size: 8em;
    line-height: 1;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: 0;
    opacity: 0;
    transition: all .3s;
}

#quizQuestionAnswers input:checked + .answer .icon,
#quizQuestionAnswers .answer.right .icon,
#quizQuestionAnswers .answer.wrong .icon {
    opacity: 1;
}
#quizQuestionAnswers input:checked + .answer .headline {
    color: #000;
}
#quizQuestionAnswers input:checked + .answer .icon {
    color: #f2f2f2;
}
#quizQuestionAnswers .answer .answerStateText {
    position: absolute;
    text-align: center;
    bottom: 8px;
    line-height: 20px;
    font-weight: bold;
    width: 100%;
    color: #000;
    left: 0;
}
#quizQuestionAnswers .answer.right,
#quizQuestionAnswers .answer.wouldBeRight {
    background: #fff;
    border-color: #f27830;
    border-image: linear-gradient(to right, #f27830, #fac309) 1;
}
#quizQuestionAnswers .answer.right .headline,
#quizQuestionAnswers .answer.wouldBeRight .headline {
    color: #000;
}
#quizQuestionAnswers .answer.wrong,
#quizQuestionAnswers .answer.wrongAlso {
    background: #ebebeb;
    border-color: #c20d20;
}

#quizQuestionAnswers .answer.wrong .headline .quiz-strikethrough,
#quizQuestionAnswers .answer.wrongAlso .headline .quiz-strikethrough {
    background-size: 100% .133em;
    color: #808080;
}
#questionButtonUnderAnswersWrap {
    text-align: center;
}
#questionButtonUnderAnswersWrap .btnNextQuestion {
    margin: 20px auto 0;
    width: 100%;
    text-align: center;
}

#quizGroupSelect:hover li .imgWrap {
    filter: grayscale(100%);
}

#quizGroupSelect li.hover .imgWrap,
#quizQuestionAnswers input:checked + .answer {
    background-color: #ffffff;
    border-color: #ffffff;
    filter: none;
}
#quizGroupSelect li.hover .imgWrap {
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
#quizGroupSelect li.hover a {
    transform: translateY(-10px);
}

#quizResult {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
#quizResult .quizEvaluationChartWrap {
    width: 50%;
    margin: 0 auto 20px;
}
#quizResult .article {
    margin-top: 0;
}
#quizResult .imgOuterWrap {
    width: 75%;
    margin: 0 auto;
}
#quizResult .btnWrap {
    justify-content: center;
}
#quizResultDetail {
    padding-top: 20px;
    padding-bottom: 20px;
}

#quizResultDetail .answerBlock .points {
    float: right;
}
#quizResultDetail .answerBlock .headline {
    margin-top: 0;
}
#quizResultDetail .answerBlock + .answerBlock {
    padding-top: 1em;
    border-top: 2px solid #f2f5f6;
    margin-top: 1em;
}

#quizInactivityDialog {
    position: relative;
}
#quizInactivityDialog > .icon {
    opacity: 1;
    color: #f2f2f2;
}
#quizInactivityDialogWrap {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.vcModal #quizQuestionAnswers .answer {
    background: #f2f2f2;
    border-color: #f2f2f2;
}

@media (hover) {
    #quizQuestionAnswers input[type=radio] + .answer:hover .headline,
    #quizWrap:not(.isTouch) #quizQuestionAnswers input[type=checkbox] + .answer:hover .headline {
        color: #000;
    }
    #quizQuestionAnswers:not(.hasSelected) input[type=radio] + .answer:hover .icon,
    #quizWrap:not(.isTouch) #quizQuestionAnswers input[type=checkbox] + .answer:hover .icon {
        color: #f2f2f2;
    }

    #quizQuestionAnswers:not(.hasSelected) input[type=radio] + .answer:after {
        position: absolute;
        content: "";
        top: 20px;
        right: 20px;
        width: 20px;
        height: 20px;
        border-radius: 10px;
        border: 2px solid #003b4c;
    }
    #quizQuestionAnswers:not(.hasSelected) input[type=radio] + .answer:hover:after {
        position: absolute;
        content: "\E895";
        top: 10px;
        right: 25px;
        width: 20px;
        height: 20px;
        border-radius: 10px;
        border: none;
        font-family: "fontello";
        font-size: 1.5em;
    }

    #quizGroupSelect li:hover .imgWrap,
    #quizQuestionAnswers input[type=radio] + .answer:hover,
    #quizWrap:not(.isTouch) #quizQuestionAnswers input[type=checkbox] + .answer:hover,
    #quizQuestionAnswers input:checked + .answer {
        background-color: #ffffff;
        border-color: #ffffff;
        filter: none;
        box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    }
    #quizGroupSelect li:hover .imgWrap,
    #quizQuestionAnswers:not(.hasSelected) input[type=radio] + .answer:hover,
    #quizWrap:not(.isTouch) #quizQuestionAnswers input[type=checkbox] + .answer:hover {
        /*box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);*/
    }
    #quizGroupSelect li:hover a,
    #quizQuestionAnswers:not(.hasSelected) input[type=radio] + .answer:hover,
    #quizWrap:not(.isTouch) #quizQuestionAnswers input[type=checkbox] + .answer:hover {
        /*transform: translateY(-10px);*/
    }
}
@media (min-width: 640px) {
    #quizTrigger {
        font-size: 1.5em;
    }
    #quizGroupSelect li,
    #quizResult .imgOuterWrap {
        width: 33.33%;
    }
    #quizStateWrap {
        padding-top: 28px;
        padding-bottom: 40px;
        font-size: 15px;
        line-height: 1.333;
    }
    .quizButtonBar {
        padding-bottom: 20px;
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
    }
    #quizQuestionBottomBar {
        flex-direction: row;
    }
    .quizButtonBar .btn + .btn {
        margin-top: 0;
    }
    #quizStartBottomBar {
        justify-content: center;
    }
    .vcModal #quizStartBottomBar {
        justify-content: space-between;
    }
    #quizStartBottomBar #quizStart {
        order: 2;
    }
    #quizStartBottomBar #quizHide {
        order: 1;
    }
    #quizStartBottomBar #quizHidePermanent {
        order: 3;
    }
    #quizQuestionAnswers {
        margin: -20px;
    }
    #quizQuestionAnswers li {
        width: 50%;
        padding: 20px;
    }

    #quizGroupSelect li.hover a {
        transform: translateY(-20px);
    }
    #questionButtonUnderAnswersWrap .btnNextQuestion {
        width: auto;
        min-width: calc(((100% + 40px) / 2) - 40px);
    }
    #quizTriggerTooltip .wrap {
        padding: 15px 20px;
    }
}
@media (hover) and (min-width: 640px) {
    #quizGroupSelect li:hover a,
    #quizQuestionAnswers:not(.hasSelected) input[type=radio] + .answer:hover,
    #quizWrap:not(.isTouch) #quizQuestionAnswers input[type=checkbox] + .answer:hover {
       /* transform: translateY(-20px);*/
    }
}
@media (max-width: 640px) {
    #quizQuestionAnswers li {
        width: 50%;
        padding: 5px 5px;
    }
}
@media (min-width: 960px) {
    #quizProgressBar {
        top: 0;
    }
    #header.fixedShow ~ #main #quizProgressBar,
    #header.isAtTop ~ #main #quizProgressBar,
    #header.isOverBreakpoint ~ #main #quizProgressBar {
        top: 120px;
    }

    #header.hasMainNav + #main #quizProgressBar {
        top: 60px;
    }
    #header.hasMainNav.fixedShow ~ #main #quizProgressBar,
    #header.hasMainNav.isAtTop ~ #main #quizProgressBar,
    #header.hasMainNav.isOverBreakpoint ~ #main #quizProgressBar {
        top: 180px;
    }

    #quizGroupSelect li,
    #quizResult .imgOuterWrap {
        width: 25%;
    }
    #quizQuestionAnswers li {
        width: 25%;
    }
    #quizQuestionAnswers li:before {
        padding-top: 100%;
    }
    #quizInactivityDialog > .icon,
    #quizQuestionAnswers .answer .icon {
        font-size: 10em;
    }
    #quizQuestionAnswers .answer .answerStateText {
        bottom: 18px;
    }
    #questionButtonUnderAnswersWrap .btnNextQuestion {
        min-width: calc(((100% + 40px) / 3) - 40px);
    }

    #quizPointsChart {
        height: 4em;
        width: 4em;
        margin-top: -1.333em;
        margin-bottom: -1.333em;
    }
}
@media (min-width:1280px) {
    #quizTrigger {
        right: 40px;
    }
    #quizTriggerTooltip {
        right: calc(40px + 2.142em);
    }
}


.theme_dark body:not(.modul_start):before,
.theme_dark #teaser:before,
.theme_dark body {
    background: #444444;
}
.theme_dark #quizQuestionAnswers:not(.hasSelected) input[type="radio"] + .answer:after,
.theme_dark #quizQuestionAnswers .answer,
.theme_dark .btnRaised {
    border-color: rgba(252, 200, 12, 1);
}
.theme_dark .btnRaised {
    color: rgba(252, 200, 12, 1);
    background-color: transparent;
}

.theme_dark .nav.Lang button { color: #FFFFFF; }
.theme_dark .langs a { color: #444444; }

.theme_dark #startZitate h2, .cm_contrast #startZitate h2 {
    color: #444444;
}

.cm_contrast body:not(.modul_start):before,
.cm_contrast #teaser:before,
.cm_contrast body {
    background: #444444;
}


/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
