/* FONTS */
h1, h2, h3, h4, h5, h6, strong, b {
    font-family: "Open Sans", Arial sans-serif;
    font-weight: bold;
}

h1 {
    color: var(--companycolor);
    font-size: 28px;
    line-height: 38px;
    margin:0 0 32px;
    hyphens: auto;
}

h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 5px;
}

h3 {
    font-size: 16px;
    line-height: 20px;
}

a {
    color: #000000;
}

a:hover {
    color: var(--companycolor);
    text-decoration: none;
}

/* GENERAL */
body {
    margin: 0 auto;
    font-family: "Open Sans", Arial sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: #464646;
}

.button {
    display: inline-block;
    background-color: var(--companycolor);
    padding: 15px 25px;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    width: auto;
}

.button:hover {
    color: #FFFFFF;
    background-color: #464646;
}

/* Header */
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1026px;
    width: 100%;
    margin: 0 auto;
    height: 113px;
    padding: 0 40px;
}

.companyClaim img {
    width: 160px;
    height: auto;
}

.companyLogo img {
    max-width: 255px;
    height: 42px;
    width: 100%;
}

.companyLogo a {
    display: block;
    line-height: 0;
}

main {
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
}

main section {
    margin: 0 auto;
    width: 100%;
    max-width: 1026px;
    height: 100%;
    padding-left: 40px;
    padding-right: 40px;
}

#stickyTitle {
    position: fixed;
    width: 100%;
    top: -94px;
    background-color: var(--companycolor);
    padding: 22px 0;
    text-align: center;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 24px;
    transition: 0.5s ease;
    z-index: 80;
}

#stickyTitle.sticky {
    top: 0;
}

#stickyTitle span {
    width: 100%;
    max-width: 1026px;
    display: inline-block;
    padding: 0 40px;
}

/* HERO */
#hero {
    display: flex;
    width: 100%;
    max-width: 946px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
}

#hero img {
    width: 100%;
    display: flex;
}

#hero .keyVisual {
    width: 60%;
}

#hero .imageSchwung {
    width: 40%;
    background-size: cover;
    background-repeat: no-repeat;
}

/* INTRODUCTION & JOB TITLE */
.jobIntroduction {
    display: inline-block;
    max-width: 780px;
    margin-bottom: 30px;
}

#jobTitle {
    padding-top: 31px;
}

.accordion {
    margin-bottom: 30px;
}

#companyDescription.accordion .title {
    display: flex;
    padding: 0;
}

.accordion span {
    font-family: "Open Sans", Arial sans-serif;
}

#jobTitle .accordion .icon {
    margin-top: 3px;
    font-size: 1.2em;
    line-height: 0.8;
}

.accordion span {
    margin-left: 12px;
}

.accordion .content {
    margin: 20px 0 0;
}

.brandPortrait {
    display: block;
    margin-bottom: 20px;
}

/* SLICK SLIDER BENEFITS */
#benefits h2 {
    margin-bottom: 20px;
}

#slickBenefits {
    display: flex;
    align-items: center;
}

/*#slickBenefits:has(> .slick-arrow) {
    max-width: 900px !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}*/

.slick-prev, .slick-next {
    position: relative;
}

#benefits .slick-dots li:only-child {
    display: none;
}

.benefitContainer {
    position: relative;
}

#benefits .benefitContainer .benefitText {
    position: relative;
    top: 0;
    left: 0;
    color: #FFFFFF;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s, opacity 0.5s linear;
    margin: 0;
}

.benefitContainer:hover{
    cursor: pointer;
    background: var(--companycolor);
    transition: background-color 0.5s linear;
}

#benefits .benefitContainer:hover .benefitText {
    width: 100%;
    visibility: visible;
    opacity: 1;
}

#benefits .benefitContainer:hover svg,
#benefits .benefitContainer:hover > .benefitTitle {
    display: none;
}

#benefits .benefitContainer > .benefitTitle {
    position: absolute;
}

#benefits .benefitTitle {
    text-align: left;
}

#benefits .benefitText ul {
    list-style-type: none;
    padding: 0;
    text-align: left;
    font-size: 13px;
    line-height: 16px;
}

#benefits .benefitText ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 10px;
}

#benefits .benefitText ul li:last-child {
    margin-bottom: 0;
}

#benefits .benefitText ul li::before {
    background: #FFFFFF;
    position: absolute;
    left: 0;
    top: 6px;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
}

#benefits .imgContainer {
    display: flex;
    align-content: center;
    justify-content: center;
}

#benefits .imgContainer svg {
    position: absolute;
    fill: var(--companycolor);
    height: 90%;
}

#benefits .benefitText strong {
    hyphens: none;
    word-break: break-word;
}

#benefits #slickBenefits .slick-track {
    display: flex;
}

#benefits .slick-slide {
    box-shadow: 0 1px 3px #00000029;
    padding: 20px;
    text-align: center;
    margin: 5px 8px 3px;
    height: inherit;
    min-height: 251px;
    display: flex;
    flex-direction: column;
}

#benefits .slick-prev, #benefits .slick-next {
    width: 28px;
    height: 28px;
}

#benefits .slick-prev {
    left: -5px;
}

#benefits .slick-next {
    right: -5px;
}

#benefits .slick-prev::before, #benefits .slick-next::before {
    width: 28px;
    height: 28px;
    display: flex;
    opacity: 0.75;
}

#benefits .slick-prev::before {
    content: "";
    background-image: url('../images/icons/chevron-left.png');
    background-size: contain;
}

#benefits .slick-next::before {
    content: "";
    background-image: url('../images/icons/chevron-right.png');
    background-size: contain;
}

#benefits .benefitsStellenbezogen {
    margin-top: 30px;
    display: inline-block;
}

/* TASKS & PROFILE & BENEFITS FOR HTML PRINT */
#tasks .section-title {
    margin-top: 30px;
}

#profile, #tasks, #benefits .printOnly {
    padding-bottom: 30px;
}

#profile ul, #tasks ul, .benefitsStellenbezogen ul, #benefits .printOnly ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#profile li, #tasks li, .benefitsStellenbezogen li, #benefits .printOnly li {
    line-height: 30px;
    padding-left: 15px;
    position: relative;
}

#profile li::before, #tasks li::before, .benefitsStellenbezogen li::before, #benefits .printOnly li::before {
    background: #464646;
    position: absolute;
    left: 0;
    top: 14px;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
}

/* CONTACTS */
.fullWidth.contacts {
    background-color: #e6e3e1;
    padding-bottom: 27px;
    padding-top: 30px;
    hyphens: auto;
}

.contactHolder {
    display: flex;
    flex-direction: row;
    color: #000000;
    gap: 35px;
}

.contactLinie, .contactHR {
    max-width: 50%;
    width: 100%;
}

.contactHolder > div > div {
    display: flex;
    flex-direction: row;
    gap: 18px;
}

#contacts .contactImage {
    width: 150px;
    border-radius: 50%;
}

#contacts a:hover svg {
    fill: var(--companycolor);
}

.detailsContainer > div {
    display: flex;
}

.detailsContainer a {
    margin-top: 15px;
    display: flex;
    gap: 10px;
    align-content: center;
    word-break: break-all;
}

.detailsContainer > span {
    /* min-height: 54px; */
    display: block;
}

.detailsContainer svg {
    height: auto;
    min-width: 20px;
}

#contacts h2 {
    margin-bottom: 25px;
    color: #000000;
}

#contacts h3 {
    margin-bottom: 20px;
}

/* MAP AND AWARDS */
#mapAndAwards {
    display: flex;
    gap: 30px;
    padding-top: 30px;
    padding-bottom: 40px;
}

#mapArea,
#awardsArea {
    max-width: 50%;
    width: 100%;
}
#mapAndAwards h2 {
    margin-bottom: 10px;
}

#iframeContainer {
    position: relative;
    overflow: hidden;
}

#iframeContainerInner {
    margin: -120px;
}

.mapsRoute {
    text-decoration: underline;
    font-weight: bold;
    color: #464646;
    margin-top: 15px;
    display: inline-block;
}

.mapsRoute:hover {
    color: var(--companycolor);
    text-decoration: underline;
}

.addressPrint span {
    display: inline-block;
    position: relative;
    top: -8px;
    left: 5px;
}

.awardImage {
    max-width: 180px;
    max-height: 100px;
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 30px;
}

.awardImage img {
    width: 100%;
}

/* SLICK SLIDER SLIDESHOW */
.asanaCompanySlider, .slider {
    width: 100%;
    margin: 0;
}

.slick-slide img {
    width: 100%;
    height: auto;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before, .slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

#imageSlider .slick-slide img, #imageSlider .slick-initialized .slick-slide {
    display: block;
    margin: 0 1px;
}

#imageSlider .slick-slide.slick-loading img, #imageSlider .slick-arrow.slick-hidden {
    display: none;
}

#imageSlider .slick-slide.dragging img {
    pointer-events: none;
}

.slick-loading .slick-slide, .slick-loading .slick-track {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-loading .slick-list {
    background: #fff;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 7px;
    height: 7px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 7px;
    height: 7px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before, .slick-dots li.slick-active button:before {
    color: var(--companycolor);
    opacity: 1;
}

.slick-dots li button:before {
    position: absolute;
    font-size: 8px;
    left: 0;
    width: 7px;
    height: 7px;
    content: '\2022';
    text-align: center;
    color: #464646;
    opacity:1;
    padding:5px;
}

.placeholder-slideshow {
    min-height: 100px;
}

/* FOLLOW US */
#followUs {
    margin-top: 30px;
}

#followUs div {
    display: flex;
    flex-direction: row;
    align-content: center;
    gap: 20px;
}

#followUs h2 {
    margin-bottom: 15px;
}

#followUs a {
    display: inline-flex;
}

#followUs svg {
    fill: var(--companycolor);
    height: auto;
}

/* SIMILAR JOBS */
#similarJobs {
    margin-top: 40px;
}

#similarJobsWrapper {
    display: flex;
    gap: 16px;
}

#similarJobs h2 {
    margin-bottom: 20px;
}

.similarJob {
    width: 100%;
    max-width: 465px;
}

.similarJob a {
    background-color: var(--companycolor);
    min-height: 155px;
    display: block;
    color: #FFFFFF;
    padding: 30px 20px;
    height: 100%;
}

.similarJobTitle {
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    margin: 10px 0;
    display: block;
}

/* JOBABO */
#jobAbo {
    margin-top: 30px;
    margin-bottom: 115px;
}

#jobAbo h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
}

#jobAbo p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
}

#jobAbo a {
    width: 231px;
    padding: 13px 9px;
    text-align: center;
}

/* FOOTER */
footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #FFFFFF;
    box-shadow: 0 3px 6px #00000029;
    z-index:10;
}

footer svg {
    fill: var(--companycolor);
}

.shareUsItem {
    display: flex;
    align-content: center;
}

.shareUsItem a {
    font-size: 14px;
    display: inherit;
    margin-bottom: 7px;
}

#shareUsItemWrapper svg {
    max-width: 20px;
    margin-right: 10px;
    height: auto;
}

#footerWrapper {
    display: flex;
    justify-content: space-between;
    padding: 12px 40px 11px;
    width: 100%;
    max-width: 1026px;
    z-index: 1;
    margin: 0 auto;
}

.footerTile {
    align-items: center;
}

.footerTile:first-child, #emailPrintWrapper {
    display: flex;
    gap: 26px;
    line-height: 0;
}

.applyButton {
    width: 230px;
    display: block;
    text-align: center;
    box-shadow: 0 3px 6px #00000029;
}

#shareUsButton {
    cursor: pointer;
    position: relative;
    width: auto;
    line-height: 0;
}

#shareUsButton svg {
    overflow: visible;
}

.shareUsContainer {
    background-color: #ffffff;
    cursor: initial;
    left: -52px;
    padding: 20px;
    position: absolute;
    top: -250px;
    visibility: hidden;
    z-index: -1;
    width: 170px;
    line-height: 18px;
}

.shareUsContainer.active {
    top: -250px;
    left: -52px;
    visibility: visible;
    width: 170px;
    animation: fadeIn .3s ease-in-out both;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translate3d(0, 20%, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

#shareUsItemWrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.buttonWrapperPrimary {
    display: inline-block;
}

/* RESPONSIVE */
@media only screen and (min-width: 1000px) {
    .benefitContainer {
        width: auto !important;
        min-width: 31.5% !important;
        max-width: 33% !important;
    }

    #benefits .slick-track {
        width: 100% !important;
    }
}

@media screen and (max-width: 767px) {
    #stickyTitle {
        display:none;
    }

    header,
    main section,
    #footerWrapper,
    #stickyTitle span {
        padding-left: 20px;
        padding-right: 20px;
    }

    #hero .keyVisual {
        width: 100%;
    }


    #mapAndAwards {
        flex-direction: column;
        padding-bottom: 0;
    }

    #followUs {
        margin-top: 10px;
    }

    #hero .imageSchwung {
        display: none;
    }

    #tasks {
        margin-top: 5px;
    }

    .applyButton {
        width: 180px;
    }

    .footerTile:first-child, #emailPrintWrapper {
        gap: 20px;
    }

    #jobTitle {
        padding-top: 20px;
    }

    h1 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    #benefits .benefitContainer > .benefitTitle {
        text-align: center;
        position: relative;
        padding-top: 30px;
    }

    #benefits .imgContainer svg {
        height: 60%;
    }

    #profile, #tasks, #benefits .printOnly {
        padding-bottom: 20px;
    }

    #contacts .contactImage {
        width: 117px;
    }

    .awardImage {
        max-width: 107px;
        max-height: 80px;
        margin-right: 20px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 680px) {
    header {
        height: 65px;
        align-items: end;
        padding-bottom: 15px;
    }

    .companyClaim img {
        height: 13px;
        width: auto;
    }

    .companyLogo img {
        height: 32px;
    }

    .contactHolder {
        flex-direction: column;
    }

    .contactLinie, .contactHR,
    #mapArea, #awardsArea {
        max-width: 100%;
        min-width: 100%;
    }

    .detailsContainer > span {
        min-height: 34px;
    }

    #similarJobsWrapper {
        flex-direction: column;
    }
    .similarJob {
        max-width: 100%;
    }

    #benefits {
        padding-left: 15px;
        padding-right: 15px;
    }

    #benefits h2 {
        padding-left: 5px;
    }

    #slickBenefits .slick-arrow {
        display: none !important;
    }

    #benefits .slick-slide {
        box-shadow: 0 3px 8px #00000029;
    }

    #similarJobs {
        margin-top: 20px;
    }

    #footerWrapper {
        padding: 10px 20px;
    }

    .button {
        padding: 11px 25px;
        font-size: 13px;
    }

    #jobAbo a {
        padding: 15px 9px;
    }
}

@media only screen {
    .printOnly {
        display: none !important;
    }
}

@media screen and (max-width: 450px) {
    .companyLogo img {
        max-width: 170px;
    }
    #emailPrintWrapper {
        display: none;
    }
}

@media only screen and (max-width: 1110px) {
    #footerWrapper .footerTile {
        margin-left:50px;
    }
}


/* Cookiebot
------------ */
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll,
#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-change {
    background-color: #968F8A !important;
    border-color: #968F8A !important;
}


#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
    border: 2px solid #968F8A !important;
}

#CybotCookiebotDialogBodyButtonDecline,
#CybotCookiebotDialog #CybotCookiebotDialogBodyContentText a,
#CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonIABHeaderViewPartnersLink,
#CybotCookiebotDialog #CybotCookiebotDialogDetailBulkConsentList dt a,
#CybotCookiebotDialog #CybotCookiebotDialogDetailFooter a,
#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonIABDescription a,
#CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieLink,
#CybotCookiebotDialogDetailBodyContentTextAbout a,
#CookiebotWidget .CookiebotWidget-consent-details button {
    color: #968F8A !important;
}

#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-consents-list li.CookiebotWidget-approved svg {
    fill: #968F8A !important;
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink:hover,
#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieContainerButton:hover,
#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentIABv2Tab:hover,
#CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieProvider:not(.CybotCookiebotDialogDetailBodyContentCookieInfoCount):hover,
#CybotCookiebotDialogDetailBulkConsentLink:hover {
    color: #968F8A !important;
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
    border-bottom: 1px solid #968F8A !important;
    color: #968F8A !important;
}

#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails a {
    color: #968F8A !important;
}

#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-withdraw {
    border-color: #968F8A !important;
    color: #968F8A !important;
}

#CybotCookiebotDialogPoweredbyCybot,
.CookiebotWidget-main-logo {
    display: none !important;
}