nav{
    min-height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color:  rgb(216,160,166);
}

nav ul{
    display: flex;
}

nav ul li{
    height: 100%;
    padding: 15px;
    list-style-type: none;
    border-bottom:  4px solid  rgb(216,160,166);
}

nav ul li:hover{
    border-bottom: 4px solid black;
}

nav ul li a{
    color: black;
    text-decoration: none;
    font-size: 22px;
    font-family: sans-serif;
}

 .toggle-button{
    position: absolute;
    top: 25px;
    right: 25px;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 25px;
}

.toggle-button .bar{
    height: 4px;
    width: 100%;
    background-color: black;
    border-radius: 100%;
}

.my_logo_image{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 275px;
    height: 125px;
    zoom: 90%;
}

.my_logo_div{
    height: 120px;
    border-width: 2px;
    border-color: black;
    margin-top: 10px;
    align-items: center;
}

.my_nav_bar{
    align-items: center;
    margin-bottom: 35px;
    margin-left: 35px;
    margin-right: 10px;
    border-width: 2px;
    border-color: black;
    display: flex;
}

.list-container ul{
    margin-right: 50px;
    align-items: center;
}

.list-container ul li a{
    font-size: 20px;
    align-items: center;
}

.container-content{
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    margin-top: auto;
}

.content-welcome{
    background-color:rgb(245, 206, 210);
    z-index: 1;
    width: 100%;
    height: auto;
    position: absolute;
    margin-top: auto;
    text-align: center;
    font-size: 20px;
    align-items: center;
    display: block;
    justify-content: center;
}

.zoom-container-isa-img-homepage {
    margin-bottom: 50px;
  width: 100%;
  height: 300px;
}

.zoom-container-isa-img-homepage img {
  width: 150px; 
  height: 100%; 
  object-fit: cover;
}

.zoom-container-isa-img-homepage-home img{
    width: 250px; 
    height: 100%; 
    object-fit: cover;
}

.email-content{
 color: black;
 position: absolute;
 margin-top: auto;
 display: block;
 justify-content: center;
 width: 100%;
 height: 100vh;
 background-image:url("../pictures/stockfoto/hintergrund.png");
 background-repeat: no-repeat;
 background-size: cover;
}

#Nachricht {
    width: 386px;
    height: 125px;
    }

.my_container_top{
     width: 100%;
     margin-bottom: 5px;
    }

.list-container{
     display: none;
     width: 100%;
     height: auto;
     z-index: 2;
     background-color: rgb(216,160,166);
    }

 .toggle-button{
     display: flex;
     z-index: 3;
    }

 nav{
     flex-direction: column;
     align-items: flex-start;
    }
  
.list-container ul{
     flex-direction: column;
     width: 100%;
     height: auto;
    }

 .list-container li{
     text-align: center;
     border-bottom: black;
     height: auto;
    }

 .list-container.active{
     display: flex
    } 

 h2 a {
    font-style: italic;
    text-decoration: underline;
    color: black;
 }

/* farb schama: #AC54F7 #7654F7 */