        body {
            font-family: Arial, sans-serif;
            margin: 0;
            padding: 0;
            background-color: #f4f4f9;
            color: #4a6e37;
            padding-top: 60px;
            box-sizing: border-box;
        }

        header {
            background-color: #4a6e37;
            color: white;
            padding: 5vh 0;
            text-align: center;
        }

        header h1 {
            margin: 0;
            font-size: 3vw;
        }

        /* Slideshow */
        .hero-image {
            width: 100%;
            height: 500px;
            overflow: hidden;
        }

        .hero-image picture,
        .hero-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            /* oder 'contain', wenn das ganze Bild sichtbar sein soll */
            display: block;
        }



        /* Navigation Pfeile */
        .prev,
        .next {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            font-size: 2rem;
            color: white;
            background-color: rgba(0, 0, 0, 0.5);
            padding: 10px;
            cursor: pointer;
            z-index: 100;
        }

        .prev {
            left: 10px;
        }

        .next {
            right: 10px;
        }

        nav {
            background-color: #f0f0f0;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 1000;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 1rem 2rem;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            box-sizing: border-box;
        }

        .logo {
            display: flex;
            align-items: center;
        }

        .logo img {
            height: 40px;
            margin-right: 10px;
        }

        nav a {
            color: #4a6e37;
            margin: 0 1rem;
            text-decoration: none;
            font-size: 1.2rem;
        }

        nav a:hover {
            color: #6f9b4f;
        }

        section {
            padding: 5vw 5%;
            text-align: center;
        }

        section h2 {
            font-size: 2rem;
        }

        .cta {
            background-color: #6f9b4f;
            color: white;
            padding: 1rem 2rem;
            font-size: 1.2rem;
            margin-top: 2rem;
            display: inline-block;
            text-decoration: none;
        }

        .cta:hover {
            color: #ecf0f1;
        }

        footer {
            background-color: #f0f0f0;
            color: #4a6e37;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 1rem 2rem;
            text-align: left;
        }

        footer a {
            color: #4a6e37;
            text-decoration: none;
            margin: 0 1rem;
        }

        footer a:hover {
            color: #6f9b4f;
        }

        /*gallery*/
        /* Der Bändiger: Verhindert, dass das Design auf großen Monitoren sprengt */
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        section {
            padding: 60px 0;
            /* Gleichmäßiger Abstand zwischen den Sektionen */
        }

        /* Gallery Fix: Einheitliches Grid ohne Überlaufen */
        .gallery-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
            gap: 20px;
            margin-top: 30px;
        }

        .gallery-item {
            aspect-ratio: 3 / 2;
            overflow: hidden;
            border-radius: 12px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        }

        .gallery-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            transition: transform 0.3s ease;
        }

        .gallery-item img:hover {
            transform: scale(1.08);
        }

        .room-icon {
            font-size: 2.5rem;
            color: #4a6e37;
            margin-bottom: 15px;
            display: block;
        }

        /* Service Boxen Angleichung */
        .service {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 20px;
            margin-top: 40px;
        }

        .service-card {
            background: white;
            padding: 30px;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
            width: auto !important;
            /* Überschreibt alte feste Breiten */
        }

        /* Styling für den Mews-Button, damit er wie dein bisheriger CTA aussieht */
        .distributor {
            background-color: #2d5a27;
            /* Dein Hotel-Grün */
            color: white;
            border: none;
            padding: 12px 24px;
            border-radius: 5px;
            cursor: pointer;
            font-family: inherit;
            font-size: 1rem;
            transition: background 0.3s ease;
            margin-top: 15px;
        }

        .distributor:hover {
            background-color: #1e3d1a;
            /* Etwas dunkler beim Drüberfahren */
        }

        /*Rooms*/
        .rooms-grid {
            display: grid;
            /* Erzeugt exakt 5 Spalten, solange jede mindestens 200px Platz hat */
            grid-template-columns: repeat(5, 1fr);
            gap: 20px;
            padding: 20px 0;
            width: 100%;
            max-width: 1400px;
            /* Erhöht für 5 Boxen, damit sie nicht zu gequetscht sind */
            margin: 0 auto;
        }

        .room-card {
            background: #ffffff;
            border-radius: 12px;
            padding: 20px 15px;
            /* Etwas kompakter für die 5er Reihe */
            text-align: center;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
            border: 1px solid #eee;
            display: flex;
            flex-direction: column;
            height: 100%;
            justify-content: space-between;
            /* Sorgt dafür, dass die Buttons alle auf einer Höhe sind */
        }

        .room-card:hover {
            transform: translateY(-10px);
            /* Schwebe-Effekt */
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        }

        .room-card h3 {
            font-size: 1.1rem;
            /* Leicht verkleinert, damit Titel nicht umbrechen */
            margin: 10px 0;
        }

        .room-card p {
            font-size: 0.9rem;
            line-height: 1.4;
            margin-bottom: 15px;
            flex-grow: 1;
        }

        .btn-book {
            display: inline-block;
            margin-top: 15px;
            padding: 10px 20px;
            background-color: #2d5a27;
            color: white;
            text-decoration: none;
            border-radius: 5px;
            font-size: 0.9rem;
        }


        /*Boxen für die Singlepage*/
        .page-wrapper {
            display: flex;
            justify-content: center;
            padding: 50px 20px;
            background-color: #f4f7f9;
            /* Heller Hintergrund wie im Bild */
        }

        .info-card {
            background: #ffffff;
            border-radius: 12px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            /* Der weiche Schatten */
            padding: 40px;
            max-width: 800px;
            width: 100%;
            text-align: center;
        }

        .card-title {
            color: #2d5a27;
            /* Das Dunkelgrün aus deinem Screenshot */
            font-size: 2rem;
            margin-bottom: 20px;
        }

        .card-content {
            color: #444;
            line-height: 1.6;
        }

        /* Fix für deine Sitemap-Liste im zentrierten Layout */
        .card-content ul {
            list-style-position: inside;
            padding: 0;
            display: inline-block;
            text-align: left;
        }

        /* Social Media Icons */
        .social-media {
            display: flex;
            align-items: center;
        }

        .social-media a {
            margin: 0 15px;
            font-size: 1.5rem;
            color: #4a6e37;
        }

        .social-media a:hover {
            color: #6f9b4f;
        }

        .service {
            display: flex;
            justify-content: space-around;
            flex-wrap: wrap;
            margin-top: 4rem;
        }

        .service div {
            width: 30%;
            background-color: white;
            margin: 10px;
            padding: 2rem;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            border-radius: 8px;
            box-sizing: border-box;
        }

        .service h3 {
            font-size: 1.5rem;
            margin-bottom: 1rem;
        }

        .service p {
            font-size: 1.1rem;
        }

        .gallery img {
            width: 100%;
            border-radius: 8px;
            margin: 1rem 0;
        }

        /* Details-Element - Stil für "Geschlossene Veranstaltungen" */
        details {
            background-color: #e9ecef;
            border: 1px solid #ddd;
            padding: 10px;
            margin-top: 1rem;
            border-radius: 5px;
        }

        summary {
            font-weight: bold;
            cursor: pointer;
            font-size: 1.1rem;
        }

        summary:hover {
            color: #6f9b4f;
        }

        /* Media Queries für responsive Anpassungen */

        @media (max-width: 1200px) {
            .rooms-grid {
                grid-template-columns: repeat(3, 1fr);
                /* 3 nebeneinander */
            }
        }


        @media (max-width: 768px) {
            .rooms-grid {
                grid-template-columns: repeat(2, 1fr);
                /* 2 nebeneinander */
            }

            header h1 {
                font-size: 5vw;
            }

            .service div {
                width: 45%;
            }

            nav a {
                font-size: 1rem;
            }

            section {
                padding: 8vw 5%;
            }
        }

        @media (max-width: 480px) {
            .rooms-grid {
                grid-template-columns: 1fr;
                /* 1 Box pro Zeile auf dem Handy */
            }

            .service div {
                width: 100%;
            }

            header h1 {
                font-size: 6vw;
            }

            nav a {
                font-size: 0.9rem;
            }

            section h2 {
                font-size: 1.5rem;
            }

            nav {
                flex-direction: column;
            }

            .menu {
                display: none;
            }

            nav.active .menu {
                display: block;
            }

            .menu-icon {
                display: flex;
                flex-direction: column;
                cursor: pointer;
                padding: 10px;
            }

            .menu-icon div {
                width: 25px;
                height: 4px;
                background-color: #4a6e37;
                margin: 4px 0;
            }

            nav.active .menu {
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                width: 100%;
                margin-top: 10px;
            }

        }