.poro1-img {
    display: block;
    margin-left: auto;
    margin-right: 0;
    max-width: 28%;
    margin-top: -23%;
    
}
.poro2-img{
    display: block;
    margin-left: 0;
    margin-right: auto;
    max-width: 28%;
    margin-top: -35%;
    z-index: -1;
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    background: rgba(166, 157, 157);
}

*{
    box-sizing: border-box;
}
section{
    width: 100%;
    height: 100vh;
    background: rgb(166, 157, 157);
    
}

.nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(68, 75, 84);
    box-shadow: 1px 3px rgba(0, 0, 0, 0.1);
    height: 90px;
    width: 100%;
    top: 0;
    z-index: 10;
    font-size: 2rem;
    position: fixed;
}

 .ulbody{
        display: flex;
        align-items: center;
        height: auto;
        margin: 0;
    }

    ul {
      list-style: none; /* Punkte entfernen */
      padding: 0;
      margin: 2em;
      display: flex;          /* nebeneinander */
      gap:40px;              /* Abstand zwischen den Elementen */
      
    }
a:link{
    color: black;
}
a:visited {
      color: rgb(0, 0, 0);
}
a:hover {
      color: red;
}
a:active{
    color: green;
}
button:hover{
    color: red;
    cursor: pointer;
}
button:active{
    color: green;
}

.content1{
    text-align: center;
    margin-top: 1em;
    font-size: 500%;
    font-family: fantasy;
}
.content2{
    text-align: center;
    margin-top: -2.6em;
    font-size: 200%;
    font-family: 'Courier New', Courier, monospace;
}
.sect1{
    position: absolute;
    background: rgb(107, 0, 0);
    top: 100vh;
    width: 100%;
    padding: 1em;
}
.content3{
    position: absolute;
    top: 2vh;
    margin-top: 2em;
    font-size: 150%;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    border-width: 1em;
    background-color: blueviolet;
    margin: 10px;
    z-index: 1;
    width: 30%;
    text-align: center;
    border-radius: 20px;

}
.divbcolor{

    width: 100%;
    z-index: -5;
    padding: 2em;
}
.button{
    font-size: 150%;
    font-style: normal;
    background-color: azure;
    text-align: center;
    border-radius: 10px;
    padding: 5px;
    vertical-align: middle;
    border-width: 5px;
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-right-width: 10px;
    border-left-width: 10px;
}
.bplace{
    justify-content: center;
    display: flex;
}

p{
font-family: 'Amatic SC';
};
.info-unten{
    text-align: left;
    font-size: 1em;
    margin-left: 2%;
    margin-bottom: 2%;
    z-index: 1;
}
.ea1{
    max-width: 10%;
    margin-top: 85vh;
    margin-left: 45vw;
}