/* Bildgrößen-Fix */
img[sizes="auto" i],
img[sizes^="auto," i] {
    contain-intrinsic-size: 3000px 1500px;
}

/* Cookie-Title-Anpassung (ursprünglich wp-custom-css) */
.cky-notice .cky-title {
    font-weight: 500 !important;
}

/* HERO BLOCK */
.b-hero {
    height: auto;
    margin: 0;
    min-height: 800px;
    padding-top: 150px;
    position: relative;
    width: 100%;
}

@media (max-width: 1060px) {
    .b-hero {
        min-height: 700px;
        padding-top: 100px;
    }
}

@media (max-width: 560px) {
    .b-hero {
        min-height: 600px;
    }
}

.b-hero__inner {
    display: flex;
    min-height: inherit;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

.b-hero__container {
    color: #fff;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    max-width: 103.125rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: 100%;
    z-index: 3;
}

.b-hero__background {
    background-color: #000;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.b-hero__background img,
.b-hero__background picture,
.b-hero__background video {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.b-hero__background:after {
    background: linear-gradient(90deg, #031e2f, rgba(3, 30, 47, .95) 35%, rgba(3, 30, 47, 0));
    content: "";
    left: 0;
    opacity: .8;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}

.b-hero__icon {
    padding-top: 180px;
    right: 0;
    z-index: 2;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}

@media (max-width: 1060px) {
    .b-hero__icon {
        padding-top: 80px;
        width: 80%;
    }
}

@media (max-width: 760px) {
    .b-hero__icon {
        padding-top: 60px;
        width: 70%;
    }
}

@media (max-width: 560px) {
    .b-hero__icon {
        padding-top: 40px;
    }
}

.b-hero__icon img,
.b-hero__icon picture {
    display: block;
    height: 100%;
    object-fit: contain;
    object-position: right bottom;
    width: 100%;
}

.b-hero .b-hero__header {
    grid-column: 1 / -1;
    margin-bottom: 30px;
}

@media (max-width: 1060px) {
    .b-hero .b-hero__header {
        margin-bottom: 20px;
    }
}

@media (max-width: 760px) {
    .b-hero .b-hero__header {
        margin-bottom: 15px;
    }
}

.b-hero .b-hero__header > * {
    font-size: 125px;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 0;
}

@media (max-width: 1460px) {
    .b-hero .b-hero__header > * {
        font-size: 110px;
    }
}

@media (max-width: 1260px) {
    .b-hero .b-hero__header > * {
        font-size: 100px;
    }
}

@media (max-width: 1060px) {
    .b-hero .b-hero__header > * {
        font-size: 80px;
    }
}

@media (max-width: 760px) {
    .b-hero .b-hero__header > * {
        font-size: 60px;
    }
}

@media (max-width: 560px) {
    .b-hero .b-hero__header > * {
        font-size: 40px;
    }
}

.b-hero .b-hero__content {
    font-size: 24px;
    grid-column: span 6;
}

@media (max-width: 1460px) {
    .b-hero .b-hero__content {
        font-size: 23px;
    }
}

@media (max-width: 1260px) {
    .b-hero .b-hero__content {
        font-size: 22px;
    }
}

@media (max-width: 1060px) {
    .b-hero .b-hero__content {
        font-size: 21px;
    }
}

@media (max-width: 760px) {
    .b-hero .b-hero__content {
        font-size: 20px;
    }
}

.b-hero .b-hero__content p {
    margin-bottom: 40px;
}

@media (max-width: 1060px) {
    .b-hero .b-hero__content p {
        margin-bottom: 30px;
    }
}

@media (max-width: 760px) {
    .b-hero .b-hero__content p {
        margin-bottom: 20px;
    }
}

/* TILES */
.b-tiles__header {
    display: flex;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    max-width: 103.125rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
}

@media (max-width: 760px) {
    .b-tiles__header {
        flex-direction: column;
        align-items: flex-start;
    }
}

.b-tiles .b-tiles__heading {
    margin-bottom: 0;
    margin-top: 0;
}

.b-tiles .b-tiles__list {
    overflow: visible;
}

.b-tiles .b-tiles__arrows .b-tiles__arrow {
    background-color: #fff;
    border: 1px solid var(--brand-1);
}

.b-tiles .b-tiles__arrows .b-tiles__arrow svg {
    fill: #000;
}

/* TILE */
.b-tile {
    background-color: var(--brand-5);
    color: #fff;
}

.b-tile__inner {
    height: 100%;
    padding: var(--tile-padding);
}

.b-tile__container {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
}

.b-tile__header {
    margin-bottom: 20px;
}

.b-tile__heading {
    margin-bottom: 0;
    margin-top: 0;
}

.b-tile__content {
    margin-bottom: 60px;
    max-width: 570px;
    width: 80%;
}

@media (max-width: 1260px) {
    .b-tile__content {
        margin-bottom: 50px;
        width: 90%;
    }
}

@media (max-width: 760px) {
    .b-tile__content {
        margin-bottom: 40px;
        width: 100%;
    }
}

@media (max-width: 560px) {
    .b-tile__content {
        margin-bottom: 30px;
    }
}

.b-tile__footer {
    display: flex;
    margin-top: auto;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 560px) {
    .b-tile__footer {
        flex-direction: column-reverse;
        align-items: flex-start;
    }
}

.b-tile__footer--media {
    width: 120px;
}

.b-tile__footer--media img,
.b-tile__footer--media picture {
    height: auto;
    width: 100%;
}

@media (max-width: 560px) {
    .b-tile__footer--media {
        margin-top: 20px;
        width: 90px;
    }
}

/* SCROLLING TEXT */
.b-scrolling-text__header {
    display: flex;
    overflow: hidden;
}

.b-scrolling-text__heading {
    color: var(--brand-5);
    font-size: clamp(3.375rem, 2.6737rem + 3.5065vw, 6.75rem);
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 0;
    opacity: .2;
    text-transform: capitalize;
    white-space: nowrap;
}

/* MEDIA-TEXT */
.b-media-text__content {
    grid-column: span 7;
}

@media (max-width: 1060px) {
    .b-media-text__content {
        grid-column: span 6;
    }
}

@media (max-width: 760px) {
    .b-media-text__content {
        grid-column: 1 / -1;
    }
}

.b-media-text__media {
    aspect-ratio: 3 / 3.25;
    position: relative;
}

@supports not (aspect-ratio: 3 / 3.25) {
    .b-media-text__media::before {
        content: "";
        display: block;
        padding-top: 108.33333%;
        width: 100%;
    }

    .b-media-text__media > * {
        inset: 0;
        position: absolute;
    }
}

.b-media-text__media {
    grid-column: span 5;
    padding-left: 50px;
}

@media (max-width: 1060px) {
    .b-media-text__media {
        grid-column: span 6;
    }
}

@media (max-width: 760px) {
    .b-media-text__media {
        grid-column: 1 / -1;
        padding-left: 0;
    }
}

.b-media-text__media img,
.b-media-text__media picture {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

/* LOCATIONS LIST */
.b-locations__header {
    display: flex;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    max-width: 103.125rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
}

@media (max-width: 760px) {
    .b-locations__header {
        flex-direction: column;
        align-items: flex-start;
    }
}

.b-locations__heading {
    margin-bottom: 0;
    margin-top: 0;
}

.b-locations__content {
    overflow: hidden;
}

.b-locations .b-locations__track {
    margin-left: auto;
    margin-right: auto;
    max-width: 103.125rem;
    overflow: visible;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    width: 100%;
}

.b-locations .b-locations__list {
    overflow: visible;
}

.b-locations .b-locations__arrows .b-locations__arrow {
    background-color: #fff;
    border: 1px solid var(--brand-1);
}

.b-locations .b-locations__arrows .b-locations__arrow svg {
    fill: #000;
}

/* LOCATION TILE */
.b-location {
    background-color: #fff;
}

.b-location__inner {
    height: 100%;
    padding: var(--tile-padding);
}

.b-location__content {
    margin-bottom: 50px;
}

.b-location__footer--media {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.b-location__footer--media picture {
    flex: 0 0 auto;
    border-radius: 50%;
    display: block;
    height: 86px;
    margin-bottom: 10px;
    margin-right: 25px;
    overflow: hidden;
    width: 86px;
}

@media (max-width: 1260px) {
    .b-location__footer--media picture {
        height: 76px;
        width: 76px;
    }
}

@media (max-width: 760px) {
    .b-location__footer--media picture {
        height: 66px;
        width: 66px;
    }
}

@media (max-width: 560px) {
    .b-location__footer--media picture {
        height: 56px;
        width: 56px;
    }
}

.b-location__footer--media img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

/* TEAM MEMBERS SECTION */
.b-team-members {
    background-color: var(--brand-1);
    color: #fff;
}

.b-team-members__header {
    display: flex;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    max-width: 103.125rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
}

@media (max-width: 760px) {
    .b-team-members__header {
        flex-direction: column;
        align-items: flex-start;
    }
}

.b-team-members .b-team-members__heading {
    margin-bottom: 0;
    margin-top: 0;
}

.b-team-members__content {
    overflow: hidden;
}

.b-team-members .b-team-members__track {
    margin-left: auto;
    margin-right: auto;
    max-width: 103.125rem;
    overflow: visible;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    width: 100%;
}

.b-team-members .b-team-members__list {
    overflow: visible;
}

/* TEAM MEMBER ITEM */
.b-team-member__media {
    aspect-ratio: 3 / 4;
    position: relative;
}

@supports not (aspect-ratio: 3 / 4) {
    .b-team-member__media::before {
        content: "";
        display: block;
        padding-top: 133.33333%;
        width: 100%;
    }

    .b-team-member__media > * {
        inset: 0;
        position: absolute;
    }
}

.b-team-member__media {
    margin-bottom: 40px;
}

@media (max-width: 1460px) {
    .b-team-member__media {
        margin-bottom: 35px;
    }
}

@media (max-width: 1260px) {
    .b-team-member__media {
        margin-bottom: 30px;
    }
}

@media (max-width: 1060px) {
    .b-team-member__media {
        margin-bottom: 25px;
    }
}

@media (max-width: 760px) {
    .b-team-member__media {
        margin-bottom: 20px;
    }
}

.b-team-member__media img,
.b-team-member__media picture {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.b-team-member__heading {
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 0;
}

@media (max-width: 1460px) {
    .b-team-member__heading {
        font-size: 32px;
    }
}

@media (max-width: 1260px) {
    .b-team-member__heading {
        font-size: 28px;
    }
}

@media (max-width: 1060px) {
    .b-team-member__heading {
        font-size: 26px;
    }
}

@media (max-width: 760px) {
    .b-team-member__heading {
        font-size: 22px;
    }
}

.b-team-member__content {
    color: var(--brand-3);
    font-family: var(--secondary-font);
    font-size: 21px;
    font-weight: 300;
}

@media (max-width: 1460px) {
    .b-team-member__content {
        font-size: 20px;
    }
}

@media (max-width: 1260px) {
    .b-team-member__content {
        font-size: 18px;
    }
}

@media (max-width: 1060px) {
    .b-team-member__content {
        font-size: 16px;
    }
}

@media (max-width: 760px) {
    .b-team-member__content {
        font-size: 14px;
    }
}

/* INTRO BLOCK */
.b-intro {
    background-color: var(--brand-1);
    color: #fff;
}

.b-intro__container {
    margin-left: auto;
    margin-right: auto;
    max-width: 103.125rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    width: 100%;
}

.b-intro__header {
    margin-bottom: 40px;
    grid-column: 1 / span 10;
}

@media (max-width: 1060px) {
    .b-intro__header {
        margin-bottom: 30px;
    }
}

@media (max-width: 760px) {
    .b-intro__header {
        grid-column: 1 / -1;
        margin-bottom: 20px;
    }
}

.b-intro__heading {
    margin-bottom: 0;
    margin-top: 0;
}

.b-intro__content {
    grid-column: 1 / span 10;
}

@media (max-width: 760px) {
    .b-intro__content {
        grid-column: 1 / -1;
    }
}

/* VIDEO BLOCK */
.b-video__container {
    margin-left: auto;
    margin-right: auto;
    max-width: 100.625rem;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

.b-video__media {
    aspect-ratio: 16 / 9;
    position: relative;
}

@supports not (aspect-ratio: 16 / 9) {
    .b-video__media::before {
        content: "";
        display: block;
        padding-top: 56.25%;
        width: 100%;
    }

    .b-video__media > * {
        inset: 0;
        position: absolute;
    }
}

.b-video__media {
    border-radius: .625rem;
    overflow: hidden;
}

.b-video__media video {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.b-video__caption {
    font-size: 1rem;
    padding-top: 1.25rem;
    width: 75%;
}

@media (max-width: 66.25rem) {
    .b-video__caption {
        font-size: .875rem;
    }
}

@media (max-width: 35rem) {
    .b-video__caption {
        font-size: .75rem;
        padding-top: .9375rem;
    }
}

/* SLIDESHOW */
.b-slideshow.full-width.no-padding {
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: none;
    position: relative;
    right: 50%;
    width: 100vw;
}

.b-slideshow__item {
    aspect-ratio: 5 / 3;
    position: relative;
}

@supports not (aspect-ratio: 5 / 3) {
    .b-slideshow__item::before {
        content: "";
        display: block;
        padding-top: 60%;
        width: 100%;
    }

    .b-slideshow__item > * {
        inset: 0;
        position: absolute;
    }
}

.b-slideshow__item img,
.b-slideshow__item picture {
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

/* SERVICES (Wrapper) */
.b-services__header {
    display: flex;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    max-width: 103.125rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
}

@media (max-width: 760px) {
    .b-services__header {
        flex-direction: column;
        align-items: flex-start;
    }
}

.b-services__heading {
    margin-bottom: 0;
    margin-top: 0;
}

.b-services__content {
    overflow: hidden;
}

.b-services .b-services__track {
    margin-left: auto;
    margin-right: auto;
    max-width: 103.125rem;
    overflow: visible;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    width: 100%;
}

.b-services .b-services__list {
    overflow: visible;
}

.b-services .b-services__arrows .b-services__arrow {
    background-color: #fff;
    border: 1px solid var(--brand-1);
}

.b-services .b-services__arrows .b-services__arrow svg {
    fill: #000;
}

/* SERVICE ITEM */
.b-service {
    background-color: #fff;
}

.b-service__inner {
    aspect-ratio: 3 / 3.5;
    position: relative;
}

@supports not (aspect-ratio: 3 / 3.5) {
    .b-service__inner::before {
        content: "";
        display: block;
        padding-top: 116.66667%;
        width: 100%;
    }

    .b-service__inner > * {
        inset: 0;
        position: absolute;
    }
}

@media (max-width: 760px) {
    .b-service__inner {
        aspect-ratio: 3 / 4.5;
        position: relative;
    }

    @supports not (aspect-ratio: 3 / 4.5) {
        .b-service__inner::before {
            content: "";
            display: block;
            padding-top: 150%;
            width: 100%;
        }

        .b-service__inner > * {
            inset: 0;
            position: absolute;
        }
    }
}

.b-service__header {
    bottom: 0;
    left: 0;
    padding: 40px;
    position: absolute;
    right: 0;
    z-index: 1;
}

@media (max-width: 1060px) {
    .b-service__header {
        padding: 30px;
    }
}

@media (max-width: 760px) {
    .b-service__header {
        padding: 25px;
    }
}

.b-service__heading {
    color: #fff;
    font-size: 35px;
    margin-bottom: 0;
    margin-top: 0;
}

@media (max-width: 1060px) {
    .b-service__heading {
        font-size: 30px;
    }
}

@media (max-width: 760px) {
    .b-service__heading {
        font-size: 28px;
    }
}

@media (max-width: 560px) {
    .b-service__heading {
        font-size: 23px;
    }
}

.b-service__media {
    background-color: #000;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}

.b-service__media img,
.b-service__media picture {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.b-service__media img {
    transition: transform .25s ease-in-out, opacity .25s ease-in-out;
}

.b-service__overlay {
    background: linear-gradient(0deg, #031e2f, rgba(3, 30, 47, 0));
    height: 100%;
    left: 0;
    opacity: .35;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.b-service:hover .b-service__media img {
    opacity: .8;
    transform: scale(1.05);
}

/* COMPLEX BLOCK */
.b-complex {
    background-color: var(--brand-1);
    color: #fff;
    position: relative;
}

.b-complex__inner {
    position: relative;
}

.b-complex__container {
    margin-left: auto;
    margin-right: auto;
    max-width: 103.125rem;
    padding-bottom: 140px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    position: relative;
    width: 100%;
    z-index: 2;
}

@media (max-width: 1060px) {
    .b-complex__container {
        padding-bottom: 0;
    }
}

@media (max-width: 760px) {
    .b-complex__container {
        padding-bottom: clamp(200px, 24vw, 240px);
    }
}

@media (max-width: 560px) {
    .b-complex__container {
        padding-bottom: clamp(80px, 25vw, 180px);
    }
}

.b-complex__content-area {
    grid-column: span 6;
    padding-top: 50px;
}

.b-complex__media-area {
    grid-column: span 6;
    padding-left: 25%;
}

@media (max-width: 1260px) {
    .b-complex__media-area {
        padding-left: 15%;
    }
}

@media (max-width: 1060px) {
    .b-complex__media-area {
        padding-left: 5%;
    }
}

@media (max-width: 760px) {
    .b-complex__media-area {
        bottom: -40px;
        left: 20px;
        padding-left: 0;
        position: absolute;
        transform: translateY(50%);
        width: calc(100% - 40px);
        z-index: 2;
    }
}

.b-complex__media-area picture {
    aspect-ratio: 3.5 / 4;
    position: relative;
}

@supports not (aspect-ratio: 3.5 / 4) {
    .b-complex__media-area picture::before {
        content: "";
        display: block;
        padding-top: 114.28571%;
        width: 100%;
    }

    .b-complex__media-area picture > * {
        inset: 0;
        position: absolute;
    }
}

@media (max-width: 760px) {
    .b-complex__media-area picture {
        aspect-ratio: 5 / 3;
        position: relative;
    }

    @supports not (aspect-ratio: 5 / 3) {
        .b-complex__media-area picture::before {
            content: "";
            display: block;
            padding-top: 60%;
            width: 100%;
        }

        .b-complex__media-area picture > * {
            inset: 0;
            position: absolute;
        }
    }
}

.b-complex__media-area img,
.b-complex__media-area picture {
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.b-complex__media-footer {
    bottom: -130px;
    left: 20px;
    position: absolute;
    transform: translateY(50%);
    width: 50%;
    z-index: 2;
}

@media (max-width: 1460px) {
    .b-complex__media-footer {
        bottom: -110px;
    }
}

@media (max-width: 1260px) {
    .b-complex__media-footer {
        bottom: -90px;
    }
}

@media (max-width: 1060px) {
    .b-complex__media-footer {
        display: none;
    }
}

.b-complex__media-footer picture {
    aspect-ratio: 5 / 3;
    position: relative;
}

@supports not (aspect-ratio: 5 / 3) {
    .b-complex__media-footer picture::before {
        content: "";
        display: block;
        padding-top: 60%;
        width: 100%;
    }

    .b-complex__media-footer picture > * {
        inset: 0;
        position: absolute;
    }
}

.b-complex__media-footer img,
.b-complex__media-footer picture {
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.b-complex__header {
    margin-bottom: 40px;
}

@media (max-width: 1060px) {
    .b-complex__header {
        margin-bottom: 30px;
    }
}

@media (max-width: 760px) {
    .b-complex__header {
        margin-bottom: 20px;
    }
}

.b-complex__heading {
    margin-bottom: 0;
    margin-top: 0;
}

.b-complex__content .wp-block-buttons {
    margin-top: 40px;
}

@media (max-width: 560px) {
    .b-complex__content .wp-block-buttons {
        flex-direction: column;
    }

    .b-complex__content .wp-block-buttons .wp-block-button {
        margin-bottom: 15px;
        margin-right: 0;
    }

    .b-complex__content .wp-block-buttons .wp-block-button__link {
        width: 100%;
    }
}

.b-complex__icon {
    height: 100%;
    padding-top: 100px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}

@media (max-width: 1060px) {
    .b-complex__icon {
        padding-top: 80px;
        width: 80%;
    }
}

@media (max-width: 760px) {
    .b-complex__icon {
        display: none;
    }
}

.b-complex__icon img,
.b-complex__icon picture {
    display: block;
    height: 100%;
    object-fit: contain;
    object-position: right bottom;
    width: 100%;
}

.b-complex__gradient-overlay {
    height: 140%;
    left: 0;
    opacity: .3;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}

.b-complex__gradient-overlay--inner {
    background: radial-gradient(circle, #badde6 0, rgba(186, 221, 230, 0) 40%);
    height: 100%;
    transform: translateY(-40%);
    width: 100%;
}

.b-complex + * > * {
    padding-top: clamp(140px, 10vw, 180px);
}

@media (max-width: 1060px) {
    .b-complex + * > * {
        padding-top: 0;
    }
}

@media (max-width: 760px) {
    .b-complex + * > * {
        padding-top: clamp(200px, 24vw, 240px);
    }
}

@media (max-width: 560px) {
    .b-complex + * > * {
        padding-top: clamp(80px, 25vw, 180px);
    }
}
