#body {
    min-height: 100vh;
    background-image: url("../images/Zinnwald_Bild1.webp");
    background-size: 100% 100%;
}

#bodybuchung {
    min-height: 100vh;
    background-image: url("../images/Zinnwald_Bild1.webp");
    background-size: 100% 100%;
}


div {
    display: block;
}

.imageset {
    margin-top: 90px;
    margin-left: 20px;
    margin-right: 20px;
}


iframe {
    position: absolute;
    top: 50%; /* Vertikale Ausrichtung in der Mitte des sichtbaren Teils des Bildes */
    left: 50%; /* Horizontale Ausrichtung in der Mitte des sichtbaren Teils des Bildes */
    transform: translate(-50%, -50%); /* Zentriert das Element korrekt */
    text-align: center;
}

.einrichtung {
    margin-top: 80px;
}

.box { float: left; width: 32%; margin-right: 2%; padding: 15px; padding-bottom: 40px; box-sizing: border-box; margin-top: 150px; text-align: center; background-color: rgba(236, 230, 230, 0.5); font-size: 1.25rem;}
.box:last-child { margin-right: 0; }

#footer {
    position: absolute;
    bottom: 0;
}

@media only screen and (max-width: 1400px) {

    #body {
        min-height: 150vh;
        min-width: 100vw;
        background-size:cover;
    }

    .box {
        width: 100%;
        margin-right: 0;
        margin-top: 20px; /* Geringerer Abstand zwischen den Boxen */
    }

    #box1 {
        margin-top: 100px;
    }

    #footer {
        position: relative;
    }
}