.iframe-container {
    width: 100%;
    max-width: 1200px; /* Optional: maximale Breite */
    margin: calc(100px + 5vh) auto; /* Zentriert den iframe */
    border: 2px solid #ccc; /* Optional: Rand */
    border-radius: 8px; /* Optional: abgerundete Ecken */
    overflow: hidden;
}

.responsive-iframe {
    width: 100%;
    height: 100vh; /* Passt die Höhe an den sichtbaren Bereich an */
    border: none;
}