.logoNav {
    width: 5rem;
    height: 5rem;
}

.fotoBanner {
    width: 100%;
    height: 100%;
    background-image: url("../assets/img/fotoBannerDark.jpg");
    background-size: cover;
    background-position: center -110px;
}

.logoBanner {
    width: 8rem;
}

.banner {
    height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 1500px) {
    .fotoBanner {
        background-position: center;
    }
}

.text_icon_container {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

#mainNav {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.div_correction {
    margin-left: 0px;
}

.lightPurpleBG {
    background-color: #4c0949;
}

.darkPurpleBG {
    background-color: #301a55;;
}

/* Impressum */

.impressum {
    font-family: Arial, sans-serif;
    background-color: #4c0949;
    padding: 2rem;
}
.impressum a {
    color: blue;
}
.impressum-container {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    color: #000000;
    padding: 2rem;
    max-width: 800px;
    margin: 0 auto;
}
.impressum-container h1 {
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
    text-align: center;
}
.impressum-content {
    line-height: 1.6;
}