body {
    margin: 0 auto;
    font-family: "Neue Haas Unica W01 Light";
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "liga","kern";
}
a {
    text-decoration: none;
    display: inline;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 100% 1px;
    transition: background-size 0.6s cubic-bezier(0.73, 0, 0.38, 1);
}
a:hover, a:focus {
    background-size: 0% 1px;
}
.social-icons a, #followUsIcons a, #applyCTA a, #navButton ul li a {
    background-image:none;
}
main {
    margin: 0 auto;
    width: 100%;
    max-width: 1004px;
}
[data-editable] p:last-child {
    margin-bottom: 0;
}

[data-editable=logo] {
    max-width: 80%;
    max-height: 96px;
}

[data-role=image] {
    margin: 0;
}

[data-editable=image] {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    height: auto;
}

.title-section {
    padding-top: 2em;
    padding-bottom: 1.5em;
}

[data-role=title] .svg-icon {
    margin-right: .25em;
}

[data-role=title] h1:last-child,
[data-role=title] h2:last-child,
[data-role=title] h3:last-child {
    margin-bottom: 0;
}

[data-role=introduction] p {
    line-height: 1.5;
}

[data-editable=location],
[data-editable=workload] {
    margin-right: .75em;
}

main > .section-container [data-role=application] {
    padding-top: 1em;
    margin-bottom: .25em;
}

main > .section-container [data-role=contact] {
    margin-top: .25em;
    padding-bottom: 1em;
}

main > .section-container [data-role=company] {
    margin-top: .25em;
    padding-bottom: 1em;
}
.fontBold {
    font-family: "Neue Haas Unica W01 Bold";
}
.fontMedium {
    font-family: "Neue Haas Unica W01 Medium";
}
p, a {
    font-size:20px;
    line-height: 36px;
    text-decoration: none;
    color:#000;
}
.contact-name {
    font-weight: bolder;
}
header {
    height: 130px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1004px;
    z-index: 999999999999999;
    background-color:white;
}
#slogan {
    font-size: 22px;
}
#teaser {
    position: relative;
    width: 100%;
}
#teaserimgholder {
    width:100%;
    background-position: center;
    background-size: cover;
}
#teaserimgholder img {
    aspect-ratio: 132 / 95;
}
#teaserTitleHolder {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin-left:140px;
}
div#jobTitle {
    width:100%;
}
#jobTitle span span {
    white-space:nowrap;
    margin-left:10px;
}
#teaserTitleArea {
    position: absolute;
    top:40px;
    bottom:inherit;
    width: 735px;
    display: flex;
    flex-wrap: wrap;
}
#teaserTitleArea.unten {
    bottom:40px;
    top:inherit;
}
#jobTitle h1 {
    font-size: 42px;
    padding: 0;
    margin:0;
}
#jobTitle h1 span {
    background:white;
    line-height: 1.3;
    padding:0px 0px;
    box-shadow: 10px 0 0 #fff,-10px 0 0 #fff;
    box-decoration-break: clone;
}
#arbeitsortJobPer, #zusatzTeaserInfo {
    background:white;
    font-size: 20px;
    box-shadow: 10px 0 0 #fff,-10px 0 0 #fff;
    padding:6px 0px;
    margin-top: 2px;
}
#navButton {
    display: flex;
    width: 100%;
    justify-content: space-between;
    position: relative;
}
#applyCTA {
    background-color: #0072BD;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    position:absolute;
    right: 0;
    top:-20px;
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
#applyCTA:hover {-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);}
#applyCTA a {
    text-align: center;
    text-decoration: none;
    color: white;
    width: 100%;
}
#applyCTA a span:last-child {
    margin-top:-10px;
    display: block;
}
nav {
    width:100%;
    border-bottom:1px solid #ccc;
    margin-top: 25px;
}
nav ul {
    display: flex;
    margin-left:160px;
    padding:0px;
    margin-bottom:10px;
}
nav ul li {
    list-style: none;
    margin-right:45px;
    font-size:20px;
    position: relative;
    cursor: pointer;
}
nav ul li.active {
    color:#0072BD;
}
nav ul li.active a {
    color:#0072BD;
}
nav ul li:hover a {
    color:#0072BD;
}
nav ul li.active:after {
    border-bottom:1px solid #0072BD;
    content:"";
    width: 100%;
    height: 1px;
    position: absolute;
    left:0;
    bottom:-11px;
}
nav ul li:hover:after {
    border-bottom:1px solid #0072BD;
    content:"";
    width: 100%;
    height: 1px;
    position: absolute;
    left:0;
    bottom:-11px;
}
nav ul li:last-child {
    margin-right:0px;
}
#glustigMacher, #beschreibungAbteilung, #text-unterhalb-benefits, #zuSatzBeschreibung, #videoSection {
    margin:60px 160px;
    font-size:35px;
    line-height: 51px;
}
#duKultur {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 32px;
    align-items: center;
    margin:60px 160px;
    font-size:20px;
    line-height: 1.4;
}
#duKultur img {
    width: 120px;
}
#text-unterhalb-benefits p {
    margin-bottom:0px;
}
#zuSatzBeschreibung {
    background-color:#F2F4F8;
    padding:20px 30px;
}
#zuSatzBeschreibung p {
    margin-top:5px;
}
#text-unterhalb-benefits a {
    color:#0072BD;
    padding-bottom: 5px;
}
#aufgabenProfil {
    display: flex;
    justify-content: space-between;
    font-size: 20px;
}
#aufgaben, #profil {
    min-width: 49%;
    max-width: 49%;
}
#aufgabenProfil ul {
    padding:15px;
}
#aufgabenProfil ul li {
    list-style: none;
    padding:5px 0;
    margin:0;
    position:relative;
    line-height: 1.4;
}
#aufgabenProfil ul li:before {
    content:"-";
    position:absolute;
    left:-17px;
    top:3px;
}
#beschreibungAbteilung {
    color:#0072BD;
}
#glustigMacher, #beschreibungAbteilung {
    hyphens:auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
}
section#kontakt-arbeitsort, #footerInner, #footerLeftSide, #footerRightSide, #followUs, #followUsIcons {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
#kontakt, #arbeitsort {
    max-width: 50%;
    min-width: 50%;
}
#kontakt-arbeitsort h2 {
    font-size: 35px;
}
#kontakt-arbeitsort h2, #kontakt-arbeitsort p {
    padding:0;
    margin:0;
    font-weight: normal;
}
#kontakt-arbeitsort a, .benefitsImageHolder a{
    color:#000;
    text-decoration: none;
    padding-bottom:5px;
    display: inline-block;
    margin-bottom:20px;
}
#kontakt {
    background-color:#F2F4F8;
}
#arbeitsort {
    background-image:url("../images/map.jpg");
    background-position: center;
}
#kontakt, #arbeitsort {
    padding:40px 27px 27px 27px;
    box-sizing: border-box;
    position: relative;
}
#weitereStellen {
    background-color:#0072BD;
    color: white;
    padding:40px;
    box-sizing: border-box;
    margin:85px 160px 0px 160px;
}
#weitereStellenInner a, #weitereStellenInner p {
    color:white;
    padding:0;
    margin:0;
}
#weitereStellenInner a {
    padding-bottom:5px;
}
#weitereStellenInner h2, #zuSatzBeschreibung h2 {
    font-weight: normal;
    font-size: 35px;
    padding:0px;
    margin:0px;
}
footer {
    border-top:1px solid #DBDBDB;
    padding-top:40px;
    margin-top: 85px;
}
#copyright {
    width:40%;
}
#followUsText {
    width:70%;
}
#followUsIcons {
    justify-content: flex-start;
}
#followUsInstagram img {
    margin-top: -1px;
}
#followUsYT img {
    margin-top:-3px;
    width:29px;
}
.followUsIcon {
    margin-right:10px;
}
#followUsFacebook img {
    margin-top:-3px;
}
#followUsLinkedIn img {
    margin-top:-7px;
}
#followUsTwitter img {
    margin-top:-8px;
}
#print, #teilen {
    display: flex;
}
#print img {
    width:20px;
    margin-left:10px;
    margin-top: -20px;
}
#print a {
    cursor: pointer;
}
#teilen img {
    width:50px;
    margin-left:10px;
    margin-top: -20px;
}
#footerRightSide {
    justify-content: flex-end;
}

.footerRightSideText {
    height: 24px;
}
#footerRightSide div {
    margin-right:33px;
}
footer {
    margin-bottom:20px;
}
footer * {
    font-size:17px;
    line-height: 19px;
}
.benefitsTextHolder p {
    color:white;
}
.benefitFrontText  {width:100%;margin-top:40px;}
.benefitFrontText t3, .benefitBackText t3  {font-size:30px;}
.benefitBackText p  {font-size:20px;line-height: 30px}
.benefitFrontText p {display: none;}
.benefitBackText a {
    color:white;
    border-bottom:1px solid #fff;
    padding-bottom:5px;
}
#stickyHolder.sticky {
    position: fixed;
    width: 1004px;
    top: -320px;
    z-index: 999999999999999;
    background-color:white;
    transition: top 0.3s ease-in-out;
}
#stickyHolder.sticky.showsticky {
    top:0px;
    transition: top 0.3s ease-in-out;
}

#stickyHolder.sticky #teaserimgholder {
    background:transparent !important;
    height: 0px;
    display: none;
}
#stickyHolder.sticky h1 {
    font-size: 22px;
    line-height: 34px;
}
#stickyHolder.sticky h1 span {
    font-size: 22px;
    line-height: 34px;
}

.sicky #arbeitsortJobPer, .sicky #zusatzTeaserInfo {
    font-size:16px;
}
#zusatzTeaserInfo {
    width: auto;
    float: left;
}
#stickyHolder.sticky #teaserTitleArea {
    position: relative;
    bottom:20px;
    top:inherit;
}
#stickyHolder.sticky #navButton {
    margin-top: -50px;
}
main.sticky #einleitung {
    margin-top:880px;
}
main.sticky #arbeitsortJobPer, main.sticky #zusatzTeaserInfo {
    padding:0px;
}
#aufgabenProfil ul {
    margin-left:5px;
    margin-top:0px;
    padding-top:5px;
}
#aufgaben h3, #profil h3 {
    margin-bottom:0px;
}
#profil ul {
    margin-top:0px;
    padding-top:5px;
}
main.sticky header {
    height: auto;
    margin-top: 20px;
    margin-bottom: 40px;
}
#goTop {
    cursor: pointer;
}
#teilen {
    position: relative;
    cursor: pointer;
    padding-top: 10px;
    box-sizing: unset;
    margin-top: -10px;
}
.social-icons {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
    background-color: #0072bd;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    -webkit-transition: opacity 0.5s ease 0s;
    transition: opacity 0.5s ease 0s;
    opacity: 0;
    padding:7px 3px 5px 13px;
    border:0px;
    padding-top: -5px;
}
#footerRightSide .social-icons a {
    border:0px;
    text-decoration: none;
    padding-right: 10px;
}
.social-icons a svg {
    width:20px;
    color:white;
}
#teilen:hover .social-icons {
    display: inline-block;
    opacity: 1;
}

#applyCTA.mobile {
    display: none;
}
#goTopMob {
    display: none;
}
#stickyHolder {
    padding-right:0px;
}
header, #teaser {
    padding-right:20px;
    box-sizing: border-box;
}
#teaserTitleArea {
    box-sizing: border-box;
    padding-left:20px;
}
@media screen and (max-width: 1220px) {
    main {
        padding:0px 20px;
        max-width: 100%;
        box-sizing: border-box;
    }
    header,#stickyHolder.sticky {
        width:100%;
    }
    #stickyHolder.sticky.showsticky {
        padding-right:40px;
        box-sizing: border-box;
    }
    #applyCTA {
        right:10px;
    }
    .slick-list {
        padding-left: 15px !important;
    }
    .slick-track, main.sticky {
        overflow: visible !important;
    }
    .slick-slide {
        margin-right: 15px;
    }
    .benefitsElement .benefitsTextHolder, .benefitsElement .benefitsImageHolder {
        height: 90%;
    }
    .benefitsElement {
        width: auto;
    }
    .firstSlideEle, .lastSlideEle {
        height: 340px;
    }
}
@media screen and (max-width: 900px) {
    #stickyHolder.sticky.showsticky {
        padding-right:0px;
    }
    #applyCTA {
        right:0px;
    }
    .social-icons {
        left:inherit;
        top:-10px;
    }
    main {
        padding:0px;
    }
    section, footer {
        padding-left:20px;
        padding-right: 20px;
        box-sizing: border-box;
    }
    header {
        height: 70px;
    }
    #logo img {
        height: 30px;
        width: 77px;
    }
    h3.fontBold {
        font-weight: normal;
        font-size:20px;
        margin-bottom:0px;
    }
    #aufgabenProfil ul {
        padding-top:0px;
        margin-top:5px;
    }
    main.sticky header {
        margin-bottom:10px;
    }
    #stickyHolder.sticky h1 {
        line-height: 24px;
        margin-bottom:5px;
    }
    #stickyHolder.sticky h1 span {
        font-size:18px;
        line-height:19px;
    }
    #slogan {
        font-size: 14px;
        width:160px;
        margin-right: 0px;
    }
    #teaser {
        width:100%;
    }
    #teaserTitleArea {
        width:90%;
        padding-left:0px;
    }
    #teaserimgholder {
        width:100%;
    }
    nav ul {
        overflow: scroll;
    }
    #weitereStellen, nav ul, #glustigMacher, #beschreibungAbteilung, #text-unterhalb-benefits,#zuSatzBeschreibung, #videoSection {
        margin:20px 0px;
        font-size:20px;
        line-height: 30px;
    }
    #duKultur {
        margin:40px 0px;
        font-size: 17px;
    }
    section#kontakt-arbeitsort, #footerInner, #footerLeftSide, #footerRightSide, #followUs, #followUsIcons {
        flex-wrap: wrap;
    }
    #navButton {
        position: inherit;
    }
    #applyCTA {
        bottom:0px;
        top:inherit;
    }
    #applyCTA.desktop {
        display: none;
    }
    #applyCTA.mobile {
        display: flex;
        position:fixed;
        bottom:0px;
        top:inherit;
        width:100%;
        transform:none;
        border-radius: 0px;
        z-index:999999999999;
        height: 60px;
    }
    #jobTitle h1 {
        font-size:28px;
        line-height: 28px;
    }
    #jobTitle h1 span {
        padding:2px 0px;
        line-height: 1.5;
    }
    #arbeitsortJobPer, #zusatzTeaserInfo {
        font-size:16px;
    }
    nav a {
        font-size:16px;
    }
    nav ul li {
        margin-right:25px;
    }

    #kontakt, #arbeitsort, #weitereStellen {
        padding:20px 20px 40px 20px;
    }
    #weitereStellen {
        margin: 40px 20px ;
    }
    #kontakt {
        padding-bottom: 80px;
    }

    /* Hide scrollbar for Chrome, Safari and Opera */
    nav ul::-webkit-scrollbar {
        display: none;
    }
    nav {
        margin-top:0px;
    }
    /* Hide scrollbar for IE, Edge and Firefox */
    nav ul {
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
        padding-top:0px;
        margin:15px 0px 5px 0px;
    }
    #stickyHolder.sticky #navButton {
        margin-top:0px;
        background-color:white;
    }
    #stickyHolder.sticky #teaserTitleArea {
        bottom:inherit;
    }
    .benefitsElement {
        width:100% !important;
    }
    #print {
        display: none;
    }
    #footerInner  {
        margin-bottom:60px;
        flex-wrap: wrap-reverse;
    }
    #footerLeftSide {
        flex-wrap: wrap-reverse;
    }

    #copyright {
        width: 100%;
        text-align: center;
        margin-top:50px;
        margin-bottom:20px;
    }
    #followUsText {
        text-align:center;
        margin-right:6px;
        width: 100%;
    }
    #teilen {
        width:100%;
        justify-content: center;
        margin:0;
        padding:0;
    }
    #footerRightSide div {
        margin-right:0px;
        margin-bottom:30px;
    }
    #followUs {
        margin-bottom:90px;
    }
    #goTop {
        position: absolute;
        left: 50%;
        margin-top: 160px;
    }
    #followUsIcons {
        justify-content: center;
        margin-top: 13px;
    }
    .footerRightSideText {
        margin-left:25px;
    }
    #aufgabenProfil ul li {
        font-size:17px;
    }
    #applyCTA a {
        display: flex;
        justify-content: center;
    }
    #applyCTA a span {
        font-size:16px !important;
    }
    #applyCTA a span:last-child {
        margin-top:0px;
        margin-left:5px;
    }
    #kontakt-arbeitsort h2,#weitereStellenInner h2,#zuSatzBeschreibung h2 {
        font-size:26px;
    }
    #kontakt-arbeitsort p, #kontakt-arbeitsort a,#weitereStellenInner a, #weitereStellenInner p {
        font-size:16px;
        line-height: 26px;
    }
    .slick-arrow {
        bottom:20px!important;
    }
    .slick-slide {
        margin-right:15px;
    }
    .slick-track, main.sticky {
        overflow:visible !important;
    }
    #benefits {
        padding-left:0px;
        padding-right:0px;
    }
    .slick-arrow {
        margin-left:20px;
    }
    .slick-next {
        margin-left:60px;
    }
    .slick-list {
        padding-left:15px !important;
    }
    .benefitsElement .benefitsTextHolder, .benefitsElement .benefitsImageHolder {
        height: 100%;
    }
    .firstSlideEle, .lastSlideEle {
        height: 370px;
    }
    #goTopMob {
        display: block;
        margin-top: 50px;
    }
    #goTopDesk {
        display: none;
    }
    #followUsText {
        margin-top:30px;
        margin-bottom:20px;
    }
    footer {
        margin-bottom:60px;
    }
    #stickyHolder {
        padding-left:0px;
    }
    header,nav ul li:first-child, #teaserTitleHolder{
        padding-left:20px;
    }
    #teaserTitleHolder{
        padding-right:20px;
        margin-left:0px;
    }
    #text-unterhalb-benefits {
        margin-bottom: 45px;
    }
}
@media screen and (max-width: 768px) {
    #teaserimgholder img {
        width:75%;
    }
}
@media screen and (max-width: 600px) {
    #aufgabenProfil {
        flex-wrap: wrap;
    }

    #aufgaben, #profil, #kontakt, #arbeitsort {
        max-width: 100%;
        min-width: 100%;
    }
    #videoSection iframe {
        height: 320px;
    }
    #aufgaben {
        border-bottom:1px solid #ccc;
    }
    #kontakt {
        padding-bottom:40px;
    }
    #teaserTitleArea {
        top:10px;
    }
    #jobTitle h1 { font-size: 18px; }
    #arbeitsortJobPer, #zusatzTeaserInfo { font-size: 14px; line-height: 24px;}
    #teaserimgholder img { width: 90%; }
    #teaserTitleArea.unten {
        top:inherit;
    }
    #teaserTitleHolder {
        position: relative;
    }
    #teaserTitleArea {
        top: 0;
        position: relative;
    }
    #duKultur {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
}
