body {
    --clr-primary: rgb(222, 140, 141);
    --clr-secondary: #fff9f0;
    --clr-background: #0750c5;
    --clr-navMenu-bg: rgba(142, 85, 86, 0.9);

    --font-family: Urbanist, sans-serif;
}



/* Diese Anweisungen überschreiben style.css. Für tiefere visuelle Änderungen, check style.css */
body {
    background-color: rgba(0, 0, 0, 0.7);
    background-image: url('/images/ballin/ballin-hintergrund.webp');
    background-blend-mode: normal;
    background-position: 0px 0px, 0px 0px;
    background-size: cover, auto;
    background-attachment: fixed;
}

h1 {
    color: var(--clr-secondary);
    margin-top: 40px;
    margin-bottom: 20px;
    font: 600 9rem/9rem var(--font-family);
    letter-spacing: -1.5px;
}

h2 {
    color: var(--clr-primary);
    font-size: 1.8rem;
    line-height: 36px;
    font-weight: 600;
    letter-spacing: 0px;
}


.card.link.youtube {
    background-color: var(--clr-primary);
}


.paragraph, p {
    font-family: Inconsolata, monospace;
}

.footertext {
    color: var(--clr-primary);
    font-family: var(--font-family);
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1.2px;
}

.footertext.white {
    font-family: 'Urbanist';
    line-height: 28px;
    letter-spacing: .2px;
    color: #fff9f0;
}




@media screen and (max-width: 991px) {

    h1 {
        text-align: center;
    }

    h2 {
        text-align: center;
    }

    h3 {
        font-size: 1.6rem;
    }

    .nav-menu-wrapper {
        background-color: var(--clr-navMenu-bg);
    }
}



@media screen and (max-width: 767px) {

    h1 {
        margin-bottom: 20px;
        font-size: 6rem;
        line-height: 7rem;
    }

    h2 {
        font-size: 1.6rem;
    }

    h3 {
        font-size: 1.4rem;
        line-height: 150%;
    }
}



@media screen and (max-width: 479px) {


    h1 {
        font-size: 4.5rem;
        line-height: 6rem;
    }

    h3 {
        font-size: 1.3rem;
    }

}