body {
    background-color: #000215;
    margin: 0;
}

h1 {
    color: #F2F2F2;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 4vh;
    text-align: center;
}

hr {
    width: 35vh;
    border-color: #AEAEAE;
    margin-top: 2.4vh;
    margin-bottom: 5.6vh;
}

h2 {
    color: #F2F2F2;
    font-family: 'Roboto', sans-serif;
    font-weight: 525;
    font-size: 3.2vh;
    position: relative;
    margin-left: 17vh;
    margin-right: auto;
    margin-bottom: 1.6vh;
    padding-right: 12vh;
}

p, ul {
    color: #AEAEAE;
    font-family: 'Roboto', sans-serif;
    font-weight: 450;
    font-size: 2.4vh;
}

.dstext {
    display: flex;
    justify-content: center;
    column-gap: 15vh;
    flex-wrap: wrap;
    padding-left: 0vh;
    padding-right: 0vh;
}

.text1, .text2 {
    margin-left: 20vh;
    margin-right: 20vh;
    margin-bottom: 0vh;
}

.text3 {
    margin-left: 0vh;
    margin-right: 0vh;
    margin-bottom: 0vh;
}

.dstext_imp {
    display: flex;
    align-items: left;
    text-align: left;
    column-gap: 15vh;
    flex-wrap: wrap;
    padding-left: 0vh;
    padding-right: 0vh;
    margin-left: 17vh;
    margin-right: auto;
}


.text1 h2 {
    margin-left: 0; /* Reset margin-left within text1 */
}

.filter-logo {
    height: auto;
    width: 15%;
    padding-top: 4vh;
    padding-bottom: 0vh;
}

.header {
    width: 100%;
    background-color: #000215;
    padding-bottom: 8vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.iconback {
    position: absolute;
    left: 0;
    margin-left: 17vh;
}

.material-symbols-outlined {
    color: #F2F2F2;
    height: 50px;
    font-size: 5vh !important;
    position: relative;
    margin-bottom: 1.6vh;
    margin-top: 4vh;
    transition: 0.3s ease;
    font-variation-settings:
        'FILL' 0,
        'wght' 400,
        'GRAD' 0,
        'opsz' 48;
}

.material-symbols-outlined:hover {
    color: #fccd91;
}

.button {
    background-color: #FFE0B8; 
    color: #000215;
    border: none;
    border-radius: 2.4vh;
    padding: 1.6vh 6.4vh;
    text-align: center;
    text-decoration: none;
    display: inline-flex;
    align-items: center; /* Zentriert die Inhalte vertikal */
    gap: 0.8vh; /*Abstand zwischen Icon und Text*/
    font-size: 2.4vh;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-top: 0vh;
    transition: 0.3s ease;
  }

.button:hover {
    background-color: #fccd91; 
}

.btncenter {
    text-align: center;
    padding-top: 8vh;
    padding-bottom: 8vh;
}
.rechtliches {
    display: flex;
    justify-content: center;
    gap: 2.4vh;
    flex-wrap: wrap;
    margin-top: -1.6vh;
}

.footer-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 15%;
    height: auto;
    padding: 2.4vh;
}

.footer {
    background-color: #010211;
padding: 2vw 0; 
}

.uhfooter {
    color: #AEAEAE;
    font-family: 'Roboto', sans-serif;
    font-size: 2vh;
    line-height: 0.8vw;
    text-align: center;
    position: relative;
    top: 1vh;
}

.r_footer {
    color: #F2F2F2;
    font-family: 'Roboto', sans-serif;
    font-size: 0.8vw;
    line-height: 0.8vw;
    text-align: center;
    position: relative;
    top: 3vh;
    transition: 0.3s ease;
    text-decoration: underline;
}

.r_footer:hover {
    color: #fccd91 
}

@media (max-width: 852px) {
 

    .text1, .text2 {
        width: 75vh; 
        margin-left: 1vh;
        margin-right: 1vh;
        margin-bottom: 0vh;
        max-width: 75vh;
        word-wrap: break-word;
        padding-left: 4vh;
        padding-right: 4vh;
    }

    p {
        font-size: 2.8vh;
        line-height: 3.4vh;
    }

    h2 {
        margin-left: 4vh;
    }

    .dstext_imp {
        margin-left: 4vh;
    }

    h1 {
        font-size: 3.2vh;
    }

    .footer {
        padding: 2vw 0;
    }

    .footer-logo {
        width: 50%;
    }

    .uhfooter {
        font-size: 2vh;
        line-height: 3.4vh;
        max-width: 32vh;
        margin-left: auto;
        margin-right: auto;
        
    }

    .r_footer {
        margin-top: 3.6vh;
        margin-bottom: 4vh;
        font-size: 2vh;
    }

    .filter-logo {
        width: 48%;
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
        padding-right:0vh;
        padding-top: 4vh;
        padding-bottom: 4vh;
    }

    .iconback {
        position: absolute;
        left: 0;
        margin-left: 5vh;
    }

    .header {
        background-color: #010211;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding-left: auto;

    }
}