.elementor-8181 .elementor-element.elementor-element-e171ba2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;overflow:visible;}.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-fd4d5d1 */#desktop-navigation,
#mobile-navigation,
.site-header,
#masthead {
  display: none !important;
}

.elementor-widget-html,
.elementor-widget-html .elementor-widget-container {
  overflow: visible !important;
}

/* Elementor Header darf volle Breite nutzen */
.elementor-section:has(.crx-header),
.elementor-container:has(.crx-header),
.elementor-widget-wrap:has(.crx-header) {
  max-width: none !important;
  width: 100% !important;
}

.crx-header,
.crx-header * {
  box-sizing: border-box;
}

.crx-header {
  position: sticky;
  top: 0;
  z-index: 99999;
  width: 100%;
  padding: 14px 0;
  background: transparent;
  font-family: 'Rubik', sans-serif;
}

.crx-shell {
  position: relative;
  width: min(1360px, calc(100vw - 56px));
  min-height: 98px;
  margin: 0 auto;
  padding: 16px 20px;
  border-radius: 28px;
  background: rgba(28,28,28,0.96);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 18px 42px rgba(0,0,0,0.18);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr) 270px;
  align-items: center;
  gap: 18px;
  overflow: visible !important;
}

/* LOGO */
.crx-logo {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  width: 200px;
  max-width: 200px;
}

.crx-logo img {
  display: block;
  width: 180px;
  height: auto;
  max-height: 46px;
  object-fit: contain;
}

/* NAV */
.crx-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 8px;
  border-radius: 999px;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(255,255,255,0.07);
  max-width: 100%;
}

.crx-nav > a,
.crx-dropdown > a {
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.84) !important;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1;
  white-space: nowrap;
  transition: all 0.2s ease;
}

.crx-nav > a:hover,
.crx-dropdown:hover > a {
  color: #fff !important;
  background: rgba(191,24,28,0.18);
  box-shadow: 0 0 18px rgba(191,24,28,0.14);
}

/* BUCHEN */
.crx-book {
  min-height: 44px;
  margin-left: 6px;
  padding: 0 18px !important;
  background: linear-gradient(180deg, #cf2024 0%, #bf181c 100%) !important;
  color: #fff !important;
  font-size: 14px;
  box-shadow: 0 8px 18px rgba(191,24,28,0.25);
}

.crx-book:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(191,24,28,0.4) !important;
}

/* DROPDOWN */
.crx-dropdown {
  position: relative;
}

.crx-dropdown-panel {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  min-width: 280px;
  padding: 10px;
  border-radius: 22px;
  background:
    radial-gradient(circle at top left, rgba(191,24,28,0.16) 0%, transparent 34%),
    linear-gradient(180deg, #171717 0%, #101010 100%);
  border: 1px solid rgba(255,255,255,0.1);
  box-shadow: 0 24px 60px rgba(0,0,0,0.34);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: all 0.2s ease;
  z-index: 999999;
}

.crx-dropdown:hover .crx-dropdown-panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.crx-dropdown-panel a {
  min-height: 44px;
  padding: 0 14px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  color: rgba(255,255,255,0.86) !important;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 800;
  transition: all 0.2s ease;
}

.crx-dropdown-panel a:hover {
  background: rgba(255,255,255,0.07);
  color: #fff !important;
}

/* RIGHT */
.crx-right {
  justify-self: end;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.crx-lang,
.crx-socials {
  display: flex;
  align-items: center;
  gap: 8px;
}

.crx-lang a,
.crx-socials a {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(255,255,255,0.09);
  color: rgba(255,255,255,0.86) !important;
  text-decoration: none !important;
  font-size: 12px;
  font-weight: 900;
  transition: all 0.2s ease;
}

.crx-lang a:hover,
.crx-socials a:hover {
  transform: translateY(-2px);
  color: #fff !important;
  background: rgba(191,24,28,0.18);
  border-color: rgba(191,24,28,0.34);
}

.crx-lang a.active {
  background: rgba(191,24,28,0.22);
  color: #fff !important;
  border-color: rgba(191,24,28,0.55);
  box-shadow:
    0 0 0 2px rgba(191,24,28,0.16),
    0 0 18px rgba(191,24,28,0.24);
}

.crx-socials a svg {
  width: 16px;
  height: 16px;
  display: block;
  transition: transform 0.2s ease;
}

.crx-socials a:hover svg {
  transform: scale(1.08);
}

/* MOBILE MENU DEFAULT */
.crx-menu-toggle,
.crx-burger,
.crx-mobile-panel {
  display: none;
}

/* TABLET */
@media (max-width: 1240px) and (min-width: 1101px) {
  .crx-shell {
    width: min(1360px, calc(100vw - 32px));
    grid-template-columns: 165px minmax(0, 1fr) 220px;
    gap: 12px;
    min-height: 88px;
  }

  .crx-logo {
    width: 155px;
    max-width: 155px;
  }

  .crx-logo img {
    width: 145px;
    max-height: 38px;
  }

  .crx-nav {
    gap: 4px;
    padding: 6px;
  }

  .crx-nav > a,
  .crx-dropdown > a {
    min-height: 38px;
    padding: 0 9px;
    font-size: 12px;
  }

  .crx-book {
    min-height: 38px;
    padding: 0 12px !important;
    font-size: 12px;
  }

  .crx-lang a,
  .crx-socials a {
    width: 31px;
    height: 31px;
  }

  .crx-socials a svg {
    width: 14px;
    height: 14px;
  }
}

/* MOBILE / TABLET BURGER */
@media (max-width: 1100px) {
  .crx-shell {
    width: min(1360px, calc(100vw - 32px));
    min-height: 78px;
    padding: 12px 76px 12px 16px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .crx-logo {
    width: 190px;
    max-width: 190px;
  }

  .crx-logo img {
    width: 175px;
    max-height: 42px;
  }

  .crx-nav,
  .crx-right {
    display: none !important;
  }

  .crx-burger {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    border-radius: 15px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.22);
    cursor: pointer;
    z-index: 999999;
  }

  .crx-burger span {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 999px;
    background: #fff;
  }

  .crx-mobile-panel {
    position: absolute;
    top: calc(100% + 14px);
    right: 0;
    width: min(360px, calc(100vw - 32px));
    padding: 14px;
    border-radius: 24px;
    background:
      radial-gradient(circle at top left, rgba(191,24,28,0.16) 0%, transparent 36%),
      linear-gradient(180deg, #171717 0%, #101010 100%);
    border: 1px solid rgba(255,255,255,0.1);
    box-shadow: 0 24px 60px rgba(0,0,0,0.35);
    z-index: 999999;
  }

  .crx-menu-toggle:checked ~ .crx-mobile-panel {
    display: block !important;
  }

  .crx-mobile-panel a {
    min-height: 44px;
    padding: 0 14px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    color: rgba(255,255,255,0.88) !important;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 800;
  }

  .crx-mobile-panel a:hover {
    background: rgba(255,255,255,0.07);
    color: #fff !important;
  }

  .crx-mobile-book {
    margin: 8px 0 0;
    justify-content: center;
    background: linear-gradient(180deg, #cf2024 0%, #bf181c 100%) !important;
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
  }
}

/* SMALL MOBILE */
@media (max-width: 480px) {
  .crx-header {
    padding: 8px 0 12px;
  }

  .crx-shell {
    width: calc(100vw - 24px);
    min-height: 70px;
    padding: 10px 70px 10px 14px;
  }

  .crx-logo {
    width: 150px;
    max-width: 150px;
  }

  .crx-logo img {
    width: 140px;
    max-height: 34px;
  }

  .crx-burger {
    right: 12px;
  }
}/* End custom CSS */