.section-heroshift {
    margin-bottom: 100px;
}
@media screen and (min-width: 768px) {
    .section-heroshift {
        margin-bottom: 174px;
    }
}
.section-heroshift .hero-grp {
    position: relative;
    min-height: 375px;
    height: 375px;
    max-height: 375px;
}
@media screen and (min-width: 768px) {
    .section-heroshift .hero-grp {
        position: relative;
        min-height: 375px;
        height: 774px;
        max-height: 774px;
    }
}
.section-heroshift img,
.section-heroshift video {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100% !important;
    height: 375px !important;
    max-width: none !important;
}
@media screen and (min-width: 768px) {
    .section-heroshift img,
    .section-heroshift video {
        height: 774px !important;
    }
}
.hero-overlay-karriere {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 30px;
}

@media screen and (min-width: 768px) {
    .hero-overlay-karriere {
        bottom: 124px;
    }
}
.txt-bg {
    color: #ffffff;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.25;
}
@media screen and (min-width: 768px) {
    .txt-bg {
        color: #ffffff;
    }
}

.txt-bg > span {
    padding-left: 7px;
    padding-right: 7px;
    background-color: rgba(0, 120, 171, 0.85);
    background-image: linear-gradient(65deg, rgba(0, 120, 171, 0.85) 0%, rgba(0, 148, 223, 0.85) 50%, rgba(36, 181, 255, 0.85) 100%);
}
.hero-intro-cover {
    display: none;
    width: 100%;
    height: 191px;
    padding-top: 25px;
    position: absolute;
    top: -60px;
    background: #ffffff;
    box-shadow: 0 -22px 20px 0 rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 1200px) {
    .hero-intro-cover {
        display: block;
    }
}

.hero-content {
    padding-top: 25px;
    max-width: 686px;
}

@media screen and (min-width: 768px) {
    .hero-content {
        padding-top: 0;
    }
}

.section-fullcarousel {
    overflow: hidden;
    max-width: 100%;
    padding-bottom: 100px;
}
.section-fullcarousel .slick-arrow {
    background-image: none;
    display: flex;
    justify-content: center;
}
.section-fullcarousel .slick-track {
    position: relative;
    padding-bottom: 28px;
}
.fullcarousel .carousel-item {
    padding-left: 0;
    padding-right: 0;
}
@media screen and (min-width: 768px) {
    .fullcarousel .carousel-item {
        position: relative;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 68px;
    }
    .fullcarousel .slick-slide,
    .fullcarousel .slick-cloned {
        /* opacity: 0.25 !important; */
        transition: all 0.2s ease-in-out;
    }
    .fullcarousel .slick-current,
    .fullcarousel .slick-active {
        /* opacity: 1 !important; */
    }
}

.fullcarousel .slick-slide {
    opacity: 0.25;
}

.fullcarousel .slick-slide.slick-center {
    opacity: 1; /* Override opacity for the centered slide */
}
.fullcarousel .slider-caption {
    padding-left: 20px;
    padding-right: 20px;
    transform: translateY(-35px);
    margin-bottom: -35px;
}
@media screen and (min-width: 768px) {
    .fullcarousel .slider-caption {
        position: absolute;
        transform: translateY(0);
        margin-bottom: 0;
        bottom: 0;
        left: 48px;
    }
}
.fullcarousel .slider-caption-inner {
    width: 100%;
    max-width: 485px;
    opacity: 0.95;
    background-image: linear-gradient(68deg, #0078ab 0%, #0094df 51%, #24b5ff 100%);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
    color: #fff;
    padding: 35px 41px 45px;
    font-size: 16px;
}
@media screen and (min-width: 768px) {
    .fullcarousel .slider-caption-inner {
        min-height: 204px;
        padding-left: 42px;
        padding-right: 42px;
        padding-top: 34px;
        padding-bottom: 38px;
    }
}
.fullcarousel .slider-caption-inner h2 {
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 10px;
    color: #fff;
}
.fullcarousel .slider-caption-inner p {
    font-size: 16px;
    line-height: 26px;
}
@media screen and (min-width: 768px) {
    .fullcarousel .slider-caption-inner h2 {
        line-height: 44px;
    }

    .fullcarousel .slider-caption-inner p {
        font-size: 16px;
        line-height: 26px;
    }
}
.fullcarousel .slider-caption-inner p {
    margin-bottom: 0;
    padding-bottom: 0;
}
.fullcarousel .slick-list {
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow: visible;
}
.section-fullcarousel .slider-nav {
    display: none;
    position: absolute;
    bottom: -37px;
    top: auto;
    transform: translateY(0);
}

@media screen and (min-width: 768px) {
    .section-fullcarousel .slider-nav {
        display: block;
    }
}
.section-fullcarousel .slick-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.section-fullcarousel .slick-dots li,
.section-fullcarousel .slick-dots button,
.section-fullcarousel .slick-dots button:before {
    display: block;
    width: 10px;
    height: 10px;
    margin: 0;
}

/* Plan */
.section-karriereplan {
    margin-bottom: 100px;
    overflow-x: hidden;
    width: 100%;
}
@media screen and (min-width: 768px) {
    .section-karriereplan {
        margin-bottom: 189px;
    }
}
.planslide {
    overflow: visible;
    width: 100%;
    position: relative;
}

.plans-container {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.plang-grp {
    min-width: 100%;
    flex: 1 0 100%;
}

.plan-items {
    display: none;
}

.plan-items.is_visible {
    display: block;
}

.plan-info-tooltip {
    display: none;
}
.close-tool {
    background-color: transparent !important;
    position: absolute;
    right: 14px;
    top: 20px;
}
/* .plan-info-trigger:hover .plan-info-tooltip,
.plan-info-trigger:active .plan-info-tooltip {
    pointer-events: none;
    display: block;
    z-index: 2;
} */

.plan-info-tooltip.is_open {
    /* pointer-events: none; */
    display: block;
    z-index: 2;
}

#plan-grp-01 .plan-items {
    display: block;
}

.plan-item {
    position: relative;
    font-weight: 600;
    font-size: 16px;
    color: #0094df;
    padding-top: 20px;
}
.plan-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 500px;
    max-width: 95vw;
    height: 2px;
    background: linear-gradient(to right, #7e7e7e calc(100% - 30px), transparent 100%);
    transition: all 0.2s ease-in-out 0.2s;
}
@media screen and (min-width: 768px) {
    .plan-item::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 500px;
        max-width: none;
        height: 2px;
        background: linear-gradient(to right, #7e7e7e calc(100% - 30px), transparent 100%);
        transition: all 0.2s ease-in-out 0.2s;
    }
}
.plan-item.add-line::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100vw + 30px);
    height: 2px;
    background: linear-gradient(to right, #7e7e7e calc(100% - 30px), transparent 100%);
    transition: all 0.2s ease-in-out 0s;
}
.plan-item:after {
    content: "";
    display: block;
    width: 2px;
    height: auto;
    background-color: #7e7e7e;
    top: 0;
    bottom: 0;
    position: absolute;
    left: 0;
}

.plan-item:last-child:after,
.plang-grp:first-child .plan-item:after {
    display: none;
}
#plan-grp-01 .plan-hl {
    padding-left: 0;
}

.plan-hl {
    padding-left: 51px;
}
.plan-info-trigger {
    position: absolute;
    left: 50px;
    top: -10px;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: #ffffff;
    border: 2px solid #0094df;
}

#plan-grp-01 .plan-info-trigger {
    left: 0;
}

.plan-info-tooltip {
    position: absolute;
    bottom: 23px;
    left: -62px;
    opacity: 0.95;
    background-image: linear-gradient(56deg, #0078ab 0%, #0094df 51%, #24b5ff 100%);
    color: #fff;
    width: 500px;
    max-width: calc(100vw - 24px);
    font-weight: 300;
    font-size: 16px;
    color: #ffffff;
    line-height: 26px;
    padding: 44px 30px;
}
#plan-grp-01 .plan-info-tooltip {
    left: -12px;
}
@media screen and (min-width: 768px) {
    .plan-info-tooltip {
        padding: 53px 58px 79px;
    }
}

.section-chapterintro {
    position: relative;
}

.section-chapterintro {
    margin-bottom: 100px;
}
@media screen and (min-width: 768px) {
    .section-chapterintro {
        margin-bottom: 174px;
    }
}
.section-chapterintro .chapterintro-grp {
    position: relative;
    min-height: 255px;
    height: 255px;
    max-height: 255px;
}
@media screen and (min-width: 768px) {
    .section-chapterintro .chapterintro-grp {
        position: relative;
        min-height: 255px;
        height: 493px;
        max-height: 493px;
    }
}
.section-chapterintro img,
.section-chapterintro video {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100% !important;
    height: 255px !important;
    max-width: none !important;
}
@media screen and (min-width: 768px) {
    .section-chapterintro img,
    .section-chapterintro video {
        height: 493px !important;
    }
}
.chapterintro-overlay-karriere {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 30px;
}
@media screen and (min-width: 768px) {
    .chapterintro-overlay-karriere {
        bottom: 124px;
    }
}
.chapterintro-content .cta {
    margin-top: calc(25px - 1em);
}
@media screen and (min-width: 768px) {
    .chapterintro-content .cta {
        margin-top: calc(50px - 1em);
    }
}
.txt-bg {
    color: #ffffff;
}
@media screen and (min-width: 768px) {
    .txt-bg {
        color: #ffffff;
    }
}

.txt-bg > span {
    background-color: rgba(0, 120, 171, 0.85);
    background-image: linear-gradient(65deg, rgba(0, 120, 171, 0.85) 0%, rgba(0, 148, 223, 0.85) 50%, rgba(36, 181, 255, 0.85) 100%);
}
.chapterintro-intro-cover {
    display: none;
    width: 100%;
    height: 191px;
    padding-top: 25px;
    position: absolute;
    top: -60px;
    background: #ffffff;
    box-shadow: 0 -22px 20px 0 rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 1200px) {
    .chapterintro-intro-cover {
        display: block;
    }
}

.chapterintro-content {
    padding-top: 25px;
    max-width: 686px;
}

@media screen and (min-width: 768px) {
    .chapterintro-content {
        padding-top: 0;
    }
}
.section-benefits {
    margin-bottom: 100px;
}
@media screen and (min-width: 768px) {
    .section-benefits {
        margin-bottom: 200px;
    }

    .section-benefits h2 {
        margin-bottom: 50px;
    }
}
.benefit-item {
    width: 335px;
    display: flex;
    justify-content: flex-start;
    align-items: felx-start;
    gap: 0 28px;
}
.benefit-item-inner {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 27px;
}
@media screen and (min-width: 600px) {
    .benefits-grp {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .benefit-item {
        flex: 0 0 33.33%;
        padding: 10px;
    }
    .benefit-item-inner {
        width: 185px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (min-width: 825px) {
    .benefit-item {
        flex: 0 0 25%;
        font-size: 16px;
        color: #7e7e7e;
        line-height: 19px;
    }
    .benefit-item h4 {
        margin-bottom: 7px;
    }
}
.benefit-icn {
    width: 100%;
    margin-bottom: 12px;

    max-width: 40px;
}
@media screen and (min-width: 768px) {
    .benefit-icn {
        max-width: 60px;
    }
}
.text-container {
    font-size: 28px;
    line-height: 40px;
    color: #ffffff;
    position: relative;
    padding: 5px;
}

.line {
    padding-left: 5px;
    padding-right: 5px;
    display: inline;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.section-fullbleed {
    position: relative;
    padding-bottom: 110px;
    margin-bottom: 100px;
}
@media screen and (min-width: 768px) {
    .section-fullbleed {
        padding-bottom: 0;
        margin-bottom: 200px;
    }
}
.fullbleed-container {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 385px;
}
.fullbleed-txt-container {
    position: absolute;

    bottom: 0;
}
.fullbleed-txt {
    position: relative;
    left: 12px;
    right: 12px;
}
@media screen and (min-width: 768px) {
    .fullbleed-txt-container {
        position: absolute;
        left: 0;
        right: 0;
        height: 385px;
        top: 0;
    }
    .fullbleed-txt {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);

        padding-right: 100px;
        max-width: 605px;
        left: auto;
    }
}
/* .fullbleed-txt {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 0;
} */
/* @media screen and (min-width: 768px) {
    .fullbleed-txt {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        padding-right: 100px;
        max-width: 605px;
        left: auto;
    }
} */
.fb-dt {
    display: none;
}

@media screen and (min-width: 768px) {
    .fb-dt {
        display: block;
    }
    .fb-m {
        display: none;
    }
}
.fullbleed-txt h2 {
    font-size: 28px;
    line-height: 43px;
    margin-bottom: 6px;
}

@media screen and (min-width: 768px) {
    .fullbleed-txt h2 {
        font-size: 40px;
        color: #ffffff;
        line-height: 57px;
        margin-top: 0;
    }
}
.padded-multiline {
    line-height: 1.55;
    padding: 3px 0;
    /* max-width: 505px; */
}

@media screen and (min-width: 768px) {
    .padded-multiline {
        line-height: 1.4;
    }
}
.padded-multiline span {
    background: linear-gradient(76deg, rgba(0, 120, 171, 0.85) 0%, rgba(0, 148, 223, 0.85) 51%, rgba(36, 181, 255, 0.85) 100%);
    color: #fff;
    display: inline;
    padding: 4px 0.85rem 4px 0.45rem;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

.cite {
    font-size: 16px;
    color: #0094df;
    line-height: 19px;
}

@media screen and (min-width: 768px) {
    .cite.white {
        color: #fff;
    }
}
@media screen and (min-width: 768px) {
    .linkcard-grp {
        display: flex;
        justify-content: flx-start;

        flex-wrap: wrap;
        gap: 20px;
        max-width: 690px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media screen and (min-width: 1100px) {
    .linkcard-grp {
        max-width: none;
    }
}
.linkcard-item {
    display: block;
    text-decoration: none;
    width: 100%;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

@media (hover: hover) {
    .linkcard-item .linkcard-img:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        opacity: 0.85;
        background-image: linear-gradient(54deg, #0078ab 0%, #0094df 51%, #24b5ff 100%);
        transition: all 0.2s ease-in-out;
    }
    .linkcard-item:hover .linkcard-img:after {
        opacity: 0;
    }
}
@media screen and (min-width: 768px) {
    .linkcard-item {
        flex: 0 0 calc(50% - 10px);
        margin-left: 0;
        margin-right: 0;
        max-width: 385px;
        margin-bottom: 0;
        display: flex;
        flex-direction: column;
    }
}

@media screen and (min-width: 1100px) {
    .linkcard-item {
        flex: 0 0 calc(33.33% - 14px);
        margin-left: 0;
        margin-right: 0;
    }
}
.linkcard-img {
    position: relative;
}
.linkcard-img img {
    display: block;
}

.linkcard-txt {
    background-color: #e6e6e6;
    color: #7e7e7e;
    padding: 35px 41px 31px;
    font-size: 16px;
    transition: all 0.2s ease-in-out;
    flex: 1 1 auto;
    position: relative;
}

@media (hover: hover) {
    .linkcard-item:hover .linkcard-txt {
        background-color: #00415c;
        color: #fff;
    }

    .linkcard-item:hover .arrow-icn {
        color: #fff;
    }

    .linkcard-item:hover .arrow-icn polygon {
        fill: #fff;
    }
}
.linkcard-txt {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.linkcard-txt h2 {
    margin-top: 0;
    margin-bottom: 10px;
}
.linkcard-txt p {
    margin-bottom: 25px;
}
.arrow-icn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
    font-weight: 500;
    text-align: right;
    font-size: 16px;
    color: #0094df;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.section-linkcards {
    margin-bottom: 100px;
}

@media screen and (min-width: 768px) {
    .section-linkcards {
        margin-bottom: 200px;
    }
}

/* 
Quiz 
*/

.radio-group,
.checkbox-group,
.imgradio-group {
    border-bottom: 1px solid #979797;
    padding-bottom: 38px;
    margin-bottom: 28px;
}

@media screen and (min-width: 768px) {
    .radio-group,
    .checkbox-group,
    .imgradio-group {
        padding-bottom: 57px;
        margin-bottom: 45px;
    }
}

.radio-group h2,
.checkbox-group h2,
.imgradio-group h2 {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 20px;
    margin-bottom: 0;
}
.radio-img img {
    display: block;
    margin-bottom: 21px;
}
@media screen and (min-width: 600px) {
    .radio-img-grp {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
        gap: 15px 50px;
    }

    .radio-img {
        flex: 0 0 calc(50% - 25px);
        max-width: 500px;
    }
}

@media screen and (min-width: 900px) {
    .radio-img-grp {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 50px;
    }

    .radio-img {
        flex: 0 0 calc(33.33% - 34px);
        max-width: 500px;
    }
}
/* Custom Radio Button */
.radio-group input[type="radio"] {
    display: none;
}

.radio-group label {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-right: 15px;
    position: relative;
    padding-left: 25px;
}

.radio-group label:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #0094df;
    border-radius: 50%;
    background-color: white;
    position: absolute;
    left: 0;
    top: 3px;
}

.radio-group input[type="radio"]:checked + label:after {
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    background-color: #0094df;
    border-radius: 50%;
    position: absolute;
    top: 6px;
    left: 3px;
}

/* Custom Checkbox */
.checkbox-group input[type="checkbox"],
.wpcf7-list-item input[type="checkbox"] {
    display: none;
}

.checkbox-group label,
.wpcf7-list-item label {
    display: flex;
    align-items: flex-start;
    cursor: pointer;
    margin-right: 15px;
    position: relative;
    padding-left: 25px;
    font-size: 16px;
    line-height: 21px;
    font-weight: 300;
}
form small,
.wpcf7-not-valid-tip {
    font-size: 16px;
    line-height: 21px;
    font-weight: 300;
}
.wpcf7-form-control-wrap {
    position: relative;
    display: block;
}
.wpcf7-not-valid-tip {
    display: block;
    width: 100%;
    position: absolute;
}
.checkbox-group label:before,
.wpcf7-list-item label:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #0094df;
    background-color: white;
    position: absolute;
    left: 0;
}
.wpcf7-radio label {
    padding-left: 0;
}

.wpcf7-radio .wpcf7-list-item {
    margin-left: 0;
    display: block;
}
.wpcf7-radio label:before {
    display: none;
}
.checkbox-group input[type="checkbox"]:checked + label:after,
.wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
    content: "";
    display: inline-block;
    width: 11px;
    height: 11px;
    background-color: transparent;
    position: absolute;
    top: 2px;
    left: 2px;
    background-image: url(../images/ui/checked.svg);
    background-size: contain;
    background-position: center center;
}
.formfield-area {
    margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
    .formfield-area {
        margin-bottom: 80px;
    }
}
/* Hide the default checkbox */
.wpcf7-checkbox input[type="checkbox"] {
    display: none;
}

/* Create a custom checkbox */
.wpcf7-checkbox label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    display: inline-block;
}

/* Custom checkbox appearance */
.wpcf7-acceptance label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #0094df;
    background-color: white;
}
.wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
    top: 7px;
}
.hl-grp {
    position: relative;
}
.validation-message {
    position: absolute;
    bottom: -50px;
    left: 0;
    font-size: 14px;
    color: #f00;
}
.wpcf7-acceptance .wpcf7-list-item {
    margin-left: 0;
}
/* Form */

input[type="text"],
input[type="email"],
input[type="tel"] {
    -webkit-appearance: none !important; /* Für iOS Safari */
    -moz-appearance: none !important;
    appearance: none !important; /* Für moderne Browser */
    border-radius: 0 !important;
    border: none;
    border-bottom: 1px solid #0094df;
}

::-webkit-input-placeholder {
    font-size: 16px;
    color: #b4b4b4;
    line-height: 35px;
}

::-moz-placeholder {
    font-size: 16px;
    color: #b4b4b4;
    line-height: 35px;
}

:-ms-input-placeholder {
    font-size: 16px;
    color: #b4b4b4;
    line-height: 35px;
}

::-ms-input-placeholder {
    font-size: 16px;
    color: #b4b4b4;
    line-height: 35px;
}

::placeholder {
    font-size: 16px;
    color: #b4b4b4;
    line-height: 35px;
}

.linkcard-img {
    position: relative;
    width: 100%;
    max-width: 420px;
    height: 289px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
}
.jobcard-img {
    height: 195px;
    background-position: center center;
}
.jobcard-item h3 {
    font-size: 28px;
    line-height: 34px;
    font-weight: 300;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
@media screen and (min-width: 768px) {
    .jobcard-item h3 {
        font-size: 24px;
    }
}
.linkcard-item:hover .linkcard-img-inner {
    opacity: 0;
}
.linkcard-img-inner {
    position: relative;
}
.linkcard-img-inner,
.linkcard-video {
    width: 100%;
    max-width: 420px;
    height: 289px !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    display: block;
    /* opacity: 0; */
    transition: all 0.2s ease-in-out;
}
.linkcard-video {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
}
.linkcard-item:hover .linkcard-video {
    opacity: 1;
}
#quizForm {
    margin-bottom: 47px;
}
@media screen and (min-width: 768px) {
    #quizForm {
        margin-bottom: 143px;
    }
}
.quiz-result-intro {
    background-image: linear-gradient(72deg, #0078ab 0%, #0094df 51%, #24b5ff 100%);
    color: #fff;
    padding-top: 27px;
    padding-bottom: 27px;
    margin-bottom: 47px;
}

@media screen and (min-width: 768px) {
    .quiz-result-intro {
        padding-top: 40px;
        padding-bottom: 40px;
        margin-bottom: 93px;
    }
}

@media screen and (min-width: 768px) {
    .quiz-result-inner {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: space-between;
        gap: 50px;
    }
}
.quiz-result-inner h2 {
    color: #fff;
}
.result-img {
    width: 100%;
    max-width: 385px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 32px;
}
.result-img img {
    display: block;
}
@media screen and (min-width: 768px) {
    .result-img {
        display: block;
        position: relative;
        flex: 0 0 50%;
        max-width: 385px;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
    }
}

.radio-group .editor-narrow {
    margin-bottom: 0;
}

.sibling-opacity {
    opacity: 0.5;
}

.radio-group {
    font-size: 16px;
    color: #7e7e7e;
    line-height: 21px;
}
.radio-group label {
    margin-bottom: 17px;
}
.formfield-grp {
    margin-bottom: 0;
}
@media screen and (min-width: 768px) {
    .formfield-grp {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 58px;
        margin-bottom: 0;
    }
}

.formfield-grp label {
    margin-bottom: 16px;
}
.kontaktperson a {
    padding-left: 0 !important;
    margin-left: 0 !important;
}
.kontaktperson a:before {
    display: none !important;
}

.hero-aside h3 {
    font-weight: 300;
    font-size: 28px;
    color: #0094df;
    line-height: 36px;
}

.detail-hl {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0;
    color: #0094df;
}
.hero-aside p {
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 12px;
}
@media screen and (min-width: 768px) {
    .hero-aside p {
        font-size: 16px;
        line-height: 19px;
        padding-bottom: 12px;
    }
}
.detail-item {
    border-bottom: 1px solid #979797;
    margin-bottom: 12px;
}
.detail-item:last-child {
    border-bottom: none;
}
.jobdetails {
    margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
    .jobdetails {
        margin-bottom: 100px;
    }
}
.hero-aside {
    padding-top: 100px;
    max-width: 320px;
}
@media screen and (min-width: 768px) {
    .hero-aside {
        padding-top: 254px;
        max-width: 185px;
    }
}

.kontakt-img {
    max-width: 185px !important;
}

.kontakt-img img {
    display: block;
    max-width: 100%;
    height: auto !important;
}

@media screen and (min-width: 768px) {
    .stellen-main {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 30px;
    }
}

.contactperson-name {
    font-weight: 400;
    font-size: 16px;
    color: #0094df;
    line-height: 26px;
}

.kontakt-img {
    margin-bottom: 21px;
}

.plan-info-tooltip:before {
    content: "";
    position: absolute;
    bottom: -20px;

    left: 70px;
    width: 20px;
    height: 20px;
    background-image: url(../images/ui/tooltip-tip.svg);
    background-size: contain;
    background-position: left 0 top -1px;
    background-repeat: no-repeat;
}
#plan-grp-01 .plan-info-tooltip:before {
    left: 20px;
}
.section-karriereplan {
    overflow: visible;
}
.page-template-page-karriereneu {
    max-width: 100%;
    overflow: hidden;
}
.btn-next-plangrp,
.btn-prev-plangrp {
    position: absolute;
    background-color: transparent !important;
    background-size: 27px;
    width: 27px;
    height: 27px;
    top: -13px;
    display: block;
    background-image: url(../images/ui/plangroup-prev.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
}
.btn-prev-plangrp {
    left: -13px;
}
.btn-next-plangrp {
    background-image: url(../images/ui/plangroup-next.svg);
    right: 0;
}
@media screen and (min-width: 450px) {
    .btn-next-plangrp {
        background-image: url(../images/ui/plangroup-next.svg);
        left: 410px;
        right: auto;
    }
}
.plan-item {
    padding-left: 51px;
    padding-bottom: 40px;
}

#plan-grp-01 .plan-item {
    padding-left: 0;
}

.linkcard-item {
    padding-left: 0 !important;
}
.linkcard-item:before {
    display: none !important;
}
.linkcard-item video {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100% !important;
}

#result {
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s ease-in-out, opacity 1s ease-in-out, visibility 1s ease-in-out;
}

#result.show {
    visibility: visible;
    opacity: 1;
    max-height: 2500px;
}
button.hidden {
    opacity: 0;
    height: 0;
    padding: 0;
    border: none;
    overflow: hidden;
    transition: opacity 0.5s ease-in-out, height 0.5s ease-in-out, padding 0.5s ease-in-out;
}

.btn-prev-plangrp:before,
.btn-next-plangrp:before {
    content: "";
    position: relative;
    display: block;
    width: 200%;
    height: 200%;
    box-sizing: border-box;
    margin-left: -50%;
    margin-top: -50%;
    border-radius: 50%;
    background-color: #01a4e9;
    -webkit-animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
    animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
.btn-prev-plangrp:after,
.btn-next-plangrp:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    -webkit-animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
    animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}

@-webkit-keyframes pulse-ring {
    0% {
        transform: scale(0.33);
    }
    80%,
    100% {
        opacity: 0;
    }
}

@keyframes pulse-ring {
    0% {
        transform: scale(0.33);
    }
    80%,
    100% {
        opacity: 0;
    }
}
@-webkit-keyframes pulse-dot {
    0% {
        transform: scale(0.8);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.8);
    }
}
@keyframes pulse-dot {
    0% {
        transform: scale(0.8);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.8);
    }
}
.karriere-half {
    align-items: flex-start;
}
.karriere-half h2 {
    padding-top: 0;
    margin-top: 0;
}

.karriere-half .half-img {
    padding-top: 10px;
}

.section-form {
    margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
    .section-form {
        margin-bottom: 130px;
    }
}

.plan-info-trigger-hover {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 11px;
    height: 11px;
    background-color: #0094df;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 2px;
}

@media (hover: hover) {
    .plan-info-trigger:hover {
        cursor: pointer;
    }
    .plan-info-trigger:hover .plan-info-trigger-hover {
        opacity: 1;
    }
    .plan-info-trigger + p {
        transition: all 0.2s ease-in-out;
    }
    .plan-info-trigger:hover + p {
        color: #00415c;
    }
}
