.elementor-kit-328{--e-global-color-primary:#DC2B19;--e-global-color-secondary:#222327;--e-global-color-text:#222327;--e-global-color-accent:#FFFFFF;--e-global-color-99f2513:#27AFC9;--e-global-color-2ec6fd9:#7C303A;--e-global-color-3ed15b0:#470D15;--e-global-color-d454e20:#F5F5F5;--e-global-typography-text-font-family:"Epilogue";--e-global-typography-text-font-weight:400;color:var( --e-global-color-text );font-family:"Epilogue", Sans-serif;font-size:18px;}.elementor-kit-328 e-page-transition{background-color:#FFBC7D;}.elementor-kit-328 a{color:var( --e-global-color-text );}.elementor-kit-328 a:hover{color:#DC2B19;}.elementor-kit-328 h1{color:var( --e-global-color-text );font-family:"Epilogue", Sans-serif;font-size:60px;font-weight:700;line-height:1.2em;}.elementor-kit-328 h2{color:var( --e-global-color-text );font-family:"Epilogue", Sans-serif;font-size:40px;font-weight:600;line-height:1.2em;}.elementor-kit-328 h3{font-family:"Epilogue", Sans-serif;font-size:24px;font-weight:700;line-height:1.25em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-328{font-size:18px;}.elementor-kit-328 h1{font-size:48px;line-height:1.2em;}.elementor-kit-328 h2{font-size:34px;line-height:1.25em;}.elementor-kit-328 h3{font-size:22px;line-height:1.3em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-328{font-size:17px;}.elementor-kit-328 h1{font-size:36px;line-height:1.25em;}.elementor-kit-328 h2{font-size:26px;line-height:1.3em;}.elementor-kit-328 h3{font-size:22px;line-height:1.35em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Water Panel */
.water-panel{
  background:transparent;
  color:#fff;
  font-size:18px;
  line-height:1.25;
  font-weight:400;
}

/* Headline */
.water-headline{
  color:#fff;
  margin:0 0 8px 0;
}

/* Body */
.water-body{
  font-size:18px;
  line-height:1.4em;
  margin:0 0 8px 0;
}

/* Availability */
.water-availability{
  margin:18px 0 18px 0;
  font-size:18px;
  font-weight:700;
  color:#fff;
}

.water-availability{
  margin:18px 0 18px 0;
  font-size:18px;
  font-weight:700;
  color:#fff;
}

/* KPI Cards */
.water-kpis{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap:14px;
  margin-bottom:18px;
}

.water-kpi{
  border:1px solid rgba(255,255,255,.22);
  padding:14px 14px 12px;
  background:rgba(255,255,255,.04);
  backdrop-filter:saturate(120%) blur(6px);
  -webkit-backdrop-filter:saturate(120%) blur(6px);
}

.water-kpi__label{
  font-size:18px;
  letter-spacing:.02em;
  margin:0 0 10px;
}

.water-kpi__value{
  display:flex;
  align-items:baseline;
  gap:8px;
  margin:0;
}

.water-kpi__num{
  font-size:28px;
  font-weight:700;
  line-height:1;
}

.water-kpi__unit{
  font-size:14px;
}

/* Mineral list */
.water-minerals{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:28px;
}

.water-list{
  margin:0;
  padding:0;
  list-style:none;
}

.water-item{
  display:flex;
  justify-content:space-between;
  gap:16px;
  padding:10px 0;
  border-bottom:1px solid rgba(255,255,255,.22);
}

.water-item:last-child{
  border-bottom:0;
}

.water-name{
}

.water-val{
  font-variant-numeric: tabular-nums;
  text-align:right;
  min-width:84px;
}

.water-note{
  margin-top:14px;
  font-size:13px;
}

/* Responsive */
@media (max-width: 767px){
  .water-kpis{
    grid-template-columns:1fr;
  }
  .water-minerals{
    grid-template-columns:1fr;
    gap:14px;
  }
  .water-kpi__num{
    font-size:26px;
  }
}
/* =========================================
   FINAL: Tabs komplett in Weinrot bei Hover + Active
   (Elementor Tabs + Nested Tabs)
   ========================================= */

/* 1) Innere Hintergründe entfernen (verhindert schwarzen Block hinter Text) */
.e-n-tabs [role="tab"] *,
.elementor-widget-tabs .elementor-tab-title * {
  background: transparent !important;
  box-shadow: none !important;
}

/* 2) Fläche immer über das äussere Tab-Element steuern */
.e-n-tabs [role="tab"],
.elementor-widget-tabs .elementor-tab-title {
  background-color: transparent;
}

/* Hover + Active (selected) */
.e-n-tabs [role="tab"]:hover,
.e-n-tabs [role="tab"][aria-selected="true"],
.elementor-widget-tabs .elementor-tab-title:hover,
.elementor-widget-tabs .elementor-tab-title.elementor-active {
  background-color: #470D15 !important;
  border-color: #470D15 !important;
  color: #fff !important;
}

/* 3) Textfarbe sicher auf weiss setzen */
.e-n-tabs [role="tab"]:hover *,
.e-n-tabs [role="tab"][aria-selected="true"] *,
.elementor-widget-tabs .elementor-tab-title:hover *,
.elementor-widget-tabs .elementor-tab-title.elementor-active * {
  color: #fff !important;
}

/* 4) Falls Elementor eine Linie per ::after zeichnet: ausblenden */
.e-n-tabs [role="tab"]::after,
.elementor-widget-tabs .elementor-tab-title::after {
  display: none !important;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Epilogue';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://wasserprinz.de//wp-content/uploads/2025/10/epilogue-v20-latin-regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Epilogue';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://wasserprinz.de//wp-content/uploads/2025/10/epilogue-v20-latin-300.woff2') format('woff2');
}
@font-face {
	font-family: 'Epilogue';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://wasserprinz.de//wp-content/uploads/2025/10/epilogue-v20-latin-500.woff2') format('woff2');
}
@font-face {
	font-family: 'Epilogue';
	font-style: italic;
	font-weight: 500;
	font-display: auto;
	src: url('https://wasserprinz.de//wp-content/uploads/2025/10/epilogue-v20-latin-500italic.woff2') format('woff2');
}
@font-face {
	font-family: 'Epilogue';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://wasserprinz.de//wp-content/uploads/2025/10/epilogue-v20-latin-600.woff2') format('woff2');
}
@font-face {
	font-family: 'Epilogue';
	font-style: italic;
	font-weight: 600;
	font-display: auto;
	src: url('https://wasserprinz.de//wp-content/uploads/2025/10/epilogue-v20-latin-600italic.woff2') format('woff2');
}
@font-face {
	font-family: 'Epilogue';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://wasserprinz.de//wp-content/uploads/2025/10/epilogue-v20-latin-700.woff2') format('woff2');
}
@font-face {
	font-family: 'Epilogue';
	font-style: italic;
	font-weight: 700;
	font-display: auto;
	src: url('https://wasserprinz.de//wp-content/uploads/2025/10/epilogue-v20-latin-700italic.woff2') format('woff2');
}
@font-face {
	font-family: 'Epilogue';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://wasserprinz.de//wp-content/uploads/2025/10/epilogue-v20-latin-800.woff2') format('woff2');
}
@font-face {
	font-family: 'Epilogue';
	font-style: italic;
	font-weight: 800;
	font-display: auto;
	src: url('https://wasserprinz.de//wp-content/uploads/2025/10/epilogue-v20-latin-800italic.woff2') format('woff2');
}
@font-face {
	font-family: 'Epilogue';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('https://wasserprinz.de//wp-content/uploads/2025/10/epilogue-v20-latin-900.woff2') format('woff2');
}
@font-face {
	font-family: 'Epilogue';
	font-style: italic;
	font-weight: 900;
	font-display: auto;
	src: url('https://wasserprinz.de//wp-content/uploads/2025/10/epilogue-v20-latin-900italic.woff2') format('woff2');
}
@font-face {
	font-family: 'Epilogue';
	font-style: italic;
	font-weight: normal;
	font-display: auto;
	src: url('https://wasserprinz.de//wp-content/uploads/2025/10/epilogue-v20-latin-italic.woff2') format('woff2');
}
/* End Custom Fonts CSS */