/* ===============================================
   BWA e.V. - Standard CSS
   NUR für CMS-Redaktionsklassen
   =============================================== */

/* ===============================================
   CMS Standard-Klassen
   Diese Klassen werden vom zContent CMS verwendet
   =============================================== */

/* Auswahl-Klasse (Dropdown, Select) */
.auswahl {
    background-color: #fff;
    color: #003366;
    font-family: 'Inter', 'Open Sans Condensed', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    padding: 8px 12px;
    border: 1px solid #dee2e6;
    border-radius: 6px;
}

/* Bemerkung-Klasse (Hinweise, Notizen) */
.bemerkung {
    color: #003366;
    font-family: 'Inter', 'Open Sans Condensed', sans-serif;
    font-size: 1rem;
    font-weight: 300;
    font-style: italic;
    opacity: 0.9;
}

/* Pokal-Klasse (Hervorhebungen) */
.pokal {
    color: #003366 !important;
    font-family: 'Outfit', 'Open Sans Condensed', sans-serif;
    font-size: 1.1rem !important;
    font-weight: 700 !important;
}

/* Link-Klasse (CMS-Links) */
.link {
    color: #003366 !important;
    font-family: 'Inter', 'Open Sans Condensed', sans-serif !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
    text-decoration: none;
    transition: color 0.3s ease;
}

.link:hover {
    color: #002244 !important;
    text-decoration: underline;
}

/* Normal-Klasse (Standard-Text) */
.normal {
    color: #003366 !important;
    font-family: 'Inter', 'Open Sans Condensed', sans-serif !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
}

/* Text-Klasse (Fließtext) */
.text {
    color: #003366;
    font-family: 'Inter', 'Open Sans Condensed', sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.6;
}

/* Titel-Klasse (Abschnittstitel) */
.titel {
    background-color: #f8f9fa;
    color: #003366;
    font-family: 'Outfit', 'Open Sans Condensed', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 12px 15px;
    /*border-left: 4px solid #003366;*/
    margin: 15px 0;
}

/* Überschrift-Klassen */
.ueberschrift {
    color: #9D9D51 !important;
    font-family: 'Outfit', 'Open Sans Condensed', sans-serif;
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.ueberschrift2 {
    color: #003366;
    font-family: 'Outfit', 'Open Sans Condensed', sans-serif;
    font-size: 1.4rem !important;
    font-weight: 700 !important;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.ueberschrift3 {
    color: #9D9D51 !important;
    font-weight: 700 !important;
    font-size: 1.6rem !important;
    font-family: 'Outfit', 'Open Sans Condensed', sans-serif;
    margin-bottom: 1.2rem;
    line-height: 1.2;
}

.counter table {
    width:26%;
    margin:0px auto;
    padding: 12px 15px;
    border: 1px solid #dee2e6;
}

.counter td {
    padding: 0px 5px !important;
    border:none !important;
    font-weight:400 !important;
}

.counter .titel {
    font-size: 1.1rem !important;
    font-weight:400 !important;
}

/* ===============================================
   ENDE - Nur CMS-Klassen
   Alle anderen Styles in styles.css
   =============================================== */
