body {  
    background-color: #BCCCDC;
}

.img-entry {
    display: flex;
    justify-content: center;
}

.header {
    display: flex;
    justify-content: center;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 25px;
    color: #606676;
    padding-bottom: 25px;
}

.header:hover {
    text-transform: uppercase;
    color: #222831;
}

.language {
    display: flex;
    justify-content: flex-end;
    margin-right: 50px; 
}

.language-text {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    margin-right: 10px;
}

.item_A {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    padding: 10px 8px 10px 8px;
    margin: 5px;
    border: 1px solid #9aa0a9;
    border-radius: 8px;    
}

.item_B {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    padding: 10px 8px 10px 8px;
    margin: 5px;
    border: 1px solid #9aa0a9;
    border-radius: 8px;
}

.item_A:hover, .item_B:hover {
    text-transform: uppercase;
    font-weight: bold;
    color: #129990;
}

.nav {
    display: flex;
    justify-content: flex-end;
    padding: 35px;
}

.nav-text {
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    padding: 20px;
    color: #606676;
    text-decoration: none;
}

.nav-text:hover {
    color: #222831;
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: bold;
}

.section-header {
    display: flex;
    justify-content: center;
}

.heading {
   color: #606676; 
   font-family: "Raleway", sans-serif;
   font-size: 30px;
   text-transform: uppercase;
}

.header-img {
    display: flex;
    gap: 70px;
    padding: 20px;
    background-color: aliceblue;
}

.img-start {
    border: 1px outset #393E46;
    border-radius: 50px;
    margin-left: 50px; 
    height: 350px;
   }

.text-block {
    align-self: center;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 18px;
    padding: 20px;
    color: #222831;
    width: 65%;
}

.absatz {
    margin-top: 60px;
}

.leistungen-block {
    display: flex;
    padding: 60px;
    background-color: aliceblue;
    flex-wrap: wrap;
}

.leistungen-container {
    padding: 30px;
    font-family: "Raleway", sans-serif;
    color: #222831;
    font-size: 20px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    max-width: 550px;
}

span {
    color: #ffffff;
    background-color: #393E46;
    border-radius: 50px;
    font-family: "Raleway", sans-serif;
    font-size: 70px;
    margin: 40px;
    padding: 20px;
}



        .galerie-block {
        display: flex;
        background-color: aliceblue;
        }

        .carousel {
        position: relative;
        width: 100%;
        max-width: 800px;
        aspect-ratio: 4 / 3;
        margin: 30px auto;
        overflow: hidden;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0,0,0,0.2);
        }

        .carousel-track {
        display: flex;
        transition: transform 0.5s ease-in-out;
        min-width: 100%;
        height: 100%;
        }

        .carousel-slide {
        flex: 0 0 100%;
        height: 100%;
        }

        .carousel-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        }

        .carousel-button {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: rgba(0,0,0,0.5);
        border: none;
        color: white;
        font-size: 2rem;
        padding: 0 15px;
        cursor: pointer;
        z-index: 5;
        }

        .carousel-button.prev {
        left: 10px;
        }

        .carousel-button.next {
        right: 10px;
        }


.preise-block {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    background-color: aliceblue;
}

.wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px;
}

.item {
    text-align: center;
    border: none;
    border-radius: 10px;
    padding: 25px;
    background-color: #3E5879;
    width: 300px;
    height: 30px;
    margin: 0;
    color: #ffffff;
}

.item-list {
    border: none;
    border-radius: 10px;
    padding: 15px;
    background-color: #BCCCDC;
    width: 320px;
    height: 180px;
}

.item-list-2 {
    border: none;
    border-radius: 10px;
    padding: 15px;
    background-color: #BCCCDC;
    width: 320px;
    height: 75px;
}

li {
    margin-left: 15px;
}

.bold {
    color: #129990;
    font-size: 20px;
}

.list {
    text-decoration: none;
}

.why-block {
    display: flex;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    background-color: aliceblue;
}

.why-container {
    font-family: "Raleway", sans-serif;
    padding: 20px;
    font-size: 20px;
}

.why-text {
    padding: 15px;
}


.map {
    display: flex;
    justify-content: center;
    padding: 20px;
    background-color: aliceblue;
}

.footer-container {
    padding: 5px;
    background-color: aliceblue;
}

.footer {
    color: #222831;
    font-size: 16px;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    margin-left: 30px
}

.hinweis {
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    font-style: italic;
    padding: 8px;
    margin-left: 30px;
}

.hinweis-word {
     font-family: "Raleway", sans-serif;
    font-weight: 700;
}

a {
    text-decoration: none;
    font-family: "Raleway", sans-serif;
    color: #222831;
    font-size: 16px;
    font-weight: bold;
}

button {
    background-color: #BCCCDC;
    border: none;
    padding: 7px;
    border-radius: 15px;
    width: 175px;
}

.rechtliches {
    display: flex;
    justify-content: center;
    background-color: #A4CCD9;
}


.text-imp {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #222831;
    padding: 10px;
}

.home {
    display: flex;
    justify-content: flex-end;
    padding: 20px;
    margin-right: 50px;
}

.impressum {
    display: flex;
    flex-direction: column; 
    background-color: aliceblue;
    padding-left: 50px;
}

#impressum {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    color: #222831;
}


.impressum-block {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    color: #222831;
}

.impressum-container {
    padding: 3px;
}

.text-daten {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #222831;
    padding: 10px;
}

@media all and (max-width: 800px) {

    .nav {
        flex-direction: column;
        align-items: center;
        padding: 10px;
    }

    img{
        width: 100%;
    }

    .header-img{
        flex-direction: column;
        max-width: 100%;
    }

    .img-start{
        margin-left: 0;
    }

    .leistungen-block{
        padding: 0;
    }

    span{
        margin: 10px;
    }

    .wrapper{
        padding: 10px;
    }

    .impressum {
        width: 100%;
    }
    }

    @media all and (max-width: 500px) {

    nav{
        flex-direction: column;
        padding: 0px;
    }

    .nav {
        flex-direction: column;
        padding: 10px;
    }

    .nav-text {
        padding: 10px;
        font-size: 16px;
    }

    .leistungen-block {
        padding: 15px;
    }

    .leistungen-container {
        width: 100%;
        max-width: 480px;
        padding: 10px;
        font-size: 16px;
    }

    h3 {
        font-size: 17px;
    }

    .preise-block, .impressum {
        width: 335px;
    }

    .wrapper {
        margin: 10px;
        font-size: 16px;
    }
  
    .item {
        padding: 10px;
        width: 250px;
     }

    .item-list, .item-list-2 {
        padding: 8px;
        width: 260px;   
    } 

    .impressum {
        width: 360px;
        padding-left: 15px;
    }
     
    p {
        font-size: 15px;
    }
    }