@media only screen and (min-width: 992px) {
    .container {
        max-width: 1950px;
    }
}

@media only screen and (max-width: 1400px) {
    html {
        font-size: 22px;
    }
}

@media only screen and (max-width: 1199px) {
    h2,
    .h2,
    .global-modal h1 {
        margin-bottom: 45px;
    }

    .container {
        max-width: 100%;
    }

    .content-spacing,
    .global-modal-header,
    .global-modal-body,
    .global-modal-footer {
        padding-right: 8px;
        padding-left: 8px;
    }
}

@media only screen and (max-width: 1180px) {
    html {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1179px) {
    h1,
    .h1,
    h1.h1-large,
    .h1.h1-large {
        font-size: 6.7rem;
    }
}

@media only screen and (max-width: 992px) {
    .global-modal-header {
        padding-top: 1rem;
    }

    .global-modal-footer {
        padding-top: 0.5rem;
    }

    h1,
    .h1,
    h1.h1-large,
    .h1.h1-large {
        margin-top: -0.8rem;
    }
}

@media only screen and (max-width: 768px) {
    html {
        font-size: 18px;
    }

    h1,
    .h1,
    h1.h1-large,
    .h1.h1-large {
        font-size: 5.7rem;
        margin-top: 0;
    }

    h2,
    .h2,
    .global-modal h1 {
        font-size: 3rem;
    }

    .text-large {
        font-size: 1.4rem;
    }

    .section {
        padding: 1.5rem 0;
    }

    .teaser {
        margin-bottom: 3.5rem;
    }

    .teaser .teaser {
        margin-bottom: 2rem;
    }

    .link-arrow,
    .teaser .teaser-link,
    body .animation-text-element-link {
        font-size: 20px;
        padding-right: 1.5rem;
    }

    .link-arrow::after,
    .teaser .teaser-link::after {
        font-size: 1.5rem !important;
        line-height: 1 !important;
    }
}

@media only screen and (max-width: 576px) {
    h1,
    .h1,
    h1.h1-large,
    .h1.h1-large {
        font-size: 56px;
    }

    h2,
    .h2,
    .global-modal h1 {
        font-size: 36px;
        margin-bottom: 28px;
    }

    .text-large {
        font-size: 1.1rem;
        line-height: 1.65;
    }

    .section {
        padding: 40px 0;
    }

    .section.section-animated-content {
        padding: 10px 0 40px;
    }

    .section.is-intro {
        padding: 20px 0;
    }

    .teaser {
        margin-bottom: 60px;
    }

    .teaser-contact {
        margin-bottom: 60px;
    }

    .teaser-title {
        margin-bottom: 28px;
    }

    .link-arrow,
    .teaser .teaser-link {
        padding-right: 1.6rem;
    }

    .link-arrow::after,
    .teaser .teaser-link::after {
        font-size: 24px;
        line-height: 1.2;
    }

    .global-modal-dialog {
        margin: var(--tc-spacing-mobile) auto 0;
        height: calc(100% - var(--tc-spacing-mobile));
    }

    .teaser-special-char {
        font-size: 3.45rem;
    }
}