.elementor-495 .elementor-element.elementor-element-25908f7{--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;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for html, class: .elementor-element-3cb9c09 */.raumo-glass-header {
  position: sticky;
  top: 18px;
  z-index: 9999;
  width: min(1100px, calc(100% - 20px));
  margin: 16px auto;
  padding: 10px 18px;
  border-radius: 30px;

  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(30px) saturate(180%);
  -webkit-backdrop-filter: blur(30px) saturate(180%);

  border: 1px solid rgba(255,255,255,0.25);

  box-shadow:
    0 8px 30px rgba(0,0,0,0.08),
    inset 0 1px 0 rgba(255,255,255,0.25);

  overflow: hidden;
}

.raumo-glass-header::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;

  background: linear-gradient(
    120deg,
    rgba(255,255,255,0.35) 0%,
    rgba(255,255,255,0.05) 40%,
    rgba(255,255,255,0.15) 100%
  );

  opacity: 0.4;
  pointer-events: none;
}

.raumo-glass-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.raumo-glass-header__logo img {
  height: 42px;
}

.raumo-glass-header__nav {
  display: flex;
  gap: 10px;
}

.raumo-glass-header__nav a {
  padding: 8px 16px;
  border-radius: 12px;
  color: #0f172a;
  text-decoration: none;
  font-weight: 600;
  transition: 0.2s;
}

.raumo-glass-header__nav a:hover {
  color: #00B57A;
  transform: translateY(-1px);
}

.raumo-glass-header__toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
}

.raumo-glass-header__toggle span {
  width: 20px;
  height: 2px;
  background: #0f172a;
}

.raumo-glass-header__mobile {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.3s;
}

.raumo-glass-header__mobile.active {
  max-height: 300px;
  opacity: 1;
}

.raumo-glass-header__nav--mobile {
  flex-direction: column;
  margin-top: 10px;
}

@media (max-width: 900px) {
  .raumo-glass-header__nav--desktop {
    display: none;
  }

  .raumo-glass-header__toggle {
    display: flex;
  }
}/* End custom CSS */