        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
            min-height: 100vh;
            /*background: #25282D;*/
	    background-color:#F5F2D5;
            display: flex;
            flex-direction: column;
        }

        main {
            flex: 1;
            display: flex;
            flex-direction: column;
            /* flex-start statt center: die Seite hat einen Kopf, der oben
               sitzen soll. Zentriert stammt aus dem alten Ein-Schirm-Entwurf
               und erzeugt bei kurzem Inhalt Luft ueber der Kopfsektion. */
            justify-content: flex-start;
            align-items: center;
            padding: 0 0 2rem;
        }

        .logo-container {
            margin-bottom: 1.5rem;
            animation: fadeInDown 1s ease-out;
        }

        .logo {
            max-width: 500px;
            width: 100%;
            height: auto;
            border-radius: 12px;
        }

	.bildharald {

		max-width: 500px;
		width: 80%;
		height: auto;
		border-radius: 12px;

	}

        .coming-soon {
            text-align: center;
            padding: 0 2rem;
            animation: fadeInUp 1s ease-out 0.3s both;
        }

        .coming-soon h1 {
            font-family: 'Playfair Display', Georgia, serif;
            font-size: clamp(1.5rem, 3vw, 2rem);
            font-weight: 500;
            /*color: #C9A84C;*/
	    color: black;
            letter-spacing: 0.15em;
            margin-bottom: 1rem;
        }

	.coming-soon h2 {
            font-family: 'Playfair Display', Georgia, serif;
            font-weight: 500;
            /*color: #C9A84C;*/
	    color: black;
            letter-spacing: 0.15em;
	    margin: 0 auto 1rem;
	    max-width: 500px;
	    text-align:center;
            /*margin-bottom: 1rem;*/
        }


        .coming-soon p {
            font-size: 1.1rem;
            font-weight: 300;
            /*color: #B8B8B8;*/
	    color: black;
            max-width: 500px;
            line-height: 1.8;
            margin-bottom: 1rem;
        }

        .coming-soon p strong {
            /*color: #C9A84C;*/
	    color: black;
            font-weight: 500;
        }

        .sorten {
            margin: 1.5rem auto;
            max-width: 540px;
            padding: 1.5rem 1.75rem 1.4rem;
            background: rgba(255, 255, 255, 0.04);
            border: 1px solid rgba(201, 168, 76, 0.3);
            border-radius: 14px;
            display: none;
            position: relative;
        }

        .sorten.visible {
            display: block;
        }

        .sorten-header {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0.9rem;
            margin-bottom: 1rem;
        }

        .sorten-header::before,
        .sorten-header::after {
            content: '';
            flex: 1;
            height: 1px;
            background: linear-gradient(90deg, transparent, rgba(201, 168, 76, 0.5), transparent);
            max-width: 60px;
        }

        .sorten h3 {
            font-family: 'Playfair Display', Georgia, serif;
            font-size: 1.05rem;
            font-weight: 500;
            /*color: #C9A84C;*/
	    color: black;
            letter-spacing: 0.18em;
            text-transform: uppercase;
            margin: 0;
            white-space: nowrap;
        }

        .sorten-header.secondary {
            margin-top: 1.6rem;
        }

        .sorten-header.secondary h3 {
            font-size: 0.9rem;
            /*color: #8A8A8A;*/
	    color: black;
            letter-spacing: 0.16em;
        }

        .sorten-header.secondary::before,
        .sorten-header.secondary::after {
            background: linear-gradient(90deg, transparent, rgba(138, 138, 138, 0.4), transparent);
        }

        .pills {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 0.5rem;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        .pills li {
            font-size: 0.95rem;
            font-weight: 400;
            padding: 0.45rem 1rem;
            border-radius: 999px;
            border: 1.5px solid;
            line-height: 1.2;
        }

        .pills.available li {
            background: #C9A84C;
            border-color: #C9A84C;
            /*color: #25282D;*/
	    color: black;
        }

        .pills.unavailable li {
            background: transparent;
            border-color: rgba(201, 168, 76, 0.25);
            color: #6E6E6E;
        }

        /* Weihnachts-Card: Winternacht - tiefes Blau, Gold, eisiges Weiss.
           Bewusst gesaettigt statt grau, damit es festlich statt trist wirkt. */
        .winter {
            margin: 2.25rem auto;
            max-width: 540px;
            padding: 2rem 1.75rem 1.75rem;
            background: #1B3A5C;
            border-radius: 14px;
            position: relative;
        }

        .winter h3 {
            font-family: 'Playfair Display', Georgia, serif;
            font-size: 1.15rem;
            font-weight: 500;
            color: #C9A84C;
            letter-spacing: 0.18em;
            text-transform: uppercase;
            margin: 0;
        }

        .winter .sorten-header::before,
        .winter .sorten-header::after {
            background: linear-gradient(90deg, transparent, rgba(201, 168, 76, 0.55), transparent);
        }

        .winter p {
            color: #EDF4FA;
            font-size: 1.05rem;
            line-height: 1.75;
            margin: 0 auto 0.9rem;
            max-width: 42ch;
        }

        /* Schlusszeile betrifft einen spaeteren Zeitraum - leiser gesetzt. */
        .winter p:last-child {
            color: rgba(237, 244, 250, 0.62);
            font-size: 0.95rem;
            margin-bottom: 0;
        }

        @media (max-width: 420px) {
            .sorten { padding: 1.25rem 1.1rem 1.1rem; }
            .winter { padding: 1.6rem 1.15rem 1.35rem; }
            .pills li { font-size: 0.9rem; padding: 0.4rem 0.85rem; }
            .sorten-header::before,
            .sorten-header::after { max-width: 30px; }
        }


        .divider {
            width: 60px;
            height: 2px;
            background: linear-gradient(90deg, transparent, #C9A84C, transparent);
            margin: 1rem auto;
        }

        .job-card {
            background: rgba(255, 255, 255, 0.05);
            border: 1px solid rgba(201, 168, 76, 0.3);
            border-radius: 12px;
            padding: 1.5rem 2rem;
            margin-top: 1.5rem;
            text-align: center;
            animation: fadeInUp 1s ease-out 0.6s both;
            max-width: 400px;
        }

        .job-card p {
            font-size: 0.95rem;
            font-weight: 300;
            /*color: #B8B8B8;*/
	    color: black;
            margin-bottom: 1rem;
            line-height: 1.6;
        }

        .job-card a {
            display: inline-block;
            padding: 0.6rem 1.8rem;
            background: #C9A84C;
            color: #2A2D31;
            border-radius: 8px;
            text-decoration: none;
            font-size: 0.9rem;
            font-weight: 500;
            transition: background 0.3s ease;
        }

        .job-card a:hover {
            background: #E0C06A;
        }

        .eis-tipp {
            margin-top: 2rem;
            padding: 1.5rem;
            max-width: 550px;
            text-align: center;
            animation: fadeInUp 1s ease-out 0.9s both;
        }

        .eis-tipp h3 {
            font-family: 'Playfair Display', Georgia, serif;
            font-size: 1.1rem;
            font-weight: 500;
            /*color: #C9A84C;*/
	    color: black;
            margin-bottom: 1rem;
        }

        .eis-tipp p {
            font-size: 0.9rem;
            font-weight: 300;
            /*color: #9A9A9A;*/
	    color: black;
            line-height: 1.9;
            font-style: italic;
        }

        footer {
            padding: 1.5rem 2rem;
            text-align: center;
            border-top: 1px solid rgba(201, 168, 76, 0.3);
            background: rgba(0, 0, 0, 0.2);
        }

        footer a {
            /*color: #C9A84C;*/
	    color: black;
            text-decoration: none;
            font-size: 0.9rem;
            font-weight: 400;
            transition: color 0.3s ease;
        }

        footer a:hover {
            /*color: #E0C06A;*/
	    color: black;
        }

        @keyframes fadeInDown {
            from {
                opacity: 0;
                transform: translateY(-30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @media (max-width: 600px) {
            .logo {
                max-width: 380px;
            }

            .logo-container {
                margin-bottom: 2rem;
            }

            .coming-soon p {
                font-size: 1rem;
                padding: 0 1rem;
            }
        }

/* ---------------------------------------------------------------
   Ab hier: ergaenzt beim Aufteilen der Seite (Start / Sorten / Ueber mich)
   --------------------------------------------------------------- */

/* Header-Sektion: Logo, Oeffnungsstatus und Menue auf einer Flaeche.
   Grund bewusst hell - das Logo ist freigestellt, besteht aber aus
   altrosa und grauen Toenen, die auf Gold verschwinden wuerden.
   Das Menue ist das Element, das sich INNERHALB der Sektion abhebt. */
.kopf {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    width: 100%;
    max-width: 560px;
    margin: 0 auto 2.5rem;
    padding: 1.5rem 0 0;
    background: #FFFDF3;
    border-radius: 0 0 22px 22px;
}

/* Seitliches Padding liegt an den Kindern, damit das Menueband
   die volle Breite der Sektion einnehmen kann. */
.kopf .logo-container {
    margin: 0 0 1.6rem;
    padding: 0 1.5rem;
}

/* Menue - goldenes Band als Fuss der Sektion: volle Breite, buendig
   unten, Rundung nur an den beiden unteren Ecken. */
.nav {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.4rem;
    padding: 0.55rem 0.6rem;
    background: #C9A84C;
    border-radius: 0 0 22px 22px;
}

.nav a {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.05rem;
    font-weight: 500;
    color: #25282D;
    text-decoration: none;
    letter-spacing: 0.08em;
    padding: 0.35rem 1rem;
    border-radius: 999px;
    transition: background 0.2s ease, color 0.2s ease;
}

.nav a:hover {
    background: rgba(37, 40, 45, 0.14);
}

.nav a[aria-current="page"] {
    background: #25282D;
    color: #F5F2D5;
}

/* Sortenkarte mit Fussband - gleicher Aufbau wie die Kopfsektion:
   Inhalt oben, Handlungsband buendig unten ueber die volle Breite. */
.sorten--band {
    padding: 1.5rem 0 0;
}

.sorten--band .sorten-header,
.sorten--band .pills {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
}

.sorten--band .pills {
    margin-bottom: 1.2rem;
}

/* 13px statt 14px: die Karte hat 1px Rahmen, das Band liegt darin. */
.sorten-fuss {
    display: block;
    width: 100%;
    padding: 0.7rem 1rem;
    background: #C9A84C;
    color: #25282D;
    text-align: center;
    text-decoration: none;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    border-radius: 0 0 13px 13px;
    transition: background 0.2s ease;
}

.sorten-fuss:hover {
    background: #D8B95E;
}

/* Kleingedrucktes unter einer Liste - erklaert sie, konkurriert nicht mit ihr. */
.hinweis {
    font-size: 0.9rem;
    font-weight: 300;
    line-height: 1.6;
    color: #4A4A4A;
    max-width: 46ch;
    margin: 0 auto 1.5rem;
}

/* Langes Zitat als Seitentitel - braucht Umbruch statt Sperrsatz. */
.coming-soon h1.quote {
    font-size: clamp(1.25rem, 3.5vw, 1.6rem);
    letter-spacing: 0.08em;
    line-height: 1.5;
    max-width: 520px;
    margin: 0 auto 1.5rem;
}

.logo-link {
    display: inline-block;
    text-decoration: none;
}

/* Wortmarke als echter Text statt als Bild - Prata, lokal gehostet.
   Prata hat nur einen Schnitt: "EIS" und der Achter heben sich allein
   ueber die Farbe ab, nicht ueber die Strichstaerke. */
.wortmarke {
    display: block;
    font-family: 'Prata', Georgia, serif;
    font-size: clamp(2.2rem, 16vw, 5.4rem);
    font-weight: 400;
    line-height: 1.05;
    color: #999999;
    margin: 0;
    white-space: nowrap;
}

.wortmarke .rot {
    color: #782121;
}

/* Tastaturbedienung muss sichtbar sein. */
a:focus-visible {
    outline: 2px solid #C9A84C;
    outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

@media (max-width: 420px) {
    .kopf { padding: 1.1rem 0 0; }
    .kopf .logo-container { margin: 0 0 1.25rem; padding: 0 0.9rem; }
    .sorten--band { padding: 1.25rem 0 0; }
    .sorten--band .sorten-header,
    .sorten--band .pills { padding-left: 1.1rem; padding-right: 1.1rem; }
    .sorten-fuss { font-size: 0.95rem; padding: 0.65rem 0.9rem; }
    .nav { gap: 0.2rem; padding: 0.5rem 0.4rem; }
    .nav a { font-size: 0.95rem; padding: 0.32rem 0.7rem; letter-spacing: 0.05em; }
    .status { font-size: 0.85rem; padding: 0.5rem 0.9rem; }
}

/* Oeffnungsstatus - eigenes Band direkt ueber dem Menue. Helle Goldlasur:
   gleiche Farbfamilie wie das Menueband, aber geringere Betonung.
   Beide zusammen bilden den Sockel der Sektion. */
.status {
    width: 100%;
    background: rgba(201, 168, 76, 0.16);
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 1.4;
    text-align: center;
    color: rgba(37, 40, 45, 0.72);
    margin: 0;
    padding: 0.55rem 1.5rem;
}

/* Geoeffnet: kraeftigere Lasur und volltoniger Text. */
.status.offen {
    background: rgba(201, 168, 76, 0.32);
    color: #25282D;
    font-weight: 500;
}

.status.zu {
    color: rgba(37, 40, 45, 0.7);
}

@media (max-width: 420px) {
}

/* Ab hier beruehrt die Kopfsektion beide Bildschirmraender (max-width 560px
   greift nicht mehr). Eine gerundete Ecke direkt an der Kante sieht aus wie
   ein Schnittfehler - also quer durch, ohne Rundung. */
@media (max-width: 560px) {
    .kopf,
    .nav {
        border-radius: 0;
    }
}
