.elementor-kit-6{--e-global-color-primary:#1A2B48;--e-global-color-secondary:#3A7BD5;--e-global-color-text:#1F2937;--e-global-color-accent:#F2F4F7;--e-global-color-c16cd83:#FFFFFF;--e-global-typography-primary-font-family:"Playfair Display";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:#3A7BD5;color:#FFFFFF;border-radius:08px 08px 08px 08px;padding:14px 26px 14px 26px;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:#2F68B3;color:var( --e-global-color-c16cd83 );box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);border-radius:8px 8px 8px 8px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.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-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 *//* ============================================
   MORENA – sauberes Gesamt-CSS
   - Logo größer
   - Hero zentriert
   - Buttons in Theme-Farbe, Schrift weiß
   - FAQ / Formular sauber
   - Kartentitel parallel und ohne Überlappen
   ============================================ */

/* === LOGO: +50% größer === */
header img,
.elementor-widget-image img,
.elementor-site-logo img {
  transform: scale(1.5) !important;
  transform-origin: center center !important;
}

/* === ALLGEMEIN: Text im Hero zentrieren === */
.elementor-section[data-settings*="background"] .elementor-container,
.e-con-inner,
.elementor-container {
  text-align: center !important;
}

/* === HERO H1: nur im Hero groß und lebendig === */
.elementor-section[data-settings*="background"] h1 {
  text-align: center !important;
  letter-spacing: 0.15em !important;
  line-height: 1.15 !important;
  text-shadow:
    0 0 80px rgba(255, 255, 255, 0.2),
    0 2px 4px rgba(0, 0, 0, 0.5) !important;
  margin-bottom: 20px !important;
}

/* === HERO H2: nur im Hero großzügiger === */
.elementor-section[data-settings*="background"] .elementor-widget-heading h2 {
  text-align: center !important;
  letter-spacing: 0.18em !important;
  line-height: 1.35 !important;
  margin-bottom: 16px !important;
}

/* === Fließtext zentriert === */
.elementor-widget-text-editor {
  text-align: center !important;
}

/* === BUTTONS === */
.elementor-button-wrapper {
  text-align: center !important;
  display: flex !important;
  justify-content: center !important;
}

.elementor-button {
  color: #ffffff !important;
  letter-spacing: 0.06em !important;
  padding: 14px 36px !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25) !important;
  transition: all 0.3s ease !important;
}

.elementor-button:link,
.elementor-button:visited,
.elementor-button:hover,
.elementor-button:focus {
  color: #ffffff !important;
}

.elementor-button:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.35) !important;
}

/* === FAQ === */
.elementor-toggle-item,
.elementor-accordion-item {
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  border-radius: 10px !important;
  margin-bottom: 10px !important;
  overflow: hidden !important;
  background: rgba(255, 255, 255, 0.03) !important;
}

.elementor-tab-title,
.elementor-toggle-title {
  padding: 16px 22px !important;
  border-left: 4px solid rgba(255, 255, 255, 0.2) !important;
  font-size: 0.97rem !important;
  letter-spacing: 0.02em !important;
  background: transparent !important;
  transition: background 0.2s ease !important;
}

.elementor-tab-title:hover,
.elementor-toggle-title:hover {
  background: rgba(255, 255, 255, 0.05) !important;
}

.elementor-tab-content,
.elementor-toggle-content {
  padding: 14px 22px 18px 26px !important;
  border-left: 4px solid rgba(255, 255, 255, 0.08) !important;
  line-height: 1.75 !important;
}

.elementor-accordion-icon,
.elementor-toggle-icon {
  color: inherit !important;
}

/* === FORMULAR === */
.elementor-field-group input,
.elementor-field-group textarea,
.elementor-field-group select {
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  border-radius: 6px !important;
  padding: 12px 16px !important;
  background: rgba(255, 255, 255, 0.05) !important;
  transition: border-color 0.2s ease !important;
}

.elementor-field-group input:focus,
.elementor-field-group textarea:focus,
.elementor-field-group select:focus {
  border-color: rgba(255, 255, 255, 0.45) !important;
  outline: none !important;
}

/* === Divider === */
.elementor-divider-separator {
  border-color: rgba(255, 255, 255, 0.2) !important;
}

/* === Links === */
a {
  transition: opacity 0.2s ease !important;
}

a:hover {
  opacity: 0.8 !important;
}

/* ============================================
   KARTEN / TOUREN – TITEL SAUBER UND PARALLEL
   ============================================ */

/* Kartentitel komplett zurücksetzen */
.elementor-widget-heading h2:not(.elementor-size-default),
.elementor-widget-heading h3:not(.elementor-size-default),
.elementor-widget-heading .elementor-heading-title {
  text-shadow: none !important;
  transform: none !important;
  position: static !important;
  padding: 0 !important;
  max-width: 100% !important;
  white-space: normal !important;
  overflow-wrap: break-word !important;
  word-break: normal !important;
}

/* Standard für Kartentitel */
.elementor-widget-heading .elementor-heading-title {
  text-align: center !important;
  letter-spacing: 0.08em !important;
  word-spacing: normal !important;
  line-height: 1.2 !important;
  margin: 0 0 14px 0 !important;
}

/* Speziell H2/H3 in Karten */
.elementor-widget-heading h2.elementor-heading-title,
.elementor-widget-heading h3.elementor-heading-title {
  font-size: clamp(28px, 2.2vw, 44px) !important;
  line-height: 1.15 !important;
  letter-spacing: 0.08em !important;
}

/* Mehrzeilige Titel gleichmäßig */
.elementor-widget-heading .elementor-heading-title {
  min-height: 2.5em !important;
  display: block !important;
}

/* Titelblock mit Abstand zum Bild */
.elementor-widget-heading {
  margin-bottom: 10px !important;
}

/* Text unter den Titeln sauber lesbar */
.elementor-widget-text-editor p {
  line-height: 1.6 !important;
  margin-bottom: 12px !important;
}

/* Optional: Bilder sauber getrennt */
.elementor-widget-image img,
.elementor-image-box-img img {
  display: block !important;
}

/* === Sicherheitsregel: globale h3 nicht unnötig stretchen === */
h3 {
  line-height: 1.2 !important;
}elementor-widget-heading {
  position: relative !important;
  z-index: 2 !important;
  margin-top: 18px !important;
}

/* Titel selbst sauber halten */
.elementor-widget-heading .elementor-heading-title {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.15 !important;
  letter-spacing: 0.06em !important;
  text-align: center !important;
  position: static !important;
  transform: none !important;
  text-shadow: none !important;
}

/* Bildbereich bleibt darunter/oberhalb sauber getrennt */
.elementor-widget-image,
.elementor-widget-theme-post-featured-image,
.elementor-post__thumbnail,
.elementor-image-box-img {
  margin-bottom: 0 !important;
}

/* Falls der Titel durch globale Regeln hochgezogen wird */
.elementor-widget-heading,
.elementor-widget-heading * {
  top: auto !important;
}.elementor-widget-heading {
  margin-top: 50px !important;
}/* === FOOTER: Überschriften fix === */
footer h2,
footer h3,
footer .elementor-widget-heading h2,
footer .elementor-widget-heading h3,
.elementor-location-footer h2,
.elementor-location-footer h3 {
  font-size: 0.6rem !important;
  font-weight: 400 !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important;
  line-height: 1.6 !important;
  white-space: normal !important;
  word-spacing: 0.1em !important;
  margin-bottom: 1.4rem !important;
  opacity: 0.9 !important;
}/* End custom CSS */