/* ------------------------------------------------ Musteretage, interaktiver Plan */
.dc-et-steuer{display:flex;flex-wrap:wrap;gap:14px 22px;align-items:flex-end;margin-top:30px;}
.dc-et-stufen{display:flex;flex-wrap:wrap;gap:2px;background:#d5d2ce;border:1px solid #d5d2ce;}
.dc-et-stufen button{background:#ffffff;border:none;padding:11px 18px 12px;cursor:pointer;
  font-family:"Archivo",sans-serif;font-weight:600;font-size:15px;color:#0e1114;text-align:left;
  display:flex;flex-direction:column;gap:2px;min-width:168px;}
.dc-et-stufen button span{font-family:"Barlow Semi Condensed",sans-serif;font-weight:500;
  font-size:13px;letter-spacing:.06em;text-transform:uppercase;color:#7c756e;}
.dc-et-stufen button:hover{background:#faf9f7;}
.dc-et-stufen button[aria-pressed="true"]{background:#0e1114;color:#ffffff;}
.dc-et-stufen button[aria-pressed="true"] span{color:#cc0000;}
.dc-et-knopf{background:#ffffff;border:1px solid #c9c5bf;padding:10px 16px;cursor:pointer;
  font-family:"Barlow",sans-serif;font-size:15px;color:#0e1114;}
.dc-et-knopf:hover{background:#faf9f7;}
.dc-et-knopf[aria-pressed="true"]{background:#0e1114;color:#ffffff;border-color:#0e1114;}
.dc-et-stufentext{color:#55606a;font-size:16px;max-width:52em;margin:14px 0 0;line-height:1.5;}

.dc-et-buehne{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:24px;margin-top:22px;
  align-items:start;}
.dc-et-plan{position:relative;background:#e4e2e0;overflow:hidden;}
.dc-et-plan svg{display:block;width:100%;height:auto;}
/* Zwei Lagen: die Einfaerbung liegt unter den Moebeln, die Trefferflaeche darueber.
   Sonst deckt die Farbe Tische, Stuehle und Schatten zu. */
.dc-et-farbe{fill:#1d6f3c;opacity:0;transition:opacity .25s ease-out;pointer-events:none;}
.dc-et-raum{fill:transparent;stroke:none;cursor:pointer;}
.dc-et-raum:hover{stroke:#0e1114;stroke-width:8;}
.dc-et-raum.dc-et-wahl{stroke:#cc0000;stroke-width:11;}
#dc-et-funkkreise{opacity:0;transition:opacity .3s ease-out;pointer-events:none;}
#dc-et-funkkreise.dc-an{opacity:1;}
#dc-et-funkkreise circle{fill:#cc0000;fill-opacity:.07;stroke:#cc0000;stroke-width:5;
  stroke-dasharray:26 16;}
.dc-et-g{cursor:pointer;}
.dc-et-g .dc-et-treffer{fill:transparent;}
.dc-et-g .dc-et-punkt{stroke:#ffffff;stroke-width:6;}
/* SVG-Elemente kennen die HTML-Eigenschaft hidden nicht, darum eine Klasse. */
.dc-et-g.dc-et-aus{display:none;}
.dc-et-g:hover .dc-et-punkt,.dc-et-g.dc-et-wahl .dc-et-punkt{stroke:#0e1114;stroke-width:9;}
.dc-et-plan.dc-funk .dc-et-g:not([data-art="empfang"]):not([data-art="gateway"]) .dc-et-punkt{opacity:.22;}

.dc-et-tafel{background:#ffffff;border:1px solid #e2ded9;padding:22px 22px 24px;
  position:sticky;top:96px;}
.dc-et-tafel .dc-kap{display:block;color:#cc0000;}
.dc-et-tafel h3{font-family:"Archivo",sans-serif;font-size:21px;line-height:1.2;margin:6px 0 0;
  color:#0e1114;}
.dc-et-tafel p{font-size:15px;line-height:1.55;color:#55606a;margin:12px 0 0;}
.dc-et-daten{list-style:none;padding:0;margin:16px 0 0;border-top:1px solid #eae6e2;}
.dc-et-daten li{display:flex;justify-content:space-between;gap:14px;padding:7px 0;
  border-bottom:1px solid #eae6e2;font-size:14px;color:#55606a;}
.dc-et-daten li b{color:#0e1114;font-weight:600;text-align:right;}
.dc-et-tafel .dc-weiter{margin-top:16px;display:inline-block;color:#0e1114 !important;}
.dc-et-messwert{display:flex;align-items:baseline;gap:10px;margin-top:16px;}
.dc-et-messwert b{font-family:"Archivo",sans-serif;font-size:30px;line-height:1;color:#0e1114;
  font-variant-numeric:tabular-nums;}
.dc-et-messwert span{font-size:14px;color:#7c756e;}
.dc-et-stab{height:8px;background:#eae6e2;margin-top:10px;position:relative;overflow:hidden;}
.dc-et-stab i{display:block;height:100%;width:0;transition:width .3s ease-out;}

.dc-et-zeit{display:flex;flex-wrap:wrap;align-items:center;gap:12px 18px;margin-top:20px;
  background:#ffffff;border:1px solid #e2ded9;padding:14px 18px;}
.dc-et-zeit label{font-family:"Barlow Semi Condensed",sans-serif;font-weight:600;font-size:13px;
  letter-spacing:.1em;text-transform:uppercase;color:#7c756e;}
.dc-et-zeit input[type="range"]{flex:1;min-width:220px;accent-color:#cc0000;}
.dc-et-zeit output{font-family:"Archivo",sans-serif;font-weight:700;font-size:19px;
  font-variant-numeric:tabular-nums;color:#0e1114;min-width:62px;}
.dc-et-skala{display:flex;flex-wrap:wrap;gap:6px 18px;align-items:center;margin-top:16px;
  font-size:13.5px;color:#7c756e;}
.dc-et-skala i{display:inline-block;width:14px;height:14px;margin-right:6px;vertical-align:-2px;}
.dc-et-legende{display:flex;flex-wrap:wrap;gap:8px 20px;margin-top:18px;font-size:14px;
  color:#55606a;}
.dc-et-legende span{display:flex;align-items:center;gap:8px;}
.dc-et-legende b{width:14px;height:14px;border-radius:50%;border:2px solid #ffffff;
  box-shadow:0 0 0 1px rgba(0,0,0,.18);}
.dc-et-hinweis{margin-top:16px;font-size:14px;color:#7c756e;max-width:60em;line-height:1.55;}

.dc-et-summe{display:flex;flex-wrap:wrap;gap:10px 30px;align-items:baseline;margin-top:8px;}
.dc-et-summe b{font-family:"Archivo",sans-serif;font-size:26px;color:#0e1114;
  font-variant-numeric:tabular-nums;}
@media (max-width:980px){
  .dc-et-buehne{grid-template-columns:1fr;}
  .dc-et-tafel{position:static;}
}
@media (prefers-reduced-motion:reduce){
  .dc-et-raum,#dc-et-funkkreise,.dc-et-stab i{transition:none;}
}
