/*
Theme Name: cfc
Author: seaio.interactive
Author URI: https://www.seaio.ch
Description: Individual template created for WordPress
Version: 1.0
*/
:root {
    /*unabhängig von Dark/Lighmodus*/

    --linkarrow-white: url(/wp-content/themes/cfc/assets/images/icons/svg/pfeil_rechts_white.svg);
    --linkarrow-white-hover: url(/wp-content/themes/cfc/assets/images/icons/svg/pfeil_rechts_aktiv.svg);
    --linkarrow-left-white: url(/wp-content/themes/cfc/assets/images/icons/svg/pfeil_links_white.svg);
    --linkarrow-left-white-hover: url(/wp-content/themes/cfc/assets/images/icons/svg/pfeil_links_white_aktiv.svg);

    --linkarrow-gray: url(/wp-content/themes/cfc/assets/images/icons/svg/pfeil_rechts_gray.svg);
    --linkarrow-black: url(/wp-content/themes/cfc/assets/images/icons/svg/pfeil_rechts.svg);
    --linkarrow-black-hover: url(/wp-content/themes/cfc/assets/images/icons/svg/pfeil_rechts_aktiv.svg);
    --linkarrow-left-black: url(/wp-content/themes/cfc/assets/images/icons/svg/pfeil_links.svg);
    --linkarrow-left-black-hover: url(/wp-content/themes/cfc/assets/images/icons/svg/pfeil_links_aktiv.svg);

    --linkarrow-color-white: #fff;
    --linkarrow-color-red: #c03f33;
    --linkarrow-color-gray: #e3e3e3;
    --linkarrow-color-black: #000;
    
    --close: url(/wp-content/themes/cfc/assets/images/icons/svg/close.svg);
    --close-white: url(/wp-content/themes/cfc/assets/images/icons/svg/close-white.svg);
    --close-activ: url(/wp-content/themes/cfc/assets/images/icons/svg/close_aktiv.svg);



    /*farben*/
    --white-01: #fff;
    --gray-light-01: #f1f1f1;
    --gray-01:  #E2E2E2;
    --gray-02:  #E3E3E3;
    --gray-03:  #A3A3A3;
    --gray-04:  #A1A1A1;
    --gray-05:  #A2A2A2;
    --gray-06:  #707070;

    --black-00: #000000;
    --black-01: #303233;
    --black-02: #2F2F2F;
    --black-03: #2C2F2F;
    --black-04: #121617;
    --black-05: #212121;

    --red-01: #C03F33;
    --red-02: #A42F2F;
    --red-03: #CF1F28;

    --violett-00: #574186;

    --nav-hover-BG: var(--black-04);

}


.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

/* dark theme colors */
html[data-theme='dark'],
.page-template-page-dark{

    /*farben*/
    --white: #000;
    --gray-light-1: #121617;
    --gray-1:  #E2E2E2;
    --gray-2:  #E3E3E3;
    --gray-3:  #fff;
    --gray-4:  #A1A1A1;
    --gray-5:  #A2A2A2;
    --gray-6:  #707070;

    --black-0: #000000;
    --black-1: #303233;
    --black-2: #fff;
    --black-3: #a3a3a3;
    --black-4: #fff;
    --black-5: #fff;

    --red-1: #fff;
    --red-2: #A42F2F;
    --red-3: #fff;

    --violett: #574186;


    --background: var(--black-0);
    --bg-Searchfield: var(--black-00);
    --background-lightbox: rgba(0,0,0,.75);
    --background-gradient: linear-gradient(180deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0) 100%);
    --text: var(--white-01);
    --text-hover: var(--black-0);
    --nav-hover: var(--white-01);
    --padding-searchfield-agenda: 24px 45px 24px 25px;

    --logo-white: url(/wp-content/themes/cfc/assets/images/logos/cfc-white.svg);
    --logo-white-icon: url(/wp-content/themes/cfc/assets/images/logos/cfc-icon_white.svg);
    --logo-dark: url(/wp-content/themes/cfc/assets/images/logos/cfc-black.svg);
    --logo-dark-icon: url(/wp-content/themes/cfc/assets/images/logos/cfc-icon_white.svg);
    --logo-dark-icon-home: url(/wp-content/themes/cfc/assets/images/logos/cfc-icon_black.svg);
    --logofooter: url(/wp-content/themes/cfc/assets/images/logos/cfc-white.svg);
    --footertopbg: var(--black-04);
    --footerbottombg: #232626;
    --linkarrow: url(/wp-content/themes/cfc/assets/images/icons/svg/pfeil_rechts_gray.svg);
    --linkarrow-hover: url(/wp-content/themes/cfc/assets/images/icons/svg/pfeil_rechts_white.svg);
    --linkarrow-bg: var(--linkarrow-color-gray);
    --linkarrow-bg-hover: var(--linkarrow-color-white);
    --linkarrow-left: url(/wp-content/themes/cfc/assets/images/icons/svg/pfeil_links_gray.svg);
    --linkarrow-left-hover: url(/wp-content/themes/cfc/assets/images/icons/svg/pfeil_links_white.svg);
    --linkarrow-down: url(/wp-content/themes/cfc/assets/images/icons/svg/pfeil_runter.svg);
    --linkarrow-down-hover: url(/wp-content/themes/cfc/assets/images/icons/svg/pfeil_runter_aktiv.svg);
    --mobilenav-open: url(/wp-content/themes/cfc/assets/images/icons/svg/plus_white.svg);
    --mobilenav-close: url(/wp-content/themes/cfc/assets/images/icons/svg/minus_white.svg);
    --iconvideobeitrag:  url(assets/images/icons/svg/videobeitrag-darkmode.svg);
    --icontextbeitrag: url(assets/images/icons/svg/textbeitrag-darkmode.svg);
    --iconmicrobeitrag: url(assets/images/icons/svg/microbeitrag-darkmode.svg);
    --faq-open: url(/wp-content/themes/cfc/assets/images/icons/svg/plus_white.svg);
    --faq-close: url(/wp-content/themes/cfc/assets/images/icons/svg/minus_white.svg);


    --az-logo-filter: invert(100%);
    --image-invert: grayscale(100%) invert(100%);


}
/* light theme colors */
html[data-theme='light']{
    /*farben*/
    --white: #fff;
    --gray-light-1: #f1f1f1;
    --gray-1:  #E2E2E2;
    --gray-2:  #E3E3E3;
    --gray-3:  #A3A3A3;
    --gray-4:  #A1A1A1;
    --gray-5:  #A2A2A2;
    --gray-6:  #707070;

    --black-0: #000000;
    --black-1: #303233;
    --black-2: #2F2F2F;
    --black-3: #2C2F2F;
    --black-4: #121617;
    --black-5: #212121;

    --red-1: #C03F33;
    --red-2: #A42F2F;
    --red-3: #CF1F28;

    --violett: #574186;



    --background: var(--white);
    --bg-Searchfield: var(--white);
    --background-lightbox: rgba(0,0,0,.75);
    --background-gradient: linear-gradient(180deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0) 100%);
    --text: var(--black-3);
    --text-hover: var(--gray-3);
    --nav-hover: var(--black-4);
    --padding-searchfield-agenda: 24px 41px 24px 0px;

    --logo-white: url(/wp-content/themes/cfc/assets/images/logos/cfc-white.svg);
    --logo-white-icon: url(/wp-content/themes/cfc/assets/images/logos/cfc-icon_white.svg);
    --logo-dark: url(/wp-content/themes/cfc/assets/images/logos/cfc-black.svg);
    --logo-dark-icon: url(/wp-content/themes/cfc/assets/images/logos/cfc-icon_black.svg);
    --logo-dark-icon-home: url(/wp-content/themes/cfc/assets/images/logos/cfc-icon_black.svg);
    --logofooter: url(/wp-content/themes/cfc/assets/images/logos/cfc-white.svg);
    --footertopbg: var(--black-4);
    --footerbottombg: #232626;
    --linkarrow: url(/wp-content/themes/cfc/assets/images/icons/svg/pfeil_rechts.svg);
    --linkarrow-hover: url(/wp-content/themes/cfc/assets/images/icons/svg/pfeil_rechts_aktiv.svg);
    --linkarrow-left: url(/wp-content/themes/cfc/assets/images/icons/svg/pfeil_links.svg);
    --linkarrow-left-hover: url(/wp-content/themes/cfc/assets/images/icons/svg/pfeil_links_aktiv.svg);
    --linkarrow-bg: var(--linkarrow-color-black);
    --linkarrow-bg-hover: var(--linkarrow-color-red);
    --az-logo-filter: invert(0%);
    --image-invert: grayscale(0) invert(0);
    --mobilenav-open: url(/wp-content/themes/cfc/assets/images/icons/svg/plus_black.svg);
    --mobilenav-close: url(/wp-content/themes/cfc/assets/images/icons/svg/minus_black.svg);
    --iconvideobeitrag:  url(assets/images/icons/svg/videobeitrag.svg);
    --icontextbeitrag: url(assets/images/icons/svg/textbeitrag.svg);
    --iconmicrobeitrag: url(assets/images/icons/svg/microbeitrag.svg);
    --faq-open: url(/wp-content/themes/cfc/assets/images/icons/svg/plus_black.svg);
    --faq-close: url(/wp-content/themes/cfc/assets/images/icons/svg/minus_black.svg);




}

html[data-theme='light'] .darkmode {
        display: none !important
    }
html[data-theme='dark'] .lightmode {
    display: none !important;
}

@media screen and (max-width: 768px) {
    html[data-theme='light']{
        --padding-searchfield-agenda: 18px 41px 18px 18px;
    }
    html[data-theme='dark']{
        --padding-searchfield-agenda: 18px 41px 18px 18px;
    }
}


html {
    background: var(--background);
    overflow-x: hidden;
    overflow-y: scroll;
    scroll-behavior: smooth;
}
body{
    background: var(--background);
    color: var(--text);
    font-size: 22px;
    line-height: 27px;
    font-family: 'lato-regular', sans-serif;
}
body #et-boc .et-l div {
    color: var(--text);
    font-size: 22px;
    line-height: 27px;
    font-family: 'lato-regular', sans-serif;
}
body em {
    color: var(--text);
}
.pageContent blockquote {
    color: var(--black-3);
}
h1,
.subNav .subNavLeft h1,
.pageContent h1,
.pageContent #et-boc .et-l h1,
.et-db .pageContent #et-boc .et-l .et_pb_module h1  {
    font-family: 'geller-headline';
    font-size: 80px;
    line-height: 65px;
    letter-spacing: 1.2px;
    color: var(--black-5);
    transition: all ease 0.3s;
    margin: 0;
    padding: 0 0 17px 0;
    hyphens: auto;

}
 .topBarHeaderBg ~ .subNav .subNavLeft h1{
    color: var(--black-05);
    overflow: hidden;
}
.topBarHeaderBg.uk-sticky-fixed.uk-active ~ .subNav .subNavLeft h1{
    color: var(--black-5);
}
.et-db .pageContent #et-boc .et-l .et_pb_module h1 {
    margin-top: -7px;
    border-bottom: 1.5px solid var(--gray-6);
}
.headerBackgroundImage .subNav .subNavLeft h1 {
    color: var(--black-05);
}
.mobilePagetitle {
    position: relative;
    z-index: 10;
}
.mobilePagetitle h1 {
    font-family: 'geller-headline';
    font-size: 50px;
    line-height: 55px;
    letter-spacing: 0.75px;
    color: var(--black-5);
    transition: all ease 0.3s;
    margin: 0;
    padding: 0;
    border: none;
}
h2,
.pageContent h2,
.pageContent #et-boc .et-l h2,
.et-db .pageContent #et-boc .et-l .et_pb_module h2 {
    color: var(--text);
    font-family: 'geller-headline';
    font-size: 80px;
    line-height: 75px;
    letter-spacing: 1.2px;
    hyphens: auto;
}
.pageContent #et-boc .et-l .bildtext h2 {
    padding-bottom: 40px;
}
h3,
.pageContent h3,
.pageContent #et-boc .et-l h3,
.et-db .pageContent #et-boc .et-l .et_pb_module h3 {
    color: var(--text);
    font-family: 'lato-regular';
    font-size: 50px;
    line-height: 60px;
    hyphens: auto;
}

h4,
.pageContent h4,
.pageContent #et-boc .et-l h4,
.et-db .pageContent #et-boc .et-l .et_pb_module h4  {
    color: var(--text);
    font-family: 'lato-light';
    font-size: 37px;
    line-height: 45px;
    margin: 0;
    padding: 0;
    hyphens: auto;
}

h5,
.pageContent h5,
.pageContent #et-boc .et-l h5,
.et-db .pageContent #et-boc .et-l .et_pb_module h5  {
    color: var(--text);
    font-family: 'lato-regular';
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0.3px;
    hyphens: auto;
}

h6,
.pageContent h6,
.pageContent #et-boc .et-l h6,
.et-db .pageContent #et-boc .et-l .et_pb_module h6  {
    color: var(--text);
    font-family: 'lato-bold';
    font-size: 22px;
    line-height: 27px;
    margin: 45px 0 10px 0;
    padding-bottom: 0;
    hyphens: auto;
}
h6:first-child,
.pageContent h6:first-child,
.pageContent #et-boc .et-l h6:first-child,
.et-db .pageContent #et-boc .et-l .et_pb_module h6:first-child  {
    margin-top: 0;
    padding-top: 0;
}
pre,
.pageContent pre,
.pageContent #et-boc .et-l pre,
.et-db .pageContent #et-boc .et-l .et_pb_module pre  {
    color: var(--text);
    font-family: 'lato-regular';
    font-size: 15px;
    line-height: 25px;
    text-transform: normal;
    letter-spacing: 2.25px;
    border: none;
    padding: 0;
    background-color: transparent;
    white-space: break-spaces;
}
.pageContent #et-boc .et-l .bildtext h2 + pre {
    margin-top: -20px;
}

body strong,
body b {
    font-family: 'lato-bold';
    font-weight: normal;
}

body.single-overlay,
body.single-overlay #et-boc .et-l div,
.single-overlay h1,
.single-overlay .pageContent h1,
.single-overlay .pageContent #et-boc .et-l h1,
.single-overlay.et-db .pageContent #et-boc .et-l .et_pb_module h1
.single-overlay h2,
.single-overlay .pageContent h2,
.single-overlay .pageContent #et-boc .et-l h2,
.single-overlay.et-db .pageContent #et-boc .et-l .et_pb_module h2,
.single-overlay h3,
.single-overlay .pageContent h3,
.single-overlay .pageContent #et-boc .et-l h3,
.single-overlay.et-db .pageContent #et-boc .et-l .et_pb_module h3,
.single-overlay h4,
.single-overlay .pageContent h4,
.single-overlay .pageContent #et-boc .et-l h4,
.single-overlay.et-db .pageContent #et-boc .et-l .et_pb_module h4,
.single-overlay h5,
.single-overlay .pageContent h5,
.single-overlay .pageContent #et-boc .et-l h5,
.single-overlay.et-db .pageContent #et-boc .et-l .et_pb_module h5,
.single-overlay h6,
.single-overlay .pageContent h6,
.single-overlay .pageContent #et-boc .et-l h6,
.single-overlay.et-db .pageContent #et-boc .et-l .et_pb_module h6,
.single-overlay pre,
.single-overlay .pageContent pre,
.single-overlay .pageContent #et-boc .et-l pre,
.single-overlay.et-db .pageContent #et-boc .et-l .et_pb_module pre{
    color: var(--black-03);
}
html body #et-boc .et-l div.cfc-text-red p {
    color: var(--red-1) !important;
}
html.overlay body.single-overlay #et-boc .et-l div.cfc-text-red p {
    color: var(--red-01) !important;
}
body .uk-link, body a {
    color: var(--red-01);
    text-decoration: none;
}
body .uk-link:hover, body a:hover {
    color: var(--black-3);
    text-decoration: none;
}

@media screen and (max-width: 1350px) {
    body{
        font-size: 18px;
        line-height: 22px;
    }
    body #et-boc .et-l div {
        font-size: 18px;
        line-height: 22px;
    }
    h1,
    .subNav .subNavLeft h1,
    .pageContent h1,
    .pageContent #et-boc .et-l h1,
    .et-db .pageContent #et-boc .et-l .et_pb_module h1  {
        font-size: 50px;
        line-height: 50px;
        letter-spacing: 1px;
        padding: 0 0 10px 0;
    }
    h2,
    .pageContent h2,
    .pageContent #et-boc .et-l h2,
    .et-db .pageContent #et-boc .et-l .et_pb_module h2 {
        font-size: 50px;
        line-height: 50px;
        letter-spacing: 1px;
    }

    h3,
    .pageContent h3,
    .pageContent #et-boc .et-l h3,
    .et-db .pageContent #et-boc .et-l .et_pb_module h3 {
        font-size: 30px;
        line-height: 35px;
    }

    h4,
    .pageContent h4,
    .pageContent #et-boc .et-l h4,
    .et-db .pageContent #et-boc .et-l .et_pb_module h4  {
        font-size: 27px;
        line-height: 34px;
    }

    h5,
    .pageContent h5,
    .pageContent #et-boc .et-l h5,
    .et-db .pageContent #et-boc .et-l .et_pb_module h5  {
        font-size: 23px;
        line-height: 27px;
        letter-spacing: 0px;
    }

    h6,
    .pageContent h6,
    .pageContent #et-boc .et-l h6,
    .et-db .pageContent #et-boc .et-l .et_pb_module h6  {
        font-size: 20px;
        line-height: 25px;
        margin: 45px 0 10px 0;
    }
    pre,
    .pageContent pre,
    .pageContent #et-boc .et-l pre,
    .et-db .pageContent #et-boc .et-l .et_pb_module pre  {
        font-size: 18px;
        line-height: 28px;
        letter-spacing: 2.25px;
    }
}
@media screen and (max-width: 1100px) {
    h1,
    .subNav .subNavLeft h1,
    .pageContent h1,
    .pageContent #et-boc .et-l h1,
    .et-db .pageContent #et-boc .et-l .et_pb_module h1  {
        font-size: 40px;
        line-height: 52px;
        letter-spacing: 1px;
        padding: 0 0 0 0;
    }
    h2,
    .pageContent h2,
    .pageContent #et-boc .et-l h2,
    .et-db .pageContent #et-boc .et-l .et_pb_module h2 {
        font-size: 40px;
        line-height: 40px;
        letter-spacing: 1px;
    }
}
@media screen and (max-width: 959px) {
    body{
        font-size: 17px;
        line-height: 21px;
    }
    body #et-boc .et-l div {
        font-size: 17px;
        line-height: 21px;
    }
    h1,
    .subNav .subNavLeft h1,
    .pageContent h1,
    .pageContent #et-boc .et-l h1,
    .et-db .pageContent #et-boc .et-l .et_pb_module h1  {
        font-size: 50px;
        line-height: 50px;
        letter-spacing: 0.75px;
    }
    .et-db .pageContent #et-boc .et-l .et_pb_module h1 {
        display: none;
        border-bottom: none;
    }
    h2,
    .pageContent h2,
    .pageContent #et-boc .et-l h2,
    .et-db .pageContent #et-boc .et-l .et_pb_module h2 {
        font-size: 50px;
        line-height: 50px;
        letter-spacing: 0.75px;
    }

    h3,
    .pageContent h3,
    .pageContent #et-boc .et-l h3,
    .et-db .pageContent #et-boc .et-l .et_pb_module h3 {
        font-size: 30px;
        line-height: 36px;
    }

    h4,
    .pageContent h4,
    .pageContent #et-boc .et-l h4,
    .et-db .pageContent #et-boc .et-l .et_pb_module h4  {
        font-size: 30px;
        line-height: 36px;
    }

    h5,
    .pageContent h5,
    .pageContent #et-boc .et-l h5,
    .et-db .pageContent #et-boc .et-l .et_pb_module h5  {
        font-size: 21px;
        line-height: 25px;
        letter-spacing: 0px;
    }

    h6,
    .pageContent h6,
    .pageContent #et-boc .et-l h6,
    .et-db .pageContent #et-boc .et-l .et_pb_module h6  {
        font-size: 22px;
        line-height: 27px;
        margin: 45px 0 10px 0;
    }
    pre,
    .pageContent pre,
    .pageContent #et-boc .et-l pre,
    .et-db .pageContent #et-boc .et-l .et_pb_module pre  {
        font-size: 15px;
        line-height: 25px;
        letter-spacing: 2.25px;
    }
    #overlay.uk-modal {
        padding: 0;
    }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 480px) {
}


.et-db.et-pb-theme-cfc #et-boc .et-l .et_pb_module a{
    color: var(--black-3);
    transition: all 0.25s linear;
    border-bottom: 1px solid transparent;
    padding-bottom: 0 !important;
}
.et-db.et-pb-theme-cfc #et-boc .et-l .et_pb_module a:not(.uk-icon):not(.cfclink):hover{
    color: var(--black-3);
    border-bottom: 1px solid var(--black-3);
    transition: all ease 0.3s;
}
.et-db.et-pb-theme-cfc #et-boc .et-l .et_pb_module .et_pb_text_inner a {
    color: var(--red-1);
    border-bottom: 1px solid var(--red-1)
}
.et-db.et-pb-theme-cfc #et-boc .et-l .et_pb_module .et_pb_accordion_item a {
    color: var(--red-1) !important;
    border-bottom: 1px solid var(--red-1) !important;
}
.et-db.et-pb-theme-cfc #et-boc .et-l .et_pb_module .et_pb_accordion_item a:hover {
    color: var(--black-3) !important;
    border-bottom: 1px solid var(--black-3) !important;
}
/*donation PopUpbuttons*/
#success_btn.donation-popup a.close,
#cancel_btn.donation-popup a.close {
    border: 1px solid var(--black-3) !important;
    padding-bottom: 6px !important;
}
.et-db.et-pb-theme-cfc #et-boc .et-l .et_pb_module #success_btn.donation-popup .donation-popup-bottom .close, 
.et-db.et-pb-theme-cfc #et-boc .et-l .et_pb_module #cancel_btn.donation-popup .donation-popup-bottom .close {
    color: var(--white) !important;
    border: none !important;
    padding-bottom: 6px !important;
}


.storyList a:hover,
.jobList a:hover,
.terminList a:hover,
a.kurzeinsatzMapTitle:hover,
.uk-slider-items a:hover,
.az-logo a:hover,
.et-db #et-boc .et-l .et_pb_section #netz a.text:hover,
.et-db #et-boc .et-l .teammember a:hover,
.et_pb_image a:hover {
    border-bottom: 1px solid transparent !important;
    text-decoration: none;
}
em{
}
p{
    margin-top: 0;
}
a, :focus {
    outline: none;
}



.et-db #et-boc .et-l .cfc_bildtext.invert-image .image-box img,
.et-db #et-boc .et-l .et_pb_image.invert-image img {
    filter: var(--image-invert);
}

.a2a_svg svg {
    filter: var(--image-invert);
}
.a2a_modal_body .a2a_svg svg {
    filter: none;
}
/*START Korrekturen UIKit und DIVI-Probleme*/

#et-boc .et-l .cfcDiviModule .uk-grid,
#et-boc .et-l .et_pb_module .cfcDiviModule ul.uk-grid {
    margin-left: -30px;
    padding: 0;
}
#et-boc .et-l .cfcDiviModule .uk-grid-margin,
#et-boc .et-l .cfcDiviModule .uk-grid + .uk-grid,
#et-boc .et-l .cfcDiviModule .uk-grid > .uk-grid-margin {
    margin-top: 30px;
}
#et-boc .et-l .cfcDiviModule .uk-grid>* {
    padding-left: 30px;
    margin: 0;
}
@media (min-width: 1200px){
    #et-boc .et-l .cfcDiviModule .uk-grid,
    #et-boc .et-l .et_pb_module .cfcDiviModule ul.uk-grid {
        margin-left: -32px;
    }

    #et-boc .et-l .cfcDiviModule .uk-grid-margin,
    #et-boc .et-l .cfcDiviModule .uk-grid + .uk-grid,
    #et-boc .et-l.cfcDiviModule .uk-grid > .uk-grid-margin {
        margin-top: 40px;
    }
    #et-boc .et-l .cfcDiviModule .uk-grid>* {
        padding-left: 32px;
    }
}
.et-db #et-boc .et-l .et_pb_module.et_pb_image a {
    line-height: unset !important;
}

.et-db #et-boc .et-l .et_pb_image .et_pb_image_wrap img {
    width: initial;
}

@media screen and (max-width: 959px) {
    #et-boc .et-l .cfcDiviModule .uk-grid-margin,
    #et-boc .et-l .cfcDiviModule .uk-grid + .uk-grid,
    #et-boc .et-l .cfcDiviModule .uk-grid > .uk-grid-margin {
        margin-top: 15px;
    }

}

/*END Korrekturen UIKit und DIVI-Probleme*/

.et-db .uk-container-xlarge #et-boc .et-l .et_pb_row {
    max-width: 1600px;
}
@media screen and (max-width: 959px) {
    .et-db .uk-container {
        padding-left:35px;
        padding-right:35px;
    }
}


/*ul-li*/
.et-db .pageContent #et-boc .et-l .et_pb_text ul {
    padding: 0;
    margin: 20px 0 0 0;
}

.et-db .pageContent #et-boc .et-l .et_pb_text ul li {
    list-style-type: none;
    margin-left: 30px;
    position: relative;
}
.et-db .pageContent #et-boc .et-l .et_pb_text ul li:before {
    content: '—';
    display: inline-block;
    position: absolute;
    width: 30px;
    left: -30px;
    top: 50%;
    transform: translate(0,-50%);
}
.et-db .pageContent #et-boc .et-l .et_pb_text ul li h5 {
    padding-bottom: 0;
}
.et-db .pageContent #et-boc .et-l .et_pb_text ul li pre {
    color: var(--text);
    font-family: 'lato-regular';
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0.3px;
    tab-size: unset;
    padding: 0;
    margin:0;
    border: none;
    background: transparent;
}
@media screen and (max-width: 1200px) {
    .et-db .pageContent #et-boc .et-l .et_pb_text ul li pre {
       font-size: 25px;
       line-height: 29px;
       letter-spacing: 0;
    }
}
@media screen and (max-width: 959px) {
    .et-db .pageContent #et-boc .et-l .et_pb_text ul li pre {
       font-size: 21px;
       line-height: 25px;
    }
}

/*Darkmodeswitch*/
.darkmode-switch .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 15px;
    z-index: 999999;
    margin-top: 11px;
}

.darkmode-switch .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.darkmode-switch .switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    -webkit-transition: ease all 0.8s;
    transition: ease all 0.8s;
}

.darkmode-switch .switch .slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 0px;
    bottom: -6px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    background-image: url(/wp-content/themes/cfc/assets/images/icons/darkmode_sun.svg);
    transform: rotate(-90deg);
    background-size: contain;
    background-repeat: no-repeat;
    border: 3px solid #fff;
    /*outline: 1px solid #000;*/
    z-index: 2;

}
.darkmode-switch .switch .slider:after {
    position: absolute;
    content: "";
    height: 30px;
    width: 30px;
    left: -1px;
    bottom: -7px;
    transition: .4s;
    border-radius: 50%;
    background-color: #000;
    z-index: 1;
}
.darkmode-switch .switch input:checked + .slider {
    background-color: #fff;
    -webkit-transition: ease all 0.8s;
    transition: ease all 0.8s;
}

.darkmode-switch .switch input:focus + .slider {
    /*box-shadow: 0 0 1px #2196F3;*/
}

.darkmode-switch .switch input:checked + .slider:before {
    -webkit-transform: translateX(32px) rotate(0deg);
    -ms-transform: translateX(32px) rotate(0deg);
    transform: translateX(32px) rotate(0deg);
    background-image: url(/wp-content/themes/cfc/assets/images/icons/darkmode_moon.svg);
    background-color: #000;
    border: 3px solid #000;
    /*outline: 1px solid #fff;*/
}

.darkmode-switch .switch input:checked + .slider:after {
    -webkit-transform: translateX(32px) rotate(0deg);
    -ms-transform: translateX(32px) rotate(0deg);
    transform: translateX(32px) rotate(0deg);
    background-color: #fff;
}
.darkmode-switch .switch .slider.round {
    border-radius: 34px;
}

.darkmode-switch .switch .slider.round:before {
    border-radius: 50%;    
}
@media screen and (max-width: 1300px) {
    .uk-grid>.darkmode-switch {
        padding-left: 15px;
    }
    .darkmode-switch .switch {
        margin-top: 5px;
    }
    .darkmode-switch .switch {
        height: 10px;
        width: 55px;
    }
    .darkmode-switch .switch .slider:before {
        width: 20px;
        height: 20px;
        bottom: -8px;
    }
     .darkmode-switch .switch .slider:after {
        width: 28px;
        height: 28px;
        bottom: -9px;
    }
    .darkmode-switch .switch input:checked + .slider:before{
        -webkit-transform: translateX(32px) rotate(0deg);
        -ms-transform: translateX(32px) rotate(0deg);
        transform: translateX(32px) rotate(0deg);
    }
}

/*Counter*/
.et-db .pageContent #et-boc .et-l .et_pb_module.et_pb_number_counter .percent span {
    color: var(--black-3);
}

/*personenelemente*/
.et-db .pageContent #et-boc .et-l .et_pb_module.et_pb_team_member .et_pb_team_member_description .et_pb_module_header {
    margin-bottom: 0;
    padding-bottom: 0;
}
.et-db .pageContent #et-boc .et-l .et_pb_module.et_pb_team_member .et_pb_team_member_image {
    overflow: hidden;
}
.et-db .pageContent #et-boc .et-l .et_pb_module.et_pb_team_member .et_pb_team_member_image img {
    object-position: center;
    width: 100%;
    height: 100%;
    transition: all ease 0.4s;
}
.et-db .pageContent #et-boc .et-l .et_pb_module.et_pb_team_member .et_pb_team_member_image img:hover {
    transform: scale(1.2);
    transition: all ease 0.4s;
}

.et-db .pageContent #et-boc .et-l .et_pb_module.et_pb_team_member h6.et_pb_module_header,
.et-db .pageContent #et-boc .et-l .et_pb_module.et_pb_team_member p.et_pb_member_position {
    font-size: 22px !important;
    line-height: 27px !important;
}


/*team*/
.et-db #et-boc .et-l .team .teammember,
.et-db #et-boc .et-l .team .teammember a {
    position: relative;
}
.et-db #et-boc .et-l .team .teammember .teammember-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    cursor: pointer;
    transition: all ease 0.5s;
}
@media (hover: hover) {
    .et-db #et-boc .et-l .team .teammember>a:hover .teammember-hover {
        visibility: visible;
        opacity: 1;
        transition: all ease 0.5s;
    }
}

.et-db #et-boc .et-l .teammembername {
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,0.6);
    color: #FFF;
    padding: 5px 10px;
    text-align: center;
}
.et-db #maInfo .maKontaktImageDiv,
.et-db #maKontaktContent .maKontaktImageDiv {
    overflow: hidden;
}
.et-db #maInfo .maKontaktImageDiv img,
.et-db #maKontaktContent .maKontaktImageDiv img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
#et-boc .et-l div .team-filter div {
    color: var(--gray-03);
}
.et-db #maInfo .teammemberdetail-name {
    font-size: 80px;
    line-height: 75px;
    letter-spacing: 1.2px;
    font-family: 'geller-headline';
    margin-bottom: 15px;
    color: var(--black-03);
}
.et-db #maInfo .teammemberdetail-fuction {
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 2.25px;
    text-transform: uppercase;
    margin-bottom: 35px;
    color: var(--black-02);
}
.et-db #maInfo .teammemberdetail-text {
    margin-bottom: 25px;
    color: var(--black-02);
}

.et-db #maInfo a.cfclink,
#maInfo.teamkontakt #maKontaktBack a.cfclink,
.kurzeinsatz a.cfclink {
    color: var(--black-03);
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 2px;
}
.et-db #maInfo a.cfclink:hover,
#maInfo.teamkontakt #maKontaktBack a.cfclink:hover,
.kurzeinsatz a.cfclink:hover{
    color: var(--red-01);
}
.et-db #maInfo a.cfclink span,
.et-db #keInfo a.cfclink span  {
    /*background-image: var(--linkarrow-black);*/
    -webkit-mask:var(--linkarrow-black);
    mask:var(--linkarrow-black);
    background-color: var(--linkarrow-color-black);

}
.et-db #maInfo a.cfclink:hover span,
.et-db #keInfo a.cfclink:hover span {
    /*background-image: var(--linkarrow-black-hover);*/
    background-color: var(--linkarrow-color-red);
}
#maInfo.teamkontakt #maKontaktBack a.cfclink span.icon-left {
    /*background-image: var(--linkarrow-left-black);*/
    -webkit-mask:var(--linkarrow-left-black);
    mask:var(--linkarrow-left-black);
    background-color: var(--linkarrow-color-black);
}
#maInfo.teamkontakt #maKontaktBack a.cfclink:hover span.icon-left {
    /*background-image: var(--linkarrow-left-black-hover);*/
    background-color: var(--linkarrow-color-red);
}
.teammemberdetail>span,
.kontakthrform>span,
.jobKontaktform>span,
.bewerbungform>span {
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 2.25px;
    margin-bottom: 40px;
    text-transform: uppercase;
    color: var(--red-01);
    display: block;
    margin-bottom: 50px;
}
span[id^="gform_visibility_test"] {
    display: inline;
}
#maInfo.teamkontakt #maKontaktBack .cfclink {
    top: -34px;
    position: relative;
    opacity: 1 !important;
}
#maInfoContent,
#maKontaktContent {
    /*background-color: var(--background);*/
}
.teammemberdetail i#maKontaktName {
    font-style: normal;
}
@media screen and (max-width: 1200px) {
    .et-db #maInfo .teammemberdetail-name {
        font-size: 65px;
        line-height: 70px;
    }
    .et-db #maInfo .teammemberdetail.uk-padding-large {
        padding-top: 70px;
    }
}

@media screen and (max-width: 960px) {
    .et-db #maInfo .teammemberdetail-name {
        font-size: 55px;
        line-height: 60px;
    }
    .et-db #maInfo .teammemberdetail-fuction {
        font-size: 14px;
        line-height: 23px;
        letter-spacing: 1.25px;
    }
    .et-db #maInfo a.cfclink,
    #maInfo.teamkontakt #maKontaktBack a.cfclink,
    .kurzeinsatz a.cfclink {
        font-size: 17px;
        line-height: 21px;
    }
     #maInfo.teamkontakt #maKontaktBack a.cfclink{
        top: 1px;
    }
    .et-db #maInfo .maKontaktImageDiv, .et-db #maKontaktContent .maKontaktImageDiv {
        min-height: 65vh;
    }

}
@media screen and (max-width: 780px) {

}
@media screen and (max-width: 639px) {
    .et-db .pageContent #et-boc .et-l .et_pb_module.et_pb_team_member h6.et_pb_module_header,
    .et-db .pageContent #et-boc .et-l .et_pb_module.et_pb_team_member p.et_pb_member_position {
        font-size: 17px !important;
        line-height: 21px !important;
    }
    #maInfoContent {
        background-color: var(--background);
    }
    #maInfo [class*=uk-modal-close-]:after {
        background-image: var(--close-white);
    }
    #maInfo.teamkontakt [class*=uk-modal-close-]:after {
        background-image: var(--close);
    }
    .et-db #maInfo .teammemberdetail-name {
        font-size: 33px;
        line-height: 38px;
        letter-spacing: 0;
        font-family: 'lato-bold';
        color: var(--white-01);
    }
    .et-db #maInfo .teammemberdetail-fuction {
        font-family: 'lato-bold';
        font-size: 17px;
        line-height: 21px;
        letter-spacing: 0px;
        color: var(--white-01);
        text-transform: none;
    }
    .et-db #maInfo .teammemberdetail-text p {
        color: var(--white-01);
    }
    .et-db #maInfo a.cfclink {
        color: var(--white-01);
    }
    .et-db #maInfo a.cfclink span {
        /*background-image: var(--linkarrow-white);*/
        -webkit-mask: var(--linkarrow-white);
         mask:var(--linkarrow-white);
         -webkit-mask-repeat: no-repeat;
         mask-repeat: no-repeat;
         background-color: var(linkarrow-color-white);
         
    }
    .et-db #maInfo.teamkontakt .maKontaktImageDiv {
        display: none;
    }
    .et-db #maInfo.teamkontakt #maInfoContent {
        background-color: var(--white-01);
    }
    .uk-padding-large.teammemberdetail,
    .amKontakt-innerContent.uk-padding-large {
        padding: 30px;
    }
    #maKontaktBack {
        display: none;
    }
    #maInfoContent .gform_wrapper.gravity-theme .cfc-form.cfc-back .gform_footer {
        float: none;
    }
    #maInfo.teamkontakt .uk-padding-large.teammemberdetail {
        padding-top: 100px;
    }
}

/*teamfilter*/
.et-db .pageContent #et-boc .et-l .et_pb_section select#maFilterAZ,
.et-db .pageContent #et-boc .et-l .et_pb_section select#maFilterFu {
    background: var(--background);
    border: 0;
    color: var(--gray-03);
    font-family: 'lato-regular';
    font-size: 22px;
    line-height: 27px;
    text-align: left;
    margin-right: 40px;
    padding: 24px 15px 24px 0px;
    cursor: pointer;
    width: calc(33% - 55px);
}

.et-db .pageContent #et-boc .et-l .et_pb_section select#maFilterAZ option:first-child,
.et-db .pageContent #et-boc .et-l .et_pb_section select#maFilterFu option:first-child {
    display: none;
}
.et-db .pageContent #et-boc .et-l .et_pb_section select#maFilterAZ option.all,
.et-db .pageContent #et-boc .et-l .et_pb_section select#maFilterFu option.all {
    color: var(--gray-06);
}
.et-db .pageContent #et-boc .et-l .et_pb_section select#maFilterAZ option,
.et-db .pageContent #et-boc .et-l .et_pb_section select#maFilterFu option {
    box-shadow: 0 0 10px 100px #ffffff inset;
}

.et-db .pageContent #et-boc .et-l .et_pb_section .teamsearchfield {
    display: inline-block;
    /*margin-left: 40px;*/
    position: relative;
    width: 33%;
}
.et-db .pageContent #et-boc .et-l .et_pb_section .teamsearchfield input[type=text] {
    background-color: transparent;
    border: 0;
    padding: 24px 41px 24px 0;
    font-size: 22px;
    line-height: 27px;
    text-align: left;
    color: var(--gray-03);
    max-width: 320px
}
.et-db .pageContent #et-boc .et-l .et_pb_section .teamsearchfield input[type=text]::placeholder {
    color: var(--gray-03);
    transition: all ease 0.5s;
}
.et-db .pageContent #et-boc .et-l .et_pb_section .teamsearchfield input[type=text]:focus::placeholder {
    color: transparent;
    transition: all ease 0.5s;
}

.et-db .pageContent #et-boc .et-l .et_pb_section .teamsearchfield a.uk-icon {
    padding: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-20px, -50%);
}
.et-db .pageContent #et-boc .et-l .et_pb_section .teamsearchfield a.uk-icon svg {
    color: var(--gray-03);
}
.et-db .pageContent #et-boc .et-l .et_pb_section .teamsearchfield a.uk-icon svg circle,
.et-db #et-boc .et-l .et_pb_section .teamsearchfield a.uk-icon svg path {
    stroke-width: 2;
}

@media screen and (max-width: 768px) {
    .et-db .pageContent #et-boc .et-l .et_pb_section select#maFilterAZ,
    .et-db .pageContent #et-boc .et-l .et_pb_section select#maFilterFu {
        width: 40%;
    }
    .et-db .pageContent #et-boc .et-l .et_pb_section .teamsearchfield {
        width: 40%;
    }
}
@media screen and (max-width: 480px) {
    .et-db .pageContent #et-boc .et-l .et_pb_section select#maFilterAZ,
    .et-db .pageContent #et-boc .et-l .et_pb_section select#maFilterFu {
        width: 100%;
    }
    .et-db .pageContent #et-boc .et-l .et_pb_section .teamsearchfield {
        width: 100%;
    }
}


/*Storyfilter / Jobsfilter*/

.et-db .pageContent #et-boc .et-l .et_pb_section .storyFilterSearch,
.et-db .pageContent #et-boc .et-l .et_pb_section .terminFilterSearch {
    display: inline;
    position: relative;
    margin-right: 2vw;
}
.et-db .pageContent #et-boc .et-l .et_pb_section .storyFilterSearch a.uk-icon,
.et-db .pageContent #et-boc .et-l .et_pb_section .terminFilterSearch a.uk-icon {
    padding: 0 !important;
    position: absolute;
    top: 50%;
    color: var(--gray-03);
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
}
.et-db .pageContent #et-boc .et-l .et_pb_section .storyFilterSearch a.uk-icon,
.et-db .pageContent #et-boc .et-l .et_pb_section .terminFilterSearch a.uk-icon,
.et-db .pageContent #et-boc .et-l .et_pb_section .storyFilterSearch a.uk-icon {
    right: 0;
    transform: translate(-10px, -10px);
}
.et-db .pageContent #et-boc .et-l .et_pb_section .storyFilterSearch a.uk-icon svg,
.et-db .pageContent #et-boc .et-l .et_pb_section .terminFilterSearch a.uk-icon svg,
.et-db .pageContent #et-boc .et-l .et_pb_section .storyFilterSearch a.uk-icon svg {
    color: var(--gray-03);
}
.et-db .pageContent #et-boc .et-l .et_pb_section .storyFilterSearch a.uk-icon svg circle,
.et-db #et-boc .et-l .et_pb_section .storyFilterSearch a.uk-icon svg path,
.et-db .pageContent #et-boc .et-l .et_pb_section .terminFilterSearch a.uk-icon svg circle,
.et-db #et-boc .et-l .et_pb_section .terminFilterSearch a.uk-icon svg path,
.et-db .pageContent #et-boc .et-l .et_pb_section .storyFilterSearch a.uk-icon svg circle,
.et-db #et-boc .et-l .et_pb_section .storyFilterSearch a.uk-icon svg path {
    stroke-width: 2;
}
.et-db .pageContent #et-boc .et-l .et_pb_section .storyFilterSearch input[type=text],
.et-db .pageContent #et-boc .et-l .et_pb_section .terminFilterSearch input[type=text],
.et-db .pageContent #et-boc .et-l .et_pb_section .storyFilterSearch input[type=text] {
    background-color: var(--bg-Searchfield);
    border: 0;
    font-size: 22px;
    line-height: 27px;
    text-align: left;
    color: var(--text);
    max-width: 20vw;
    font-family: 'lato-regular';
}
.et-db .pageContent #et-boc .et-l .et_pb_section .storyFilterSearch input[type=text],
.et-db .pageContent #et-boc .et-l .et_pb_section .terminFilterSearch input[type=text],
.et-db .pageContent #et-boc .et-l .et_pb_section .storyFilterSearch input[type=text] {
    padding: var(--padding-searchfield-agenda);
}
.et-db .pageContent #et-boc .et-l .et_pb_section .storyFilterSearch input[type=text]::placeholder,
.et-db .pageContent #et-boc .et-l .et_pb_section .terminFilterSearch input[type=text]::placeholder,
.et-db .pageContent #et-boc .et-l .et_pb_section .storyFilterSearch input[type=text]::placeholder {
    color: var(--gray-03);
    transition: all ease 0.5s;
}
.et-db .pageContent #et-boc .et-l .et_pb_section .storyFilterSearch input[type=text]:focus::placeholder,
.et-db .pageContent #et-boc .et-l .et_pb_section .terminFilterSearch input[type=text]:focus::placeholder,
.et-db .pageContent #et-boc .et-l .et_pb_section .storyFilterSearch input[type=text]:focus::placeholder {
    color: transparent;
    transition: all ease 0.5s;
}

.et-db .pageContent #et-boc .et-l .et_pb_section select#storyFilterAZ,
.et-db .pageContent #et-boc .et-l .et_pb_section select#jobFilterAZ,
.et-db .pageContent #et-boc .et-l .et_pb_section select#terminFilterThema,
.et-db .pageContent #et-boc .et-l .et_pb_section select#terminFilterAZ{
    background: var(--background);
    border: 0;
    color: var(--gray-03);
    font-family: 'lato-regular';
    font-size: 22px;
    line-height: 27px;
    padding: 24px 15px 24px 0px;
    cursor: pointer;
    margin-right: 40px;
}

.et-db .pageContent #et-boc .et-l .et_pb_section select#storyFilterAZ option:first-child,
.et-db .pageContent #et-boc .et-l .et_pb_section select#jobFilterAZ option:first-child,
.et-db .pageContent #et-boc .et-l .et_pb_section select#terminFilterThema option:first-child,
.et-db .pageContent #et-boc .et-l .et_pb_section select#terminFilterAZ option:first-child {
    display: none;
}
.et-db .pageContent #et-boc .et-l .et_pb_section select#storyFilterAZ option.all,
.et-db .pageContent #et-boc .et-l .et_pb_section select#jobFilterAZ option.all,
.et-db .pageContent #et-boc .et-l .et_pb_section select#terminFilterThema option.all,
.et-db .pageContent #et-boc .et-l .et_pb_section select#terminFilterAZ option.all {
    color: var(--gray-06);
}

/*Yearslider-Filter*/
.et-db .pageContent #et-boc .et-l .et_pb_section .yearSlider {
    position: relative;
    float: right;
    padding: 24px 0;
}
.et-db .pageContent #et-boc .et-l .et_pb_section .yearSlider .startyear {
    float: left;
    margin-right: 20px;
    font-size: 22px;
    line-height: 27px;
    color: var(--gray-03);
}
.et-db .pageContent #et-boc .et-l .et_pb_section .yearSlider .endyear {
    float: left;
    margin-left: 20px;
    font-size: 22px;
    line-height: 27px;
    color: var(--gray-03);
 }
.et-db .pageContent #et-boc .et-l .et_pb_section .yearSlider .yearSlide {
    float: left;
}
.et-db .pageContent #et-boc .et-l .et_pb_section .yearSlider .yearSlide input#aktuellFilterYear {
    display: none;
    width: 250px;
}
.et-db .pageContent #et-boc .et-l .et_pb_section .yearSlider .slider-track {
    background-color: var(--black-3);
    height: 1px;
}
.et-db .pageContent #et-boc .et-l .et_pb_section .yearSlider .slider.slider-horizontal {
    height: 24px;
}
.et-db .pageContent #et-boc .et-l .et_pb_section .yearSlider .slider.slider-horizontal .slider-track {
    height: 1px;
}
.et-db .pageContent #et-boc .et-l .et_pb_section .yearSlider .tooltip {
    /*display: none;*/
    top: -35px !important;
    position: absolute;
    font-size: 11px;
    border-radius: 5px;
    padding: 0px 9px;
    color: var(--white-01);
    background: var(--gray-03);
    opacity: 0.5;
}
.et-db .pageContent #et-boc .et-l .et_pb_section .yearSlider .tooltip .tooltip-inner {
    color: var(--white-01);
}
.et-db .pageContent #et-boc .et-l .et_pb_section .yearSlider:hover .tooltip {
    display: block;
}
.et-db .pageContent #et-boc .et-l .et_pb_section .yearSlider .tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: var(--gray-03);
}
.et-db .pageContent #et-boc .et-l .et_pb_section .yearSlider .slider.slider-horizontal .slider-handle.triangle {
    border-radius: 100%;
    margin: -5px 0 0 -8px;
    background: var(--black-3);
    width: 11px;
    height: 11px;
    opacity: 1;
}
.et-db #et-boc .et-l .et_pb_section .yearSlider .slider-selection {
    background: var(--black-3);
    border-radius: 0;
    height: 3px;
    margin-top: -1px;
}
@media screen and (max-width: 1400px) {
    .et-db .pageContent #et-boc .et-l .et_pb_section select#maFilterAZ,
    .et-db .pageContent #et-boc .et-l .et_pb_section select#maFilterFu {
        font-size: 18px;
        line-height: 23px;
        padding: 18px 8px 18px 0px;
        cursor: pointer;
    }
    .et-db .pageContent #et-boc .et-l .et_pb_section .teamsearchfield input[type=text] {
        font-size: 18px;
        line-height: 23px;
        max-width: 200px;
        padding: 18px 41px 18px 0px;
    }
}
@media screen and (max-width: 1200px) {
    .et-db .pageContent #et-boc .et-l .et_pb_section .storyFilterSearch input[type=text],
    .et-db .pageContent #et-boc .et-l .et_pb_section .terminFilterSearch input[type=text] {
        max-width: unset;
    }
    .et-db .pageContent #et-boc .et-l .et_pb_section .terminFilterSearch input[type=text] {
        width: 29vw;
    }
    .et-db .pageContent #et-boc .et-l .et_pb_section .yearSlider {
        clear: both;
        float: none;
    }
}
@media screen and (max-width: 960px ) {
    .et-db .pageContent #et-boc .et-l .et_pb_section .terminFilterSearch input[type=text] {
        width: 23vw;
    }
}
@media screen and (max-width: 768px ) {
    .team-filter>div,
    .story-filter {
        display: flex;
        flex-direction: column;
    }
    .team-filter>div>*,
    .story-filter>* {
        order: 1;
        width: 100%;
    }
    .team-filter>div>.teamsearchfield,
    .story-filter>.storyFilterSearch {
        order: 1;
    }
    .et-db .pageContent #et-boc .et-l .et_pb_section .teamsearchfield {
        margin-left: 0;
    }
    .et-db .pageContent #et-boc .et-l .et_pb_section .teamsearchfield input[type=text],
    .et-db .pageContent #et-boc .et-l .et_pb_section .storyFilterSearch input[type=text] {
        max-width: unset;
        width: calc(100% - 3px);
        padding: 18px 41px 18px 16px;
        font-size: 17px;
        line-height: 21px;
        margin-left: 3px;
    }
    @supports (-webkit-touch-callout: none) {
        .et-db .pageContent #et-boc .et-l .et_pb_section .teamsearchfield input[type=text],
        .et-db .pageContent #et-boc .et-l .et_pb_section .storyFilterSearch input[type=text] {
            width: calc(100% - 7px);
            margin-left: 7px;
        }
    }
    .et-db .pageContent #et-boc .et-l .et_pb_section .storyFilterSearch input[type=text] {
        background-color: var(--gray-light-1);
    }
    .et-db .pageContent #et-boc .et-l .et_pb_section .storyFilterSearch a.uk-icon {
        left: unset;
        right: 0;
        transform: translate(-10px, -10px);
    }
    .et-db .pageContent #et-boc .et-l .et_pb_section select#maFilterAZ,
    .et-db .pageContent #et-boc .et-l .et_pb_section select#maFilterFu {
        text-align: left;
        padding: 0;
        margin-bottom: 18px;
    }


    .et-db .pageContent #et-boc .et-l .et_pb_section .yearSlider .startyear,
    .et-db .pageContent #et-boc .et-l .et_pb_section .yearSlider .endyear {
        width: 40px;
        font-size: 17px;
        line-height: 21px;
    }
    .et-db .pageContent #et-boc .et-l .et_pb_section .yearSlider .startyear {
        margin-left: 0px;
    }
    .et-db .pageContent #et-boc .et-l .et_pb_section .yearSlider .endyear {
        margin-right: 0px;
    }
    .et-db .pageContent #et-boc .et-l .et_pb_section .yearSlider .yearSlide>.slider.slider-horizontal {
        width: calc(100vw - 190px) !important;
    }
    .et-db .pageContent #et-boc .et-l .et_pb_section select#storyFilterAZ,
    .et-db .pageContent #et-boc .et-l .et_pb_section select#jobFilterAZ,
    .et-db .pageContent #et-boc .et-l .et_pb_section select#terminFilterThema,
    .et-db .pageContent #et-boc .et-l .et_pb_section select#terminFilterAZ {
        font-size: 17px;
        line-height: 21px;
    }
    .et-db .pageContent #et-boc .et-l .et_pb_section .terminFilterSearch {
        display: block;
        margin-right: 0;
    }
    .et-db .pageContent #et-boc .et-l .et_pb_section .terminFilterSearch input[type=text] {
        font-size: 17px;
        line-height: 21px;
        background-color: var(--gray-1);
        width: 100%;
    }
    .et-db .pageContent #et-boc .et-l .et_pb_section .storyFilterSearch,
    .et-db .pageContent #et-boc .et-l .et_pb_section .terminFilterSearch {
        margin-right: 0;
    }
    .et-db .pageContent #et-boc .et-l .et_pb_section select#storyFilterAZ,
    .et-db .pageContent #et-boc .et-l .et_pb_section select#jobFilterAZ,
    .et-db .pageContent #et-boc .et-l .et_pb_section select#terminFilterThema,
    .et-db .pageContent #et-boc .et-l .et_pb_section select#terminFilterAZ {
        margin-right: 0;
        display: block;
        padding: 18px 20px 18px 16px;
        width: calc(100% - 18px);
        margin-right: 18px;
    }
    .et-db .pageContent #et-boc .et-l .et_pb_section .yearSlider {
        margin-top: 50px;
    }

}


@media (max-width: 480px) {
    .et-db .pageContent #et-boc .et-l .et_pb_section .yearSlider {
        top: 0;
        margin-bottom: 20px;
        float: left;
    }
}
/*Medienbereich*/

.et-db #et-boc .et-l .medienbereich .medienbox .date {
    font-family: 'lato-regular';
    font-size: 15px;
    letter-spacing: 2.25px;
    line-height: 18px;
    text-transform: uppercase;
}
.et-db #et-boc .et-l .medienbereich .medienbox .title {
    font-family: 'lato-bold';
    font-size: 40px;
    line-height: 47px;
    margin-top: 16px;
    margin-bottom: 16px;
}
.et-db #et-boc .et-l .medienbereich .medienbox .lead {
    font-family: 'lato-regular';
}

.et-db #et-boc .et-l .et_pb_module .medien-mm .medienList-link {
    min-width: 180px;
}
.et-db #et-boc .et-l .et_pb_module .medien-mb .medienList-link {
    min-width: 300px;
}
.et-db #et-boc .et-l .et_pb_module .medienList-date p {
    white-space: nowrap;
}
.et-db.et-pb-theme-cfc #et-boc .et-l .et_pb_module .medienList-lead a.uk-text-bold {
    font-weight: 800;
}

#et-boc .et-l span.mb-quelle,
#et-boc .et-l p.mb-quelle {
    color: var(--red-1) !important;
    font-style: italic;
}
@media screen and (max-width: 1200px) {
    .et-db #et-boc .et-l .medienbereich .medienbox .title {
        font-size: 27px;
        line-height: 34px;
    }
    .et-db #et-boc .et-l .medienbereich .medienbox .date {
        font-size: 14px;
        letter-spacing: 1.75px;
        line-height: 17px;
    }
}
@media screen and (max-width: 959px) {
    .et-db #et-boc .et-l .medienbereich .medienbox .title {
        font-size: 30px;
        line-height: 37px;
    }
    .et-db #et-boc .et-l .medienbereich .medienbox .date {
        font-size: 15px;
        letter-spacing: 2.25px;
        line-height: 18px;
    }
}

/*Magnet*/
.et-db #et-boc .et-l .et_pb_section #netz .p {
    transition: all ease 0.15s !important;
}
.et-db #et-boc .et-l .et_pb_section #netz .p.magnet-mouse-active{
    transition: all 0s !important;
}
.et-db #et-boc .et-l .et_pb_section #netz{
    position: relative;
    width: 100%;
    height: 60vh;
}
.et-db #et-boc .et-l .et_pb_section #netz .p {
  width: 100px;
  height: 100px;
  position: absolute;
  white-space: nowrap;
  transition: all ease 0.5s;
}

.et-db #et-boc .et-l .et_pb_section #netz .p .inner {
  top: 42px;
  left: 42px;
  width: 16px;
  height: 16px;
  border: 1px solid var(--red-1);
  border-radius: 100%;
  background-color: var(--red-1);
  position: absolute;
  white-space: nowrap;
}
.et-db #et-boc .et-l .et_pb_section #netz .text,
.et-db #et-boc .et-l .et_pb_section #netz a.text{
    position: absolute;
    top: -5px;
    left: 70px;
    display: inline-block;
}
.et-db #et-boc .et-l .et_pb_section #netz a.text{
    margin-left: -70px;
    padding-left: 70px;
    transition: all ease 0.5s;
}
.et-db #et-boc .et-l .et_pb_section #netz .magnet:hover .text {
    transform: scale(1.2);
    transition: all ease 0.5s;
    left: 80px;
    margin-left: -80px;
    padding-left: 80px;
}
.et-db #et-boc .et-l .et_pb_section #netz .text>div {
    color:var(--red-1);
    font-size: 37px;
    line-height: 45px;
    font-family: 'lato-light';
}
.et-db #et-boc .et-l .et_pb_section #netz .text>div:first-child{
    font-family: 'lato-bold';
    line-height: 54px;
}
.et-db #et-boc .et-l .et_pb_section #netz .line{
    position: absolute;
}
.et-db #et-boc .et-l .et_pb_section #netz .a {
  top: calc(70% - 50px);
  left: calc(5% - 50px);
}
.et-db #et-boc .et-l .et_pb_section #netz .b {
    top: calc(35% - 50px);
    left: calc(30% - 50px);
}
.et-db #et-boc .et-l .et_pb_section #netz .c {
    top: calc(80% - 50px);
    left: calc(50% - 50px);
}
.et-db #et-boc .et-l .et_pb_section #netz .d {
    top: calc(15% - 50px);
    left: calc(60% - 50px);
}
.et-db #et-boc .et-l .et_pb_section #netz .e {
    top: calc(45% - 50px);
    left: calc(75% - 50px);
}
.et-db #et-boc .et-l .et_pb_section #netz .k{
    position: absolute;
}

.et-db #et-boc .et-l .et_pb_section #netz .follow.line line {
  stroke:  var(--gray-3);
}
@media screen and (max-width: 1200px) {
    .et-db #et-boc .et-l .et_pb_section #netz .text>div {
        font-size: 30px;
        line-height: 38px;
    }
    .et-db #et-boc .et-l .et_pb_section #netz .text>div:first-child{
        line-height: 38px;
    }
    .et-db #et-boc .et-l .et_pb_section #netz .text,
    .et-db #et-boc .et-l .et_pb_section #netz a.text {
        top: 7px;
    }

}


@media screen and (max-width: 960px) {
    .et-db #et-boc .et-l .et_pb_section #netz {
        overflow: hidden;
        height: 650px;
        width: 100vw;
        margin-left: -35px;
        margin-right: -35px;
       /* border: 1px solid red;*/
    }

    .et-db #et-boc .et-l .et_pb_section #netz .p {
      width: 10px;
      height: 10px;
      position: absolute;
      white-space: nowrap;
      transition: all ease 0.5s;
    }

    .et-db #et-boc .et-l .et_pb_section #netz .p .inner {
      top: 0px;
      left: 0px;
      width: 10px;
      height: 10px;
      border: 1px solid var(--red-1);
      border-radius: 100%;
      background-color: var(--red-1);
      position: absolute;
      white-space: nowrap;
    }
    .et-db #et-boc .et-l .et_pb_section #netz .text,
    .et-db #et-boc .et-l .et_pb_section #netz a.text{
        position: absolute;
        top: -24px;
        left: 22px;
        text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
    }
    html[data-theme='dark'] .et-db #et-boc .et-l .et_pb_section #netz .text,
    html[data-theme='dark'] .et-db #et-boc .et-l .et_pb_section #netz a.text {
        text-shadow: none;
    }
    .et-db #et-boc .et-l .et_pb_section #netz a.text{
        margin-left: -22px;
        padding-left: 22px;
    }
    .et-db #et-boc .et-l .et_pb_section #netz .magnet:hover .text {
        transform: none;
        transition: all ease 0.5s;
        left: 22px;
        margin-left: -22px;
        padding-left: 22px;
    }
    .et-db #et-boc .et-l .et_pb_section #netz .text>div {
        font-size: 23px;
        line-height: 28px;
    }
    .et-db #et-boc .et-l .et_pb_section #netz .text>div:first-child {
        line-height: 28px;
    }
    .et-db #et-boc .et-l .et_pb_section #netz .a {
      top: calc(16% - 5px);
      left: calc(8% - 5px);
    }
    .et-db #et-boc .et-l .et_pb_section #netz .b {
        top: calc(35% - 5px);
        left: calc(50% - 5px);
    }
    .et-db #et-boc .et-l .et_pb_section #netz .c {
        top: calc(70% - 5px);
        left: calc(40% - 5px);
    }
    .et-db #et-boc .et-l .et_pb_section #netz .d {
        top: calc(51% - 5px);
        left: calc(20% - 5px);
    }
    .et-db #et-boc .et-l .et_pb_section #netz .e {
        top: calc(92% - 5px);
        left: calc(10% - 5px);
    }
    .et-db #et-boc .et-l .et_pb_section #netz .k{
        position: absolute;
        width: 10px;
        height: 10px;
        /*background: purple;*/
    }

}


/*Storyslider , Jobslider, amenslider*/
.et-db #et-boc .storySlider .uk-slider,
.et-db #et-boc .jobSlider .uk-slider,
.job-template-default.single.single-job .jobSlider .uk-slider,
.et-db #et-boc .beitragSlider .uk-slider {
    position: relative;
    padding-top: 120px;
    margin-top: -120px;
}
.et-db #et-boc .storySlider .uk-slidenav-next.cfc-pfeil-rechts svg,
.et-db #et-boc .jobSlider .uk-slidenav-next.cfc-pfeil-rechts svg,
.job-template-default.single.single-job .jobSlider .uk-slidenav-next.cfc-pfeil-rechts svg,
.et-db #et-boc .beitragSlider .uk-slidenav-next.cfc-pfeil-rechts svg {
    display: none;
}
.et-db #et-boc .storySlider .uk-slidenav-next.cfc-pfeil-rechts,
.et-db #et-boc .jobSlider .uk-slidenav-next.cfc-pfeil-rechts,
.job-template-default.single.single-job .jobSlider .uk-slidenav-next.cfc-pfeil-rechts,
.et-db #et-boc .beitragSlider .uk-slidenav-next.cfc-pfeil-rechts {
    /*background-image: var(--linkarrow);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left;*/
    -webkit-mask:var(--linkarrow);
    mask:var(--linkarrow);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center left !important;
    mask-position:  center left !important;
    background-color: var(--linkarrow-bg);


    width: 80px;
    height: 66px;
    position: absolute;
    top: 40px;
    right: 0;
    transition: all ease 0.5s;
}
.et-db #et-boc .storySlider .uk-slidenav-next.cfc-pfeil-rechts:hover,
.et-db #et-boc .jobSlider .uk-slidenav-next.cfc-pfeil-rechts:hover,
.job-template-default.single.single-job .jobSlider .uk-slidenav-next.cfc-pfeil-rechts:hover,
.et-db #et-boc .beitragSlider .uk-slidenav-next.cfc-pfeil-rechts:hover {
    /*background-image: var(--linkarrow-hover);
    background-position: center right;*/
    -webkit-mask-position: center right !important;
    mask-position:  center right !important;
    background-color: var(--linkarrow-bg-hover);
    transition: all ease 0.5s;
}
.et-db #et-boc .et-l .storyimage,
.et-db #et-boc .et-l .beitragimage  {
    margin-bottom: 28px;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: 243px;
}
.et-db #et-boc .et-l .storyimage img,
.et-db #et-boc .et-l .beitragimage img {
    transition: all ease 0.5s;
    object-fit: cover;
    object-position: center;
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%
}
.et-db #et-boc .et-l a:hover .storyimage img,
.et-db #et-boc .et-l a:hover .beitragimage img {
    transform: scale(1.1);
    transition: all ease 0.5s;
}
.et-db #et-boc .et-l .storydate,
.et-db #et-boc .et-l .beitragdate {
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 2.25px;
}
.et-db #et-boc .et-l .storydate span,
.et-db #et-boc .et-l .beitragdate span {
    color: var(--gray-5);
    display: inline-block;
    margin-right: 8px;
}
.et-db #et-boc .et-l .storydate span.custom-video,
.et-db #et-boc .et-l .storyList-icon span.custom-video,
.et-db #et-boc .et-l .beitragdate span.custom-video,
.et-db #et-boc .et-l .beitragList-icon span.custom-video,
.et-db #et-boc .et-l .storyMobileList-icon span.custom-video {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: var(--iconvideobeitrag);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-bottom: -7px;
}
.et-db #et-boc .et-l .storydate span.custom-text,
.et-db #et-boc .et-l .storyList-icon span.custom-text,
.et-db #et-boc .et-l .beitragdate span.custom-text,
.et-db #et-boc .et-l .beitragList-icon span.custom-text,
.et-db #et-boc .et-l .storyMobileList-icon span.custom-text {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: var(--icontextbeitrag);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-bottom: -6px;
}
.et-db #et-boc .et-l .storydate span.custom-micro,
.et-db #et-boc .et-l .storyList-icon span.custom-micro,
.et-db #et-boc .et-l .beitragdate span.custom-micro,
.et-db #et-boc .et-l .beitragList-icon span.custom-micro,
.et-db #et-boc .et-l .storyMobileList-icon span.custom-micro {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: var(--iconmicrobeitrag);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-bottom: -6px;
}
.et-db #et-boc .et-l .storydate span.custom-podcast,
.et-db #et-boc .et-l .storyList-icon span.custom-podcast,
.et-db #et-boc .et-l .beitragdate span.custom-podcast,
.et-db #et-boc .et-l .beitragList-icon span.custom-podcast,
.et-db #et-boc .et-l .storyMobileList-icon span.custom-podcast {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: var(--iconmicrobeitrag);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-bottom: -6px;
}
.et-db #et-boc .et-l .storyList-icon span.custom-video,
.et-db #et-boc .et-l .storyList-icon span.uk-icon svg,
.et-db #et-boc .et-l .beitragList-icon span.custom-video,
.et-db #et-boc .et-l .beitragList-icon span.uk-icon svg {
    display: inline-block;
    width: 30px;
    height: 30px;
}

.et-db #et-boc .et-l .beitragauthor {
    margin-left: 33px;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 2.25px;
    text-transform: uppercase;
}
/*.et-db #et-boc .et-l .beitragauthor.sonderausgabe {
    margin-left: 0;
}*/
.et-db #et-boc .et-l .sonderausgabetitle {
    margin-left: 33px;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 2.25px;
    text-transform: uppercase;
}
.et-db #et-boc .et-l .storytitle,
.et-db #et-boc .et-l .beitragtitle {
    font-size: 40px;
    line-height: 47px;
    margin-bottom: 16px;
    margin-top: 16px;
    hyphens: auto;

}
.et-db #et-boc .et-l .storytitle span,
.et-db #et-boc .et-l .beitragtitle span {
    border-bottom: 2px solid transparent;
    transition: all ease 0.3s;
    hyphens: auto;
}
.et-db #et-boc .et-l a:hover .storytitle span,
.et-db #et-boc .et-l a:hover .beitragtitle span {
    border-bottom: 2px solid var(--black-3);
}
.et-db #et-boc .et-l .storytext,
.et-db #et-boc .et-l .beitragtext {
    font-size: 22px;
    line-height: 27px;
}
.et-db #et-boc .et-l .et_pb_module .storySlider a,
.et-db #et-boc .et-l .et_pb_module .storyGrid a,
.et-db #et-boc .et-l .et_pb_module .beitragGrid a {
    color: var(--black-3);
}
.storyDetail,
.beitragDetail {
    margin-top: 25px;
}
.storyDetail .storySummary p,
.storyDetail .beitragSummary p {
    display: inline;
}
.storyDetail .storySummary,
.beitragDetail .beitragSummary {
    font-family: 'lato-bold';
    font-size: 22px;
    line-height: 25px;
}
.storyDetail .storyAuthor {
    font-size: 22px;
    line-height: 25px;
}
.beitragDetail .beitragAuthor {
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 2.25px;
}
.beitragDetail .beitragAuthor {
    text-transform: uppercase;
}
.storyDetail .storyDate,
.beitragDetail .beitragDate {
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 2.25px;
}


.storyDetail .storySocialShare,
.beitragDetail .beitragSocialShare {
    border-top: 1px solid var(--gray-6);
    display: inline-block;
}

.storyDetail .story-az-lead {
    font-size: 37px;
    line-height: 45px;
    font-family: 'lato-light';
    margin-bottom: 50px;
}
.storyDetail .story-az-logo {
    margin-bottom: 50px;
}
.beitragDetail .maportait {
    position: relative;
    padding-top: 35px;
    margin-top: 20px;
}
.beitragDetail .maportait .maportrait-image {
    width: 172px;
    height: 172px;
    overflow: hidden;
    margin-right: 20px;

}
.beitragDetail .maportait span.maportrait-name {
    text-transform: uppercase;
    display: block;
}
.beitragDetail .maportait span.maportrait-desc {
    display: block;
}
.beitragDetail .maportait .maportrait-image img {
    filter: grayscale(1);
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1.4);
}
.beitragDetail .maportait .maportaitbox {
    padding-top: 20px;
    border-top: 0px;
}
.beitragDetail .maportait .maportaitbox:first-child {
    border-top: 7px solid var(--black-4);
}
.beitragDetail .beitrag-ausgabeTitle {
    font-size: 37px;
    line-height: 45px;
    font-family: 'lato-regular';
}
.beitragDetail .beitrag-ausgabeText {
    font-size: 37px;
    line-height: 45px;
    font-family: 'lato-light';
    margin-bottom: 70px;
}

@media screen and (max-width: 1700px) {
    .et-db #et-boc .et-l .storyimage,
    .et-db #et-boc .et-l .beitragimage  {
        height: 14.26vw;
    }
}

@media screen and (max-width: 1680px) {
    .et-db #et-boc .et-l .storyimage,
    .et-db #et-boc .et-l .beitragimage  {
        height: 13.5vw;
    }
}

@media screen and (max-width: 1200px) {
    .et-db #et-boc .et-l .storyimage,
    .et-db #et-boc .et-l .beitragimage  {
        height: 18.8vw;
    }
    .et-db #et-boc .et-l .storytitle,
    .et-db #et-boc .et-l .beitragtitle {
        font-size: 25px;
        line-height: 32px;
        margin-bottom: 16px;
        margin-top: 16px;
    }
    .storyDetail .story-az-lead {
        font-size: 30px;
        line-height: 36px;
    }
    .et-db #et-boc .et-l .storylead,
    .et-db #et-boc .et-l .beitraglead {
        font-size: 19px;
        line-height: 21px;
    }
    .et-db #et-boc .storySlider .uk-slider,
    .et-db #et-boc .jobSlider .uk-slider,
    .job-template-default.single.single-job .jobSlider .uk-slider,
    .et-db #et-boc .beitragSlider .uk-slider {
        padding-top: 90px;
        margin-top: -90px;
    }
    .et-db #et-boc .storySlider .uk-slidenav-next.cfc-pfeil-rechts,
    .et-db #et-boc .jobSlider .uk-slidenav-next.cfc-pfeil-rechts,
    .job-template-default.single.single-job .jobSlider .uk-slidenav-next.cfc-pfeil-rechts {
        height: 56px;
        top: 40px;
    }
}
@media screen and (max-width: 959px) {
   .et-db #et-boc .et-l .storytitle,
    .et-db #et-boc .et-l .beitragtitle{
        font-size: 33px;
        line-height: 38px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .et-db #et-boc .et-l .storylead,
    .et-db #et-boc .et-l .beitraglead{
        font-size: 17px;
        line-height: 21px;
    }
    .et-db #et-boc .et-l .storyimage,
    .et-db #et-boc .et-l .beitragimage {
        height: 30vw;
        margin-bottom: 10px;
    }
    .storyDetail .pageContent .uk-margin-large-left,
    .storyDetail .pageContent .uk-margin-xlarge-left {
        margin-left: 0 !important;
    }
    .storyDetail .pageContent .uk-margin-large-top,
    .beitragDetail .pageContent .uk-margin-large-top,
    .jobDetail .pageContent .uk-margin-large-top {
        margin-top: 20px !important;
    }
    .storyDetail .pageContent .uk-margin-xlarge-bottom {
        margin-bottom: 0 !important;
    }
    .storyDetail .storySummary,
    .beitragDetail .beitragSummary {
        font-size: 17px;
        line-height: 21px;
    }
    .storyDetail .storyAuthor,
    .beitragDetail .beitragAuthor {
        font-size: 17px;
        line-height: 21px;
    }
    .storyDetail .storyDate,
    .beitragDetail .beitragDate{
        font-size: 13px;
        line-height: 20px;
        letter-spacing: 1.95px;
    }
    .storyDetail .story-az-lead {
        font-size: 30px;
        line-height: 36px;
    }
    .single-story .topBar,
    .single-beitrag .topBar,
    .single-job .topBar {
        display: none;
    }
    .single-story .pageContent {
        margin-top: 40px;
    }
    .et-db #et-boc .storySlider .uk-slidenav-next.cfc-pfeil-rechts,
    .et-db #et-boc .jobSlider .uk-slidenav-next.cfc-pfeil-rechts,
    .job-template-default.single.single-job .jobSlider .uk-slidenav-next.cfc-pfeil-rechts {
        height: 50px;
        top: 70px;
    }

}

@media screen and (max-width: 639px) {
    .et-db #et-boc .et-l .et_pb_module .storySlider ul.uk-slider-items,
    .jobSlider ul.uk-slider-items,
    .et-db #et-boc .et-l .et_pb_module .beitragSlider ul.uk-slider-items {
        margin-left: -30px;
    }
    .et-db #et-boc .et-l .et_pb_module.cfc_storys .storySlider,
    .et-db #et-boc .et-l .et_pb_module.cfc_beitraege .beitragSlider,
    .jobSlider.cfcDiviModule{
        margin-right: -35px;
    }
    .et-db #et-boc .et-l .et_pb_module.cfc_beitraege .beitragGrid {
        /*margin-right: 35px;*/
    }
    .et-db #et-boc .et-l .et_pb_module .storySlider ul.uk-slider-items a,
    .jobSlider ul.uk-slider-items a,
    .et-db #et-boc .et-l .et_pb_module .beitragSlider ul.uk-slider-items a{
        width: 80%;
    }
    .et-db #et-boc .et-l .et_pb_module.cfc_storys .storySlider,
    .jobSlider.cfcDiviModule,
    .et-db #et-boc .et-l .et_pb_module.cfc_beitraege .beitragSlider {
        position: relative;
    }
    .et-db #et-boc .et-l .et_pb_module.cfc_storys .storySlider:after,
    .jobSlider.cfcDiviModule:after,
    .et-db #et-boc .et-l .et_pb_module.cfc_beitraege .beitragSlider:after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        width: 20%;
        height: calc(100% - 90px);
        background: rgba(255,255,255,0.4);
        background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 30%, rgba(255,255,255,0.60) 100%);
        pointer-events: none;
    }
    .et-db #et-boc .et-l .bgSonderausgabe .et_pb_module.cfc_beitraege .beitragSlider:after {
        background: rgba(241,241,241,0.4);
        background: linear-gradient(90deg, rgba(241,241,241,0) 0%, rgba(241,241,241,0.3) 30%, rgba(241,241,241,0.60) 100%);
        pointer-events: none;
    }
    html[data-theme='dark'] .et-db #et-boc .et-l .et_pb_module.cfc_storys .storySlider:after,
    html[data-theme='dark'] .jobSlider.cfcDiviModule:after,
    html[data-theme='dark'] .et-db #et-boc .et-l .et_pb_module.cfc_beitraege .beitragSlider:after {
        background: rgba(0,0,0,0.4);
        background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 30%, rgba(0,0,0,0.60) 100%);
    }
    html[data-theme='dark'] .et-db #et-boc .et-l .bgSonderausgabe .et_pb_module.cfc_beitraege .beitragSlider:after {
        background: rgba(18,22,23,0.4);
        background: linear-gradient(90deg, rgba(18,22,23,0) 0%, rgba(18,22,23,0.3) 30%, rgba(18,22,23,0.60) 100%);
    }


    .et-db #et-boc .storySlider .uk-slidenav-next.cfc-pfeil-rechts,
    .et-db #et-boc .jobSlider .uk-slidenav-next.cfc-pfeil-rechts,
    .job-template-default.single.single-job .jobSlider .uk-slidenav-next.cfc-pfeil-rechts,
    .et-db #et-boc .beitragSlider .uk-slidenav-next.cfc-pfeil-rechts {
        width: 35px;
        height: 35px;
    }
    .et-db #et-boc .et-l .et_pb_module .storySlider a.cfc-pfeil-rechts,
    .jobSlider a.cfc-pfeil-rechts,
    .et-db #et-boc .et-l .et_pb_module .beitragSlider a.cfc-pfeil-rechts  {
        margin-right: 35px;
    }
    .et-db #et-boc .storySlider .uk-slider,
    .et-db #et-boc .jobSlider .uk-slider,
    .job-template-default.single.single-job .jobSlider .uk-slider,
    .et-db #et-boc .beitragSlider .uk-slider {
        padding-top: 50px;
        margin-top: 0px;
    }
    .et-db #et-boc .storySlider .uk-slidenav-next.cfc-pfeil-rechts,
    .et-db #et-boc .jobSlider .uk-slidenav-next.cfc-pfeil-rechts,
    .job-template-default.single.single-job .jobSlider .uk-slidenav-next.cfc-pfeil-rechts,
    .et-db #et-boc .beitragSlider .uk-slidenav-next.cfc-pfeil-rechts {
        top: 15px;
    }
    .et-db #et-boc .et-l .et_pb_module.cfc_storys .storySlider:after,
    .jobSlider.cfcDiviModule:after,
    .et-db #et-boc .et-l .et_pb_module.cfc_beitraege .beitragSlider:after {
        height: calc(100% - 50px);
    }
    .et-db #et-boc .et-l .storyimage,
    .et-db #et-boc .et-l .beitragimage {
        height: 51vw;
    }
     .jobDetail .pageContent .uk-margin-large-top {
        margin-top: 40px !important;
     }
     .beitragDetail .uk-margin-large-left,
     .beitragDetail .uk-margin-large-right {
        margin-left: 0 !important;
        margin-right: 0 !important;
     }
}

/*Storylist*/
.et-db .pageContent #et-boc .et-l .et_pb_module .storyList a:not(.uk-icon) {
    color: var(--black-2);
    font-size: 22px;
    line-height: 27px;
    display: block;
    padding: 20px !important;
}
.et-db .pageContent #et-boc .et-l .et_pb_module .storyList .storyList-icon a {
    color: var(--gray-6);
    padding: 20px 5px !important;
}
.et-db .pageContent #et-boc .et-l .et_pb_module .storyList .storyList-az a {
    color: var(--black-4);
    font-family: 'geller-text';
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0.22px;
}
.et-db .pageContent #et-boc .et-l .et_pb_module .storyList table td {
    padding: 0;
}
.et-db .pageContent #et-boc .et-l .et_pb_module .storyList .storyList-link {
    padding-right: 20px;
}
.et-db .pageContent #et-boc .et-l .et_pb_module .storyList .storyList-link a.cfclink {
    font-size: 22px;
    line-height: 27px;
    padding: 20px;
}
/*Terminliste*/

.et-db .pageContent #et-boc .et-l .et_pb_module .yearOuterDiv {
    margin-top: 20px;
}
.et-db .pageContent #et-boc .et-l .et_pb_module .yearOuterDiv .terminlistyear {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0.3px;
    color: var(--black-4);
    font-family: 'geller-headline';
    margin-top: 60px;
    margin-bottom: 10px;
}
.et-db .pageContent #et-boc .et-l .et_pb_module .yearOuterDiv ul.uk-accordion a.uk-accordion-title {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0.3px;
    font-family: 'geller-headline';
    color: var(--black-4);
    padding-bottom: 25px !important;
    padding-top: 25px !important;
    position: relative;
}
.et-db .pageContent #et-boc .et-l .et_pb_module .yearOuterDiv ul.uk-accordion span.terminlistmonth {
    width: 310px;
    display: inline-block;
    font-family: 'geller-text';
    font-weight: bold;
}
.et-db .pageContent #et-boc .et-l .et_pb_module .yearOuterDiv .uk-table-divider tbody.terminListYearMonthGroup tr {
    border-top: 1px solid var(--gray-4);
}
.et-db .pageContent #et-boc .et-l .et_pb_module .yearOuterDiv ul.uk-accordion li {
    border-bottom: 1px solid var(--gray-4);
}

.et-db .pageContent #et-boc .et-l .et_pb_module .yearOuterDiv .uk-accordion-title::before,
.et-db .pageContent ul.uk-accordion li a.uk-accordion-title::before,
.et-db #et-boc .et-l .et_pb_accordion  .et_pb_accordion_item::before {
    position: absolute;
    background-image: var(--faq-close);
    background-size: cover;
    width: 20px;
    height: 20px;
    top: 33px;
    right: 10px;
    transition: transform .3s linear;
    transform: rotate(90deg);
    content: "" !important;
}
.pageContent .jobDetail-bottom ul.uk-accordion li a.uk-accordion-title::before {
    top: 9px;
    right: 0;
}

.et-db .pageContent #et-boc .et-l .et_pb_module .yearOuterDiv li.uk-open .uk-accordion-title::before,
.et-db .pageContent ul.uk-accordion li.uk-open a.uk-accordion-title::before,
.et-db #et-boc .et-l .et_pb_accordion  .et_pb_accordion_item.et_pb_toggle_open::before {
    transform: rotate(180deg);
    transition: transform .3s linear;
}
.et-db .pageContent #et-boc .et-l .et_pb_module .yearOuterDiv .uk-accordion-title::after,
.et-db .pageContent ul.uk-accordion li a.uk-accordion-title::after,
.et-db #et-boc .et-l .et_pb_accordion  .et_pb_accordion_item::after  {
    position: absolute;
    content: "";
    background-image: var(--faq-close);
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(180deg);
    background-size: cover;
    background-position: 50% 50%;
    width: 20px;
    height: 20px;
    opacity: 1;
    transition: transform .3s linear;
    top: 33px;
    right: 10px;
}
.pageContent .jobDetail-bottom ul.uk-accordion li a.uk-accordion-title::after {
    top: 13px;
    right: 25px;
}
.et-db .pageContent #et-boc .et-l .et_pb_module .yearOuterDiv li.uk-open .uk-accordion-title::after,
.et-db .pageContent ul.uk-accordion li.uk-open a.uk-accordion-title::after,
.et-db #et-boc .et-l .et_pb_accordion  .et_pb_accordion_item.et_pb_toggle_open .et_pb_toggle_title::after  {
    transform: rotate(270deg);
    opacity: 0;
    transition: all .3s linear;
}
.et-db .pageContent #et-boc .et-l .et_pb_module .yearOuterDiv td.terminData-Mobile .uk-accordion-title {
    position: relative;
}
.et-db .pageContent #et-boc .et-l .et_pb_module .yearOuterDiv td.terminData-Mobile .uk-accordion-title::before {
    position: absolute;
    float: none;
    right: 10px;
    top: 20px;
    margin: 0;
    opacity: 1;
    transform: rotate(90deg);
}
.et-db .pageContent #et-boc .et-l .et_pb_module .yearOuterDiv td.terminData-Mobile .uk-accordion-title::after {
    position: absolute;
    float: none;
    right: 10px;
    top: 20px;
    margin: 0;
    opacity: 1;
    transform: rotate(180deg);
}
.et-db .pageContent #et-boc .et-l .et_pb_module .yearOuterDiv td.terminData-Mobile li.uk-open .uk-accordion-title::before {
    transform: rotate(180deg);
    transition: transform .3s linear;
}
.et-db .pageContent #et-boc .et-l .et_pb_module .yearOuterDiv td.terminData-Mobile li.uk-open .uk-accordion-title::after {
    transform: rotate(270deg);
    opacity: 0;
    transition: all .3s linear;
}

.et-db .pageContent #et-boc .et-l .et_pb_module .terminList th {
    padding: 0;
}
.et-db .pageContent #et-boc .et-l .et_pb_module .terminList th.terminList-date {
    width: 270px;
}
.et-db .pageContent #et-boc .et-l .et_pb_module .terminList th.terminList-az {
    width: 330px;
}
.et-db .pageContent #et-boc .et-l .et_pb_module .terminList th.terminList-link {
    width: 100px;
}
.et-db .pageContent #et-boc .et-l .et_pb_module .terminList th.terminList-title {
    width: calc(100% - 270px - 330px -100px);
}
.et-db .pageContent #et-boc .et-l .et_pb_module .terminList span.terminlistcount {
    margin-left: 2vw;
}
.et-db .pageContent #et-boc .et-l .et_pb_module .terminList td {
    padding: 20px 0 60px 0;
}
.et-db .pageContent #et-boc .et-l .et_pb_module .terminList td.terminList-date {
    width: 300px;
}
.et-db .pageContent #et-boc .et-l .et_pb_module .terminList td>a,
.et-db .pageContent #et-boc .et-l .et_pb_module .terminList td>div,
.et-db .pageContent #et-boc .et-l .et_pb_module .terminList td div.terminList-az a {
    color: var(--black-2);
    font-size: 22px;
    line-height: 27px;
    display: block;
    padding: 0px !important;
}
.et-db .pageContent #et-boc .et-l .et_pb_module .terminList td.terminList-date>a,
.et-db .pageContent #et-boc .et-l .et_pb_module .terminList td.terminList-date>div {
    padding-left: 0;
    padding-top: 0;
}
.et-db .pageContent #et-boc .et-l .et_pb_module .terminList td.terminList-title>a,
.et-db .pageContent #et-boc .et-l .et_pb_module .terminList td.terminList-title>div {
    padding-left: 3vw !important;
    padding-right: 3vw !important;
}
.et-db .pageContent #et-boc .et-l .et_pb_module .terminList td.terminList-date span.date,
.et-db .pageContent #et-boc .et-l .et_pb_module .terminList td.terminList-date span.time,
.et-db .pageContent #et-boc .et-l .et_pb_module .terminList td.terminList-az div,
.et-db .pageContent #et-boc .et-l .et_pb_module .terminList td.terminList-az a {
    display: block;
    white-space: nowrap;
}
.et-db .pageContent #et-boc .et-l .et_pb_module .terminList td.terminList-date span.place,
.et-db .pageContent #et-boc .et-l .et_pb_module .terminList td.terminList-title span.title,
.et-db .pageContent #et-boc .et-l .et_pb_module .terminList td.terminList-title span.summary {
    display: block;
}
.et-db .pageContent #et-boc .et-l .et_pb_module .terminList td.terminList-date span.date {
    font-family: 'geller-headline';
    font-size: 80px;
    line-height: 75px;
    letter-spacing: 1.2px;
    color: var(--black-4);
    margin-bottom: 10px;
}
.et-db .pageContent #et-boc .et-l .et_pb_module .terminList td.terminList-title span.title{
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0.3px;
    margin-top: 37px;
}
.et-db .pageContent #et-boc .et-l .et_pb_module .terminList td.terminList-title span.summary {
    font-size: 22px;
    line-height: 27px;
    margin-top: 20px;
}

.et-db .pageContent #et-boc .et-l .et_pb_module .terminList td.terminList-az div,
.et-db .pageContent #et-boc .et-l .et_pb_module .terminList td.terminList-az a {
    font-family: 'geller-headline';
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0.3px;
    font-weight: bold;
    margin-top: 20px;
}
.et-db .pageContent #et-boc .et-l .et_pb_module .terminList td.terminList-az div:first-child,
.et-db .pageContent #et-boc .et-l .et_pb_module .terminList td.terminList-az a:first-child {
    margin-top: 38px;
}
.et-db .pageContent #et-boc .et-l .et_pb_module .terminList td.terminList-link {
    width: 100px;
}
#et-boc .et-l td.terminList-link span.linkouterspan {
    display: block;
}
.et-db .pageContent #et-boc .et-l .et_pb_module .terminList td.terminList-link a.cfclink{
    font-size: 30px;
    line-height: 36px;
    margin-top: 20px;
}
.et-db .pageContent #et-boc .et-l .et_pb_module .terminList td.terminList-link span.linkouterspan:first-child a.cfclink{
    margin-top: 38px;
}
@media screen and (max-width: 960px) {
    .et-db .pageContent #et-boc .et-l .et_pb_module .yearOuterDiv ul.uk-accordion span.terminlistmonth {
        width: 150px;
    }
    .et-db .pageContent #et-boc .et-l .et_pb_module .yearOuterDiv ul.uk-accordion>li> a.uk-accordion-title {
        padding-bottom: 15px !important;
        padding-top: 15px !important;
    }
    .et-db .pageContent #et-boc .et-l .et_pb_module .yearOuterDiv ul.uk-accordion td.terminData-Mobile a.uk-accordion-title {
        padding-bottom: 15px !important;
        padding-top: 0 !important;
    }
    .et-db .pageContent #et-boc .et-l .et_pb_module .yearOuterDiv .uk-accordion-title::before,
    .et-db .pageContent #et-boc .et-l .et_pb_module .yearOuterDiv .uk-accordion-title::after{
        top: 25px;
    }
}
@media screen and (max-width: 768px) {
    .et-db .pageContent #et-boc .et-l .et_pb_module .yearOuterDiv .uk-accordion-title::before,
    .et-db .pageContent #et-boc .et-l .et_pb_module .yearOuterDiv .uk-accordion-title::after{
        top: 15px;
    }
}
/*Job / Story*/
.et-db #et-boc .et-l .et_pb_module .jobList-az,
.jobList.cfcDiviModule .jobList-az  {
    font-family: 'geller-text';
    font-size: 30px;
    letter-spacing: 0.3px;
    line-height: 36px;
}

.et-db #et-boc .et-l .et_pb_module .jobList table tr,
.jobList.cfcDiviModule table tr {
    border-bottom: 1px solid var(--gray-3);
    border-top: 0
}
.et-db #et-boc .et-l .et_pb_module .jobList:not(.listall) table tr:last-child,
.jobList.cfcDiviModule:not(.listall) table tr:last-child {
    border-bottom-color: #f1f1f1;
}
.et-db #et-boc .et-l .et_pb_module .jobList:not(.listall) table tr:nth-last-child(2),
.jobList.cfcDiviModule:not(.listall) table tr:nth-last-child(2) {
    border-bottom-color: #dcdcdc;
}
.et-db #et-boc .et-l .et_pb_module .jobList:not(.listall) table tr:nth-last-child(3),
.jobList.cfcDiviModule:not(.listall) table tr:nth-last-child(3) {
    border-bottom-color: #d3d3d3;
}
.et-db #et-boc .et-l .et_pb_module .jobList table tr td.jobList-az a,
.et-db #et-boc .et-l .et_pb_module .jobList table tr td.jobList-title a,
.jobList.cfcDiviModule table tr td.jobList-az a,
.jobList.cfcDiviModule table tr td.jobList-title a {
    color: var(--black-4);
    display: block;
    padding: 28px 28px 28px 0 !important;
    border: 1px solid transparent;
}

.jobList.cfcDiviModule table tr td.jobList-link {
    width: 100px;
}
.et-db #et-boc .et-l .et_pb_module .jobList:not(.listall) table tr:last-child td:not(.jobList-link) a,
.jobList.cfcDiviModule:not(.listall) table tr:last-child td:not(.jobList-link) a {
    background-image:linear-gradient(0deg,#bebfbf,#afb0b1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.et-db #et-boc .et-l .et_pb_module .jobList:not(.listall) table tr:last-child td a.cfclink span,
.jobList.cfcDiviModule:not(.listall) table tr:last-child td a.cfclink span {
    opacity: 0.3;
}
.et-db #et-boc .et-l .et_pb_module .jobList:not(.listall) table tr:nth-last-child(2) td:not(.jobList-link) a,
.jobList.cfcDiviModule:not(.listall) table tr:nth-last-child(2) td:not(.jobList-link) a {
    background-image:linear-gradient(0deg,#767979,#686a6b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.et-db #et-boc .et-l .et_pb_module .jobList:not(.listall) table tr:nth-last-child(2) td a.cfclink span,
.jobList.cfcDiviModule:not(.listall) table tr:nth-last-child(2) td a.cfclink span {
    opacity: 0.6;
}
.et-db .pageContent #et-boc .et-l .et_pb_module .jobList-link a.cfclink,
.jobList.cfcDiviModule .jobList-link a.cfclink {
    font-size: 30px;
    line-height: 36px;
    color: var(--black-4);
    display: block;
    padding: 28px 40px 28px 0 !important;
}
.et-db #et-boc .et-l .et_pb_module .jobList-link a span,
.jobList.cfcDiviModule .jobList-link a span {
    left: 0;
    right: unset;
}
.et-db #et-boc .et-l .et_pb_module .jobList-title,
.jobList.cfcDiviModule .jobList-title {
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 0.3px;
}

.et-db #et-boc .et-l .et_pb_module .jobList table td,
.jobList.cfcDiviModule table td,
.single-job .jobList.cfcDiviModule table td {
    padding: 0;
}

.et-db .jobDetail .jobDetail-titlesmall {
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 2.25px;
    text-transform: uppercase;
    color: var(--black-2);
}


.et-db .jobDetail h1.jobTitle,
.et-db .storyDetail h1.storyTitle,
.et-db .beitragDetail h1.beitragTitle {
    font-size: 50px;
    line-height: 50px;
    color: var(--black-4);
    margin: 20px 0 15px 0;
    font-family: 'lato-regular';
}
.et-db .jobDetail .jobDescription {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0.3px;
    color: var(--black-4);
}

.et-db .jobDetail .jobDetail-azLead{
    font-size: 22px;
    line-height: 27px;
    color: var(--black-2);
    margin-bottom: 35px;
}
.et-db .jobDetail .jobDetail-azQuestion,
.et-db .jobDetail .jobDetail-pdf {
    font-size: 22px;
    line-height: 27px;
    border-top: 1px solid var(--gray-6);
}
.et-db .jobDetail .jobDetail-azQuestion .jobDetail-azQuestionTitle {
    font-family: 'lato-bold';
}

.et-db .jobDetail .uk-accordion-title {
    font-family: 'geller-text';
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0.3px;
    color: var(--black-4);
    padding-bottom: 20px;
    position: relative;
}
.et-db .jobDetail .uk-accordion>li {
    border-bottom: 1px solid var(--gray-6);
}
.et-db .jobDetail .uk-accordion>li ul {
    list-style-type: disc;    
}
.et-db .jobDetail .uk-accordion>li ul>br,
.et-db .jobDetail .uk-accordion>li ol>br {
    display: none;  
}
.et-db .jobDetail .uk-accordion .uk-accordion-title::before {
    width: 31px;
    height: 31px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(assets/images/icons/svg/plus_black.svg);
    margin-top: 4px;
    margin-right: 25px;
}
.et-db .jobDetail .uk-accordion .uk-open>.uk-accordion-title::before {
    background-image: url(assets/images/icons/svg/minus_black.svg);
}
.et-db .jobDetail .bewerbung-title {
    font-family: 'lato-light';
    font-size: 37px;
    line-height: 45px;
}
.et-db .jobDetail .bewerbung-title b,
.et-db .jobDetail .bewerbung-title strong {
    font-family: 'lato-bold';
}
.et-db .jobDetail .morejobsTitle {
    font-family: 'geller-headline';
    font-size: 80px;
    line-height: 100px;
    letter-spacing: 1.2px;
    margin-bottom: 60px;
}
.et-db .jobDetail .jobDetail-azLogo img,
.et-db .storyDetail .story-az-logo img {
    filter: var(--az-logo-filter);
}
.et-db .jobDetail .jobDetail-bottom ul.uk-accordion li.uk-open .uk-accordion-content {
    margin-bottom: 20px;
}
.jobSliderAZ {
    text-transform: uppercase;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 2.25px;
    color: var(--black-2);
    margin-top: 30px;
}
.jobSliderTitle {
    font-size: 40px;
    line-height: 47px;
    color: var(--black-3);
    display: inline;
    border-bottom: 1px solid transparent;
    transition: all ease 0.3s;
}
.jobSlider a:hover {
    text-decoration: none;
}
.jobSlider a .jobSliderTitle:hover {
    border-bottom: 1px solid var(--black-3);
    transition: all ease 0.3s;
}
.jobSliderList .hoverzoom {
    border-radius: 5px 5px 0 0;
}
.et-db .pageContent #et-boc .et-l .et_pb_module .storyList .storyList-mobile {
    width: calc(100% - 50px);
    font-size: 17px;
    line-height: 21px;
}
.et-db .pageContent #et-boc .et-l .et_pb_module .storyList .storyList-mobile .storyMobileList-icon {
    margin-right: 10px;
}
.et-db .pageContent #et-boc .et-l .et_pb_module .storyList .storyList-mobile .storyMobileList-date {
    margin-top: 5px;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 1.95px;
}
.et-db .pageContent #et-boc .et-l .et_pb_module .storyList .storyList-mobile .storyMobileList-title {
    margin-top: 10px;
    display: block;
}

.et-db .pageContent #et-boc .et-l .et_pb_module .storyList .storyList-mobile .storyMobileList-az{
    font-family: 'geller-text';
    letter-spacing: 0.17px;
    display: block;
    margin-top: 10px;
}
@media screen and (max-width: 639px) {
    .et-db .pageContent #et-boc .et-l .et_pb_module .storyList a:not(.uk-icon) {
        padding-right: 0 !important;
        padding-left: 0 !important;
        margin-right: 0;
    }
    .et-db #et-boc .et-l .et_pb_module .storyList table tr td.storyList-link a.cfclink span:not(.linkouterspan) {
        transform: translate(0px, -50%);
    }
}
@media screen and (max-width: 1350px) {
    .et-db .pageContent #et-boc .et-l .et_pb_module .terminList td.terminList-date span.date {
        font-size: 60px;
        line-height: 60px;
        letter-spacing: 0.9px;
    }
}
@media screen and (max-width: 1200px) {
    .et-db .pageContent #et-boc .et-l .et_pb_module .storyList a {
        color: var(--black-2);
        font-size: 20px;
        line-height: 25px;
        padding: 15px !important;
    }
    .et-db #et-boc .et-l .et_pb_module .jobList-az,
    .et-db #et-boc .et-l .et_pb_module .jobList-title,
    .single-job .jobList.cfcDiviModule .jobList-az,
    .single-job .jobList.cfcDiviModule .jobList-title {
        font-size: 23px;
        line-height: 27px;
        letter-spacing: 0.21px;
    }
    .et-db #et-boc .et-l .et_pb_module .jobList table tr td.jobList-az a,
    .et-db #et-boc .et-l .et_pb_module .jobList table tr td.jobList-title a
    .single-job .jobList.cfcDiviModule table tr td.jobList-az a,
    .single-job .jobList.cfcDiviModule  table tr td.jobList-title a {
        padding: 20px 20px 15px 0 !important;
    }
    .et-db .pageContent #et-boc .et-l .et_pb_module .jobList-link a.cfclink,
    .single-job .jobList.cfcDiviModule .jobList-link a.cfclink {
        padding: 20px 40px 15px 0 !important;
    }
    .jobSliderTitle {
        font-size: 30px;
        line-height: 35px;
    }
    .et-db .jobDetail .morejobsTitle {
        font-size: 65px;
        line-height: 70px;
        letter-spacing: 1.0px;
    }
    .et-db .jobDetail .uk-accordion-title {
        font-size: 25px;
        line-height: 29px;
        letter-spacing: 0.21px;
    }
    .et-db .jobDetail .bewerbung-title {
        font-size: 30px;
        line-height: 36px;
        letter-spacing: 0;
    }
    .jobDetail-bottom .jobDetail-azLogo {
        margin-top: 70px;
        margin-bottom: 30px;
    }
     .et-db .jobDetail .morejobsTitle {
        font-size: 65px;
        line-height: 70px;
        letter-spacing: 1.0px;
    }
     .jobSliderTitle {
        font-size: 36px;
        line-height: 41px;
    }
    /*.et-db .pageContent #et-boc .et-l .et_pb_module .terminList td.terminList-date span.date {
        font-size: 60px;
        line-height: 60px;
        letter-spacing: 0.9px;
    }*/
    .et-db .pageContent #et-boc .et-l .et_pb_module .terminList td.terminList-title span.title {
        font-size: 24px;
        line-height: 27px;
    }
    .et-db .pageContent #et-boc .et-l .et_pb_module .terminList td.terminList-title span.summary {
        font-size: 19px;
        line-height: 21px;
    }
    .et-db .pageContent #et-boc .et-l .et_pb_module .terminList td.terminList-az div,
    .et-db .pageContent #et-boc .et-l .et_pb_module .terminList td.terminList-az a {
        font-size: 19px;
        line-height: 21px;
        letter-spacing: 0.19px;

    }
    .et-db .pageContent #et-boc .et-l .et_pb_module .terminList td.terminList-link a.cfclink{
        margin-top: 9px;
    }
    .et-db .pageContent #et-boc .et-l .et_pb_module .terminList td.terminList-link span.linkouterspan:first-child a.cfclink{
        margin-top: 30px;
    }
    .pageContent .jobDetail-bottom ul.uk-accordion li a.uk-accordion-title::before {
        top: 4px;
    }
    .pageContent .jobDetail-bottom ul.uk-accordion li a.uk-accordion-title::after {
        top: 8px;
    }
}
@media screen and (max-width: 960px) {
    .et-db #et-boc .et-l .et_pb_module .jobList-az,
    .et-db #et-boc .et-l .et_pb_module .jobList-title,
    .single-job .jobList.cfcDiviModule .jobList-az,
    .single-job .jobList.cfcDiviModule .jobList-title {
        font-size: 20px;
        line-height: 24px;
        letter-spacing: 0.21px;
    }
    .et-db #et-boc .et-l .et_pb_module .jobList table tr td.jobList-az a,
    .et-db #et-boc .et-l .et_pb_module .jobList table tr td.jobList-title a,
    .single-job .jobList.cfcDiviModule table tr td.jobList-az a,
    .single-job .jobList.cfcDiviModule table tr td.jobList-title a {
        padding: 20px 20px 15px 0 !important;
    }
    .et-db .pageContent #et-boc .et-l .et_pb_module .jobList-link a.cfclink,
    .single-job .jobList.cfcDiviModule table tr td.jobList-link a.cfclink {
        padding: 20px 40px 15px 0 !important;
    }
    .jobDetail>div.pageContent>div.uk-margin-large-bottom {
        margin-bottom: 60px !important;
    }
    .jobDetail-bottom {
        display: flex;
        flex-direction: column;
    }
    .jobDetail-bottom>div {
        order: 2;
    }
    .jobDetail-bottom>div:nth-child(2){
        order: 1;
    }
    .et-db .pageContent #et-boc .et-l .et_pb_module .storyList a {
        font-size: 20px;
        line-height: 24px;
    }
    .et-db .pageContent #et-boc .et-l .et_pb_module .storyList .storyList-az a {
        font-size: 20px;
        line-height: 24px;
        letter-spacing: 0.2px;
    }
    .et-db #et-boc .et-l .storyList-icon span.custom-video,
    .et-db #et-boc .et-l .storyList-icon span.uk-icon svg,
    .et-db #et-boc .et-l .beitragList-icon span.custom-video,
    .et-db #et-boc .et-l .beitragList-icon span.uk-icon svg {
        width: 25px;
        height: 25px;
    }
    .et-db .pageContent #et-boc .et-l .et_pb_module .terminList td.terminList-title>a, .et-db .pageContent #et-boc .et-l .et_pb_module .terminList td.terminList-title>div {
        padding: 0;
    }
    #et-boc .et-l td.terminData-Mobile span.date {
        font-family: 'geller-headline';
        font-size: 50px;
        line-height: 50px;
        letter-spacing: 0.75px;
        display: block;
        margin-bottom: 10px;
    }
    #et-boc .et-l td.terminData-Mobile span.time {
        font-family: 'lato-regular';
        font-size: 17px;
        line-height: 21px;
        display: block;
    }
    #et-boc .et-l td.terminData-Mobile span.place {
       font-family: 'lato-regular';
        font-size: 17px;
        line-height: 21px;
        display: block;
        margin-bottom: 20px;
    }
    #et-boc .et-l td.terminData-Mobile span.title {
        font-family: 'lato-regular';
        font-size: 21px;
        line-height: 25px;
        letter-spacing: 0.21px;
        display: block;
    }
    .et-db .pageContent #et-boc .et-l .yearOuterDiv td.terminData-Mobile ul.uk-accordion li {
        border-bottom: 0;
     }
     .et-db .pageContent #et-boc .et-l .yearOuterDiv td.terminData-Mobile ul.uk-accordion li .uk-accordion-content {
        margin-bottom: 20px;
        width: calc(100% - 50px);
    }

     .et-db .pageContent #et-boc .et-l .yearOuterDiv td.terminData-Mobile li.terminData-Mobile-Footer {
        margin-bottom: 30px;
     }
     #et-boc .et-l td.terminData-Mobile div.terminList-link {
        display: inline-block;
        visibility: hidden;
        opacity: 0;
        width: 50px;
        transition: all ease 0.3s;
     }
     .et-db .pageContent #et-boc .et-l .yearOuterDiv td.terminData-Mobile ul.uk-accordion li.uk-open + li.terminData-Mobile-Footer .terminList-link {
        visibility: visible;
        opacity: 1;
        transition: all ease 0.3s;
     }
     #et-boc .et-l td.terminData-Mobile div.terminList-az {
        display: inline-block;
        width: calc(100% - 55px);
        }
     #et-boc .et-l td.terminData-Mobile div.terminList-az,
     #et-boc .et-l td.terminData-Mobile div.terminList-az div,
     .et-db .pageContent #et-boc .et-l .et_pb_module .terminList td div.terminList-az a {
        font-family: 'geller-text';
        font-size: 17px;
        line-height: 21px;
        letter-spacing: 0.17px;
        padding: 0;
     }

}
@media screen and (max-width: 768px) {
    .et-db .pageContent #et-boc .et-l .et_pb_module .yearOuterDiv ul.uk-accordion a.uk-accordion-title {
        font-size: 21px;
        line-height: 25px;
        letter-spacing: 0.21px;
    }
    .et-db .pageContent #et-boc .et-l .et_pb_module .yearOuterDiv .uk-accordion-title::before,
    .et-db .pageContent #et-boc .et-l .et_pb_module .yearOuterDiv .uk-accordion-title::after {
        margin-top: 5px;
    }
    .et-db .pageContent #et-boc .et-l .et_pb_module .terminList td.terminList-date span.date {
        font-size: 50px;
        line-height: 50px;
        letter-spacing: 0.75px;
    }
    .et-db .pageContent #et-boc .et-l .et_pb_module .terminList td>a, .et-db .pageContent #et-boc .et-l .et_pb_module .terminList td>div {
        font-size: 17px;
        line-height: 21px;
    }
    .et-db .pageContent #et-boc .et-l .et_pb_module .terminList td.terminList-title span.title {
        font-size: 21px;
        line-height: 24px;
        margin-top:  0;
    }
    .et-db .pageContent #et-boc .et-l .et_pb_module .terminList td.terminList-title span.summary {
        font-size: 17px;
        line-height: 21px;
        margin-top: 10px;
    }
    .et-db .pageContent #et-boc .et-l .et_pb_module .terminList td.terminList-az div,
    .et-db .pageContent #et-boc .et-l .et_pb_module .terminList td.terminList-az a {
        padding: 0;
        font-size: 17px;
        line-height: 21px;
        letter-spacing: 0.17px;
        text-align: left;
        margin-top: 0;
    }
    .et-db .pageContent #et-boc .et-l .et_pb_module .yearOuterDiv .uk-table-divider tbody.terminListYearMonthGroup tr {
        padding-bottom: 20px;
    }

}
@media screen and (max-width: 639px) {
    .et-db #et-boc .et-l .et_pb_module .jobList table tr td.jobList-az a,
    .et-db #et-boc .et-l .et_pb_module .jobList table tr td.jobList-title a,
    .single-job .jobList.cfcDiviModule table tr td.jobList-az a,
    .single-job .jobList.cfcDiviModule table tr td.jobList-title a {
        padding-top: 15px !important;
    }

    .et-db #et-boc .et-l .et_pb_module .jobList-az,
    .single-job .jobList.cfcDiviModule .jobList-az {
        font-size: 21px;
        line-height: 25px;
        letter-spacing: 0.21px;
    }
    .et-db #et-boc .et-l .et_pb_module .jobList-az a,
    .single-job .jobList.cfcDiviModule .jobList-az a {
        font-size: 21px;
        line-height: 25px;
        letter-spacing: 0.21px;
    }
    .et-db #et-boc .et-l .et_pb_module .jobList-az span,
    .single-job .jobList.cfcDiviModule .jobList-az span {
        display: block;
        font-family: 'lato medium';
        margin-top: 0px;
        font-size: 21px;
        line-height: 25px;
        letter-spacing: 0.21px;
        margin-bottom: 6px;
    }
    .et-db #et-boc .et-l .et_pb_module .jobList table td.jobList-link,
    .single-job .jobList.cfcDiviModule table td.jobList-link {
        vertical-align: middle;
    }
    .et-db .pageContent #et-boc .et-l .et_pb_section select#storyFilterAZ,
    .et-db .pageContent #et-boc .et-l .et_pb_section select#jobFilterAZ,
    .et-db .pageContent #et-boc .et-l .et_pb_section select#terminFilterThema,
    .et-db .pageContent #et-boc .et-l .et_pb_section select#terminFilterAZ {
        font-size: 17px;
        line-height: 21px;
        letter-spacing: 0;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .et-db .pageContent #et-boc .et-l .et_pb_section .storyFilterSearch,
    .et-db .pageContent #et-boc .et-l .et_pb_section .terminFilterSearch {
        margin-top: 20px;
    }
    .jobList.cfcDiviModule table tr td.jobList-link {
        width: 40px;
    }
    .et-db .pageContent #et-boc .et-l .et_pb_module .jobList-link a.cfclink {
        padding: 0 15px 0 0 !important;
        margin-right: 0;
    }
    .et-db .pageContent #et-boc .et-l .et_pb_module .jobList-link a.cfclink span:not(.linkouterspan) {
        transform: translate(10px, -50%);
    }    
    .et-db .jobDetail .jobDescription {
        font-size: 21px;
        line-height: 25px;
        letter-spacing: 0.21px;
    }
    .et-db .jobDetail .uk-accordion-title {
        font-size: 21px;
        line-height: 25px;
        letter-spacing: 0.21px;
    }
    .et-db .jobDetail .bewerbung-title {
        font-size: 30px;
        line-height: 36px;
        letter-spacing: 0;
    }
    .et-db .jobDetail .jobDetail-azQuestion,
    .et-db .jobDetail .jobDetail-pdf,
    .et-db .jobDetail .jobDetail-azLead {
        font-size: 17px;
        line-height: 21px;
    }
    .et-db .jobDetail .morejobsTitle {
        font-size: 50px;
        line-height: 50px;
        letter-spacing: 0.75px;
        margin-bottom: 10px;

    }
    .jobSliderAZ {
        font-size: 13px;
        line-height:20px;
        letter-spacing:1.95px;
    }
    .jobSliderTitle {
        font-size: 33px;
        line-height: 38px;
    }
    .et-db .pageContent #et-boc .et-l .et_pb_module .storyList a {
        font-size: 17px;
        line-height: 21px;
    }
    .et-db .pageContent #et-boc .et-l .et_pb_module .storyList .storyList-az a {
        font-size: 17px;
        line-height: 21px;
        letter-spacing: 0.17px;
    }
    .et-db #et-boc .et-l .storyList-icon span.custom-video,
    .et-db .pageContent #et-boc .et-l .et_pb_module .storyList .storyList-mobile .storyMobileList-icon span.custom-video,
    .et-db #et-boc .et-l .storyList-icon span.uk-icon svg,
    .et-db .pageContent #et-boc .et-l .et_pb_module .storyList .storyList-mobile .storyMobileList-icon span.uk-icon svg,
    .et-db #et-boc .et-l .beitragList-icon span.custom-video,
    .et-db #et-boc .et-l .beitragList-icon span.uk-icon svg {
        display: inline-block;
        width: 20px;
        height: 20px;
    }
    .et-db .pageContent #et-boc .et-l .et_pb_module .storyList a {
        padding: 20px 0 !important;
    }
    .et-db .pageContent #et-boc .et-l .et_pb_module .storyList .storyList-link {
        width: 40px;
        padding-right: 0;
        vertical-align: middle;
    }
    
    .pageContent .jobDetail-bottom ul.uk-accordion li a.uk-accordion-title::before {
        top: 2px;
    }
    .pageContent .jobDetail-bottom ul.uk-accordion li a.uk-accordion-title::after {
        top: 6px;
        right: 0px;
    }
    .et-db .jobDetail .uk-accordion .uk-accordion-title::before {
        margin-right: 0;
    }
    #et-boc .et-l td.terminData-Mobile div.terminList-link {
        width: 40px;
    }
    #et-boc .et-l td.terminData-Mobile div.terminList-az {
        width: calc(100% - 45px);
    }
    .et-db .pageContent #et-boc .et-l .yearOuterDiv td.terminData-Mobile li.terminData-Mobile-Footer {
        margin-bottom: 0;
    }
    .et-db .pageContent #et-boc .et-l .et_pb_module .yearOuterDiv .uk-table-divider tbody.terminListYearMonthGroup tr {
        paddin-top:5px;
    }

}


/* cfclink / et_clickable*/
.cfc_link.et_clickable,
.cfc_badge.et_clickable {
    pointer-events: none;
}
.cfc_link.et_clickable a,
.cfc_badge.et_clickable a,
.cfc_badge.et_clickable .badge-shadow{
    pointer-events: auto;
}
.cfclink span,
#et-boc .et-l .bildtext a.cfclink span,
.et-db #et-boc .et-l .et_pb_module a.cfclink span:not(.linkouterspan),
.et-db #et-boc .et-l .et_pb_module.cfc_link span:not(.linkouterspan),
#et-boc .et-l .et_pb_module div.badge a.badgeLink span:not(.linkouterspan){
    display: inline-block;
    /*background-image: var(--linkarrow);
    background-position: center left;
    background-repeat: no-repeat;*/
    -webkit-mask: var(--linkarrow);
    mask: var(--linkarrow);
    -webkit-mask-repeat: no-repeat !important;
    mask-repeat: no-repeat !important;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center left !important;
    mask-position:  center left !important;
    background-color: var(--linkarrow-bg);

    width: 30px;
    height: 22px;
    transition: all ease 0.3s;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(30px, -50%);
}
.et-db .pageContent #et-boc .et-l .et_pb_module div.badge a.cfclink.badgeLink {
    display: inline-block;
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 24px;
    color: var(--black-04);
    text-transform: uppercase;
    margin-top: 20px;
    position: relative;
    z-index: 2;
    font-family: 'lato-regular';
}
.et-db .pageContent #et-boc .et-l .et_pb_module div.badge.font-white a.cfclink.badgeLink {
    color: var(--gray-02);
}
.et-db .pageContent #et-boc .et-l .et_pb_module div.badge a.cfclink.badgeLink:hover {
    color: var(--red-01);
}
.et-db .pageContent #et-boc .et-l .et_pb_module div.badge.font-white:hover a.cfclink.badgeLink {
    color: var(--white-01);
}
.et-db .pageContent #et-boc .et-l .et_pb_module div.badge a.cfclink.badgeLink span {
    /*background-image: var(--linkarrow-black);*/
    -webkit-mask:var(--linkarrow-black);
    mask:var(--linkarrow-black);
    background-color: var(--linkarrow-color-black);
    
}
.et-db .pageContent #et-boc .et-l .et_pb_module div.badge.font-white a.cfclink.badgeLink span {
    /*background-image: var(--linkarrow-gray);*/
    -webkit-mask:var(--linkarrow-gray);
    mask:var(--linkarrow-gray);
    background-color: var(--linkarrow-color-gray);
}
.et-db .pageContent #et-boc .et-l .et_pb_module div.badge a.cfclink.badgeLink:hover span {
    /*background-image: var(--linkarrow-black-hover);*/
    background-color: var(--linkarrow-color-red);
}
.et-db .pageContent #et-boc .et-l .et_pb_module div.badge.font-white:hover a.cfclink.badgeLink span {
    /*background-image: var(--linkarrow-white);*/
    background-color: var(--linkarrow-color-white);
}

div.topBarHeaderlink {
    margin-left: 70px;
}
div.topBarHeaderlink a.cfclink  {
    color: var(--black-04);
    font-family: 'lato-regular';
}
div.topBarHeaderlink a.cfclink:hover  {
    color: var(--red-01);
}
div.topBarHeaderlink a.cfclink span  {
    /*background-image: var(--linkarrow-black);*/
    -webkit-mask:var(--linkarrow-black);
    mask:var(--linkarrow-black);
    background-color: var(--linkarrow-color-black);
}
div.topBarHeaderlink a.cfclink:hover span {
    /*background-image: var(--linkarrow-black-hover);*/
    background-color: var(--linkarrow-color-red);
}

a.cfclink.cfclink_down,
.et-db #et-boc .et-l a.cfclink.cfclink_down,
.et-db #et-boc .et-l .et_pb_module a.cfclink.cfclink_down,
.et-db .pageContent #et-boc .et-l .et_pb_module a.cfclink.cfclink_down {
    margin-right: 22px;
}
.cfclink.cfclink_down span,
#et-boc .et-l a.cfclink.cfclink_down span,
.et-db #et-boc .et-l .et_pb_module a.cfclink.cfclink_down span {
    /*background-image: var(--linkarrow-down);
    background-position: top left;*/
    -webkit-mask:var(--linkarrow-down);
    mask:var(--linkarrow-down);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: top left !important;
    mask-position:  top left !important;
    background-color: var(--linkarrow-color-black);
    width: 22px;
    height: 28px;
    transform: translate(20px,-11px);
}
.cfclink.cfclink_down:hover span,
#et-boc .et-l a.cfclink.cfclink_down:hover span,
.et-db #et-boc .et-l .et_pb_module a.cfclink.cfclink_down:hover span {
    /*background-image: var(--linkarrow-down-hover);
    background-position: bottom left;*/
    background-color: var(--linkarrow-color-red);
    -webkit-mask-position: bottom left !important;
    mask-position:  bottom left !important;
    transition: all ease 0.3s;
}

.cfclink.cfclink_large span,
.et-db #et-boc .et-l .et_pb_module a.cfclink.cfclink_large span {
    width: 65px;
    height: 51px;
    transform: translate(65px, -50%)
}


.cfclink span.icon-left,
.et-db #et-boc .et-l .et_pb_module.cfc_link span.icon-left,
.et-db #et-boc .et-l .et_pb_module a.cfclink span.icon-left {
    /*background-image: var(--linkarrow-left);*/
    -webkit-mask:  var(--linkarrow-left);
    mask: var(--linkarrow-left);
    -webkit-mask-repeat:  no-repeat;
    mask-repeat:  no-repeat;
    -webkit-mask-position:  center right !important;
    mask-position:  center right !important;
    background-color: var(--linkarrow-bg);
    /*background-position: center right;*/
    right: unset;
    left: 0;
    top: 50%;
    transform: translate(-30px, -50%);
    background-size: contain;
    background-repeat: no-repeat;
}
.cfclink.cfclink_large span.icon-left,
.et-db #et-boc .et-l .et_pb_module a.cfclink.cfclink_large span.icon-left {
    width: 65px;
    height: 51px;
    transform: translate(-65px, -50%);
    display: block;
}
.topBarHeaderlink span.linkouterspan {
    display: inline-block;
    overflow: hidden;
    height: 22px;
}
.cfc_link span.linkouterspan.cfclink_large {
    height: 51px;
}
@media screen and (max-width: 1200px){
    div.topBarHeaderlink {
        margin-left: 40px;
    }
}
/*@media screen and (min-width: 640px) {*/
    /*hover*/
    .cfclink:hover span,
    #et-boc .et-l .bildtext a.cfclink:hover span:not(.linkouterspan),
    .et-db #et-boc .et-l .et_pb_module.cfc_link:hover span:not(.linkouterspan),
    .et-db #et-boc .et-l .et_pb_module a.cfclink:hover span,
    .et-db #et-boc .et-l .et_pb_module .jobList table tr.joblist-row:hover td.jobList-link a span,
    .et-db #et-boc .et-l .et_pb_module .storyList table tr:hover td.storyList-link a span,
    .et-db #et-boc .et-l .et_pb_module .terminList table tr:hover td.terminList-link a span,
    #et-boc .et-l .et_pb_module div.badge a.badgeLink:hover span:not(.linkouterspan),
    /*focus*/
    .cfclink:focus  span,
    #et-boc .et-l .bildtext a.cfclink:focus  span:not(.linkouterspan),
    .et-db #et-boc .et-l .et_pb_module.cfc_link:focus  span:not(.linkouterspan),
    .et-db #et-boc .et-l .et_pb_module a.cfclink:focus  span,
    #et-boc .et-l .et_pb_module div.badge a.badgeLink:focus  span:not(.linkouterspan) {
        /*background-image: var(--linkarrow-hover);
        background-position: center right;*/
        mask-position: center right !important;
        -webkit-mask-position: center right !important;
        background-color: var(--linkarrow-bg-hover);
        transition: all ease 0.3s;
    }
    /*hover*/
    .cfclink:hover span.icon-left,
    .et-db #et-boc .et-l .et_pb_module.cfc_link:hover span.icon-left:not(.linkouterspan),
    .et-db #et-boc .et-l .et_pb_module a.cfclink:hover span.icon-left,
    /*focus */
    .cfclink:focus  span.icon-left,
    .et-db #et-boc .et-l .et_pb_module.cfc_link:focus  span.icon-left:not(.linkouterspan),
    .et-db #et-boc .et-l .et_pb_module a.cfclink:focus  span.icon-left {
        /*background-image: var(--linkarrow-left-hover);
        background-position: center left;*/
        -webkit-mask-position: center left !important;
        mask-position:  center left !important;
        background-color: var(--linkarrow-bg-hover);
        transition: all ease 0.3s;
    }
/*}*/
@media screen and (max-width: 980px) {
    .et-db #et-boc .et-l .et_pb_column .et_pb_module.cfc_bildtext,
    #et-boc .et-l .et_pb_module.cfc_bildtext {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 639px) {
    #et-boc .et-l .cfcDiviModule.bildtext .uk-grid-margin {
        margin-top: 0px;
    }
}

a.cfclink,
.et-db #et-boc .et-l a.cfclink,
.et-db #et-boc .et-l .et_pb_module a.cfclink,
.et-db .pageContent #et-boc .et-l .et_pb_module a.cfclink,
.et-db #et-boc .et-l .et_pb_module .bildtext a.cfclink,
.et-db #et-boc .et-l .et_pb_module.cfc_link a.cfclink{
    text-transform: uppercase;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 2px;
    color: var(--black-3);
    margin-right: 30px;
    padding-right: 10px;
    padding-bottom: 0;
    display: inline-block;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
a.cfclink.cfclink_large,
.et-db #et-boc .et-l a.cfclink.cfclink_large,
.et-db #et-boc .et-l .et_pb_module a.cfclink.cfclink_large,
.et-db #et-boc .et-l .et_pb_module .bildtext a.cfclink.cfclink_large,
.et-db #et-boc .et-l .et_pb_module.cfc_link a.cfclink.cfclink_large {
    margin-right: 65px;
}
a.cfclink_left,
.et-db #et-boc .et-l a.cfclink_left,
.et-db #et-boc .et-l .et_pb_module a.cfclink_left,
.et-db #et-boc .et-l .et_pb_module .bildtext a.cfclink_left,
.et-db #et-boc .et-l .et_pb_module a.cfclink_left,
.et-db #et-boc .et-l .et_pb_module.cfc_link a.cfclink_left{
    margin-right: 0;
    padding-right: 0;
    margin-left: 30px;
    padding-left: 10px;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
a.cfclink_left.cfclink_large,
.et-db #et-boc .et-l a.cfclink_left.cfclink_large,
.et-db #et-boc .et-l .et_pb_module a.cfclink_left.cfclink_large,
.et-db #et-boc .et-l .et_pb_module .bildtext a.cfclink_left.cfclink_large,
.et-db #et-boc .et-l .et_pb_module.cfc_link a.cfclink_left.cfclink_large {
    margin-right: 0px;
    margin-left: 65px;
}
a.cfclink:hover,
.et-db #et-boc .et-l a.cfclink:hover,
.et-db #et-boc .et-l .et_pb_module a.cfclink:hover,
.et-db #et-boc .et-l .et_pb_module .bildtext a.cfclink:hover,
.et-db #et-boc .et-l .et_pb_module.cfc_link a.cfclink:hover{
    color: var(--red-1);
    text-decoration: none;
    background: transparent;
}
/*focus*/
a.cfclink:focus,
.et-db #et-boc .et-l a.cfclink:focus,
.et-db #et-boc .et-l .et_pb_module a.cfclink:focus,
.et-db #et-boc .et-l .et_pb_module .bildtext a.cfclink:focus,
.et-db #et-boc .et-l .et_pb_module.cfc_link a.cfclink:focus{
    color: var(--red-1);
    text-decoration: none;
    outline: none !important;
}
.et-db #et-boc .et-l .cfclink_small,
.et-db a.cfclink_small {
    font-size: 16px;
    line-height: 20px;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.et-db #et-boc .et-l .cfclink_large,
.et-db a.cfclink_large {
    font-size: 24px;
    line-height: 28px;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@media screen and (max-width: 1200px) {
    .et-db .jobDetail h1.jobTitle,
    .et-db .storyDetail h1.storyTitle {
        font-size: 33px;
        line-height: 38px;
        letter-spacing: 0;
        padding-bottom: 0;
    }
     .et-db .jobDetail .jobDescription {
        font-size: 25px;
        line-height: 29px;
    }


}
@media screen and (max-width: 959px) {
    a.cfclink,
    .et-db #et-boc .et-l a.cfclink,
    .et-db #et-boc .et-l .et_pb_module a.cfclink,
    .et-db .pageContent #et-boc .et-l .et_pb_module a.cfclink,
    .et-db #et-boc .et-l .et_pb_module .bildtext a.cfclink,
    .et-db #et-boc .et-l .et_pb_module.cfc_link a.cfclink{
        font-size: 15px;
        line-height: 18px;
        letter-spacing: 1.5px;
    }
    .et-db .jobDetail h1.jobTitle,
    .et-db .storyDetail h1.storyTitle {
        font-size: 33px;
        line-height: 38px;
        letter-spacing: 0;
        padding-bottom: 0;
    }
    .cfclink.cfclink_large  span.icon-left,
    .et-db #et-boc .et-l .et_pb_module.cfc_link .cfclink_large  span.icon-left,
    .et-db #et-boc .et-l .et_pb_module a.cfclink.cfclink_large  span.icon-right {
        background-position: center left;
    }

}


/*Bildtext-Modul*/
.et-db #et-boc .et-l .iframe-youtube.video_16_9 .fluid-width-video-wrapper,
.et-db .storyDetail .pageContent .iframe-youtube.video_16_9 .fluid-width-video-wrapper {
  position: relative;
  padding-top: 56.25% !important;
}
.et-db #et-boc .et-l .iframe-youtube.video_4_3 .fluid-width-video-wrapper {
  position: relative;
  padding-top: 75% !important;
}

.et-db #et-boc .et-l .iframe-youtube.video_16_9 iframe,
.et-db .storyDetail .pageContent .iframe-youtube.video_16_9 iframe,
.et-db .beitragDetail .pageContent .iframe-youtube.video_16_9 iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
}
.et-db #et-boc .et-l .iframe-youtube.video_4_3 iframe {
  aspect-ratio: 4 / 3;
  width: 100%;
}
.storyDetail div.image-box,
.et-db div.image-box>div,
.et-db #et-boc .et-l div.image-box>div,
.jobSlider .jobSliderList .hoverzoom {
    overflow: hidden;
    transition: all ease 0.4s;
    height: auto;
    position: relative;
}
.et-db div.image-box div.fit,
.et-db #et-boc .et-l div.image-box div.fit{
    overflow: hidden;
    transition: all ease 0.4s;
    height: 100%;
    position: relative;
}

.et-db #et-boc .et-l div.img-imagetext img,
.et-db #et-boc .et-l div.iframe-youtube img  {
    display: block;
    transition: all ease 0.4s;
}
.et-db #et-boc .et-l div.img-imagetext:not(.fit):not(.hoverzoom) img {
    margin: 0 auto;
}

.et-db div.image-box div.fit img,
.et-db #et-boc div.image-box div.fit img,
.et-db #et-boc .et-l div.img-imagetext.fit img,
.et-db #et-boc .et-l div.video-lokal.fit video,
.et-db #et-boc .et-l div.iframe-youtube.fit iframe,
.et-db #et-boc .et-l div.iframe-youtube.fit img,
.jobSlider .jobSliderList .hoverzoom img,
.et-db div.hoverzoom>img,
.et-db #et-boc .et-l .beitragSlider .beitragSliderList .hoverzoom img{
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    transition: all ease 0.4s;
}


.et-db div.image-box div.hoverzoom:hover,
.et-db #et-boc .et-l div.image-box div.hoverzoom:hover {
    transition: all ease 0.4s;
    transform: scale(0.95);
 }
.et-db .simple-text-box div.image-box div.img-imagetext,
.et-db #et-boc .et-l .simple-text-box div.image-box div.img-imagetext,
.et-db #et-boc .et-l .simple-text-box div.image-box div.iframe-youtube  {
    border-radius: 5px 5px 0 0;
    margin-bottom: 20px;
}
.et-db #et-boc .et-l .simple-text-box div.image-box div.iframe-youtube  {
    border-radius: 0;
}

.et-db .simple-text-box div.image-box div.hoverzoom:hover,
.et-db #et-boc .et-l .simple-text-box div.image-box div.hoverzoom:hover {
    transform: scale(1);
}

.et-db div.hoverzoom:hover>img,
.et-db #et-boc .et-l div.img-imagetext.hoverzoom:hover>img,
.et-db #et-boc .et-l div.video-lokal.hoverzoom:hover video,
.et-db #et-boc .et-l div.iframe-youtube.hoverzoom:hover iframe,
.jobSlider .jobSliderList .hoverzoom:hover>img {
    transform: scale(1.2);
    transition: all ease 0.4s;
}
.et-db #et-boc .hr-element.bildtext .image-box div.fit.hoverzoom .hr-pictures>div {
    background-size: 100%;
    transition: background-size ease 0.4s;
}
.et-db #et-boc .hr-element.bildtext .image-box div.fit.hoverzoom:hover .hr-pictures>div {
    background-size: 120%;
    transition: background-size ease 0.4s;
}
.et-db #et-boc .hr-element.bildtext .image-box div.fit.hoverzoom .hr-pictures { 
    height: 100%;
}
.et-db #et-boc .hr-element.bildtext .image-box div.fit.hoverzoom .hr-pictures.hr-height-100>div {
    height: 100%;
}
.et-db #et-boc .hr-element.bildtext .image-box div.fit.hoverzoom .hr-pictures.hr-height-50>div {
    height: 50%;
}
.et-db #et-boc .hr-element.bildtext .image-box div.fit.hoverzoom .hr-pictures.hr-height-33>div {
    height: 33.33333%;
}
.et-db div.image-box div.hoverbutton,
.et-db #et-boc .et-l div.image-box div.hoverbutton {
    position: absolute;
    width:100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    visibility: hidden;
}
.et-db div.image-box div.hoverbutton a,
.et-db #et-boc .et-l div.image-box div.hoverbutton a {
    background-color: rgba(0,0,0,0.5);
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all ease 0.4s;
}
.et-db div.image-box div.hoverbutton a img,
.et-db #et-boc .et-l div.image-box div.hoverbutton a img {
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: all ease 0.4s;
}
.et-db div.image-box>div:hover div.hoverbutton,
.et-db #et-boc .et-l div.image-box>div:hover div.hoverbutton {
    visibility: visible;
}
.et-db div.image-box>div:hover div.hoverbutton a,
.et-db div.image-box>div:hover div.hoverbutton a img,
.et-db #et-boc .et-l div.image-box>div:hover div.hoverbutton a,
.et-db #et-boc .et-l div.image-box>div:hover div.hoverbutton a img {
    opacity: 1;
    transition: all ease 0.4s;
}
.et-db #et-boc .et-l .cfc_bildtext .bildtext .text-box {
    display: flex;
    align-items: center;
}
.et-db #et-boc .et_clickable {
    -webkit-tap-highlight-color: transparent;
}
.et-db #et-boc .et-l .cfc_bildtext.et_clickable .simple-text-box .text *:not(h4),
.et-db #et-boc .et-l .cfc_bildtext.et_clickable .bildtext .text-box *:not(h4){
    border-bottom: 2px solid transparent !important;
    display: inline;
    padding-bottom: 0;
    transition: all ease 0.4s;
}
.et-db #et-boc .et-l .cfc_bildtext.et_clickable:hover .simple-text-box .text *(h4),
.et-db #et-boc .et-l .cfc_bildtext.et_clickable:hover .bildtext .text-box *(h4){
    border-bottom: 2px solid var(--black-3) !important;
    transition: all ease 0.4s;
}
.et-db #et-boc .et-l .cfc_bildtext.et_clickable .simple-text-box .text h4 {
    display: inline-block !important;
}
.et-db #et-boc .et-l .cfc_bildtext.et_clickable:hover .simple-text-box .text h4 {
    border-bottom: 1px solid var(--black-3) !important;
    transition: all ease 0.4s;
    transition-delay: 0s !important;
}
.et-db #et-boc .et-l .cfc_bildtext .simple-text-box.image-top h4 {
    font-size: 40px;
    line-height: 47px;
    font-family: 'lato-regular';
}

.et-db #et-boc .et-l .linklisttitle {
    font-family: 'geller-text';
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0.45px;
}
.jobDetail .jobDetail-bottom .uk-margin-xlarge-right {
    margin-right: 120px !important ;
}
.cfc_bildtext .bildtext.display-4 .link-box>div.uk-margin-top {
    margin-top: 0 !important;
}

.hr-element.bildtext .image-box .hr-pictures>div,
#jobKontaktHR .image-box .hr-pictures>div {
    background-position: center 36% !important;
}


@media screen and (max-width: 1400px) {
    .text-box .uk-margin-xlarge-left,
    .text-box .uk-margin-large-left,
    .jobDetail .uk-margin-xlarge-left,
    .jobDetail .uk-margin-large-left {
        margin-left: 50px !important;
    }
    .text-box .uk-margin-xlarge-right,
    .text-box .uk-margin-large-right,
    .jobDetail .uk-margin-xlarge-right,
    .jobDetail .uk-margin-large-right,
    .jobDetail .jobDetail-bottom .uk-margin-xlarge-right {
        margin-right: 50px !important;
    }
}



@media screen and (max-width: 1200px) {
    .text-box .uk-margin-xlarge-left,
    .text-box .uk-margin-large-left,
    .jobDetail .uk-margin-xlarge-left,
    .jobDetail .uk-margin-large-left {
        margin-left: 30px !important;
    }
    .text-box .uk-margin-xlarge-right,
    .text-box .uk-margin-large-right,
    .jobDetail .uk-margin-xlarge-right,
    .jobDetail .uk-margin-large-right,
    .jobDetail .jobDetail-bottom .uk-margin-xlarge-right  {
        margin-right: 30px !important;
    }
}

@media screen and (min-width: 959px) {
    .cfc_bildtext .bildtext.display-4 .text-box .uk-margin-top {
        margin-top: 0 !important;
    }
}
@media screen and (max-width: 960px) {
    .text-box .uk-margin-xlarge-left,
    .text-box .uk-margin-large-left,
    .jobDetail .uk-margin-xlarge-left,
    .jobDetail .uk-margin-large-left,
    .kuzeinsatzliste.uk-margin-large-left {
        margin-left: 0 !important;
    }
    .text-box .uk-margin-xlarge-right,
    .text-box .uk-margin-large-right,
    .jobDetail .uk-margin-xlarge-right,
    .jobDetail .uk-margin-large-right,
    .jobDetail .jobDetail-bottom .uk-margin-xlarge-right  {
        margin-right: 0 !important;
    }
    .text-box .uk-margin-large-top {
        margin-top: 0px !important;
    }
    .text-box .uk-margin-large-bottom {
        margin-bottom: 0 !important;
    }
    .text-box .uk-margin-bottom {
        margin-bottom: 0 !important;
    }


    .et-db div.image-box div.hoverzoom:hover,
    .et-db #et-boc .et-l div.image-box div.hoverzoom:hover {
        transform: scale(1);
     }
     .et-db div.image-box div.hoverbutton,
    .et-db #et-boc .et-l div.image-box div.hoverbutton {
        visibility: visible;
    }
    .et-db div.image-box div.hoverbutton a,
    .et-db #et-boc .et-l div.image-box div.hoverbutton a {
        background-color: rgba(0,0,0,0.1);
        opacity: 1;
    }
    .et-db div.image-box div.hoverbutton a img,
    .et-db #et-boc .et-l div.image-box div.hoverbutton a img {
        opacity: 1;
    }
    .et-db .simple-text-box div.image-box div.img-imagetext,
    .et-db #et-boc .et-l .simple-text-box div.image-box div.img-imagetext {
        margin-bottom: 0;
    }
    .et-db .simple-text-box div.text {
        margin-top: 20px !important;
    }
    .cfc_bildtext .bildtext.display-4>div.uk-grid>div:last-child {
        margin-top: 0 !important;
    }
    .cfc_bildtext .bildtext .link-box>div.uk-margin-top {
        margin-top: 0 !important;
    }
    .et-db #et-boc .cfc_bildtext .bildtext div.image-box,
    .et-db #et-boc .cfc_hrelement .bildtext div.image-box {
        margin-bottom: 30px;
    }
    .et-db #et-boc .et-l .cfc_bildtext .simple-text-box.image-top h4 {
        font-size: 30px;
        line-height: 36px;
    }
    .et-db #et-boc .hr-element.bildtext>div>div {
        width: 100%;
    }
    .et-db #et-boc .hr-element.bildtext .image-box div.fit.hoverzoom .hr-pictures.hr-height-100>div {
        height: calc((100vw - 35px) / 16 * 9);
    }
    .et-db #et-boc .hr-element.bildtext .image-box div.fit.hoverzoom .hr-pictures.hr-height-50>div {
        height: calc((100vw - 35px) / 2 / 16 * 9);
    }
    .et-db #et-boc .hr-element.bildtext .image-box div.fit.hoverzoom .hr-pictures.hr-height-33>div {
        height: calc((100vw - 35px) / 3 / 16 * 9);
    }
}



body .uk-lightbox,
body .uk-modal {
    background: var(--background-lightbox);
}
body #sidebar-overlay .overlay-container .divioverlay-bg {
    background: var(--background-lightbox) !important;
}
body #sidebar-overlay .overlay-container .divioverlay {
    text-align: center;
}
body #sidebar-overlay,
body #sidebar-overlay.pcs_enabled {
    position: absolute;
    top: 0;
}
body #sidebar-overlay .entry-content {
    width: 1200px;
    margin: 50px auto;
    background-color: var(--white-01);
}
body #sidebar-overlay .divioverlay .overlay-close {
    right: calc(50vw - 600px + 20px);
    top: calc(50px + 30px);
    color: transparent;
    width: 45px;
    height: 45px;
}
body #sidebar-overlay .divioverlay .overlay-close span {
   display: none;
}

body #sidebar-overlay .divioverlay .overlay-close:hover {
    text-decoration: none;
}
body #sidebar-overlay .divioverlay .overlay-close:after {
    background-image: var(--close);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    visibility: visible;
    width: 45px;
    height: 45px;
}
body #sidebar-overlay .divioverlay .overlay-close:hover:after {
    background-image: var(--close-activ);
}
body #sidebar-overlay .divioverlay .et-boc .et-l .et_pb_with_background .et_pb_row {
    width: 100%;
}


body .uk-lightbox ul.uk-lightbox-items li video {
    width: 1300px;
    max-width: 90vw;
    max-height: 90vh;
}
body .uk-lightbox .uk-lightbox-toolbar-icon {
    color: var(--white-01);
}
.media-modal button.uk-modal-close-outside {
    width: 45px;
    height: 45px;
    transform: translate(calc(100% + 40px), 0%);
    padding: 0;
    background-color: transparent;
}
.media-modal button.uk-modal-close-outside:after {
    content: '';
    width: 45px;
    height: 45px;
    background-image: var(--close-white);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    transition: all ease 0.3s;
}
.media-modal button.uk-modal-close-outside:hover:after {
    background-image: var(--close-activ);
    transition: all ease 0.3s;
}
.media-modal button.uk-modal-close-outside svg {
    /*width: 45px;
    height: 45px;*/
    display: none;
}
.uk-modal-dialog [class*=uk-modal-close-] {
    background: transparent;
    border-radius: 100%;
    padding: 10px;
    right: 20px;
}

[class*=uk-modal-close-]:after {
    content: '';
    width: 45px;
    height: 45px;
    background-image: var(--close);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    transition: all ease 0.3s;
}
[class*=uk-modal-close-]:hover:after {
    background-image: var(--close-activ);
    transition: all ease 0.3s;
}
[class*=uk-modal-close-] span {
    display: none;
}

iframe.modalIframe {
    width: 100%;
    height: 100vh;
    border: none;
}
html.overlay,
html.overlay body,
html.overlay body>div.uk-container,
html.overlay body>div.uk-container>.pageContent,
html.overlay #et-boc,
html.overlay #et_builder_outer_content,
html.overlay #et_builder_outer_content>.et-l,
html.overlay #et_builder_outer_content>.et-l .et_builder_inner_content,
html.overlay #et_builder_outer_content>.et-l .et_builder_inner_content .et_pb_section,
html.overlay #et_builder_outer_content>.et-l .et_builder_inner_content .et_pb_section .et_pb_row {
    height: 100%;
}


.overlay-template-default .uk-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: unset !important;
}
.overlay-template-default.et-db .uk-container-xlarge #et-boc .et-l .et_pb_row {
    max-width: unset !important;
}

@media screen and (min-width: 959px) {
    .uk-modal.media-modal {
        padding-left: 80px;
        padding-right: 80px;
    }
    iframe.modalIframe {
        height: 75vh;
    }
}
@media screen and (min-width: 640px) {
    .uk-modal.media-modal {
        padding-left: 80px;
        padding-right: 80px;
    }
}
@media screen and (max-width: 640px) {
    .media-modal button.uk-modal-close-outside {
        width: 30px;
        height: 30px;
        transform: translate(calc(100% - 15px), calc(-100% - 15px));
    }
    .media-modal button.uk-modal-close-outside:after {
        width: 30px;
        height: 30px;
    }

}
body.single-overlay {
    background: var(--white-01);
}

.uk-container-large{
    /* max-width: 1600px; */
}

/* social media icons */
.smIcons a{
    margin-right: 25px;
    display: inline-block;
    color: var(--white-01);
}
.smIcons a:last-child{
    margin-right: 0;
}
footer .smIcons a {
    width: 40px;
    height: 40px;
}
footer .smIcons a span.custom-footer-youtube,
footer .smIcons a span.custom-footer-vimeo,
footer .smIcons a span.custom-footer-insta,
footer .smIcons a span.custom-footer-micro {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
footer .smIcons a span.custom-footer-youtube {
    background-image: url('/wp-content/themes/cfc/assets/images/icons/svg/videofooter-white.svg');
}
footer .smIcons a span.custom-footer-insta {
    background-image: url('/wp-content/themes/cfc/assets/images/icons/svg/insta_white.svg');
}
footer .smIcons a span.custom-footer-vimeo {
    background-image: url('/wp-content/themes/cfc/assets/images/icons/svg/vimeofooter_white.svg');
}
footer .smIcons a span.custom-footer-micro {
    background-image: url('/wp-content/themes/cfc/assets/images/icons/svg/podcast_white.svg');
}
footer .smIcons a:hover {
    opacity: 0.8;
}

/* custom divi module 'badge' */
.et_pb_row.et_pb_row_0 {
    z-index: 10;
}



#et-boc .et-l .et_pb_module div.badge-shadow{
    position: fixed;
    bottom: 50px;
    right: 50px;
    width: 450px;
    z-index: 10;
    filter: drop-shadow(0px 3px 20px rgba(0,0,0,0.25));

}
#et-boc .et-l .et_pb_module div.badge{
    background: var(--red-1);
    color: var(--gray-2);
    font-size: 22px;
    line-height: 27px;
    font-weight: 400;
    padding: 50px 80px 50px 50px;
    clip-path: polygon(0 0, 100% 10%, 95% 90%, 5% 100%);
    z-index: 10;
}
#et-boc .et-l .et_pb_module div.badge {
    background-color: var(--white-01);
}

#et-boc .et-l .et_pb_module div.badge .badge-bg{
    background-image: url(assets/images/bg/badge_BG.svg) !important;
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat !important;
    background-position: top right !important;
    left: 0;
    top: 0;
    background-size: contain !important;
    opacity: 0.1;
    z-index: 1;
}
#et-boc .et-l .et_pb_module div.badge.net-dark .badge-bg {
    background-image: url(assets/images/bg/badge_BG.svg) !important;
}
#et-boc .et-l .et_pb_module div.badge.net-white .badge-bg {
    background-image: url(assets/images/bg/badge_BG-white.svg) !important;
    opacity: 0.2;
}
#et-boc .et-l .et_pb_module div.badge.nonet .badge-bg {
    display: none;
}
#et-boc .et-l .et_pb_module div.badgeTitle{
    font-size: 30px;
    letter-spacing: 0.3px;
    line-height: 36px;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
    color: var(--black-04);
    position: relative;
    z-index: 2;
}
#et-boc .et-l .et_pb_module div.badge.font-white .badgeTitle {
    color: var(--white-01);
}
#et-boc .et-l .et_pb_module div.badgeText {
    position: relative;
    z-index: 2;
    color: var(--black-04);
}
#et-boc .et-l .et_pb_module div.badge.font-white .badgeText {
    color: var(--white-01);
}

.et-db #et-boc .et-l .et_pb_module .badge .badgeClose a{
    position: absolute;
    top: 40px;
    right: 15px;
    color: var(--black-2);
    z-index: 2;
}
.et-db #et-boc .et-l .et_pb_module .badge.font-white .badgeClose a{
    color: var(--gray-02);
}
.et-db #et-boc .et-l .et_pb_module .badge .badgeClose a:after {
    content: '';
    width: 20px;
    height: 20px;
    background-image: var(--close);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    transition: all ease 0.3s;
}
.et-db #et-boc .et-l .et_pb_module .badge .badgeClose a:hover {
    text-decoration: none;
    border-bottom: 1px solid transparent !important;
}
.et-db #et-boc .et-l .et_pb_module .badge .badgeClose a:hover:after {
    background-image: var(--close-activ);
    transition: all ease 0.3s;
}
.et-db #et-boc .et-l .et_pb_module .badge.font-white .badgeClose a:after {
    background-image: var(--close-white);
}
.et-db #et-boc .et-l .et_pb_module .badge.font-white .badgeClose a:hover:after {
    background-image: var(--close-white);
}
.et-db #et-boc .et-l .et_pb_module .badge .badgeClose a span {
    display: none;
}

/*badge-links - coverup*/
.badge a.cfc-animation.coverup:after {
    content: "";
    background-color: var(--white);
    transform: translateX(0);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: calc(100% + 30px);
    transition-property: transform, opacity, width;
    transition-duration: 1s, 0.5s, 0s;
    transition-delay: 0s, 0.5s, 0s;

}
.badge a.cfc-animation.coverup.animactive:after {
    width: 0;
    transform: translateX(100%);
    transition-property: transform, width;
    transition-duration: 1s, 0s;
    transition-delay: 0s, 0.5s;
    transition-timing-function: cubic-bezier(.77,0,.175,1), cubic-bezier(.77,0,.175,1);
}



@media screen and (max-width: 639px) {
    body #et-boc .et-l .et_pb_module div.badge-shadow {
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: rgba(0,0,0,0.4);
    }
    body #et-boc .et-l .et_pb_module div.badge{
        position: absolute;
        bottom: unset;
        right: unset;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
        padding: 30px 40px 30px 40px;
    }
    body #et-boc .et-l .et_pb_module div.badgeText{
        font-size: 17px;
        line-height: 21px;
    }
    body #et-boc .et-l .et_pb_module div.badgeTitle{
        font-size: 21px;
        line-height: 25px;
        font-family: 'lato-bold';
    }
    body #et-boc .et-l .et_pb_module div.badgeLink{
        font-size: 15px;
        line-height: 18px;
        letter-spacing: 1.5px;
    }
}



.pageContent{
    /* padding: 0 60px; */
}
/*cfc-fullwidthBG-Section*/

#et-boc .et-l div.cfc-fullwidthBG {
    width: 100vw;
    margin-left: -40px;
}

#et-boc .et-l div.cfc-fullwidthBG.cfc-section>.et_pb_row {

}
.et-db #et-boc .et-l .et_pb_section_2.et_pb_section.bgSonderausgabe {
    background-color: var(--gray-light-1) !important;
}

/* cfc-section - Abstand */
#et-boc .et-l div.cfc-section>.et_pb_row,
div.topBarHeaderlink.cfc-section>.et_pb_row,
.et-db #et-boc .et-l .et_pb_section .et_pb_row.cfc-section {
    margin-left: 40px;
    margin-right: 40px;
    width: calc(100% - 80px) !important;
}
div.topBarHeaderlink.cfc-section {
    margin-top: calc(-50vh + 100px);
}
#et-boc .et-l div.cfc-section .cfc_kurzeinsaetze .kurzeinsatzMap {
    margin-left: -80px;
}
#et-boc .et-l div.cfc-section .cfc_kurzeinsaetze .kurzeinsatzMap a {
    transition: all ease 0.3s;
}

@media (min-width: 1680px){
     #et-boc .et-l div.cfc-fullwidthBG {
        margin-left: calc(-1 * (100vw - 1600px) / 2);
    }
}

@media (min-width: 1200px){
    .pageContent #et-boc .et-l div.cfc-section>.et_pb_row,
    #et-boc .et-l div.cfc-section>.et_pb_row,
    div.topBarHeaderlink.cfc-section>.et_pb_row,
    .et-db #et-boc .et-l .et_pb_section .et_pb_row.cfc-section {
        margin-right: 70px;
        margin-left: 70px;
        width: calc(100% - 140px) !important;
    }
    #et-boc .et-l div.cfc-section .cfc_kurzeinsaetze .kurzeinsatzMap {
        margin-left: -110px;
    }
    .pageContent #et-boc .et-l div.cfc-fullwidthBG>.et_pb_row {
        margin: 0 auto ;
        max-width: 1600px;
        width: 100% !important;
    }
    .pageContent #et-boc .et-l div.cfc-fullwidthBG.cfc-section>.et_pb_row {
        padding-right: 70px;
        padding-left: 70px;
    }

}
@media (max-width: 959px){
    .pageContent #et-boc .et-l div.cfc-section>.et_pb_row,
    #et-boc .et-l div.cfc-section>.et_pb_row,
    div.topBarHeaderlink.cfc-section>.et_pb_row,
    .et-db #et-boc .et-l .et_pb_section .et_pb_row.cfc-section {
        margin-right: 0px;
        margin-left: 0px;
        width: 100% !important;
    }
    #et-boc .et-l div.cfc-section .cfc_kurzeinsaetze .kurzeinsatzMap {
        margin-left: -35px;
    }
    #et-boc .et-l div.cfc-fullwidthBG {
        width: 100vw;
        margin-left: -35px;
    }
    .pageContent #et-boc .et-l div.cfc-fullwidthBG>.et_pb_row {
        margin: 0 auto ;
        max-width: 1600px;
        width: 100% !important;
    }
    .pageContent #et-boc .et-l div.cfc-fullwidthBG.cfc-section>.et_pb_row {
        padding-right: 35px;
        padding-left: 35px;
    }
    div.topBarHeaderlink.cfc-section {
        margin-top: -60px;
        text-align: center;
    }
}
/*Kurzeinsatz*/
#et-boc .et-l div.cfc-section .cfc_kurzeinsaetze .kurzeinsatzMap a.kurzeinsatzMapTitle{
    display: block !important;
    font-size: 37px !important;
    line-height: 45px !important;
    color: var(--black-3);
    font-family: 'lato-bold';
    white-space: nowrap;
    position: relative;
    padding-bottom: 0;
    margin-bottom: 20px !important;
}
#et-boc .et-l div.cfc-section .cfc_kurzeinsaetze .kurzeinsatzMap a.kurzeinsatzMapTitle:hover{
    color: var(--red-1) !important;
}
#et-boc .et-l div.cfc-section .cfc_kurzeinsaetze .kurzeinsatzMap a.kurzeinsatzMapTitle span.mapTitle {
    white-space: nowrap;
    /*position: absolute;
    right: 0;*/
}
#et-boc .et-l div.cfc-section .cfc_kurzeinsaetze .kurzeinsatzMap a.kurzeinsatzMapTitle span.mapTitleHover {
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: 0;
    transition: all ease 0.2s;
}
#et-boc .et-l div.cfc-section .cfc_kurzeinsaetze .kurzeinsatzMap a.kurzeinsatzMapTitle:hover span.mapTitle {
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.2s;
}
#et-boc .et-l div.cfc-section .cfc_kurzeinsaetze .kurzeinsatzMap a.kurzeinsatzMapTitle:hover span.mapTitleHover {
    opacity: 1;
    visibility: visible;
    transition: all ease 0.2s;
}
#et-boc .et-l .cfc_kurzeinsaetze  .kuzeinsatzliste-title {
    font-family: 'geller-text';
    font-size: 30px;
    line-height:75px;
    letter-spacing: 0.45px;
    color: var(--black-3);
}
.kurzeinsatz {
    color: var(--black-03);
}
.kurzeinsatz .kurzeinsatz-logo {
    margin-bottom: 100px;
}
.kurzeinsatz .kurzeinsatz-logo img {
    max-width: 200px;
    max-height: 80px;
}
.kurzeinsatz .kurzeinsatz-title {
    font-family: 'geller-headline';
    font-size: 80px;
    line-height: 75px;
    letter-spacing: 1.2px;
    color: var(--black-03);
}
.kurzeinsatz .kurzeinsatz-title a {
    color: var(--black-03);
}
.kurzeinsatz .kurzeinsatz-title a:hover {
    text-decoration: none;
}
.kurzeinsatz .kurzeinsatz-type,
.kurzeinsatz .kurzeinsatz-date {
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 2.25px;
    color: var(--black-03);
}
.kurzeinsatz .kurzeinsatz-type {
    text-transform: uppercase;
}
@media screen and (max-width: 1400px) {
    #et-boc .et-l div.cfc-section .cfc_kurzeinsaetze .kurzeinsatzMap a.kurzeinsatzMapTitle{
        font-size: 30px !important;
        line-height: 38px !important;
        margin-bottom: 15px !important;
    }
}
@media screen and (max-width: 1200px) {
    #et-boc .et-l div.cfc-section .cfc_kurzeinsaetze .kurzeinsatzMap a.kurzeinsatzMapTitle{
        font-size: 24px !important;
        line-height: 32px !important;
        margin-bottom: 10px !important;
    }
    .kurzeinsatz .kurzeinsatz-title {
        font-size: 50px;
        line-height: 50px;
    }
}
@media screen and (max-width: 959px) {
    #keInfo.uk-modal {
        padding: 0;
        min-height: 100vh;
    }
    #keInfo.uk-modal #keInfoContent {
        min-height: 100vh;
    }
    #keInfo .kurzeinsatz-image {
        height: 65vh;
    }
    #keInfo .uk-padding-large.ke-content {
        padding: 40px 40px 60px 60px;
    }
    .kurzeinsatz .kurzeinsatz-logo {
        margin-bottom: 50px;
    }
    .kurzeinsatz .kurzeinsatz-logo img {
        max-width: 180px;
        max-height: 55px;
    }

}
@media screen and (max-width: 640px) {
    #keInfo .uk-padding-large.ke-content {
        padding: 30px;
    }
    .kurzeinsatz .kurzeinsatz-logo {
        margin-bottom: 30px;
    }
    .kurzeinsatz .kurzeinsatz-logo img {
        max-width: 160px;
        max-height: 40px;
    }
}
/* top nav */
.headerBackgroundImage{
    background-size: cover;
    background-position: center;
    height: 100vh;
    position: relative;
    margin-top: -175px;
}

.headerBackgroundVideo{
    justify-content: center;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
    /*z-index: 10;*/
    /*cursor: url('/wp-content/themes/cfc/assets/images/icons/svg/pfeil_runter_white.svg'), url('/wp-content/themes/cfc/assets/images/icons/svg/pfeil_runter_white.svg'), ns-resize;*/
    margin-top: -175px;
}
.uk-active.videocursor,
.topBarHeaderBg ~ .uk-active.subNav {
    pointer-events: none;
}
.uk-active.videocursor .topBarDiv a,
.uk-active.videocursor .darkmode-switch,
.topBarHeaderBg ~ .uk-active.subNav a {
    pointer-events: all;
}
@media screen and (min-width: 960px) {
    .subNav ~ .headerBackgroundVideo{
        margin-top: -215px;
    }
    .subNav ~ .headerBackgroundImage{
        margin-top: -215px;
    }
}

@media screen and (max-width: 959px) {
    .headerBackgroundVideo,
    .headerBackgroundImage {
       margin-top: -90px;
    }
    .mobilePagetitle ~ .headerBackgroundVideo,
    .mobilePagetitle ~ .headerBackgroundImage {
       margin-top: -185px;
    }
    .headerBackgroundImage,
    .headerBackgroundVideo,
    .headerBackgroundVideo video{
        height: calc(100vh - 140px);
    }
    .headerBackgroundImageOverlay{
        height: calc(100vh - 140px);
        width: 100vw;
    }
    #et-boc .et-l .cfc_kurzeinsaetze .kuzeinsatzliste>div {
        margin-bottom: 50px;
    }
    #et-boc .et-l .cfc_kurzeinsaetze .kuzeinsatzliste-title {
        font-size: 25px;
        line-height: 29px;
        letter-spacing: 0.21px;
        margin-bottom: 15px !important;
    }

}
@media screen and (max-width: 768px) {
     #et-boc .et-l .cfc_kurzeinsaetze .kuzeinsatzliste-title {
        font-size: 21px;
        line-height: 25px;
        letter-spacing: 0.21px;
        margin-bottom: 10px !important;
    }

}
.headerBackgroundVideo video{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.headerBackgroundImageOverlay{
    position: absolute;
    height: 100vh;
    width: 100vw;
    overflow: hidden;

}
.headerBackgroundImageOverlay,
.topBarHeaderBg,
.topBarHeaderBg ~ .subNav {
    cursor: url('/wp-content/themes/cfc/assets/images/icons/svg/pfeil_runterHome_dark.svg') 17 35, auto;
}
.headerBackgroundImageOverlay.videocursor,
.topBarHeaderBg.videocursor,
.topBarHeaderBg.videocursor ~ .subNav {
    cursor: url('/wp-content/themes/cfc/assets/images/icons/svg/pfeil_runterHome_white.svg') 17 35, auto;
}
.topBarHeaderBg .topNav,
.subNavRight>div,
.topBarHeaderBg ~ .subNav.uk-active {
    cursor: auto;
}
.home .headerBackgroundImageOverlay{
    background: rgba(0,0,0,0.1);
}
.topBar.home:not(.uk-sticky-fixed){
    background: var(--background-gradient);
}
.topBar.uk-active:not(.withsubnav) {
    background: var(--white);
}

.topBarDiv{
    padding: 60px 0;
    /*transition: all ease 0.5s;*/
}

.topBar.uk-active:not(.withsubnav) .topBarDiv {
    padding: 10px 0 10px 0;
    /*transition: all ease 0.5s;*/
}
.topBarHeaderBg{
    /*background: rgba(0, 0, 0, 0.5);*/
    /* background: none; */
}
h1.topBarHeaderBgText{
    color: var(--white-01);
    font-size: 40px;
    line-height: 50px;
    font-weight: 100;
    width: 60%;
    padding-bottom: 50px;
    font-family: 'lato-light';
    text-shadow: 0px 0px 4px rgba(0,0,0,0.8);
    margin: unset;
    letter-spacing: unset;
    transition: unset;
    padding: 0 0 50px 0;
    hyphens: none;
}
h1.topBarHeaderBgText span{
    font-family: 'lato-regular';
}
.topBar.uk-active:not(.withsubnav) h1.topBarHeaderBgText {
    color: var(--black-2);
}
.logo{
    /* height: 40px; */
}
.logo a.full-logo{
    display: inline-block;
    width: 230px;
    background-image: var(--logo-white);
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    overflow: hidden;
}
.logo a.full-logo {
    background-image: var(--logo-white);
}
.logo a.icon-logo {
    background-image: var(--logo-dark-icon-home);
    height: 23px;
    width: 23px;
    display: none;
    background-repeat: no-repeat;
    background-position: center;
}
.topBar.uk-active:not(.withsubnav) .logo a.icon-logo {
    width: 38px;
    height: 100%;
}
.logo a.icon-logo-subpage {
    background-image: var(--logo-dark-icon);
    height: 40px;
    width: 40px;
    display: inline-block;
    background-repeat: no-repeat;
}
.topBarHeaderBg .logo a.icon-logo-subpage,
.headerBackgroundVideo .subNav .logo a.icon-logo-subpage,
.headerBackgroundImage .subNav .logo a.icon-logo-subpage {
    background-image: var(--logo-dark-icon-home);
}
.topBar.uk-active:not(.withsubnav) .logo a.icon-logo {
    display: inline-block;
}
.topBar.uk-active:not(.withsubnav) .logo a.full-logo {
    display: none;
}
.topNav{
    margin-top: -3px;
    display: inline-block;
    font-family: 'lato-regular';
    padding-left: 10px;
}
.topNav-items {
    display: inline-block;
}
.topNavItem{
    text-transform: uppercase;
    text-decoration: none;
    color: var(--gray-03);;
    font-size: 22px;
    line-height: 22px;
    margin-right: 30px;
    cursor: pointer;
}

.topNavItem:hover{
    text-decoration: none;
    color: var(--nav-hover);
}
.topNavItemActive{
    color: var(--black-4);
}
.topBarHeaderBg .topNavItemActive {
    color: var(--black-04);
}
.topBar.uk-active:not(.withsubnav) .topNavItem:hover,
.subNav.uk-active .topBarDiv .topNavItemActive,
.subNav.uk-active .topBarDiv .topNavItem:hover {
    color: var(--black-4);
}
.home .topNavItemActive,
.home .topNavItem:hover {
    color: var(--white-01);
}
.headerBackgroundImage .topBar.uk-active:not(.withsubnav) .topNavItem:hover,
.headerBackgroundImage .subNav.uk-active .topBarDiv .topNavItemActive,
.headerBackgroundImage .subNav.uk-active .topBarDiv .topNavItem:hover{
    color: var(--nav-hover);
}
.headerBackgroundImage .topNavItem:hover,
.headerBackgroundImage .topNavItemActive {
    color: var(--nav-hover-BG);
}
@media screen and (max-width: 1350px) {
    h1.topBarHeaderBgText {
        font-size: 30px;
        line-height: 40px;
    }
    .topBarDiv{
        padding: 40px 0;
        /*transition: all ease 0.5s;*/
    }
}
@media screen and (max-width: 959px) {
    body.level-2 div.topBar,
    body.level-2 div.mobilePagetitle  {
        display: none;
    }
}


/* yearCounter */
.yearCounter,
.yearCounter a,
.yearcounter-mobile,
.yearcounter-mobile a{
    color: var(--black-4);
    position: relative;
    display: inline-block;
    font-size: 38px;
    line-height: 42px;
    text-transform: uppercase;
}
.topBarHeaderBg .yearCounter,
.topBarHeaderBg .yearCounter a {
    color: var(--black-04);
}
.yearCounter span,
.yearcounter-mobile span {
    margin-left: 50px;
}
.yearCounter .explocounter + span,
.yearcounter-mobile .explocounter + span {
    margin-left: 171px;
}
.home .uk-sticky-fixed .topNav-items + .yearCounter span {
    margin-left: 0;
}

.yearCounter span>span,
.yearcounter-mobile span>span {
    margin-left: 0;
}
.home .yearCounter,
.home .yearCounter a{
    color: var(--white-01);
}
.topBar.home.uk-active:not(.withsubnav) .yearCounter,
.topBar.home.uk-active:not(.withsubnav) .yearCounter a{
    color: var(--black-4);
    /*font-size: 30px;*/
}
.topBar.home.uk-active:not(.withsubnav) .yearCounter {
    padding-left: 0px;
}
.topBar.uk-active:not(.withsubnav) .yearCounter a{
    border-bottom: 1px solid transparent;
    transition: all ease 0.3s;

}
.topBar.uk-active:not(.withsubnav) .yearCounter a:hover{
    border-bottom: 1px solid var(--black-4);
    transition: all ease 0.3s;
}
.yearCounterInner{
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    font-style: normal;
    overflow: hidden;
}
#yearCounterValue{
    position: relative;
    width: 44px;
    height: 40px;
    /*cursor: none;*/
    text-decoration: none;
}
.explocounter #yearCounterValue{
    width: 171px;
}
.yearCounter #yearCounterValue div,
.yearCounter a #yearCounterValue div,
.yearcounter-mobile #yearCounterValue div,
.yearcounter-mobile a #yearCounterValue div{
    color: var(--gray-03);
    opacity: 1;
}

.yearCounter #yearCounterValue div:last-child,
.yearCounter a #yearCounterValue div:last-child,
.yearcounter-mobile #yearCounterValue div:last-child,
.yearcounter-mobile a #yearCounterValue div:last-child{
    color: var(--black-4);
}
.topBarHeaderBg .yearCounter #yearCounterValue div:last-child,
.topBarHeaderBg .yearCounter a #yearCounterValue div:last-child {
    color: var(--black-04);
}
.home .yearCounter #yearCounterValue div:nth-child(2),
.home .yearCounter a #yearCounterValue div:nth-child(2) {
    color: var(--gray-03);
}
.home .yearCounter #yearCounterValue div:last-child,
.home .yearCounter a #yearCounterValue div:last-child  {
    color: var(--white-01);
}
.home .yearCounter,
.home .yearCounter a{
    color: var(--white-01);
}
.yearCounter a,
.yearcounter-mobile a {
    border-bottom: 1px solid transparent;
    transition: all ease 0.3s;
}

.yearCounter a:hover,
.yearcounter-mobile a:hover {
    border-bottom: 1px solid var(--black-4);
    text-decoration: none;
    transition: all ease 0.3s;
    color: var(--black-4);
}
.headerBackgroundImage .yearCounter a:hover {
    border-bottom: 1px solid var(--black-04);
    color: var(--black-04);
}
.home .yearCounter a:hover {
    border-bottom: 1px solid var(--white-01);
    color: var(--white-01);
}
.counter-top-small {
    display: none;
}
.topBar.uk-active:not(.withsubnav) .counter-top-small {
    display: inline;
}
.topBar.uk-active:not(.withsubnav) .yearCounterInner {
    display: none;
}
@media screen and (max-width: 1400px) {
    .topNavItem {
        margin-right: 20px;
    }
    .logo a.full-logo {
        width: 180px;
    }
}
@media screen and (max-width: 1300px) {
    .yearCounter {
        padding-left: 10px;
    }
    .yearCounter,
    .yearCounter a {
        font-size: 25px;
        line-height: 29px;
    }
    .yearCounter span,
    .yearcounter-mobile span {
        margin-left: 40px;
    }
    .yearCounter .explocounter + span {
        margin-left: 120px;
    }
    .yearcounter-mobile .explocounter + span {
        margin-left: 140px;
    }
    .yearcounter-mobile {
        display: block;
        border-top: 1px solid var(--gray-6);
        padding-top: 30px;
        padding-left: 0;
    }
    .yearcounter-mobile,
    .yearcounter-mobile a {
        font-size: 30px;
        line-height: 30px;
        letter-spacing: 0.48px;
        position: relative;
    }
    .yearCounterInner {
    	height: 23px;
        top: 1px;
    }
    .yearcounter-mobile .yearCounterInner {
        height: 25px;
        top: 34px;
        margin-left: 0px;
    }
    .yearcounter-mobile a .yearCounterInner {
        top: 3px;
    }
    .topNavItem {
        margin-right: 15px;
        font-size: 18px;
        line-height: 18px;
    }
    .logo a.full-logo {
        width: 125px;
        height: 30px;
    }
    #yearCounterValue {
        width: 40px;
        /*left: 15px;*/
    }
    .explocounter #yearCounterValue {
        width: 120px;
    }
    .yearcounter-mobile .explocounter #yearCounterValue {
        width: 140px;
    }
    .explocounter #yearCounterValue
     .yearcounter-mobile #yearCounterValue {
        left: 0;
     }
}
@media screen and (max-width: 1050px) {
    .yearCounter {
        padding-left: 0;
    }
    #yearCounterValue {
        left: -5px;
    }
    .explocounter #yearCounterValue {
        left: 0;
    }
    .topNavItem {
        margin-right: 10px;
    }
}
@media screen and (max-width: 959px) {
    .topBarDiv{
        padding: 40px 0 15px 0;
        height: calc(90px - 55px);
    }
    .logo a {
        width: 150px;
        height: 30px;
    }

    h1.topBarHeaderBgText {
        font-size: 30px;
        line-height: 40px;
        width: 70%;
        padding-bottom: 50px;
    }
    .counterHiddenMobile {
        display: none;
    }

}
@media screen and (max-width: 639px) {
    h1.topBarHeaderBgText {
        font-size: 30px;
        line-height: 36px;
        width: 90%;
        padding-bottom: 50px;
    }

}



/* mobile nav */
.mobileNavDiv{
   position: relative;
   z-index: 11;
}
.mobileNavDiv a {
    display: block;
    position: fixed;
    bottom: 40px;
    right: 20px;
    width: 68px;
    height: 68px;
    border-radius: 100%;
    background-color: var(--white-01);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    z-index: 11;
}
.mobileNavDiv a span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 35px;
    height: 35px;
    color: var(--black-04);
}
.mobileNavDiv a span svg rect:last-child {
   width: 10px;
}
#mobileNavInner .mobileNavClose  {
    position: fixed;
    right: 10px;
    top: 10px;
    /*background-color: var(--white-01);*/
    border-radius: 100%;
    padding: 10px;
}
#mobileNavInner .mobileNavClose a  {
   color: var(--black-4);
}
#mobileNavInner .mobileLogo {
    height: 40px;
    width: calc(100vw - 60px);
    margin-bottom: 70px;
}
#mobileNavInner .mobileLogo .icon-logo-mobile {
    background-image: var(--logo-dark-icon);
    height: 40px;
    width: 40px;
    display: inline-block;
    background-repeat: no-repeat;

}
#mobileNav{
    position: fixed;
    top: 0;
    right: 0px;
    width: 100%;
    min-height: 100vh;
    display: none;
    background-color: var(--background);
    z-index: 990;
    height: 100vh;
    overflow: auto;
}
#mobileNavInner{
    padding: 20px;
    margin: 0 auto;
}
#mobileNavItems>ul>li {
    margin-bottom: 20px;
}
#mobileNavItems>ul>li>a {
    font-size: 22px;
    line-height: 27px;
    font-family: 'lato-bold';
    margin-bottom: 20px;
    color: var(--black-4);
}
#mobileNavItems>ul>li.uk-parent .uk-nav-sub {
    padding-left: 30px;
    padding-top: 0;
    margin-top: -10px;
}

#mobileNavItems>ul>li.uk-parent .uk-nav-sub li>a {
    font-family: 'geller-headline';
    color: var(--gray-03);
    font-size:27px;
    line-height:32px;
    letter-spacing:1.35px;
}
#mobileNavItems>ul>li.uk-parent .uk-nav-sub li>a.uk-active {
    color: var(--gray-6);
}

#mobileNav .topNavItem {
    display: block;
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 10px 0;
}
#mobileNavItems .uk-parent span.uk-icon.uk-nav-parent-icon svg {
    display: none;
}
#mobileNavItems .uk-parent span.uk-icon.uk-nav-parent-icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: var(--mobilenav-open);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
#mobileNavItems .uk-parent.uk-open span.uk-icon.uk-nav-parent-icon {
    background-image: var(--mobilenav-close);
}

/* subNav */
.subNav{
    padding: 25px 0;
    background-color: transparent;
    z-index: 980;
    position: relative;
    transition: all ease 0.3s;
    height: 50px;
}
.subNav ~ .pageContentOuterDiv {
    margin-top: 50px;
}
.subNav.uk-active {
    background-color: var(--background);
    transition: all ease 0.3s;
}
.subNav.uk-active {
    padding: 0 0 15px 0;
}
.subNavDiv {
    border-bottom: 1.5px solid var(--gray-6);
    padding-bottom: 1px !important;
}
.subNavLeft{
    font-size: 80px;
    line-height: 80px;
    letter-spacing: 1.2px;
    color: #212121;
    transition: all ease 0.3s;
}
.uk-sticky-below .subNavLeft,
.subNav.uk-active .subNavLeft,
.uk-sticky-below .subNavLeft h1,
.subNav.uk-active .subNavLeft h1 {
    font-size: 40px;
    line-height: 40px;
    transition: all ease 0.3s;
}
.uk-sticky-below .subNavLeft h1,
.subNav.uk-active .subNavLeft h1 {
    padding-bottom: 6px;
}
.subNavRight{
    margin-top: 37px;
    transition: all ease 0.3s;
}
.uk-sticky-below .subNavRight,
.subNav.uk-active .subNavRight {
    margin-top: 10px;
    transition: all ease 0.3s;
}

.subNavItem{
    font-size: 27px;
    line-height: 32px;
    letter-spacing: 1.35px;
    color: var(--gray-03);;
    margin-right: 40px;
    border-bottom: 3px solid transparent;
    font-family: 'geller-headline';
    padding-bottom: 13px;
}
.subNavItem:last-child{
    margin-right: 0;
}
.subNavItem:hover{
    text-decoration: none;
    color: var(--nav-hover);
}
.subNavItemActive{
    color: var(--nav-hover);
    border-bottom: 3px solid var(--nav-hover);
}
.topBarHeaderBg ~ .subNav .subNavItemActive {
    color: var(--black-04);
    border-bottom: 3px solid var(--black-04)
}
.subNav.uk-active .topBarDiv {
    padding: 5px 0;
    background: var(--white-01);
}

.uk-sticky-below .subNavRight .subNavItem,
.subNav.uk-active .subNavRight .subNavItem {
    padding-bottom: 4px;
}

.subNav.uk-active .topBarDiv + .uk-container,
.subNav.uk-active>.uk-container  {
    padding-top: 15px;
}
.headerBackgroundImage .subNav{
    /*background: rgba(0,0,0,0.5);*/
    background: transparent;
}
.headerBackgroundImage .subNav.uk-active {
    /*background: var(--white);*/
    background: transparent;
}
.headerBackgroundImage .subNavLeft{
    color: var(--white-01);
}
.subNav.uk-active .subNavLeft{
    color: var(--black-4);
}
.headerBackgroundImage .subNav,
.headerBackgroundImage .subNavItem{
    color: var(--gray-03);
}
.headerBackgroundImage .subNavItem:hover,
.headerBackgroundImage .subNavItemActive,
.subNav.uk-active .subNavItem:hover,
.subNav.uk-active .subNavItemActive{
    color: var(--nav-hover-BG);
    border-bottom: 3px solid var(--nav-hover-BG);
}
.page-template-page-dark .headerBackgroundImage .subNavItem:hover,
.page-template-page-dark .headerBackgroundImage .subNavItemActive,
.page-template-page-dark .subNav.uk-active .subNavItem:hover,
.page-template-page-dark .subNav.uk-active .subNavItemActive,
html[data-theme="dark"] .headerBackgroundImage .subNavItem:hover,
html[data-theme="dark"] .headerBackgroundImage .subNavItemActive,
html[data-theme="dark"] .subNav.uk-active .subNavItem:hover,
html[data-theme="dark"] .subNav.uk-active .subNavItemActive {
    color: var(--white-01);
    border-bottom: 3px solid var(--white-01);
}



#mobileNav + .uk-container {
    position: relative;
    z-index: 10;
}
.pageContent{
    min-height: 50vh;
}
/*@media screen and (max-width: 1200px) {*/
@media screen and (max-width: 1350px) {
    .subNavRight {
        margin-top: 31px;
    }
    .uk-sticky-below .subNavRight,
    .subNav.uk-active .subNavRight{
        margin-top: 14px;
    }
    .subNavItem {
        font-size: 22px;
        line-height: 27px;
        margin-right: 20px;
        padding-bottom: 3px;
    }
    .uk-sticky-below .subNavRight .subNavItem,
    .subNav.uk-active .subNavRight .subNavItem {
        padding-bottom: 5px;
    }
    .subNav ~ .pageContentOuterDiv {
        margin-top: 25px;
    }
}
@media screen and (max-width: 1100px) {
    .subNavItem {
        font-size: 20px;
        line-height: 27px;
        margin-right: 20px;
        padding-bottom: 8px;
    }
    .subNavRight {
        margin-top: 20px;
    }
}
@media screen and (max-width: 959px) {
    .subNav ~ .pageContentOuterDiv {
        margin-top: 0;
    }
}

/*cfc FAQ*/
.et-db #et-boc .et-l .et_pb_module.et_pb_accordion.cfc-faq .et_pb_toggle {
    border: 0;
    border-bottom: 1px solid var(--gray-3);
    background: transparent;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    position: relative;
}
.et-db #et-boc .et-l .et_pb_module.et_pb_accordion.cfc-faq .et_pb_toggle .et_pb_toggle_content {
    padding-right: 8%;
}

.et-db #et-boc .et-l .et_pb_module.et_pb_accordion.cfc-faq .et_pb_toggle .et_pb_toggle_title{
    color: var(--black-4);
    font-family: 'geller-text';
    font-size: 30px;
    letter-spacing: 0.3px;
    line-height: 36px;
    margin-right: 0px;
    position: relative;
    z-index: 2;
}
.et-db #et-boc .et-l .et_pb_module.et_pb_accordion.cfc-faq .et_pb_toggle .et_pb_toggle_title:before {
    content: none !important;
}
.et-db #et-boc .et-l .et_pb_accordion.cfc-faq .et_pb_accordion_item::before,
.et-db #et-boc .et-l .et_pb_accordion.cfc-faq .et_pb_accordion_item::after {
    right: 35px;
    opacity: 1;
    transition: transform .3s linear, opacity 0.3s;
}
/*.et-db #et-boc .et-l .et_pb_accordion.cfc-faq .et_pb_accordion_item.et_pb_toggle_open::before,*/
.et-db #et-boc .et-l .et_pb_accordion.cfc-faq .et_pb_accordion_item.et_pb_toggle_open::after {
    opacity: 0;
    transition: transform .3s linear, opacity 0.3s;

}

@media screen and (max-width:1200px) {
    .et-db #et-boc .et-l .et_pb_module.et_pb_accordion.cfc-faq .et_pb_toggle .et_pb_toggle_title {
        font-size: 23px;
        line-height: 27px;
    }
    .et-db #et-boc .et-l .et_pb_accordion.cfc-faq .et_pb_accordion_item::before,
    .et-db #et-boc .et-l .et_pb_accordion.cfc-faq .et_pb_accordion_item::after {
        top: 25px;
    }
}
@media screen and (max-width:959px) {
    .et-db #et-boc .et-l .et_pb_module.et_pb_accordion.cfc-faq .et_pb_toggle .et_pb_toggle_title {
        font-size: 21px;
        line-height: 25px;
    }
    .et-db #et-boc .et-l .et_pb_module.et_pb_accordion.cfc-faq .et_pb_toggle:first-child {
        border-top: 1px solid var(--gray-3);
    }
}
@media screen and (max-width: 639px) {
    .et-db #et-boc .et-l .et_pb_accordion.cfc-faq .et_pb_accordion_item::before,
    .et-db #et-boc .et-l .et_pb_accordion.cfc-faq .et_pb_accordion_item::after {
        right: 0;
    }
}
/*Arbeitszweige START*/
.et-db #et-boc .et-l .et_pb_module .az-logo {
    position: relative;
    overflow: hidden;
}
.et-db #et-boc .et-l .et_pb_module .az-logo a {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.et-db #et-boc .et-l .et_pb_module .az-logo a img.azSpace {
    width: 100%;
    height: auto;
    z-index: 0;
    position: relative;
}
.et-db #et-boc .et-l .et_pb_module .az-logo a img.azLogo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    filter: var(--az-logo-filter);

}
.et-db #et-boc .et-l .et_pb_module .az-logo a img.azHover,
.et-db #et-boc .et-l .et_pb_module .az-logo a video.azHover {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all ease 0.4s;

}
.et-db #et-boc .et-l .et_pb_module .az-logo a span.azSlogan {
    position: absolute;
    bottom: 10%;
    text-align: center;
    display: inline-block;
    opacity: 0;
    width: calc(100% - 40px);
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 4;
    color: var(--white-01);
    text-shadow: rgba(0,0,0,1) 0px 0px 10px;
    transition: all ease 0.4s;
}

@media (hover: hover) {
    .et-db #et-boc .et-l .et_pb_module .az-logo a:hover img.azHover,
    .et-db #et-boc .et-l .et_pb_module .az-logo a:hover video.azHover {
        opacity: 1;
        transition: all ease 0.4s;
    }
    .et-db #et-boc .et-l .et_pb_module .az-logo a:hover span.azSlogan {
        opacity: 1;
        transition: all ease 0.4s;
    }
}
#azInfoContent,
#azInfoContent>div {
    min-height: 70vh;
}
#azInfoContent .az-detail {
    padding: 40px 40px 60px 60px;
    color: var(--black-03);
}
#azInfoContent .az-detail .az-logo {
    margin-bottom: 100px;
}
#azInfo .uk-modal-close-default {
    top: 30px;
    right: 30px;
}
#azInfo .az-media {
    position: relative;
}
#azInfo .az-media video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all ease 0.4s;
}
#azInfoContent .az-detail .az-logo img {
    max-width: 200px;
    max-height: 80px;
}
#azInfoContent .az-detail .az-lead {
    font-family: 'lato-bold';
    font-size: 22px;
    line-height: 27px;
}
#azInfoContent .az-detail .az-content {
    font-family: 'lato-regular';
    font-size: 22px;
    line-height: 27px;
    margin-top: 30px;
    margin-bottom: 30px;
}
#azInfoContent .az-detail .az-smicons {
    margin-bottom: 100px;
}
#azInfoContent .az-detail .az-smicons a {
    color: var(--black-03);
    display: inline-block;
    margin-right: 15px;
}
#azInfoContent .az-detail .az-smicons a:last-child {
    margin-right: 0;
}
#azInfoContent .az-detail .cfclink {
    margin-right: 30px;
    opacity: 1 !important;
}
#azInfoContent .az-detail a.cfclink {
    color: var(--black-03);
}
#azInfoContent .az-detail a.cfclink:hover {
    color: var(--red-01);
}
#azInfoContent .az-detail a.cfclink span {
    /*background-image: var(--linkarrow-black);*/
    -webkit-mask:var(--linkarrow-black);
    mask:var(--linkarrow-black);
    background-color: var(--linkarrow-color-black);
}
#azInfoContent .az-detail a.cfclink:hover span {
    /*background-image: var(--linkarrow-black-hover);*/
    background-color: var(--linkarrow-color-red);
}
#azInfoContent.azkontakt .az-detail a.cfclink span {
    /*background-image: var(--linkarrow-left-black);*/
    -webkit-mask:var(--linkarrow-left-black);
    mask:var(--linkarrow-left-black);
    background-color: var(--linkarrow-color-black);
}
#azInfoContent.azkontakt .az-detail a.cfclink:hover span {
    /*background-image: var(--linkarrow-left-black-hover);*/
    background-color: var(--linkarrow-color-red);
}
#azInfoContent .az-ma-num1 div,
#azInfoContent .az-ma-num2 div,
#azInfoContent .az-ma-num4 div,
#azInfoContent .az-ma-num9 div {
    background-size: cover;
    background-position: center 35%;
}

/*#azKontakt .azKontaktContentImage {
    object-fit: cover;
    height: 100%;
    width: 100%;
}*/
.az-detail {
    padding: 50px
}
.az-detail .cfclink {
    position: relative;
}
#azInfoContent.azkontakt .az-detail .cfclink {
    top: -34px;
}
.az-detail img.azlogo  {
    margin-bottom: 30px;
    max-height: 80px;
    max-width: 200px;
}
.az-detail .aztitle {
    font-size: 15px;
    letter-spacing: 2.25px;
    line-height: 18px;
    color: var(--red-3);
    margin-bottom: 30px;
    text-transform: uppercase;
}
.azKontaktImageDiv {
    overflow: hidden;
}
.azKontaktImageDiv img#azKontaktContentImage {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.az-weblink {
    margin-right: 20px;
    margin-bottom: 20px;
    display: inline-block;
}
@media screen and (max-width: 1200px) {
    #azInfoContent.azkontakt .az-detail .cfclink {
        top: -32px;
    }
}
@media screen and (max-width: 959px) {
    #azInfo .az-media {
        min-height: unset;
        height: 65vh;
    }
    #azInfoContent, #azInfoContent>div{
        min-height: 100vh;
    }
    #azInfo.uk-modal {
        padding: 0;
        min-height: 100vh;
    }
    #azInfoContent .az-detail .az-logo,
    #azInfoContent .az-detail .az-smicons {
        margin-bottom: 50px;
    }
    #azInfoContent .az-detail .az-logo img {
        max-width: 180px;
        max-height: 55px;
    }
    #azInfoContent.azkontakt>div.uk-grid>div.az-media-div {
        display: none;
    }
    #azInfoContent.azkontakt .az-detail .cfclink {
        top: 0;
    }
    .az-detail img.azlogo {
        margin-bottom: 80px;
        max-width: 180px;
        max-height: 55px;
    }
    #azInfoContent .az-detail .az-lead {

    }
}
@media screen and (max-width: 640px) { 
    .et-db #et-boc .et-l .et_pb_module .az-logo a img.azLogo {
        /*max-width: 90%;
        max-height: 60%;*/
    }
    #azInfoContent .az-detail .az-logo img {
        max-width: 160px;
        max-height: 40px;
    }
    #azInfoContent .az-detail .az-logo, #azInfoContent .az-detail .az-smicons {
        margin-bottom: 30px;
    }
    #azInfoContent .az-detail .az-lead,
    #azInfoContent .az-detail .az-content {
        font-size: 17px;
        line-height: 21px;   
    }
    #azInfoContent .az-detail .az-content {
        margin-top: 20px;
    }
    #azInfoContent .az-detail {
        padding: 30px;
    }

}
@media screen and (max-width: 360px) {
    #azInfoContent.azkontakt .az-detail .cfclink {
        display: none;
    }
}
/*Arbeitszweige END*/

/*Amen Magazin*/
.et-db #et-boc .et-l .et_pb_module .ausgabeGrid .image-box {
    padding: 10px;
}
.et-db #et-boc .et-l .et_pb_module .ausgabeGrid .image-box .hoverzoom,
.et-db #et-boc .et-l .et_pb_module .ausgabeGrid .image-box .hoverzoom:hover {
    box-shadow: 0px 3px 15px rgba(0,0,0,0.25);
}
@media screen and (max-width: 639px) {
    .et-db #et-boc .et-l .et_pb_module .ausgabeGrid .image-box {
        margin-left: 10vw;
        margin-right: 10vw;
    }
}
/*END Amen Magazin*/

/*Netz BG START*/

.et-db #et-boc .et-l .et_pb_section .et_pb_row.lottibg-row {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw !important;
    max-width: unset;
    height: 100% !important;
    margin-left: calc(-1 * (50vw - 800px)) ;
    overflow: hidden;
    z-index: 0;
}
.et-db #et-boc .et-l .et_pb_section .et_pb_row.lottibg-row>.et_pb_column,
.et-db #et-boc .et-l .et_pb_section .et_pb_row.lottibg-row>.et_pb_column>.et_pb_module.cfc_netzBG {
    height: 100%;
}
@media screen and (max-width: 1600px){
    .et-db #et-boc .et-l .et_pb_section .et_pb_row.lottibg-row {
        margin-left:-40px
    }
}
@media screen and (max-width: 959px){
    .et-db #et-boc .et-l .et_pb_section .et_pb_row.lottibg-row {
        margin-left:-35px
    }
}
.et-db #et-boc .et-l .et_pb_module.cfc_netzBG .et_pb_module_inner {
    width: 100%;
    height: 100%;
}
/*Netz BG END*/

/*Formulare*/
.et-db #et-boc .et-l .et_pb_module .gform_wrapper.gravity-theme .gform-body {
    margin-bottom: 20px;
}
.gform_wrapper.gravity-theme .gfield input,
.gform_wrapper.gravity-theme .gfield select,
.et-db #et-boc .et-l .et_pb_module .gform_wrapper.gravity-theme .gfield input,
.et-db #et-boc .et-l .et_pb_module .gform_wrapper.gravity-theme .gfield select {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid var(--gray-6);
    padding: 5px 0;
    font-family: 'lato-regular';
    font-size: 20px !important;
    line-height: 24px !important;
    /*color: var(--black-03);*/
}

.gform_wrapper.gravity-theme .gfield textarea,
.et-db #et-boc .et-l .et_pb_module .gform_wrapper.gravity-theme .gfield textarea  {
    border: 1px solid var(--gray-1);
    border-bottom: 1px solid var(--gray-6);
    font-family: 'lato-regular';
    font-size: 20px !important;
    line-height: 24px !important;
}
.gform_wrapper.gravity-theme .gfield label,
.gform_wrapper.gravity-theme .gfield div {
    color: var(--black-03);
}
.et-db #et-boc .et-l .et_pb_module .gform_wrapper.gravity-theme .gfield input.large,
.et-db #et-boc .et-l .et_pb_module .gform_wrapper.gravity-theme .gfield select.large {
    width: 100%;
}
.gform_wrapper.gravity-theme .gfield input::placeholder,
.gform_wrapper.gravity-theme .gfield select option.gf_placeholder,
.et-db #et-boc .et-l .et_pb_module .gform_wrapper.gravity-theme .gfield input::placeholder,
.et-db #et-boc .et-l .et_pb_module .gform_wrapper.gravity-theme .gfield select option.gf_placeholder,
.gform_wrapper.gravity-theme .gfield textarea::placeholder,
.et-db #et-boc .et-l .et_pb_module .gform_wrapper.gravity-theme .gfield textarea::placeholder{
    color: var(--gray-03);
    transition: all ease 0.5s;
}
.gform_wrapper.gravity-theme .gfield input:focus,
.gform_wrapper.gravity-theme .gfield textarea:focus,
.gform_wrapper.gravity-theme input[type=submit]:focus{
    outline:  none !important;
}
.gform_wrapper.gravity-theme .gfield input:focus::placeholder,
.gform_wrapper.gravity-theme .gfield textarea:focus::placeholder {
    color: transparent;
    transition: all ease 0.5s;
}

.gform_wrapper.gravity-theme .spacer.gfield,
.et-db #et-boc .et-l .et_pb_module .gform_wrapper.gravity-theme .spacer.gfield {
    display: none;
}
.gform_wrapper.gravity-theme .cfc-form .gform_footer input[type=submit],
.et-db #et-boc .et-l .et_pb_module .gform_wrapper.gravity-theme .cfc-form .gform_footer input[type=submit],
.et-db #et-boc .et-l .et_pb_module .gform_wrapper.gravity-theme .cfc-form .gform_footer input[type=submit]:focus,
.et-db #et-boc .et-l .et_pb_module .gform_wrapper.gravity-theme .cfc-form .gform_footer input[type=submit]:hover  {
    border: none;
    background: transparent;
    padding: 0;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 24px !important;
    letter-spacing: 2px;
    color: var(--black-03);
    font-family: 'lato-regular';
    font-weight: normal;
    padding-right: 40px;
    cursor: pointer;
    z-index: 3;
    position: relative;
}
.et-db #et-boc .et-l .et_pb_module .gform_wrapper.gravity-theme .cfc-form .gform_footer input[type=submit]:focus,
.et-db #et-boc .et-l .et_pb_module .gform_wrapper.gravity-theme .cfc-form .gform_footer input[type=submit]:hover {
    color: var(--red-03);
}
.gform_wrapper.gravity-theme .cfc-form .gform_footer,
.et-db #et-boc .et-l .et_pb_module .gform_wrapper.gravity-theme .cfc-form .gform_footer {
    margin: 0;
    padding: 0;
    display: inline-block;
    cursor: pointer;
    position: relative;
}
.gform_wrapper.gravity-theme .cfc-form .gform_footer::after,
.et-db #et-boc .et-l .et_pb_module .gform_wrapper.gravity-theme .cfc-form .gform_footer::after {
    content: '';
    width: 30px;
    height: 22px;
    margin-bottom: -4px;
    display: inline-block;
    margin-left: -30px;
    /*background-image: var(--linkarrow-black);
    background-position: center left;
    background-size: contain;
    background-repeat: no-repeat;*/
    -webkit-mask:var(--linkarrow-black);
    mask:var(--linkarrow-black);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center left !important;
    mask-position:  center left !important;
    background-color: var(--linkarrow-color-black);
    transition: all ease 0.3s;
    z-index: 1;
    position: relative;

}
.gform_wrapper.gravity-theme .cfc-form .gform_footer:hover::after,
.et-db #et-boc .et-l .et_pb_module .gform_wrapper.gravity-theme .cfc-form .gform_footer:hover::after {
    /*background-image: var(--linkarrow-black-hover);
    background-position: center right;*/
    -webkit-mask-position: center right !important;
    mask-position:  center right !important;
    background-color: var(--linkarrow-color-red);
    transition: all ease 0.3s;
}
.gform_wrapper.gravity-theme .cfc-form .gform_footer input[type=submit]:hover,
.gform_wrapper.gravity-theme .cfc-form .gform_footer:hover input[type=submit],
.et-db #et-boc .et-l .et_pb_module .gform_wrapper.gravity-theme .cfc-form .gform_footer input[type=submit]:hover,
.et-db #et-boc .et-l .et_pb_module .gform_wrapper.gravity-theme .cfc-form .gform_footer:hover input[type=submit]   {
    color: var(--red-01);
}
.gform_wrapper.gravity-theme .cfc-form .gform_footer img.gform_ajax_spinner,
.et-db #et-boc .et-l .et_pb_module .gform_wrapper.gravity-theme .cfc-form .gform_footer img.gform_ajax_spinner {
    position: absolute;
    right: -50px;
}
.gform_wrapper.gravity-theme .cfc-form.cfc-back .gform_footer,
.et-db #et-boc .et-l .et_pb_module .gform_wrapper.gravity-theme .cfc-form.cfc-back .gform_footer  {
    margin-left: 200px;
}
.uk-modal-container .gform_confirmation_wrapper{
    margin-bottom: 50px;
}
.uk-modal-container .gform_confirmation_wrapper,
.uk-modal-container .gform_confirmation_wrapper h3,
.uk-modal-container .gform_confirmation_wrapper h4,
.uk-modal-container .gform_confirmation_wrapper h5,
.uk-modal-container .gform_confirmation_wrapper h6 {
    color: var(--black-03);
}
.cfc-form_wrapper.bewerbung_wrapper .gform_required_legend {
    display: none;
}
.cfc-form.bewerbung .singleupload>label {
    margin-bottom: 0;
}
.cfc-form.bewerbung .singleupload .gfield_description {
    margin-top: 0 !important;
}
.cfc-form.bewerbung input[type=file],
.cfc-form.bewerbung  button.button.gform_button_select_files {
    font-size: 14px !important;
}
.cfc-form.bewerbung .hinweisbox {
    background-color: var(--gray-light-01);
    padding: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 15px;
    color: var(--black-03);
}
.cfc-form.bewerbung .datenfreigabebox {
    background-color: var(--gray-light-01);
    padding: 15px;
    font-size: 15px;
    color: var(--black-03);
}
.cfc-form.bewerbung .datenfreigabebox a.cfclink {
    font-size: 15px;
    margin-top: 10px;
}
.cfc-form.bewerbung .datenfreigabebox a.cfclink span {
    height: 18px;
    width: 25px;
    transform: translate(25px, -50%);
}
.cfc-form.bewerbung .hinweisbox strong,
.cfc-form.bewerbung .datenfreigabebox strong {
    font-size: 22px;
    display: block;
    margin-bottom: 5px;
}
.cfc-form.bewerbung .datenschutz {
    font-size: 15px;
}

@media screen and (max-width: 1000px) {
    .gform_wrapper.gravity-theme .cfc-form .gform_footer input[type=submit],
    .et-db #et-boc .et-l .et_pb_module .gform_wrapper.gravity-theme .cfc-form .gform_footer input[type=submit] {
        font-size: 15px;
        line-height: 18px !important;
    }
    .et-db #maInfo a.cfclink, 
    #maInfo.teamkontakt #maKontaktBack a.cfclink, 
    .kurzeinsatz a.cfclink,
    #azInfoContent.azkontakt .az-detail .cfclink {
        font-size: 15px;
        line-height: 18px !important;
    }
    #maInfo.teamkontakt #maKontaktBack .cfclink {
        top: -29px;
    }
}

@media screen and (max-width: 959px) {
    .gform_wrapper.gravity-theme .cfc-form .gform_footer input[type=submit],
    .et-db #et-boc .et-l .et_pb_module .gform_wrapper.gravity-theme .cfc-form .gform_footer input[type=submit] {
        font-size: 15px;
        line-height: 18px !important;
    }
    .gform_wrapper.gravity-theme .cfc-form.cfc-back .gform_footer,
    .et-db #et-boc .et-l .et_pb_module .gform_wrapper.gravity-theme .cfc-form.cfc-back .gform_footer  {
        margin-left: 0;
    }
    #azInfo .gform_wrapper.gravity-theme .cfc-form.cfc-back .gform_footer {
        float: right;
    }
    #maInfo.uk-modal,
    #maKontakt.uk-modal {
        padding: 0;
        min-height: 100vh;
    }
}
@media screen and (max-width: 959px) and (min-width: 640px) {
    .gform_wrapper.gravity-theme .cfc-form.cfc-back .gform_footer,
    .et-db #et-boc .et-l .et_pb_module .gform_wrapper.gravity-theme .cfc-form.cfc-back .gform_footer {
        margin-left: 0;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 641px) {
    .gform_wrapper.gravity-theme .gfield input,
    .gform_wrapper.gravity-theme .gfield select,
    .et-db #et-boc .et-l .et_pb_module .gform_wrapper.gravity-theme .gfield input,
    .et-db #et-boc .et-l .et_pb_module .gform_wrapper.gravity-theme .gfield select,
    .gform_wrapper.gravity-theme .gfield textarea,
    .et-db #et-boc .et-l .et_pb_module .gform_wrapper.gravity-theme .gfield textarea  {
        font-size: 17px !important;
        line-height: 21px !important;
    }
    #azInfoContent.azkontakt .az-detail .cfclink {
        top: 5px;
    }
    .gform_wrapper.gravity-theme input[type=submit] {
        min-height: unset;
    }
    
}

@media screen and (max-width: 480px) {
    .gform_wrapper.gravity-theme .cfc-form.cfc-back .gform_footer,
    .et-db #et-boc .et-l .et_pb_module .gform_wrapper.gravity-theme .cfc-form.cfc-back .gform_footer {
        margin-left: 0;
    }
    #maInfo.uk-modal #maInfoContent,
    #maKontakt.uk-modal #maKontaktContent {
        min-height: 100vh;
    }
    #maKontaktContent .amKontakt-innerContent .cfclink {
       display: none;
       top: 0;
    }

}
@media screen and (max-width: 360px) {
    #azInfo .gform_wrapper.gravity-theme .cfc-form.cfc-back .gform_footer {
        float: none;
    }

}
/*Standort Kontaktfenster*/
#standortKontakt .standortKontaktForm {
    padding: 50px;
}
#standortKontakt .standortKontaktForm .standortKontaktText {
    font-size: 20px; 
    line-height: 24px;
    margin-bottom: 25px;
    text-transform: uppercase;
    color: var(--red-01);
}


/*addToAny*/

.addtoany_shortcode .addtoany_list a>span,
.a2a_kit a>img  {
    width: 45px !important;
    line-height: 45px !important;
    height: 45px !important;
    background-size: 45px !important;
    filter: var(--image-invert);
}
.addtoany_shortcode .addtoany_list a,
.a2a_kit a {
    margin-right: 20px !important;
}
@media screen and (max-width: 1300px) {
    .addtoany_shortcode .addtoany_list a>span,
    .a2a_kit a>img {
        width: 36px !important;
        line-height: 36px !important;
        height: 36px !important;
        background-size: 36px !important;
    }
    .addtoany_shortcode .addtoany_list a,
    .a2a_kit a {
        margin-right: 10px !important;
    }
}
@media screen and (max-width: 959px) {
    .addtoany_shortcode .addtoany_list a>span,
    .a2a_kit a>img {
        width: 36px !important;
        line-height: 36px !important;
        height: 36px !important;
        background-size: 36px !important;
    }
    .addtoany_shortcode .addtoany_list a,
    .a2a_kit a {
        margin-right: 15px !important;
    }
}

footer{
    color: var(--white-01);
    margin-top: 0;
}
footer a{
    color: var(--gray-03);
    transition: all ease 0.3s;
    border-bottom: 1px solid transparent;
}
footer a.footerLogo,
footer a.footerLogo:hover {
    border-bottom: none;
}
footer a:hover{
    text-decoration: none;
    color: var(--gray-03);
    border-bottom: 1px solid var(--gray-03);
    transition: all ease 0.3s;
}
footer .smIcons a {
    border-bottom: none;
}

footer .smIcons a:hover {
    border-bottom: none;
}
.footerTop{
    background-color: var(--footertopbg);
    padding: 80px 0 80px 0;
}
.footerLogo{
    display: inline-block;
    width: 270px;
    background-image: var(--logofooter);
    height: 65px;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}
.footerBox{
    font-size: 22px;
    line-height: 30px;
    color: var(--gray-03);
}
.footerBox .footertitle {
    font-size: 25px;
    line-height: 30px;
    font-family: 'lato-bold';
    color: var(--white-01);
}
.footerBox .textwidget{
    margin-top: 30px;
}
.footerBox .textwidget a{
    font-size: 22px;
    line-height: 40px;
}


.footerBottom{
    padding: 60px 0;
    background-color: var(--footerbottombg);
}
.footerBottom a{
    font-size: 17px;
    line-height: 21px;
    display: inline-block;
    margin-right: 20px;
    font-weight: 400;
}
.footerBottom a:last-child{
    margin-right: 0;
}
@media screen and (max-width: 1350px) {
    .footerBox {
        font-size: 20px;
        line-height: 28px;
    }
    .footerBox .footertitle {
        font-size: 23px;
        line-height: 28px;
    }
    .footerBox .textwidget {
        margin-top: 24px;
    }
}
@media screen and (max-width: 959px) {
    .footerLogo {
        width: 50vw;
        max-width: 170px;
    }
    .footerBottom {
        padding: 15px 0 40px 0 ;
    }
    footer .footerTop>.uk-container>.uk-margin-left,
    footer .footerTop>.uk-container>.uk-margin-right,
    footer .footerBottom>.uk-container>.uk-margin-left,
    footer .footerBottom>.uk-container>.uk-margin-right {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    footer .footerTop>.uk-container>.uk-grid>*,
    footer .footerBottom>.uk-container .uk-grid>* {
        padding-left: 0;
        margin-top: 15px;
    }
    footer .footerBottom>.uk-container .uk-grid {
        margin-left: 0;
    }
    .footerBox{
        font-size: 17px;
        line-height: 21px;
    }
     .footerBox .textwidget a {
        font-size: 17px;
        line-height: 21px;
        display: inline-block;
        margin-bottom: 8px;
    }
    .footerBox .footertitle {
        font-size: 20px;
        line-height: 24px;
    }
}

/*animationen*/
/*coverup*/
.cfc-animation.coverup h1,
.cfc-animation.coverup h2,
.cfc-animation.coverup h3,
.cfc-animation.coverup h4,
.cfc-animation.coverup h5,
.cfc-animation.coverup h6,
.cfc-animation.coverup p,
.cfc-animation.subNavLeft h1,
.cfc-animation.moveup .bildtext h1,
.cfc-animation.moveup .bildtext h2,
.kuzeinsatzliste-title.cfc-animation.coverup,
.jobDetail-titlesmall.cfc-animation.coverup,
h1.cfc-animation.coverup,
.jobDetail .image-box.cfc-animation.coverup,
.morejobsTitle.cfc-animation.coverup,
.jobDetail-azLogo.cfc-animation.coverup,
.cfc-animation.coverup {
    position: relative;
}


.cfc-animation.coverup h1:after,
.cfc-animation.coverup h2:after,
.cfc-animation.coverup h3:after,
.cfc-animation.coverup h4:after,
.cfc-animation.coverup h5:after,
.cfc-animation.coverup h6:after,
.cfc-animation.coverup p:after,
.cfc-animation.subNavLeft h1:after,
.cfc-animation.moveup .bildtext h1:after,
.cfc-animation.moveup .bildtext h2:after,
a.cfc-animation.coverup:after,
.cfc_bildtext.cfc-animation.coverup .image-box:after,
.cfc_bildtext.cfc-animation.moveup .image-box:after,
.et_pb_image.cfc-animation.coverup span.et_pb_image_wrap:after,
.kuzeinsatzliste-title.cfc-animation.coverup:after,
.jobDetail-titlesmall.cfc-animation.coverup:after,
h1.cfc-animation.coverup:after,
.jobDetail .image-box.cfc-animation.coverup:after,
.morejobsTitle.cfc-animation.coverup:after,
.jobDetail-azLogo.cfc-animation.coverup:after,
.cfc-animation.coverup:after {
    content: "";
    background-color: var(--white);
    transform: translateX(0);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: calc(100% + 40px);
    transition-property: transform, opacity, width;
    transition-duration:1s, 0.5s, 0s;
    transition-delay:0s, 0.5s, 0s;
}
#azInfoContent a.cfc-animation.coverup:after{
    background-color: var(--white-01);
}
.uk-active .cfc-animation.subNavLeft h1:after,
.uk-active .cfc-animation.subNavLeft.animactive h1:after,
.uk-active .subNavLeft.animactive h1:after,
.uk-active .subNavLeft h1:after {
    background-color: var(--white) !important;
}
#maInfo a.cfc-animation.coverup:after,
#maKontaktBack a.cfc-animation.coverup:after{
    background-color: var(--white-01);
    opacity: 1;
}
.bgSonderausgabe .cfc-animation.coverup:after {
    background-color: var(--gray-light-1);
}
@media screen and (max-width: 639px) {
    #maInfo a.cfc-animation.coverup:after {
        background-color: var(--white);
    }
}
.cfc-animation.subNavLeft h1:after {
    top: -5px;
}
a.cfc-animation.coverup:after {
    right: -25px;
}
.cfc-animation.coverup.coverup-grey h1:after,
.cfc-animation.coverup.coverup-grey h2:after,
.cfc-animation.coverup.coverup-grey h3:after,
.cfc-animation.coverup.coverup-grey h4:after,
.cfc-animation.coverup.coverup-grey h5:after,
.cfc-animation.coverup.coverup-grey h6:after,
.cfc-animation.coverup.coverup-grey p:after,
.cfc-animation.moveup.coverup-grey .bildtext h1:after,
.cfc-animation.moveup.coverup-grey .bildtext h2:after,
.cfc_bildtext.cfc-animation.coverup.coverup-grey .image-box:after,
.cfc_bildtext.cfc-animation.moveup.coverup-grey .image-box:after,
.et_pb_image.cfc-animation.coverup.coverup-grey span.et_pb_image_wrap:after,
.kuzeinsatzliste-title.cfc-animation.coverup.coverup-grey:after,
.coverup-grey a.cfc-animation.coverup:after {
    background-color: var(--gray-light-1);
}





.cfc-animation.coverup.animactive h1:after,
.cfc-animation.coverup.animactive h2:after,
.cfc-animation.coverup.animactive h3:after,
.cfc-animation.coverup.animactive h4:after,
.cfc-animation.coverup.animactive h5:after,
.cfc-animation.coverup.animactive h6:after,
.cfc-animation.coverup.animactive p:after,
.subNavLeft.animactive h1:after,
.cfc-animation.moveup.animactive .bildtext h1:after,
.cfc-animation.moveup.animactive .bildtext h2:after,
a.cfc-animation.coverup.animactive:after,
.cfc_bildtext.cfc-animation.coverup.animactive .image-box:after,
.cfc_bildtext.cfc-animation.moveup.animactive .image-box:after,
.et_pb_image.cfc-animation.coverup.animactive span.et_pb_image_wrap:after,
.kuzeinsatzliste-title.cfc-animation.coverup.animactive:after,
.jobDetail-titlesmall.cfc-animation.coverup.animactive:after,
h1.cfc-animation.coverup.animactive:after,
.jobDetail .image-box.cfc-animation.coverup.animactive:after,
.morejobsTitle.cfc-animation.coverup.animactive:after,
.jobDetail-azLogo.cfc-animation.coverup.animactive:after,
.cfc-animation.coverup.animactive:after  {
    transform: translateX(100%);
    /*transition: transform 1s cubic-bezier(.77,0,.175,1);*/
    transition-property: transform, width;
    transition-duration:1s, 0s;
    transition-delay:0s, .5s;
    transition-timing-function:cubic-bezier(.77,0,.175,1), cubic-bezier(.77,0,.175,1);
    width: 0;
}
a.cfc-animation.coverup.animactive:after,
.uk-modal.uk-open a.cfc-animation.coverup:after,
#maInfo.uk-modal.uk-open a.cfc-animation.coverup:after,
.uk-modal.uk-open #maKontaktBack a.cfc-animation.coverup:after{
   transform: translateX(calc(100% + 25px));
   cursor: default;
   pointer-events: none;
   width: 0;
   transition-property: transform, width;
   transition-duration:1s, 0s;
   transition-delay:0s, .5s;
   transition-timing-function:cubic-bezier(.77,0,.175,1), cubic-bezier(.77,0,.175,1);
}





/*MoveUp*/

.cfc-animation.moveup h3,
.cfc-animation.moveup h4,
.cfc-animation.moveup h5,
.cfc-animation.moveup h6,
.cfc-animation.moveup p,
.cfc-animation.moveup:not(.yearOuterDiv):not(.storySlider) ul,
.cfc-animation.moveup ol,
.storyGrid .cfc-animation.moveup .storybox,
.beitragGrid .cfc-animation.moveup .beitragbox,
.beitragSlider a.cfc-animation.moveup,
.storySlider.cfc-animation.moveup .storybox,
.ausgabeGrid .cfc-animation.moveup,
.cfc_bildtext.cfc-animation.moveup .image-top .image-box,
.medienbereich .medienbox.cfc-animation.moveup,
.cfc-animation.moveup:not(.cfc_bildtext):not(.uk-slider-items),
.cfc-animation.moveup.uk-slider-items>a {
    opacity: 0 !important;
    transform: translateY(30px) !important;
    display: block !important;
}
.cfc-animation.moveup.uk-slider-items {
   display: flex !important;
}
 #et-boc .et-l div .yearOuterDiv ul.cfc-animation2.moveup,
 #et-boc .et-l div .terminlistyear.cfc-animation2.moveup {
    opacity: 0;
    transform: translateY(30px);
    display: block;
}

.cfc_bildtext.cfc-animation.moveup .image-top .image-box:after {
    content: none;
}
.cfc-animation.moveup.animactive h3,
.cfc-animation.moveup.animactive h4,
.cfc-animation.moveup.animactive h5,
.cfc-animation.moveup.animactive h6,
.cfc-animation.moveup.animactive p,
.cfc-animation.moveup.animactive:not(.yearOuterDiv):not(.storySlider) ul,
.cfc-animation.moveup.animactive ol,
.storyGrid .cfc-animation.moveup.animactive .storybox,
.beitragGrid .cfc-animation.moveup.animactive .beitragbox,
.beitragSlider a.cfc-animation.moveup.animactive,
.storySlider.cfc-animation.moveup.animactive .storybox,
.ausgabeGrid .cfc-animation.moveup.animactive,
.cfc_bildtext.cfc-animation.moveup.animactive .image-top .image-box,
.medienbereich .medienbox.cfc-animation.moveup.animactive,
.cfc-animation.moveup.animactive:not(.cfc_bildtext):not(.uk-slider-items),
.cfc-animation.moveup.uk-slider-items.animactive>a {
    transition: opacity .5s .5s,transform .5s .5s !important;
    opacity: 1 !important;
    transform: none !important;
}
 #et-boc .et-l div .yearOuterDiv ul.cfc-animation2.moveup.animactive,
 #et-boc .et-l div .terminlistyear.cfc-animation2.moveup.animactive {
    transition: opacity .5s .5s,transform .5s .5s;
    opacity: 1;
    transform: none;
}

@media screen and (min-width: 1200px) {
    .cfc-animation.moveup.animactive.delay-2 h3,
    .cfc-animation.moveup.animactive.delay-2 h4,
    .cfc-animation.moveup.animactive.delay-2 h5,
    .cfc-animation.moveup.animactive.delay-2 h6,
    .cfc-animation.moveup.animactive.delay-2 p,
    .cfc-animation.moveup.animactive.delay-2 ul,
    .cfc-animation.moveup.animactive.delay-2 ol,
    .cfc-animation.moveup.animactive.delay-2 .storybox,
    .cfc-animation.moveup.animactive.delay-6 .storybox,
    .cfc-animation.moveup.animactive .delay-2 .storybox,
    .cfc-animation.moveup.animactive .delay-6 .storybox,
    .beitragSlider a.cfc-animation.moveup.animactive.delay-2,
    .beitragSlider a.cfc-animation.moveup.animactive.delay-6,
    .beitragSlider .cfc-animation.moveup.animactive>a.delay-2,
    .beitragSlider .cfc-animation.moveup.animactive>a.delay-6,
    .ausgabeGrid .cfc-animation.moveup.animactive.delay-2,
    .ausgabeGrid .cfc-animation.moveup.animactive.delay-6,
    .beitragGrid .cfc-animation.moveup.animactive.delay-2 .beitragbox,
    .beitragGrid .cfc-animation.moveup.animactive.delay-6 .beitragbox,
    .cfc_bildtext.cfc-animation.moveup.animactive.delay-2 .image-top .image-box {
        transition-delay: .7s !important;
        transition-property: all !important;
    }
    .cfc-animation.moveup.animactive.delay-3 h3,
    .cfc-animation.moveup.animactive.delay-3 h4,
    .cfc-animation.moveup.animactive.delay-3 h5,
    .cfc-animation.moveup.animactive.delay-3 h6,
    .cfc-animation.moveup.animactive.delay-3 p,
    .cfc-animation.moveup.animactive.delay-3 ul,
    .cfc-animation.moveup.animactive.delay-3 ol,
    .cfc-animation.moveup.animactive.delay-3 .storybox,
    .cfc-animation.moveup.animactive.delay-7 .storybox,
    .cfc-animation.moveup.animactive .delay-3 .storybox,
    .cfc-animation.moveup.animactive .delay-7 .storybox,
    .beitragSlider a.cfc-animation.moveup.animactive.delay-3,
    .beitragSlider a.cfc-animation.moveup.animactive.delay-7,
    .beitragSlider .cfc-animation.moveup.animactive>a.delay-3,
    .beitragSlider .cfc-animation.moveup.animactive>a.delay-7,
    .ausgabeGrid .cfc-animation.moveup.animactive.delay-3,
    .ausgabeGrid .cfc-animation.moveup.animactive.delay-7,
    .beitragGrid .cfc-animation.moveup.animactive.delay-3 .beitragbox,
    .beitragGrid .cfc-animation.moveup.animactive.delay-7 .beitragbox,
    .cfc_bildtext.cfc-animation.moveup.animactive.delay-3 .image-top .image-box {
        transition-delay: .9s !important;
        transition-property: all !important;
    }
    .cfc-animation.moveup.animactive.delay-4 h3,
    .cfc-animation.moveup.animactive.delay-4 h4,
    .cfc-animation.moveup.animactive.delay-4 h5,
    .cfc-animation.moveup.animactive.delay-4 h6,
    .cfc-animation.moveup.animactive.delay-4 p,
    .cfc-animation.moveup.animactive.delay-4 ul,
    .cfc-animation.moveup.animactive.delay-4 ol,
    .cfc-animation.moveup.animactive.delay-4 .storybox,
    .cfc-animation.moveup.animactive.delay-8 .storybox,
    .cfc-animation.moveup.animactive .delay-4 .storybox,
    .cfc-animation.moveup.animactive .delay-8 .storybox,
    .beitragSlider a.cfc-animation.moveup.animactive.delay-4,
    .beitragSlider a.cfc-animation.moveup.animactive.delay-8,
    .beitragSlider .cfc-animation.moveup.animactive>a.delay-4,
    .beitragSlider .cfc-animation.moveup.animactive>a.delay-8,
    .ausgabeGrid .cfc-animation.moveup.animactive.delay-4,
    .ausgabeGrid .cfc-animation.moveup.animactive.delay-8,
    .beitragGrid .cfc-animation.moveup.animactive.delay-4 .beitragbox,
    .beitragGrid .cfc-animation.moveup.animactive.delay-8 .beitragbox,
    .cfc_bildtext.cfc-animation.moveup.animactive.delay-4 .image-top .image-box {
        transition-delay: 1.1s !important;
        transition-property: all !important;
    }
}
@media screen and (min-width: 961px) and (max-width: 1200px) {
    .cfc-animation.moveup.animactive.delay-2 h3,
    .cfc-animation.moveup.animactive.delay-2 h4,
    .cfc-animation.moveup.animactive.delay-2 h5,
    .cfc-animation.moveup.animactive.delay-2 h6,
    .cfc-animation.moveup.animactive.delay-2 p,
    .cfc-animation.moveup.animactive.delay-2 ul,
    .cfc-animation.moveup.animactive.delay-2 ol,
    .cfc-animation.moveup.animactive.delay-2 .storybox,
    .cfc-animation.moveup.animactive.delay-5 .storybox,
    .cfc-animation.moveup.animactive.delay-8 .storybox,
    .cfc-animation.moveup.animactive .delay-2 .storybox,
    .cfc-animation.moveup.animactive .delay-5 .storybox,
    .cfc-animation.moveup.animactive .delay-8 .storybox,
    .beitragSlider a.cfc-animation.moveup.animactive.delay-2,
    .beitragSlider a.cfc-animation.moveup.animactive.delay-5,
    .beitragSlider a.cfc-animation.moveup.animactive.delay-8,
    .beitragSlider .cfc-animation.moveup.animactive>a.delay-2,
    .beitragSlider .cfc-animation.moveup.animactive>a.delay-5,
    .beitragSlider .cfc-animation.moveup.animactive>a.delay-8,
    .ausgabeGrid .cfc-animation.moveup.animactive.delay-2,
    .ausgabeGrid .cfc-animation.moveup.animactive.delay-5,
    .ausgabeGrid .cfc-animation.moveup.animactive.delay-8,
    .beitragGrid .cfc-animation.moveup.animactive.delay-2 .beitragbox,
    .beitragGrid .cfc-animation.moveup.animactive.delay-5 .beitragbox,
    .beitragGrid .cfc-animation.moveup.animactive.delay-8 .beitragbox,
    .cfc_bildtext.cfc-animation.moveup.animactive.delay-2 .image-top .image-box {
        transition-delay: .7s !important;
    }
    .cfc-animation.moveup.animactive.delay-3 h3,
    .cfc-animation.moveup.animactive.delay-3 h4,
    .cfc-animation.moveup.animactive.delay-3 h5,
    .cfc-animation.moveup.animactive.delay-3 h6,
    .cfc-animation.moveup.animactive.delay-3 p,
    .cfc-animation.moveup.animactive.delay-3 ul,
    .cfc-animation.moveup.animactive.delay-3 ol,
    .cfc-animation.moveup.animactive.delay-3 .storybox,
    .cfc-animation.moveup.animactive.delay-6 .storybox,
    .cfc-animation.moveup.animactive .delay-3 .storybox,
    .cfc-animation.moveup.animactive .delay-6 .storybox,
    .beitragSlider a.cfc-animation.moveup.animactive.delay-3,
    .beitragSlider a.cfc-animation.moveup.animactive.delay-6,
    .beitragSlider .cfc-animation.moveup.animactive>a.delay-3,
    .beitragSlider .cfc-animation.moveup.animactive>a.delay-6,
    .ausgabeGrid .cfc-animation.moveup.animactive.delay-3,
    .ausgabeGrid .cfc-animation.moveup.animactive.delay-6,
    .beitragGrid .cfc-animation.moveup.animactive.delay-3 .beitragbox,
    .beitragGrid .cfc-animation.moveup.animactive.delay-6 .beitragbox,
    .cfc_bildtext.cfc-animation.moveup.animactive.delay-3 .image-top .image-box {
        transition-delay: .9s !important;
    }

}
@media screen and (max-width: 960px) {

    .cfc-animation.moveup.animactive.delay-2 h3,
    .cfc-animation.moveup.animactive.delay-2 h4,
    .cfc-animation.moveup.animactive.delay-2 h5,
    .cfc-animation.moveup.animactive.delay-2 h6,
    .cfc-animation.moveup.animactive.delay-2 p,
    .cfc-animation.moveup.animactive.delay-2 ul,
    .cfc-animation.moveup.animactive.delay-2 ol,
    .cfc-animation.moveup.animactive.delay-4 h3,
    .cfc-animation.moveup.animactive.delay-4 h4,
    .cfc-animation.moveup.animactive.delay-4 h5,
    .cfc-animation.moveup.animactive.delay-4 h6,
    .cfc-animation.moveup.animactive.delay-4 p,
    .cfc-animation.moveup.animactive.delay-4 ul,
    .cfc-animation.moveup.animactive.delay-4 ol,
    .cfc-animation.moveup.animactive.delay-2 .storybox,
    .cfc-animation.moveup.animactive.delay-4 .storybox,
    .cfc-animation.moveup.animactive.delay-6 .storybox,
    .cfc-animation.moveup.animactive.delay-8 .storybox,
    .cfc-animation.moveup.animactive .delay-2 .storybox,
    .cfc-animation.moveup.animactive .delay-4 .storybox,
    .cfc-animation.moveup.animactive .delay-6 .storybox,
    .cfc-animation.moveup.animactive .delay-8 .storybox,
    .beitragSlider a.cfc-animation.moveup.animactive.delay-2,
    .beitragSlider a.cfc-animation.moveup.animactive.delay-4,
    .beitragSlider a.cfc-animation.moveup.animactive.delay-6,
    .beitragSlider a.cfc-animation.moveup.animactive.delay-8,
    .beitragSlider .cfc-animation.moveup.animactive>a.delay-2,
    .beitragSlider .cfc-animation.moveup.animactive>a.delay-4,
    .beitragSlider .cfc-animation.moveup.animactive>a.delay-6,
    .beitragSlider .cfc-animation.moveup.animactive>a.delay-8,
    .ausgabeGrid .cfc-animation.moveup.animactive.delay-2,
    .ausgabeGrid .cfc-animation.moveup.animactive.delay-4,
    .ausgabeGrid .cfc-animation.moveup.animactive.delay-6,
    .ausgabeGrid .cfc-animation.moveup.animactive.delay-8,
    .cfc_bildtext.cfc-animation.moveup.animactive.delay-2 .image-top .image-box,
    .cfc_bildtext.cfc-animation.moveup.animactive.delay-4 .image-top .image-box {
        transition-delay: .7s !important;
    }
}

/*Magnetnetz - coverup*/
.et-db #et-boc .et-l .et_pb_section #netz .magnet .text:after {
    content: "";
    background-color: var(--white);
    transform: translateX(0);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    transition-property: transform, opacity, width;
    transition-duration:1s, 0.5s, 0s;
    transition-delay:0s, 0.5s, 0s;


}
.et-db #et-boc .et-l .et_pb_section #netz .magnet.animactive .text:after {
   /*transition: transform 1s cubic-bezier(.77,0,.175,1), opacity 10s;*/
   width: 0;
   transform: translateX(100%);
   transition-property: transform, width;
   transition-duration:1s, 0s;
   transition-delay:0s, 0.5s;
   transition-timing-function:cubic-bezier(.77,0,.175,1), cubic-bezier(.77,0,.175,1);
}


/*Mainnavitems*/


body .topNav .topNavItem:nth-of-type(2){
    animation-delay: .2s;
}
body .topNav .topNavItem:nth-of-type(3) {
    animation-delay: .4s;
}
body .topNav .topNavItem:nth-of-type(4) {
    animation-delay: .6s;
}
body .topNav .topNavItem:nth-of-type(5) {
    animation-delay: .8s;
}
body .topNav .topNavItem:nth-of-type(6) {
    animation-delay: 1s;
}
body.home .topNav .topNavItem:nth-of-type(1){
    animation-delay: 1s;
}
body.home .topNav .topNavItem:nth-of-type(2){
    animation-delay: 1.2s;
}
body.home .topNav .topNavItem:nth-of-type(3) {
    animation-delay: 1.4s;
}
body.home .topNav .topNavItem:nth-of-type(4) {
    animation-delay: 1.6s;
}
body.home .topNav .topNavItem:nth-of-type(5) {
    animation-delay: 1.8s;
}
body.home .topNav .topNavItem:nth-of-type(6) {
    animation-delay: 2s;
}
body .subNav .subNavItem:nth-of-type(1) {
    animation-delay: .6s;
}
body .subNav .subNavItem:nth-of-type(2) {
    animation-delay: .8s;
}
body .subNav .subNavItem:nth-of-type(3) {
    animation-delay: 1s;
}
body .subNav .subNavItem:nth-of-type(4) {
    animation-delay: 1.2s;
}
body .subNav .subNavItem:nth-of-type(5) {
    animation-delay: 1.4s;
}
body .subNav .subNavItem:nth-of-type(6) {
    animation-delay: 1.6s;
}

/*
 * print styles
 */
@media print{
    .uk-grid {
        display: inline !important;
    }
}
