*{
    font-family: 'Roboto', sans-serif;
}

.nav-section{
    background-image: url("imgages/happybirthday.avif");
    height: 400px;
    width: 1600px;
    background-repeat: repeat;  
}

.nav-section ul{
    padding: 0px 0px;
    margin: 0px 0px 0px 0px;
    position: absolute;
    top: 380px;
    
}

.nav-section ul li{
    list-style: none;
    display: inline-block;
    margin: 0px 30px 0px 0px;
}

.nav-section ul li a{
    text-decoration: none;
    color: black;
    font-weight: bold;
    font-size: x-large;
}

.nav-section ul li a:hover{
    text-decoration: underline;
    color:tomato;
    font-weight: bold;
    font-size: x-large;
}

.ueberschrift-main-section h1{
    background-image: url("imgages/herz.png");
    background-repeat: no-repeat;
    background-position-x: 130px;
    background-position-y: -15px;
    background-size: 60px;
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 450px;
    width: 1600px;
    font-size:48px;
}

.zweite-section-main{
    position: absolute;
    top: 520px;
    width: 1600px;
    height: 800px;
    background-image: url("imgages/Elena.png");
    background-repeat: no-repeat;
    background-size: 60%;
}


.zweite-section-main ul{
    margin: 0px;
    padding: 0px;
}

.zweite-section-main ul li{
    list-style: none;
    padding: 10px;
    margin: 30px;
    border-color: black;
    border-radius: 36%;
    border-width: 1px;
    border-style: solid;
}

.li-eins{
    position: absolute;
    width: auto;
}

.li-zwei{
    position: absolute;
    width: auto;
    top: 600px;
    left: 200px;
}

.li-drei{
    position: absolute;
    width: auto;
    top: 670px;
    left: 500px;
}

.interessen-section{
    background-image: url("imgages/Interessen.png");
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: top;
    height: 700px;
    width: auto;
    margin: 0px;
    padding: 0px;
}

.ueberuns-main-section{
    height: 1500px;
    width: 1600px;
}

.ueberuns-section-eins{
    margin: 40px;
    height: 1000px;
    width: 1600px;
}

.ueberuns-section-ein-A img{
    width: 70%;
    height: auto;
}

.ueberuns-section-ein-B img{
    width: 55%;
    height: auto;
    position: absolute;
    top: 600px;
    left: 1250px;
}

.ueberuns-section-eins button{
    width: 1600px;
    height: 1000px;
    background-image: url(imgages/UeberUns.png);
    background-repeat: no-repeat;
    border: none;
    background-size: 70%;
}

.ueberuns-section-zwei-bild-A{
    margin: 0px 60px 60px 60px;
    border-radius: 50%;
}

.ueberuns-section-zwei-bild-B{
    margin: 0px 60px 60px 60px;
    border-radius: 50%;
}