.elementor-kit-35{--e-global-color-primary:#111111;--e-global-color-secondary:#54595F;--e-global-color-text:#444444;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Libre Baskerville";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Open Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"Open Sans", Sans-serif;font-size:16px;font-weight:400;line-height:1.6em;letter-spacing:-0.2px;}.elementor-kit-35 e-page-transition{background-color:#FFBC7D;}.elementor-kit-35 h1{font-family:"Libre Baskerville", Sans-serif;font-size:50px;font-weight:600;line-height:1.2px;letter-spacing:-0.5px;}.elementor-kit-35 h2{font-family:"Libre Baskerville", Sans-serif;font-size:40px;font-weight:500;letter-spacing:-0.5px;}.elementor-kit-35 h3{font-family:"Libre Baskerville", Sans-serif;font-size:30px;font-weight:500;letter-spacing:-0.5px;}.elementor-kit-35 h4{font-family:"Libre Baskerville", Sans-serif;font-size:20px;font-weight:600;letter-spacing:-0.5px;}.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);}.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 *//* === NAVIGATION & SPRACHMENÜ === */

.custom-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}

.custom-nav-menu {
  display: flex;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.custom-nav-menu li a {
  text-decoration: none;
  color: #333 !important;
  font-weight: 500;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  position: relative;
  transition: color 0.2s ease;
  line-height: 1.5;
  background: none !important;
}

/* Unterstrich-Effekt (nur Desktop) */
.custom-nav-menu li a::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: #333;
  transition: width 0.3s ease;
}

.custom-nav-menu li a:hover::after,
.custom-nav-menu li a.active::after {
  width: 100%;
}

/* Toggle Button für Mobile */
.custom-nav-toggle {
  display: none;
  font-size: 28px;
  cursor: pointer;
  margin-left: 20px;
}

/* Sprache-Button im Menü */
.custom-nav-menu button {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
  line-height: 1.5;
  position: relative;
  top: 2px;
}

/* Sprache Dropdown */
#language-options {
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  list-style: none;
  padding: 0.5em 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

#language-options.hidden {
  display: none;
}

#language-options li a {
  display: block;
  padding: 0.25em 1em;
  white-space: nowrap;
  color: #333;
}

#language-options li a:hover {
  color: #C4275A;
}

/* === MOBILES MENÜ: Layout & Verhalten === */
@media (max-width: 768px) {
  .custom-nav-toggle {
    display: block;
    align-self: flex-start;
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  .custom-nav {
    padding: 8px 0 !important;
  }

  .custom-nav-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    background: white;
    flex-direction: column;
    align-items: flex-start;
    padding: 5px 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 999;
  }

  .custom-nav-menu.open {
    display: flex !important;
  }

  .custom-nav-menu li a {
    padding: 10px 16px;
    font-size: 16px;
    display: block;
    width: 100%;
    background: none !important;
    color: #333 !important;
  }

  .custom-nav-menu li a:hover {
    background: none !important;
    color: #C4275A !important;
  }

  .custom-nav-menu li a.active {
    background: none !important;
    color: #333 !important;
  }
}

/* === MOBILES MENÜ: Zentrierung & aktives Element neutralisieren === */
@media (max-width: 1024px) {
  .elementor-nav-menu--dropdown {
    left: 50% !important;
    transform: translateX(-50%) !important;
    right: auto !important;
    width: auto !important;
    min-width: 250px;
    max-width: 90vw;
    background-color: white !important;
    text-align: right;
  }

  .elementor-nav-menu--dropdown a {
    color: #333 !important;
    background-color: transparent !important;
    padding-right: 20px;
  }

  .elementor-nav-menu--dropdown .elementor-item-active,
  .elementor-nav-menu--dropdown .elementor-item.highlighted,
  .elementor-nav-menu--dropdown .elementor-item:focus {
    background-color: transparent !important;
    color: #333 !important;
  }
}

.journey-button {
  background-color: #fff;
  color: #333;
  border: 1px solid #333;
  transition: all 0.3s ease;
  width: 100%; /* optional: gleichmäßige Breite */
}

.journey-button:hover {
  background-color: #333;
  color: #fff;
}

/* Entfernt versehentlichen Rahmen vom umgebenden Container */
.journey-button-container {
  border: none !important;
  box-shadow: none !important;
}

.journey-button {
  background-color: #fff !important;
  color: #333 !important;
  border: 1px solid #333 !important;
  transition: all 0.3s ease !important;
  width: 100%;
  text-align: center;
  display: block;
}

.journey-button:hover {
  background-color: #333 !important;
  color: #fff !important;
}

/* === Fix für Journey-Button auf Destination-Card === */
.elementor-button.journey-button {
  background-color: #fff !important;
  color: #333 !important;
  border: 1px solid #333 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  transition: all 0.3s ease !important;
}

.elementor-button.journey-button:hover {
  background-color: #333 !important;
  color: #fff !important;
  border: 1px solid #333 !important;
}

.elementor-button.journey-button:hover {
  background-color: #333 !important;
  color: #fff !important;
  border-color: #333 !important;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.journey-button:hover {
  background-color: #333 !important;
  color: #fff !important;
  border-color: #333 !important;
  transition: all 0.3s ease-in-out;
}

.journey-button:hover {
  background-color: #333 !important;
  color: #fff !important;
}

/* Fix Hover-Effekt für Journey-Buttons */
.journey-button {
  background-color: white;
  color: #333;
  border: 1px solid #333;
  transition: all 0.3s ease;
}

.journey-button:hover {
  background-color: #333;
  color: #fff;
}/* End custom CSS */