

header {
    background-color: #000000;
    padding: 20px;
    display: flex;
    height: 100px;
    position: relative;
    box-shadow: 0px 0px 100px #303030;
    justify-content: space-between;
    align-items: center;

}


header img {
    height: 100px;
    width: auto;
}

nav ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
    flex-wrap: wrap;
    font-size: 18px;
}

nav li {
    margin-left: 30px;
    flex-wrap: wrap;
}

nav a {
    color: white;
    text-decoration: none;
    position: relative;
    transition: color 0.3s ease;
    margin: 40px;
    flex-wrap: wrap;
}

nav a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: white;
    transition: width 0.3s ease;
}

nav a:hover {
    color: #ffffff;
}

nav a:hover::after {
    width: 100%;
    transition-delay: 0.1s;
}

a {
    color: #000000;
    text-decoration: none;
}



.button {
    background-color: #ffffff;
    font-size: 14px;
    color: #000000;
    padding: 10px 20px;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.button:hover {
    background-color: black;
    color: white;
    cursor: pointer;
    border: 2px solid white;
}

/* CSS für das Hamburger-Menü */
.menu-icon {
    display: none;
}
.menu.showing {
    display: none;
}

.menu {
    display: none;
}


.header {
    justify-content: space-between;
    align-items: center;
}

.header {
    justify-content: space-between;
    align-items: center;
}

.hamburger {
    display: none;
}

h1 {
    font-size: 60px;
    font-family: montserrat;
    right: 50%;
    left: 50%;
    margin: 0;
}

h4{
    margin-left: 200px;
    text-align: start;
    margin-left: 450px;
    font-family: montserrat;
    font-weight: bold;
    font-size: 30px;
}



h2 {
    font-size: 50px;
    font-weight: bold;
    font-family: montserrat;
    text-align: center;
}
h3{
    text-align: start;
    font-family: montserrat;
    font-weight: bold;
    font-size: 30px;
}

h5 {
    font-size: 30px;
    font-weight: bold;
    font-family: montserrat;
    text-align: center;
    margin: 0;
}

.buchungspolitik p{
    text-align: center;
    font-size: 18px;
    padding-left: 80px;
    padding-right: 80px;
    margin-bottom: 100px;
}

.buchungspolitik p2{
    text-align: center;
    font-size: 18px;
    padding-left: 80px;
    padding-right: 80px;
    margin-bottom: 100px;
}


h6{
    font-family: montserrat;
    font-size: 20px;
    font-weight: bold;
}

body {
    padding: 0;
    font-family: montserrat;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    background-color: #000000;
    max-width: 100%;
}





@media screen and (max-width: 768px) {


    .card {
        margin-left: 0;
        margin-right: 0;
    }

}

/* Für Geräte mit einer Bildschirmbreite von weniger als 600px */
@media (max-width: 600px) {


    .button {
        font-size: 14px;
        padding: 8px 16px;
    }

    /* Ändere das Styling für das Hauptinhalt-Element */
    main {
        padding: 10px;
    }

    h1 {
        font-size: 36px;
    }

    .card {
        width: 100%;
        margin: 0;
    }

    .card img {
        width: 100%;
        margin: 20px 0;
        float: none;
    }
}
/* mobile Geräte */
@media only screen and (max-width: 768px) {
    header {
        padding: 10px;
        height: auto;
        width:auto;
    }

    header img {
        height: 50px;
        margin-right: auto;
        margin-left: 10px;
    }

    nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: black;
        padding: 10px 0;
        text-align: center;
        z-index: 1;
    }

    nav ul {
        flex-direction: column;
    }

    nav li {
        margin: 10px 0;
    }

    nav a {
        font-size: 14px;
        margin: 0;
        color: white;
        display: block;
        padding: 10px 0;
    }

    .button {
        margin-top: 10px;
    }

    .menu-icon {
        display: block;
        position: absolute;
        top: 20px;
        right: 20px;
        cursor: pointer;
        z-index: 2;
    }

    .menu-icon .navicon {
        width: 18px;
        height: 2px;
        background-color: white;
        display: block;
        position: relative;
        transition: background-color 0.3s ease;
    }

    .menu-icon .navicon:before,
    .menu-icon .navicon:after {
        width: 100%;
        height: 100%;
        background-color: white;
        display: block;
        content: "";
        position: absolute;
        left: 0;
        transition: transform 0.3s ease;
    }

    .menu-icon .navicon:before {
        top: -6px;
    }

    .menu-icon .navicon:after {
        top: 6px;
    }

    .menu-icon.active .navicon {
        background-color: transparent;
    }

    .menu-icon.active .navicon:before {
        transform: rotate(45deg);
        top: 0;
    }

    .menu-icon.active .navicon:after {
        transform: rotate(-45deg);
        top: 0;
    }

    .menu-icon.active ~ nav {
        display: block;
    }
}



#TitelbildL {
    position: relative;
    margin-bottom: 100px;
    height: 600px;
}

#TitelbildL h1 {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 50px;
    color: white;
    text-shadow: 2px 2px 10px grey;
}

#TitelbildL .titelbildunterschrift {
    position: relative;
    top: 45%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    font-size: 20px;
    color: white;
    text-shadow: 0px 0px 200px burlywood;
}



#TitelbildL .background-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("shutterstock_1158042901.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    z-index: -2;
    filter: brightness(50%);
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.3);
}

    @media only screen and (max-width: 768px) {
        #TitelbildL {
            height: 250px;
            margin: 0 auto 50px auto; /* top margin auf 0 setzen */
            padding: 0;
        }

        #TitelbildL h1 {
            font-size: 20px;
            text-align: center;
            text-shadow: 0px 0px 0px white;
        }

        #TitelbildL .titelbildunterschrift {
            font-size: 14px;

            text-align: center;
            text-shadow: 0px 0px 0px white;
        }

        #TitelbildL .background-img {
            background-size: 100% auto;
            background-position: center center;
            background-attachment: scroll;
            padding: 0;
            margin: 0;
        }
    }


h1 {
    margin: 0;
}

section {
    padding: 2em;
}

ul {
    list-style-type: none;
    padding: 0;
}

li {
    padding: 0.5em 0;
}


blockquote {
    border-left: 5px solid white;
    padding-left: 20px;
    margin-left: 0;
    font-size: 40px;
    font-family: montserrat;
}
blockquote p {
    text-shadow: 0px 0px 100px white;
    color: #ffffff;

}


@media only screen and (max-width: 768px) {
    blockquote{
        padding-left: 10px;
        margin-left: 0;
        font-size: 20px;

    }
}


/* === SERVICE SECTION STYLES === */

/* ===== SERVICE SECTION DESKTOP STYLES ===== */
#service {
    padding: 0;
    margin: 20px auto;
    max-width: 1350px;
    color: white;
    font-family: Montserrat, sans-serif;
}

#service ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#service li {
    font-size: 14px;
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
    max-width: 1000px;
    position: relative;

}

#service .price-category {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 30px;
    display: flex;
    flex-direction: row; /* Das hier ist entscheidend */
    justify-content: center;
    gap: 80px;
}


.price-category strong {
    display: inline; /* Stellt sicher, dass strong als Inline-Element behandelt wird */
}


#service .service-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
    width: 100%;
    flex-wrap: wrap;
}

#service .service-title {
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
    text-align: left;
    align-items: center;
}

#service .service-prices {
    display: flex;
    justify-content: center;
    text-align: center;
    gap: 45px;
    width: 165%;
}

#service .service-price {
    font-size: 16px;
    color: #ffffff;
    margin: 0;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 5px 12px;
    border-radius: 12px;
}


#service .appointment-button {
    background-color: #000000;
    font-size: 14px;
    color: #FFFFFF;
    padding: 10px 20px;
    border-radius: 50px;
    transition: all 0.3s ease;
    font-family: Montserrat, sans-serif;
    border: 1px solid white;
    right: 50px;
    margin-left: 50px;
}

#service .appointment-button:hover {
    background-color: white;
    color: black;
    cursor: pointer;
}

.service-image {
    display: flex;
    justify-content: center;
    float: right;
    height: 350px;
    width: auto;
    filter: contrast(120%);
    margin-top: 20px;
}

.service-image img {
    max-width: 100%;
    height: auto;
    filter: contrast(110%);
    box-shadow: 0 0 50px #a69488;
    border-radius: 20px;
}


/* Mobil-Version standardmäßig versteckt */
.mobile-layout {
    display: none;
}

/* Nur auf Mobilgeräten anzeigen */
@media (max-width: 768px) {
    .mobile-layout {
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: 20px;
        color: white;
        font-family: Montserrat, sans-serif;
        background-color: black;
        border-radius: 20px;
    }

    .mobile-image img {
        width: 100%;
        height: auto;
        border-radius: 20px;
        box-shadow: 0 0 30px #a69488;
    }

    .mobile-title {
        font-size: 22px;
        font-weight: bold;
        text-align: center;
        margin-bottom: -20px;
    }

    .mobile-desc {
        text-align: center;
        font-size: 14px;
        opacity: 0.9;
    }

    .mobile-price-categories {
        display: flex;
        justify-content: center;
        gap: 50px;
        font-weight: bold;
        font-size: 16px;
    }

    .mobile-prices {
        display: flex;
        justify-content: center;
        gap: 30px;
        font-size: 16px;
    }

    .mobile-prices .price {
        background: rgba(255, 255, 255, 0.1);
        padding: 6px 12px;
        border-radius: 12px;
        font-size: 14px;
    }

    .mobile-button {
        display: flex;
        justify-content: center;
        margin-top: 10px;
        margin-bottom: 50px;
    }

    .mobile-button button {
        padding: 10px 24px;
        border: 1px solid white;
        border-radius: 50px;
        background-color: transparent;
        color: white;
        font-size: 14px;
        transition: 0.3s ease;
    }

    .mobile-button button:hover {
        background-color: white;
        color: black;
    }

    /* Desktop-Ansicht ausblenden */
    #service > ul,
    #service > li,
    .service-row,
    .service-image {
        display: none;
    }

    #service .price-category{
        display: none;
    }
}


#menu-container{
    display: none;
}


    #service2 {
    display: flex;
    align-items: center;
        margin-bottom: 50px;
        width: 1350px;
}

.service2-image {
    flex: 1;
    padding-left: 100px;

}

.service2-image img {
    height: 350px;
    width: auto;
    filter: contrast(120%);
    box-shadow: 0 0 40px #dec9bd;
}


#service2 li {
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 100px;
    max-width: 1000px;
    position: relative; /* Add position relative to the parent li element */
    right: -500px;
    top: -300px;
}

#service2 li a {
    font-size: 14px;
    color: white;
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: -10px;
}

#service2 .service-price2 {
    font-size: 18px;
    color: #ffffff;
    position: absolute; /* Add position absolute to the price element */
    bottom: -10px; /* Position the price element at the bottom of the parent li element */
    right: -20px; /* Position the price element 20 pixels from the right of the parent li element */
    text-align: right; /* Align the text to the right */
    width: 50%; /* Set a width of 50% to the price element */
    font-family: montserrat;
}

.appointment-button2 {
    background-color: #ffffff;
    font-family: montserrat;
    font-size: 12px;
    color: #000000;
    padding: 10px 20px;
    border-radius: 50px;
    transition: all 0.3s ease;
    position: absolute;
    top: -30px;
    right: -800px;
    transform: translateY(-50%);
}

.appointment-button2:hover {
    background-color: black;
    color: white;
    cursor: pointer;
    border: 2px solid white;
}


@media only screen and (max-width: 767px) {

    #service2 {
        align-items: center;
        text-align: center;
        margin-top: 50px;
        margin-bottom: 0px;
        padding: 0;
        padding-top: 100px;
    }

    #service2 li {
        font-size: 20px;
        flex-direction: column;
        white-space: nowrap;
        text-align: center;
        margin-bottom: -50px;
        left: 0;
        right: 20%;
        top: 0px;
        margin-right: 0;
        max-width: none;
    }

    #service2 li a {
        font-size: 14px;
        float: bottom;
        margin-bottom: 10px;
        position: static;
        left: 0;
        bottom: 0;
    }

    #service2 .service-price2 {
        font-size: 14px;
        width: auto;
        position: static;
        margin-top: 0px;
        text-align: left;
    }

    .service2-image {
        align-items: center;
        height: auto;
        width: 100%;
        margin: auto;
        padding: 0;
        filter: contrast(100%);
        left: 0;
        right: 20%;
        flex: 0;
        padding: 0;
        padding-top: 150px;
    }

    .service2-image img {
        width: 300px;
        height: auto;
    }

    .appointment-button2 {
        font-size: 10px;
        left: 0;
        position: relative;
        margin-top: 50px;
        margin-bottom: 20px;
    }


}


#service3{
    margin-left: 100px;
    margin-top: -300px;
    margin-bottom: 100px;
}

#service3 li{
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    max-width: 1000px;
    position: relative; /* Add position relative to the parent li element */

}

#service3 li span{
    font-size: 14px;
    color: white;
    position: absolute; /* Add position absolute to the child a element */
    bottom: 0; /* Position the a element at the bottom of the parent li element */
    left: 0; /* Position the a element at the left of the parent li element */
    margin-bottom: -10px;
}

#service3 .service-price{
    font-size: 18px;
    color: #ffffff;
    position: absolute; /* Add position absolute to the price element */
    bottom: 0; /* Position the price element at the bottom of the parent li element */
    right: 0; /* Position the price element 20 pixels from the right of the parent li element */
    text-align: left; /* Align the text to the right */
    width: 50%; /* Set a width of 50% to the price element */
}




#service3 .appointment-button {
    background-color: #ffffff;
    font-size: 12px;
    left: -50px;
    color: #000000;
    padding: 10px 20px;
    border-radius: 50px;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

#service3 .appointment-button:hover {
    background-color: black;
    color: white;
    cursor: pointer;
    border: 2px solid white;
}

.service3-image {
    display: flex;
    justify-content: center;
    float: right;
    height: 700px;
    width:auto;
    filter: contrast(140%);
}

.service3-image img {
    max-width: 100%;
    height: auto;
    box-shadow: 0px 0px 30px #ebddd5;
}


@media only screen and (max-width: 767px) {

    #service3{
        align-items: center;
        padding: 0;
        text-align: center;
        margin-left: 0px;
        margin-top: 0;
        margin-bottom: 0px;
        height: 1700px;
    }
    #service3 li {
        font-size: 20px;
        flex-direction: column;
        white-space: nowrap;
        text-align: center;
        padding: 20px;
        margin: 0;
        margin-bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        max-width: 100%;
    }

    #service3 li span {
        font-size: 14px;
        word-wrap: break-word;
        float: bottom;
        margin-bottom: 10px;
        padding-right: 10px;
        padding-left: 10px;
        position: static;
        left: 0;
        bottom: 0;
    }

    #service3 .service-price {
        font-size: 14px;
        width: auto;
        right: 30px;
        position: static;
        margin-top: 10px;
        text-align: left;
    }

    .service3-image {
        display: block;
        float: none;
        height: auto;
        margin: 0 auto;
    }
    .service3-image img {
        width: 300px;
        height: auto;
        box-shadow: 0px 0px 30px #ebddd5;
    }

    #service3 .appointment-button {
        position: relative;
        display: block;
        text-align: center;
        font-size: 10px;
        margin-top: 10px;
        margin-bottom: 20px;
        margin-right: 0;
        left: 0;

    }

}


#service4 {
    display: flex;
    align-items: center;
    margin-bottom: -280px;

}

.service4-image {
    flex: 1;
    margin-left: 100px;
}

.service4-image img {
    height: 400px;
    width: auto;
    filter: brightness(0.8) contrast(1.4);
    box-shadow: 0px 0px 50px #ebddd5;
}


#service4 li {
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 150px;
    max-width: 1000px;
    position: relative; /* Add position relative to the parent li element */
    right: -500px;
    top: -350px;
}

#service4 li a {
    font-size: 14px;
    color: white;
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: -10px;
}
#service4 li a2 {
    font-size: 14px;
    color: white;
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: -35px;
}

#service4 .service-price4 {
    font-size: 18px;
    color: #ffffff;
    position: absolute; /* Add position absolute to the price element */
    bottom: -10px; /* Position the price element at the bottom of the parent li element */
    right: -250px; /* Position the price element 20 pixels from the right of the parent li element */
    text-align: right; /* Align the text to the right */
    width: 50%; /* Set a width of 50% to the price element */
}

.appointment-button4 {
    background-color: #ffffff;
    font-size: 12px;
    color: #000000;
    padding: 10px 20px;
    border-radius: 50px;
    transition: all 0.3s ease;
    position: absolute;
    top: -30px;
    right: -900px;
    transform: translateY(-50%);
}

.appointment-button4:hover {
    background-color: black;
    color: white;
    cursor: pointer;
    border: 2px solid white;
}

@media only screen and (max-width: 767px) {

    #service4 {
        margin-left: 0;
        margin-right: 0;
        margin-top: 700px;
        max-width: 100%; /* Maximale Breite des Segments */
        text-align: center;
        margin-bottom: 0;
    }

    #service4 li {
        font-size: 20px;
        flex-direction: column;
        white-space: inherit;
        text-align: center;
        margin-bottom: 0;
        left: 0;
        right: 20%;
        top: 0px;
        margin-right: 0;
        margin-left: 0;
        max-width: none;
    }

    #service4 li a {
        font-size: 14px;
        float: bottom;
        margin-bottom: 10px;
        position: static;
        left: 0;
        bottom: 0;
    }
    #service4 li a2 {
        font-size: 14px;
        float: bottom;
        margin-bottom: 10px;
        position: static;
        left: 0;
        bottom: 0;
    }

    #service4 .service-price4 {
        font-size: 14px;
        width: auto;
        position: static;
        margin-top: 0px;
        text-align: left;
        padding: 10px;
    }

    .service4-image {
        align-items: center;
        height: auto;
        margin: auto;
        padding: 0;
        filter: contrast(100%);
        left: 0;
        right: 20%;
        flex: 0;
        padding: 0;
    }

    .service4-image img {
        max-width: 300px;
        height: auto;
        margin-left: 0;
        left: 0;
        margin-bottom: 20px
        box-shadow: 0px 0px 30px #ebddd5;

    }

    .appointment-button4 {
        left: 0;
        position: relative;
        margin-top: 50px;
        margin-bottom: 20px;
    }
}



#service5{
    margin-left: 100px;
    margin-bottom: 200px;
}

#service5 li{
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    max-width: 1000px;
    bottom: 0;
    position: relative; /* Add position relative to the parent li element */

}

#service5 li span{
    font-size: 14px;
    color: white;
    position: absolute; /* Add position absolute to the child a element */
    bottom: 0; /* Position the a element at the bottom of the parent li element */
    left: 0; /* Position the a element at the left of the parent li element */
    margin-bottom: -10px;
}

#service5 .service-price5{
    font-size: 18px;
    color: #ffffff;
    position: absolute; /* Add position absolute to the price element */
    bottom: 0; /* Position the price element at the bottom of the parent li element */
    right: -50px; /* Position the price element 20 pixels from the right of the parent li element */
    text-align: left; /* Align the text to the right */
    width: 50%; /* Set a width of 50% to the price element */
}




#service5 .appointment-button5 {
    background-color: #ffffff;
    font-size: 12px;
    color: #000000;
    padding: 10px 20px;
    border-radius: 50px;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    left: -100px;
    top: 0px;
}

#service5 .appointment-button5:hover {
    background-color: black;
    color: white;
    cursor: pointer;
    border: 2px solid white;
}

.service5-image {
    display: flex;
    justify-content: center;
    float: right;
    height: 400px;
    width:auto;
    filter: contrast(120%);
}

.service5-image img {
    max-width: 100%;
    height: auto;
    box-shadow: 0px 0px 50px #ebddd5;
}

@media only screen and (max-width: 767px) {

    #service5{
        align-items: center;
        text-align: center;
        margin-left: -60px;
        margin-top: 0;
        margin-bottom: 0px;
        padding: 0;
    }
    #service5 li {
        font-size: 20px;
        flex-direction: column;
        white-space: nowrap;
        text-align: center;
        margin-bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        margin-right: 0;
        max-width: none;
        margin-left: 50px;
    }

    #service5 li span {
        font-size: 13px;
        float: bottom;
        margin-bottom: 10px;
        position: relative;
        left: 0;
        bottom: 0;
    }


    #service5 .service-price5 {
        font-size: 14px;
        width: auto;
        position: static;
        margin-top: 0px;
        text-align: left;
        padding: 10px;
    }

    .service5-image {
        display: block;
        float: none;
        height: auto;
        margin-left: 60px;
        margin-right: 0;
    }
    .service5-image img {
        width: 300px;
        height: auto;
        margin-bottom: 30px;
        box-shadow: 0px 0px 30px #ebddd5;
    }

    .appointment-button5 {
        position: relative;
        margin-left: 200px;
        display: block;
        text-align: center;
        font-size: 10px;
        margin-top: 10px;
        margin-bottom: 20px;

    }

}




#service6 {
    display: flex;
    align-items: center;
    margin-bottom: -280px;

}

.service6-image {
    flex: 1;
    margin-left: 100px;
}

.service6-image img {
    height: 300px;
    width: auto;
    filter: contrast(140%);
    box-shadow: 0px 0px 50px #9b9b9b;
}


#service6 li {
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
    max-width: 1000px;
    position: relative; /* Add position relative to the parent li element */
    right: -600px;
    top: -300px;
}

#service6 li a {
    font-size: 14px;
    color: white;
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: -10px;
}


#service6 .service-price6 {
    font-size: 18px;
    color: #ffffff;
    position: absolute; /* Add position absolute to the price element */
    bottom: -10px; /* Position the price element at the bottom of the parent li element */
    right: -50px; /* Position the price element 20 pixels from the right of the parent li element */
    text-align: right; /* Align the text to the right */
    width: 50%; /* Set a width of 50% to the price element */
}

.appointment-button6 {
    background-color: #ffffff;
    font-size: 12px;
    color: #000000;
    padding: 10px 20px;
    border-radius: 50px;
    transition: all 0.3s ease;
    position: absolute;
    top: -30px;
    right: -800px;
    transform: translateY(-50%);
}

.appointment-button6:hover {
    background-color: black;
    color: white;
    cursor: pointer;
    border: 2px solid white;
}

@media only screen and (max-width: 767px) {

    #service6 {
        align-items: center;
        text-align: center;
        margin-top: 50px;
        padding: 0;
        margin-bottom: 100px;
    }

    #service6 li {
        font-size: 20px;
        flex-direction: column;
        white-space: nowrap;
        text-align: center;
        margin-bottom: -20px;
        left: 0;
        right: 0;
        top: 0px;
        margin-right: 0;
        max-width: none;
    }

    #service6 li a {
        font-size: 14px;
        float: bottom;
        margin-bottom: 10px;
        position: static;
        left: 0;
        bottom: 0;
    }

    #service6 .service-price6 {
        font-size: 14px;
        width: auto;
        position: static;
        margin-top: 0px;
        text-align: left;
    }

    .service6-image {
        display: block;
        float: none;
        height: auto;
        width: 100%;
        margin-left: 0;
        margin-right: 100px;
        margin-bottom: 20px;
        left: 0;
        right: 20%;
    }
    .service6-image img {
        width: 100%;
        height: auto;
        box-shadow: 0px 0px 30px #9b9b9b;
    }

    .appointment-button6 {
        left: 0;
        position: relative;
        margin-top: 50px;
        margin-bottom: 20px;
    }
}

#service7{
    margin-left: 100px;
    margin-bottom: 200px;
}

#service7 li{
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    max-width: 1000px;
    bottom: -20px;
    position: relative; /* Add position relative to the parent li element */

}

#service7 li span{
    font-size: 14px;
    color: white;
    position: absolute; /* Add position absolute to the child a element */
    bottom: 0; /* Position the a element at the bottom of the parent li element */
    left: 0; /* Position the a element at the left of the parent li element */
    margin-bottom: -10px;
}

#service7 .service-price7{
    font-size: 18px;
    color: #ffffff;
    position: absolute; /* Add position absolute to the price element */
    bottom: 0; /* Position the price element at the bottom of the parent li element */
    right: -50px; /* Position the price element 20 pixels from the right of the parent li element */
    text-align: left; /* Align the text to the right */
    width: 50%; /* Set a width of 50% to the price element */
}




#service7 .appointment-button7 {
    background-color: #ffffff;
    font-size: 12px;
    color: #000000;
    padding: 10px 20px;
    border-radius: 50px;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    left: -50px;
    top: 0px;
}

#service7 .appointment-button7:hover {
    background-color: black;
    color: white;
    cursor: pointer;
    border: 2px solid white;
}

.service7-image {
    display: flex;
    justify-content: center;
    float: right;
    height: 350px;
    margin-right: 20px;
    width:auto;

}

.service7-image img {
    max-width: 100%;
    height: auto;
    filter: contrast(150%);
    box-shadow: 0px 0px 60px #d0aa94;
}


@media only screen and (max-width: 767px) {

    #service7{
        align-items: center;
        text-align: center;
        margin-left: 0;
        margin-top: 50px;
        margin-bottom: 500px;
        height: 600px;
        padding: 0;
    }
    #service7 li {
        font-size: 18px;
        flex-direction: column;
        white-space: nowrap;
        text-align: center;
        margin-bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        margin-right: 0;
        max-width: 100%;
    }

    #service7 li span {
        font-size: 14px;
        float: bottom;
        margin-bottom: 10px;
        position: static;
        left: 0;
        bottom: 0;
    }

    #service7 .service-price7 {
        font-size: 14px;
        width: auto;
        position: static;
        margin-top: 20px;
        text-align: left;
    }

    .service7-image {
        display: block;
        float: none;
        height: auto;
        width: 100%;
        margin-left: 0;
        margin-right: 100px;
        margin-bottom: 20px;
        left: 0;
        right: 20%;
    }
    .service7-image img {
        width: 100%;
        height: auto;
        box-shadow: 0px 0px 40px #d0aa94;
    }

    #service7 .appointment-button {
        position: relative;
        margin-left: 200px;
        display: block;
        text-align: center;
        font-size: 10px;
        margin-top: 0;
        margin-bottom: 20px;


    }

}


img {
    max-width: 100%;
    height: auto;
}



footer {
    background-color: black;
    color: white;
    padding-right: 200px;
    padding-left: 200px;
    padding-bottom: 0;


}

LogoFußzeile{
    width: 100px;
    height: auto;
}

LogoFußzeileM{
    display: none;
}

#Navigation {
    position: relative;
    display: inline-block;
    vertical-align: top; /* added property */
    right: -500px;
    top: -140px;
}

#Navigation a {
    font-size: 16px;
    position: relative;
    color: white;
    margin-bottom: 20px;
    top: -20px;
    transition: all 0.3s ease 0.2s;
    z-index: 2;
}

#Navigation a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: white;
    transition: width 0.3s ease;
}

#Navigation a:hover::after {
    width: 100%;
}

#weiterelinks {
    position: relative;
    display: inline-block;
    vertical-align: top;
    top: -140px;
    right: -700px;
    transition: all 0.3s ease 0.2s;
    z-index: 0;
}

#weiterelinks a {
    position: relative;
    font-size: 16px;
    color: white;
    top: -20px;
}

#weiterelinks a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: white;
    transition: width 0.3s ease, left 0.3s ease;
}

#weiterelinks a:hover::after {
    width: 100%;
}

#Telefon{
    margin-bottom: 0px;
    padding: 0;
    margin-left: 10px;
}
.phone-number img{
    transform: rotate(270deg);
    width: 30px;
    height: auto;
}


.phone-number {
    position: relative;
}

.phone-number a {
    color: white;
    position: absolute;
    bottom: 10px;
    left: 50px;
    margin-left: 8px;
    font-size: 16px;
    font-family: montserrat;
}

#Email{
    margin-bottom: 120px;
    padding: 0;
    margin-top: 20px;
}


.EmailInfo {
    position: relative;
    padding: 0;
}

.EmailInfo img{
    position: relative;
    width: 40px;
    height: auto;
}

.EmailInfo a {
    color: white;
    position: absolute;
    bottom: 18px;
    left: 50px;
    margin-left: 20px;
    font-size: 16px;
    font-family: montserrat;
}



#Adresse {
    margin-top: -100px;
}

.AdresseInfo {
    display: flex;
    align-items: center;
    padding: 0;
}

.AdresseInfo img {
    margin-right: 10px;
}

.AdresseInfo a {
    color: white;
    font-size: 16px;
    font-family: montserrat;
    display: flex;
    align-items: center;

}

.Adresstext {
    display: flex;
    flex-direction: column;
}

.Adresstext span {
    margin-bottom: 5px;
    margin-left: 15px;
    text-align: left;
}


#Öffnungszeiten{
    margin-top: 30px;
    margin-left: 5px;
    margin-bottom: -400px;

}

.ÖffnungszeitenInfo {
    position: relative;
    padding: 0;
    top: -20px;
    left: -38px;
}

.ÖffnungszeitenInfo p {
    padding-left: 50px;
    margin-left: 20px;
    font-size: 16px;
    margin-top: 0;
}

.ÖffnungszeitenInfo img{
    float: left;
    margin-right: 10px; /* Abstand zwischen dem Icon und dem Text */
    margin-top: 50px;
}




.LogoFußzeile{
    width: 300px;
    height: auto;
    margin-bottom: 80px;
}

.LogoFußzeileM{
    display: none;
}


h7{
    position: relative;
    font-size: 30px;

}


#weiterelinksM{
    display: none;
}


#socialmedia {
    position: relative;
    display: inline-block;
    vertical-align: top; /* added property */
    right: -440px;
    top: 100px;
}

#socialmedia a {
    position: relative;
    color: white;
    margin-bottom: 20px;
    top: 0px;
    transition: all 0.3s ease 0.2s;
    z-index: 2;
}

div.copyright {
    display: contents;
    font-size: 12px;
    text-align: center;
    padding: 10px;
    background-color: black;
    color: white;
    margin-top: 200px;
    margin-bottom: 0;
}
.phone-numberM{
    display: none;
}
#EmailM{
    display: none;
}

.EmailInfoM{
    display: none;
}

.LogoFußzeileM{
    display: none;
}
@media only screen and (max-width: 767px) {
    footer {
        margin: 0;
        padding: 20px;
        height: 790px;
    }


    LogoFußzeile{
        display: none;
    }



    .phone-numberM, .EmailInfoM {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 90px;

    }

    .phone-numberM {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: -20px;
        margin-top: 20px;
    }


    .phone-numberM a, .EmailInfoM a{
        display: flex;
        text-align: center;
        align-items: center;
        justify-content: center;
        margin-bottom: 30px;
        color: white;
        font-size: 12px;
    }
    .phone-numberM img,
    .EmailInfoM img {
        margin-right: 10px;
        height: 20px;
        width: auto;
        vertical-align: middle; /* Vertikal zentrieren */
    }

    #Telefon{
        display: none;
    }

    #Email{
        display: none;
    }

    #Navigation{

        display: none;
    }


    #weiterelinks {
        display: none;
    }


    h7{
        display: none;
    }

    #weiterelinksM {
        display: flex;
        justify-content: center; /* Zentriert die Elemente horizontal */
        align-items: center; /* Zentriert die Elemente vertikal */
        font-size: 8px; /* Kleiner machen */
        opacity: 0.7; /* Unauffälliger machen */
    }

    #weiterelinksM a {
        margin-right: 20px; /* Abstand zwischen den Links */
        color: #FFFFFF;
        font-size: 8px;
    }



    #socialmedia {
        display: block;
        position: static;
        margin: 0;
        text-align: center;
        padding: 0;
    }

    #socialmedia img {
        width: 20px;
        height: auto;
    }

    #socialmedia h7 {
        display: block;
        font-size: 18px;
    }
    #socialmedia hr{
        width: 100px;
    }
    .copyright {
        text-align: center;
    }

    .EmailInfo a
    {
        margin: 10px auto;
        font-size: 12px;
        left: 0;
        bottom: 0;
        text-align: center;
    }
    .AdresseInfo {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .AdresseInfo span {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 0px;
        text-align: center;
        margin-right: 0;
        margin-left: 0;
    }

    .AdresseInfo a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        margin-top: 0px;
        text-align: center;
        margin-right: 0;
        margin-left: 0;
    }

    .AdresseInfo img {
        align-items: center;
        margin-bottom: 10px;
        width: 30px;
        height: auto;
        margin-right: 0;
        margin-left: 0;
    }

    .phone-number a img,
    .EmailInfo a img{
        display: block;
        margin: 0 auto;
        float: left;
        margin-bottom: 10px;
    }




    #Öffnungszeiten{
        margin-bottom: 0px;
        margin-left: 0;
        padding: 20px;
        margin-top: 0;
    }

    .ÖffnungszeitenInfo {
        text-align: center;
        left: 0;
    }

    .ÖffnungszeitenInfo img {
        float: none;
        width: 20px;
        height: auto;
        margin-right: 0;
        margin-top: 20px;
    }

    .ÖffnungszeitenInfo p {
        padding-left: 0;
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 20px;
        font-size: 12px;
        align-items: center;
    }

    .LogoFußzeileM{
        display: block;
        width: 200px;
        height: auto;
        margin: 0 auto; /* horizontale Zentrierung */
    }

    .LogoFußzeile{
        display: none;

    }

    div.copyright {
        display: contents;
        font-size: 10px;
        text-align: center;
        padding: 10px;
        background-color: black;
        color: white;
        margin-top: 20px;
        margin-bottom: -300px;
    }
}








@media only screen and (max-width: 768px) {
    header {
        padding: 10px;
        height: auto;
        width:auto;
    }

    header img {
        height: 50px;
        margin-right: auto;
        margin-left: 10px;
    }

    nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: black;
        padding: 10px 0;
        text-align: center;
        z-index: 1;
    }

    nav ul {
        flex-direction: column;
    }

    nav li {
        margin: 10px 0;
    }

    nav a {
        font-size: 14px;
        margin: 0;
        color: white;
        display: block;
        padding: 10px 0;
    }

    .button {
        margin-top: 10px;
    }

    .menu-icon {
        display: block;
        position: absolute;
        top: 20px;
        right: 20px;
        cursor: pointer;
        z-index: 2;
    }

    .menu-icon .navicon {
        width: 18px;
        height: 2px;
        background-color: white;
        display: block;
        position: relative;
        transition: background-color 0.3s ease;
    }

    .menu-icon .navicon:before,
    .menu-icon .navicon:after {
        width: 100%;
        height: 100%;
        background-color: white;
        display: block;
        content: "";
        position: absolute;
        left: 0;
        transition: transform 0.3s ease;
    }

    .menu-icon .navicon:before {
        top: -6px;
    }

    .menu-icon .navicon:after {
        top: 6px;
    }

    .menu-icon.active .navicon {
        background-color: transparent;
    }

    .menu-icon.active .navicon:before {
        transform: rotate(45deg);
        top: 0;
    }

    .menu-icon.active .navicon:after {
        transform: rotate(-45deg);
        top: 0;
    }

    .menu-icon.active ~ nav {
        display: block;
    }
    .header {
        position: relative;
        display: block;
        margin-bottom: -100px;

    }

    .menu {
        display: none;
        list-style-type: none;
        margin: 0;
        padding: 0;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }


    #welcome-section.menu-open {
        transform: translateY(50%);

    }



    .menu.showing {
        display: block;
        background-color: #000000;
        z-index: 999;
        left: 0;
        right: 0;
        text-shadow: 0px 0px 20px white;
    }



    .menu.showing a {
        display: block;
        font-size: 10px;
        color: white;
        text-shadow: 0px 0px 0px white;
    }


    .menu li {
        flex-grow: 1;
        text-align: center;
    }

    .menu hr{
        width: 200px;
        margin: 0 auto;
    }

    .hr hr{
        width: 100%;
    }
    .menu a {
        display: block;
        padding: 10px;
        color: white;
        text-decoration: none;
        font-weight: bold;
        text-align: center;
    }


    .menu.showing + .welcome-area {
        margin-bottom: 200px;
        transform: translate(-50%, -50%);
    }


    #welcome-area {
        display: block;
        filter: brightness(60%) contrast(120%);

    }

    .welcome-areaText {
        position: absolute;
        display: block;
        top: 29%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        color: white;
        z-index: 1;
        width: 80%;
        max-width: 600px;
    }

    .welcome-areaText h1 {
        font-size: 14px;
    }

    .welcome-areaText p {
        font-size: 8px;
    }

    .buttonWM {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 120%;
        background-color: #ffffff;
        font-size: 8px;
        color: #000000;
        padding: 5px 10px;
        border-radius: 50px;
        transition: all 0.3s ease;
    }



    .Willkommen:not(.menu-showing) {
        margin-bottom: 100px;
    }



    .menu li {
        display: block;

    }

    .menu li a {
        display: block;
        padding: 10px;
        color: #333;
        text-decoration: none;
        margin-bottom: 0;
    }

    /* Desktop-Navigation ausblenden */
    nav ul {
        display: none;
    }
    .navmobile {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        z-index: 9999;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 80px; / Platz für das Logo */
    margin-bottom: 0;
    }
    .button {
        display: none;
    }

    /* Hamburger-Menü-Links */
    .navmobile a {
        display: block;
        font-size: 1.25em;
        margin: 1em 0;
        color: #fff;
        text-decoration: none;
    }

    /* Hamburger-Menü-Links beim Hover */
    .navmobile a:hover {
        color: #fff;
    }

    /* Hamburger-Icon bei Hover */
    .menu-icon:hover i {
        color: #fff;
    }

    /* Desktop-Logo im Hamburger-Menü ausblenden */
    .navmobile .logo {
        display: none;
    }

    /* Logo im Hamburger-Menü */
    .navmobile .logo-mobile {
        display: block;
        margin-bottom: 2em;
        font-size: 1.5em;
        color: #fff;
        text-align: center;
    }

    /* Navigation anzeigen, wenn das Hamburger-Menü geöffnet ist */
    nav.showing ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin-top: 50px;
    }

    nav.showing ul li {
        margin: 1em 0;
    }
    header {
        flex-direction: column;
        align-items: flex-start;
    }

    nav ul {
        margin-top: 20px;
        flex-wrap: wrap;
    }

    nav li {
        margin-left: 0;
        margin-right: 30px;
        margin-bottom: 10px;
    }
    header {
        height: auto;
        padding: 10px;
    }

    header img {
        height: 50px;
    }

    nav ul {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: black;
        flex-direction: column;
        text-align: center;
        z-index: 1;
    }

    nav li {
        margin: 10px 0;
    }

    nav a {
        margin: 0;
        font-size: 24px;
        display: block;
        padding: 10px 0;
        border-bottom: 1px solid white;
    }

    .button {
        font-size: 14px;
        padding: 8px 16px;
    }
}