/* Google Font für die Kreideschrift (MUST BE AT LINE 1) */
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@600;700&display=swap');

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

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #333333;
    padding-top: 75px; /* Platzhalter für den fixierten 75px Menübalken */
    background-color: #ffffff;
}

/* --- 1. Fixierter Menübalken (Höhe 75px, Schwarz) --- */
#bts_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 75px;
    background-color: #000000;
    z-index: 9999;
}

.header-container {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

/* Logo links */
.header-logo {
    position: absolute;
    left: 10px;
    top: 13px;
    width: 200px;
    height: 50px;
    z-index: 10;
}

.header-logo img {
    width: 200px;
    height: 50px;
    display: block;
    object-fit: contain;
}

/* Menüführung: Rechtsbündig ausgerichtet */
.header-nav {
    margin-left: auto;
    padding-right: 25px;
}

.header-nav ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    gap: 25px;
}

.header-nav li {
    display: inline-block !important;
    margin: 0 !important;
    padding: 0 !important;
}

.header-nav li a {
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
    padding: 8px 4px;
    display: inline-block;
    transition: all 0.2s ease-in-out;
    border-bottom: 2px solid transparent;
    white-space: nowrap;
}

.header-nav li a:hover {
    color: #FFA066;
    border-bottom: 2px solid #FFA066;
}

.header-nav li.active a,
.header-nav li a.active {
    color: #0066FF;
    border-bottom: 2px solid #0066FF;
}

/* --- 2. Diashow Basis-Styling --- */
.hero-slideshow {
    width: 100%;
    height: 464px;
    position: relative;
    overflow: hidden;
}

.hero-slideshow .swiper {
    width: 100%;
    height: 100%;
}

.hero-slideshow .swiper-slide {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
}

/* Base Caption Zentriert */
.slide-caption-center {
    background: transparent !important;
    padding: 20px 30px;
    margin-bottom: 25px;
    max-width: 90%;
    width: auto;
    text-align: center;
    border: none !important;
    box-shadow: none !important;
}

/* Slide 1 Spezifisch: Mittig unten */
.hero-slideshow .slide-1 {
    align-items: flex-end !important;
    justify-content: center !important;
}

/* Slide 2 Spezifisch: Vertikal zentriert & breit verteilt */
.hero-slideshow .slide-2 {
    align-items: center !important;
    justify-content: center !important;
}

.hero-slideshow .slide-2 .slide-caption-center {
    width: 100%;
    max-width: 1200px;
    padding: 0 40px;
    margin-bottom: 20px;
}

/* Slide 3 Spezifisch: Oben links */
.hero-slideshow .slide-3 {
    align-items: flex-start !important;
    justify-content: flex-start !important;
}

.slide-caption-left-top {
    text-align: left;
    padding: 40px 0 0 50px;
    max-width: 650px;
}

/* Typography Diashow */
.slide-title-orange {
    font-size: 36px !important;
    font-weight: 800;
    color: #FF6600 !important;
    text-transform: uppercase;
    margin-bottom: 8px;
    line-height: 1.2;
    letter-spacing: 0.5px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}

.slide-subtitle-blue {
    font-size: 28px !important;
    font-weight: 700;
    color: #0066FF !important;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.3;
    letter-spacing: 0.5px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}

.slide-subtitle-black {
    font-size: 28px !important;
    font-weight: 700;
    color: #000000 !important;
    text-transform: uppercase;
    margin: 0 0 15px 0;
    line-height: 1.3;
    letter-spacing: 0.5px;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.8);
}

.slide-title-orange-left {
    font-size: 32px !important;
    font-weight: 800;
    color: #FF6600 !important;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.8);
}

.slide-subtitle-blue-large {
    font-size: 34px !important;
    font-weight: 800;
    color: #0066FF !important;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.2;
    letter-spacing: 0.5px;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.8);
}

/* 2-Spalten-Layout für Slide 2 */
.slide-columns {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    margin-top: 35px;
    width: 100%;
}

.slide-col {
    display: flex;
    flex-direction: column;
    text-align: center;
    flex: 1;
}

.slide-col span {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
    line-height: 1.6;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.9);
}

/* --- 3. Vierfarbiger Aktions-Balken (Höhe 100px) --- */
.four-color-bar {
    width: 100%;
    height: 100px;
    display: flex;
    flex-wrap: nowrap;
}

.bar-segment {
    flex: 1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: filter 0.2s ease;
}

.color-light-blue   { background-color: #80C9FE; }
.color-dark-blue    { background-color: #0066FF; }
.color-light-orange { background-color: #FFA066; }
.color-dark-orange  { background-color: #FF6600; }

.bar-button {
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    padding: 0 15px;
    cursor: pointer;
}

.bar-button span {
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.bar-button:hover {
    filter: brightness(1.1);
    color: #ffffff;
    text-decoration: none;
}

/* --- 4. Contentbereich (Weiß, 90% Breite) --- */
.content-area {
    background-color: #ffffff;
    padding: 40px 0;
    min-height: 400px;
    width: 100%;
}

.content-container {
    width: 90%;
    margin: 0 auto;
}

/* ==========================================================================
   Seitliche Navigation (Sidebar Grid System)
   ========================================================================== */

.sidebar-layout {
    display: grid;
    grid-template-columns: 270px 1fr;
    gap: 35px;
    align-items: start;
    margin-top: 10px;
}

/* Sticky Container für die Sidebar */
.sidebar-card {
    position: sticky;
    top: 95px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 22px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

/* Sidebar Titel Oschatz (Blau) */
.sidebar-title-oz {
    margin-top: 0;
    color: #1e293b;
    border-bottom: 2px solid #0066FF;
    padding-bottom: 10px;
    font-size: 1.15rem;
    font-weight: 700;
}

/* Sidebar Titel Torgau (Orange) */
.sidebar-title-to {
    margin-top: 0;
    color: #1e293b;
    border-bottom: 2px solid #ea580c;
    padding-bottom: 10px;
    font-size: 1.15rem;
    font-weight: 700;
}

/* CTA Button im seitlichen Menü */
.sidebar-cta-btn {
    display: block;
    text-align: center;
    background: #0066FF;
    color: #ffffff !important;
    padding: 10px 14px;
    border-radius: 6px;
    font-weight: bold;
    text-decoration: none;
    font-size: 0.9rem;
    margin-top: 15px;
    transition: background 0.2s ease;
}

.sidebar-cta-btn:hover {
    background: #ea580c;
}

/* ==========================================================================
   Akkordeon Styling für Sidebar (Saubere Punkte & Rechter Pfeil)
   ========================================================================== */

.sidebar-accordion {
    margin-top: 15px;
}

.acc-group {
    border-bottom: 1px solid #f1f5f9;
    padding: 4px 0;
}

/* Hauptkategorien Ebene 1 (summary) */
.acc-header {
    font-weight: 700;
    font-size: 0.95rem;
    color: #1e293b;
    cursor: pointer;
    list-style: none; /* Entfernt Firefox Standard-Pfeile */
    display: flex;
    align-items: center;
    padding: 8px 6px;
    border-radius: 6px;
    transition: all 0.2s ease-in-out;
}

/* Entfernt Webkit (Chrome/Safari) Standard-Pfeile */
.acc-header::-webkit-details-marker {
    display: none;
}

.acc-header:hover {
    background-color: #f1f5f9;
    color: #ea580c;
}

/* Neuer farbiger Punkt vor Hauptschularten */
.acc-header::before {
    content: "•";
    color: #ea580c; /* Torgau Standard: Orange */
    font-size: 1.2rem;
    margin-right: 8px;
    line-height: 1;
}

/* Rechter Klapp-Pfeil (Chevron), ganz nach rechts geschoben */
.acc-header::after {
    content: "❯";
    font-size: 0.75rem;
    color: #94a3b8;
    margin-left: auto; /* Drückt den Pfeil nach ganz rechts */
    transition: transform 0.25s ease-in-out;
}

/* Drehung des Pfeils beim Öffnen */
details[open] > .acc-header::after {
    transform: rotate(90deg);
    color: #ea580c;
}

/* --- Ebene 2 (Untergruppen z. B. BVJ) --- */
.acc-subgroup {
    margin-top: 4px;
}

.acc-subheader {
    font-weight: 600;
    font-size: 0.88rem;
    color: #475569;
    cursor: pointer;
    list-style: none;
    display: flex;
    align-items: center;
    padding: 6px 0 6px 8px;
    border-radius: 4px;
    transition: color 0.2s ease;
}

.acc-subheader::-webkit-details-marker {
    display: none;
}

/* Punkt vor Untergruppen */
.acc-subheader::before {
    content: "•";
    color: #ea580c;
    font-size: 1rem;
    margin-right: 8px;
    line-height: 1;
}

.acc-subheader:hover {
    color: #ea580c;
}

.acc-subheader::after {
    content: "❯";
    font-size: 0.7rem;
    color: #cbd5e1;
    margin-left: auto;
    transition: transform 0.25s ease-in-out;
}

details[open] > .acc-subheader::after {
    transform: rotate(90deg);
    color: #ea580c;
}

/* --- Standard Links in Ebene 2 (z. B. Glaser, Erzieher) --- */
.sidebar-nav-list {
    list-style: none !important;
    padding: 4px 0 6px 8px !important;
    margin: 0 !important;
}

.sidebar-nav-list li a {
    color: #475569;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.88rem;
    display: flex;
    align-items: center;
    padding: 4px 8px;
    border-radius: 4px;
    transition: all 0.2s ease;
}

/* Automatisch erzeugter kleiner Punkt vor Ausbildungsrichtungen */
.sidebar-nav-list li a::before {
    content: "•";
    color: #ea580c; /* Orange für Torgau */
    font-size: 0.9rem;
    margin-right: 8px;
    line-height: 1;
}

.sidebar-nav-list li a:hover {
    background-color: #fff7ed;
    color: #ea580c;
}

/* --- Ebene 3 (Tiefe Links wie BVJ Ernährung) --- */
.sidebar-subnav-list {
    list-style: none !important;
    padding-left: 12px !important;
    margin: 2px 0 6px 0 !important;
}

.sidebar-subnav-list li a {
    font-size: 0.83rem !important;
    color: #64748b !important;
    padding: 4px 6px !important;
    display: flex;
    align-items: center;
    border-radius: 4px;
}

.sidebar-subnav-list li a::before {
    content: "•";
    color: #cbd5e1;
    font-size: 0.8rem;
    margin-right: 6px;
    line-height: 1;
}

.sidebar-subnav-list li a:hover {
    color: #ea580c !important;
    background-color: #fff7ed;
}

.sidebar-subnav-list li a:hover::before {
    color: #ea580c;
}

/* --- Oschatz Farbanpassung für das Akkordeon (Blau) --- */
.sidebar-card:has(.sidebar-title-oz) .acc-header::before,
.sidebar-card:has(.sidebar-title-oz) .acc-subheader::before,
.sidebar-card:has(.sidebar-title-oz) .sidebar-nav-list li a::before,
.sidebar-card:has(.sidebar-title-oz) details[open] > .acc-header::after,
.sidebar-card:has(.sidebar-title-oz) details[open] > .acc-subheader::after {
    color: #0066FF;
}

.sidebar-card:has(.sidebar-title-oz) .acc-header:hover,
.sidebar-card:has(.sidebar-title-oz) .acc-subheader:hover {
    color: #0066FF;
}

.sidebar-card:has(.sidebar-title-oz) .sidebar-nav-list li a:hover,
.sidebar-card:has(.sidebar-title-oz) .sidebar-subnav-list li a:hover {
    color: #0066FF !important;
    background-color: #eff6ff;
}

.sidebar-card:has(.sidebar-title-oz) .sidebar-subnav-list li a:hover::before {
    color: #0066FF;
}

/* --- Inhalts-Styling Startseite --- */
.hero-quote-box {
    text-align: center;
    padding: 20px 0;
}

.hero-quote {
    font-size: 2rem;
    font-weight: 800;
    color: #FF6600;
    margin-bottom: 20px;
}

.hero-quote cite {
    display: block;
    font-size: 1rem;
    color: #666666;
    font-style: normal;
    margin-top: 5px;
}

.hero-callout h2 {
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 10px;
}

.hero-tagline {
    font-size: 1.4rem;
    font-weight: bold;
    color: #0066FF;
    margin: 20px 0;
}

.button-group {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.btn-primary {
    background-color: #0066FF;
    color: #ffffff !important;
    padding: 12px 20px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.2s;
}

.btn-primary:hover {
    background-color: #FF6600;
}

.section-divider {
    border: 0;
    height: 1px;
    background: #e0e0e0;
    margin: 40px 0;
}

.section-title {
    color: #0066FF;
    margin-bottom: 15px;
}

.intro-text {
    color: #FF6600;
    font-size: 1.1rem;
    line-height: 1.6;
    font-weight: 600;
    margin-bottom: 25px;
}

/* --- Zuckertüten-Bilder Zentrierung & Hover --- */
.school-links-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin: 25px 0;
}

.school-card-link img {
    transition: transform 0.2s ease-in-out;
}

.school-card-link:hover img {
    transform: scale(1.05);
}

/* --- Full-Width Breakout für das Gedicht --- */
.align-full {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-color: #f8f9fa;
    padding: 60px 0;
    margin-top: 40px;
    border-top: 3px solid #0066FF;
}

.poem-container {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.poem-container h2 {
    color: #0066FF;
    font-size: 2rem;
    margin-bottom: 30px;
}

.poem-content p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #333333;
    margin-bottom: 25px;
    font-style: italic;
}

.poem-author {
    font-size: 0.95rem;
    color: #FF6600;
    font-weight: bold;
    margin-top: 15px;
}

/* --- "Das sind wir!" Inhalts-Styling --- */
.about-hero {
    text-align: center;
    margin-bottom: 30px;
}

.about-logo {
    max-width: 40%;
    height: auto;
    display: block;
    margin: 0 auto 20px auto;
}

.about-title {
    font-size: 36px;
    color: #0066FF;
    font-weight: 800;
}

.about-text-block p {
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 18px;
    color: #333333;
}

.about-text-block .text-link {
    color: #0066FF;
    font-weight: bold;
    text-decoration: underline;
}

.about-text-block .text-link:hover {
    color: #FF6600;
}

.section-subtitle-center {
    text-align: center;
    font-size: 32px;
    color: #FF6600;
    margin: 40px 0 25px 0;
    font-weight: 800;
}

/* 2-Spalten-Grid für die Ausbildungsmöglichkeiten */
.education-grid {
    display: flex;
    gap: 30px;
    margin-top: 20px;
}

.education-card {
    flex: 1;
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 25px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.card-header-images img {
    max-width: 90%;
    height: auto;
    display: block;
    margin: 0 auto 15px auto;
}

.education-section h3 {
    font-size: 18px;
    color: #0066FF;
    margin: 20px 0 10px 0;
    border-bottom: 2px solid #80C9FE;
    padding-bottom: 4px;
}

.edu-list {
    list-style: none;
    padding-left: 5px;
    margin-bottom: 15px;
}

.edu-list li {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 6px;
    position: relative;
    padding-left: 18px;
}

.edu-list li::before {
    content: "•";
    color: #FF6600;
    font-weight: bold;
    position: absolute;
    left: 0;
}

.edu-list li a {
    color: #333333;
    text-decoration: none;
    transition: color 0.2s ease;
}

.edu-list li a:hover {
    color: #0066FF;
    text-decoration: underline;
}

/* --- 5. Zweistufiger Footer (100% Breite) --- */
#bts_footer {
    width: 100%;
}

.footer-top {
    background-color: #0066FF;
    color: #ffffff;
    padding: 35px 0;
}

.footer-bottom {
    background-color: #000000;
    color: #ffffff;
    padding: 20px 0;
    font-size: 13px;
}

.footer-container {
    width: 90%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.footer-col h4 {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 12px;
    font-weight: 600;
}

.footer-col p, 
.footer-col a {
    color: #ffffff;
    text-decoration: none;
    line-height: 1.5;
}

.footer-col a:hover {
    color: #FFA066;
    text-decoration: underline;
}

/* ==========================================================================
   Tafelschwamm / Floating Back to Top Button (95px)
   ========================================================================== */

.back-to-top-btn.sponge-btn {
    position: fixed !important;
    bottom: 20px !important;
    right: 20px !important;
    width: 95px !important;
    height: 95px !important;
    background: transparent !important;
    border: none !important;
    cursor: pointer !important;
    z-index: 99999 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    outline: none !important;
}

.sponge-icon {
    width: 95px !important;
    height: 95px !important;
    max-width: 95px !important;
    display: block !important;
    object-fit: contain !important;
    filter: drop-shadow(2px 5px 6px rgba(0, 0, 0, 0.35)) !important;
    transition: transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
}

/* Hover-Effekt: Schwamm hebt sich leicht und kippt wie beim Wischen */
.back-to-top-btn.sponge-btn:hover .sponge-icon {
    transform: scale(1.12) rotate(-10deg) translateY(-4px) !important;
    filter: drop-shadow(3px 8px 10px rgba(0, 0, 0, 0.45)) !important;
}

/* Klick-Effekt: Schwamm drückt sich kurz zusammen */
.back-to-top-btn.sponge-btn:active .sponge-icon {
    transform: scale(0.95) rotate(5deg) translateY(0) !important;
}

/* Responsive Ansicht für Mobilgeräte */
@media (max-width: 991px) {
    /* Sidebar-Grid auf Mobilgeräten untereinander stapeln */
    .sidebar-layout {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .sidebar-card {
        position: static;
    }
}

@media (max-width: 768px) {
    /* Diashow auf Mobilgeräten komplett ausblenden */
    .hero-slideshow {
        display: none !important;
    }

    .header-nav {
        padding-right: 10px;
    }
    .footer-container {
        grid-template-columns: 1fr;
    }
    .four-color-bar {
        flex-direction: column;
        height: auto;
    }
    .bar-segment {
        height: 60px;
    }
    .slide-title-orange {
        font-size: 20px !important;
    }
    .slide-subtitle-blue {
        font-size: 15px !important;
    }
    .slide-subtitle-black {
        font-size: 16px !important;
    }
    .slide-columns {
        gap: 15px;
        margin-top: 15px;
    }
    .slide-col span {
        font-size: 13px;
    }
    .slide-caption-left-top {
        padding: 20px 0 0 20px;
        max-width: 90%;
    }
    .slide-title-orange-left {
        font-size: 18px !important;
    }
    .slide-subtitle-blue-large {
        font-size: 20px !important;
    }
    .education-grid {
        flex-direction: column;
    }
    .about-logo {
        max-width: 80%;
    }
    .about-title,
    .section-subtitle-center {
        font-size: 26px;
    }
}

/* ==========================================================================
   Mobile Navigation (Burger Menu)
   ========================================================================== */

/* Auf Desktop ist der Button ausgeblendet */
.mobile-menu-toggle {
    display: none;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 10px;
    flex-direction: column;
    justify-content: space-between;
    width: 40px;
    height: 36px;
    z-index: 1001;
}

.mobile-menu-toggle .bar {
    height: 4px;
    width: 100%;
    background-color: #0284c7; /* Schönes Schul-Blau */
    border-radius: 2px;
    transition: all 0.3s ease-in-out;
}

/* --- MOBILE ANSICHT (unter 992px) --- */
@media (max-width: 991px) {
    .header-nav {
        position: relative;
    }

    /* Hamburger-Button anzeigen */
    .mobile-menu-toggle {
        display: flex;
        margin-left: auto;
    }

    /* Menü-Liste auf Mobilgeräten ausblenden & als Dropdown-Flyout ansteuern */
    .header-nav > ul {
        display: none !important;
        position: absolute;
        top: 65px;
        right: 0;
        width: 260px;
        background: #ffffff;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
        border: 1px solid #e2e8f0;
        border-radius: 8px;
        padding: 10px 0;
        z-index: 1000;
        flex-direction: column !important;
    }

    .header-nav > ul li {
        width: 100%;
        display: block !important;
        margin: 0 !important;
    }

    .header-nav > ul li a {
        display: block !important;
        padding: 12px 20px !important;
        color: #334155 !important;
        border-bottom: 1px solid #f1f5f9;
        font-weight: 600;
        text-align: left;
    }

    .header-nav > ul li:last-child a {
        border-bottom: none;
    }

    .header-nav > ul li a:hover,
    .header-nav > ul li.active a {
        background-color: #f0f9ff;
        color: #0284c7 !important;
    }

    /* Wenn Menü geöffnet ist */
    .header-nav.menu-open > ul {
        display: flex !important;
    }

    /* Animation des Buttons zum X beim Öffnen */
    .header-nav.menu-open .mobile-menu-toggle .bar:nth-child(1) {
        transform: translateY(11px) rotate(45deg);
        background-color: #ea580c;
    }
    .header-nav.menu-open .mobile-menu-toggle .bar:nth-child(2) {
        opacity: 0;
    }
    .header-nav.menu-open .mobile-menu-toggle .bar:nth-child(3) {
        transform: translateY(-11px) rotate(-45deg);
        background-color: #ea580c;
    }
}

/* ==========================================================================
   5. Schultafel Container & Kreideschrift-Styling (Alu-Look & Scharfe Ecken)
   ========================================================================== */

.schultafel-container {
    background-color: #243328 !important; /* Authentisches, mattes Tafelgrün */
    
    /* Hochwertiger Aluminium-Rahmen in Silber/Grau */
    border: 8px solid #cbd5e1 !important; 
    border-top-color: #e2e8f0 !important;    /* Lichtreflex oben */
    border-left-color: #cbd5e1 !important;
    border-right-color: #94a3b8 !important;   /* Schatten rechts */
    border-bottom-color: #64748b !important;  /* Schatten unten */
    
    border-radius: 0px !important; /* Scharfkantige Ecken für modernes Layout */
    padding: 25px 30px !important;
    margin: 35px auto !important;
    max-width: 850px !important;
    
    /* Edler Schlagschatten & Metall-Effekt */
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.7), 0 8px 20px rgba(0, 0, 0, 0.15) !important;
    color: #f8fafc !important;
    display: block !important;
}

/* Kreideschrift-Effekt */
.kreide-text, 
.kreide-text *,
.schultafel-container * {
    font-family: 'Caveat', 'Comic Sans MS', 'Chalkboard SE', cursive, sans-serif !important;
    color: rgba(255, 255, 255, 0.93) !important;
    text-shadow: 0 0 2px rgba(255, 255, 255, 0.7), 0 0 4px rgba(255, 255, 255, 0.3) !important;
    letter-spacing: 0.8px !important;
}

.schultafel-titel {
    font-size: 2.3rem !important;
    margin-top: 0 !important;
    margin-bottom: 15px !important;
    border-bottom: 2px dashed rgba(255, 255, 255, 0.35) !important;
    padding-bottom: 10px !important;
    text-align: center !important;
    font-weight: 700 !important;
}

.schultafel-inhalt {
    font-size: 1.55rem !important;
    line-height: 1.5 !important;
}

.schultafel-inhalt ul {
    list-style: none !important;
    padding-left: 0 !important;
    margin: 0 !important;
}

.schultafel-inhalt li {
    margin-bottom: 12px !important;
    padding-left: 30px !important;
    position: relative !important;
}

.schultafel-inhalt li::before {
    content: "✏️" !important;
    position: absolute !important;
    left: 0 !important;
    top: -2px !important;
    font-size: 1.1rem !important;
}