.innertext {
    display: flex;
    width: 70%;
    flex-direction: column;
    text-align: center;
    margin: 0 auto;
}

.NikoausroastingInhalt {
    width: auto;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 36px 0;
}

.NikoausroastingInhalt h3 {
    font-size: 4rem;
    color: red;
}

.innertext p {
    font-size: 2.5rem;
    color: white;
}

.NikoausroastingInhalt:nth-last-of-type {
    font-size: 3rem;
}

@media screen and (max-width: 778px) {
    .innertext {
        display: flex;
        width: 90%;
        flex-direction: column;
        text-align: center;
        margin: 0 auto;
    }

    .NikoausroastingInhalt {
        width: auto;
        background-color: rgba(0, 0, 0, 0.7);
    }

    .NikoausroastingInhalt h3 {
        font-size: 2rem;
          color: red;
    }

    .innertext p {
        font-size: 1rem;
        color: white;
    }

    .NikoausroastingInhalt:nth-last-of-type {
        font-size: 1.5rem;
    }
}