@font-face{
    font-family: "soehne-leicht";
    src: url("fonts/Soehne/soehne-leicht.woff2") format("woff2");
}

@font-face{
    font-family: "soehne-buch";
    src: url("fonts/Soehne/soehne-buch.woff2") format("woff2");
}

@font-face{
    font-family: "soehne-halbfett";
    src: url("fonts/Soehne/soehne-halbfett.woff2") format("woff2");
}

@font-face{
    font-family: "tiempos";
    src: url("fonts/Tiempos/tiempos-text-medium.woff2") format("woff2");
}

@font-face{
    font-family: "tiempos-fine-regular";
    src: url("fonts/Tiempos/tiempos-fine-regular.woff2") format("woff2");
}

@font-face{
    font-family: "tiempos-text-bold";
    src: url("fonts/Tiempos/tiempos-text-semibold.woff2") format("woff2");
}


* {
    font-family: "soehne-buch";
    font-size: 20px;
    font-weight: 100;
    color: black;
}

a {
    color: white;
}

.rosa-headline {
    font-family: "tiempos-fine-regular";
    font-size: 44px;
    font-weight: 600;
    color: #f8485e;
}

.rosa-text {
    color: #f8485e;
}

#phrase-3-phasen {
    font-family: "tiempos-text-bold";
    font-size: 44px;
    color: #001489;
}

#unter-3-phasen {
    font-family: "tiempos-text-bold";
    font-size: 44px;
    color: #f8485e;
    margin-top: 0px;
    line-height: 50%;
}

.phasen-block {
    display: flex;
    font-family: "tiempos-text-bold";
    font-size: 140px;
    color: white;
    background-color: #f8485e;
    width: 7.3rem;
    height: 100%;
    min-height: 9rem;
    line-height: 100%;
    text-align: center;
    justify-content: center; /* Zentriert horizontal (optional, aber oft nützlich) */
    align-items: center;     /* Zentriert vertikal */
}

.phase-ueberschrift {
    font-family: "tiempos-text-bold";
    color: #f8485e;
    font-size: 33px;
    line-height: 100%;
    margin-left: 1rem;
}

.phase-zeitraum {
    font-family: "soehne-halbfett";
    margin-left: 1rem;
    color: #001489;
    font-size: 21px;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}

.phase-text {
    font-family: "soehne-leicht";
    margin-left: 1rem;
    color: #001489;
    font-size: 15px;
}

#zweiter-phasen-block-sm {
    display: none;
}

#zweiter-phasen-ueberschrift-zeitraum-text {
    text-align: right;
}

@media screen and (max-width: 770px) {
    #zweiter-phasen-block-sm {
        display: block;
    }

    #zweiter-phasen-ueberschrift-zeitraum-text {
        text-align: left;
    }

    #zweiter-phasen-block-md {
        display: none;
    }

    .phase-block-outer-div {
        margin-bottom: 2rem;
    }

    .phase-ueberschrift {
        margin-left: 0rem;
    }

    .phase-zeitraum {
        margin-left: 0rem;
    }

    .phase-text {
        margin-left: 0rem;
        margin-bottom: 2rem;
    }
}

@media screen and (min-width: 771px) and (max-width: 1090px) {
    .phase-ueberschrift {
        margin-left: 3rem;
    }

    .phase-zeitraum {
        margin-left: 3rem;
    }

    .phase-text {
        margin-left: 3rem;
    }
}
