
:root{
  --bg:#fff9ef;
  --paper:#ffffff;
  --paper-soft:#fffdf7;
  --text:#24170f;
  --muted:#6f5b49;
  --gold:#b88a2a;
  --gold2:#f1cf6a;
  --gold3:#fff0b8;
  --dark:#2a1a10;
  --brown:#4b2b18;
  --red:#7b1f16;
  --line:rgba(184,138,42,.32);
  --shadow:0 14px 34px rgba(80,48,22,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;background:radial-gradient(circle at 8% 0%, rgba(241,207,106,.22), transparent 24%),linear-gradient(180deg,#fffaf0 0%,#fff7e8 38%,#fffdf8 100%);color:var(--text);line-height:1.65}
a{color:inherit}.container{width:min(1160px,92%);margin:0 auto}.narrow{max-width:820px}
.site-header{background:rgba(255,253,247,.96);color:var(--text);position:sticky;top:0;z-index:10;border-bottom:2px solid var(--gold);box-shadow:0 8px 28px rgba(92,58,21,.08);backdrop-filter:blur(8px)}
.nav-wrap{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:10px 0}.brand{font-size:25px;font-weight:900;text-decoration:none;color:#2d1b10;letter-spacing:.2px;display:flex;align-items:center;gap:10px}.brand-mark{display:inline-grid;place-items:center;width:40px;height:40px;border:2px solid var(--gold);border-radius:50%;font-size:13px;background:linear-gradient(145deg,#fff7d9,#f0c85e);color:#2b1a0f;box-shadow:inset 0 0 0 3px rgba(255,255,255,.55)}.site-header nav{display:flex;gap:12px;flex-wrap:wrap;align-items:center}.site-header nav a{text-decoration:none;font-weight:800;opacity:.94;padding:6px 9px;border-radius:999px}.site-header nav a:hover{background:#fff1c6;color:#4b2b18}.admin-link{border:1px solid var(--gold);padding:6px 12px!important;background:linear-gradient(135deg,#fff7dc,#f1cf6a)}
.hero{padding:24px 0 20px;background:radial-gradient(circle at 88% 12%,rgba(241,207,106,.55),transparent 27%),linear-gradient(135deg,#fffdf8 0%,#fff1c4 54%,#fffaf0 100%);color:var(--text);position:relative;overflow:hidden;border-bottom:1px solid var(--line)}
.hero::before{content:"";position:absolute;inset:12px 4%;border:2px solid rgba(184,138,42,.32);border-radius:28px;pointer-events:none}.hero-grid{display:grid;grid-template-columns:1.12fr .88fr;gap:18px;align-items:center;position:relative;z-index:1}.hero h1{font-size:clamp(25px,3.6vw,40px);line-height:1.08;margin:0 0 14px;max-width:720px;color:#2a170d}.hero p{font-size:16px;max-width:620px;margin:0 0 16px;color:#5f4936}.eyebrow{margin:0 0 8px;text-transform:uppercase;letter-spacing:.15em;font-size:12px;font-weight:900;color:#8c641d}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.btn{display:inline-block;background:linear-gradient(135deg,var(--gold2),var(--gold));color:#24170f;padding:12px 21px;border-radius:999px;text-decoration:none;font-weight:900;border:1px solid rgba(123,84,20,.25);cursor:pointer;box-shadow:0 8px 18px rgba(120,78,24,.16)}.btn.secondary{background:#fff;color:#3a2415;border:1px solid var(--gold)}.btn:hover{transform:translateY(-1px)}
.hero-orbit{position:relative;min-height:250px;display:flex;align-items:center;justify-content:center}
.hero-circle{position:absolute;display:flex;align-items:center;justify-content:center;text-decoration:none;background:radial-gradient(circle at 30% 25%,#ffffff 0%,#fff8e6 58%,#f4d980 100%);border:3px solid rgba(184,138,42,.60);border-radius:50%;box-shadow:0 14px 34px rgba(98,63,21,.16), inset 0 0 0 8px rgba(255,255,255,.58);overflow:hidden;transition:transform .18s ease, box-shadow .18s ease}
.hero-circle:hover{transform:translateY(-3px);box-shadow:0 18px 38px rgba(98,63,21,.22), inset 0 0 0 8px rgba(255,255,255,.62)}
.hero-circle-main{width:205px;height:205px;left:50%;top:50%;transform:translate(-50%,-50%)}
.hero-circle-top{width:108px;height:108px;left:16%;top:5%}
.hero-circle-right{width:108px;height:108px;right:5%;top:22%}
.hero-circle-bottom{width:108px;height:108px;left:20%;bottom:0%}
.hero-circle img{width:82%;height:82%;object-fit:contain;display:block;filter:drop-shadow(0 8px 10px rgba(65,45,19,.16))}
.hero-circle-label{position:absolute;left:50%;bottom:10px;transform:translateX(-50%);background:rgba(255,255,255,.92);border:1px solid rgba(184,138,42,.50);padding:4px 10px;border-radius:999px;font-size:12px;font-weight:900;color:#59391d;white-space:nowrap;max-width:calc(100% - 16px)}
.hero-circle-placeholder{font-size:16px;font-weight:900;color:#7d5a1d;text-align:center;padding:0 14px}
.hero-circle-small .hero-circle-placeholder{font-size:13px}
.section{padding:48px 0}.page-hero{padding:40px 0;background:linear-gradient(135deg,#fffdf8,#fff0c3);color:var(--text);border-bottom:1px solid var(--line)}.page-hero h1{font-size:42px;margin:0 0 8px;color:#2a170d}.page-hero p{color:#5d4938;max-width:760px}.section-head{max-width:760px;margin-bottom:24px}.section-head h2{font-size:36px;margin:0 0 8px;color:#2a170d}.section-head p{color:var(--muted)}
.intro-strip{padding:12px 0;background:rgba(255,255,255,.78);border-bottom:1px solid var(--line)}.strip-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.strip-grid div{border:1px solid var(--line);border-radius:16px;padding:15px;background:linear-gradient(180deg,#fff,#fff8e9);box-shadow:0 6px 20px rgba(80,48,22,.06)}.strip-grid strong{display:block;font-size:23px;color:#8a641e}.strip-grid span{color:var(--muted);font-weight:700}
.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.card{background:var(--paper);border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow);padding:22px;overflow:hidden}.card h3{margin:0 0 10px;color:#2f1d12;font-size:23px}.card p{color:#5f4936}.product-card{position:relative;background:linear-gradient(180deg,#fff,#fffaf0)}.product-card::before{content:"";position:absolute;inset:8px;border:1px solid rgba(184,138,42,.18);border-radius:16px;pointer-events:none}.product-card img,.image-placeholder{width:100%;height:178px;background:#fff;border-radius:15px;margin-bottom:15px}.product-card img{object-fit:contain;padding:10px;border:1px solid rgba(184,138,42,.28)}.image-placeholder{display:grid;place-items:center;color:#8a641e;font-weight:900;font-size:23px;background:linear-gradient(135deg,#fff8df,#f2d678);border:1px solid rgba(184,138,42,.32)}.price{display:inline-block;color:#2a170d;background:#fff4ce;border:1px solid rgba(184,138,42,.45);padding:5px 10px;border-radius:999px;font-weight:900;margin-bottom:10px}.product-category,.category-pill{display:inline-block;border:1px solid var(--line);border-radius:999px;padding:4px 10px;font-size:13px;color:#684c26;background:#fff9ea;font-weight:800}.text-link{font-weight:800;color:#70420d;text-decoration:none}.text-link:hover{text-decoration:underline}
.notice{background:linear-gradient(135deg,#fff,#fff2c8);border:1px solid var(--line);border-radius:18px;padding:18px;box-shadow:var(--shadow)}
.category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.category-card{display:block;text-decoration:none;background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px;box-shadow:var(--shadow)}.category-card strong{display:block;font-size:20px;color:#2f1d12}.category-card span{color:#6f5b49;font-weight:700}
.gallery-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.gallery-item{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:var(--shadow)}.gallery-item img{width:100%;height:190px;object-fit:contain;background:#fff;padding:8px;display:block}.gallery-item .gallery-caption{padding:12px;color:#5f4936;font-weight:700}
.form-box{background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);padding:24px}label{font-weight:900;display:block;margin:12px 0 6px;color:#2b1a0f}input,textarea,select{width:100%;padding:12px;border:1px solid rgba(184,138,42,.42);border-radius:12px;font:inherit;background:#fffdf8}textarea{min-height:130px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.status{padding:14px 16px;border-radius:14px;margin:14px 0;font-weight:800}.status.success{background:#ecfdf1;color:#155d2c;border:1px solid #a8e7ba}.status.error{background:#fff0f0;color:#8b1616;border:1px solid #f2bbbb}
.cta-box{display:flex;align-items:center;justify-content:space-between;gap:20px;background:linear-gradient(135deg,#fff7dc,#fffefb);border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);padding:24px}
.admin-body{background:#f7f0df}.admin-layout{display:flex;min-height:100vh}.admin-sidebar{width:250px;background:#2b1a10;color:white;padding:22px;border-right:3px solid var(--gold)}.admin-logo{font-size:22px;font-weight:900;margin-bottom:20px;color:#f1cf6a}.admin-logo small{font-size:13px;color:#fff1c7}.admin-sidebar nav{display:flex;flex-direction:column;gap:8px}.admin-sidebar a{color:white;text-decoration:none;padding:10px 12px;border-radius:12px;font-weight:800}.admin-sidebar a:hover,.admin-sidebar a.active{background:#f1cf6a;color:#2b1a10}.admin-main{flex:1;padding:28px}.admin-card{background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);padding:20px;margin-bottom:18px}.admin-table{width:100%;border-collapse:collapse;background:#fff;border-radius:14px;overflow:hidden}.admin-table th,.admin-table td{padding:12px;border-bottom:1px solid #eee;text-align:left;vertical-align:top}.admin-table th{background:#fff2c8;color:#2b1a10}.actions{display:flex;gap:8px;flex-wrap:wrap}.small{font-size:13px;color:var(--muted)}
.footer{background:#2b1a10;color:#fff7dc;padding:34px 0;border-top:3px solid var(--gold)}.footer a{color:#f1cf6a}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:22px}
@media(max-width:980px){.hero-grid,.grid,.strip-grid,.footer-grid,.category-grid{grid-template-columns:1fr}.hero-orbit{min-height:310px;margin-top:8px}.hero-circle-main{width:220px;height:220px}.hero-circle-top,.hero-circle-right,.hero-circle-bottom{width:118px;height:118px}.gallery-grid{grid-template-columns:repeat(2,1fr)}.cta-box{flex-direction:column;align-items:flex-start}.form-row{grid-template-columns:1fr}.admin-layout{display:block}.admin-sidebar{width:auto}.site-header{position:static}.nav-wrap{align-items:flex-start;flex-direction:column}.site-header nav{gap:8px}}
@media(max-width:640px){.hero{padding:20px 0}.hero::before{inset:10px 2%;border-radius:20px}.hero-orbit{min-height:215px}.hero-circle-main{width:145px;height:145px}.hero-circle-top{width:78px;height:78px;left:7%;top:3%}.hero-circle-right{width:78px;height:78px;right:2%;top:22%}.hero-circle-bottom{width:78px;height:78px;left:10%;bottom:2%}.hero-circle-label{font-size:11px;bottom:6px;padding:3px 8px}.hero-circle-placeholder{font-size:14px}.hero-circle-small .hero-circle-placeholder{font-size:12px}.gallery-grid{grid-template-columns:1fr}.hero h1{font-size:25px}.page-hero h1{font-size:32px}.section-head h2{font-size:30px}}


/* v0.9c: Kreis-Sprung beim Antippen/Hover verhindern */
.hero-circle:hover{
  transform:none;
}
.hero-circle-main:hover{
  transform:translate(-50%,-50%);
}
.hero-circle-top:hover,
.hero-circle-right:hover,
.hero-circle-bottom:hover{
  transform:none;
}
@media (hover:none){
  .hero-circle:hover,
  .hero-circle-main:hover,
  .hero-circle-top:hover,
  .hero-circle-right:hover,
  .hero-circle-bottom:hover{
    transform:none;
  }
  .hero-circle-main:hover{
    transform:translate(-50%,-50%);
  }
}


/* v0.9e Begrüßungsblock unter dem Banner */
.welcome-section{padding:28px 0 44px;background:linear-gradient(180deg,#fffdf8,#fff8ea)}
.welcome-box{display:grid;grid-template-columns:1.55fr .85fr;gap:22px;align-items:stretch;background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow);padding:24px;position:relative;overflow:hidden}
.welcome-box::before{content:"";position:absolute;inset:10px;border:1px solid rgba(184,138,42,.18);border-radius:18px;pointer-events:none}
.welcome-text,.welcome-quote{position:relative;z-index:1}
.welcome-text h2{font-size:clamp(26px,3vw,38px);line-height:1.14;margin:0 0 12px;color:#2a170d}
.welcome-text p{margin:0 0 14px;color:#5f4936;font-size:17px}
.check-list{display:grid;grid-template-columns:1fr 1fr;gap:8px 16px;margin:14px 0 0;padding:0;list-style:none}
.check-list li{font-weight:800;color:#3d2818;padding-left:28px;position:relative}
.check-list li::before{content:"✓";position:absolute;left:0;top:0;color:#8a641e;background:#fff4ce;border:1px solid rgba(184,138,42,.35);width:20px;height:20px;border-radius:50%;display:grid;place-items:center;font-size:13px;line-height:1}
.welcome-quote{background:linear-gradient(135deg,#fff4ce,#fffaf0);border:1px solid rgba(184,138,42,.42);border-radius:20px;padding:22px;display:flex;flex-direction:column;justify-content:center;gap:12px;text-align:left}
.welcome-quote strong{font-size:24px;line-height:1.18;color:#2a170d}
.welcome-quote span{color:#6f5b49;font-weight:800}
.welcome-quote .btn{align-self:flex-start;margin-top:4px}
@media(max-width:900px){.welcome-box{grid-template-columns:1fr}.check-list{grid-template-columns:1fr}.welcome-section{padding:22px 0 34px}}


/* ==========================================================
   v0.9q FINAL CLEAN: kompakte Startseite + sauberer Footer/Zähler
   ========================================================== */

.container{
  width:min(1040px,92%);
}

.site-header{
  border-bottom:1px solid var(--gold);
}

.nav-wrap{
  padding:7px 0;
}

.brand{
  font-size:21px;
  gap:8px;
}

.brand-mark{
  width:32px;
  height:32px;
  font-size:11px;
}

.site-header nav{
  gap:8px;
}

.site-header nav a{
  font-size:13px;
  padding:5px 9px;
}

/* Start-Banner kleiner */
.hero{
  padding:18px 0 16px;
}

.hero::before{
  inset:9px 5%;
  border-radius:22px;
  border-width:1px;
}

.hero-grid{
  grid-template-columns:1.2fr .8fr;
  gap:16px;
}

.eyebrow{
  font-size:10px;
  letter-spacing:.14em;
  margin:0 0 7px;
}

.hero h1{
  font-size:clamp(25px,3vw,34px);
  line-height:1.08;
  max-width:590px;
  margin:0 0 10px;
}

.hero p{
  font-size:14px;
  line-height:1.45;
  max-width:570px;
  margin:0 0 12px;
}

.hero-actions{
  gap:9px;
}

.btn{
  font-size:13px;
  padding:8px 15px;
  box-shadow:0 6px 14px rgba(120,78,24,.12);
}

/* Kreise kleiner, aber Layout bleibt stabil */
.hero-orbit{
  min-height:190px;
}

.hero-circle-main{
  width:160px;
  height:160px;
}

.hero-circle-top,
.hero-circle-right,
.hero-circle-bottom{
  width:82px;
  height:82px;
}

.hero-circle-label{
  font-size:10px;
  padding:3px 7px;
  bottom:7px;
}

.hero-circle-placeholder{
  font-size:13px;
}

.hero-circle-small .hero-circle-placeholder{
  font-size:11px;
}

/* Preisstreifen kleiner */
.intro-strip{
  padding:9px 0;
}

.strip-grid{
  gap:10px;
}

.strip-grid div{
  padding:12px 14px;
  border-radius:13px;
}

.strip-grid strong{
  font-size:19px;
}

.strip-grid span{
  font-size:13px;
}

/* Allgemeine Sektionen kompakter */
.section{
  padding:30px 0;
}

.section-head{
  margin-bottom:16px;
}

.section-head h2{
  font-size:28px;
}

.section-head p{
  font-size:14px;
}

/* Willkommen kompakter */
.welcome-section{
  padding:22px 0 32px;
}

.welcome-box{
  gap:18px;
  padding:20px;
  border-radius:18px;
}

.welcome-box::before{
  inset:8px;
  border-radius:14px;
}

.welcome-text h2{
  font-size:clamp(24px,2.55vw,32px);
  line-height:1.12;
  margin-bottom:9px;
}

.welcome-text p{
  font-size:14px;
  line-height:1.45;
  margin-bottom:10px;
}

.check-list{
  gap:7px 14px;
  margin-top:10px;
}

.check-list li{
  font-size:14px;
  line-height:1.32;
  padding-left:24px;
}

.check-list li::before{
  width:18px;
  height:18px;
  font-size:11px;
}

.welcome-quote{
  padding:18px;
  border-radius:16px;
  gap:9px;
}

.welcome-quote strong{
  font-size:21px;
  line-height:1.15;
}

.welcome-quote span{
  font-size:13px;
}

/* Karten/Produkte kleiner */
.grid{
  gap:16px;
}

.card{
  padding:17px;
  border-radius:16px;
}

.card h3{
  font-size:19px;
}

.card p{
  font-size:14px;
  line-height:1.45;
}

.product-card img,
.image-placeholder{
  height:145px;
}

.image-placeholder{
  font-size:18px;
}

.category-grid,
.gallery-grid{
  gap:12px;
}

.category-card{
  padding:14px;
  border-radius:14px;
}

.category-card strong{
  font-size:17px;
}

.gallery-item{
  border-radius:14px;
}

.gallery-item img{
  height:155px;
}

.cta-box{
  padding:18px;
  border-radius:17px;
}

.cta-box h2{
  font-size:24px;
  margin:0 0 6px;
}

.cta-box p{
  font-size:14px;
}

/* Footer und Besucherzähler */
.site-footer{
  background:#fffdf8;
  color:var(--text);
  border-top:1px solid var(--line);
  padding:22px 0 24px;
}

.footer-grid{
  display:grid;
  grid-template-columns:1fr auto;
  gap:16px;
  align-items:start;
  font-size:13px;
}

.footer-grid strong{
  font-size:14px;
}

.footer-links{
  text-align:right;
}

.footer-links a{
  color:#3a2415;
  font-weight:700;
}

.footer-counter{
  width:min(760px,92%);
  margin:18px auto 0;
}

.th-counter{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:8px;
  width:100%;
  margin:0 auto;
  padding:9px;
  background:#fffaf0;
  border:1px solid var(--line);
  border-radius:14px;
  box-shadow:0 6px 18px rgba(80,48,22,.06);
}

.th-counter__item{
  text-align:center;
  background:#fff;
  border:1px solid rgba(184,138,42,.22);
  border-radius:11px;
  padding:8px 6px;
}

.th-counter__num{
  display:block;
  font-size:16px;
  line-height:1;
  font-weight:900;
  color:#8a641e;
}

.th-counter__label{
  display:block;
  margin-top:4px;
  font-size:10px;
  line-height:1.1;
  font-weight:800;
  color:#6f5b49;
}

@media(max-width:980px){
  .hero-grid{
    grid-template-columns:1fr;
  }

  .hero-orbit{
    min-height:210px;
  }

  .strip-grid,
  .footer-grid{
    grid-template-columns:1fr 1fr;
  }

  .footer-links{
    text-align:left;
  }

  .th-counter{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:640px){
  .hero{
    padding:16px 0 14px;
  }

  .hero h1{
    font-size:24px;
  }

  .hero p{
    font-size:13px;
  }

  .hero-orbit{
    min-height:170px;
  }

  .hero-circle-main{
    width:125px;
    height:125px;
  }

  .hero-circle-top,
  .hero-circle-right,
  .hero-circle-bottom{
    width:66px;
    height:66px;
  }

  .strip-grid,
  .footer-grid{
    grid-template-columns:1fr;
  }

  .welcome-box{
    grid-template-columns:1fr;
    padding:16px;
  }

  .welcome-text h2{
    font-size:23px;
  }

  .th-counter{
    grid-template-columns:1fr;
  }
}



/* ==========================================================
   v0.9v Counter Icons
   ========================================================== */
.th-counter__item{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:2px;
}

.th-counter__icon{
  display:block;
  font-size:22px;
  line-height:1;
  margin-bottom:2px;
}

.th-counter__num{
  display:block;
  font-size:16px;
  line-height:1;
  font-weight:900;
  color:#8a641e;
}

.th-counter__label{
  display:block;
  margin-top:2px;
  font-size:10px;
  line-height:1.1;
  font-weight:800;
  color:#6f5b49;
}

/* ==========================================================
   v0.9x Embedded Fullsize
   Alte Bereiche wie Tassen, Visitenkarten, Papier, Buttons
   groß im neuen Tassenhasser-System darstellen.
   ========================================================== */

.embedded-hero {
  padding: 34px 0 26px !important;
}

.embedded-hero h1 {
  font-size: clamp(34px, 4vw, 54px) !important;
  line-height: 1.05 !important;
  margin-bottom: 12px !important;
}

.embedded-hero p {
  font-size: 17px !important;
  max-width: 760px !important;
}

.embedded-section {
  padding: 26px 0 42px !important;
}

.embedded-section .container {
  width: min(1320px, 96%) !important;
  max-width: 1320px !important;
}

.embedded-page-shell {
  width: 100% !important;
  max-width: 100% !important;
  background: #fffdf8 !important;
  border: 1px solid var(--line, rgba(184,138,42,.28)) !important;
  border-radius: 20px !important;
  overflow: hidden !important;
  box-shadow: 0 14px 34px rgba(80,48,22,.10) !important;
  min-height: 1100px !important;
}

.embedded-page-shell iframe,
iframe.embedded-frame {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;
  height: 1200px !important;
  min-height: 1200px !important;
  border: 0 !important;
  background: #fff !important;
}

/* Falls Browser alte iframe-Attribute stärker nimmt */
.embedded-page-shell iframe[width],
.embedded-page-shell iframe[height] {
  width: 100% !important;
  height: 1200px !important;
}

/* Auf großen Monitoren noch mehr Höhe */
@media (min-width: 1200px) {
  .embedded-page-shell iframe,
  iframe.embedded-frame {
    height: 1350px !important;
    min-height: 1350px !important;
  }

  .embedded-page-shell {
    min-height: 1350px !important;
  }
}

/* Tablet */
@media (max-width: 900px) {
  .embedded-section .container {
    width: 96% !important;
  }

  .embedded-page-shell iframe,
  iframe.embedded-frame {
    height: 1050px !important;
    min-height: 1050px !important;
  }
}

/* Handy */
@media (max-width: 600px) {
  .embedded-hero h1 {
    font-size: 30px !important;
  }

  .embedded-page-shell {
    border-radius: 14px !important;
  }

  .embedded-page-shell iframe,
  iframe.embedded-frame {
    height: 900px !important;
    min-height: 900px !important;
  }
}

.hero-circle-main{width:170px !important;height:170px !important}
  .hero-circle-top,.hero-circle-right,.hero-circle-bottom{width:92px !important;height:92px !important}
  .hero-circle-label{font-size:10px !important;padding:3px 8px !important}
}

/* ==========================================================
   v10a Tassen-Hero
   Rote Kreise der Startseite mit Tassenbildern betonen.
   ========================================================== */
.hero-orbit{min-height:320px !important}
.hero-circle-main{width:235px !important;height:235px !important}
.hero-circle-top,.hero-circle-right,.hero-circle-bottom{width:122px !important;height:122px !important}
.hero-circle-top{left:10% !important;top:1% !important}
.hero-circle-right{right:1% !important;top:18% !important}
.hero-circle-bottom{left:15% !important;bottom:-2% !important}
.hero-circle img{width:88% !important;height:88% !important;object-fit:contain !important}
.hero-circle-main img{width:92% !important;height:92% !important}
.hero-circle-label{
  position:absolute !important;
  left:50% !important;
  bottom:10px !important;
  transform:translateX(-50%) !important;
  background:rgba(255,250,238,.92) !important;
  color:#5a3a18 !important;
  border:1px solid rgba(184,138,42,.34) !important;
  border-radius:999px !important;
  padding:4px 10px !important;
  font-size:12px !important;
  line-height:1.1 !important;
  font-weight:900 !important;
  white-space:nowrap !important;
  box-shadow:0 4px 10px rgba(84,52,18,.10) !important;
}
.hero-circle-placeholder{font-size:15px !important;font-weight:900 !important;color:#7a5a24 !important}
@media (max-width:900px){
  .hero-orbit{min-height:270px !important}
  .hero-circle-main{width:200px !important;height:200px !important}
  .hero-circle-top,.hero-circle-right,.hero-circle-bottom{width:110px !important;height:110px !important}
}
@media (max-width:700px){
  .hero-orbit{min-height:240px !important}
  .hero-circle-main{width:170px !important;height:170px !important}
  .hero-circle-top,.hero-circle-right,.hero-circle-bottom{width:92px !important;height:92px !important}
  .hero-circle-label{font-size:10px !important;padding:3px 8px !important}
}

.hero-orbit{min-height:265px !important; margin-top:10px !important;}
  .hero-circle-main{width:190px !important;height:190px !important;}
  .hero-circle-top{width:98px !important;height:98px !important;left:6% !important;top:4% !important;}
  .hero-circle-right{width:102px !important;height:102px !important;right:4% !important;top:24% !important;}
  .hero-circle-bottom{width:102px !important;height:102px !important;left:10% !important;bottom:2% !important;}
}

/* ==========================================================
   v10b Hero Beautify
   Schönerer Tassen-Hero auf der Startseite.
   ========================================================== */
.hero-circles .hero-grid-circles{
  grid-template-columns: 1.04fr .96fr !important;
  align-items:center !important;
}
.hero-orbit{
  position:relative !important;
  min-height:360px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  margin:0 auto !important;
}
.hero-circle{
  background: radial-gradient(circle at 30% 25%, #fffefa 0%, #fff8e8 62%, #f4deb0 100%) !important;
  border: 4px solid rgba(184,138,42,.68) !important;
  box-shadow: 0 16px 34px rgba(90,58,20,.12), inset 0 0 0 10px rgba(255,255,255,.65) !important;
  overflow:hidden !important;
}
.hero-circle-main{
  width:280px !important;
  height:280px !important;
  left:50% !important;
  top:54% !important;
  transform:translate(-50%,-50%) !important;
}
.hero-circle-top{
  width:140px !important;
  height:140px !important;
  left:10% !important;
  top:2% !important;
}
.hero-circle-right{
  width:150px !important;
  height:150px !important;
  right:4% !important;
  top:24% !important;
}
.hero-circle-bottom{
  width:150px !important;
  height:150px !important;
  left:10% !important;
  bottom:0% !important;
}
.hero-circle-label{
  display:none !important;
}
.hero-circle img{
  display:block !important;
  width:100% !important;
  height:100% !important;
  max-width:none !important;
  object-fit:cover !important;
  filter:none !important;
  background:#fff !important;
}
/* Individuelle Bildpositionen für schöne Ausschnitte */
.hero-circle-main img{object-position:56% 45% !important;}
.hero-circle-top img{object-position:54% 44% !important;}
.hero-circle-right img{object-position:50% 50% !important;}
.hero-circle-bottom img{object-position:50% 46% !important;}
.hero-copy h1{max-width:700px !important;}
.hero-copy p{max-width:620px !important;}
@media (max-width:900px){
  .hero-orbit{min-height:310px !important;}
  .hero-circle-main{width:230px !important;height:230px !important;}
  .hero-circle-top{width:120px !important;height:120px !important;left:7% !important;}
  .hero-circle-right{width:126px !important;height:126px !important;right:1% !important;}
  .hero-circle-bottom{width:126px !important;height:126px !important;left:8% !important;}
}
@media (max-width:700px){
  .hero-circles .hero-grid-circles{grid-template-columns:1fr !important;}
  .hero-orbit{min-height:265px !important; margin-top:10px !important;}
  .hero-circle-main{width:190px !important;height:190px !important;}
  .hero-circle-top{width:98px !important;height:98px !important;left:6% !important;top:4% !important;}
  .hero-circle-right{width:102px !important;height:102px !important;right:4% !important;top:24% !important;}
  .hero-circle-bottom{width:102px !important;height:102px !important;left:10% !important;bottom:2% !important;}
}

.hero-orbit-plus{min-height:350px !important;max-width:430px !important;margin-top:12px !important}
  .hero-orbit-plus .hero-circle-main{width:180px !important;height:180px !important;left:50% !important;top:50% !important}
  .hero-orbit-plus .hero-circle-a{width:98px !important;height:98px !important;left:3% !important;top:9% !important}
  .hero-orbit-plus .hero-circle-b{width:98px !important;height:98px !important;right:2% !important;top:12% !important}
  .hero-orbit-plus .hero-circle-c{width:82px !important;height:82px !important;left:10% !important;bottom:11% !important}
  .hero-orbit-plus .hero-circle-d{width:84px !important;height:84px !important;right:10% !important;bottom:8% !important}
  .hero-orbit-plus .hero-circle-e{width:74px !important;height:74px !important;left:35% !important;top:2% !important}
  .hero-orbit-plus .hero-circle-button{width:70px !important;height:70px !important;right:2% !important;top:45% !important}
}

/* ==========================================================
   v10c Mehr-Kreise-Banner
   Luftigerer Hero mit mehr Kreisen und mehr Abstand.
   ========================================================== */
.hero-circles .hero-grid-circles{
  grid-template-columns: 1.02fr 0.98fr !important;
  gap: 18px !important;
}
.hero-copy h1{max-width:720px !important}
.hero-copy p{max-width:660px !important}
.hero-orbit-plus{
  position:relative !important;
  min-height:440px !important;
  max-width:560px !important;
  margin:0 auto !important;
}
.hero-orbit-plus .hero-circle{
  position:absolute !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  text-decoration:none !important;
  border-radius:50% !important;
  overflow:hidden !important;
  background: radial-gradient(circle at 30% 25%, #fffefa 0%, #fff8e8 62%, #f3dca3 100%) !important;
  border:3px solid rgba(184,138,42,.68) !important;
  box-shadow:0 14px 34px rgba(98,63,21,.14), inset 0 0 0 8px rgba(255,255,255,.56) !important;
}
.hero-orbit-plus .hero-circle:hover{transform:translateY(-2px) !important}
.hero-orbit-plus .hero-circle-label{display:none !important}
.hero-orbit-plus .hero-circle img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  display:block !important;
  background:#fff !important;
  filter:none !important;
}
.hero-orbit-plus .hero-circle-main{width:220px !important;height:220px !important;left:44% !important;top:49% !important;transform:translate(-50%,-50%) !important}
.hero-orbit-plus .hero-circle-a{width:128px !important;height:128px !important;left:2% !important;top:5% !important}
.hero-orbit-plus .hero-circle-b{width:120px !important;height:120px !important;right:0% !important;top:9% !important}
.hero-orbit-plus .hero-circle-c{width:104px !important;height:104px !important;left:8% !important;bottom:11% !important}
.hero-orbit-plus .hero-circle-d{width:108px !important;height:108px !important;right:10% !important;bottom:6% !important}
.hero-orbit-plus .hero-circle-e{width:92px !important;height:92px !important;left:31% !important;top:0% !important}
.hero-orbit-plus .hero-circle-button{width:88px !important;height:88px !important;right:1% !important;top:43% !important}

/* schönere Bildausschnitte */
.hero-orbit-plus .hero-circle-main img{object-position:52% 48% !important}
.hero-orbit-plus .hero-circle-a img{object-position:52% 50% !important}
.hero-orbit-plus .hero-circle-b img{object-position:50% 50% !important}
.hero-orbit-plus .hero-circle-c img{object-position:50% 52% !important}
.hero-orbit-plus .hero-circle-d img{object-position:50% 50% !important}
.hero-orbit-plus .hero-circle-e img{object-position:54% 48% !important}
.hero-orbit-plus .hero-circle-button img{object-position:50% 50% !important}

@media (max-width:980px){
  .hero-orbit-plus{min-height:390px !important;max-width:500px !important}
  .hero-orbit-plus .hero-circle-main{width:200px !important;height:200px !important}
  .hero-orbit-plus .hero-circle-a{width:116px !important;height:116px !important}
  .hero-orbit-plus .hero-circle-b{width:112px !important;height:112px !important}
}
@media (max-width:700px){
  .hero-circles .hero-grid-circles{grid-template-columns:1fr !important}
  .hero-orbit-plus{min-height:350px !important;max-width:430px !important;margin-top:12px !important}
  .hero-orbit-plus .hero-circle-main{width:180px !important;height:180px !important;left:50% !important;top:50% !important}
  .hero-orbit-plus .hero-circle-a{width:98px !important;height:98px !important;left:3% !important;top:9% !important}
  .hero-orbit-plus .hero-circle-b{width:98px !important;height:98px !important;right:2% !important;top:12% !important}
  .hero-orbit-plus .hero-circle-c{width:82px !important;height:82px !important;left:10% !important;bottom:11% !important}
  .hero-orbit-plus .hero-circle-d{width:84px !important;height:84px !important;right:10% !important;bottom:8% !important}
  .hero-orbit-plus .hero-circle-e{width:74px !important;height:74px !important;left:35% !important;top:2% !important}
  .hero-orbit-plus .hero-circle-button{width:70px !important;height:70px !important;right:2% !important;top:45% !important}
}

.hero-orbit-classic .hero-circle-main{width:176px !important;height:176px !important}
  .hero-orbit-classic .hero-circle-top{width:86px !important;height:86px !important;left:8% !important;top:5% !important}
  .hero-orbit-classic .hero-circle-right{width:86px !important;height:86px !important;right:2% !important;top:22% !important}
  .hero-orbit-classic .hero-circle-bottom{width:82px !important;height:82px !important;left:15% !important;bottom:2% !important}
}

/* ==========================================================
   v10d Klassischer Hero-Rollback
   Zurück zur schönen alten Aufteilung – mit etwas mehr Luft.
   ========================================================== */
.hero-orbit-classic{
  position:relative !important;
  min-height:330px !important;
  max-width:440px !important;
  margin:0 auto !important;
}
.hero-orbit-classic .hero-circle{
  position:absolute !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  text-decoration:none !important;
  background:radial-gradient(circle at 30% 25%,#ffffff 0%,#fff8e6 58%,#f4d980 100%) !important;
  border:3px solid rgba(184,138,42,.62) !important;
  border-radius:50% !important;
  box-shadow:0 14px 34px rgba(98,63,21,.16), inset 0 0 0 8px rgba(255,255,255,.58) !important;
  overflow:hidden !important;
  transition:none !important;
  transform:none !important;
}
.hero-orbit-classic .hero-circle:hover{
  transform:none !important;
  box-shadow:0 14px 34px rgba(98,63,21,.16), inset 0 0 0 8px rgba(255,255,255,.58) !important;
}
.hero-orbit-classic .hero-circle-label{display:none !important}
.hero-orbit-classic .hero-circle-main{width:230px !important;height:230px !important;left:52% !important;top:52% !important;transform:translate(-50%,-50%) !important}
.hero-orbit-classic .hero-circle-top{width:114px !important;height:114px !important;left:10% !important;top:3% !important}
.hero-orbit-classic .hero-circle-right{width:114px !important;height:114px !important;right:4% !important;top:20% !important}
.hero-orbit-classic .hero-circle-bottom{width:110px !important;height:110px !important;left:18% !important;bottom:0% !important}
.hero-orbit-classic .hero-circle img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  display:block !important;
  background:#fff !important;
  filter:none !important;
}
.hero-orbit-classic .hero-circle-main img{object-position:53% 48% !important}
.hero-orbit-classic .hero-circle-top img{object-position:52% 50% !important}
.hero-orbit-classic .hero-circle-right img{object-position:50% 50% !important}
.hero-orbit-classic .hero-circle-bottom img{object-position:50% 50% !important}
@media (max-width:900px){
  .hero-orbit-classic{min-height:300px !important;max-width:400px !important}
  .hero-orbit-classic .hero-circle-main{width:210px !important;height:210px !important}
  .hero-orbit-classic .hero-circle-top{width:102px !important;height:102px !important}
  .hero-orbit-classic .hero-circle-right{width:102px !important;height:102px !important}
  .hero-orbit-classic .hero-circle-bottom{width:98px !important;height:98px !important}
}
@media (max-width:700px){
  .hero-orbit-classic{min-height:255px !important;max-width:330px !important;margin-top:10px !important}
  .hero-orbit-classic .hero-circle-main{width:176px !important;height:176px !important}
  .hero-orbit-classic .hero-circle-top{width:86px !important;height:86px !important;left:8% !important;top:5% !important}
  .hero-orbit-classic .hero-circle-right{width:86px !important;height:86px !important;right:2% !important;top:22% !important}
  .hero-orbit-classic .hero-circle-bottom{width:82px !important;height:82px !important;left:15% !important;bottom:2% !important}
}

/* ==========================================================
   v10e Hero Springen-Fix
   Großer Kreis bleibt bei Hover/Klick exakt an Ort und Stelle.
   ========================================================== */

.hero-orbit-classic .hero-circle-main,
.hero-orbit-classic .hero-circle-main:hover,
.hero-orbit-classic .hero-circle-main:focus,
.hero-orbit-classic .hero-circle-main:active,
.hero-orbit-classic .hero-circle-main:visited {
  transform: translate(-50%, -50%) !important;
}

.hero-orbit-classic .hero-circle-small,
.hero-orbit-classic .hero-circle-small:hover,
.hero-orbit-classic .hero-circle-small:focus,
.hero-orbit-classic .hero-circle-small:active,
.hero-orbit-classic .hero-circle-small:visited {
  transform: none !important;
}

.hero-orbit-classic .hero-circle,
.hero-orbit-classic .hero-circle:hover,
.hero-orbit-classic .hero-circle:focus,
.hero-orbit-classic .hero-circle:active {
  transition: none !important;
  animation: none !important;
}

.hero-orbit-classic .hero-circle:focus {
  outline: none !important;
}

/* ==========================================================
   VIP-Hinweis Tassenhasser Startseite - sichere kleine Version
   Linkziel: /vip/
   ========================================================== */
.btn.vip-safe{
  background:#9b120b !important;
  color:#fff !important;
  border:2px solid #f1cf6a !important;
  box-shadow:0 8px 18px rgba(123,31,22,.18) !important;
}
.btn.vip-safe span{
  display:inline-block !important;
  margin-left:7px !important;
  font-family:Georgia,serif !important;
  font-style:italic !important;
  color:#ffe7a3 !important;
}
.btn.vip-safe:hover{
  transform:translateY(-1px) !important;
  filter:brightness(1.06) !important;
}
.vip-safe-badge{
  position:absolute !important;
  right:10px !important;
  top:10px !important;
  width:132px !important;
  height:132px !important;
  border-radius:50% !important;
  z-index:5 !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  text-align:center !important;
  text-decoration:none !important;
  background:linear-gradient(135deg,#d62518,#8f130b 60%,#520705) !important;
  color:#fff7d1 !important;
  border:4px solid #f1cf6a !important;
  box-shadow:0 14px 30px rgba(90,30,5,.25), inset 0 0 0 3px rgba(255,255,255,.18) !important;
  transform:rotate(4deg) !important;
}
.vip-safe-badge:hover{
  transform:rotate(0deg) scale(1.04) !important;
}
.vip-safe-badge b{
  font-size:29px !important;
  line-height:1 !important;
  color:#ffe39a !important;
}
.vip-safe-badge strong{
  font-size:18px !important;
  line-height:1.02 !important;
  font-weight:1000 !important;
}
.vip-safe-badge em{
  margin-top:3px !important;
  font-family:Georgia,serif !important;
  font-style:italic !important;
  font-size:13px !important;
  color:#fff !important;
}
@media(max-width:800px){
  .vip-safe-badge{
    position:relative !important;
    right:auto !important;
    top:auto !important;
    margin:14px auto 0 !important;
    width:120px !important;
    height:120px !important;
  }
}
