
.content_container{
    margin-top: 20px;
    font-size: larger;
    display: flex;
    align-items: center;
    align-content: center;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

.content_ueber_mich{
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: larger;
    display: flex;
    align-items: center;
    align-content: center;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    width: 100%;

}

.list_ueberschrift{
    font-size: 35px;
    font-style: italic;
    font-weight: bold;
    align-items: center;
    text-align: center;
    text-decoration: underline;
} 

.zoom-container-isa-img-homepage{
    margin-top: 40px;
    justify-content: center;
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
    height: 300px;
}

.yoga_zitat{
    background-size: cover;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image:url("../pictures/stockfoto/hintergrund.png");
    
}

.yoga_zitat div{
    display: flex;
    flex-direction: column;
    font-style: italic;
    text-align: center;
    text-decoration: underline;
    margin-top: 200px;
    margin-bottom: 200px;
    flex: 1;    
}

ul {
  list-style-position: inside;
}

body{
    display: flex;
    flex-direction: column;
    height: auto;
    background-color:rgb(245, 206, 210);
}

footer {
  position: static;
  width: 100%;
  text-align: center;
  padding: 10px;
  z-index: 10; /* <-- WICHTIG */
} 
