/* ═══════════════════════════════════════════════════════════════
   wassertest.de – Haupt-Stylesheet
   Zusammengeführt aus shop.css + kopf.css
   Eingebunden in kopf.php
═══════════════════════════════════════════════════════════════ */

/* ── Reset / Box-Model ────────────────────────────────────── */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
}
html {
  height: 100%;
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  scrollbar-color: #A3B8EC #fff;
}
body {
  height: 100%;
  font-size: 14px;
  line-height: 1.5;
  color: #434343;
}

/* ── Placeholder ──────────────────────────────────────────── */
::placeholder                { color: #14529a; }
#firmenanschrift_zeile1::placeholder,
#firmenanschrift_zeile2::placeholder,
#Lieferfirmenanschrift_zeile1::placeholder,
#Lieferfirmenanschrift_zeile2::placeholder,
#telefon::placeholder,
#passneu::placeholder        { color: #ccc; }
input#eingabe::placeholder   { color: #A3B8EC; }
input#eingabeg::placeholder  { color: #009900; }
#eingabeg { width:80%; font-size:14px; font-weight:bold; color:#009900; }

/* ── Layout-Grundstruktur ─────────────────────────────────── */
.ganzoben   { width:100%; height:2em; background-color:#0B3C73; }
.logomitte  { width:100%; height:9.5em; background-color:#14529a; }
.menueo     { width:100%; height:3em; background-color:#0B3C73;
              box-shadow: 2px 2px 1px rgba(0,0,0,.5); }

.rechtsall        { float:left; width:100%; }
.dashboardmi      { float:left; width:100%; }
.dashboardrekl    { width:100%; background:#EEE; }
.dashboardli,
.dashboardre      { display:none; }

/* ── Logo ────────────────────────────────────────────────── */
.logo  { width:23em; height:7.5em; position:relative; left:2em; top:.6em; }
.logoa { display:none; position:relative; left:.2em; top:-.6em; }

/* ── Warenkorb / Merkliste / Login (Kopf-Icons) ───────────── */
.wk          { position:fixed; right:3em; top:.6em;
               font-size:19px; font-family:Verdana; font-weight:bold; color:#fff; }
.wkorbkopp   { position:fixed; right:6em; top:3em;
               height:60px; width:50px;
               background:url(wk.png) no-repeat bottom center / 80%;
               background-color:#14529a; color:#fff; cursor:pointer;
               box-shadow: rgba(0,0,0,.7) 0 5px 10px, inset rgba(0,0,0,.1) 0 -10px 20px;
               border-radius:10%; margin:16px; z-index:103; }
.wkorbfuss   { height:2.5em; width:6em; right:2em; top:2em; position:absolute;
               background:url(wk.png) no-repeat bottom center / contain; }
.wkorbtxt    { height:3em; width:6em;
               background: #ffcc22 url(wk.png) no-repeat bottom center / 50%;
               border-color:#e8e8e8; border-radius:5%; cursor:pointer; }
.btnlogin    { position:fixed; right:0; top:3em; height:60px; width:50px;
               background:url(login.png) no-repeat bottom center / 80%;
               background-color:#14529a; color:#fff; cursor:pointer;
               box-shadow: rgba(0,0,0,.7) 0 5px 10px, inset rgba(0,0,0,.1) 0 -10px 20px;
               border-radius:10%; margin:16px; }
.btnlogout   { height:60px; width:50px; z-index:103; cursor:pointer;
               background-color:#14529a; color:#fff;
               box-shadow: rgba(0,0,0,.7) 0 5px 10px, inset rgba(0,0,0,.1) 0 -10px 20px;
               border-radius:10%; margin:16px; }
div.logout   { position:fixed; right:0; top:3em; display:none; }
.logout      { display:none; }
.buttonmerk  { height:60px; width:50px; z-index:103; cursor:pointer;
               background:url(merkliste.png) no-repeat bottom center / 98%;
               background-color:#14529a; color:#fff;
               box-shadow: rgba(0,0,0,.7) 0 5px 10px, inset rgba(0,0,0,.1) 0 -10px 20px;
               border-radius:10%; margin:16px; }
.buttonmerkkopf { height:60px; width:50px; z-index:103; cursor:pointer;
               background-color:#14529a; color:#fff;
               box-shadow: rgba(0,0,0,.7) 0 5px 10px, inset rgba(0,0,0,.1) 0 -10px 20px;
               border-radius:10%; margin:16px; }
#merklistekopf  { position:relative; right:11em; top:-3.3em; }
.buttonmwst, .btnmwst {
               display:inline-flex; align-items:center; gap:.3em;
               margin-top:.4em; padding:.35em .7em;
               cursor:pointer; font-size:.85em; font-weight:600;
               background:#14529a; color:#fff;
               border:1px solid rgba(20,82,154,.4);
               border-radius:4px; white-space:nowrap;
               transition:background .15s; }
.buttonmwst:hover, .btnmwst:hover { background:#0B3C73; }
.mwst        { position:fixed; bottom:1em; right:1em; z-index:100;
               background:#fff; border:1px solid #c0cfe0; border-radius:10px;
               box-shadow:0 4px 16px rgba(20,82,154,.18);
               padding:.5em .7em; font-size:.8em; color:#14529a;
               font-weight:600; min-width:10em; text-align:center;
               line-height:1.4; }

/* ── Suche ───────────────────────────────────────────────── */
.eingabe       { position:relative; left:30em; top:-5em; }
#eingabe       { height:3em; width:20em; font-size:16px; font-weight:bold; color:#000; }
#eingabebutton { height:3.6em; width:4em; position:relative; left:-4em; }

/* ── Inhalt-Container ─────────────────────────────────────── */
.flexed  { display:flex; flex-wrap:wrap; justify-content:flex-start; }
.inhalt  { width:98%; height:100%; position:relative; top:20px; left:2%; background:#fff; }
.inhalt2 { width:60%; height:100%; position:relative; top:0; left:15%; background:#fff; }
.spalten { width:98%; display:flex; flex-wrap:wrap; align-items:stretch;
           justify-content:space-around; align-content:space-around; }
.spalteek { margin:1em; border:1px solid #ccc; max-height:50%; width:92%;
            overflow-y:scroll; overflow-x:hidden; }
.spaltea  { margin:1em; width:20%; }
.spalteb  { margin:1em; width:30%; }
.spalten60 { float:left; width:60%; margin:1em; }
.spalten30 { float:left; width:30%; margin:1em; padding:1em; }
.spalten33 { float:left; width:30%; margin:1em; padding:1em; }
#spalte_anschr { width:30%; background:#fff; }
#spalten  { margin:1em; border-radius:5px; width:30%; background:#fff; max-height:54em; }
#spalten50{ margin:1em; border-radius:5px; width:50%; background:#fff; max-height:54em; }
#spalten2 { width:48%; }
.spaltenlieferumf { float:left; width:50%; margin:1em; }

/* ── Tabellen-Div-Layout ──────────────────────────────────── */
div.table   { display:table; border-collapse:collapse; width:100%; }
div.table80 { display:table; border-collapse:collapse; width:80%; }
div.table60 { display:table; border-collapse:collapse; width:60%; }
div.table50 { display:table; border-collapse:collapse; width:50%; }
div.tr      { display:table-row; }
div.tda     { display:table-cell; padding:5px; width:30%; }
div.tdb     { display:table-cell; padding:5px; width:35%; }
div.tdc     { display:table-cell; padding:5px; width:35%; }
div.td10    { display:table-cell; padding:5px; width:10%; }
div.td15    { display:table-cell; padding:5px; width:15%; }
div.td20    { display:table-cell; padding:5px; width:20%; }
div.td50    { display:table-cell; padding:5px; width:50%; }
div.td60    { display:table-cell; padding:5px; width:60%; }
div.td70    { display:table-cell; padding:5px; width:70%; }
div.td100   { display:table-cell; padding:5px; width:100%; }

/* ── Buttons / Selects ────────────────────────────────────── */
.select  { height:3em; width:4em; background-color:#14529a; color:#fff;
           box-shadow: rgba(0,0,0,.7) 0 5px 10px, inset rgba(0,0,0,.1) 0 -10px 20px;
           border-radius:10%; }
.button  { height:50px; width:100px; cursor:pointer; z-index:103;
           background: #14529a url(wk.png) no-repeat bottom right / 60%;
           color:#fff;
           box-shadow: rgba(0,0,0,.7) 0 5px 10px, inset rgba(0,0,0,.1) 0 -10px 20px;
           border-radius:10%; }
.buttonangebot { height:3em; width:8em; cursor:pointer; z-index:103;
           background: #14529a url(pdf.gif) no-repeat bottom right / 30%;
           color:#fff;
           box-shadow: rgba(0,0,0,.7) 0 5px 10px, inset rgba(0,0,0,.1) 0 -10px 20px;
           border-radius:10%; }
.select:hover, .select:focus,
.button:hover,  .button:focus,
.wkorbkopp:hover, .btnlogin:hover, .btnlogout:hover,
.buttonmerk:hover,
.eksubmit:hover  {
  box-shadow: rgba(0,0,0,.7) 0 5px 15px, inset rgba(0,0,0,.15) 0 -10px 20px; }

/* ── Formular-Elemente ───────────────────────────────────── */
input.txtinput, select.txtinput {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border:1px solid #ccc; font-size:16px; width:100%;
  display:block; margin:5px 0; outline:none;
  border-radius:5px; transition:border-bottom-color 1s; }
input[type="text"]:focus,
input[type="email"]:focus,
input[type="date"]:focus  { border-bottom-color:blue; }
input[type="checkbox"]    { font-size:20px; width:20px; height:20px;
                            vertical-align:middle; cursor:pointer; }
textarea { resize:none; overflow:auto; width:100%; height:6rem; }
label.adressen    { position:relative; left:-1em; top:-55px; cursor:pointer;
                    display:block; width:100%; padding:1ex; border-radius:2px;
                    margin-bottom:2px; }
label.adressenor  { position:relative; left:0; top:-55px; cursor:pointer;
                    display:block; width:100%; padding:1ex; border-radius:2px;
                    margin-bottom:2px; }

/* ── CSS-Checkbox-Toggles (Login, Stammdaten, Merkliste) ──── */
span.login, div.login      { display:none; }
label span.Lieferadresse   { display:none; }
label span.neudaten        { display:none; }
div.neudatenanz            { display:none; }
p#nl                       { display:none; }
.neuadressdaten            { display:none; }
.neudaten, .logs           { display:none; }
#mkl, #Stammdaten          { display:none; }
input.batton               { display:none; }
span.battontxt             { display:none; }
span.kundenlogin,
input.kundenlogin          { display:none; }
span.firmenoptiontab       { display:none; }
#Fehler                    { display:none; }
/* #handyfuss – entfernt (fuss.php: CSS Grid) */
#neudaten_op               { display:none; }
.neudaten                  { display:none; }

input.logs:checked ~ div.login     { display:inline; }
input.logs:checked ~ p#nl          { display:inline; }
input.neudaten:checked ~ div.neudatenanz { display:inline; }
input.neudaten:checked ~ div.login { display:none; }
input.mkl:checked ~ span.mklanz   { display:inline; }
input.mkl:checked ~ .index        { display:none; }
input.Stammdaten:checked ~ .neuadressdaten { display:inline; }
input.Stammdaten:checked ~ .index { display:none; }
input.batton:checked ~ span.battontxt { display:inline; }
input.firmenoption:checked ~ span.firmenoptiontab { display:inline-block; }
input.kundenlogin:checked ~ span.kundenlogin      { display:inline-block; }

input[type="checkbox"].firmenoption,
input[type="checkbox"].lieferadr   { display:none; }
#kasseform input:required + label::before     { position:relative; left:100%;
                                               content:"\00A0\2600"; color:red; }
#kasseform input:required:valid + label::before { content:"\00A0\2714"; color:green; }
span#spalte_anschr                 { line-height:1; }
span.Lieferadresse                 { display:inline; line-height:1; }
span.neudaten                      { display:inline; line-height:1; }
label.neudatencheck { display:inline; font-size:12px; font-family:Verdana;
                      font-weight:bold; text-decoration:underline; color:#14529a;
                      cursor:pointer; padding:1ex; margin-bottom:2px; }

/* ── Rahmen-/Box-Klassen ──────────────────────────────────── */
.rahmenradius { border:1px solid #ccc; margin:1em; background-color:#eee;
                outline:none; border-radius:5px; }
.rahmengrau   { border:1px solid #e8e8e8; }
.rahmenpreis  { display:inline-block; width:40%; font-size:100%;
                font-family:Verdana; color:#707070; border:1px solid #e8e8e8; }
.tabrahmen    { width:100%; border:1px solid #ccc; border-radius:5px;
                margin-bottom:4px; }
.hintergrund_zelle { float:left; width:100%; border-radius:15px;
                     background:url(hintergrund_zelle.jpg) #eee;
                     border:1px solid #ccc; opacity:.9;
                     box-shadow: rgba(0,0,0,.7) 0 5px 10px, inset rgba(0,0,0,.1) 0 -10px 20px; }

/* ── Ausgabe / Suche ──────────────────────────────────────── */
.ausgabe { background:#fff; width:96%; font-size:16px; font-weight:bold;
           color:#009900; line-height:1.5; opacity:.98; margin:.1em auto;
           display:flex; border:1px solid #ccc; border-radius:5px; }
.proc    { width:80%; overflow:hidden; border:1px solid #ccc; margin:1em;
           background:#eee; border-radius:5px; }
.proc2   { width:45%; }
.proc3   { width:35%; font-size:19px; font-family:Verdana; font-weight:bold; color:#009900; }

/* ── Artikel-Ausgabe ─────────────────────────────────────── */
.artikeausgabe  { border:1px solid #ccc; width:100%; display:flex;
                  flex-wrap:wrap; align-items:stretch;
                  justify-content:space-around; align-content:space-around; }
.artikelbild    { float:left; width:33%; border-radius:5%; margin:1em;
                  background:url(hintergrund_zelle.jpg) #eee; border:1px solid #ccc;
                  box-shadow: rgba(0,0,0,.7) 0 5px 10px, inset rgba(0,0,0,.1) 0 -10px 20px; }
.indexbild      { float:left; height:6em; border-radius:5%; margin:1em;
                  background:url(hintergrund_zelle.jpg) #eee; border:1px solid #ccc;
                  box-shadow: rgba(0,0,0,.7) 0 5px 10px, inset rgba(0,0,0,.1) 0 -10px 20px; }
.spartenindex   { width:46%; border:1px solid #14529a; margin:1em; border-radius:5px;
                  float:left; background:#F2F2F2; display:flex; align-items:center;
                  font-size:80%; font-family:Verdana; color:#707070; }
.produktform    { width:30%; border:1px solid #14529a; margin:1em; border-radius:5px;
                  float:left; font-size:80%; font-family:Verdana; color:#707070;
                  background:#F2F2F2; }
.linksform      { width:48%; border:1px solid #14529a; margin:1em; border-radius:5px;
                  float:left; font-size:80%; font-family:Verdana; color:#707070;
                  background:#F2F2F2; }
.langtxt        { width:62%; float:left; margin:1em; padding:1em; }
.bilder-responsive { width:24em; }
.bilder-index      { height:15em; }
.bilderkl          { width:96%; }
img[onClick]       { cursor:pointer; }

/* ── Bild-Lightbox ───────────────────────────────────────── */
#preview { width:100%; height:100%; z-index:10000; position:absolute;
           background:url('./black.png'); display:none;
           top:0; left:0; right:0; bottom:0; opacity:.9; }
#preview #preview_inner { width:100%; height:100%;
           background:center center / contain no-repeat; }
#preview a.close { cursor:pointer; float:right; width:70px; height:70px;
           text-align:right; padding:15px 20px; background:#14529a; color:#fff;
           border-radius:0 0 0 100%; font-family:Arial; font-size:18px; }
#preview a.close:hover { background:#fff; color:#14529a; }

/* ── Zahlungs-Infobox ────────────────────────────────────── */
.zahlungszusatz { position:relative; left:1em; top:10px; width:250px;
  padding:1rem; font-family:Helvetica,Tahoma; border:1px solid #e8e8e8;
  margin:0 auto; border-radius:5px; text-align:center; background:#ffffcc; }
.zahlungszusatz::before { content:''; position:absolute; width:0; height:0;
  left:28px; top:-14px; border:14px solid transparent; border-bottom-color:#e8e8e8; }
.zahlungszusatz::after  { content:''; position:absolute; width:0; height:0;
  left:34px; top:-13px; border:8px solid transparent; border-bottom-color:#ffffcc; }

/* ── Telefonbestellung ───────────────────────────────────── */
.telefonbestell { border:1px solid #ccc; width:100%; border-radius:5px; }

/* ── Fußzeile – CSS in fuss.php ──────────────────────────── */
/* .fuss / .fussspalten entfernt – ersetzt durch CSS Grid in fuss.php */
#spaltenlieferumf { float:left; margin:1em; padding:1em; background:#fff; }
a.w0800_enthaertung2 span { display:none; background:#fff; width:250px; padding:0; }
a.w0800_enthaertung2:hover span { display:block; position:absolute; top:0; right:0;
  box-shadow:2px 8px 8px rgba(0,0,0,.6); z-index:4;
  border:1px solid #003399; }
a.w0800_enthaertung2 { position:fixed; bottom:2em; right:2px; z-index:4;
  color:#000; text-decoration:none; }
.fuss0800 { width:100%; background:#F2F2F2; position:fixed; bottom:0; right:2px;
             z-index:5; }

/* ── Typografie-Hilfsklassen ──────────────────────────────── */
.hidden_element { display:none; }
.verd08  { font-size:12px; font-family:Verdana; }
.verd8gr { font-size:12px; font-family:Verdana; font-weight:bold; color:#009900; }
.verd10  { font-size:16px; font-family:Verdana; }
.verd10r { font-size:12px; font-family:Verdana; font-weight:bold; color:#CC3333; }
.verd10gr{ font-size:12px; font-family:Verdana; font-weight:bold; color:#009900; }
.verd10w { font-size:12px; font-family:Verdana; font-weight:bold; color:#fff; text-decoration:none; }
.verd10bl{ font-size:12px; font-family:Verdana; font-weight:bold; color:#14529a; }
.verd12  { font-size:19px; font-family:Verdana; }
.verd12b { font-size:19px; font-family:Verdana; font-weight:bold; }
.verd12r { font-size:19px; font-family:Verdana; font-weight:bold; color:#CC3333; }
.verd12gr{ font-size:19px; font-family:Verdana; font-weight:bold; color:#009900; }
.verd12w { font-size:19px; font-family:Verdana; font-weight:bold; color:#fff; }
.verd12wlink { font-size:19px; font-family:Verdana; font-weight:bold; color:#fff; text-decoration:none; }
.verd16b { font-size:24px; font-family:Verdana; font-weight:bold; }
.verd18  { font-size:28px; font-family:Verdana; font-weight:bold; }
.verd18r { font-size:28px; font-family:Verdana; font-weight:bold; color:#CC3333; }
.reloadbutton { width:1.5em; background:#ffcc22; font-size:130%;
                font-family:Verdana; font-weight:bold; color:#CC3333; }
ul.listen { list-style:none; line-height:2.5; }
ul.listen li::before { content:"\25BA\0020"; color:rgba(0,0,139,1); }
a.faq:link, a.faq:visited { color:#00F; }
a.faq:hover { color:#36F; text-decoration:none; border:1px solid #003399; }

/* ── Spalten-Scrollbars ──────────────────────────────────── */
.spalteek::-webkit-scrollbar,
.spalte2::-webkit-scrollbar,
.spalte3::-webkit-scrollbar { -webkit-appearance:none; width:11px; height:11px; }
.spalteek::-webkit-scrollbar-thumb,
.spalte2::-webkit-scrollbar-thumb,
.spalte3::-webkit-scrollbar-thumb { border-radius:8px; border:2px solid #fff;
  background-color:rgba(0,0,0,.5); }
.spalte1 { border:1px solid #ccc; }
.spalte2 { border:1px solid #ccc; line-height:1; min-height:50%; max-height:100%;
           width:100%; overflow-y:scroll; overflow-x:hidden; }
.spalte3 { border:1px solid #ccc; max-height:60%; width:100%;
           overflow-y:scroll; overflow-x:hidden; }

/* ── Passwort-Toggle / Schalter ──────────────────────────── */
.checkpass label, .toggle label {
  position:relative; display:block; top:0; left:0; width:10em; height:3.5em; }
.checkpass input, .toggle input { display:none; }
.checkpass .slider {
  position:absolute; cursor:pointer; top:0; left:-2.5em;
  width:2.3em; height:1.5em; background:#ccc; border-radius:1em;
  box-shadow: rgba(0,0,0,.7) 0 5px 10px, inset rgba(0,0,0,.1) 0 -10px 20px;
  transition:all .3s; }
.checkpass .slider::before {
  position:absolute; content:""; height:1em; width:1em;
  left:.2em; bottom:.2em; background:#fff; border-radius:50%; transition:all .3s; }
.checkpass input:checked + .slider          { background:#fff; }
.checkpass input:checked + .slider::before  { background:#14529a; transform:translateX(1em); }
.toggle .slider {
  position:absolute; cursor:pointer; top:0; left:8em;
  width:4em; height:2em; background:#ccc; border-radius:1em;
  box-shadow: rgba(0,0,0,.7) 0 5px 10px, inset rgba(0,0,0,.1) 0 -10px 20px;
  transition:all .3s; }
.toggle .slider::before {
  position:absolute; content:""; height:1.8em; width:1.8em;
  left:.2em; bottom:0; background:#14529a; border-radius:50%; transition:all .3s; }
.toggle input:checked + .slider            { background:#5a9900; }
.toggle input:checked + .slider::before    { transform:translateX(1.9em); }

/* ── Pfeil ───────────────────────────────────────────────── */
.arrow      { border:5px solid #444; font-size:0; line-height:0; height:0; }
.arrow.down { border-right-color:transparent; border-bottom-color:transparent;
              border-left-color:transparent; }
.arrow.up   { border-top-color:transparent; border-right-color:transparent;
              border-left-color:transparent; }

/* ── X-Button (Merkliste entfernen) ──────────────────────── */
.x { position:relative; top:-1.1em; right:-.9em; float:right;
     width:24px; height:24px; text-align:right; padding:3px 4px;
     background:#14529a; color:#fff; border-radius:0 5px 0 100%;
     font-family:Arial; font-size:16px; cursor:pointer; }
.x:hover { background:#fff; color:#14529a; }

/* ── Cookie-Banner ───────────────────────────────────────── */
#keks {
  position: fixed;
  bottom: 1.2em;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  width: min(92vw, 780px);
  z-index: 9000;
  background: #fff;
  border: 1px solid #dce8f8;
  border-radius: 12px;
  box-shadow: 0 6px 28px rgba(20,82,154,.14);
  padding: 1.1em 1.4em;
  font-size: .93em;
  color: #434343;
  opacity: 0;
  animation: keksEin .35s .15s ease forwards;
}
@keyframes keksEin {
  to { opacity: 1; transform: translateX(-50%) translateY(0); }
}
#keks.keks-fade {
  opacity: 0;
  transform: translateX(-50%) translateY(6px);
  transition: opacity .3s ease, transform .3s ease;
}
.keks-inner {
  display: flex;
  align-items: center;
  gap: 1em;
  flex-wrap: wrap;
}
.keks-icon {
  font-size: 1.8em;
  flex-shrink: 0;
  line-height: 1;
}
.keks-text {
  flex: 1 1 260px;
  line-height: 1.55;
}
.keks-text strong {
  color: #14529a;
  display: block;
  margin-bottom: .15em;
}
.keks-link {
  color: #14529a;
  text-decoration: none;
  font-weight: 600;
  white-space: nowrap;
}
.keks-link:hover { text-decoration: underline; }
.keks-btn {
  display: flex;
  gap: .55em;
  flex-shrink: 0;
}
.keks-nein {
  padding: .48em 1.1em;
  border: 1.5px solid #b0c8e8;
  border-radius: 6px;
  background: transparent;
  color: #14529a;
  font-size: .92em;
  font-weight: 600;
  cursor: pointer;
  transition: background .15s, border-color .15s;
}
.keks-nein:hover { background: #eef4fc; border-color: #14529a; }
.keks-ja {
  padding: .48em 1.25em;
  border: none;
  border-radius: 6px;
  background: #14529a;
  color: #fff;
  font-size: .92em;
  font-weight: 700;
  cursor: pointer;
  transition: background .15s;
}
.keks-ja:hover { background: #0b3c73; }

/* label.batton ───────────────────────────────────────────── */
label.batton { display:block; position:relative; left:0; top:0; width:240px;
  padding:6px; border:1px solid #ccc; background:#ffcc22;
  border-radius:5px; cursor:pointer; }

/* ══════════════════════════════════════════════════════════
   RESPONSIVE BREAKPOINTS
══════════════════════════════════════════════════════════ */
@media screen and (max-width:1152px) {
  html, body { font-size:14px; }
  .logo { width:11.5em; height:3.75em; position:relative; left:2em; top:.3em; }
  .logomitte { height:5em; }
  .menueo { height:2em; }
  div.logout { position:fixed; right:-1.2em; top:1em; }
  .btnlogin  { position:fixed; right:0; top:1em; }
  #merklistekopf { position:relative; right:11em; top:-1.5em; }
  .wkorbkopp { position:fixed; right:5em; top:1em; }
  .eingabe   { position:relative; left:16em; top:-3.6em; }
  #eingabe   { height:3em; width:12em; }
  #eingabebutton { position:relative; left:-1em; top:0; }
}
@media screen and (max-width:1050px) {
  .langtxt, .artikelbild, .produktform, .linksform { width:96%; }
  .bilder-index { height:30%; }
  #spalten  { width:90%; height:100%; max-height:100%; }
  #spalten50 { width:70%; height:100%; max-height:100%; }
  .spartenindex { width:96%; font-size:100%; }
  .spalten60, .spalten30 { width:96%; }
  #spalte_anschr, #spalten2 { width:90%; }
  .spalte3, .spalte2 { overflow:hidden; height:100%; max-height:100%; }
  .dashboardli, .dashboardre { display:none; }
  .dashboardmi, .rechtsall { width:100%; }
  .proc { width:96%; }
  .proc1 { display:none; }
  .proc2 { width:61%; }
}
@media screen and (max-width:799px) {
  label span.Lieferadresse { display:block; }
  .spartenindex { width:90%; font-size:100%; }
  .spalten60, .spalten30 { width:90%; }
  .spaltea, .spalteb, .spalten33 { width:96%; }
  /* #deskfuss / #handyfuss entfernt – fuss.php CSS Grid */
  .logoa { display:inline; }
  .logo  { display:none; }
  .ganzoben { display:none; }
  .menueo { height:3em; background:#14529a; }
  .btnlogin  { height:50px; width:40px; position:fixed; right:0; top:-1em; }
  .btnlogout { height:50px; width:40px; }
  div.logout { position:fixed; right:-2em; top:-1em; }
  #merklistekopf { height:50px; width:40px; position:relative; right:8.7em; top:-1.5em; }
  .wkorbkopp { height:50px; width:40px; position:fixed; right:4em; top:-1em; }
  #eingabebutton { display:none; }
  .eingabe { position:relative; left:8em; top:1em; }
  .tela    { position:relative; left:-5em; top:.8em; }
  #eingabe { height:2em; width:12em; }
}

/* ══════════════════════════════════════════════════════════════
   GLOBALE NEUBAUTEN – m-wt.de moderne Klassen
══════════════════════════════════════════════════════════════ */

/* ── Breadcrumb ──────────────────────────────────────────────*/
.pa-crumb        { font-size: .82em; color: #888;
                   margin: .8em 0 1em; padding: 0 .5em; }
.pa-crumb a      { color: #14529a; text-decoration: none; }
.pa-crumb a:hover{ text-decoration: underline; }

/* ── Themen-Subnav (site-weit) ───────────────────────────────
   Stil: wie kopf-btn invertiert (blaue Schrift/Rand auf weiß)
   Aktive Seite: class="aktiv" auf dem <a>                   */
.site-subnav     { display: flex; flex-wrap: wrap; gap: .4em;
                   background: none;
                   float: none;
                   width: auto;
                   position: static;
                   font-size: inherit;
                   margin: 0 0 1.4em; padding: 0 .5em; }
.site-subnav a   { display: inline-flex; align-items: center;
                   gap: .25em; padding: .35em .75em;
                   background: #f0f5fc;
                   border: 1px solid #c8d8ee;
                   border-radius: 4px; color: #14529a;
                   font-size: .88em; font-weight: 600;
                   white-space: nowrap; text-decoration: none;
                   float: none;
                   transition: background .12s, border-color .12s; }
.site-subnav a:hover { background: #dde8f8; border-color: #14529a; }
.site-subnav a.aktiv { background: #14529a; color: #fff;
                        border-color: #14529a; }

/* ── Info/FAQ-Seiten-Layout ──────────────────────────────────*/
.info-wrap       { width: 96%; max-width: 900px;
                   margin: 0 auto; padding: 0 0 2.5em; }

.info-intro      { margin-bottom: 1.4em; padding: 0 .3em; }
.info-intro h1   { font-size: 1.35em; color: #14529a; margin: 0 0 .3em; }
.info-intro p    { margin: 0; color: #555; font-size: .95em; line-height: 1.6; }

.info-linkliste  { background: #fff; border: 1px solid #dde5f0;
                   border-radius: 10px; padding: 1.2em 1.4em; }
.info-linkliste h2 { color: #14529a; font-size: 1.05em; margin: 0 0 .8em; }
.info-linkliste ul { list-style: none; margin: 0; padding: 0; }
.info-linkliste li { border-bottom: 1px solid #eef2f8; }
.info-linkliste li:last-child { border-bottom: none; }
.info-linkliste a  { display: flex; align-items: center; gap: .6em;
                     padding: .65em .4em; color: #14529a;
                     text-decoration: none; font-size: .94em;
                     transition: background .1s; }
.info-linkliste a::before { content: '→'; font-weight: 700; flex-shrink: 0; }
.info-linkliste a:hover   { background: #f5f8fd; border-radius: 6px; }
.info-linkliste a strong  { font-weight: 700; }


/* ── Kopf-Layout ─────────────────────────────────── */
.kopf {
  background: #14529a;
  position: relative;
  overflow-x: hidden;  /* Wellen-SVG (200% breit) nicht seitwärts überlaufen lassen */
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .4em 1em;
  gap: 1em;
  flex-wrap: wrap;
}
.kopf-logo img { height: 4em; display: block; }
.kopf-logo-klein img { height: 2.2em; display:none; }

.kopf-suche {
  flex: 1;
  max-width: 28em;
  display: flex;
}
.kopf-suche input {
  flex: 1;
  padding: .4em .7em;
  border: none;
  border-radius: 4px 0 0 4px;
  font-size: .95em;
}
.kopf-suche button {
  padding: .4em .8em;
  background: #0B3C73;
  color: #fff;
  border: none;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
}

/* ── Icon-Buttons rechts oben ────────────────────── */
.kopf-icons {
  display: flex;
  align-items: center;
  gap: .4em;
  flex-shrink: 0;
}
.kopf-btn {
  display: inline-flex;
  align-items: center;
  gap: .25em;
  padding: .35em .7em;
  background: rgba(255,255,255,.15);
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-size: .88em;
  border: 1px solid rgba(255,255,255,.3);
  white-space: nowrap;
  cursor: pointer;
  transition: background .15s;
}
.kopf-btn:hover { background: rgba(255,255,255,.28); }
.kopf-btn .badge {
  background: #ffcc22;
  color: #000;
  border-radius: 10px;
  padding: 0 .45em;
  font-size: .8em;
  font-weight: bold;
  min-width: 1.4em;
  text-align: center;
}

/* ═══════════════════════════════════════════════════════════
   HAUPTNAVIGATION
   HTML-Struktur:
     nav.hauptnav > ul.nav-ul > li.nav-li
       > a.nav-link          (Kategorie-Link)
       > button.nav-pfeil    (Dropdown-Toggle + Popup-Trigger)
       > ul.nav-drop         (Dropdown)
         > li[.hat-art]      (hat-art = Artikel vorhanden)
           > a.nav-link[data-kat]
   Popup:
     div.nav-art-popup       (fixed, per JS positioniert)
   ═══════════════════════════════════════════════════════════ */

/* ── 1. Äußere Leiste ───────────────────────────────────── */
nav.hauptnav {
  background: #fff;
  border-bottom: 2px solid #14529a;
  position: relative;
  z-index: 200;
}
nav.hauptnav a { color: #14529a; text-decoration: none; }

/* ── 2. Top-Level Liste ─────────────────────────────────── */
ul.nav-ul {
  list-style: none;
  margin: 0; padding: 0;
  display: flex;
  flex-wrap: wrap;
}
li.nav-li {
  position: relative;
  display: flex;
  align-items: stretch;
}
/* Trennstrich zwischen Items */
li.nav-li + li.nav-li::before {
  content: '';
  display: block;
  width: 1px;
  background: #d5e3f0;
  align-self: stretch;
  margin: .3em 0;
}

/* ── 3. Links (Top-Level und Dropdown) ──────────────────── */
nav.hauptnav a.nav-link {
  display: flex;
  align-items: center;
  padding: 8px 10px;
  color: #14529a;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 260px;
  transition: background .15s;
  flex: 1;
}
nav.hauptnav a.nav-link:hover {
  background: #3a6eb5;   /* kopf-btn Normal: rgba(255,255,255,.15) auf #14529a */
  color: #fff;
}

/* ── 4. Pfeil-Button (Top-Level) ────────────────────────── */
button.nav-pfeil {
  background: none;
  border: none;
  color: #14529a;
  font-size: 1.3em;
  font-weight: bold;
  cursor: pointer;
  padding: 8px 16px;          /* doppelt so breit → Platz für Drehung */
  flex-shrink: 0;
  line-height: 1;
  transform-origin: center center;
  transition: transform .2s ease, background .15s;
}
button.nav-pfeil:hover  { background: #3a6eb5; color: #fff; }
button.nav-pfeil.offen  { transform: rotate(90deg); }

/* ── 5. Dropdown-Menü ───────────────────────────────────── */
ul.nav-drop {
  display: none;
  position: absolute;
  top: 100%; left: 0;
  background: #fff;
  border: 1px solid #c0cfe0;
  border-top: 2px solid #14529a;
  min-width: 300px;
  z-index: 500;
  box-shadow: 2px 4px 14px rgba(20,82,154,.12);
  border-radius: 0 0 4px 4px;
  list-style: none;
  margin: 0; padding: 0;
}
ul.nav-drop li { background: #fff; float: none; width: auto; }
/* Öffnen: Hover auf li ODER nav-open (Toggle) */
/* Hover-Dropdown nur auf Geräten mit echter Maus */
@media (hover: hover) and (pointer: fine) {
  li.nav-li:hover > ul.nav-drop { display:block; top:100%; left:0; }
}
li.nav-li.nav-open > ul.nav-drop { display:block; top:100%; left:0; }

/* Scrollbar für lange Listen */
ul.nav-drop.lang {
  max-height: 380px;
  overflow-y: auto;
  scrollbar-width: thin;
}

/* ── 6. Dropdown-Links ──────────────────────────────────── */
ul.nav-drop a.nav-link {
  font-size: 15px;
  font-weight: normal;
  padding: 10px 20px;
  white-space: normal;
  max-width: 300px;
  border-bottom: 1px solid #dde5f0;
  transition: background .12s;
}
ul.nav-drop a.nav-link:hover {
  background: #3a6eb5;
  color: #fff;
}
/* Visueller Indikator: Artikel vorhanden – rechts ausgerichtet */
li.hat-art > a.nav-link::after {
  content: '›';
  color: inherit;
  font-weight: bold;
  margin-left: auto;
  padding-left: .5em;
  flex-shrink: 0;
}

/* ── 7. Artikel-Popup ───────────────────────────────────── */
div.nav-art-popup {
  display: none;
  position: fixed;
  width: 280px;
  background: #fff;
  border: 1px solid #c0cfe0;
  border-top: 2px solid #14529a;
  border-radius: 0 0 4px 4px;
  box-shadow: 2px 4px 14px rgba(20,82,154,.12);
  z-index: 600;
  font-size: .85em;
}
div.nav-art-popup.zeigen { display: block; }

.nav-art-popup-titel {
  padding: .5em 1em;
  font-size: .88em;
  font-weight: 700;
  color: #14529a;
  background: #f0f5fc;
  border-bottom: 1px solid #d5e3f0;
}
div.nav-art-popup a {
  display: block;
  padding: .4em .9em;
  color: #14529a !important;
  text-decoration: none;
  border-bottom: 1px solid #eef2f8;
  font-weight: 400;
  font-size: 1em;
  white-space: normal;
  max-width: none;
  transition: background .1s;
}
div.nav-art-popup a:last-of-type { border-bottom: none; }
div.nav-art-popup a:hover { background: #3a6eb5; color: #fff !important; }
.nav-art-popup-mehr {
  display: block;
  padding: .5em 1em;
  color: #14529a;
  font-weight: 700;
  font-size: .9em;
  text-decoration: none;
  background: #f5f8fc;
  border-top: 1px solid #d5e3f0;
}
.nav-art-popup-mehr:hover { background: #3a6eb5; color: #fff; }

/* ── Kopf-Wellen ────────────────────────────────────────── */
.kopf-waves {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
.kopf-waves svg {
  position: absolute;
  bottom: 0;
  width: 200%; height: 60%;
}
.kopf-waves > *:not(svg) { position: relative; z-index: 1; }
.kopf > *:not(.kopf-waves) { position: relative; z-index: 1; }
.kw1 { animation: kwRoll1 18s linear infinite; opacity: .22; }
.kw2 { animation: kwRoll2 28s linear infinite; opacity: .14; }

@keyframes kwRoll1 {
  0%   { transform: translateX(0)     scaleY(1); }
  62%  { transform: translateX(-31%)  scaleY(1); }
  72%  { transform: translateX(-36%)  scaleY(3.5); }
  80%  { transform: translateX(-40%)  scaleY(1); }
  100% { transform: translateX(-50%)  scaleY(1); }
}
@keyframes kwRoll2 {
  0%   { transform: translateX(0)    scaleY(1); }
  44%  { transform: translateX(-22%) scaleY(1); }
  54%  { transform: translateX(-27%) scaleY(2.8); }
  63%  { transform: translateX(-32%) scaleY(1); }
  100% { transform: translateX(-50%) scaleY(1); }
}

/* ── 8. Tel-Leiste ──────────────────────────────────────── */
.kopftel {
  background: #0B3C73;
  color: #fff;
  font-size: .82em;
  padding: .2em 1em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.kopftel a { color: #fff; text-decoration: none; }

/* ── 9. Hamburger (nur Mobile sichtbar) ─────────────────── */
.nav-hamburger-btn { display: none; }
.hbr-svg { width: 1.4em; height: 1.1em; display: block; flex-shrink: 0; }
.wk-icon  { width: 1.5em; height: 1.5em; object-fit: contain;
            filter: brightness(0) invert(1); display: block; flex-shrink: 0; }

/* ── 9. Mobile (≤700px) ─────────────────────────────────── */
@media (max-width: 700px) {

  /* ── Kopf ── */
  .kopf-logo img   { height: 2.6em; }
  .kopf-logo-klein { display: none; }
  .kopf-suche      { max-width: none; }
  .kopf-btn span.label { display: none; }
  .kopf-btn {
    min-height: 44px; min-width: 44px;
    font-size: 1em;
    background: rgba(255,255,255,.28);
    border-color: rgba(255,255,255,.5);
  }
  .hbr-svg { width: 1.7em; height: 1.3em; }
  .wk-icon { width: 1.9em; height: 1.9em; }

  /* ── Hamburger: ausgeblendet – horizontales Scroll statt Hamburger ── */
  .nav-hamburger-btn        { display: none !important; }
  .nav-hamburger-btn .label { display: none !important; }

  /* Nav immer sichtbar, sticky am oberen Rand */
  #nav-wrapper nav.hauptnav { display: block !important; }
  #nav-wrapper .nav-toggle  { display: none !important; }
  #nav-wrapper {
    position: sticky;
    top: 0;
    z-index: 300;
    overflow: visible;
  }
  nav.hauptnav {
    overflow: visible;
    position: relative;
  }

  /* ── Scroll-Fade + Pfeil-Buttons (mydealz-Prinzip) ── */
  ul.nav-ul {
    box-shadow: 12px 0 10px -4px rgba(255,255,255,.97) inset;
    transition: box-shadow .25s;
  }
  ul.nav-ul.nav-scrolled-end {
    box-shadow: none;
  }

  .nav-scroll-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1.8em;
    height: 1.8em;
    border-radius: 50%;
    border: 1px solid #c8d8ee;
    background: #fff;
    color: #14529a;
    font-size: 1.3em;
    line-height: 1;
    cursor: pointer;
    z-index: 20;
    box-shadow: 0 1px 6px rgba(20,82,154,.18);
    transition: opacity .2s, transform .2s;
    padding: 0;
  }
  .nav-scroll-btn:active { background: #f0f4fa; }
  .nav-scroll-r { right: .3em; }
  .nav-scroll-l { left: .3em; }
  .nav-scroll-hidden {
    opacity: 0;
    pointer-events: none;
    transform: translateY(-50%) scale(.7);
  }

  ul.nav-ul {
    flex-direction: row;        /* horizontal statt vertikal */
    flex-wrap: nowrap;          /* kein Umbruch */
    overflow-x: auto;           /* wischen */
    overflow-y: visible;
    scrollbar-width: none;      /* Firefox */
    -ms-overflow-style: none;   /* IE */
    padding-bottom: 2px;        /* Schatten nicht abschneiden */
  }
  ul.nav-ul::-webkit-scrollbar { display: none; }

  li.nav-li {
    flex-shrink: 0;             /* Items nicht stauchen */
    border-bottom: none;
    flex-wrap: nowrap;
  }
  li.nav-li + li.nav-li::before { display: block; } /* Trennstrich sichtbar */

  /* Pfeil Touch-freundlich */
  button.nav-pfeil {
    padding: 8px 14px;
    min-height: 44px;
    min-width: 36px;
  }

  /* ── Dropdown Mobile: fixed, top per CSS-Variable (JS setzt --nav-bottom) ── */
  ul.nav-drop {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    top: var(--nav-bottom, 130px) !important;
    width: 100vw !important;
    min-width: 0;
    max-height: 60vh;
    overflow-y: auto;
    box-shadow: 0 4px 16px rgba(20,82,154,.18);
    border: none;
    border-top: 2px solid #14529a !important;
    border-radius: 0 0 6px 6px;
    margin: 0;
    z-index: 600;
  }
  ul.nav-drop li { background: #f5f8fc; }
  ul.nav-drop.lang { max-height: 60vh; overflow-y: auto; }

  /* Sub-Dropdowns auf Mobile: direkt darunter eingebettet */
  ul.nav-drop li.nav-li > ul.nav-drop {
    position: static !important;
    width: 100% !important;
    box-shadow: none;
    border-top: 1px solid rgba(20,82,154,.15) !important;
    padding-left: .8em;
  }

  li.nav-li.nav-open > ul.nav-drop { display: block; }

  ul.nav-drop a.nav-link {
    padding-left: 24px;
    font-size: 15px;
    max-width: none;
    white-space: normal;
    background: #f5f8fc;
  }
  ul.nav-drop a.nav-link:hover {
    background: #3a6eb5;
    color: #fff;
  }
  li.hat-art > a.nav-link::after { display: none; }

  /* Artikel-Popup auf Mobile ausblenden */
  div.nav-art-popup { display: none !important; }
}

/* ── Suchvorschläge ──────────────────────────────── */
.suchausgabe {
  position: fixed;   /* aus jedem Stacking-Kontext raus */
  background: #fff;
  border: 1px solid #c0cfe0;
  border-top: none;
  border-radius: 0 0 6px 6px;
  box-shadow: 0 4px 12px rgba(0,0,0,.25);
  z-index: 99999;
  max-height: 320px;
  overflow-y: auto;
  display: none;
}
.suchausgabe:not(:empty) { display: block; }
.suggest-item {
  display: flex;
  flex-direction: column;
  padding: .45em .8em;
  text-decoration: none;
  color: #14529a;
  border-bottom: 1px solid #eef2f8;
  font-size: .88em;
  transition: background .1s;
}
.suggest-item:last-child { border-bottom: none; }
.suggest-item:hover { background: #e8f0fa; }
.suggest-keyword { font-weight: 600; }
.suggest-name    { color: #666; font-size: .9em; }

/* ── Goldener-Schnitt Typografie-Skala ──────────────────── */
/* φ = 1.618  →  Basis: 1em → ×1.618 → ×1.618             */
.content-wrap h1 { font-size:1.618em; }
.content-wrap h2 { font-size:1.1em; }   /* 1.618 ÷ 1.5 */
.content-wrap h3 { font-size:0.95em; }
.idx-section-titel { font-size:1.1em; }

/* ══════════════════════════════════════════════════════════════
   DESIGN-SYSTEM – übernommen von m-wt.de
   Hintergrund, Schatten, Karten, Info-/Legal-Seiten, pae-Klassen
══════════════════════════════════════════════════════════════ */

/* ── CSS-Variablen + Seiten-Hintergrund ──────────────────── */
:root {
  --c-bg:        #e8ecf0;   /* Seiten-Hintergrund wassertest: leicht blau-grau */
  --c-surface:   #ffffff;
  --c-stripe:    #f0f4f8;
  --c-blue:      #14529a;
  --c-dark:      #1a2a3a;
  --c-border:    #dde5f0;
  --c-shadow:    rgba(20,82,154,.13);
  --c-shadow-rd: 4px 5px 16px rgba(20,82,154,.15);
}
body { background: var(--c-bg); }

/* ── Karten-Grundstil: Schatten statt Rahmen ─────────────── */
.idx-box { background: var(--c-surface);
           border-radius: 10px;
           box-shadow: var(--c-shadow-rd); }

/* ── Lightbox-Fix: position:fixed statt absolute ─────────── */
#preview { position: fixed !important; }

/* ── Infoblock (aufklappbare Details) ────────────────────── */
.infodivinnen {
  overflow: hidden; border: 1px solid #c0d0e8; border-radius: 6px;
  background: #f8fafc; padding: .5em .8em 1em; margin: .3em 0 .6em;
  box-shadow: 0 2px 6px rgba(0,0,0,.12); }
.infodivinnen::after { content: ''; display: block; clear: both; }
.infodivinnen .bilderkl { float: left; width: 12em;
  margin: .5em 1em .5em 0; border: 1px solid #ccc; border-radius: 3px; }
.infodivinnen .produktform { width: 100%; height: auto; clear: both;
  text-align: center; padding: .5em; border: 1px solid #14529a;
  border-radius: 5px; background: #f0f5fc; margin-top: .8em; }

/* ── pae-Anfrage-Button + Box ────────────────────────────── */
.pae-btn-anfrage { display: block; text-align: center; padding: .55em 1em;
  background: #fff; color: #555; font-size: .88em; border: 1px solid #ccc;
  border-radius: 6px; cursor: pointer; margin-bottom: .2em; width: 100%; }
.pae-btn-anfrage-top { background: #f0f5fc; color: #14529a; border-color: #b8d4f0;
  font-weight: 600; margin-bottom: .9em; }
.pae-btn-anfrage-top:hover { background: #dde8f5; }
.pae-anfrage-box { border: 1px solid #dde5f0; border-radius: 8px; padding: 1em;
  background: #f8fafe; display: none; margin-bottom: .5em; }
.pae-anfrage-box.offen { display: block; }
.pae-anfrage-box label { display: block; font-size: .85em; font-weight: 600;
  color: #444; margin-bottom: .2em; }
.pae-anfrage-box input, .pae-anfrage-box textarea { width: 100%; padding: .4em .6em;
  font-size: .9em; border: 1px solid #bcd; border-radius: 4px;
  margin-bottom: .6em; box-sizing: border-box; }
.pae-anfrage-box textarea { height: 80px; resize: vertical; }

/* ── pae-Porto-Box / Gesamtpreis ─────────────────────────── */
.pae-porto-box { padding: .8em; background: #f8fafc; border-radius: 6px;
  font-size: .9em; border: 1px solid #eef; }
.pae-porto-gesamt { font-size: 1.05em; font-weight: 700; color: #009900;
  margin: .4em 0 .6em; }
.pae-porto-gesamt small { font-weight: 400; font-size: .82em; color: #777;
  margin-left: .4em; }

/* ── pae-Land-Form / PayPal ──────────────────────────────── */
.pae-land-form { display: flex; align-items: center; flex-wrap: wrap;
  gap: .4em; margin-top: .5em; }
.pae-paypal-txt { font-size: .78em; color: #888; margin: .5em 0 0; line-height: 1.55; }

/* ── pae-Telefon ─────────────────────────────────────────── */
.pae-tel { font-size: .82em; color: #666; border-top: 1px solid #eee;
  padding-top: .6em; }
.pae-tel a { color: #14529a; font-weight: 700; }

/* ── Info-Seiten ─────────────────────────────────────────── */
.info-wrap        { max-width: 860px; margin: 0 auto; padding: 1.2em 1em 2em; }
.info-subnav      { display: flex; flex-wrap: wrap; gap: .4em; margin-bottom: 1.6em; }
.info-subnav a    { display: inline-block; padding: .35em .85em; border-radius: 20px;
  background: #eef2fa; color: #14529a; font-size: .88em; text-decoration: none;
  border: 1px solid #d0daf0; transition: background .15s, color .15s; white-space: nowrap; }
.info-subnav a:hover,
.info-subnav a.aktiv { background: #14529a; color: #fff; border-color: #14529a; }
.info-content     { line-height: 1.7; color: #333; }
.info-content h1  { font-size: 1.5em; margin-bottom: .3em; color: #0b3c73; }
.info-content h2  { font-size: 1.15em; margin: 1.4em 0 .4em; color: #14529a; }
.info-content h3  { font-size: 1em; margin: 1.1em 0 .3em; color: #333; }
.info-content p   { margin: .6em 0; }
.info-content ul,
.info-content ol  { margin: .5em 0 .5em 1.4em; }
.info-content li  { margin: .3em 0; }
.info-content strong { color: #333; }
.info-intro       { margin-bottom: 1.2em; }
.info-intro p     { color: #555; font-size: .97em; }
.info-linkliste   { background: #f5f8ff; border-radius: 8px;
  padding: 1em 1.3em; border: 1px solid #dde5f0; }
.info-linkliste h2 { font-size: 1.05em; margin-bottom: .6em; color: #14529a; }
.info-linkliste ul { margin: 0; padding: 0; list-style: none; }
.info-linkliste li { padding: .3em 0; border-bottom: 1px solid #e8edf5; }
.info-linkliste li:last-child { border-bottom: none; }
.info-linkliste a  { color: #14529a; text-decoration: none; font-size: .95em; }
.info-linkliste a:hover { text-decoration: underline; }

/* FAQ accordion */
.info-content details { border-bottom: 1px solid #dde5f0; }
.info-content details:first-of-type { border-top: 1px solid #dde5f0; }
.info-content details summary { list-style: none; cursor: pointer;
  padding: .75em .3em .75em 1.6em; font-weight: 600; color: #14529a;
  position: relative; user-select: none; }
.info-content details summary::-webkit-details-marker { display: none; }
.info-content details summary::before { content: '▶'; position: absolute; left: 0;
  top: 50%; transform: translateY(-50%); font-size: .75em; transition: transform .2s; }
.info-content details[open] summary::before { transform: translateY(-50%) rotate(90deg); }
.info-content details summary:hover { color: #0b3c73; }
.info-content details > p,
.info-content details > ol,
.info-content details > ul { margin: .1em 0 .9em 1.6em; color: #333; line-height: 1.6; }

/* ── Legal-Seiten ────────────────────────────────────────── */
.legal-wrap       { max-width: 860px; margin: 0 auto; padding: 1.2em 1em 2em; }
.legal-subnav     { display: flex; flex-wrap: wrap; gap: .4em; margin-bottom: 1.6em; }
.legal-subnav a   { display: inline-block; padding: .35em .85em; border-radius: 20px;
  background: #eef2fa; color: #14529a; font-size: .88em; text-decoration: none;
  border: 1px solid #d0daf0; transition: background .15s, color .15s; white-space: nowrap; }
.legal-subnav a:hover,
.legal-subnav a.aktiv { background: #14529a; color: #fff; border-color: #14529a; }
.legal-content    { line-height: 1.75; color: #333; }
.legal-content h1 { font-size: 1.5em; margin-bottom: .8em; color: #0b3c73; }
.legal-content h2 { font-size: 1.1em; margin: 1.5em 0 .4em; color: #14529a;
  padding-bottom: .2em; border-bottom: 1px solid #e8edf5; }
.legal-content h3 { font-size: .97em; margin: 1em 0 .3em; color: #333; font-weight: 700; }
.legal-content p  { margin: .6em 0; }
.legal-content ul,
.legal-content ol { margin: .5em 0 .5em 1.4em; }
.legal-content li { margin: .3em 0; }
.legal-card       { background: #f5f8ff; border: 1px solid #dde5f0;
  border-radius: 8px; padding: 1em 1.3em; margin: 1.2em 0; }
.legal-card p     { margin: .3em 0; }

/* ── Kontaktformular ─────────────────────────────────────── */
.kf-wrap          { max-width: 600px; }
.kf-wrap label    { display: block; font-size: .9em; color: #555; margin-bottom: .25em; }
.kf-wrap input,
.kf-wrap textarea,
.kf-wrap select   { width: 100%; padding: .5em .7em; border: 1px solid #c8d4e8;
  border-radius: 5px; font-size: .97em; margin-bottom: .9em;
  font-family: inherit; background: #fff; }
.kf-wrap input:focus,
.kf-wrap textarea:focus { outline: none; border-color: #14529a;
  box-shadow: 0 0 0 2px rgba(20,82,154,.12); }
.kf-wrap textarea { resize: vertical; min-height: 8em; }
.kf-wrap .kf-submit { background: #14529a; color: #fff; border: none;
  padding: .55em 2em; border-radius: 5px; font-size: 1em; cursor: pointer;
  transition: background .15s; width: auto; margin-bottom: .5em; display: inline-block; }
.kf-wrap .kf-submit:hover { background: #0b3c73; }
.kf-fehler { display: block; color: #c0392b; font-size: .83em;
  margin-top: -.6em; margin-bottom: .5em; }

@media (max-width: 600px) {
  .info-subnav a, .legal-subnav a { font-size: .82em; padding: .3em .65em; }
}
