.elementor-1732 .elementor-element.elementor-element-be9a8fe{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--margin-top:-7px;--margin-bottom:-16px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-69c5658 *//* ========================================== */
/* HEADER & MENÜ CSS - FINAL                */
/* ========================================== */

/* ---------------------------------------- */
/* 1️⃣ HAUPT-WRAPPER (Logo + Text + Menü)   */
/* ---------------------------------------- */
.chor-header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  background: white;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  gap: 3rem;
}

/* ---------------------------------------- */
/* 2️⃣ LINKE SEITE (Logo + Text)            */
/* ---------------------------------------- */
.chor-header-left {
  display: flex;
  align-items: center;
  gap: 1.3rem;
  flex-shrink: 0;
}

/* Logo */
.chor-logo {
  width: 100px !important;
  height: auto;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.chor-logo:hover {
  transform: scale(1.05);
}

/* Text-Bereich */
.chor-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Vereinsname */
.chor-text h1 {
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #2b3442;
  margin: 0;
  line-height: 1.2;
  white-space: nowrap;
}

/* Slogan */
.chor-slogan {
  font-family: "Dancing Script", cursive;
  font-weight: 600;
  font-size: 1.35rem;
  color: #f25c05;
  margin: 0.25rem 0 0;
  letter-spacing: 0.2px;
  white-space: nowrap;
}

/* ---------------------------------------- */
/* 3️⃣ NAVIGATION MENÜ (Rechte Seite)       */
/* ---------------------------------------- */
.chor-nav {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-shrink: 0;
}

.chor-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0.5rem;
  flex-wrap: nowrap;
}

.chor-menu li {
  position: relative;
}

.chor-menu a {
  display: block;
  padding: 0.6rem 1.2rem;
  font-family: "Inter", sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  color: #2b3442;
  text-decoration: none;
  border-radius: 6px;
  transition: all 0.3s ease;
  white-space: nowrap;
}

/* TRANSPARENTER HOVER-EFFEKT */
.chor-menu a:hover {
  background-color: rgba(242, 92, 5, 0.15);
  color: #2b3442;
  transform: translateY(-2px);
}

/* AKTIVER MENÜPUNKT - VOLLE FARBE */
.chor-menu a.active {
  background-color: #f25c05;
  color: white;
}

/* ---------------------------------------- */
/* 4️⃣ SUBMENU (Dropdown)                   */
/* ---------------------------------------- */
.chor-menu .has-submenu {
  position: relative;
}

.chor-menu .submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  padding: 0.5rem 0;
  min-width: 200px;
  z-index: 1000;
  list-style: none;
  margin: 0.5rem 0 0;
}

.chor-menu .has-submenu:hover .submenu {
  display: block;
}

.chor-menu .submenu li {
  margin: 0;
}

.chor-menu .submenu a {
  padding: 0.7rem 1.2rem;
  border-radius: 0;
  color: #2b3442;
}

.chor-menu .submenu a:hover {
  background-color: rgba(242, 92, 5, 0.15);
  color: #2b3442;
  transform: none;
}

/* ---------------------------------------- */
/* 5️⃣ MOBILE MENU TOGGLE (Hamburger)       */
/* ---------------------------------------- */
.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 10px;
  background: transparent;
  border: none;
}

.menu-toggle span {
  width: 25px;
  height: 3px;
  background-color: #2b3442;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.menu-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(7px, 7px);
}

.menu-toggle.active span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
}

/* ---------------------------------------- */
/* 6️⃣ MOBILE MENU                          */
/* ---------------------------------------- */
.mobile-menu {
  display: none;
  background: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 1rem;
  border-radius: 8px;
  margin-top: 1rem;
}

.mobile-menu.active {
  display: block;
}

.mobile-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-menu li {
  margin: 0;
}

.mobile-menu a {
  display: block;
  padding: 0.8rem 1rem;
  color: #2b3442;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.mobile-menu a:hover {
  background-color: rgba(242, 92, 5, 0.15);
  color: #2b3442;
}

/* ---------------------------------------- */
/* 7️⃣ RESPONSIVE (Tablet & Mobile)         */
/* ---------------------------------------- */

/* Tablet (iPad) - ab 1200px Hamburger-Menü */
@media (max-width: 1200px) {
  .chor-menu {
    display: none !important;
  }

  .menu-toggle {
    display: flex;
  }

  .chor-header-wrapper {
    padding: 1rem 1.5rem;
    gap: 2rem;
  }

  .chor-logo {
    width: 90px !important;
  }

  .chor-text h1 {
    font-size: 1.4rem;
  }

  .chor-slogan {
    font-size: 1.2rem;
  }
}

/* Mobile (Smartphone) - ab 768px */
@media (max-width: 768px) {
  .chor-header-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem;
  }

  .chor-header-left {
    width: 100%;
    justify-content: space-between;
  }

  .chor-nav {
    width: 100%;
    justify-content: flex-end;
  }

  .chor-logo {
    width: 80px !important;
  }

  .chor-text h1 {
    font-size: 1.2rem;
    white-space: normal;
  }

  .chor-slogan {
    font-size: 1rem;
    white-space: normal;
  }
}

/* Sehr kleine Smartphones */
@media (max-width: 480px) {
  .chor-header-left {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8rem;
  }

  .chor-logo {
    width: 70px !important;
  }

  .chor-text h1 {
    font-size: 1.1rem;
  }

  .chor-slogan {
    font-size: 0.95rem;
  }
}

/* ---------------------------------------- */
/* 8️⃣ ZUSÄTZLICHE ANPASSUNGEN              */
/* ---------------------------------------- */

html {
  scroll-behavior: smooth;
}

@media (min-width: 1201px) {
  .mobile-menu {
    display: none !important;
  }
  
  .menu-toggle {
    display: none !important;
  }
}/* End custom CSS */