.index_affe {
    position: absolute;
    transition: transform 2s linear, width 2s linear, height 2s linear;
}


.index_affe img{
    max-width: 500px;
}

.index_affe:hover{
    cursor: pointer;
}


body {
    background-color: black;
    margin: 50px;
    padding-bottom: 50px;
    max-width: 100%;
    overflow-x: hidden;
}

p {
    color: white;
    font-family: "Lora", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 30px;
    line-height: 120%;
    width: 100%;
    position: relative;
}

.titel {
    color: white;
    font-family: "Lora", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 15px;
    line-height: 120%;
    width: 100%;
    position: relative;
}

ul {
    margin: 30px;
    color: white;
    font-family: "Lora", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 30px;
    line-height: 120%;
    list-style-type: square;
}



.bilder {
    position: relative;
    display: flex;
    justify-content: center; /* Horizontales Zentrieren */
    align-items: center; /* Vertikales Zentrieren, falls benötigt */
}

.bilder img {
    max-height: 1080px;
}

a {
    color: white;
    font-family: "Lora", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 30px;
    line-height: 120%;
    width: 100vw;
    position: relative;

}
nav {
    background-color: black;
    position: fixed;
padding-top: 20px;
    top: 0px;
    left: 0;
    right: 0;
    border-bottom: 1.5px solid white;
    padding-bottom: 20px;
    padding-left: 50px;
    z-index: 9999;


}



a:hover {
    color: white;
    font-family: "Lora", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 30px;
    line-height: 120%;
    width: 100%;
    position: relative;
    cursor: pointer;
    font-style: oblique;
}

.bilder_doku {

    width: 50%;
}

.bilder_doku_flex {
    width: 50%;

}

.bildblock {
    display: flex;
    width: 100%;
}

.bildblock_flex img {
    width: 100%; /* Adjust width as needed */
    height: 70%; /* Set a fixed height for consistent cropping */
    object-fit: cover; /* Ensures the image covers the entire box without distortion */
}


.bildblock_flex img {
    width: 24%; /* Anpassung der Breite der Bilder */

}

figcaption {
    color: white;
    font-family: "Lora", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 15px;
    line-height: 120%;
    position: absolute;
    margin-left: 50%; /* Abstand zwischen Bild und Figcaption */
    align-self: flex-start; /* Auf Höhe des obersten Bildes */
    padding-right: 50px;
}

details {
    color: white;
    border-top: 1.5px solid white;
    align-items: center;
}

summary {
    color: white;
    font-family: "Lora", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 30px;
    line-height: 120%;
    padding-bottom: 20px;
    padding-top: 20px;
}

details > summary {
    list-style-type: none;
    border: 5px white;
}

details > summary:hover {
    cursor: pointer;
    font-style: oblique;
}

details > summary::-webkit-details-marker {
    display: none;
}

details > summary::before {
    content: '→';
}

details[open] > summary::before {
    content: '↓';
}

.bottom {
    border-bottom: 1.5px solid white;
    border-top:1.5px solid white;
}


