section {
    width: 90%;
    margin: auto;
}

body {
    overflow-x: hidden;
}

h2 {
    text-align: center;
}

.jahre {
    display: flex;
    justify-content: space-around;
    margin-top: 1.5vh;
    margin-bottom: 1.5vh;
}

.expanded {
    display: none;
}

.expand:hover {
    text-decoration: underline;
    cursor: pointer;
    font-weight: 800;
}

.expanded h5 {
    margin-top: 2.5%;
    margin-bottom: 1.5%;
    text-decoration: underline;
}

.expanded h6 {
    margin-top: 1.5%;
    margin-bottom: 1%;
    text-decoration: underline;
}

.content {
    align-items: center;
    justify-content: center;
}

.default_img {
    max-height: 75vh;
    width: auto;
    margin: auto;
    display: block;
}

.caption {
    text-align: center;
}

.content_img img{
    max-height: 35vh;
    max-width: 20vw;
    height: 35vh;
    width: auto;
    object-fit: cover;
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}

.content_img {
    margin: 10px 10px 10px 10px;
    clear: both;
}

@media screen and (max-width: 992px) {
    .expanded h5 {
        margin-top: 7.5%;
        margin-bottom: 4.5%;
    }

    .jahre {
        align-items: center;
        flex-flow: row wrap;
        row-gap: 5vh;
    }

    .expand {
        width: 10vw;
    }

    .content_img img{
        max-height: 90vh;
        max-width: 100%;
        height: 60vh;
        width: auto;
        margin-top: 15px;
    }

    .content_img {
        height: fit-content;
        width: 100%;
        margin: 0px;
        align-items: center;
        justify-content: center;
        display: inline;
    }
}