.hero-titel {
    position: static;
    text-align: center;
    padding-top: 42vh;
    margin-bottom: 3rem;
}

.hero-titel h1 {
    font-size: clamp(2.8rem, 3vw, 4.5rem);
    line-height: 1.15;
    margin-bottom: 1.8rem;
}

.hero-titel p {
    font-size: clamp(1rem, 1.2vw, 1.4rem);
    margin-bottom: 1rem;
}

/* 4K und größer */
@media (min-width: 3000px) {
    .hero-titel {
        padding-top: 40vh;
    }
}

/* 16:10 Desktop */
@media (min-width: 1600px) and (min-height: 1150px) and (max-width: 2999px) {
    .hero-titel {
        padding-top: 42vh;
    }
}

/* Full HD / WQHD */
@media (min-height: 900px) and (max-height: 1149px) {
    .hero-titel {
        padding-top: 39vh;
    }
}

/* Tablet */
@media (min-height: 700px) and (max-height: 899px) {
    .hero-titel {
        padding-top: 34vh;
    }
}

/* Handy */
@media (max-height: 699px) {
    .hero-titel {
        padding-top: 28vh;
    }

    .hero-titel h1 {
        font-size: 3rem;
    }

    .hero-titel p {
        font-size: 1rem;
    }
}

.hero-programm {
    position: static;
    text-align: center;
    padding-top: 42vh;
    margin-bottom: 3rem;
}

.hero-programm h1 {
    font-size: clamp(2.8rem, 3vw, 4.5rem);
    line-height: 1.15;
    margin-bottom: 1.8rem;
}

.hero-programm p {
    font-size: clamp(1rem, 1.2vw, 1.4rem);
    margin-bottom: 1rem;
}

/* 4K und größer */
@media (min-width: 3000px) {
    .hero-programm {
        padding-top: 40vh;
    }
}

/* 16:10 Desktop */
@media (min-width: 1600px) and (min-height: 1150px) and (max-width: 2999px) {
    .hero-programm {
        padding-top: 42vh;
    }
}

/* Full HD / WQHD */
@media (min-height: 900px) and (max-height: 1149px) {
    .hero-programm {
        padding-top: 39vh;
    }
}

/* Tablet */
@media (min-height: 700px) and (max-height: 899px) {
    .hero-programm {
        padding-top: 34vh;
    }
}

/* Handy */
@media (max-height: 699px) {
    .hero-programm {
        padding-top: 28vh;
    }

    .hero-programm h1 {
        font-size: 3rem;
    }

    .hero-programm p {
        font-size: 1rem;
    }
}