.elementor-24 .elementor-element.elementor-element-2874114{--display:flex;--min-height:100px;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-24 .elementor-element.elementor-element-2874114:not(.elementor-motion-effects-element-type-background), .elementor-24 .elementor-element.elementor-element-2874114 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-widget-theme-site-logo .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-24 .elementor-element.elementor-element-aef7e11{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-24 .elementor-element.elementor-element-aef7e11 img{height:50px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-24 .elementor-element.elementor-element-2874114{--content-width:500px;}}/* Start custom CSS for container, class: .elementor-element-2874114 *//* ===== Sticky Glass Header ===== */

.glass-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;

  /* Glassmorphism Effekt */
  background: rgba(0, 0, 0, 0.35); /* leicht transparent */
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);

  /* Optional: goldener Unterrand */
  border-bottom: 1px solid rgba(212, 175, 55, 0.28);
}

.header-container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 1rem 2rem;

  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* ===== Logo ===== */
.logo {
  color: #D4AF37; /* Gold */
  font-family: "Playfair Display", serif;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
}

/* ===== Navigation ===== */
.nav a {
  color: #ffffff;
  text-decoration: none;
  margin-left: 1.6rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 0.95rem;
  transition: 0.25s ease;
}

.nav a:hover {
  color: #D4AF37;
  text-shadow: 0 0 12px rgba(212, 175, 55, 0.6);
}

/* ===== Mobile Anpassung ===== */
@media (max-width: 768px) {
  .nav a {
    margin-left: 1rem;
    font-size: 0.9rem;
  }

  .logo {
    font-size: 1.2rem;
  }
}/* End custom CSS */