/* ================================================================
   nuSport – Theme: Österreichischer Badminton-Verband (ÖBV)
   ----------------------------------------------------------------
   Verbandsfarben: ÖBV-Rot
   Primärrot   #ed1e24 = rgb(237, 30, 36)   — Links, Buttons,
                                              Top-Line, aktive Menüpunkte
   Quelle: https://www.badminton.at/ (assets/css/options.css)
   ================================================================ */



:root {
    --primary:        #ed1e24;
    --primary-rgb:    237, 30, 36;
    --primary-light:  #eeeeee;  /* ÖBV-CI: Neutralgrau statt Rotton */

    --accent:         #b81519;

    --bg:             #f4f4f4;
    --card:           #ffffff;

    --text:           #1a1a1a;
    --text-muted:     #555555;
    --text-light:     #777777;

    --border:         #dedede;
    --radius:         8px;
    --shadow:         0 2px 10px rgba(237, 30, 36, 0.10);

    --font:           "Open Sans", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;

    --link-color:     var(--primary);
    --link-hover:     var(--accent);
    --surface:        var(--card);

    --header-bg:      var(--primary);
    --header-color:   #ffffff;
    --tabs-bg:        var(--accent);
}

/* ÖBV-Logo: 240×63 px (cropped aus Header-Banner, heller Hintergrund)
   Auf rotem Header → weißer Chip für saubere Darstellung */
#logo a::before {
    content:             "";
    display:             block;
    background-image:    url("../../img/logos/badat/logo-oebv.png");
    background-color:    #ffffff;
    background-size:     contain;
    background-position: center center;
    background-repeat:   no-repeat;
    width:               80px;
    height:              3.2rem;
    border-radius:       5px;
    box-shadow:          0 1px 4px rgba(0, 0, 0, 0.20);
}

.picto-pdf::before {
    content: ""; display: inline-block; width: 0.95em; height: 0.95em;
    margin-right: 0.3em; vertical-align: -0.12em;
    background-repeat: no-repeat; background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ed1e24' d='M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2M9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v1.5z'/%3E%3Cpath fill='%23ed1e24' d='M4.603 14.087a.81.81 0 0 1-.438-.42c-.195-.388-.13-.776.08-1.102.198-.307.526-.568.897-.787a7.68 7.68 0 0 1 1.482-.645 19.7 19.7 0 0 0 1.062-2.227 7.27 7.27 0 0 1-.43-1.295c-.086-.4-.119-.796-.046-1.136.075-.354.274-.672.65-.823.192-.077.4-.12.602-.077a.7.7 0 0 1 .477.365c.088.164.12.356.127.538.007.188-.012.396-.047.614-.084.51-.27 1.134-.52 1.794a10.954 10.954 0 0 0 .98 1.686 5.75 5.75 0 0 1 1.334.05c.364.066.734.195.96.465.12.144.193.32.2.518.007.192-.047.382-.138.563a1.04 1.04 0 0 1-.354.416.856.856 0 0 1-.51.138c-.331-.014-.654-.196-.933-.417a5.71 5.71 0 0 1-.911-.95 11.65 11.65 0 0 0-1.997.406 11.31 11.31 0 0 1-1.02 1.51c-.292.35-.609.656-.927.787a.793.793 0 0 1-.58.029z'/%3E%3C/svg%3E");
}
