*{margin:0;padding:0;box-sizing:border-box}
body{font-family:Arial,sans-serif;font-size:13px;background:#f2f2f2;color:#222}
a{text-decoration:none;color:inherit}
a:hover{text-decoration:underline}
/* TOP BAR */
.topbar{background:#1a1a1a;color:#ccc;font-size:11px;display:flex;justify-content:space-between;align-items:center;padding:4px 12px}
.topbar a{color:#ccc;margin-left:10px}
.topbar a:hover{color:#f5c400}
.topbar-right{display:flex;align-items:center;gap:8px}
.btn-login{background:transparent;border:1px solid #ccc;color:#ccc;padding:3px 10px;cursor:pointer;font-size:11px;border-radius:3px}
.btn-register{background:#f5c400;border:none;color:#000;padding:4px 12px;cursor:pointer;font-size:11px;font-weight:bold;border-radius:3px}
/* MAIN NAV */
.mainnav{background:#1a1a1a;display:flex;align-items:center;justify-content:space-between;padding:0 12px;border-bottom:2px solid #f5c400;position:relative}
.logo{color:#f5c400;font-size:18px;font-weight:bold;padding:8px 0;font-style:italic;letter-spacing:-1px}
.logo span{color:#fff}
.nav-links{display:flex}
.nav-links a{color:#fff;padding:12px 14px;font-size:13px;display:block;font-weight:500}
.nav-links a:hover,.nav-links a.active{color:#f5c400;border-bottom:2px solid #f5c400;text-decoration:none}
.nav-bonus{color:#f5c400!important}
.nav-right{display:flex;gap:8px;align-items:center;font-size:12px;color:#aaa}
.nav-right span{color:#f5c400}
.hamburger{display:none;background:none;border:none;color:#fff;font-size:24px;cursor:pointer;padding:6px 4px}
/* LAYOUT */
.container{display:flex;max-width:1280px;margin:0 auto;padding:8px}
.sidebar{width:195px;min-width:195px;margin-right:8px}
.main-content{flex:1;min-width:0}
.right-sidebar{width:200px;min-width:200px;margin-left:8px}
.mobile-sidebar-toggle{display:none}
/* SIDEBAR */
.sidebar-section{background:#fff;border:1px solid #ddd;margin-bottom:6px;border-radius:2px}
.sidebar-title{background:#333;color:#fff;font-size:11px;font-weight:bold;padding:6px 8px;text-transform:uppercase;letter-spacing:.5px}
.sidebar-item{display:flex;align-items:center;padding:6px 8px;border-bottom:1px solid #f0f0f0;font-size:12px;cursor:pointer}
.sidebar-item:hover{background:#fff8e1}
.sidebar-item .icon{width:16px;margin-right:6px;font-size:14px}
.sidebar-item .arrow{margin-left:auto;color:#aaa;font-size:10px}
.sidebar-item.active{background:#fff8e1;font-weight:bold}
.sidebar-filter{display:flex;flex-wrap:wrap;gap:3px;padding:6px}
.sidebar-filter span{background:#eee;border:1px solid #ccc;padding:2px 6px;font-size:11px;border-radius:2px;cursor:pointer}
.sidebar-filter span:hover,.sidebar-filter span.active{background:#f5c400;border-color:#f5c400}
/* LIVE TICKER (Bundesliga score bar) */
.live-ticker{background:#fff;border:1px solid #ddd;margin-bottom:6px;padding:6px 10px;display:flex;align-items:center;gap:12px;font-size:12px;border-radius:2px}
.live-ticker .lt-league{font-weight:bold;color:#d00}
.live-ticker .lt-match{color:#0057a8;font-weight:bold}
.live-ticker .lt-time{background:#333;color:#fff;padding:2px 8px;border-radius:2px;font-weight:bold}
.live-ticker .lt-btn{margin-left:auto;background:#cc0000;color:#fff;padding:3px 10px;border-radius:2px;font-size:11px}
/* BANNER */
.banner{background:linear-gradient(135deg,#0057a8 0%,#003d7a 50%,#f5c400 100%);height:130px;display:flex;align-items:center;justify-content:space-between;padding:0 30px;border-radius:3px;margin-bottom:8px;position:relative;overflow:hidden}
.banner-text h2{color:#fff;font-size:26px;font-weight:bold;text-shadow:1px 1px 3px rgba(0,0,0,.5)}
.banner-text p{color:#f5c400;font-size:13px;margin-top:4px}
.banner-bonus{text-align:center}
.banner-bonus .amount{color:#f5c400;font-size:40px;font-weight:bold;line-height:1}
.banner-bonus .label{color:#fff;font-size:13px}
.banner-btn{background:#f5c400;color:#000;font-weight:bold;padding:8px 18px;border-radius:3px;font-size:13px;border:none;cursor:pointer;margin-top:8px;display:inline-block}
.banner-score{background:rgba(0,0,0,.4);color:#fff;padding:6px 12px;border-radius:3px;font-size:14px;font-weight:bold}
.banner-score span{color:#f5c400}
/* TABS */
.tabs-bar{background:#fff;border:1px solid #ddd;display:flex;align-items:center;margin-bottom:8px;border-radius:2px;overflow:hidden}
.tabs-bar a{padding:8px 14px;font-size:12px;color:#333;border-right:1px solid #eee;display:block}
.tabs-bar a:hover{background:#fff8e1;text-decoration:none}
.tabs-bar a.active{background:#f5c400;color:#000;font-weight:bold}
/* WETT-BOOST */
.boost-section{background:#fff;border:1px solid #ddd;margin-bottom:8px;border-radius:2px}
.boost-header{padding:6px 10px;font-size:11px;font-weight:bold;color:#333;border-bottom:1px solid #eee;background:#fafafa;text-transform:uppercase}
.boost-row{display:flex;gap:6px;padding:8px}
.boost-card{flex:1;border:1px solid #ddd;border-radius:3px;padding:8px;min-width:0}
.boost-card .match-name{font-size:11px;font-weight:bold;color:#0057a8;margin-bottom:4px}
.boost-card .tip-label{font-size:10px;color:#666;margin-bottom:4px}
.boost-badge{display:inline-block;background:#f5c400;color:#000;font-size:9px;font-weight:bold;padding:1px 5px;border-radius:2px;margin-bottom:4px}
.boost-odds{display:flex;gap:4px;margin-top:4px}
.boost-odd-old{color:#999;text-decoration:line-through;font-size:11px}
.boost-odd-new{background:#0057a8;color:#fff;padding:2px 6px;border-radius:2px;font-size:12px;font-weight:bold;cursor:pointer}
.boost-odd-new:hover{background:#003d7a}
/* LIVE SECTION */
.live-section{background:#fff;border:1px solid #ddd;margin-bottom:8px;border-radius:2px}
.live-header{background:#cc0000;color:#fff;font-size:12px;font-weight:bold;padding:7px 10px;display:flex;align-items:center;gap:6px}
.live-dot{width:8px;height:8px;background:#fff;border-radius:50%;display:inline-block}
.live-sport-tabs{display:flex;border-bottom:1px solid #eee;overflow-x:auto;background:#fafafa}
.live-sport-tabs a{padding:6px 10px;font-size:11px;color:#333;white-space:nowrap;border-right:1px solid #eee}
.live-sport-tabs a:hover{background:#fff8e1;text-decoration:none}
.live-sport-tabs a.active{background:#f5c400;color:#000;font-weight:bold}
.live-subheader{background:#555;color:#fff;font-size:11px;padding:4px 10px;display:flex;align-items:center;gap:6px}
.live-subheader .live-dot{background:#f5c400}
.live-match-row{display:flex;align-items:center;padding:6px 10px;border-bottom:1px solid #f0f0f0;font-size:12px}
.live-match-row:hover{background:#f9f9f9}
.live-match-info{flex:1;min-width:0}
.live-match-info .teams{font-weight:500;font-size:12px}
.live-match-info .time{font-size:10px;color:#888;margin-top:1px}
.live-score{background:#333;color:#fff;padding:2px 6px;border-radius:2px;font-size:11px;font-weight:bold;margin:0 8px;white-space:nowrap}
.live-odds{display:flex;gap:3px}
.odd-btn{background:#f0f4fa;border:1px solid #c5d5e8;color:#0057a8;padding:4px 10px;border-radius:2px;font-size:12px;font-weight:bold;cursor:pointer;min-width:44px;text-align:center}
.odd-btn:hover{background:#0057a8;color:#fff}
.odd-btn.disabled{background:#eee;color:#aaa;border-color:#ddd;cursor:default}
.live-count{font-size:10px;color:#aaa;margin-left:6px;white-space:nowrap}
.all-events-link{display:block;text-align:right;padding:6px 10px;font-size:11px;color:#0057a8}
/* BESTSELLER */
.bestseller-section{background:#fff;border:1px solid #ddd;margin-bottom:8px;border-radius:2px}
.bs-header{background:#555;color:#fff;font-size:12px;font-weight:bold;padding:7px 10px}
.bs-row{display:grid;grid-template-columns:70px 1fr auto auto auto 30px;align-items:center;padding:6px 8px;border-bottom:1px solid #f0f0f0;font-size:11px;gap:4px}
.bs-row:hover{background:#f9f9f9}
.bs-time{color:#888;font-size:10px}
.bs-teams{font-weight:500;font-size:12px}
.bs-odd{background:#f0f4fa;border:1px solid #c5d5e8;color:#0057a8;padding:3px 8px;border-radius:2px;font-size:12px;font-weight:bold;cursor:pointer;text-align:center}
.bs-odd:hover{background:#0057a8;color:#fff}
.bs-count{color:#aaa;font-size:10px;text-align:right}
.bs-all{text-align:right;padding:6px 10px;font-size:11px}
.bs-all a{color:#0057a8}
/* LAST MINUTE */
.lm-section{background:#fff;border:1px solid #ddd;margin-bottom:8px;border-radius:2px}
.lm-header{background:#cc0000;color:#fff;font-size:12px;font-weight:bold;padding:7px 10px}
.lm-row{display:grid;grid-template-columns:70px 1fr auto auto 30px;align-items:center;padding:6px 8px;border-bottom:1px solid #f0f0f0;font-size:11px;gap:4px}
.lm-row:hover{background:#f9f9f9}
/* ANGEBOT SECTION */
.angebot-section{background:#fff;border:1px solid #ddd;margin-bottom:8px;border-radius:2px}
.angebot-header{padding:8px 10px;font-size:12px;font-weight:bold;background:#fafafa;border-bottom:1px solid #eee}
.angebot-sport-tabs{display:flex;border-bottom:1px solid #eee;overflow-x:auto}
.angebot-sport-tabs a{padding:8px 12px;font-size:12px;color:#333;border-right:1px solid #eee;display:flex;align-items:center;gap:4px;white-space:nowrap}
.angebot-sport-tabs a:hover{background:#fff8e1;text-decoration:none}
.angebot-sport-tabs a.active{background:#f5c400;color:#000;font-weight:bold}
.angebot-league{background:#eee;font-size:11px;padding:4px 10px;font-weight:bold;color:#444;border-bottom:1px solid #ddd}
.angebot-row{display:grid;grid-template-columns:70px 1fr auto auto auto 30px;align-items:center;padding:6px 8px;border-bottom:1px solid #f0f0f0;font-size:11px;gap:4px}
.angebot-row:hover{background:#f9f9f9}
.angebot-all{text-align:right;padding:6px 10px;font-size:11px}
.angebot-all a{color:#0057a8}
/* RIGHT SIDEBAR */
.hot-bets{background:#fff;border:1px solid #ddd;border-radius:2px;margin-bottom:8px}
.hb-header{background:#cc0000;color:#fff;font-size:12px;font-weight:bold;padding:7px 10px}
.hb-subheader{font-size:10px;color:#888;padding:5px 8px;border-bottom:1px solid #eee;background:#fafafa}
.hb-row{display:flex;align-items:center;padding:5px 8px;border-bottom:1px solid #f0f0f0;font-size:11px;gap:6px}
.hb-row:hover{background:#f9f9f9}
.hb-num{color:#aaa;font-size:10px;min-width:12px}
.hb-info{flex:1;min-width:0}
.hb-teams{font-size:11px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.hb-league{font-size:10px;color:#888}
.hb-odd{background:#f0f4fa;border:1px solid #c5d5e8;color:#0057a8;padding:2px 7px;border-radius:2px;font-size:11px;font-weight:bold;cursor:pointer}
.hb-odd:hover{background:#0057a8;color:#fff}
.hb-all{text-align:center;padding:6px;font-size:11px;border-top:1px solid #eee}
.hb-all a{color:#0057a8}
/* PROMO BOX */
.promo-box{background:#f5c400;border-radius:2px;padding:12px;margin-bottom:8px;text-align:center}
.promo-box h3{font-size:13px;font-weight:bold;color:#000}
.promo-box p{font-size:11px;color:#333;margin:4px 0}
.promo-box a{background:#000;color:#f5c400;padding:5px 12px;border-radius:2px;font-size:11px;font-weight:bold;display:inline-block;margin-top:6px}
/* TIPS */
.tips-section{background:#fff;border:1px solid #ddd;border-radius:2px;margin-bottom:8px}
.tips-header{background:#0057a8;color:#fff;font-size:12px;font-weight:bold;padding:7px 10px}
.tip-row{display:flex;gap:8px;padding:8px;border-bottom:1px solid #eee}
.tip-img{width:50px;height:36px;background:#e0e8f0;border-radius:2px;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:9px;color:#666;text-align:center}
.tip-text{font-size:11px;line-height:1.4}
.tip-text a{color:#0057a8}
/* FOOTER TOP */
.footer-icons{background:#fff;border-top:2px solid #f5c400;padding:12px;display:flex;justify-content:space-around;flex-wrap:wrap;gap:8px;font-size:11px;text-align:center}
.fi-item{display:flex;flex-direction:column;align-items:center;gap:4px;color:#555}
.fi-icon{font-size:22px;color:#f5c400}
/* TRUST LOGOS */
.trust-bar{background:#fafafa;border-top:1px solid #eee;border-bottom:1px solid #eee;padding:10px 12px;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:12px}
.trust-badge{background:#eee;border:1px solid #ccc;border-radius:2px;padding:4px 10px;font-size:10px;font-weight:bold;color:#444}
/* PARTNER LOGOS */
.partner-bar{background:#fff;padding:10px 12px;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:10px;border-bottom:1px solid #eee}
.partner-logo{background:#f0f0f0;border:1px solid #ddd;border-radius:2px;padding:4px 10px;font-size:10px;font-weight:bold;color:#555}
/* PAYMENT LOGOS */
.payment-bar{background:#fafafa;padding:8px 12px;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px;border-bottom:1px solid #eee}
.payment-logo{font-size:10px;color:#666;background:#fff;border:1px solid #ddd;border-radius:2px;padding:3px 8px}
/* FOOTER */
footer{background:#222;color:#bbb;padding:20px}
.footer-cols{display:flex;gap:20px;flex-wrap:wrap;justify-content:space-between;margin-bottom:16px}
.footer-col h4{color:#fff;font-size:11px;font-weight:bold;margin-bottom:8px;text-transform:uppercase}
.footer-col a{display:block;color:#bbb;font-size:11px;margin-bottom:4px}
.footer-col a:hover{color:#f5c400;text-decoration:none}
.footer-social{display:flex;gap:8px;margin-top:8px}
.footer-social a{background:#444;color:#fff;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px}
.footer-bottom{border-top:1px solid #444;padding-top:12px;font-size:10px;color:#777;text-align:center;line-height:1.6}
.footer-lang{display:flex;align-items:center;gap:6px;justify-content:center;margin-bottom:8px}
.footer-lang select{background:#333;border:1px solid #555;color:#ccc;padding:3px 6px;font-size:11px;border-radius:2px}
.responsible{border:1px solid #555;border-radius:3px;padding:10px;text-align:center;margin-top:10px;font-size:10px;color:#888}
.responsible a{color:#aaa}
.section-title{font-size:12px;font-weight:bold;color:#333;padding:7px 10px;background:#fafafa;border-bottom:1px solid #eee}
/* CASINO BANNER */
.casino-banner{background:linear-gradient(90deg,#1a0033,#4a0080);border-radius:3px;padding:12px 20px;margin-bottom:8px;display:flex;align-items:center;justify-content:space-between}
.casino-banner span{color:#f5c400;font-weight:bold;font-size:14px}
.casino-banner a{background:#f5c400;color:#000;font-weight:bold;padding:6px 14px;border-radius:3px;font-size:12px}
.sportwetten-text{background:#fff;border:1px solid #ddd;border-radius:2px;padding:12px;margin-bottom:8px;font-size:12px;line-height:1.6;color:#555}
.sportwetten-text h3{font-size:13px;color:#333;font-weight:bold;margin-bottom:6px}
.sportwetten-text a{color:#0057a8}

/* =========================================================
   MOBILE VERSION (<=768px)
   ========================================================= */
@media (max-width:768px){
  body{font-size:12px}

  /* Top bar: hide secondary link row, keep language + auth buttons */
  .topbar{flex-wrap:wrap;padding:6px 8px;gap:6px}
  .topbar > div:first-child{display:none}
  .topbar-right{width:100%;justify-content:space-between}
  .btn-register{padding:5px 10px}

  /* Main nav becomes hamburger-driven */
  .mainnav{flex-wrap:wrap;padding:0 8px}
  .logo{font-size:15px}
  .logo br{display:none}
  .logo small{display:none}
  .hamburger{display:block}
  .nav-right{display:none}
  .nav-links{display:none;flex-direction:column;width:100%;position:absolute;top:100%;left:0;background:#1a1a1a;z-index:100;border-top:1px solid #333;box-shadow:0 8px 12px rgba(0,0,0,.25)}
  .nav-links.open{display:flex}
  .nav-links a{padding:13px 16px;border-bottom:1px solid #2a2a2a}
  .nav-links a:hover,.nav-links a.active{border-bottom:1px solid #f5c400}

  /* Layout: everything stacks in one column */
  .container{flex-direction:column;padding:6px}
  .sidebar,.main-content,.right-sidebar{width:100%;min-width:0;margin:0}
  .mobile-sidebar-toggle{display:block;order:1;width:100%;background:#333;color:#fff;border:none;border-radius:2px;padding:10px;font-size:12px;font-weight:bold;margin-bottom:8px;cursor:pointer;text-align:center}
  .sidebar{display:none;order:2;margin-bottom:8px;max-height:70vh;overflow-y:auto}
  .sidebar.open{display:block}
  .main-content{order:3}
  .right-sidebar{order:4;margin-top:8px}

  /* Live ticker */
  .live-ticker{flex-wrap:wrap;gap:6px;font-size:11px}
  .live-ticker .lt-btn{margin-left:0}

  /* Banner */
  .banner{flex-direction:column;height:auto;padding:16px;text-align:center;gap:8px}
  .banner-text h2{font-size:20px}
  .banner-text p{font-size:12px}
  .banner-bonus .amount{font-size:30px}
  .banner-score{position:static;align-self:flex-end}

  /* Tabs bars scroll horizontally */
  .tabs-bar{overflow-x:auto}
  .tabs-bar a{white-space:nowrap}

  /* Wett-Boost cards stack */
  .boost-row{flex-direction:column}
  .boost-card{width:100%}

  /* Live match rows: drop the counter, allow wrap */
  .live-match-row{flex-wrap:wrap;gap:4px}
  .live-count{display:none}
  .odd-btn{min-width:40px;padding:4px 6px;font-size:11px}

  /* Bestseller / Last Minute / Angebot tables: hide time & count columns */
  .bs-row,.lm-row,.angebot-row{grid-template-columns:1fr auto auto auto;font-size:10px;gap:3px;padding:6px 6px}
  .bs-time,.bs-count{display:none}
  .bs-teams{font-size:11px}
  .bs-odd{padding:4px 6px;font-size:11px}

  /* Casino banner */
  .casino-banner{flex-direction:column;text-align:center;gap:8px}

  /* Footer */
  .footer-cols{flex-direction:column;gap:18px}
  .trust-bar,.partner-bar,.payment-bar{gap:6px;padding:8px}
}

/* =========================================================
   SPORTWETTEN-TEXT – Enhanced SEO Content Block
   ========================================================= */

.sportwetten-text {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 24px 28px;
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 1.75;
  color: #333;
}

/* H1 */
.sportwetten-text h1 {
  font-size: 20px;
  font-weight: bold;
  color: #111;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #f5c400;
  line-height: 1.3;
}

/* H2 */
.sportwetten-text h2 {
  font-size: 15px;
  font-weight: bold;
  color: #0057a8;
  margin-top: 22px;
  margin-bottom: 8px;
  padding-left: 10px;
  border-left: 3px solid #f5c400;
  line-height: 1.3;
}

/* Paragraphs */
.sportwetten-text p {
  margin-bottom: 12px;
  color: #444;
  font-size: 13px;
}

/* UL lists */
.sportwetten-text ul {
  list-style: none;
  padding: 0;
  margin: 0 0 14px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px 16px;
}

.sportwetten-text ul li {
  padding: 5px 8px 5px 10px;
  background: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 2px;
  font-size: 12px;
  color: #333;
  line-height: 1.5;
  position: relative;
}

.sportwetten-text ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #f5c400;
  border-radius: 2px 0 0 2px;
}

.sportwetten-text ul li strong {
  color: #111;
}

/* Links */
.sportwetten-text a {
  color: #0057a8;
  text-decoration: none;
  border-bottom: 1px dotted #0057a8;
  transition: color 0.15s, border-color 0.15s;
}

.sportwetten-text a:hover {
  color: #003d7a;
  border-bottom-color: #003d7a;
  text-decoration: none;
}

/* Disclaimer at the bottom */
.sportwetten-text p:last-child {
  margin-top: 18px;
  margin-bottom: 0;
  padding: 8px 12px;
  background: #f5f5f5;
  border: 1px solid #e0e0e0;
  border-left: 3px solid #cc0000;
  border-radius: 2px;
  font-size: 11px;
  color: #777;
  line-height: 1.5;
}

.sportwetten-text p:last-child a {
  color: #888;
  border-bottom-color: #aaa;
  font-size: 11px;
}

/* =========================================================
   MOBILE (<=768px)
   ========================================================= */
@media (max-width: 768px) {

  .sportwetten-text {
    padding: 14px 12px;
    font-size: 12px;
  }

  .sportwetten-text h1 {
    font-size: 16px;
    padding-bottom: 8px;
    margin-bottom: 8px;
  }

  .sportwetten-text h2 {
    font-size: 13px;
    margin-top: 16px;
    margin-bottom: 6px;
  }

  .sportwetten-text ul {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .sportwetten-text ul li {
    font-size: 12px;
  }

  .sportwetten-text p {
    font-size: 12px;
  }
}