body {
    font-family: Arial, sans-serif;
    background-color: #fff;
}

nav ul {
    list-style-type: none;
    padding: 0;
    text-align: left;
}

nav ul li { 
    color: #fff;
    margin-right: 20px;
    padding: 5px;
    margin-top: 5px; 
    margin-bottom: 5px; 
}

a {
    text-decoration: none;
    color: #000;
    text-align: center;
}
 .collapsible {
    background-color: #D9D9D9;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%; 
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    border-radius: 5px; 
}

.active, .collapsible:hover {
    background-color: #555;
    border-radius: 3px 0 0 3px;
    border-radius: 5px; 
}
.content {
    background-color: #C2E0E0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
    text-align: left; 
    border-radius: 5px; 
}

.content a {
    display: block;
    padding: 10px; 
    width: 100%; 
    box-sizing: border-box; 
    text-align: left;
    border-radius: 5px; 
}

.content a:hover {
    padding: 15px; 
    background-color: white; 
    border-radius: 5px; 
}

/* Allgemeine Stile für den Button-Container */
.button-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

/* Stile für den Button-Textbereich */
.button-text {
    flex: 1 1 calc(25% - 40px); /* Vier Spalten */
    padding: 15px;
    margin-bottom: 20px; /* Abstand zwischen den Zeilen */
    background-color: #D9D9D9;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
}

/* Größe der Bilder anpassen */
.button-text img {
    width: 100%;
    height: auto;
    max-width: 500px; /* Maximale Breite für größere Bilder */
    display: block;
    margin: 0 auto 10px auto; /* Zentriert das Bild und fügt unten einen Abstand hinzu */
}
/* Stile für die Buttons */
.button-text a button {
    background-color: #4CAF50; /* Grün */
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 10px 2px;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

/* Hover-Effekte für die Buttons */
.button-text a button:hover {
    background-color: #45a049;
    transform: scale(1.05);
}

/* Zentrierung der Sektionen */
#ausschreibung, #ausschreibung-container {
    text-align: center;
}

/* Stil für die Ausschreibungs-Container */
#ausschreibung-container {
    max-width: 100%;
    padding: 10px;
    margin: 10px auto; /* Zentriert den Container horizontal */
    border-radius: 5px;
}

.image-container {
    display: block;
    margin: 10px auto;
}

.image-container img {
    max-width: 100%;
    border-radius: 5px;
}


.image-text {
    text-align: center;
    font-size: 12px; 
    margin-top: 5px;
}

h3{
    font-size: 200%;
    color: black;
}


#start{
    background-image: url('Bilder_1/Pflanzen.png');
    background-size: cover;
    max-width: 200%;
    max-height: 200%;
    padding: 100px;
    background-color: rgba(255, 255, 255, 0.904);
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); 
}
.start.h1{
    text-align: left;
    font-size: 200%;
    color: white;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.800);
}
.start.p{
    text-align: left;
    color: white;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.800);
}

.Anmeldung{
    background-color: #D9D9D9;
    max-width: 95%;
    margin: 0 auto;
    padding: 20px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}
.form-group {
    margin-bottom: 15px;

}

.form-group label {
    display: block;
    margin-bottom: 5px;
}

.form-group input, .form-group select {
    width: 95%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.form-group button {
    background-color: #82a582;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.2);
}

.form-group button:hover {
    background-color: #218838;
}

.Spalten-Lebenslauf{
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
}

.column {
    flex: 1;
    padding: 20px;
    box-sizing: border-box;
}

.column.left-column {
    background-color: #fff;
}

.column.right-column {
    background-color: #fff;
}

.Spalte {
    display: flex;
    margin-bottom: 10px;
}

.zeit {
    min-width: 60px;
    background-color: #82a582;
    color: #fff;
    padding: 10px;
    text-align: center;
    border-radius: 3px 0 0 3px;
}

.Inhalt-rechts {
    flex: 1;
    background-color: #D9D9D9;
    padding: 10px;
    border-radius: 0 3px 3px 0;
}
.Spalte-rechts {
    display: flex;
    margin-bottom: 10px;
}

.zeit-rechts {
    min-width: 30px;
    background-color: #82a582;
    color: #fff;
    padding: 5px;
    border-radius: 3px 0 0 3px;
}

.Inhalt {
    flex: 1;
    background-color: #D9D9D9;
    padding: 10px;
    border-radius: 0 3px 3px 0;
}



#Lebenslauf{
    display: flex;
    margin-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 5px; 
    background-color: #fff;
    
    
}
.Lebenslauf.h4{
    padding: 10px;
    Text-align: left; 
}
#Persönliches{
    display: flex;
    margin-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 5px; 
    background-color: #fff;
    
    
}
.Persönliches.h4{
    padding: 10px;
    Text-align: left; 
}

article {
    background-color: #555;;
    color: #fff;
    padding: 10px;
    text-align: center;
    border-radius: 5px; 
}

article.h1 {
    margin: 0;
}


#photo-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    padding: 1rem;
}

.photo {
    flex: 1 0 21%; /* Einheitliche Breite */
    max-width: 21%;
    box-sizing: border-box;
    aspect-ratio: 1 / 1; /* Quadrat */
}

.photo img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.photo video {
width: 100%;
height: 100%;
border-radius: 8px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#impressum {
    padding: 100px;
    margin: 15px;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 5px; 
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.impressum.h4{
    Text-align: left; 
}
footer {
    text-align: center;
    padding: 10px;
    background-color: #D9D9D9;
    border-radius: 5px; 
  }

footer ul {
    list-style-type: none;
    padding: 0;
    text-align: center; 
}

footer ul li { 
    color: #fff;
    margin-right: 20px;
    padding: 5px;
    margin-top: 5px; 
    margin-bottom: 5px; 
}

#login-container {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}



@media only screen and (max-width: 390px) {
    body {
        font-size: 14px;
        overflow-x: hidden;
    }
    .logo {
        content: url('Logo/Mein_Logo_reduziert.png');
        max-width: 300px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
    }
    .photo {
        flex: 1 0 100%;
        max-width: 100%;
        display: flex;
        flex-direction: column;
    }
    .photo video {
        width: 100%;
        height: auto;
    }
}

@media only screen and (min-width: 576px) {
    body {
        font-size: 16px;
    }
    .logo {
        content: url('Logo/Mein_Logo_schlicht.png');
        max-width: 120px; 
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px; 
    }
  

    .image-container {
        position: relative;
        display: inline-block;
        text-align: center;
        margin: 10px;
        
    }
    .image-container img {
        width: 500px;
        height: auto;
    }
    .image-text {
        text-align: center;
        font-size: 14px;
        margin-top: 5px;
    }
   
    .button-text {
        flex: 1 1 calc(50% - 40px); /* Zwei Spalten bei noch kleineren Bildschirmen */
    }
    .photo {
        flex: 1 0 45%; /* Bei noch kleineren Bildschirmen Basisgröße: 45% */
        max-width: 45%;
    }

}
@media only screen and (min-width: 992px) {
    body {
        font-family: Arial, sans-serif;
        font-size: 18px;
    }
    .logo {
        content: url('Logo/Mein_Logo_schlicht.png');
        max-width: 180px; 
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px; 
    }
  
    .image-container {
        position: relative;
        display: inline-block;
        text-align: center;
        margin: 10px;
        
    }
    .image-container img {
        width: 500px;
        height: auto;
    }
    .image-text {
        text-align: center;
        font-size: 14px;
        margin-top: 5px;
    }
    .button-text {
        flex: 1 1 calc(50% - 40px); /* Zwei Spalten bei noch kleineren Bildschirmen */
    }
    .photo {
        flex: 1 0 45%; /* Bei noch kleineren Bildschirmen Basisgröße: 45% */
        max-width: 45%;
    }
   
}
@media only screen and (min-width: 1400px) {
    body {
        font-family: Arial, sans-serif;
        font-size: 20px;
    }
    .logo {
        content: url('Logo/Mein_Logo_Bunt.png');
        max-width: 200px; 
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px; 
    }
    nav ul li{
        display: inline;
        margin-right: 20px;
        padding: 15px;
        margin: 15px 7px; 
    }
    .button-text {
        flex: 1 1 calc(33.33% - 40px); /* Drei Spalten bei kleineren Bildschirmen */
    }
  
    #ausschreibung-image {
        max-width: 100%;
        padding: 10px;
        margin: 10px;
        background-color: rgba(255, 255, 255, 0.904);
        border-radius: 5px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    .image-container {
        position: relative;
        display: inline-block;
        text-align: center;
        margin: 10px;
        
    }
    .image-container img {
        width: 500px;
        height: auto;
       
    }
    .image-text {
        text-align: center;
        font-size: 14px;
        margin-top: 5px;
    }
    

    .photo {
        flex: 1 0 45%; /* Bei noch kleineren Bildschirmen Basisgröße: 45% */
        max-width: 45%;
    }
    }

