body {
            
    font-family: Arial, sans-serif;
    padding: 20px;
    background-color: #f1d4b1;
    background-image: url('../img/palm1.png');
    background-size: 18%;
    background-position: center;
    background-repeat: no-repeat;
    height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

a {
    text-decoration: none; /* Entfernt die Unterstreichung von allen Links */
}

img {
    max-width: 7%;
    /* Bild passt sich an die verfügbare Breite an */
    height: auto;
    /* Proportional skalieren */
    display: block;
    /* Entfernt eventuelle Lücken um das Bild */
    margin: 0 auto;
    /* Zentriert das Bild horizontal */
    padding-bottom: 38px;
}


form {

    margin-bottom: 20px;
    align-items: center;
    display: flex;
    flex-direction: column;
}

input {
    margin: 5px 0;
    padding: 10px;
    width: 100%;
    max-width: 300px;
    opacity: 0.85;
}

.submit {
    width: 190px;
    background-color: #5E5C5B;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    opacity: 0.92;
    margin-top: 30px;
}

button:hover {
    background-color: #716f6e;
}

input {
    border: none;
    /* Randfarbe */
    border-radius: 10px;
    /* Abgerundeter Rand */
    padding: 15px 15px;
    /* Platz innerhalb des Felds */
    font-size: 20px;
    /* Schriftgröße */
    color: #3d3d3d;
    /* Textfarbe */
    background-color: #D9D9D9;
    margin: 1%;

}

/* Farbe des Platzhaltertextes */
input::placeholder {
    color: #f3f3f3;
    /* Platzhalterfarbe */
    font-size: 14px;
    /* Schriftgröße des Platzhalters */
    font-style: italic;
    /* Optional: Kursiver Platzhaltertext */
    border-radius: 10px;

}


/* Erste Seite */
.button {
    margin-top: 0px;
    background-color: #535353;
}

.button-top-container {
    display: flex;
    gap: 20px;
    margin-top: 10px;
    margin-bottom: 40px;
}

.button-top {
    width: 145px;
    height: 30px;
    background-color: black;
    color: white;
    border: none;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.ueberschrift {
    width: 260px;
    height: 35px;
    background-color: black;
    color: white;
    border: none;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.logout-btn {
    width: 145px;
    height: 30px;
    background-color: black;
    color: white;
    border: none;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.submit-btn {
    width: 145px;
    height: 30px;
    background-color: black;
    color: white;
    border: none;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.button-grid {
    display: grid;
    grid-template-columns: repeat(2, 145px);
    gap: 20px;
    margin-top: 20px;
}

.button-large {
    width: 145px;
    height: 145px;
    background-color: rgba(217, 217, 217, 0.8);
    border: none;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    font-weight: 800;
}

.button-large .text-large {
    font-size: 28px;
    color: rgba(67, 67, 67);
    margin: 0;
    
}

.button-large .text-small {
    font-size: 8px;
    color: rgb(240, 240, 240);
    margin: 0;
    
}

/* Stufen Auswahl Seite */



.button-top-auswahl {
    width: 310px;
    height: 30px;
    background-color: black;
    color: white;
    border: none;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    
}

.button-grid-auswahl {
    display: table-column;
    grid-template-columns: repeat(1, 310px);
    gap: 20px;
    margin-top: 20px;
}

.button-large-auswahl {
    width: 310px;
    height: 65px;
    background-color: rgba(217, 217, 217, 0.8);
    border: none;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    font-weight: 800;
    margin-bottom: 8px;
}

.button-large-auswahl .text-large {
    font-size: 28px;
    color: rgba(67, 67, 67);
    margin: 0;
    
}

.button-large-auswahl .text-small {
    font-size: 12px;
    color: rgb(240, 240, 240);
    margin: 0;
    
}





/* Video Seite */


.video-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.video-item {
    background-color: rgba(45, 45, 45, 0.5);
    width: 300px;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px;
    text-align: center;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
}

.video-item video {
    width: 100%;
    border-radius: 8px;
}









@media (max-width: 768px) {
    body {
        padding: 25px;
        height: 650px;
        background-size: 90%;
        

    }

    img {
        max-width: 30%;
        /* Bild passt sich an die verfügbare Breite an */
        padding-bottom: 100px;
    }

    input{
        font-size: 15px;
    }

    button {
        margin-top: 30px;
        font-size: 15px ;
    }



}