.background {
    width: 100%;
    background-color: #e59191;
    margin-top: 100px;
}
.background1 {
    width: 100%;
    background-color: #93b893;
    margin-top: 150px;
}
.background2 {
    width: 100%;
    background-color: #fdc9c9;
    margin-top: 150px;
}
.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;
}
.banner-info h2 {
    font-family: Langar;
    font-weight: 300;
}

.info {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    text-align: center;
    width: 350px;
    margin-bottom: 50px;
    margin-right: 40px;
    font-family: "Barlow Condensed", sans-serif;
}
.info h3 {
    font-weight: 400;
    font-size: 1.5rem;
    text-decoration: underline;
}

.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;
}
.termin {
    width: 50%;
    text-align: center;
   
}
.extra {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 70px auto 100px auto;
}
.extra h2{
    margin-bottom: 25px;
    font-family: Langar;
    color: #292c2f;
    font-weight: 300;
}
.blatt {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 50px auto 50px auto;
    
}
.blatt1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 500px;
    height: 250px;
    margin-bottom: -20px;
    margin-top: -20px;
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 0 200px;
    background-image: radial-gradient(#fff,#fdc9c9);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px 1px;
}
.blatt1 a {
    text-decoration: none;
}
.blatt1 h3 {
margin-left: 20px;
font-family: Langar;
font-weight: 300;
color: #292c2f;
}
    
.bild {
    width: 50%;
    height: auto;
    margin-left: 90px;
    margin-bottom: 30px;
    flex-shrink: 0;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.4) 1px 1px 1px 1px;
}

@media (max-width: 1000px) {
    .bild {
       width: 60%;
       margin-left: 50px;
    }
}
@media  (max-width: 850px) {
    .bild {
        height: 30%;
      width: auto;
      margin-right: 30px;
    }
}
@media (max-width: 600px) {
    .banner {
        flex-direction: column;
        margin-left: 120px;
    }
    .banner-info {
        margin-left: 60px;
    }
    .blatt {
       width: 80%;
       height: auto;
       flex-direction: column;
       margin-right: 75px;
    }
     .blatt1 {
       margin: 20px auto;
       flex-direction: row;
    }
    .bild {
        width: auto;
        height: 50%;
        margin-top: 60px;
        margin-right: 60px;
    }
    .blatt1 h3 {
        margin-top: 50px;
    }
}
@media (max-width: 550px){
    .banner-bild {
        width: 80%;
        height: auto;
        }
        
    
}
@media (max-width: 450px) {
    .address {
        flex-direction: column;
    }
    .termin {
        margin-bottom: 20px;
        margin-left: 80px;
    }
    .banner {
        justify-content: center;
        margin-left: 70px;
    }
}
    
