* {
    box-sizing: border-box;
}

/** Breakpoint: 576px+ */
@media (min-width: 36em) {}

/** Breakpoint: 768px+ */
@media (min-width: 48em) {}

/** Breakpoint: 992px+ */
@media (min-width: 62em) {}

/** Breakpoint: 1200px+ */
@media (min-width: 75em) {}

/** Breakpoint: 1400px+ */
@media (min-width: 87.5em) {}


html {
    font-size: 1em;
    min-height: 100%;
}

body {
    min-height: 100%;
    font-family: 'Montserrat', sans-serif;
    background-color: rgb(100,100,100);
    background-image: url("../img/pyl - hintergrund.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    margin: 0;
    padding: 0;
    /* text-shadow: 0px 0px 40px black; */
    overflow-x: hidden;
}


.main-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    min-width: 0;
}

.main-content img {
    display: block;      /* vermeidet extra Leerraum unten */
    max-width: 100%;     /* schrumpft das Bild auf Container-Breite */
    height: auto;        /* erhält das Seitenverhältnis */
}

.schrift {
    color: #ffffff;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

/** Breakpoint: 992px+ */
@media (min-width: 62em) {
    .schrift{
        text-align: center;
    }
}

.category {
    background-color: white;
    margin: 20px 20px;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.container {
    /* display: inline-block; */
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

.header__ueberschrift2 {
    color: white;
    font-weight: bold;
    font-size: 2rem;
    display: block;
    text-align: center;
}

@media (min-width: 48em) {
    .header__ueberschrift2 {
        /*Bild für die Desktop Version einbinden */
        font-size: 4rem;
        color: white;
    }
}

.header--centred {
    text-align: center;
}

.back {
    padding-bottom: 2rem;
}

.back__button {
    display: inline-block;
    font-size: 1rem;
    background-color: rgb(164, 40, 40);
    color: white;
    border-radius: 99999px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 40px;
    margin-top: 50px;
    letter-spacing: 0.1em;
}

.back__button:hover {
    text-decoration: underline;
    background-color: green;
}

.back__response-icon {
    width: 15rem;
    border-radius: 99999px;
    margin-left: auto;
    margin-right: auto;
    /* padding-top: 2rem; */
}

.footer {
    padding-bottom: 3rem;
}

.footer_text {
    margin-top: 5rem;
    text-align: center;
    color: white;
}

.footer__links {
    font-size: 0.8rem;
}

.footer__link {
    color: white;
    text-decoration: none;
    font-size: 0.6rem;
}

/** Breakpoint: 992px+ */
@media (min-width: 62em) {
    .footer__link {
        font-size: 0.7rem;
    }
}

.footer__link:hover {
    text-decoration: underline;
}

.footer__terms {
    color: white;
    font-size: 0.9rem;
    font-weight: bolder;
    letter-spacing: 0.1em;
    text-decoration: none;
}

/** Breakpoint: 992px+ */
@media (min-width: 62em) {
    .footer__terms {
        font-size: 1.5rem;
    }
}

.footer__terms:hover {
    text-decoration: underline;
}

.footer__read {
    color: white;
    font-size: 0.7rem;
    letter-spacing: 0.1em;
    text-decoration: none;
}

/** Breakpoint: 992px+ */
@media (min-width: 62em) {
    .footer__read {
        font-size: 1rem;
    }
}
