/* Startseite */


    .scroll-down {
        position: relative;
        bottom: 20px;
        cursor: pointer;
        font-size: 2em;
        color: #ffffff;
        
    }

    h1 {
        font-size: 2em;
        color: #333;
    }

    iframe {
        width: 100%;
        height: 100%;
        border-radius: 15px;
        background-color: rgba(255, 255, 255, 0.9);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        display: flex;
    }

    .content_A {
        height: 200%; 
        flex: 1;
        display: flex;
        flex-direction: column;
        border-radius: 15px;
        background-color: #85c1e9;
        margin-left: 5px; 
        transition: all 0.3s ease;
        cursor: pointer;
    }

    .content_A:hover {
        background-color:#70c6ff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    }
    
    .content_A img {
        height: 300px; 
        object-fit: cover; 
        border-radius: 15px 15px 0 0; 
    }
    
    .content_A p {
        
        margin-top: 10px;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 10px;
        text-align: left;
        color: white;
    }

    a {
        text-decoration: none;
    }
/* Startseite */
/* Allgemein */
body {
    margin: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: white;
    background-size: cover;
    
}

.icon_container_container {
    display: flex;
    flex-direction: column; /* Anordnung der Container untereinander */
    justify-content: space-between; /* Gleicher Abstand zwischen den Containern */
    height: 100%; /* Höhe des Elterncontainers */
    padding: 1%; /* Abstand zum Rand des Containers */
    gap: 1%; /* Gleicher Abstand zwischen den Containern */
    text-decoration: none;
}

.icon_container {
    padding: 4%;
    background-color: #ffbc4f;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    display: flex;
    align-items: center; /* Vertikale Zentrierung */
    transition: all 0.3s ease;
    flex-grow: 1; /* Maximale Höhe annehmen */
    min-height: 70px; /* Mindesthöhe für jeden Container */
    text-decoration: none;
}

.icon_container p{
    margin-left: 10px;
    color: white;
    text-decoration: none;
}

.icon_container {
    margin-left: 10px;
    color: white;
    text-decoration: none;
}

.icon_container:hover {
    
    background-color:#F59A0A;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

.container {
    max-width: 80%;
    width: 80%;
    padding: 10px;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    gap: 5px;
    text-decoration: none;
}

.content {
    flex: 1;
    border-radius: 15px;
    background-color: #85c1e9;
    overflow: hidden;
    transition: all 0.3s ease;
    z-index: 1;
    text-decoration: none;
}

.content img {
    width: auto;
    height: 100%;
    border-radius: 15px 0 0 15px;
    min-width: 100px;
}

.content p {
    padding: 20px;
    color: white;
    text-align: justify; /* Blocksatz */
}

body h3 {
    padding: 20px;
    color: white;
    text-align: center; /* Blocksatz */
}

.content a {
    text-decoration: none;
    color: white;
    text-align: justify; /* Blocksatz */
}



.nature {
    margin: 0;
    padding: 0;
    line-height: 1.9;
    padding: 10px;
    background-color: rgba(215, 255, 202, 0.9);
    color: #333;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; /* Align content to the left */
    padding-bottom: 60px;
}

.hello {
    margin: 0;
    padding: 0;
    line-height: 1.9;
    padding: 10px;
    background-color: rgba(201, 237, 255, 0.9);
    color: #333;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; /* Align content to the left */
    
}

.content-block, .content-block2 {
    display: flex;
    overflow: hidden;
    min-height: 40%;
    min-width: 400px;
    width: calc(50% - 5%);
    margin-top: 5%;
    margin-left: 5%;
    margin-bottom: 2,5%;
    max-height: 80%;
    text-align: justify; /* Blocksatz */
    word-spacing: -0.5px; /* Wortabstände leicht verringern */
    hyphens: auto; /* Automatische Silbentrennung */
    
}



.content-block2 {
 
    margin-left: auto; /* Push content-block2 to the right */
}

.text, .image, .imageS {
    flex-basis: 50%;
    padding: 20px;
}

.text {
    background-color: white;
    border-radius:8px;  
}


.image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-top-left-radius: 0;     /* top-left */
    border-top-right-radius: 8px;    /* top-right */
    border-bottom-right-radius: 8px;   /* bottomW-right */
    border-bottom-left-radius: 0;  
    min-height: 40%;
}



@media screen and (max-width: 880px) {
    .content-block, .content-block2 {
        flex-direction: column;
        width: 100%; /* Full width on small screens */
        margin: 7% 0; /* Adjusted margin for mobile */
    }

    .text, .image, .imageS {
        flex-basis: auto;
        width: 100%;
    }
}


.hello-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    box-sizing: border-box;
    padding: 2px;
}

.left-column {
    flex: 2;
    flex: 1; /* Macht die Container gleich hoch */
    height: 100%;
    padding: 0;
}

.left-column img {
    width: 100%;
    border-radius: 10px;                 /* Breite passt sich an */
    object-fit: cover;
    min-height: 100%;              /* Bild immer gut angepasst */
}

.right-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 0;
}

.text-below {
    flex: 1; /* Macht die Container gleich hoch */
    border-radius: 15px;
    width: 100%;
    height: 100%;
    margin: 0;
    margin-left: 15px;
    
}
/* Media Query für kleinere Bildschirme */
@media (max-width: 900px) {
    .hello-container {
        flex-direction: column; /* Stellt sicher, dass das Layout auf kleine Bildschirme umschaltet */
    }

    .text-below {
        order: 3; /* Der Text rutscht nach unten */
        width: 100%;
        margin:0;  
        margin-top: 10px;
        
    }

    .hide {
        display: none;
    }

    .left-column, .right-column {
        width: 100%; /* Bild und Buttons nehmen volle Breite ein */
       
    }

}