.elementor-3936 .elementor-element.elementor-element-134f4865.ob-is-breaking-bad > .elementor-container{justify-content:flex-start !important;flex-direction:row;}.elementor-3936 .elementor-element.elementor-element-134f4865.ob-is-breaking-bad.ob-bb-inner > .elementor-container{justify-content:flex-start !important;flex-direction:row;}.elementor-3936 .elementor-element.elementor-element-134f4865.ob-is-breaking-bad.ob-is-glider > .elementor-container.swiper-vertical{flex-direction:column;}.elementor-3936 .elementor-element.elementor-element-134f4865.ob-is-breaking-bad.ob-is-glider.ob-bb-inner > .elementor-container.swiper-vertical{flex-direction:column;}.elementor-3936 .elementor-element.elementor-element-134f4865.ob-is-breaking-bad.ob-bb-inner{width:100%;flex:unset;align-self:inherit;}.elementor-3936 .elementor-element.elementor-element-428dd960.elementor-column{align-self:inherit;cursor:default;}.elementor-3936 .elementor-element.elementor-element-68595782{width:100%;max-width:100%;}.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-68595782 *//* ===============================
   Allgemeine Struktur & Container
   =============================== */
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
}

/* ===============================
   Obere Leiste
   =============================== */
.top-bar {
  background-color: #dedede;
  padding: 4px 0;
  font-size: 0.65rem;
  color: #333;
}
.top-bar a {
  text-decoration: none;
  color: #333;
  margin: 0 10px;
}

/* ===============================
   Hauptheader
   =============================== */
.main-header {
  background-color: #ffffff;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}
.logo img {
  max-height: 35px;
  height: auto;
  width: auto;
  margin-left: 10px;
}

/* ===============================
   Sprache: Flaggen
   =============================== */
.language-switch {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 0; /* wichtig: kein margin-right, damit die Flaggen direkt neben dem Menü-Icon stehen */
  order: 1;
}
.language-switch .lang-flag img {
  width: 30px;
  height: 28px;
  border-radius: 50%;
  opacity: 0.6;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}

/* Aktive Sprache hervorheben */
body.lang-de .language-switch .de-flag img,
body.lang-en .language-switch .en-flag img {
  opacity: 1;
  border-color: #000;
}

/* ===============================
   Menü-Button (Burger)
   =============================== */
.menu-toggle {
  font-size: 24px;
  cursor: pointer;
  line-height: 1;
  order: 2;
}

/* ===============================
   Flex-Reihenfolge der Kopfzeile
   =============================== */
.header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px; /* Abstand zwischen Flaggen und Menü */
  margin-right: 16px;
}

/* ===============================
   Mobile Menü
   =============================== */
.mobile-menu {
  display: none;
  position: absolute;
  top: 70px;
  right: 0;
  background: white;
  width: 100%;
  max-width: 300px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  padding: 16px;
  z-index: 1000;
}
.mobile-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile-menu li {
  margin-bottom: 12px;
}
.mobile-menu li ul {
  margin-top: 6px;
  margin-left: 12px;
  display: none;
}
.mobile-menu li:hover ul {
  display: block;
}
.mobile-menu a {
  text-decoration: none;
  color: #333;
  font-size: 1rem;
}
.mobile-menu .disabled {
  color: #aaa;
  pointer-events: none;
}

/* ===============================
   Sprachmenüs anzeigen je nach Sprache
   =============================== */
.menu-de, .menu-en {
  display: none;
}
body.lang-de .menu-de {
  display: block;
}
body.lang-en .menu-en {
  display: block;
}

/* ===============================
   Responsive Anpassungen
   =============================== */
@media (max-width: 768px) {
  .logo img { max-height: 45px; }
  .language-switch .lang-flag img { width: 24px; }
  .menu-toggle { font-size: 20px; }
}
@media (max-width: 480px) {
  .logo img { max-height: 40px; }
  .language-switch .lang-flag img { width: 20px; }
  .menu-toggle { font-size: 18px; }
}/* End custom CSS */