.desktop {
    display: none;
}
@media screen and (min-width: 992px) {
    .desktop {
        display: block;
    }
}

.mobile {
    display: none;
}

.tabelle {
	border: none !important;
    border-color: #fff !important;
    border-width: 0px !important;
}

@media screen and (max-width: 991px) {
    .mobile {
        display: block;
    }
}

.button-anleitung_b {
    background-color: #ffcc00;
    color: #000000;
    padding: 10px;
    font-weight: bolder;
    border-radius: 8px;
    transition: all 0.5s ease;
}

.button-anleitung_b:hover {
    background-color: black;
    color: white;
    border-radius: 8px;
}

.button-anleitung {
    background-color: #ffcc00;
    color: #000000;
    padding: 10px;
    font-weight: bolder;
    border-radius: 8px;
    transition: all 0.5s ease;
}

.button-anleitung:hover {
    background-color: black;
    color: white;
    border-radius: 8px;
}

.h_75_C {
    font-size: 2rem;
    text-align: center;
    word-break: break-word;
    line-height: 1.5;
}

.h_75 {
    font-size: 2rem;
    word-break: break-word;
    line-height: 1.5;
}

.h_75_800 {
    font-size: 2rem;
    font-weight: 800;
    word-break: break-word;
    line-height: 1.5;
}

.h_75_800_C {
    font-size: 2.25rem;
    font-weight: 800;
    word-break: break-word;
    text-align: center;
    line-height: 1.5;
}

.lh_2 {
    line-height: 2;
}

.lh_1 {
    line-height: 1;
}

.lh_1_5 {
    line-height: 1.5;
}

.padding_0 {
    padding: 0px;
}

.margin_0 {
    margin: 0px;
}

.p_25_d {
    line-height: 1.5;
    font-size: 1.25rem;
}

.p_20_d {
    line-height: 1.5;
    font-size: 1.25rem;
}

.p_25_800 {
    line-height: 1.5;
    font-size: 1.25rem;
    font-weight: 800;
}

.p_20_800 {
    line-height: 1.5;
    font-size: 1.25rem;
    font-weight: 800;
}

/* Akkordeon */
.accordion {
display: grid;
gap: 10px;
}
/* Entfernt den Standard-Dreieck-Marker von summary in einigen Browsern */
.acc-summary {
list-style: none;
background-color:#F8F9FA;
border-radius: 8px;
}
.acc-item {
border: 1px solid var(--border);
border-radius: var(--radius);
background: #fff;
overflow: clip; /* verhindert Outline-Überlauf beim Öffnen */
}
/* Kopfzeile */
.acc-summary {
cursor: pointer;
display: flex;
align-items: center;
gap: 12px;
padding: 14px 16px;
font-weight: 600;
position: relative;
user-select: none;
}
/* Fokus-styles für Tastaturbedienung */
.acc-summary:focus {
outline: none;
}
.acc-summary:focus-visible {
box-shadow: 0 0 0 3px rgba(255, 217, 0, 0.35) inset;
}
/* Pfeil-Icon (CSS) rechts */
.acc-summary::before {
content: "?";
font-weight:800;
width: 40px;
height: 40px;
transform: rotateY(0deg);
transition: transform .5s ease;
line-height:1;
padding:10px;
border-radius: 4px;
border-style: solid;
border-width: 1px;
text-align: center;
}
/* gedrehter Pfeil wenn geöffnet */
.acc-item[open] > .acc-summary::before {
transform: rotateY(180deg);
border-color: var(--accent);
color:#fff;
background-color: #000;
padding:10px;
border-style: none;
content: "!";
}
/* Panel-Inhalt */
.acc-panel {
padding: 0 16px 16px;
color: var(--fg);
border-top: 1px solid var(--border);
/* sanfter "auf/zu"-Effekt */
display: grid;
grid-template-rows: 1fr;
animation: acc-open .25s ease;
}
/* Optional: leichte Hover-Interaktion */
.acc-summary:hover {
background: #ffcc00;
transition: all .5s ease; /* sehr helles Grau/Blau */
}
/* Animation beim Öffnen */
@keyframes acc-open {
from { opacity: 0; transform: translateY(-2px); }
to   { opacity: 1; transform: translateY(0); }
}
/* Reduziere Bewegung, falls vom User gewünscht */
@media (prefers-reduced-motion: reduce) {
.acc-summary::after { transition: none; }
.acc-panel { animation: none; }
}
.foot-hover {
    color: #cbcbcb;
    transition: all 0.5s ease;
}

.foot-hover:hover {
    color: #ffcc00;
}


        .karten-head {
            font-size: 1.75rem;
            line-height:2rem; 
            font-weight:800; 
            text-align:left;
        }

        /* Global Section Styles */
        .seo-section {
            background-color: #f8f9fa;
            padding: 60px 0;
            font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
            color: #333;
        }

        /* Typography & Accents */
        .seo-headline {
            font-weight: 800;
            letter-spacing: -0.5px;
            color: #1a1a1a;
        }

        .accent-line {
            width: 60px;
            height: 4px;
            background: #ffcc00;
            margin: 20px 0;
            border-radius: 2px;
        }

        .geo-badge {
            display: inline-block;
            padding: 4px 12px;
            background: #e9ecef;
            border-radius: 20px;
            font-size: 0.8rem;
            font-weight: 600;
            margin-bottom: 15px;
            color: #666;
        }

        /* Feature Cards */
        .feature-card {
            background: #fff;
            border: none;
            border-radius: 15px;
            padding: 20px 20px;
            transition: all 0.3s ease;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
        }

        .feature-card:hover {
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
            transform: translateY(-8px);
        }

        .icon-box {
            width: 60px;
            height: 60px;
            background: #ffcc00;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px;
            color: #000;
            font-size: 24px;
            transition: transform 0.3s ease;
        }

        /* --- FAQ Specific Styles --- */
        .faq-header {
            text-align: center;
            margin-top: 80px;
            margin-bottom: 40px;
        }

        .faq-header h1 {
            font-weight: 800;
            font-size: 2.5rem;
            margin-bottom: 10px;
        }

        .faq-container {
            max-width: 900px;
            margin: 0 auto;
            padding: 0 15px;
        }

        .faq-container h2 {
            font-weight: 700;
            margin-bottom: 30px;
            text-align: center;
            font-size: 1.75rem;
            color: #444;
        }

        .faq-item {
            background: #fff;
            margin-bottom: 15px;
            border-radius: 12px;
            overflow: hidden;
            border: 1px solid #edf2f7;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
            transition: all 0.3s ease;
        }

        .faq-question {
            width: 100%;
            padding: 20px 25px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            background: none;
            border: none;
            outline: none !important;
            cursor: pointer;
            text-align: left;
            font-weight: 600;
            font-size: 1.1rem;
            color: #2d3748;
        }

        .faq-item:hover {
            box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
        }

        .chevron {
            width: 20px;
            height: 20px;
            fill: none;
            stroke: #718096;
            stroke-width: 2;
            stroke-linecap: round;
            stroke-linejoin: round;
            transition: transform 0.3s ease;
        }

        /* FAQ Animation Logic */
        .faq-answer {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease-out;
            background-color: #fff;
        }

        .faq-answer-inner {
            padding: 0 25px 20px 25px;
            color: #4a5568;
            line-height: 1.5;
        }

        /* Active State */
        .faq-item.active {
            border-left: 4px solid #ffcc00;
        }

        .faq-item.active .chevron {
            transform: rotate(180deg);
            stroke: #ffcc00;
        }

        .faq-item.active .faq-question {
            color: #000;
        }
