.background {
    width: 100%;
    background-color: #93b893;
}
.banner {
   display: flex;
   flex-direction: row;
   justify-content: space-between;
    margin-bottom: 100px;
    gap: 50px;
}
.banner-bild {
    margin-top: -30px;
    margin-bottom: -30px;
    box-shadow: rgba(0, 0, 0, 0.4) 2px 2px 2px 2px;
}
.banner-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 20px;
    color: #fff;
    text-align: center;
}
.button {
    width: 170px;
    height: 50px;
    border-radius: 40px 0 40px 0;
    font-family: Langar;
    background-image: linear-gradient(#e59191,#fdc9c9);
    color: #292c2f;
    font-size: 20px;
    margin-top: 20px;
}
.address {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 100px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
}
.address p {
    width: 60%;
}
.address h2 {
    color: #e59191;
    font-family: Langar;
    font-weight: 300;
    font-size: 2rem;
}
.lotusblatt {
    display: flex;
    justify-content: center;
    position: relative;
    margin-bottom: 200px;
}
.lotusblatt img {
    width: 90%;
    height: auto;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}
.grid {
    display: flex;
    flex-direction: column;
    position: absolute;
    z-index: 2;
}
.oben-wrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 2;
    margin-top: -40px;
}
.oben {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 35%;
    background-color: #e59191;
    box-shadow: rgba(0, 0, 0, 0.4) 2px 2px 2px 2px;
    margin-left: 4.3rem;
}

.unten {
    display: flex;
    flex-direction: row;
    gap: 150px;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    margin-top: 200px;
}
.unten-eins {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-color: #93b893;
    width: 35%;
    box-shadow: rgba(0, 0, 0, 0.4) 2px 2px 2px 2px;
}
.unten-zwei {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-color: #fdc9c9;
    width: 35%;
    box-shadow: rgba(0, 0, 0, 0.4) 2px 2px 2px 2px;
}
.name {
    color: #fff;
    text-decoration: none;
}

.oben h3 {
    margin-top: 2rem;
}
.unten h3 {
    margin-bottom: 2rem;
}
.foto {
    margin: 20px;
   border-radius: 3px; 
}
.area {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #93b893;
    position: relative;
    padding-bottom: 100px;
}
.area-title {
    color: #fff;
    font-family: Langar;
    font-size: 1.1625rem;
    text-align: center;
    text-shadow: rgba(0, 0, 0, 0.2) 1px 1px 1px;
    margin-bottom: 30px;
    font-weight: 300;
}

.sections {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    gap: 100px; 
}
.section {
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    align-items: stretch;
    height: 180px;
    position: relative;
    z-index: 1;
    width: 80%;
}
.section a {
    text-decoration: none;
}
.section:nth-child(odd) {
    flex-direction: row-reverse; 
    }
    .section:nth-child(odd) .blatt { 
        right:0px;     
        transform: scaleX(-1); 
    }   
h3 {
    text-align: center;
    font-family: Langar;
    font-weight: 300;
    font-size: 20px;
    flex-shrink: 0;
    width: 150px;
    margin: 10px;
    padding: 0 10px;
    color: #292c2f;
    text-shadow: rgba(0, 0, 0, 0.3) 1px 1px 1px;
}
.text {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    background-color: #fff;
    z-index: 2;
    height: auto;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 1px 1px;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 20px;
}
.text p {
    margin: 0 20px;
    text-align: center;
    color: #292c2f;
}
.blatt {
    position: absolute;
    z-index: -1;
    top: -15%;
    width: 500px;
    height: 250px;
    background-color: #e59191;
    border-radius: 0 300px;
    background-image: radial-gradient(#fff,#fdc9c9);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px 1px;
}
.bild {
    width: 30%;
    height: auto;
    flex-shrink: 0;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.4) 1px 1px 1px 1px;
}
@media (max-width: 1550px) {
    .oben {
        margin-left: 4rem;
    }
}
@media (max-width: 1450px) {
    .oben {
        margin-left: 2.5rem;
    }
}
@media (max-width: 1350px) {
    .oben {
        margin-left: 2rem;
    }
}
@media (max-width: 1250px) {
    .oben {
        margin-left: 1.5rem;
    }
}
@media (max-width: 1100px) {
    .oben {
        margin-left: 0.25rem;
    }
}
@media (max-width: 850px) {
    .banner-info {
        font-size: 1rem;
    }
    .text {
        font-size: 1rem;
    }
    .address {
        font-size: 1rem;
    }
    .bild {
        width: 40%;
    }
    .footer p {
        align-items: center;
        text-align: center;
    }
}
@media (max-width: 650px) {
    .banner {
        flex-direction: column;
        justify-content: center;
        margin-left: 100px;
        padding-bottom: 20px;
    }
    .banner-bild {
        justify-content: center;
    }
    .banner-info {
       justify-content: center;
      
    }
    .bild {
        width: 50%;
    }
   
    .text p {
        margin: 0 10px;
    }
}

@media (max-width: 550px) {
    .unten {
        gap: 0;
        margin-top: 100px;
    }
    .banner-bild {
       width: 80%;
       height: auto;
      }
   
    .text {
        flex-direction: column;
    }
    .section h3 {
        width: 100px;
    }
}
@media (max-width: 400px) {
    .section h3 {
        width: 75px;
    }
    .bild {
        width: 70%;
    }
    .unten {
       
        margin-top: 75px;
    }
    .banner {
        margin-left: 75px;
    }
}
