/*_____Impressum_____*/
.impressum{
    display: flex;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    width: 80%;
    padding-top: 80px;
    background-color: #292f50;
    color: #fff;
    line-height: 2;
}
#impress_inhalt{
list-style: none;
padding-top: 5vh;
padding-inline: 5px;
}
.bildnachweis{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    padding: 50px;
}
.headline-white{
    color: #fff;
}
.h3-spacing{
padding-top: 25px;
padding-bottom: 15px;
}

.list-clean{
    text-align: start;
    text-decoration: none;
    margin-block: 25px;
    list-style: none;
}
.haftungstext{
    display: block;
    width: 80%;
    margin-left: 10%;
    text-align: justify;
}


@media screen and (max-width: 664px){
    .impressum{
        width: 100%;
    }
}