/* Site-wide styles — reset.css loads before this file */
@font-face {
    font-family: 'Soehne leicht';
    src: url('../assets/fonts/soehne-breit-leicht.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Soehne Buch';
    src: url('../assets/fonts/soehne-buch.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Soehne halbfett';
    src: url('../assets/fonts/soehne-halbfett.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Types */ 
.type-menu {
    font-size: 16px;
    font-family: 'Soehne Buch';
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.04em;
}

.type-bread {
    font-size: 20px;
    font-family: 'Soehne Buch';
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 2%;
}

.type-bread-smaller {
    font-size: 16px;
    font-family: 'Soehne Buch';
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 2%;
}



.type-headline {
    font-size: 45px;
    font-family: 'Soehne leicht';
    font-weight: 300;
    line-height: 50px;
}

.type-subheadline {
    font-size: 12px;
    font-family: 'Soehne halbfett';
    font-weight: 600;
    line-height: 1;
    letter-spacing: 5%;
    text-transform: uppercase;
}

.type-resume-title-1 {
    font-size: 16px;
    font-family: 'Soehne halbfett';
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 2%;
}

.type-resume-title-2 {
    font-size: 16px;
    font-family: 'Soehne Buch';
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 2%;
    text-transform: uppercase;
}

.footer-content {
    max-width: 1512px;
    margin: 0 auto;
    padding: 2rem 1rem 8rem 1rem;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 2.5rem 1rem;
}

@media (max-width: 999px) {

    .type-menu {
        font-size: 14px;
    }

    .type-headline {
        font-size: 26px;
        line-height: 29px;
    }

    .type-subheadline {
        font-size: 10px;
    }

    .type-bread {
        font-size: 14px;
        line-height: 20px;
    }

    .paragraph-indent {
        text-indent: 30px;
    }

    .mobile-menu .site-nav__link-label {
        font-size: 26px!important;
        line-height: 36px!important;
    }

    .contact-columns__column {
        margin-bottom: 1.5rem;
        justify-content: flex-start!important;
    } 

    .module {
        padding-bottom: 6rem!important;
    }

    .footer-logo img {
        width: 58px;
    }

    .footer-title {
        text-align: right;
    }

    .footer-content {
        padding: 2rem 8% 8rem 8%;
    }

    .contact-columns__email {
        padding-left: 30px!important;
    }

}

.no-video-hero .modular-section:first-child {
    padding-top: 4rem;
}

body {
    isolation: isolate;
    background: #fff;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #F1F1F1;
}

#content {
    position: relative;
    z-index: 1;
}


.hero-video {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    min-height: 320px;
    overflow: hidden;
    background: #000;
}

.hero-video__embed {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    width: 100vw;
    height: 56.25vw;
    min-width: 177.78vh;
    min-height: 100vh;
    min-height: 100dvh;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.hero-video__embed iframe {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    border: 0;
}

.hero-video__embed .hero-video__iframe {
    opacity: 0;
}

.hero-video__embed .hero-video__iframe.is-ready {
    opacity: 1;
}

.hero-video__title {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    margin: 0;
    padding: 0;
    max-width: 90%;
    width: 100%;
    white-space: nowrap;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    font-size: 26px;
    line-height: 1.1;
    font-family: 'Soehne leicht', sans-serif;
    font-weight: 300;
    text-shadow: 0 2px 24px rgba(0, 0, 0, 0.6);
    pointer-events: none;
    letter-spacing: 3%;
}

.hero-video__play {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 144px;
    height: 144px;
    padding: 0;
    border: 4px solid #fff;
    background: #191919;
    cursor: pointer;
    transform: translate(-50%, -50%);
    transition: opacity 0.2s ease, visibility 0.2s ease;
}

.hero-video__play:hover,
.hero-video__play:focus-visible {
    background: rgba(0, 0, 0, 0.45);
    outline: none;
}

.hero-video__play.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.hero-video__play-icon {
    display: block;
    width: 0;
    height: 0;
    margin-left: 10px;
    border-style: solid;
    border-width: 22px 0 22px 36px;
    border-color: transparent transparent transparent #fff;
}

.hero-video--locked {
    background: #000;
}

.hero-video--locked .hero-video__embed {
    visibility: hidden;
    pointer-events: none;
}

.hero-video__gate {
    position: absolute;
    inset: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    background: #000;
}

.hero-video__gate-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: min(100%, 360px);
}

.hero-video__gate-label {
    color: #fff;
    font-family: 'Soehne leicht', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.3;
    text-align: center;
}

.hero-video__gate-input {
    width: 78%;
    padding: 0.75rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: rgba(0, 0, 0, 0.35);
    color: #fff;
    font-family: inherit;
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
}

.hero-video__gate-input:focus {
    outline: none;
    border-color: #fff;
}

.hero-video__gate-submit {
    align-self: center;
    padding: 0;
    border: 0;
    background: transparent;
    color: #fff;
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 0.2em;
    font-size: 14px;
}

.hero-video__gate-submit:hover,
.hero-video__gate-submit:focus-visible {
    opacity: 0.8;
    outline: none;
}

.hero-video__gate-error {
    margin: 0;
    color: #ff8a8a;
    font-size: 14px;
    text-align: center;
}



.site-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: start;
    gap: 1rem;
    width: 100%;
    max-width: 1512px;
    margin-inline: auto;
    padding: 1.5rem 2rem;
    pointer-events: none;
}
.no-video-hero .site-header,
body.is-scrolled .site-header {
    mix-blend-mode: difference;
}

.site-header a,
.site-header nav {
    pointer-events: auto;
}

.site-header__logo {
    display: block;
    justify-self: center;
    mix-blend-mode: difference;
}

.site-header__logo img {
    display: block;
    width: 142px;
    height: auto;
    max-width: none;
    filter: brightness(0) invert(1);
}

.site-header__areas-of-business {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-self: start;
    gap: 0 1rem;
}

.site-header__areas-of-business li {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.04em;
    color: #fff;
    font-family: 'Soehne Buch', sans-serif;
    white-space: nowrap;
    mix-blend-mode: difference;
}

.site-nav {
    justify-self: end;
}

.site-nav__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.25rem 2rem;
    color: #fff;
}

.site-nav__item.is-active {
    opacity: 0.55;
}

.mobile {
    display: none;
}
.desktop {
    display: block;
}
.desktop-flex {
    display: flex;
}




@media (max-width: 999px) {
    .mobile {
        display: block;
    }
    .desktop {
        display: none;
    }
    .desktop-flex {
        display: none;
    }
}


.site-nav__toggle {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    mix-blend-mode: difference;
    color: #fff;
}

.mobile-menu {
    position: fixed;
    inset: 0;
    z-index: 1100;
    background: #111;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease, visibility 0.35s ease;
    pointer-events: none;
}

.mobile-menu.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

body.mobile-menu-open {
    overflow: hidden;
}

.mobile-menu__inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 8%;
}

.mobile-menu__close {
    align-self: flex-end;
    font-family: 'Soehne Buch', sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.04em;
    color: #fff;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.mobile-menu__nav {
    display: flex;
    flex: 1;
    align-items: center;
}

.mobile-menu .site-nav__list {
    flex-direction: column;
    align-items: start;
    gap: 0;
}

.mobile-menu .site-nav__link {
    height: 2em;
}

.mobile-menu .site-nav__link span {
    font-size: 26px;
    mix-blend-mode: normal;
    font-family: 'Soehne leicht';
    font-weight: 300;
}

.mobile-menu .site-nav__link-label {
    font-size: inherit;
    line-height: inherit;
}

.mobile-menu .site-nav__link.is-pressed .site-nav__link-text,
.mobile-menu .site-nav__link:hover .site-nav__link-text {
    transform: translateY(-50%);
}

.site-nav__link {
    display: inline-block;
    overflow: hidden;
    height: 1em;
    line-height: 1.2;
    font-family: 'Soehne Buch', sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.04em;
    color: #fff;
    white-space: nowrap;
    mix-blend-mode: difference;
}

.site-nav__link-text {
    display: block;
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.site-nav__link-label {
    display: block;
}

.site-nav__link:hover .site-nav__link-text {
    transform: translateY(-50%);
}

.paragraph-indent {
    text-indent: 50px;
}

footer {
    background-color: #DCDCD9;
}



.footer-logo {
    grid-column: 1 / 7;
}

.footer-logo img {
    width: 102px;
}

.footer-title {
    grid-column: 7 / 13;
}


.module {
    padding: 6rem 0 12rem 0;
}


@media (max-width: 999px) {

    .site-nav {
        position: absolute;
        top: 50%;
        right: 8%;
        transform: translateY(-50%);
        z-index: 1000;
    }
    .site-header {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
        z-index: 2000;
    }

    .site-header__areas-of-business {
        justify-self: center;
        justify-content: center;
    }

}

.modular-section {
    background-color: #f2f2f2;
    border-bottom: 1px solid #999;
}
.modular-section:last-child {
    border-bottom: none;
}

.three-columns {
    position: relative;
    width: 100%;
    max-width: 1512px;
    margin: 0 auto;
    background-color: #f2f2f2;
}
.three-columns__column {
    width: 33%;
}



.three-columns__main-title {
    margin: 0 0 3rem;
    text-align: left;
    color: #000;
}

.three-columns__grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 2.5rem 1rem;
}
.three-columns__grid-content {
    grid-column: 2 / 12;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
}

.three-columns__grid-body {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 8%;
}

.three-columns__title {
    margin: 0 0 0.1rem;
    color: #000;
}

.three-columns__subtitle {
    margin: 0 0 1.25rem;
    color: #000;
}

.three-columns__body p {
    margin: 0 0 1.5rem;
    color: #000;
}

.three-columns__body p:last-child {
    margin-bottom: 0;
}

@media (max-width: 999px) {
    .three-columns {
        padding: 0 0 0 0!important;
    }

    .three-columns__main-title {
        margin-bottom: 2rem;
        padding: 2.5rem 8% 3rem 8%;
        margin: 0;
        border-bottom: 1px solid #999;;
    }

    .three-columns__grid-body {
        flex-wrap: wrap;
        gap: 0;
    }

    .three-columns__column {
        position: relative;
        width: 100%;
        padding: 2.5rem 8% 2.5rem 8%;
        border-bottom: 1px solid #999;
    }

    .three-columns__column:last-child {
        border-bottom: none;
    }

    .three-columns__column:not(.is-expanded) .three-columns__body {
        grid-template-rows: 0fr;
    }

    .three-columns__body {
        display: grid;
        grid-template-rows: 1fr;
        transition: grid-template-rows 0.45s cubic-bezier(0.4, 0, 0.2, 1), padding-bottom 0.45s cubic-bezier(0.4, 0, 0.2, 1);
        transform: translateY(1.5rem);
        padding-bottom: 0;
    }

    .is-expanded .three-columns__body {
        padding-bottom: 4rem;
    }

    .three-columns__body-inner {
        overflow: hidden;
        min-height: 0;
    }

    .mobile-show-content-button {
        position: absolute;
        top: 2.5rem;
        right: 8%;
        font-family: 'Soehne halbfett', sans-serif;
        font-size: 10px;
        font-weight: 400;
        letter-spacing: 8%;
        color: #000;
        background: none;
        border: none;
        cursor: pointer;
        padding: 0;
        z-index: 1000;
    }

    .three-columns__grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .three-columns__grid-content {
        grid-column: 1 / 13;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        justify-content: space-between;
        align-items: stretch;
    }

    .three-columns__subtitle {
        margin: 0;
    }

}

.two-columns {
    position: relative;
    width: 100%;
    max-width: 1512px;
    margin: 0 auto;
}

.two-columns__grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 2.5rem 1rem;
    align-items: start;
}

.two-columns__ingress {
    grid-column: 2 / 6;
    margin: 0 auto 3rem auto;
}

.two-columns__content {
    grid-column: 7 / 12;
}

.two-columns__content:only-child {
    grid-column: 1 / -1;
}

.two-columns__ingress p {
    margin: 0;
    font-family: 'Soehne leicht', sans-serif;
    font-size: 45px;
    font-weight: 100;
    line-height: 1.2;
    color: #000;
}

.two-columns__legend-title {
    margin: 0 0 0.5rem;
}

.two-columns__body {
    margin: 0 auto;
}

.two-columns__body p {
    margin: 0 0 2rem;
    color: #000;
}

.two-columns__body p:last-child {
    margin-bottom: 0;
}

@media (max-width: 999px) {
    .two-columns {
        padding: 3rem 8%;
    }

    .two-columns__grid {
        gap: 0;
    }

    .two-columns__ingress,
    .two-columns__content {
        grid-column: 1 / -1;
    }

    .two-columns__ingress p {
        font-size: 24px;
    }

    .partners {
        padding: 2.5rem 0 6rem 0;
    }
    
    .site-header__logo img {
        width: 72px;
    }

}

.partners {
    width: 100%;
    background-color: #f2f2f2;
}

.partners__inner {
    width: 100%;
    max-width: 1512px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 0 1rem;
}

.partners__title {
    margin: 0 0 3.5rem;
    color: #000;
    grid-column: 2 / 12;
}

.partners__columns {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    gap: 3.5rem 5rem;
    grid-column: 2 / 12;
}

@media (max-width: 1120px) {
    .partners__columns {
        flex-wrap: wrap;
    }
}

.partners__column {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    flex: 0 0 200px;
    width: 200px;
}

.partners__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 72px;
    flex: 0 0 72px;
}

.partners__logo--solo {
    height: 144px;
    flex: 0 0 144px;
}

.partners__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    filter: brightness(0);
    max-height: 130px;
}

@media (max-width: 999px) {
    .partners__inner {
        padding: 0 8% 0 8%;
    }

    .partners__title {
        margin-bottom: 2.5rem;
        grid-column: 1 / 13;
    }

    .partners__columns {
        gap: 2.5rem 3rem;
    }

    .partners__column {
        flex: 0 0 calc(50% - 1.5rem);
        width: calc(50% - 1.5rem);
        max-width: 180px;
    }

    .partners__logo {
        height: 56px;
        flex: 0 0 56px;
    }

    .partners__logo--solo {
        flex: 1 1 auto;
        height: auto;
    }

    .hero-video__title {

        white-space: normal;

        font-size: 26px;
        line-height: 1.1;
        font-family: 'Soehne leicht', sans-serif;
        font-weight: 100;
        text-shadow: 0 2px 24px rgba(0, 0, 0, 0.6);
        pointer-events: none;
    }

}



@media (max-width: 600px) {


    .partners__column {
        flex: 0 0 calc(100% - 1.5rem);
        width: calc(100% - 1.5rem);
    }

    

}

.contact-columns {
    width: 100%;
    background-color: #f2f2f2;
}

.contact-columns__grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 0 1rem;
    max-width: 1512px;
    margin: 0 auto;
}

.contact-columns__title {
    margin: 0;
    color: #000;
    grid-column: 2 / 7;
}

.contact-columns__column {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
    min-height: 100%;
    justify-content: space-between;
}
.contact-page .contact-columns__column {
    justify-content: start;
}

.contact-columns__column--1 {
    grid-column: 7 / 10;
}

.contact-columns__column--2 {
    grid-column: 10 / 13;
}

.contact-columns__column--3 {
    grid-column: 7 / 9;
}

.contact-columns__column--4 {
    grid-column: 9 / 11;
}

.contact-columns__column--5 {
    grid-column: 11 / 13;
}

.contact-columns__entry {
    display: flex;
    flex-direction: column;
}

.contact-columns__label,
.contact-columns__entry-title {
    margin: 0;
    color: #000;
}

.contact-columns__email,
.contact-columns__entry-text {
    margin: 0;
    color: #000;
}

.contact-columns__email {
    display: inline-block;
    overflow: hidden;
    height: 1.3em;
    line-height: 1.3;
    text-decoration: none;
    padding-left: 50px;
}

.contact-columns__email-text {
    display: block;
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.contact-columns__email-label {
    display: block;
}

.contact-columns__email:hover .contact-columns__email-text,
.contact-columns__email:focus-visible .contact-columns__email-text {
    transform: translateY(-50%);
}

.contact-columns__entry-text {
    white-space: pre-line;
}

@media (max-width: 1090px) {
    .contact-columns__title {
        grid-column: 2 / 12;
        margin-bottom: 3rem;
    }

    .contact-columns__column--1,
    .contact-columns__column--2,
    .contact-columns__column--3,
    .contact-columns__column--4,
    .contact-columns__column--5 {
        grid-column: 2 / 12;
    }
}

.fade-in {
    opacity: 0;
    transform: translateY(1rem);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in.is-visible {
    opacity: 1;
    transform: translateY(0);
}



#_work-intro {
    border-bottom: 0px solid transparent;
}

.contact-form {
    width: 100%;
    background-color: #f2f2f2;
}

.contact-form__grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 0 1rem;
    max-width: 1512px;
    margin: 0 auto;
    padding: 0 0 3rem;
}

.contact-form__intro {
    grid-column: 2 / 6;
}

.contact-form__title {
    margin: 0 0 1.5rem;
    color: #000;
}

.contact-form__text {
    margin: 0;
    color: #000;
    max-width: 28rem;
}

.contact-form__fields {
    grid-column: 7 / 12;
}

.contact-form__fields .form-wrapper {
    position: relative;
}

.contact-form__loader {
    display: none;
    position: absolute;
    inset: 0;
    z-index: 2;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.75rem;
    background: rgba(242, 242, 242, 0.72);
}

.contact-form__fields .form-wrapper.loading .contact-form__loader {
    display: flex;
}

.contact-form__loader-spinner {
    width: 1.5rem;
    height: 1.5rem;
    border: 2px solid rgba(0, 0, 0, 0.15);
    border-top-color: #000;
    border-radius: 50%;
    animation: contact-form-spin 0.7s linear infinite;
}

.contact-form__loader-text {
    margin: 0;
    color: #000;
}

.contact-form__form.submitting {
    pointer-events: none;
}

.contact-form__form.submitting .contact-form__input,
.contact-form__form.submitting .contact-form__submit {
    opacity: 0.45;
}

@keyframes contact-form-spin {
    to {
        transform: rotate(360deg);
    }
}

.contact-form__form {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin: 0;
}

.contact-form__field {
    display: flex;
    flex-direction: column;
    margin: 0;
}

.contact-form__label {
    margin: 0;
    color: #000;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.04em;
}

.contact-form__input {
    width: 100%;
    padding: 0.75rem 0;
    border: 0;
    border-bottom: 1px solid #000;
    background: transparent;
    color: #000;
    border-radius: 0;
}

.contact-form__input:focus {
    outline: none;
    border-bottom-color: #666;
}

.contact-form__submit {
    align-self: flex-start;
    margin-top: 0.5rem;
    padding: 0;
    border: 0;
    background: transparent;
    color: #000;
    cursor: pointer;
    text-transform: uppercase;
    padding: 1rem;
    border: 1px solid #666;
    border-radius: 5px;
}

.contact-form__submit:hover,
.contact-form__submit:focus-visible {
    opacity: 0.6;
}

.contact-form .form-wrapper .notices,
.contact-form .form-wrapper .form-errors {
    margin: 0 0 1rem;
    color: #000;
}

.contact-form .form-message {
    margin: 0.25rem 0 0;
    color: #000;
    font-size: 0.875rem;
}

.contact-form .basic-captcha .form-input-addon {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.5rem;
}

.contact-form .basic-captcha img {
    display: block;
    height: 40px;
}

.contact-form .reload-captcha-button {
    border: 0;
    background: transparent;
    color: #000;
    cursor: pointer;
    padding: 0;
}

@media (max-width: 1090px) {
    .contact-form__intro,
    .contact-form__fields {
        grid-column: 2 / 12;
    }

    .contact-form__fields {
        margin-top: 2rem;
    }
}
