/****  OOCss  ****/
/* tagline-reset */
#c2291 .frame-header .element-subheader,
#c2292 .frame-header .element-subheader,
#c2284 .frame-header .element-subheader {
    color: #A2CAD4;
    background-color: transparent !important;
    font-weight: 500 !important;
    padding: 0;
    margin-bottom: .5rem;
    letter-spacing: -.5px;
    font-size: clamp(1rem, 0.8333rem + 0.3472vw, 1.25rem);
}

.frame-header h2 {
    font-weight: 500 !important;
}

/* Background dlight-blue */
#c2283,
#c2284 {
    background: #D0E5ED;
}

/**** Hero Element***/
/*******************************************/
section#c2044 {
    position: relative;
    background: #D0E5ED;
}

section#c2044 .frame-header {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 4;
}

section#c2044 .frame-header::after {
    content: "";
    position: absolute;
    right: 15%;
    top: 15%;
    width: 10vw;
    min-width: 100px;
    aspect-ratio: 1;
    background: url("/fileadmin/content/karriere/karriere-hero-rotate-usps.svg") center center no-repeat;
    background-size: contain;
    animation: spin 15s linear infinite;
}

section#c2044 .frame-header h1,
section#c2044 .frame-header h2 {
    color: #fff;
}

section#c2044 .frame-header h1 {
    font-size: clamp(1.75rem, -1.25rem + 6.25vw, 6.25rem);
    letter-spacing: -2px;
}

section#c2044 .frame-header h2 {
    display: block;
    text-transform: none;
    background: none;
    letter-spacing: -.5px;
    font-size: clamp(0.75rem, -0.75rem + 3.125vw, 3rem);
    background-color: transparent !important;
    padding: 0;
    margin: 0;
}


/**** Anchored Nav ***/
/*******************************************/
#c2283 {
    padding: 0 !important;
    margin-bottom: -100px;
    z-index: 9;
}

@media screen and (max-width: 767px) {
    #c2283 {
        padding: 0 0 40px 0 !important;
        margin-bottom: 0;
        z-index: 9;
    }
}

.career-anchor-nav {
    width: calc(100% - 60px);
    max-width: 1400px;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
    border-radius: 20px;
    transform: translateY(-40%);
}

.career-anchor-nav__header {
    padding: 40px 30px 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.career-anchor-nav__title {
    margin: 0;
    color: #154277;
    font-size: clamp(40px, 3.2vw, 62px);
    line-height: 1.05;
    letter-spacing: -0.02em;
}

.career-anchor-nav__subtitle {
    margin: 8px 0 0;
    color: #707173;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3;
}

.career-anchor-nav__content {
    padding: 0 30px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.career-anchor-nav__jobs {
    display: inline-flex;
    align-items: center;
    gap: 0;
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    line-height: 1;
}

.career-anchor-nav__jobs:hover {
    text-decoration: none;
}

.career-anchor-nav__jobs>span:first-child {
    display: flex;
    min-height: 44px;
    font-size: clamp(1rem, 0.8333rem + 0.3472vw, 1.25rem);
    padding: 0 20px;
    align-items: center;
    font-weight: 500;
    justify-content: center;
    background: #00724B;
    border-radius: 999px;
}

.career-anchor-nav__jobs:hover>span:first-child {
    color: white;
}

.career-anchor-nav__jobs-icon {
    display: flex;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition:
        transform 0.25s ease,
        rotate 0.25s ease;
}

.career-anchor-nav__jobs-icon svg {
    width: 100%;
    height: auto;
}

.career-anchor-nav__jobs:hover .career-anchor-nav__jobs-icon {
    transform: rotate(15deg) scale(1.05);
}

.career-anchor-nav__links {
    display: flex;
    margin-top: 25px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
}

.career-anchor-nav__links a {
    display: inline-flex;
    min-height: 46px;
    padding: 0 15px;
    align-items: center;
    justify-content: center;
    color: #00724B;
    border: 2px solid #00724B;
    border-radius: 999px;
    text-decoration: none;
    font-size: 19px;
    letter-spacing: -.4px;
    font-weight: 400;
    line-height: 1.1;
    transition:
        color 0.2s ease,
        background-color 0.2s ease;
}

.career-anchor-nav__links a:hover,
.career-anchor-nav__links a:focus-visible {
    color: #fff !important;
    background-color: #00724B;
}

.career-anchor-nav__links a:focus-visible,
.career-anchor-nav__jobs:focus-visible {
    outline: 3px solid #1599e5;
    outline-offset: 4px;
}

@media (max-width: 767px) {
    .career-anchor-nav {
        transform: translateY(-5%);
    }
}

@media (max-width: 900px) {
    .career-anchor-nav {
        width: calc(100% - 30px);
        border-radius: 20px;
    }

    .career-anchor-nav__header {
        padding: 25px 20px 12px;
    }

    .career-anchor-nav__subtitle {
        font-size: 17px;
    }

    .career-anchor-nav__content {
        padding: 18px 20px 40px;
    }

    .career-anchor-nav__links {
        margin-top: 28px;
        gap: 10px;
    }

    .career-anchor-nav__links a {
        min-height: 40px;
        padding: 0 14px;
        font-size: 18px;
    }
}

@media (max-width: 600px) {
    .career-anchor-nav {
        width: calc(100% - 20px);
        border-radius: 16px;
    }

    .career-anchor-nav__title {
        font-size: 30px;
    }

    .career-anchor-nav__subtitle {
        font-size: 15px;
    }

    .career-anchor-nav__jobs {
        font-size: 19px;
    }

    .career-anchor-nav__jobs>span:first-child {
        min-height: 46px;
        padding: 0 16px;
    }

    .career-anchor-nav__jobs-icon {
        width: 46px;
        height: 46px;
        flex-basis: 46px;
    }

    .career-anchor-nav__jobs-icon svg {
        width: 46px;
        height: 46px;
    }

    .career-anchor-nav__links {
        width: 100%;
        align-items: stretch;

    }

    .career-anchor-nav__links a {

        box-sizing: border-box;
    }
}



/**** Slide SCHEWERPUNKT d***/
/*******************************************/

#c2284 {
    z-index: 200;
}

#c2284 .frame-header {
    text-align: center;
}

#c2284 .frame-header .element-subheader {
    color: #154277;
}

#c2284 .grid-container.ge-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

#c2284 .grid-container.ge-container section.frame {
    padding: 1rem;
}

#c2284 .grid-container.ge-container section.frame .container {
    padding: 0;
}

#c2284 .job-schwerpunkte {
    border-radius: 20px;
    background: #5FA887;
    color: white;
    padding: 4vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1;
}

#c2284 .job-schwerpunkte.col-darkblue {
    background: #154277;
}

#c2284 .job-schwerpunkte.col-middleblue {
    background: #4C8F9F;
}

#c2284 .job-schwerpunkte h3 {
    text-align: center;
    color: white;
    font-weight: 500 !important;
    letter-spacing: -.5px;
    font-size: clamp(1.25rem, 0.75rem + 1.0417vw, 2rem);
}

/* offen-jobs link */
#c2284 .career-anchor-nav__jobs--bgwhite {
    margin-top: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

#c2284 .career-anchor-nav__jobs>span:first-child {
    background: white;
    color: var(--bs-primary);
}


/********************** 2-col img right  */
#c2292 .grid-row {
    align-items: center;
}

@media screen and (max-width: 767px) {
    #c2292 .grid-row {
        flex-direction: column;
    }

    #c2292 .grid-row>.col:nth-child(2) {
        order: -1;
    }

    #c2296 {
        padding-top: 1rem;
    }
}

.career-image-teaser {
    position: relative;
    width: min(100% - 40px, 1440px);
    margin: 0 auto;
}

.career-image-teaser__media {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    border-radius: 36px;
}

.career-image-teaser__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.career-image-teaser__circle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 66.5%;
    aspect-ratio: 1 / 1;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #d7ebf3;
    transition: opacity 1.0s ease, transform 1.0s ease;
    opacity: 0.5;
    transform: translate(-50%, -50%) scale(0.5);
}

.career-image-teaser__circle.is-in-view {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.0);

}

.career-image-teaser__content {
    width: 72%;
    text-align: center;
}

.career-image-teaser__eyebrow {
    margin: 0 0 12px;
    color: #00724B;
    font-size: clamp(0.75rem, 0.3333rem + 0.8681vw, 1.375rem);
    font-weight: 500;
    line-height: 1.2;
}

.career-image-teaser__title {
    margin: 0;
    color: #00629B;
    font-size: clamp(1.625rem, 0.7083rem + 1.9097vw, 3rem);
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -0.035em;
}

/* dots */
#c2291 .dots-anim__dot,
#c2292 .dots-anim__dot {
    background: #B1CEBE;
    opacity: .75;
}

/*******  3-img text ************/
#c2291 .flummycontent {
    width: auto;
}

#c2291 .flummybox {
    display: none;
}

#c2293>.container {
    max-width: 500px;
}

/* logos */
#c2291 .gallery-row .align-items-center .card {
    border: 2px solid #00724B !important;
}

#c2291 .gallery-row .double .card {
    border: 2px solid #4C8F9F !important;
}

#c2291 .gallery-row .double .card:nth-child(2) {
    border: 2px solid #00629B !important;

}

/**** Slide ICON LIST***/
/*******************************************/
#c2032 {
    background: #B1CEBE;
}

#c2032 .frame-header .element-subheader {
    display: block;
    background-color: transparent !important;
    color: #00724B;
    letter-spacing: -.5px;
    margin-bottom: 5px;
    font-weight: 500 !important;
    font-size: clamp(1rem, 0.8333rem + 0.3472vw, 1.25rem);
    padding: 0;
}

#c2032 h2.element-header {
    color: #154277;
    font-weight: 500 !important;
}

#c2032 .icongroup-outer {
    padding: 0 4vw;
}

#c2032 .icongroup-item {
    color: #154277;
    padding: 2vw;
}

#c2032 .icongroup-item .icon {
    background: white;
    padding: 15px;
    border-radius: 50%;
}

#c2032 .icongroup-item .icongroup-item-text {
    font-weight: 400;
}

#c2032 .icongroup-item .icon svg path {
    fill: #154277;
}

/**** BEWERBUNGSABLAUF *********************/
/*******************************************/
#c2295 {
    padding-top: 7vw !important;
}

#c2295 .frame-header .element-subheader {
    display: block;
    background-color: transparent !important;
    color: #B1CEBE;
    font-weight: 500 !important;
    font-size: clamp(1rem, 0.8333rem + 0.3472vw, 1.25rem);
    padding: 0;
    margin-bottom: 10px;
}

#c2295 h2.element-header {
    color: #154277;
    font-weight: 500 !important;
}

/* steps-section */
#c2296>.container {
    padding: 0 4vw;
}

#c2296 .job-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 2vw;
}

#c2296 .job-step--dots {
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 0px;
    row-gap: 0px;
    min-height: 80px;
}

#c2296 .job-step--dots>span {
    width: 40px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #D0E5ED;
    display: block;
}

#c2296 .job-step--dots>span.dot-50 {
    background: #A2CAD4;
}

#c2296 .job-step--dots>span.dot-75 {
    background: #4C8F9F;
}

#c2296 .job-step--dots>span.dot-100 {
    background: #00629B;
}

#c2296 .job-step--info {
    color: #00724B;
    text-align: center;
    font-weight: 400;
    font-size: 19px;
}

/* jetzt-bewerben - wrap */
.bewerbern-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bewerbern-wrap .career-anchor-nav__jobs>span:first-child {
    background: white;
    color: #154277;
    border: 2px solid #154277;
}

@media screen and (max-width: 767px) {
    #c2296 .job-step {
        row-gap: 4vw;
    }

    #c2296 .job-step--dots {
        min-height: 60px;
    }

    #c2296 .job-step--dots>span {
        width: 30px;
    }
}

/* step-dots animation */
/* =========================================
   APPLICATION PROCESS DOTS
========================================= */

.dot-25,
.dot-50,
.dot-75,
.dot-100 {
    animation-name: dotPulse;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    transform-origin: center;
    animation-duration: 2.4s;
}





@keyframes dotPulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.85);
    }

}



/*** Accordion ****/
/*****************************/
#c2028 .frame-header .element-subheader {
    display: block;
    background-color: transparent !important;
    color: #A2CAD4;
    font-weight: 500 !important;
    font-size: clamp(1rem, 0.8333rem + 0.3472vw, 1.25rem);
    padding: 0;
    margin-bottom: 10px;
    letter-spacing: -.5px;
}

#c2028 h2.element-header {
    font-weight: 500 !important;
    font-size: clamp(1.625rem, 1.375rem + 0.5208vw, 2rem);
}

#c2028.frame-type-accordion .container {
    column-gap: 8vw;
}

#c2028 .accordion-header {
    background-size: 30px 30px;
}

#c2028 .accordion .accordion-item .accordion-button {
    font-weight: 400 !important;
    padding-top: .85rem !important;
    padding-bottom: .85rem !important;
}

#c2028 .accordion .accordion-item .accordion-button:before {
    background: url("/fileadmin/content/karriere/eurim-acc-arrow.svg") center center no-repeat;
    width: 26px !important;
    height: 26px !important;
    margin: 0;
    right: 2px;
    margin-top: -13px;
    transform: rotate(-90deg);
}

#c2028 .accordion .accordion-item .accordion-button.collapsed:before {
    transform: rotate(0deg);
}

#c2028 .accordion .accordion-item .accordion-button:after {
    display: none;
}

@media screen and (min-width: 768px) {
    #c2028 {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .accordion .accordion-item .accordion-button {
        font-size: 21px !important;
    }
}

/**** Swiper Kundenstimme ****************************/
#c2026 .dots-anim__item {
    width: 5vw;
    min-width: 30px;
    max-width: 80px;
    height: auto;
    aspect-ratio: 1;
}

#c2026 .dots-anim__dot {
    background: #B1CEBE;
}

#swiper-2026 {
    background-color: #154277 !important;
}

#swiper-2026 .swiper-text,
#swiper-2026 .text-lighter {
    color: #B1CEBE !important;
    font-weight: 400;
}

.swiper.stimme .swiper-pagination-bullet {
    border-color: #fff;
}

.swiper.stimme .swiper-pagination-bullet-active {
    background: #fff !important;
}

/****************** Social Media ***********************/
#c2303 {
    background: #00724B;
    color: #fff;
}

#c2303 h3.element-header {
    color: #fff;
}

#c2303 .gallery-item:nth-child(2)::after {
    content: "";
    position: absolute;
    inset: 15%;
    background: url("/fileadmin/content/karriere/eurim-social-usp-rotate.svg") center center no-repeat;
    background-size: cover;
    animation: spin 15s linear infinite;
}

/* sm-links */
#c2303 .sm-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    column-gap: .5rem;
    color: white;
    margin: 1rem 1rem 1rem 0;
}

#c2303 .sm-item.sm-insta::before {
    content: "";
    width: 30px;
    height: 30px;
    display: inline-block;
    background: url("/fileadmin/content/karriere/icon-insta.svg") center center no-repeat;
}

#c2303 .sm-item.sm-facebook::before {
    content: "";
    width: 30px;
    height: 30px;
    display: inline-block;
    background: url("/fileadmin/content/karriere/icon-fb.svg") center center no-repeat;
}

/************************ CTA BOTTOM SLIDE ******************************/
#c2304 {
    background: url("/fileadmin/content/karriere/eurim-bg-cta-bottom.webp") center center no-repeat;
    background-size: cover;
    padding-left: 5vw;
    padding-right: 5vw;
}

#c2304 .grid-row .left {
    background: #D0E5ED;
    padding: 5vw;
    border-radius: 20px;
}

#c2304 .grid-row .left .bottom-usp {
    background: url("/fileadmin/content/karriere/cta-bottom-karriere-rotate.svg") center center no-repeat;
    background-size: contain;
    display: block;
    aspect-ratio: 1;
    margin-left: auto;
    width: 50%;
    max-width: 220px;
    animation: spin 15s linear infinite;
}

#c2305 {
    height: 100%;
}

#c2305>.container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#c2305 .cta-bottom-container {
    width: 80%;
}

@media screen and (max-width: 767px) {
    #c2305 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #c2305>.container {
        row-gap: 2rem;
    }

    #c2304 .grid-row .left .bottom-usp {
        width: 40%;
    }

    #c2304 .grid-row .right {
        padding: 0;
    }

    #c2305 .cta-bottom-container {
        width: 100%;
    }
}

#c2305 .cta-bottom-container h3 {
    color: #00629B;
    margin-bottom: 1rem;
    font-size: clamp(2.0625rem, 1.4375rem + 1.3021vw, 3rem);
}

/* video */
.career-video {
    max-width: 100%;
    border-radius: 20px;
}


/************************ ANIMATIONS ******************************/
@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(-360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(-360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}








/* =========================================
   DOTS ANIMATION
========================================= */

.dots-anim {
    position: relative;
    overflow: hidden;
}

.dots-anim__layer {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 10;
}

.dots-anim__item {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 40px;
    height: 40px;
    transform: translate(-50%, -50%);
    will-change: transform, left, top, opacity;
}

.dots-anim__dot {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #00855f;
    will-change: transform;
}

/* Content über den Punkten */
.dots-anim>*:not(.dots-anim__layer) {
    position: relative;
    z-index: 2;
}

@media (max-width: 768px) {
    .dots-anim__item {
        width: 20px;
        height: 20px;
    }
}