/* ============================================================================
   main.css  —  fussballeuropa.com  (Phase 2 Reorg)
   Universelle Basis + die Komponenten, die JEDE Seite (inkl. news.php) nutzt.
   Reine Umsortierung aus _main_v26 / _spieler_v26 / _team_v26 / _spiel_v26 /
   _rumour_v26 / _kader_v26 / _sucheliste_v26 — Regeln byte-treu, nur gruppiert
   und dedupliziert. KEINE visuelle Änderung.
   Lädt auf jeder Seite (render-blocking bzw. async, siehe Head-Helper).
   ============================================================================ */

/* --- Phase-2 Palette: Light-Werte == bisherige Hex => keine Änderung am Tag --- */
:root{
  --ui-bg:#fff;
  --ui-surface:#f2f2f2;
  --ui-surface-2:#fafafa;
  --ui-surface-3:#eee;
  --ui-color-muted:#585858;
  --ui-color-heading:#111;
  --ui-border-strong:#ccc;
  --ui-brand:#db091d;
  --ui-on-brand:#fff;
  --ui-ink:#121212;
  --ui-on-dark:#f2f2f2;
  --ui-tab-bg:#121212;
  --ui-hairline:#e3e3e3;
  --ui-logo-bg:#fff;
}

/* AUTO-GENERATED: _main.css derived from 2026.css
   - Top: rules used in provided sample pages, roughly sorted by usage
   - Bottom: rules NOT seen in sample pages (keep for later cleanup)
*/
@font-face {font-display: swap;font-family:'Oswald';font-style: normal;font-weight:400; src: url(../fonts/oswald-400.ttf) format('truetype');}

@font-face {font-display: swap;font-family:'Oswald';font-style: normal;font-weight:500; src: url(../fonts/oswald-500.ttf) format('truetype');}

@font-face {font-display: swap;font-family:'Lato';font-style: normal;font-weight:400; src: url(../fonts/lato-400.ttf) format('truetype');}

@font-face {font-display: swap;font-family:'Lato';font-style: normal;font-weight:700; src: url(../fonts/lato-700.ttf) format('truetype');}

/* Font Awesome – sauber getrennt (Brands 400 / Solid 900) */
@font-face{
  font-family:"FontAwesomeBrands";
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url("https://www.fussballeuropa.com/frontend/fonts/fa-brands-400.woff2") format("woff2"),
      url("../fonts/fa-brands-400.ttf") format("truetype");
}

@font-face{
  font-family:"FontAwesome";
  font-style:normal;
  font-weight:900;
  font-display:swap;
  src:url("../fonts/fa-solid-900.ttf") format("truetype");
}

@keyframes shimmer { 0% {background-position: 100% 0;} 100% {background-position: 0 0;} }

@keyframes matches_h-blink {
  0%,100% { color:#fff; }
  50%     { color:#db091d; }}

/* =========================================================
   BASE / GLOBAL
   ========================================================= */
   :root{
  --ui-border-color: #DEDEDE;
  --ui-shadow: 0 1px 5px rgba(0,0,0,.15);
  --ui-border-radius: 4px;
  --ui-color-subtext:#6B7280;
  --ui-color-text:#000;
  --ui-color-h123:#111827;
}

.site,body,html{margin:0;padding:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}

body,html{width:100%;overflow-x:hidden}

body{font-size:100%;font-family:'Oswald', Arial, sans-serif;font-weight: 400;direction:ltr;margin:0;color:var(--ui-color-text);background-color:var(--ui-bg)}

html{height:100%;background-color:var(--ui-bg)}

form.navsuche .fa{ font-size:16px; }

h2{font-family: 'Oswald', Arial, sans-serif;font-size:1.5rem;line-height:1.3;margin:20px 0 10px 0;text-transform:none;text-decoration:none;font-weight:500;color:var(--ui-color-h123);}

header{text-align:center;line-height: 0;margin:0;padding:0;}

hr{border:none;border-top:1px solid var(--ui-border-color);color:var(--ui-on-brand);background-color:var(--ui-bg);height:1px;margin:10px 0 15px 0}

h1{font-family: 'Oswald', Arial, sans-serif;font-size:1.75rem;line-height:1.2;margin:0;text-transform:none;text-decoration:none;font-weight:500;color:var(--ui-color-h123);}

form.navsuche button { width: 20%; padding: 7px 7px 7px 0; background: #121212; color: white; font-size: 1.2rem; border: 1px solid #121212; border-left: none; cursor: pointer; }

form.navsuche button:hover { background: var(--ui-surface); }

* { box-sizing: border-box; }

form.navsuche input[type=text] { padding: 7px; font-size: 1.2rem; border: 1px solid #121212; float: left; width: 80%; background: var(--ui-bg); }

form.navsuche::after { content: ""; clear: both; display: table; }

/* =========================================================
   CORE (USED / REVIEW) — sorted by importance
   Note: Forced keep patterns: .gamecards*, .hx-btn*,
   ========================================================= */

/* --- Layout / Grid / Containers --- */
.main{margin:20px 20px 0 20px;padding:0;}

.main_left{margin:0;float:none;}

.main_left .altbg a{text-decoration:none;color:#404040;box-shadow:none;font-weight:600;line-height: 1.3;display: block;}

.main_left50{margin:0;float:none;}

.main_right{margin:0;;float:none;}

.main_right50{margin:0;float:none;}

.row-split > div {
  width: 45%;
}

.row-split > div:last-child {
  width: 45%;
}

/* --- Header / Navigation / Footer --- */
.navtags_item {
  margin-right:5px;
      list-style: none;

}

.navtags_tag {
  display: inline-block;
  padding: 5px 8px 5px 8px;
  color: var(--ui-on-dark);
  background-color: var(--ui-tab-bg);
  text-transform: none;
  text-decoration: none;
  font-weight: 400;
  white-space: nowrap;
  font-family: 'Oswald', sans-serif;
  font-size: 1.1rem;
  line-height: 1;
}

.footer_contact .btn{display:inline-block;border:none;height:40px;line-height:40px;width:40px;margin:0;padding:0 10px 0 0;outline:0;text-align:center}

#menu__toggle:checked + .menu__btn > span { transform: rotate(45deg); }

#menu__toggle:checked + .menu__btn > span::after { top: 0; transform: rotate(90deg); }

#menu__toggle:checked + .menu__btn > span::before { top: 0; transform: rotate(0deg); }

.fa-footer-facebook::before{content:"\f09a"}

.fa-footer-home::before{content:"\e3af"}

.fa-footer-instagram:before{content:"\e055"}

.fa-footer-tiktok::before{content:"\e07b"}

.fa-footer-twitter::before{content:"\e61a"}

.fa-footer-youtube:before{content:"\f167"}

.fa-fo{display:inline-block;font-family:"FontAwesome";font-style:normal;font-weight:900;line-height:1;font-size:1.5rem;height:2rem;width:2rem;color:var(--ui-ink)}

.fa{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:900;line-height:1;width:30px;}

.fa-apple:before{content:"\f179"}

.fa-facebook::before{content:"\f09a"}

.fa-googleplay::before{content:"\f3ab"}

.fa-whatsapp:before{content:"\f232"}

.fa-youtube::before{content:"\f167"}

.fa-tiktok::before{content:"\e07b"}

.footer{background-color:var(--ui-surface);margin:50px 0 0 0;padding:0 20px 50px 20px;border-top:1px solid var(--ui-border-color);}

.footer_contact{border-bottom:0;padding:0;margin:20px 0 20px 0;text-align:center}

.footer_content{padding:0 0 20px 0}

.footer_font{font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.15rem;
    line-height: 1.5;
  color:var(--ui-color-text);
  }

.footer_font a{text-decoration:none;color:var(--ui-color-text);font-weight:400;text-decoration:none}

.footer_font a:link,.footer_font a:visited{text-decoration:none;color:var(--ui-color-text);font-weight:400;text-decoration:none}

.headersearch-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--ui-bg);
  text-align: center;
  line-height: 40px;
  padding: 1px;
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 20px;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  color: var(--ui-ink);
}

.headersearch-icon::before {
  content: "\f002";
}

.menu__btn > span, .menu__btn > span::before, .menu__btn > span::after { display: block; position: absolute; width: 100%; height: 2px; background-color: #121212; transition-duration: .25s; }

.menu__btn > span::after { content: ''; top: 6px; }

.menu__btn > span::before { content: ''; top: -6px; }

.menu_apps_android{ float:right; text-align:left; margin-left:1%; width: 49%; }

.menu_apps_clear{ clear:both; }

.menu_apps_container{ text-align:center; margin-top:20px; }

.menu_apps_ios{ float:left; text-align:right; margin-right:1%; width: 49%; }

.navbottom_m {
  height: 40px;
    width: 100%;
    background: #121212;
    white-space: nowrap;
    overflow-x: auto;
    padding: 0 0 0 10px;
    scrollbar-width: none;    overflow-y: hidden;
    display: flex;
    align-items: center;  
}

.navbottom_m::-webkit-scrollbar {
    display: none;
}

.navclear {
    clear: both;
}

.navcon_d {
    display: none;
}

.navcon_m {
    top: 0;
    min-height: 105px;
    height: 105px;
    width: 100%;
    max-width: 100%;
    background-color: var(--ui-bg);
    z-index: 99999;
    margin: 0;
    
}

.navcon_m .navmiddle {
    display: block;
    line-height: 0;
    text-align: left;
    margin: 0 0 0 20px;
}

.navcon_m .navmiddle .logo {
    border: 0;
}

.navcon_m .navright {
position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    padding: 10px 20px 0 0;
    display: block;
}

.navcon_m .navright .contact {
    border-bottom: 0;
    padding: 0;
    margin: 0;
    text-align: right;
    display: block;
}

.navinfo {
  position: relative;
  display: flex;
  align-items: center;
  height: 35px;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  padding: 0;
  margin: 25px 0 25px 0;
  padding: 0 10px 0 0;
  scrollbar-width: none;
  background: #121212;
  border-radius: var(--ui-border-radius);

}

.navinfo::-webkit-scrollbar {
  display: none;
}

.navtags {
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0;
  height: 100%;
  align-items: center;
}

.navtop_m {
    height: 65px;
    width: 100%;
    background: var(--ui-bg);
    white-space: nowrap;
    overflow-x: auto;
    position: relative; 
}

.topics{padding-left:0;list-style:none;display:flex;flex-wrap:wrap;margin:0;}

.topics{padding-left:0;list-style:none;display:flex;flex-wrap:wrap;margin:10px 0 0 0;}

.topics_item{font-size:.8rem;line-height:1.25rem;margin-right:.5rem;margin-bottom:.5rem;}

.topics_tag{  display: inline-block;
  padding: 5px 8px 5px 8px;
  color: #5b5b5b;
  background-color: var(--ui-surface);
  text-transform: none;
  text-decoration: none;
  font-weight: 400;
  white-space: nowrap;
  font-family: 'Oswald', sans-serif;
  font-size: 1.1rem;
  line-height: 1.2;
  text-decoration:none;
    border-radius: var(--ui-border-radius)
}

.hx-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  display: none; 
  cursor: pointer;
  border: 1px solid var(--ui-border-strong);
  background: var(--ui-bg);
  border-radius: 50%;
  padding: 10px;
  line-height: 0;
  box-shadow: var(--ui-shadow);
  transition: background .2s, box-shadow .2s;
}

.hx-btn--left  { left:0; }

.hx-btn--right { right:0; }

.hx-btn:hover { background: #f5f5f5; }

.hx-btn svg{fill:var(--ui-color-text);}

.h2style{
  display:flex;
  align-items:center;          
  width:100%;
  gap:0.75rem;                  
  margin:40px 0 20px 0;
}

.h2style::after{
  content:"";
  flex:1;                       
  height:5px;
  border-radius:var(--ui-border-radius);
  background: var(--ui-surface);

}

.h2style__title{
 font-family: "Oswald", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    margin: 0;
    line-height: 1.2;
    text-transform: uppercase;
}

h3{color:var(--ui-color-h123); font-family: "Oswald", sans-serif;
    font-size: 1.3rem;
    font-weight: 500;
    margin: 0;
    line-height: 1.2;
;}

.h3style{
  display:flex;
  align-items:center;          /* Balken vertikal am Text zentrieren */
  width:100%;
  gap:0.75rem;                  /* Abstand Text ↔ Balken */
  margin:20px 0 20px 0;
}

.h3style__title{
 font-family: "Oswald", sans-serif;
    font-size: 1.3rem;
    font-weight: 500;
    margin: 0;
    line-height: 1.2;
    text-transform: uppercase;
}

/* Der Balken */
.h3style::after{
  content:"";
  flex:1;                       /* füllt bis zum rechten Rand */
  height:5px;
  border-radius:var(--ui-border-radius);
  background: var(--ui-surface);
  

}

.font_text a.item {
  box-shadow: none;
}

.font_content {
font-family: 'Oswald',Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.15rem;
    line-height: 1.5;
}

.font_content a{color:var(--ui-color-text);font-weight:400;text-decoration:none;word-wrap:break-word;-webkit-box-shadow:inset 0 -.1em var(--ui-brand);box-shadow:inset 0 -.1em var(--ui-brand)}

.font_content strong {
font-family: 'Oswald',Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-style: normal;
    
}

.font_content strong {
  font-weight:500;
  color:var(--ui-color-text);
}

.font_content ul {
  list-style:disc;
  padding:0 0 0 20px;
  margin:1rem 0;
}

.font_content ul li {

  padding:5px 0 10px 0;
  margin: 5px 0 5px 0;
  border-bottom:1px solid var(--ui-hairline);

}

.font_content ul li:last-child {
  border-bottom:none;
}

.footer_text {
font-family: 'Oswald',Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.15rem;
    line-height: 1.5;
    margin:15px 0 15px 0;padding:0 0 15px 0;border-bottom:1px solid var(--ui-border-color);
}

.font_headline a{color:var(--ui-color-text);font-weight:400;text-decoration:none;word-wrap:break-word;-webkit-box-shadow:inset 0 -.1em var(--ui-brand);box-shadow:inset 0 -.1em var(--ui-brand)}

.font_text{font-family:'Lato',Arial,sans-serif;font-weight:400;font-size: 1.25rem;word-wrap:break-word;color:var(--ui-color-text);line-height: 1.6;}

.font_text .scrollbox-news a {
  box-shadow: none;
}

.font_text p a{color:var(--ui-color-text);font-weight:400;text-decoration:none;word-wrap:break-word;-webkit-box-shadow:inset 0 -.1em var(--ui-brand);box-shadow:inset 0 -.1em var(--ui-brand)}

.h2style__icon {
  flex: 0 0 40px;               
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.h2style__icon img,
.h2style__icon svg {
  max-width: 100%;
  max-height: 100%;
}

/* --- Components / Modules --- */
.profile-info {
  display: block;
  font-weight: 500;
  color: var(--ui-color-text);
  font-size: 1.2rem;
    line-height: 1.3;
}

.profile-info a{
    color: var(--ui-color-text);
    text-decoration: underline;
}

.rec-category{font-family: 'Oswald', Arial, sans-serif;color:var(--ui-color-subtext);font-size:1rem;line-height: 1.25;margin:10px 0 0 0;font-weight: 400;display:block;}

.rec-text{font-family: 'Oswald', Arial, sans-serif;color:var(--ui-color-text);display:block;font-weight:500;margin:0;position:relative;text-decoration:none;margin:0 15px 20px 0;font-size:1.25rem;line-height: 1.25;}

.rec-text a{font-weight:500;text-decoration:none;font-size:1.25rem;line-height: 1.25;color: var(--ui-color-text);box-shadow: none!important;-webkit-box-shadow:none!important}

.profile-label {
  display: block;
  font-weight: 400;
  color: var(--ui-color-subtext);
  font-size: 1rem;
  line-height: 1.3;
}

.profile-label a{
  color: var(--ui-color-subtext);
    text-decoration: none;
}

.imgcontainer{position: relative; }

.item {
      flex: 0 0 auto;
      overflow: hidden;
      text-decoration: none;
  
    }

.item .sub {
      font-size: 0.75rem;
      padding: 0 6px 6px;
      color: inherit;
    }

.item .title {
      font-size: 1rem;
      font-weight: 600;
      padding: 6px;
    }

.item img {
      width: 100%;
      aspect-ratio: 3 / 2;
      object-fit: cover;
      display: block;
      border-radius: var(--ui-border-radius);
    }

.scrollbox-news .item { flex: 0 0 var(--hx-item-w, 250px); }

.scrollbox-news .scroll-area .item {
      color: var(--ui-color-text);
    }

.scrollbox-spiele .scroll-area .item {
      background: #eef;
      color: #003366;
    }

.scrollbox-spieler .scroll-area .item {
      background: #ffe;
      color: #333300;
    }

.avatar_small{display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    text-align: center;
    border: var(--ui-border-color);
    border-radius: 50%;
    background: var(--ui-logo-bg);
    box-shadow: var(--ui-shadow);
    line-height: 40 px;
    padding:1px;
  }

.stempel-nr {
    position: absolute;
    top: -0;
    left: -0;
    background: var(--ui-brand);
    color: white;
    font-size: 3rem;
    padding: 5px 10px 10px 10px;
    font-weight: 600;
    text-transform: uppercase;
    box-shadow: var(--ui-shadow);
    font-family: 'Oswald', Arial, sans-serif;
    border-radius: var(--ui-border-radius) 0 var(--ui-border-radius) 0;
}

#In{box-shadow:none;padding:0;width:100%;background:var(--ui-bg); margin: auto; max-width:70rem;width:100%;}

#Out{width:auto;background:var(--ui-surface);}

.appimg a{
text-transform: none;color:var(--ui-on-brand);box-shadow: none;
  
}

.appimg a span {
    color: white;
    font-size: 1rem;
    padding-top: 8px;
    padding-bottom: 10px;
    position: absolute;
    line-height: 1;
    font-weight: 400;
    font-family: 'Montserrat';
}

.appimg i {
    font-size: 30px;
    color: white;
    line-height: 30px;
    padding: 10px;
    width:50px;
    transform:rotate(0deg);
    transition: all 0.5s ease-in-out;
    text-align:center;

}

.appimg:hover i  {
    transform:rotate(360deg);
}

.avatar{display: inline-block;
    position: relative;
    width: 60px;
    height: 60px;
    text-align: center;
    border: var(--ui-border-color);
    border-radius: 50%;
    background: var(--ui-logo-bg);
    box-shadow: var(--ui-shadow);
    line-height: 60px;
    padding:3px;
}

.bild1 img, .bild2 img {
	   object-fit: cover;
    }

/* Breadcrumb — kein Active/Hover-Styling, eine Zeile, Overflow mit Ellipsis */
.breadcrumb{
  overflow:hidden;                 /* nötig für Ellipsis */
}

.breadcrumb ul{
  display:flex;
  align-items:center;
  flex-wrap:nowrap;                /* KEIN Umbruch */
  list-style:none;
  padding:0;
  margin:0;
  font-family:'Oswald', Arial, sans-serif;
  font-size:1rem;
  color:var(--ui-color-subtext);

  overflow:hidden;                 /* Ellipsis-Setup */
  white-space:nowrap;
}

.breadcrumb li{
  display:flex;
  align-items:center;
  padding:0 4px;
  color:inherit;

  min-width:0;                     /* wichtig, damit Flex-Items schrumpfen dürfen */
}

/* Separator nur zwischen Items */
.breadcrumb li::before{ content:""; }

.breadcrumb li:not(:first-child)::before{
  content:"»";
  color:var(--ui-color-subtext);
  margin:0 6px 0 2px;
  flex:0 0 auto;
}

/* Links: neutral (kein Hover/Active Unterschied) */
.breadcrumb a{
  color:inherit;
  text-decoration:none;
  display:inline-flex;
  align-items:center;
  min-width:0;
  max-width:100%;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

/* Current page: neutral, ebenfalls ellipsis-fähig */
.breadcrumb [aria-current="page"]{
  color:inherit;
  font-weight:inherit;
  min-width:0;
  max-width:100%;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

/* Home Icon */
.fa-breadcrumb{
  display:inline-block;
  font-family:FontAwesome;
  font-style:normal;
  font-weight:900;
  line-height:1;
  font-size:0.9rem;
  height:0.9rem;
  width:0.9rem;
  color:var(--ui-color-subtext);
  padding:0 5px 0 0;
  flex:0 0 auto;
}

.breadcrumb li{ flex:0 0 auto; }

.breadcrumb li:last-child{ flex:1 1 auto; }

.cardview-karten-container {
      display: flex;
      overflow-x: auto;
      gap: 20px;
      padding-bottom: 10px;
      scroll-behavior: smooth;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: none;
    }

.cardview-karten-container::-webkit-scrollbar {
      display: none;
    }

.cardview-wrapper {
      position: relative;
    }

.cardview-wrapper.hx-scroll { --hx-item-w: 240px; --hx-gap: 20px; }

.clear{clear:both}

.coach-stats-msg{
    margin: 15px 0 15px 0;
    padding: 10px 15px 10px 15px;
    background: var(--ui-bg);
    border-left: 5px solid #f0ad4e;
    font-family: 'Oswald',Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.15rem;
    line-height: 1.5;
    border-radius: var(--ui-border-radius);
    box-shadow: var(--ui-shadow);
     border-bottom: 1px solid var(--ui-border-color);    
    border-top: 1px solid var(--ui-border-color);    
    border-right: 1px solid var(--ui-border-color);
  
}

.coach-stats-msg a {
    color: var(--ui-color-text);
    text-decoration: none;
    -webkit-box-shadow:inset 0 -.1em var(--ui-brand);box-shadow:inset 0 -.1em var(--ui-brand)
}

.coach-stats-msg strong{font-weight: 500;
}

.content{max-width:40rem;margin:0 auto;background:var(--ui-bg);padding:0;}

.headline-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.headline-logo {
  flex-shrink: 0;          
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--ui-logo-bg);
  display: flex;
  justify-content: center;
  align-items: center;
}

.headline-logo i {
      font-size: 28px;
        }

.headline-logo img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

.headline-rechts{
  order: 0;              
  width: 100%;
}

.headline-rechts .hx-track{display:flex; gap:6px; align-items:center}

.headline-rechts .icons {
  display: flex;
  gap: 5px;
  justify-content: flex-end; 
  width: 100%;
}

.headline-rechts .icons{
  max-width:300px;
  overflow: hidden;           
  margin-left: auto;          
  text-align: right;
}

.headline-row{
  order: 1;             
  width: 100%;
  display: flex;
  align-items: center;
  gap:10px;
}

.headline-text {
 
  overflow: hidden;        
  text-overflow: ellipsis; 
  font-family: 'Montserrat', Arial;
  color: var(--ui-ink);
  font-size: 1rem;
  line-height: 1;
}

.hstyle{
  display:flex;
  align-items:center;          
  width:100%;
  gap:0.75rem;                  
  margin:30px 0 20px 0;
 font-family: "Oswald", sans-serif;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
    color: #404040;
}

.hstyle::after{
  content:"";
  flex:1;                       
  height:5px;
  border-radius:var(--ui-border-radius);
  background: var(--ui-surface);
  border: 1px solid #e7e7e7;         
}

.hx-item {
  flex: 0 0 var(--hx-item-w, 240px);
  scroll-snap-align: start;      
}

.hx-scroll {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.hx-track {
  display: flex;
  flex-wrap: nowrap;
  gap: var(--hx-gap, 20px);
  overflow-x: auto;
  width: 100%;
  max-width: 100%;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x proximity; 
  padding: 0;
  margin: 0;
}

.hx-track { scrollbar-width: none; }

.hx-track::-webkit-scrollbar { display: none; }

.image_container img{width: 50px;height: 50px;}

.image_round_container img{width: 50px;height: 50px;border-radius: 50%;}

.index_topnews {
  display: grid;
  margin: 0 0 20px 0;
}

.index_topnews_headline {
font-family: 'Oswald', Arial, sans-serif;
    color: var(--ui-color-text);
    display: block;
    font-weight: 500;
    margin: 0;
    position: relative;
    text-decoration: none;
    margin: 0 15px 0 0;
    font-size: 1.25rem;
    line-height: 1.25;
}

.index_topnews_imgwrap { position: relative; }

.index_topnews_imgwrap img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.index_topnews_link {
  text-decoration: none; 
  color: inherit;        
  display: block;        
}

.index_topnews_media { overflow: hidden; }

.index_topnews_subline {
  font-family: 'Oswald', Arial, sans-serif;
  color: var(--ui-ink);
  font-size: .9rem;
  line-height: 1.25;
  margin: 0;
  font-weight: 400;
}

.index_topnews_textwrap {
  display: flex;
  flex-direction: column; 
  gap:0;
  margin:0;
}

.info_teaser{margin: 25px 0 25px 0;}

.info_teaser .left{width:70px;float:left;}

.info_teaser .middle{float:left;margin:0 20px 0 0;}

.info_teaser .right{float:right; margin: 10px 0 0 0;border-top: 1px solid var(--ui-border-color);padding: 10px 0 0 0;clear:both;}

.info_teaser a{border:none;text-decoration:none;}

.links ul{padding-inline-start:20px;margin:0;padding:0 0 0 20px}

.links ul li{list-style:none;padding-bottom:10px}

.links ul li::before{font-family:fontAwesome;content:"\f101";color:var(--ui-brand);display:inline-block;width:1em;margin-left:-1em;font-weight:400}

.logofile {
    width: 250px;
    height: 40px;
    border: 0;
    margin: 10px 0 0 0;
}

.mobile-ad-box {
  max-width: 300px;
  height: 250px;
  margin: 1rem auto;
  background: linear-gradient(135deg, var(--ui-surface), #e0e0e0);
  border: 1px solid var(--ui-border-color);
  border-radius: 8px;
    box-shadow: var(--ui-shadow);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.mobile-ad-box .ad-content {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-family: Montserrat, sans-serif;
  text-align: center;
  font-size: 1rem;
  line-height: 1.4;
}

.mobile-ad-box .ad-label {
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--ui-ink);
  text-align: left;
  padding: 4px 8px;
  background: #efefef;
  border-bottom: 1px solid var(--ui-border-color);
}

.newsimage{display:block;margin:0;padding:0;top:0;width:100%;height:auto;aspect-ratio:3/2;border-radius: var(--ui-border-radius);}

.newsimage2 {display: block; margin: 0;padding: 0;top: 0;width:100%;height: auto;aspect-ratio: 3/2;}

.profile-info-small a{
    color: var(--ui-color-text);
    text-decoration: underline;
}

.profile-updated{text-align: right;
    color:var(--ui-color-subtext);   
    font-size: 0.9rem;
    line-height: 1;
    padding: 10px 20px 20px 0;
  
  }

.rec-img{margin:0 0 10px 0;}

.scroll-area {
      display: flex;
      gap: 20px;
      overflow-x: auto;
      scroll-behavior: smooth;
      -webkit-overflow-scrolling: touch;
      padding: 0;
      scrollbar-width: none;
	  margin: 0;
    }

.scroll-area::-webkit-scrollbar {
      display: none;
    }

.scroll-btn i {
      font-size: 1.1rem;
      color: #333;
    }

.scrollbox-news.hx-scroll { --hx-item-w: 240px; --hx-gap: 20px; }

.site{width:100%;background-color:var(--ui-bg)}

.stempel-eins{
   position: absolute;
    top: -0;
    left: -0;
    background: var(--ui-brand);
    color: white;
    font-size: 3rem;
    padding: 5px 10px 10px 10px;
    font-weight: 600;
    text-transform: uppercase;
    box-shadow: var(--ui-shadow);
    font-family: 'Oswald', Arial, sans-serif;
    border-radius: var(--ui-border-radius) 0 var(--ui-border-radius) 0;
}

.subtext {
    font-family: 'Oswald', Arial;
  color:var(--ui-color-subtext);   
    font-size: 1.1rem;
    line-height: 1.25;
    word-wrap: break-word;
    vertical-align: baseline;
    margin:0;
    }

.timeline .item_title a{color:var(--ui-color-text);text-decoration:none}

.timeline .itemone a{text-decoration:none}

.timeline>li{margin-bottom:10px;position:relative;padding:5px 0 5px 0}

.titel ul {
    padding-inline-start: 20px;
    margin: 0;
    padding: 0;
}

.titel ul li {
    list-style: none;
    padding-bottom: 3px;
    font-size: 1.07rem;
}

.ts-btn {
  -webkit-tap-highlight-color: transparent;
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1.4rem;
  min-width: 160px;             
  border-radius: 3px;
  border: none;
  background: #121212;          
  color: var(--ui-on-brand);                  
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 1.1rem;              
  font-weight: 400;
  line-height: 1.1;
  cursor: pointer;
  text-decoration: none;
  transition: background-color .15s ease, transform .08s ease;
  user-select: none;
  box-shadow:none;
}

.ts-btn a {
  box-shadow: none !important;
}

.ts-btn-wrap {
  display: flex;
  justify-content: center;
  margin:25px 0 20px 0; 
}

.ts-btn:active {
  background: #4a4a4a;
  transform: translateY(0);
}

.ts-btn:focus-visible {
  outline: none;
    box-shadow: var(--ui-shadow);
}

.ts-btn:hover {
  background: #6a6a6a;
  transform: translateY(-1px);
}

.ts-btn[disabled] {
  opacity: .5;
  pointer-events: none;
}

.whatsappimg a{
text-transform: none;color:var(--ui-on-brand);box-shadow: none;
  
}

.whatsappimg a span {
    color: white;
    font-size: 1rem;
    padding-top: 8px;
    padding-bottom: 10px;
    position: absolute;
    line-height: 1;
    font-weight: 400;
    font-family: 'Montserrat';
}

.whatsappimg i {
    font-size: 30px;
    color: white;
    line-height: 30px;
    padding: 10px;
    width:50px;
    transform:rotate(0deg);
    transition: all 0.5s ease-in-out;
    text-align:center;

}

.whatsappimg:hover i  {
    transform:rotate(360deg);
}

/* --- Utilities / Helpers --- */
.cardview-karten-container.is-single{
  width:100%;
  max-width:100%;
  display:flex;
  justify-content:center;
}

.cardview-karten-container.is-single .businesscard-wrapper{
  flex:0 0 100%;
  width:100%;
}

.cat-content.is-loading .skeleton-row {
  height: 90px; margin: 0 0 12px 0; border-radius: 8px;
  background: linear-gradient(90deg, var(--ui-surface-3) 25%, #f5f5f5 37%, var(--ui-surface-3) 63%);
  background-size: 400% 100%;
  animation: shimmer 1.2s infinite linear;
}

.is-active{background-color:var(--ui-bg);color:var(--ui-color-text);padding:20px 8px 20px 8px}

/* --- Responsive (@media / @supports) --- */
@media (min-width: 40rem) {


  .headline-container {
    flex-direction: row;
        align-items: center;
  }

  .headline-row {
    order: 0;
        width: auto;
  }

  .headline-rechts .icons {
    width: auto;
        justify-content: flex-end;
  }

  .headline-rechts {
    order: 1;
        width: auto;
        margin-left: auto;
  }
}

@media only screen and (min-device-width:48rem) {

  .appimg a span {
    display: none;
  }

  .appimg a {
    display: none;
  }

  .main_left {
    margin:0 3% 0 0;width:60%;float:left;
  }

  .main {
    margin:20px 0 0 0;
  }

  .main_right {
    margin:0 1% 0 0;width:34%;float:right;
  }

  .main_left50 {
    margin:0 2% 0 0;width:48%;float:left;
  }


  .index_topnews {
    grid-template-areas: "media";
        gap: 0;
        position: relative;
  }

  .index_topnews_media {
    grid-area: media;
        aspect-ratio: 16 / 9;
        z-index: 1;
                border-radius: 0 0 var(--ui-border-radius) var(--ui-border-radius);
                overflow: hidden;
  }

  .index_topnews_textwrap {
    grid-area: media;
        align-self: end;
        justify-self: stretch;
        position: relative;
         z-index: 2;
        background: rgba(0,0,0,.5);
        padding: 1.25rem 1.5rem;
        margin: 0;
        gap: 0;
                        border-radius: 0 0 var(--ui-border-radius) var(--ui-border-radius);

  }

  .index_topnews_subline {
    font-size:1rem;
        color: var(--ui-on-brand);
  }

  .index_topnews_headline {
    font-size:2rem;
        color: var(--ui-on-brand);
  }

  .appimg i {
    display: none;
  }

  .appimg:hover i {
    display: none;
  }

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

  .navcon_m {
    width:100%;
  }

  .main_right50 {
    margin:0;width:48%;float:right;
  }

  .info_teaser .right {
    float:right; margin:0;border-top:0;padding:5px 0 0 0;clear:none;
  }
}

@media only screen and (min-device-width: 64rem) {

  .navcon_d .fa-fo {
    font-size: 1.5rem;
            height: 2rem;
            width: 2rem;
  }
#In{border-left: 1px solid var(--ui-border-color);border-right: 1px solid var(--ui-border-color);}
  .navcon_d .navmain .logo {
    text-align: center;
            display: inline-block;
            margin: auto;
  }

  .navcon_d .navtags {
    padding: 0;
            list-style: none;
            display: flex;
            flex-wrap: nowrap;
            margin: 0;
  }

  .navcon_d .navtop .topleft {
    display: block;
            height: 40px;
            text-align: left;
            float: left;
            width: 20%;
            margin: 0 25% 0 0;
  }

  .navcon_d .navtop .topright {
    display: block;
            height: 40px;
            text-align: right;
            float: right;
            width: 25%;
            margin: 0 0 0 25%;
  }

  .navcon_d .navtop {
    display: block;
            height: 50px;
            width: 100%;
            margin: 0;
            padding: 0;
  }

  .navcon_d .navtop .toplefticon {
    display: block;
            height: 40px;
            text-align: left;
            float: left;
            width: 5%;
            margin: 0;
  }

  .navcon_d .navmain {
    height: 120px;
            width: 100%;
            margin: 0;
            padding: 0;
  }

  .navcon_d .navbottom {
            height: 50px;
            width: 100%;
            margin: 0;
            padding:0 0 0 20px;
            background: #121212;
            overflow-y: hidden;
            border-radius: var(--ui-border-radius);
  }

  .logofile {
    width: 375px;
        height: 60px;
        border: 0;
        margin: 0;
  }

  .navcon_m {
    display: none;
  }

  .navcon_d {
    display: block;
            width: 100%;
            height: 200px;
            margin: 0 0 20px 0;
            padding: 20px 0 0 0;
  }



  .rec-news .no1 .rec-text, .rec-news .no1 .rec-text:hover {
    font-family: 'Oswald', Arial, sans-serif;color: var(--ui-color-text);display: block;font-weight:500;margin: 0;position: relative;text-decoration: none;margin: 0 15px 0 0;font-size:2rem;
  }

  .team img {
    height: 30px;
          width: 30px;
          object-fit: contain;
          margin: 0 10px;
          flex-shrink: 0;
  }

  .team span {
    word-break: break-word;
          white-space: normal;
          max-width: 100%;
  }

  .headersearch-icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 25px;
  }

  .main_right .altbg {
    margin:15px -20px 0 -20px
  }

  .datum-zeile i {
    margin:0;
  }

  .content {
    max-width:62rem;width:62rem;margin:0 auto;
  }

  h2 {
    font-size:1.6rem;
  }

  .footer_contact {
    display: none;
  }

  .stempel-eins {
    position: absolute;
        top: -0;
        left: -0;
        background: var(--ui-brand);
        color: white;
        font-size: 7rem;
        font-weight: 600;
        text-transform: uppercase;
        border-radius: 4px;
    box-shadow: var(--ui-shadow);
        font-family: 'Oswald', Arial, sans-serif;
        padding: 10px 20px 10px 20px;
    border-radius: var(--ui-border-radius) 0 var(--ui-border-radius) 0;
  }

  header {
    margin:0;
  }

  form.navsuche button {
    font-size: 1rem;
  }

  * {
    box-sizing: border-box;
  }

  form.navsuche input[type=text] {
    font-size: 1rem;
  }
}

/* --- Loose comments --- */
/* =========================================================
   RESPONSIVE (USED IN SAMPLE PAGES)
   ========================================================= */
@media (min-width: 64rem) {



  .ad-box {
    max-width: 970px;
        height: 250px;
          margin:50px 0 50px 0;
  }

  .headline-rechts .icons {
    max-width:400px;
  }
}

/* Brands-Icons: immer Brands-Font (nicht Solid) */
.fa-apple,
.fa-facebook,
.fa-googleplay,
.fa-whatsapp,
.fa-youtube,
.fa-footer-facebook,
.fa-footer-instagram,
.fa-footer-tiktok,
.fa-footer-twitter,
.fa-footer-youtube,
.fa-instagram,
.fa-tiktok{
  font-family:"FontAwesomeBrands";
  font-weight:400;
  font-style:normal;
}

@media (max-width: 48rem) {


  /* Der fixe Sticky-Container darf NICHT breiter als der Viewport werden */
  .trf-ad-bottom-sticky-container,
  .sticky-container-traffective-ad-Mobile_Sticky{
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;

    /* verhindert 100vw/rounding-Overflow */
    box-sizing: border-box !important;
    overflow-x: hidden !important;

    /* iOS Safe-Area (falls Bottom-Bar / Notch) */
    padding-left: env(safe-area-inset-left) !important;
    padding-right: env(safe-area-inset-right) !important;
    padding-bottom: env(safe-area-inset-bottom) !important;
  }

  /* Innerer Wrapper (calc(100% + 0px) etc.) ebenfalls einklemmen */
  .trf-ad-bottom-sticky-container > div,
  .sticky-container-traffective-ad-Mobile_Sticky > div{
    width: 100% !important;
    max-width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    overflow-x: hidden !important;
    box-sizing: border-box !important;
  }


  #traffective-ad-Mobile_Sticky,
  .Mobile_Sticky,
  .trf-center-container{
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  #traffective-ad-Mobile_Sticky iframe,
  .Mobile_Sticky iframe{
    max-width: 100% !important;
    width: 100% !important;
    display: block !important;
  }


  .trf-ad-bottom-sticky-container,
  .sticky-container-traffective-ad-Mobile_Sticky{
    max-height: 180px !important; /
  }
}

.ts-team-doublelogo {
  position: relative;
  width: 61px;
  height: 45px;
  border-bottom: none;

}

.fa-arrowup {
  font-family: 'FontAwesome';
  font-weight: 900;
  line-height: 1;
  font-size: 16px;
  height: 0.9rem;
  width: 0.9rem;
  color:var(--ui-color-subtext);
  padding: 0 0 0 5px;
}

.fa-arrowup::before {
  content: "\f35b";
}

/* STATS */
/* Hauptblock */
.pl-stats-block {
  font-family: 'Oswald', Arial, sans-serif;  
  padding: 0 0 12px 0;
  background-color: var(--ui-bg);

    
}

/* Kopfbereich */
.pl-stats-head {
    display: flex;
    align-items: center;
    width: 100%;
    background-color: var(--ui-surface);
    margin-bottom: 10px;
    border-bottom: 1px solid var(--ui-border-color);
    border-top: 1px solid var(--ui-border-color);
    padding: 4px 2px 4px 0;
}

.ps-stats .pl-stats-block:first-child .pl-stats-head {
  border-top: none;
}

.pl-stats-head-icon {
    margin: 10px;
    /*flex: 0 0 48px;*/
    width: 45px;
    height: 45px;
    border-radius: 50%;
    overflow: hidden;
    background: var(--ui-logo-bg);
    box-shadow: var(--ui-shadow);
    border: 1px solid var(--ui-border-color);
    padding: 3px;
    display: flex;
    align-items: center;
    justify-content: center

}

.pl-stats-head-icon::before {
    content: "";
    position: absolute;
    inset: 3px;
    border-radius: 50%;
    pointer-events: none;
}

.pl-stats-head-text {
   /* flex: 1 1 auto;*/
   min-width: 0;
   display: flex;
   flex-direction: column;
    padding-right: 10px;
   /*align-items: center;*/
}

.pl-stats-head-team {
    font-family: 'Oswald', Arial, sans-serif;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.3;
    color: var(--ui-color-text);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width:100%; /*NEU 08.01.26*/
}

.pl-stats-head a{
  text-decoration: none;
  color: inherit;
  font-family: Oswald;
}

.pl-stats-head-team a{
  text-decoration: none;
  color: inherit;
}

.pl-stats-head-link{
  display:flex;
  text-decoration:none;
  color:inherit;
  align-items:center; 
}

.pl-stats-block a{
  text-decoration: none;
  color: inherit;
}

/* Logo */
.ts-transfercard-logoimg {
    /*width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid var(--line, var(--ui-border-color));
    box-shadow: var(--ui-shadow);
    background: var(--ui-logo-bg);
    padding: 3px;
    object-fit: contain;
    */
     width: 100%;
    height: 100%;
    border-radius: 50%;
    display: block;
    object-fit: cover;
    object-position: 50% 25%;
    background: var(--ui-logo-bg);

}

.ts-title-logoimg {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid var(--line, var(--ui-border-color));
    box-shadow: var(--ui-shadow);
    background: var(--ui-logo-bg);
    padding: 3px;
    object-fit: contain;
}

/* Tabellenstruktur */
.pl-stats-body {
    font-family: 'Oswald', Arial, sans-serif;
    padding: 0 15px 10px 15px;
}

.pl-stats-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.pl-stats-title-row {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--ui-border-color);
    margin: 0 0 5px 0;
    padding: 5px 0 10px 0;
}

.pl-stats-trainer-row {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid var(--ui-border-color);
    margin: 5px 0 5px 0;
    padding: 15px 0 5px 0;
}

.pl-stats-title-row-player {
    display: block;
    justify-content: space-between;
    border-bottom: 1px solid var(--ui-border-color);
    margin: 0 0 5px 0;
    padding: 5px 0 10px 0;
}

.pl-stats-title-row:last-child {
    border-bottom:none;
 
}

.pl-stats-title-row-player:last-child {
    border-bottom:none;
 
}

.pl-stats-col {
    flex: 1;
    text-align: center;
}

.pl-stats-title-col {
    flex: 1;
    text-align: left;

}

.pl-stats-trainer-col {
    flex: 1;
    text-align: right;

}

/* Elterncontainer */
.ps-stats {
    display: block;
    margin: 20px 0;
    border: 1px solid var(--ui-border-color);      
    box-shadow: var(--ui-shadow);
    border-radius: var(--ui-border-radius);
    overflow: hidden;
}

.player-card-img{
    width: 80px;
    height: 80px;
    position: relative;
}

/* Bild NICHT voll in Kreis quetschen, Kopf darf unten reinlaufen */
.player-card-img img{
    border: 1px solid var(--line, var(--ui-border-color));
    box-shadow: var(--ui-shadow);
    padding: 5px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: block;
    object-fit: cover;
    object-position: 50% 25%;
    background: var(--ui-logo-bg);
}

/* WebKit */
/* === FINAL FIX: Rumours – isoliert mit .rumoursfix === */
.cardview-wrapper.rumoursfix{
  position: relative !important;   /* Referenz für Pfeile */
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden !important;      /* Inhalt bleibt im Eltern-Track */
  box-sizing: border-box !important;
  contain: layout paint;            /* verhindert Seitwärts-"Bluten" */
}

.font_imagecaption{
    font-family: 'Lato', Arial;
    color: var(--ui-color-muted);
    font-size: 1rem;
    line-height: 1.3;
    word-wrap: break-word;
    vertical-align: baseline;
    margin: 0;
    padding: 10px 20px 10px 20px;

}

@media (min-width: 64rem) {

    .font_imagecaption {
      padding: 10px 0 10px 0;

    }
}

.businesscard-wrapper {
  
  margin: 0 0 20px 0;
  padding: 0 0 15px 0;
  border: 1px solid var(--ui-border-color);
  box-shadow: var(--ui-shadow);
  border-radius: var(--ui-border-radius);
  overflow: hidden;

 
}

.businesscard-wrapper .pl-stats-title-col{
  min-width:0

}

.businesscard-wrapper .profile-info{
  display:block;
  max-width:100%;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
    min-width:0;

}

.businesscard-wrapper .pl-stats-head{
  display:block;
  border-top: 0;
}

.fa-contract::before {
    font-family: 'FontAwesome';
    font-weight: 900;
    content: "\f303";
    font-size: 16px;
    line-height: 1;
    padding: 5px;
}

/*LANGE NAMEN */
  .headline-container{flex-wrap: nowrap;}

.headline-text h1{text-overflow: ellipsis;overflow: hidden;}

.font_content ul li {
  padding:0.4rem 0;
  border-bottom:1px solid var(--ui-hairline);
}

.fa-substitution::before {
    content: "\f021";
       font-family:'FontAwesome';
    color:var(--ui-brand);
      font-weight: 900;

    font-style: normal;
}

@font-face {font-display: swap;font-family:'Lato';font-style: normal;font-weight:400; src: url(../../fonts/lato-400.ttf) format('truetype');}

@font-face {font-display: swap;font-family:'Lato';font-style: normal;font-weight:700; src: url(../../fonts/lato-700.ttf) format('truetype');}

.newsimage2 {display: block; margin: 0;padding: 0;top: 0;width:100%;height: auto;aspect-ratio: 3/2;border-radius:0;}

@media (min-width: 64rem) {

.newsimage2{border-radius: var(--ui-border-radius);box-shadow: none;}
}

.fa-instagram::before{
content: "\e055";
}

.fa-tktok::before{
content: "\f167";
}

.newsimage{border-radius:0;}

/* --- Dark Mode: greift automatisch bei OS-Einstellung "dunkel".
   Steht bewusst am Dateiende, damit es alle vorherigen :root-Hellwerte überschreibt. --- */
@media (prefers-color-scheme: dark){
  :root{
    --ui-bg:#121212;
    --ui-surface:#262626;
    --ui-surface-2:#2f2f2f;
    --ui-surface-3:#383838;
    --ui-color-text:#eaeaea;
    --ui-ink:#eaeaea;
    --ui-color-heading:#f5f5f5;
    --ui-color-h123:#f5f5f5;
    --ui-color-subtext:#9aa0aa;
    --ui-color-muted:#b0b0b0;
    --ui-border-color:#505050;
    --ui-border-strong:#606060;
    --ui-tab-bg:#323232;
    --ui-hairline:#3a3a3a;
    --ui-shadow:0 1px 5px rgba(0,0,0,.5);
  }
  /* Section-Headings (.h3style__title z.B. "NEUSTE NACHRICHTEN"/"MEISTGELESEN"):
     eine generische h3-Regel setzt hart color:#404040 -> auf Schwarz unleserlich.
     Im Dark auf helleres Grau heben (Light bleibt #404040). */
  h3{color:var(--ui-color-muted);}
  /* Gerüchte-Karten-Header: Titel auf der dunklen Header-Fläche weiß */
  .ts-transfers-toprow .ts-transfers-name{color:#fff;}
  /* navtags Dark: einheitliches Grau – inaktive Tabs = Leistenfarbe (verschmelzen),
     aktiver Tab weiß. Vollhöhe der Tabs ist global geregelt (gilt auch im Light). */
  .navbottom_m{background:var(--ui-surface);}
  .navcon_d .navbottom{background:var(--ui-surface);}
  .navtags_tag{background:var(--ui-surface);}
  .navtags_tag.is-active{background:var(--ui-logo-bg);color:var(--ui-bg);}
  /* Klassischer Link-Button (z.B. "Mehr anzeigen"): im Dark weiß mit dunkler
     Schrift (war #121212 = unsichtbar auf dunkler Seite). Wie native Ansicht. */
  .ts-btn{background:var(--ui-logo-bg);color:var(--ui-bg);}
  .ts-btn:hover{background:#e6e6e6;}
  .ts-btn:active{background:#d0d0d0;}
  /* Wappen Liga/Team: weißer Innen-BG (s.o.) + weißer Ring -> "Sticker"-Look
     wie im nativen Transfers-Tab. */
  .rumour_avatar,.rumour_avatar_teams,.ts-transfercard-logoimg,.ts-title-logoimg,
  .pl-stats-head-icon,.ts-fromteam,.ts-to-team,.lg-sched-logo,.team-sched-logo,
  .team-sched-league,.ts-transfers-flag,.gcx-crest,.team-standings-logo img,
  .ov-ligen-logo img,.team-cell img,.liste-ergebnisse-team img,.verein-info img{
    box-shadow:0 0 0 2px #fff;
  }
  /* Spieler-Fotos (H1-Avatar, Kollegen-Slider, Spielerbilder): grauer Ring
     zur Abgrenzung auf dunklem Grund. */
  .headline-logo,.player-card-img img,.ts-player,.ts-transfers-player,.avatar,.avatar_small{
    box-shadow:0 0 0 1px var(--ui-border-strong);
  }
}


/* ============================================================================
   Outbrain (via Traffective) — Dark-Mode-Fallback
   Outbrain liefert nur ein Hell-Theme (dunkle Texte auf hellem Grund) und laesst
   sich von aussen per CSS nicht zuverlaessig umfaerben (Template-CSS gewinnt).
   Daher im Dark Mode den Container .recs_bg auf weissen Hintergrund setzen ->
   Outbrains Karten bleiben lesbar wie am Tag ("Light-Island" im dunklen Artikel).
   ============================================================================ */
@media (prefers-color-scheme: dark){
  .recs_bg{ background:#fff; }
}


.navtags{align-items:stretch;}
.navtags_item{display:flex;}
.navtags_tag{display:flex;align-items:center;}
.navtags_tag.is-active{padding:5px 8px 5px 8px;}

@media (prefers-color-scheme: dark){
  .pl-stats-head{background-color:var(--ui-bg);}
}
