.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-3f61779:#2A2A2A;--e-global-color-ac383b1:#FFBF00;--e-global-color-c4bef5f:#5F6062;--e-global-color-fca5d5a:#5F6062;--e-global-color-a0bcc8d:#60C210;--e-global-color-9e85d27:#272828;--e-global-typography-primary-font-family:"Roboto";--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:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 h2{font-family:"Nunito", Sans-serif;font-size:25px;font-weight:500;}.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:1200px){.elementor-kit-7 h2{font-size:23px;}}@media(max-width:1024px){.elementor-kit-7 h2{font-size:17px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7 h2{font-size:23px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ========= SWITCHER BASIS ========= */
.custom-lang-switcher {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-left: 20px;
  margin-top: 3px;
}

/* ========= HEADER SPACING ========= */
header .elementor-container {
  padding-bottom: 10px;
}

/* Menü nicht schrumpfen */
.elementor-nav-menu {
  flex-shrink: 0;
}

/* ========= BUTTON STYLE ========= */
.lang-btn {
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff !important;
  text-decoration: none;
  letter-spacing: 0.5px;
  position: relative;
  display: inline-block;

  opacity: 1 !important;
  visibility: visible !important;
}

/* Aktive Sprache */
#lang-de {
  color: #f5b400 !important;
}

/* Separator */
.lang-separator {
  color: rgba(255,255,255,0.5);
  margin: 0 4px;
  font-weight: 400;
}

/* Hover Unterstrich */
.lang-btn::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background-color: #f5b400;
  transition: width 0.3s ease;
}

.lang-btn:hover::after {
  width: 100%;
}

/* Hover Farbe */
.lang-btn:hover {
  color: #ffffff !important;
}

/* Aktive Sprache */
.lang-btn.active {
  color: #f5b400 !important;
}

/* Hamburger Button */
.menu-btn {
  position: fixed;
  top: 25px;
  right: 20px;
  width: 30px;
  height: 18px;
  cursor: pointer;
  z-index: 9999;
}

.menu-btn .line {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #f5b400;
  transition: 0.4s ease;
}

.menu-btn .line1 { top: 0; }
.menu-btn .line2 { bottom: 0; }

.menu-btn.active .line1 {
  transform: rotate(45deg);
  top: 8px;
}

.menu-btn.active .line2 {
  transform: rotate(-45deg);
  bottom: 8px;
}

/* Menü Overlay */
.nav-links {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 300px;
  background: #151515;
  transform: translateX(100%);
  transition: transform 0.4s ease;
  display: flex;
  flex-direction: column;
  padding: 120px 30px;
  z-index: 9998;
}

.nav-links.active {
  transform: translateX(0);
}

.nav-links a {
  color: white;
  text-decoration: none;
  font-size: 24px;
  margin: 10px 0;
}

.no-link-text {
  color: white;
  font-size: 14px;
  margin-top: 30px;
}

/* Nur Mobile */
@media (min-width: 769px) {
  .menu-btn,
  .nav-links {
    display: none;
  }
}/* End custom CSS */