.static-map-callout {
  align-items: center;
  background: #f2f2f2;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 320px;
  padding: 48px 24px;
  text-align: center;
}

.static-map-callout h3 {
  margin: 0 0 12px;
}

.static-map-callout p {
  margin: 0 0 18px;
}

.static-map-callout a,
.static-error-page a {
  color: #8b1a1a;
  font-weight: 700;
}

.static-error-page {
  background: #202125;
  color: #fff;
  font: 18px/1.6 Arial, sans-serif;
  margin: 0;
  min-height: 100vh;
}

.static-error-page main {
  margin: 0 auto;
  max-width: 760px;
  padding: 12vh 28px;
}

.static-error-page img {
  height: auto;
  margin-bottom: 60px;
  max-width: 300px;
}

.static-error-page .eyebrow {
  color: #c9c9c9;
  font-size: 14px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.static-error-page h1 {
  font-size: clamp(2.2rem, 7vw, 4.8rem);
  line-height: 1.05;
  margin: 0 0 24px;
}

.static-error-page a {
  color: #fff;
}

.static-hero {
  position: relative;
  display: flex;
  min-height: min(880px, 92vh);
  color: #fff;
  background-position: center;
  background-size: cover;
  isolation: isolate;
}

.static-hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: linear-gradient(180deg, rgba(8, 20, 25, .32), rgba(8, 20, 25, .7));
}

.static-hero__content {
  align-self: center;
  display: grid;
  justify-items: center;
  width: min(980px, calc(100% - 40px));
  margin: 0 auto 120px;
  text-align: center;
}

.static-hero__kicker,
.static-hero__panel strong {
  font-family: Karla, sans-serif;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.static-hero__kicker {
  margin-bottom: 35px;
  font-size: 18px;
}

.static-hero__title {
  min-width: 0;
  width: 100%;
  max-width: 930px;
  margin: 0 auto;
  font-family: Prata, serif;
  font-size: clamp(42px, 6vw, 78px);
  line-height: 1.16;
  text-align: center;
}

.static-hero__info {
  position: absolute;
  inset: auto 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: rgba(7, 11, 13, .72);
  border-top: 1px solid rgba(255, 255, 255, .2);
}

.static-hero__panel {
  min-height: 150px;
  padding: 35px clamp(28px, 4vw, 65px);
  border-right: 1px solid rgba(255, 255, 255, .2);
}

.static-hero__panel p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, .78);
}

.static-hero__action {
  display: grid;
  place-items: center;
}

.static-hero__action a {
  padding: 13px 38px;
  color: #fff;
  font-family: Karla, sans-serif;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  border: 2px solid #fff;
}

.static-hero__action a:hover,
.static-hero__action a:focus {
  color: #1a1a1a;
  background: #fff;
}

.static-news-heading-with-archive {
  margin-bottom: 18px !important;
}

.static-news-archive-cta {
  margin: 0 0 44px;
  text-align: left;
}

.static-news-archive-cta a {
  display: inline-block;
  padding: 14px 34px;
  color: #25282d;
  font-family: Karla, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  border: 2px solid #25282d;
  transition: color .2s ease, background-color .2s ease;
}

.static-news-archive-cta a:hover,
.static-news-archive-cta a:focus {
  color: #fff;
  background: #25282d;
}

.static-news-archive {
  max-width: 1220px;
  margin: 0 auto;
  padding: 90px 30px 120px;
}

body.category-allgemein .headline_text h1.entry-title {
  display: block !important;
}

.static-news-archive__intro {
  max-width: 760px;
  margin: 0 auto 55px;
  text-align: center;
}

.static-news-archive__eyebrow {
  margin: 0 0 16px;
  color: #a1a1a1;
  font-family: Karla, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.static-news-archive__lead {
  margin: 0;
  color: #4d4f53;
  font-size: 20px;
  line-height: 1.65;
}

.static-news-archive__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px 28px;
}

.static-news-card {
  min-width: 0;
  margin: 0;
  background: #fff;
  border: 1px solid #e5e3df;
  box-shadow: 0 10px 35px rgba(25, 29, 34, .06);
  transition: transform .22s ease, box-shadow .22s ease;
}

.static-news-card:hover,
.static-news-card:focus-within {
  transform: translateY(-5px);
  box-shadow: 0 18px 45px rgba(25, 29, 34, .13);
}

.static-news-card__link {
  display: flex;
  height: 100%;
  color: inherit;
  flex-direction: column;
}

.static-news-card__media {
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #eceae6;
}

.static-news-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.static-news-card:hover .static-news-card__media img,
.static-news-card:focus-within .static-news-card__media img {
  transform: scale(1.025);
}

.static-news-card__content {
  display: flex;
  padding: 27px 27px 30px;
  flex: 1;
  flex-direction: column;
}

.static-news-card__meta {
  display: flex;
  margin-bottom: 17px;
  color: #9a1f2f;
  font-family: Karla, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  justify-content: space-between;
  gap: 12px;
  text-transform: uppercase;
}

.static-news-card__meta span:last-child {
  color: #8c8d90;
  text-align: right;
}

.static-news-card__title {
  margin: 0 0 17px;
  color: #25282d;
  font-family: Prata, serif;
  font-size: 23px;
  line-height: 1.35;
}

.static-news-card__excerpt {
  display: -webkit-box;
  overflow: hidden;
  margin: 0 0 24px;
  color: #66686c;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.static-news-card__more {
  margin-top: auto;
  color: #25282d;
  font-family: Karla, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.static-news-card__more::after {
  margin-left: 9px;
  content: "→";
}

@media (max-width: 1024px) {
  .static-news-archive__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .static-hero {
    display: block;
    min-height: 0;
    padding-top: 81px;
  }

  .static-hero__content {
    width: auto;
    margin: 0;
    padding: 105px 24px 90px;
  }

  .static-hero__kicker {
    font-size: 13px;
  }

  .static-hero__title {
    font-size: clamp(32px, 10vw, 40px);
  }

  .static-hero__info {
    position: static;
    grid-template-columns: 1fr;
  }

  .static-news-archive-cta {
    margin: 0 0 32px;
  }

  .static-news-archive {
    padding: 62px 20px 80px;
  }

  .static-news-archive__intro {
    margin-bottom: 38px;
  }

  .static-news-archive__lead {
    font-size: 18px;
  }

  .static-news-archive__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .static-news-card__content {
    padding: 24px 23px 27px;
  }

  .static-news-card__title {
    font-size: 22px;
  }

  .static-hero__panel {
    min-height: auto;
    padding: 18px 25px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .18);
  }

  .static-hero__action a {
    padding: 10px 28px;
  }
}
