@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/Inter-VariableFont_opsz,wght.ttf") format("truetype");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/Inter-Italic-VariableFont_opsz,wght.ttf") format("truetype");
}
:root {
  --stemberger-header-bg: rgba(255, 255, 255, 0.57);
  --stemberger-header-border: rgba(24, 33, 24, 0.08);
  --stemberger-text: #1e241c;
  --stemberger-accent: #cd222a;
  --stemberger-accent-dark: #61712f;
  --stemberger-font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
body,
button,
input,
select,
textarea {
  font-family: var(--stemberger-font-sans);
}
body.stemberger-nav-open {
  overflow: hidden;
}
.elementor-widget-text-editor a,
.elementor-widget-text-editor a:visited {
  color: var(--ast-global-color-0, #cd222a) !important;
  font-size: inherit !important;
  line-height: inherit !important;
  -webkit-text-fill-color: currentColor;
  text-decoration: underline;
}
.elementor-widget-text-editor a:hover,
.elementor-widget-text-editor a:focus-visible {
  color: var(--ast-global-color-0, #cd222a) !important;
}
.stemberger-site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--stemberger-header-bg);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--stemberger-header-border);
}
.stemberger-site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  min-height: 104px;
}
.stemberger-site-header__logo-link {
  display: inline-flex;
  align-items: center;
}
.stemberger-site-header__logo {
  display: block;
  width: auto;
  max-width: min(190px, 42vw);
  height: auto;
}
@media (max-width: 920px) {
  .stemberger-site-header__inner {
    min-height: 88px;
  }
}
.stemberger-primary-nav {
  margin-left: auto;
}
.stemberger-menu {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.stemberger-menu > .menu-item {
  margin: 0;
}
.stemberger-menu > .menu-item > a {
  display: inline-flex;
  align-items: center;
  padding: 0.8rem 1rem;
  font-family: var(--stemberger-font-sans);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--stemberger-text);
  text-decoration: none;
  border-radius: 999px;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.stemberger-menu > .menu-item > a:hover,
.stemberger-menu > .menu-item > a:focus-visible {
  color: #fff;
  background: var(--stemberger-accent);
  outline: none;
}
.stemberger-nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 0.32rem;
  width: 3rem;
  height: 3rem;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0.75rem;
  cursor: pointer;
}
.stemberger-nav-toggle:hover,
.stemberger-nav-toggle:focus-visible,
.stemberger-nav-toggle[aria-expanded="true"] {
  background: #f1f1f1;
  outline: none;
}
.stemberger-nav-toggle span {
  display: block;
  width: 1.5rem;
  height: 2px;
  margin: 0 auto;
  background: var(--stemberger-text);
  border-radius: 999px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
@media (max-width: 920px) {
  .stemberger-nav-toggle {
    display: inline-flex;
  }
  .stemberger-primary-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    padding: 0 20px 20px;
    background: #fff;
    border-bottom: 1px solid var(--stemberger-header-border);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.08);
  }
  .stemberger-primary-nav.is-open {
    display: block;
  }
  .stemberger-menu {
    flex-direction: column;
    align-items: stretch;
    gap: 0.35rem;
    padding: 1rem 0 0;
  }
  .stemberger-menu > .menu-item > a {
    justify-content: center;
    padding: 1rem 1.2rem;
    background: #f5f6f2;
  }
}
@media (max-width: 920px) {
  .ast-small-footer .ast-row.ast-flex {
    flex-direction: column;
    align-items: center;
    row-gap: 1rem;
  }
  .ast-small-footer .ast-small-footer-section {
    width: 100%;
    text-align: center;
  }
  .ast-small-footer .footer-primary-navigation .nav-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.35rem 0.75rem;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .ast-small-footer .footer-primary-navigation .nav-menu > .menu-item {
    display: block;
    height: auto;
    min-height: 0;
    margin: 0;
    padding: 0;
    line-height: 1.3;
  }
  .ast-small-footer .footer-primary-navigation .nav-menu > .menu-item > a {
    display: inline-flex;
    align-items: center;
    height: auto;
    min-height: 0;
    padding: 0.2rem 0;
    font-size: inherit;
    line-height: 1.3;
    white-space: normal;
    word-break: normal;
    overflow-wrap: anywhere;
  }
  .site-above-footer-wrap .ast-builder-grid-row,
  .site-primary-footer-wrap .ast-builder-grid-row,
  .site-below-footer-wrap .ast-builder-grid-row {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .site-above-footer-wrap .site-footer-section,
  .site-primary-footer-wrap .site-footer-section,
  .site-below-footer-wrap .site-footer-section {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .site-above-footer-wrap .ast-builder-layout-element,
  .site-primary-footer-wrap .ast-builder-layout-element,
  .site-below-footer-wrap .ast-builder-layout-element,
  .site-above-footer-wrap .footer-widget-area,
  .site-primary-footer-wrap .footer-widget-area,
  .site-below-footer-wrap .footer-widget-area {
    justify-content: center;
    text-align: center;
  }
  .footer-widget-area[data-section="section-footer-menu"] .footer-nav-wrap .astra-footer-mobile-horizontal-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.35rem 0.6rem;
  }
  .footer-widget-area[data-section="section-footer-menu"] #astra-footer-menu .menu-item {
    display: block;
    height: auto;
    min-height: 0;
    margin: 0;
    line-height: 1.3;
  }
  .footer-widget-area[data-section="section-footer-menu"] #astra-footer-menu .menu-item > a {
    display: inline-flex;
    align-items: center;
    height: auto;
    min-height: 0;
    font-size: inherit;
    line-height: 1.3;
    justify-content: center;
    text-align: center;
    white-space: normal;
    word-break: normal;
    overflow-wrap: anywhere;
  }
}
