

        body {

            margin: 20px 0;

            background: url(images/sb6a.jpg) top;

            font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;

            color: #7f9155;

            line-height: 1.5;

        }

        * { box-sizing: border-box; }

        .container {

            max-width: 840px;

            margin: 0 auto;

            border: solid 8px #8aa06a;

            background: #fff;

        }

        #men {

            text-align: center;

            color: #FFFF00;

            font-family: Arial, Helvetica, sans-serif;

            font-weight: bold;

            font-size: large;

            padding: 10px;

        }

        #men a { color: #FFFF00; text-decoration: none; }

        #men a:hover { text-decoration: underline; }


        #top1 {

            background-color: #a0b070;

            height: 21px;

            position: relative;

        }

        .menu {

            position: relative;

        }

        .menu ul {

            list-style: none;

            display: flex;

            justify-content: center;

            flex-wrap: nowrap;

            padding: 0;

            margin: 0;

            white-space: nowrap;

            height: 33px;

            align-items: center;

        }

        .menu li { position: relative; flex: 1; text-align: center; }

        .menu a {

            display: block;

            color: #fff;

            text-decoration: none;

            background-color: #a0b070;

            font-family: Verdana, sans-serif;

            font-size: 12px;

            padding: 0 10px;

            margin: 1px;

            border: solid 1px #fff;

            line-height: 40px;

            text-align: center;

        }

        .menu a:hover { background-color: #c0d080; }

        .menu ul ul {

            display: none;

            position: absolute;

            top: 100%;

            left: 0;

            width: 130px; /* Gleiche Breite wie original */

            min-width: 130px; /* Verhindert Verkleinerung */

            background: #c0d080; /* Original-Farbe */

            z-index: 1001; /* Immer vorne */

            box-shadow: 0 4px 12px rgba(0,0,0,0.3);

            transition: opacity 0.2s ease; /* Sanftes Aufklappen */

        }

        .menu li:hover ul {

            display: block;

            opacity: 1;

        }

        .menu ul ul:hover {

            display: block; /* Bleibt offen, solange Maus dr&uuml;ber */

        }

        .menu ul ul a {

            pointer-events: auto; /* Hover stabiler */

        }

        .hamburger {

            display: none;

            cursor: pointer;

            color: #fff;

            font-size: 24px;

            position: absolute;

            top: 8px;

            right: 10px;

        }

        #top2 {

            background: url(images/sr44.jpg) center/cover no-repeat #405A00;

            height: 412px;

            position: relative;

            display: flex;

            align-items: center;

            justify-content: center;

            padding: 20px;

        }

        #video {

            width: 100%;

            max-width: 213px;

            height: auto;

            aspect-ratio: 213 / 160;

            z-index: 1;

        }

        #video iframe {

            width: 100%;

            height: 100%;

            border: none;

        }

        #top3 {

            background-color: #a0b070;

            height: 5px;

            border: solid 1px #000;

        }

        #inhalt {

            padding: 20px 45px;

            font-size: 16px;

            line-height: 21px;

        }

        .header-row {

            display: flex;

            justify-content: space-between;

            align-items: center;

            margin-bottom: 20px;

        }

        .header-row h1 {

            margin: 0;

            font-size: 1.3em;

            display: inline;

        }

        .social-icons {

            display: flex;

            align-items: center;

            gap: 10px;

        }

        .social-icons img {

            width: 25px;

            height: auto;

        }

        .content-scroll {

            height: 450px;

            overflow-y: auto;

            overflow-x: hidden;

            padding-right: 20px;

        }

        /* Links im Text ohne blauen Unterstrich, au&szlig;er den drei gew&uuml;nschten */

        #inhalt a {

            color: inherit;

            text-decoration: none;

        }

        #inhalt a:hover {

            color: #fff;

            background: #a0b070;

            text-decoration: underline;

        }

        /* Speziell sichtbar unterstrichen: Buchungsanfrage, info@..., Informationen */

        .underline-link {

            text-decoration: underline !important;

        }

        #fuss1 {

            background: #fff;

            color: #153125;

            text-align: center;

            padding: 15px;

            font-size: 14px;

        }

        #fuss1 a { color: #7f9155; text-decoration: underline; }

        #fuss1 a:hover { background: #a0b070; color: #fff; }

        #fuss2 {

            background: #a0b070;

            color: #fff;

            text-align: center;

            padding: 20px;

            font-size: 14px;

        }

        .cities {

            text-align: center;

            margin-top: 20px;

            font-size: 1.1em;

            white-space: nowrap;

        }

        .cities a {

            margin: 0 8px;

            color: #7f9155;

            text-decoration: none;

        }

        .cities a:hover { text-decoration: underline; }

        /* MOBILE-ANPASSUNGEN */

        @media (max-width: 768px) {

    ul.sub-menu-showprogramm {
        padding-left: 15px !important;
    }

    .content-scroll{
        position: relative;
    }

    .content-scroll::before {
    content: "";
    position: absolute;
    right: 0px;
    top: 0;
    width: 4px;
    height: 120px;
    background: rgb(0 0 0 / 23%);
    border-radius: 10px;
    pointer-events: none;
}


        .menu ul {
        justify-content: inherit;
        align-items: inherit;
    }

    ul.sub-menu-showprogramm.active {
    position: relative !important;
    height: auto !important;
}

        ul.sub-menu-showprogramm li a {
            line-height: normal;
        }

                .menu ul{
                    height: auto;
                }

            #top1 {height: 48px;}

            .menu li {flex: none;}

            .container { border-width: 10px; max-width: 100%; }

            .hamburger { display: block; }

            .menu ul:not(.active) { display: none; }

            .menu ul.active {

                display: flex !important;

                flex-direction: column;

                position: fixed;

                top: 0px;

                left: 0;

                width: 100%;

                height: 100vh;

                background: #ffffff;

                z-index: 999;

                overflow-y: auto;

                box-shadow: 0 4px 12px rgba(0,0,0,0.3);

            }

            .menu ul li a {

                width: 100%;

                margin: 0;

                border: none;

                padding: 10px 20px;

                font-size: 1.1em;

                color: #7f9155;

                background: transparent;

                text-align: left;

                border-bottom: 1px solid #eee;

            }

            .menu ul ul {

                position: static;

                width: 100%;

                background: transparent;

                padding-left: 40px;

            }

            .menu ul ul a {

                color: #7f9155;

                background: transparent;

                padding-left: 20px;

                font-size: 1em;

                border-bottom: none;

            }

            .close-menu {

                    /* display: none; */

                    position: fixed;

                    top: 0;

                    right: 15px;

                    font-size: 32px;

                    font-weight: bold;

                    color: #7f9155;

                    cursor: pointer;

                    z-index: 1000;

                }

            .menu ul.active .close-menu {

                display: block;

            }

            #top2 { height: 300px; padding: 0; position: relative; }

            #video {

                width: 65%;

                max-width: 220px;

                aspect-ratio: 16 / 9;

                position: absolute;

                top: 50%;

                left: 50%;

                transform: translate(-50%, -50%);

                z-index: 1;

            }

            #inhalt { padding: 15px; }

            .header-row { flex-direction: column; align-items: flex-start; gap: 15px; }

            .social-icons { justify-content: flex-end; width: 100%; }

            .content-scroll { height: 500px; }

            .cities { white-space: normal; text-align: center; }

            .cities a { display: inline-block; margin: 5px 8px; }

        }

