@charset "UTF-8";

/* ===========================
   Root Variablen
   =========================== */

:root {
    --bg: #ffffff;
    --bg-alt: rgba(164, 207, 217, 0.96);
    --primary: #1a2a33;
    --accent: #e7b75f;
    --text: #222222;
    --text-light: #666666;
    --border-radius: 20px;
    --max-width: 1100px;
    --transition: 0.2s ease;
}

/* ===========================
   Global Styles
   =========================== */

*,
*::before,
*::after {
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: var(--bg);
    color: var(--text);
	font-size: clamp(1rem, 4vw, 1.25rem); /* <<< Schrift größer */
	line-height: 1.6; /* <<< globaler Zeilenabstand */
	text-align: justify; /* <<< Blocksatz */
	text-justify: inter-word;
}

/* ===========================
   Header
   =========================== */

.header {
    position: sticky;
    top: 0;
    z-index: 10;
    background: linear-gradient(
        90deg,
        rgba(12, 79, 147, 0.8),
        rgba(84, 219, 237, 0.8)
    );
    backdrop-filter: blur(6px);
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 2rem;
    line-height: 1.4;
}


.logo img {
    height: 100px; /* Bildgröße */
    width: auto;
	box-shadow: 8px 8px 3px 0px rgba(0,0,0,0.3);
    border-radius: var(--border-radius);
    filter:
        hue-rotate(1deg)
        saturate(130%)
        brightness(105%)
        contrast(105%);	
	
	    /* >>> Transparente Hintergrundfarbe <<< */
    background: rgba(255, 255, 255, 1.9); /* Deckkraft */
    padding: 6px; /* Abstand, damit der Hintergrund sichtbar wird */
}


/* ===========================
   Burger-Men 
   =========================== */

.burger {
    display: none;
    flex-direction: column;
    gap: 4px;
    background: none;
    border: none;
    padding: 4px;
    cursor: pointer;
}

.burger span {
    width: 22px;
    height: 2px;
    background: var(--primary);
    border-radius: 999px;
}

/* ===========================
   Navigation
   =========================== */

.nav {
    display: flex;
    gap: 1rem;
}

.nav a {
    text-decoration: none;
    color: var(--primary);
    font-size: 0.95rem;
    padding: 0.25rem 0.5rem;
    border-radius: 999px;
    transition: background var(--transition), color var(--transition);
}

.nav a:hover {
    background: var(--primary);
    color: #ffffff;
}

.nav a.active {
    background: var(--primary);
    color: #ffffff;
    font-weight: 600;
}



/* ===========================
   Main Layout
   =========================== */

main {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 1rem;
}

/* ===========================
   Hero
   =========================== */

.hero {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
    gap: 1.5rem;
    align-items: center;
    margin: 1.5rem 0 2rem;
}

.hero-image img {
    width: 100%;
    border-radius: var(--border-radius);
    display: block;
    object-fit: cover;
    box-shadow: 10px 12px 3px 0px rgba(0,0,0,0.3);		
}

.hero-image img {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    cursor: pointer; /* zeigt an: klickbar */
}

.hero-image img:hover {
    transform: translateY(-6px);
    box-shadow: 14px 16px 6px rgba(0,0,0,0.35);
}

.hero-text h1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-size: 2rem;
    color: var(--primary);
}

.hero-text p {
    margin: 0;
    color: var(--text-light);
}

/* ===========================
   Sections
   =========================== */

.section {
    margin: 2.5rem 0;
}

.section h2 {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    color: var(--primary);
}

/* ===========================
   Auftritte
   =========================== */

.auftritte-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
}

.auftritt-card {
    background: rgba(96, 182, 212, 0.5);
    border-radius: var(--border-radius);
    padding: 1.2rem;
    box-shadow: 10px 12px 3px 0px rgba(0,0,0,0.3);
    transition: transform .2s ease, box-shadow .2s ease;
}

.auftritt-card h3 {
    margin: 0 0 0.25rem;
}

.auftritt-card h4 {
    margin: 0 0 0.25rem;
    font-weight: 500;
}

.auftritt-card p {
    margin: 0;
    color: var(--text-light);
}

/* ===========================
   Galerie (horizontal sortiert)
   =========================== */

.galerie-grid {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    position: relative;
}

@media (max-width: 1000px) {
    .galerie-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .galerie-grid {
        grid-template-columns: 1fr;
    }
}
/* Karte (Bild + Textbox) als Einheit */
.galerie-grid figure {
    position: relative;
	border-radius: var(--border-radius);
    overflow: hidden; /* sorgt dafür, dass Bild + Caption perfekt zusammenpassen */
    box-shadow: 10px 12px 3px rgba(0,0,0,0.3); /* Schatten für die gesamte Karte */
    background: rgba(84, 219, 237, 0.5); /* gleiche Farbe wie Auftritte */
}

/* Bild: nur obere Rundungen (durch overflow vom figure) */
.galerie-grid img {
    width: 100%;
    height: auto;
    display: block;
}

/* Caption: gleiche Farbe wie Auftritte, nur unten abgerundet */
.galerie-grid figcaption {
    padding: 0.8rem 0.75rem 0.75rem;
    font-size: 0.9rem;
    color: #222;
    background: rgba(84, 219, 237, 0.5);
}

/* Hover-Lift-Effekt */
.galerie-grid figure {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.galerie-grid figure:hover {
    transform: translateY(-6px);
    box-shadow: 14px 16px 6px rgba(0,0,0,0.35);
}


/* ===========================
   Kontakt
   =========================== */

.info-block {
    display: flex;
    align-items: center;
    gap: 0,5rem; /* Abstand zwischen Text und Bild */
    margin-left: 0rem; /* Einrücken des gesamten Blocks */
}

.info-text {
    max-width: 1000px; /* optional: Textbreite begrenzen */
}

.info-img {
    height: 150px; /* Bildgröße anpassen */
    width: auto;
	    filter:
        hue-rotate(1deg)
        saturate(130%)
        brightness(105%)
        contrast(105%);	
}

/* ===========================
   FAQ
   =========================== */

.faq-item {
    border-radius: var(--border-radius);
    border: 1px solid #e0e0e0;
    margin-bottom: 0.75rem;
    overflow: hidden;
    background: #ffffff;
}

.faq-question {
    width: 100%;
    text-align: left;
    padding: 0.75rem 1rem;
    background: none;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 0.95rem;
    color: var(--primary);
}

.faq-icon {
    font-weight: 700;
    margin-left: 0.5rem;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 1rem;
    transition: max-height var(--transition);
}

.faq-answer p {
    margin: 0.75rem 0 1rem;
    color: var(--text-light);
}

.faq-item.open .faq-answer {
    max-height: 200px;
}

.faq-item.open .faq-icon {
    transform: rotate(45deg);
}

/* ===========================
   Footer
   =========================== */

.footer {
    text-align: center;
}

.footer-copy{
   margin-bottom: 0.75rem;
}

.footer {
    border-top: 1px solid #e0e0e0;
    padding: 1rem;
    font-size: 1rem;
    color: var(--text-light);
    margin-top: 2rem;

    display: flex;
    flex-direction: column;
    align-items: center; /* Footer bleibt zentriert */
}

.footer-links {
    display: flex;
    align-items: center;
    gap: 1rem; /* Abstand zwischen Bild und Links */
    margin-bottom: 0.5rem;
}

.footer-img {
    height: 30px; /* Bildgröße */
    width: auto;
	    filter:
        hue-rotate(1deg)
        saturate(130%)
        brightness(105%)
        contrast(105%);	
}

.footer-links a {
    margin: 0 0.5rem;
    text-decoration: none;
    color: var(--primary);
}

.footer-links a:hover {
    text-decoration: underline;
}



/* ===========================
   Lightbox
   =========================== */

.lightbox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.lightbox-overlay img {
    max-width: 90%;
    max-height: 90%;
    border-radius: var(--border-radius);
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
    animation: fadeIn 0.25s ease;
}

@keyframes fadeIn {
    from { opacity: 0; transform: scale(0.95); }
    to   { opacity: 1; transform: scale(1); }
}



/* ===========================
   Responsive
   =========================== */

@media (max-width: 768px) {

    .hero {
        grid-template-columns: 1fr;
    }

    .burger {
        display: flex;
    }

    .nav {
        position: absolute;
        top: 56px;
        right: 0;
        background: #ffffff;
        flex-direction: column;
        align-items: flex-start;
        padding: 0.5rem 1rem 0.75rem;
        border-bottom-left-radius: var(--border-radius);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
        display: none;
    }

    .nav.open {
        display: flex;
    }
}

.highlight-freiblech {
    font-weight: 700;/* Stärke der Schriftdicke */
    font-size: 1em;
    color: var(--primary);
}

.icon {
    width: 35px;
    height: 35px;
    margin-left: 10px;
    position: relative;
    top: 5px; /* Icon 2px nach unten verschieben */
}