@font-face {
  font-family: 'Inter';
  src: url('fonts/Inter-Light.woff2') format('woff2'),
      url('fonts/Inter-Light.woff') format('woff'),
      url('fonts/Inter-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('fonts/Inter-Bold.woff2') format('woff2'),
      url('fonts/Inter-Bold.woff') format('woff'),
      url('fonts/Inter-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('fonts/Inter-ExtraBold.woff2') format('woff2'),
      url('fonts/Inter-ExtraBold.woff') format('woff'),
      url('fonts/Inter-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('fonts/Inter-Regular.woff2') format('woff2'),
      url('fonts/Inter-Regular.woff') format('woff'),
      url('fonts/Inter-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}


#cookiePopup {
    right: 0px;
}
#cookiePopup div div, #cookieModal div div {
  border: lightgray solid 3px;
 }

@media only screen and (max-width: 959px) {
  .hero-fix .uk-container {
      margin-top: 70px;
  }
}

@media only screen and (max-width: 420px) {
  .tm-heading h1 {
      font-size: 2.625rem;
  }
  .tm-heading h2 {
      font-size: 2.375rem;
  }
  .tm-heading h3 {
      font-size: 2.25rem;
  }
}

/* Language switch immer Großbuchstaben */
.tm-language,
.tm-language a,
.uk-navbar a[href*="/de"],
.uk-navbar a[href*="/en"] {
  text-transform: uppercase !important;
}

/* AI/SEO: screen-reader-only */
.sr-only,
[data-ai-summary] {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
