.elementor-6568 .elementor-element.elementor-element-146faa2{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6568 .elementor-element.elementor-element-02bc72a{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-02bc72a *//* --- FARBPALETTE & BASISSTYLES --- */
:root {
  --primary-green: #597063; /* Salbeigrün */
  --bg-cream: #f7f6f2;     /* Off-White Hintergrund */
  --text-dark: #1a1a1a;
  --text-muted: #666666;
  --border-color: rgba(0, 0, 0, 0.08);
}

.tw-app-wrapper {
  box-sizing: border-box !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  background-color: var(--bg-cream) !important;
  height: 100vh !important;
  height: 100dvh !important;
  width: 100% !important;
  max-width: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  overflow: hidden !important;
  color: var(--text-dark) !important;
}

.tw-app-wrapper *, .tw-app-wrapper *:before, .tw-app-wrapper *:after {
  box-sizing: inherit !important;
}

/* --- HEADER --- */
.tw-header {
  height: 80px !important;
  background: var(--bg-cream) !important;
  border-bottom: 1px solid var(--border-color) !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  padding: 0 30px !important;
  padding-left: 90px !important;
  flex-shrink: 0 !important;
  width: 100% !important;
  z-index: 100 !important;
}

.tw-logo-area {
  display: flex !important;
  align-items: center !important;
  text-decoration: none !important;
  height: 100% !important;
}

.tw-logo-img {
  height: 48px !important;
  max-height: 65px !important;
  width: auto !important;
  object-fit: contain !important;
  display: block !important;
}

.tw-header-right {
  display: flex !important;
  align-items: center !important;
  padding-right: 20px !important;
}

.tw-side-menu-icon {
  cursor: pointer !important;
  width: 24px !important;
  height: 16px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
}

.tw-side-menu-icon span {
  display: block !important;
  height: 2px !important;
  background: var(--text-dark) !important;
  width: 100% !important;
}

/* --- MAIN LAYOUT --- */
.tw-main-layout-wrapper {
  display: flex !important;
  flex: 1 !important;
  width: 100% !important;
  max-width: 100% !important;
  min-height: 0 !important;
  overflow: hidden !important;
  position: relative !important;
}

.tw-main-content {
  display: flex !important;
  flex: 1 !important;
  min-height: 0 !important;
  overflow: hidden !important;
  position: relative !important;
  width: 100% !important;
  max-width: 100% !important;
}

/* --- LINKE SEITE (EXAKT 70% BREITE) --- */
.tw-left-pane {
  flex: 0 0 70% !important;
  width: 70% !important;
  max-width: 70% !important;
  position: relative !important;
  height: 100% !important;
  background: #1a1a1a !important;
  overflow: hidden !important;
}

.cyber-map-container {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 1 !important;
  overflow: hidden !important;
}

/* --- KARTE & AUSBLENDUNG DER ARCGIS UI-ELEMENTE --- */
arcgis-embedded-map.pure-cyber-map {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 105% !important;
  height: 105% !important;
  filter: brightness(90%) contrast(105%) sepia(15%) !important;
}

arcgis-embedded-map.pure-cyber-map::part(ui) {
  display: none !important;
}

.cyber-map-container .esri-ui,
.cyber-map-container .esri-ui-bottom-right,
.cyber-map-container .esri-component,
.cyber-map-container [class*="esri-ui"] {
  display: none !important;
}

/* --- DATUMSKARTE (Garantiert Grün) --- */
.ww1-date-card {
  position: absolute !important;
  bottom: 25px !important;
  left: 25px !important;
  background: #597063 !important;
  backdrop-filter: blur(10px) !important;
  padding: 18px 22px !important;
  border-radius: 6px !important;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2) !important;
  z-index: 10 !important;
  color: #ffffff !important;
}

.ww1-day-name {
  font-size: 10px !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  color: rgba(255, 255, 255, 0.85) !important;
  font-weight: 700 !important;
  margin-bottom: 4px !important;
}

.ww1-date-val {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  letter-spacing: -0.5px !important;
}

/* --- PAGINATION-BAR (< | >) --- */
.ww1-pagination-bar {
  position: absolute !important;
  bottom: 25px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  background: #1e1e1e !important;
  padding: 10px 24px !important;
  border-radius: 30px !important;
  display: flex !important;
  align-items: center !important;
  gap: 20px !important;
  z-index: 10 !important;
  box-shadow: 0 5px 20px rgba(0,0,0,0.4) !important;
}

.ww1-pagination-bar a {
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 16px !important;
  font-weight: bold !important;
}

.ww1-pagination-divider {
  color: rgba(255, 255, 255, 0.3) !important;
  font-weight: 300 !important;
  font-size: 14px !important;
}

/* --- RECHTE SEITE AUF DER KARTE: KALENDER & JAHRE (WEITER UNTEN PLATZIERT) --- */
.ww1-sidebar-container {
  position: absolute !important;
  right: 15px !important;
  top: 50px !important; /* Hier weiter nach unten gerückt */
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 12px !important;
  z-index: 60 !important;
}

.ww1-calendar-btn {
  width: 44px !important;
  height: 44px !important;
  background-color: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(8px) !important;
  border: none !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15) !important;
}

.ww1-calendar-btn svg {
  width: 20px !important;
  height: 20px !important;
  fill: var(--text-dark) !important;
}

.ww1-years-menu {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 12px !important;
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(8px) !important;
  padding: 16px 10px !important;
  border-radius: 20px !important;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15) !important;
}

.ww1-years-menu a {
  font-size: 11px !important;
  color: var(--text-muted) !important;
  text-decoration: none !important;
  font-weight: 600 !important;
  letter-spacing: 1.5px !important;
  writing-mode: vertical-rl !important;
  text-orientation: mixed !important;
  padding: 6px 4px !important;
  border-radius: 4px !important;
}

.ww1-years-menu a:hover, .ww1-years-menu a.active {
  color: #ffffff !important;
  background-color: var(--primary-green) !important;
}

/* --- RECHTE SPALTE (EXAKT 30% BREITE) --- */
.tw-right-pane {
  flex: 0 0 30% !important;
  width: 30% !important;
  max-width: 30% !important;
  background: #ffffff !important;
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  position: relative !important;
  border-left: 1px solid var(--border-color) !important;
  z-index: 20 !important;
}

.tw-tabs-nav {
  display: flex !important;
  border-bottom: 1px solid var(--border-color) !important;
  padding: 0 15px !important;
  background: #ffffff !important;
  flex-shrink: 0 !important;
  overflow-x: auto !important;
  scrollbar-width: none !important;
}

.tw-tab-btn {
  background: none !important;
  border: none !important;
  padding: 20px 10px !important;
  font-size: 10px !important;
  color: var(--text-muted) !important;
  cursor: pointer !important;
  position: relative !important;
  font-weight: 600 !important;
  white-space: nowrap !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
}

.tw-tab-btn.active {
  color: var(--primary-green) !important;
}

.tw-tab-btn.active::after {
  content: '' !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 10px !important;
  right: 10px !important;
  height: 2px !important;
  background-color: var(--primary-green) !important;
}

.tw-tabs-content {
  flex: 1 !important;
  overflow-y: auto !important;
  padding: 30px !important;
}

.tw-tab-pane {
  display: none !important;
}

.tw-tab-pane.active {
  display: block !important;
}

.tw-tab-pane h3 {
  font-size: 20px !important;
  font-weight: 400 !important;
  color: var(--text-dark) !important;
  margin-bottom: 16px !important;
  letter-spacing: -0.5px !important;
}

.tw-long-text {
  font-size: 13px !important;
  line-height: 1.8 !important;
  color: var(--text-muted) !important;
}

.tw-long-text p {
  margin-bottom: 14px !important;
}

/* --- RESPONSIVES DESIGN --- */
@media (max-width: 1024px) {
  .tw-header {
    padding-left: 30px !important;
  }
  .tw-main-layout-wrapper {
    flex-direction: column !important;
  }
  .tw-main-content {
    flex-direction: column !important;
    height: auto !important;
  }
  .tw-left-pane {
    flex: none !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 50vh !important;
    min-height: 350px !important;
  }
  .tw-right-pane {
    flex: none !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}/* End custom CSS */