.elementor-kit-485{--e-global-color-primary:#4CAF50;--e-global-color-secondary:#2E7D32;--e-global-color-text:#333333;--e-global-color-accent:#FF9800;--e-global-color-5258f73:#F7FDF8;--e-global-color-cfa46cd:#EAF5EC;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-size:56px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:1.2em;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-size:38px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Open Sans";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.6em;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:600;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-line-height:1.2em;--e-global-typography-accent-letter-spacing:1px;color:#333333;}.elementor-kit-485 e-page-transition{background-color:#FFBC7D;}.elementor-kit-485 h1{color:#2E7D32;}.elementor-kit-485 h2{color:#2E7D32;}.elementor-kit-485 h3{color:#333333;}.elementor-kit-485 h4{color:#333333;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* === VERDEVA: Card Hover – global === */

/* Grundstil für alle Karten mit Hover */
.card-hover{
  background:#FFFFFF;
  border-radius:12px;
  border:1px solid rgba(0,0,0,0.04);
  box-shadow:0 6px 18px rgba(0,0,0,0.08);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease, color .25s ease;
  will-change: transform;
}

/* Standard-Hover (anheben + stärkerer Schatten) */
.card-hover:hover{
  transform: translateY(-6px);
  box-shadow:0 14px 32px rgba(0,0,0,0.16);
  border-color:#4CAF50; /* #4CAF50 */
}

/* Titel & Icon beim Hover einfärben (Default: Grün) */
.card-hover:hover h3,
.card-hover:hover .elementor-heading-title{ color:#4CAF50; }  /* #4CAF50 */
.card-hover:hover i,
.card-hover:hover .elementor-icon{ color:#4CAF50; }

/* Farbvarianten je Karte */
.card--green:hover,
.card--green:hover h3,
.card--green:hover .elementor-heading-title,
.card--green:hover i,
.card--green:hover .elementor-icon{ border-color:#4CAF50; color:#4CAF50; } /* #4CAF50 */

.card--lightgreen:hover,
.card--lightgreen:hover h3,
.card--lightgreen:hover .elementor-heading-title,
.card--lightgreen:hover i,
.card--lightgreen:hover .elementor-icon{ border-color:#8BC34A; color:#8BC34A; } /* #8BC34A */

.card--orange:hover,
.card--orange:hover h3,
.card--orange:hover .elementor-heading-title,
.card--orange:hover i,
.card--orange:hover .elementor-icon{ border-color:#FF9800; color:#FF9800; } /* #FF9800 */

/* Tastaturfokus = sichtbar & schön */
.card-hover:focus-within{
  outline:2px solid #4CAF50; /* #4CAF50 */
  outline-offset:2px;
}

/* Weniger Bewegung respektieren */
@media (prefers-reduced-motion: reduce){
  .card-hover, .card-hover *{ transition:none !important; }
  .card-hover:hover{ transform:none; }
}

/* Mobile: Lift etwas reduzieren */
@media (max-width: 767px){
  .card-hover:hover{ transform: translateY(-3px); }
}
/* Overlay auf Image-Widget */
.img-overlay{
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.img-overlay img{
  display:block;
  width:100%;
  height:auto;
  transition: transform .4s ease, filter .3s ease;
}
.img-overlay::after{
  content:"";
  position:absolute;
  inset:0;
  background: rgba(76, 175, 80, 0.15); /* #4CAF50 @ 15% */
  mix-blend-mode: multiply;             /* oder 'overlay' */
  pointer-events:none;
  transition: opacity .3s ease;
}

/* Optional: dezenter Hover (leichtes Zoom & etwas stärkerer Overlay) */
.img-overlay:hover img{ transform: scale(1.02); }
.img-overlay:hover::after{ opacity: 0.9; } /* wirkt nur bei mix-blend-mode */
/* Sanftes Karten-Design mit Schatten und Radius */
.map-style iframe {
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover-Effekt */
.map-style iframe:hover {
  transform: scale(1.01);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.12);
}

/* Responsives Verhalten */
@media (max-width: 767px) {
  .map-style iframe {
    border-radius: 12px;
  }
}
/* Sanfter Rand & Integration der Google Map Copyright-Zeile */
.map-style iframe {
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.06);
  width: 100%;
  height: 100%;
}

/* Bereich unten leicht abdunkeln für harmonischen Look */
.map-style {
  position: relative;
  overflow: hidden;
}

.map-style::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  background: linear-gradient(to top, rgba(249,251,249,0.95), rgba(249,251,249,0));
  pointer-events: none;
  border-radius: 0 0 16px 16px;
}
/* 🌿 Verdeva – Moderner Scroll-to-Top Button */
.elementor-scroll-to-top {
  position: fixed;
  bottom: 26px;
  right: 26px;
  width: 52px;
  height: 52px;
  background: linear-gradient(145deg, #4CAF50, #66BB6A);
  color: #fff !important;
  border: none;
  border-radius: 50%;
  box-shadow: 0 8px 20px rgba(76, 175, 80, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  z-index: 9999;
}

.elementor-scroll-to-top:hover {
  transform: translateY(-5px) scale(1.08);
  box-shadow: 0 10px 30px rgba(76, 175, 80, 0.45);
  background: linear-gradient(145deg, #66BB6A, #81C784);
}

/* Optionaler Glow-Effekt beim Scrollen */
.elementor-scroll-to-top.is-visible {
  animation: verdevaFade 0.4s ease-in-out both;
}

@keyframes verdevaFade {
  from { opacity: 0; transform: scale(0.8); }
  to { opacity: 1; transform: scale(1); }
}

/* Mobile Anpassung */
@media (max-width: 767px) {
  .elementor-scroll-to-top {
    width: 46px;
    height: 46px;
    bottom: 18px;
    right: 18px;
  }
}
/* Höhere Spezifität für Farbe – ohne !important */
body .scroll-to-top,
body .elementor-scroll-to-top,
body .back-to-top {
  color: #ffffff;
  text-decoration: none;
}

/* Icon sicher weiß färben (FontAwesome/SVG) */
body .scroll-to-top i,
body .elementor-scroll-to-top i,
body .back-to-top i,
body .scroll-to-top svg,
body .elementor-scroll-to-top svg,
body .back-to-top svg {
  color: #ffffff;
  fill: #ffffff;
}
/* ===== Verdeva Scroll-to-Top Styling ===== */
#ast-scroll-top,
.ast-scroll-top-icon {
  background-color: #4CAF50 !important;  /* Hauptfarbe Verdeva */
  color: #ffffff !important;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 18px;
}

/* Hover-Effekt */
#ast-scroll-top:hover,
.ast-scroll-top-icon:hover {
  background-color: #66BB6A !important; /* helleres Grün beim Hover */
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.25);
}

/* Icon-Farbe sicherstellen */
#ast-scroll-top i,
#ast-scroll-top svg {
  color: #ffffff !important;
  fill: #ffffff !important;
}
/* Pfeil im Scroll-to-Top Button zentrieren */
#ast-scroll-top i,
#ast-scroll-top svg {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff !important;
  fill: #ffffff !important;
  font-size: 16px;
}
/* Icon perfekt zentrieren im Astra Scroll-to-Top */
#ast-scroll-top,
.ast-scroll-top-icon {
  display: flex !important;
  align-items: center !important;   /* vertikal mittig */
  justify-content: center !important;/* horizontal mittig */
  padding: 0 !important;
  line-height: 1 !important;
  box-sizing: border-box;
}

/* Icon-/SVG-Eigenschaften neutral & mittig */
#ast-scroll-top i,
#ast-scroll-top svg {
  position: static !important;  /* frühere top/transform zurücksetzen */
  transform: none !important;
  line-height: 1 !important;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  color: #ffffff !important;
  fill: #ffffff !important;
}

/* Falls Astra einen inneren Abstand setzt: raus damit */
#ast-scroll-top .ast-scroll-top {
  padding: 0 !important;
  margin: 0 !important;
}
/* Pfeil im Astra-Scroll-Button nach oben drehen */
#ast-scroll-top svg,
#ast-scroll-top i {
  transform: rotate(180deg);          /* Pfeil nach oben */
  transform-origin: center center;     /* um die Mitte drehen */
}

/* auch im Hover-Zustand beibehalten */
#ast-scroll-top:hover svg,
#ast-scroll-top:hover i {
  transform: rotate(180deg);
}
/* Pfeil im Astra-Scroll-Button sicher nach oben drehen */
#ast-scroll-top svg,
#ast-scroll-top i,
#ast-scroll-top .ast-icon svg {
  transform: rotate(180deg) !important;      /* überschreibt das frühere transform:none */
  transform-origin: center center !important;
  display: inline-block;                     /* damit die Rotation wirkt */
}

/* Optional: falls Astra einen Icon-Font via ::before nutzt */
#ast-scroll-top::before {
  transform: rotate(180deg) !important;
  transform-origin: center center !important;
  display: inline-block;
}
/* Mini-Fix: Icon sitzt optisch mittig, Layout bleibt original */
.elementor-icon { line-height: 1; vertical-align: middle; }
/* ===== Verdeva Sprachumschalter Design ===== */
.lang-item a {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  color: #2F3B2F;
  padding: 0 10px;
  position: relative;
  transition: color 0.3s ease;
}

/* Trenner-Punkt zwischen Sprachen */
.lang-item:not(:last-child) a::after {
  content: "·";
  color: #999;
  position: absolute;
  right: -5px;
}

/* Hover in Verdeva-Grün */
.lang-item a:hover {
  color: #4CAF50;
}

/* Aktive Sprache leicht transparent */
.current-lang a {
  opacity: 0.5;
  pointer-events: none;
}
.mw-800 { max-width: 800px; margin: 0 auto; }
@media (max-width: 767px) {
  .mw-800 { max-width: 95%; }
}/* End custom CSS */