* {
    font-family: "Asul", serif;
}

body {
    background: linear-gradient(to bottom right, #f185bb, #a875d8,
            #1e90ff);
    /*rgb(224, 173, 224),
rgb(66, 66, 167), rgb(88, 14, 88));*/
    /* Ustawienie wysokości na 100% widoku przeglądarki */
    margin: 0px;
    /* Usunięcie domyślnego marginesu */

    color: white;
}




.Verpackung {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100vh;
    width: 100vw;
}

.wizytowka {
    width: 1000px;
    height: 500px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 20px;

}

.divkontakt h1 {
    font-size: 24px;
    margin-bottom: 30px;
    padding-top: 25px;

}

.divkontakt p {
    margin-block: 10px;
}

.fragen {
    font-weight: bold;
}

/* Weitere Informationen Styling*/

.faq:hover {
    text-decoration: underline;
    transition: 0.5s;
    cursor: pointer;
}

.rechtliches:hover {
    text-decoration: underline;
    transition: 0.5s;
    cursor: pointer;
}

.impressum:hover {
    text-decoration: underline;
    transition: 0.5s;
    cursor: pointer;
}

.datensch:hover {
    text-decoration: underline;
    transition: 0.5s;
    cursor: pointer;
}



.weitere-inf p {
    margin-block: 10px;
}


/*FOOTER*/
.flex-container {
    height: 300px;
    width: 100%;
    background: #7e9ec5;
    display: flex;
    flex-direction: row;
    border-radius: 4%;


}


.footer-inf,
.footer-navigation,
.footer-legal {
    display: block;
    margin-top: 10px;
    width: 50%;
    padding: 10px;
    text-align: center;
    color: white;
}


.footer-navigation a:hover {
    color: rgb(255, 247, 247);
    text-decoration: none;
    transition: 0.4s;
}

.footer-legal {
    margin-top: auto;
    margin-bottom: auto;
}

.linie2 {
    color: white;
    width: 200px;

}

.footer-inf h2,
.footer-navigation h2 {
    margin-bottom: 0px;
}



/* menu einfühen */


.menu {
    position: relative;
    gap: 10px;
    align-items: center;
    padding-top: 2px;
    display: flex;
    align-content: end;
    justify-content: space-between;
}

.liste ul li {
    list-style: none;
    display: inline-block;
    position: relative;
    padding: 8px 12px;
}


.liste ul li a {
    text-decoration: none;
    color: black;
    font-weight: bolder;
    font-variant: small-caps;
}

.liste ul li::after {
    content: "";
    width: 0%;
    height: 2px;
    background: #887ad4;
    display: block;
    margin: auto;
    transition: 0.5s;
}

.liste ul li:hover::after {
    width: 100%;
}


.header img {
    width: 50px;
    padding-left: 25px;
    padding-top: 10px;
}

.name {
    color: rgb(243, 176, 234);
    font-size: 25px;
    padding-top: 8.5px;
}

.logo {
    align-items: center;
    display: flex;
    gap: 10px;
}

.logo2 {
    align-items: center;
    display: flex;
    gap: 10px;
    text-decoration: none;
}

/*menu ende*/