.news-page,
.news-article {
  width: 100%;
  margin: 0;
  padding: 0.15rem 1.5rem 0.7rem;
}

.news-page__intro {
  max-width: 920px;
  padding: 1.3rem 0 1.55rem;
}

.news-page__intro h1,
.news-article__head h1 {
  margin-bottom: 0.7rem;
  font-size: clamp(1.35rem, 2vw, 1.75rem);
}

.news-page__intro > p:last-child,
.news-lead {
  margin-bottom: 0;
  color: var(--color-text-soft);
  line-height: 1.68;
}

.news-list {
  display: grid;
}

.news-list__item {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.35rem;
  padding: 1.7rem 0 1.85rem;
}

.news-list__item.has-image {
  grid-template-columns: 220px minmax(0, 1fr);
  align-items: start;
}

.news-list__item:not(:last-child)::before,
.news-light-divider {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(143, 191, 220, 0.45) 15%, rgba(255, 255, 255, 0.98) 50%, rgba(143, 191, 220, 0.45) 85%, transparent);
  box-shadow: 0 0 9px rgba(112, 178, 218, 0.34), 0 0 18px rgba(255, 255, 255, 0.85);
}

.news-list__item:not(:last-child)::after,
.news-light-divider::after {
  content: "";
  position: absolute;
  right: 25%;
  bottom: -8px;
  left: 25%;
  height: 18px;
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.95), rgba(145, 204, 238, 0.18) 48%, transparent 75%);
  filter: blur(4px);
  pointer-events: none;
}

.news-list__image {
  display: block;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(41, 83, 112, 0.13);
}

.news-list__image img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.news-list__body {
  min-width: 0;
}

.news-list__meta,
.news-article__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.9rem;
  color: var(--color-text-muted);
  font-size: 0.82rem;
}

.news-list__body h2 {
  margin: 0.4rem 0 0.65rem;
  font-size: clamp(1.2rem, 1.8vw, 1.52rem);
}

.news-list__body h2 a {
  color: var(--color-text);
  text-decoration: none;
}

.news-list__body h2 a:hover {
  color: var(--color-blue-deep);
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.news-list__summary {
  max-width: 860px;
  margin-bottom: 0.85rem;
  color: var(--color-text-soft);
  line-height: 1.65;
}

.news-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin: 0 0 1rem;
}

.news-tags span {
  padding: 0.2rem 0.48rem;
  border: 1px solid rgba(106, 159, 190, 0.35);
  border-radius: 6px;
  background: rgba(230, 244, 252, 0.72);
  color: var(--color-text-soft);
  font-size: 0.75rem;
}

.news-list__button {
  width: fit-content;
}

.news-empty {
  margin: 0;
  padding: 1.65rem 0;
  color: var(--color-text-soft);
}

.news-back {
  width: fit-content;
  margin: 0.15rem 0 1.15rem;
}

.news-article__head {
  max-width: 980px;
  padding: 0.15rem 0 1.4rem;
}

.news-kicker {
  margin-bottom: 0.55rem;
  color: var(--color-blue-deep);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.news-lead {
  max-width: 920px;
  margin-bottom: 0.85rem;
  font-size: 1.02rem;
}

.news-article__meta {
  margin-top: 0.3rem;
}

.news-article__head .news-tags {
  margin-top: 0.9rem;
  margin-bottom: 0;
}

.news-light-divider {
  position: relative;
  right: auto;
  bottom: auto;
  left: auto;
  width: 100%;
  margin: 0 0 1.7rem;
}

.news-light-divider--intro {
  width: calc(100% + 1.5rem);
  margin: 0 -0.75rem 0.15rem;
  background: linear-gradient(90deg, transparent, rgba(119, 180, 216, 0.58) 12%, rgba(255, 255, 255, 1) 50%, rgba(119, 180, 216, 0.58) 88%, transparent);
  box-shadow: 0 0 11px rgba(91, 165, 209, 0.46), 0 0 23px rgba(255, 255, 255, 0.96);
}

.news-light-divider--intro::after {
  right: 20%;
  left: 20%;
  opacity: 0.98;
}

.news-content::after {
  content: "";
  display: block;
  clear: both;
}

.news-block {
  margin: 0 0 1.1rem;
}

.news-cover,
.news-image {
  float: left;
  width: auto;
  max-width: min(48%, 560px);
  margin: 0 1.4rem 1rem 0;
}

.news-image.is-rechts {
  float: right;
  margin: 0 0 1rem 1.4rem;
}

.news-cover img,
.news-image img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  border-radius: var(--radius-lg);
  box-shadow: 0 6px 18px rgba(41, 83, 112, 0.13);
}

.news-cover figcaption,
.news-image figcaption {
  margin-top: 0.55rem;
  color: var(--color-text-muted);
  font-size: 0.86rem;
}

.news-content {
  max-width: 1040px;
  padding-bottom: 0.5rem;
  color: var(--color-text-soft);
}

.news-text {
  line-height: 1.72;
}

.news-text p { margin-bottom: 0.95rem; }
.news-text p:last-child { margin-bottom: 0; }
.news-heading { margin-top: 1.65rem; margin-bottom: 0.75rem; color: var(--color-text); }
h2.news-heading { font-size: clamp(1.22rem, 1.8vw, 1.5rem); }
h3.news-heading { font-size: 1.12rem; }
.news-list-block { padding-left: 1.35rem; line-height: 1.65; }
.news-list-block li + li { margin-top: 0.45rem; }

.news-callout {
  max-width: 900px;
  padding: 1rem 1.15rem;
  border-left: 3px solid #78afd1;
  border-radius: 0 8px 8px 0;
  background: linear-gradient(90deg, rgba(226, 241, 250, 0.88), rgba(247, 251, 254, 0.62));
}
.news-callout h3 { margin-bottom: 0.45rem; font-size: 1.05rem; }
.news-callout p:last-child { margin-bottom: 0; }

.news-spacer { clear: both; }
.news-spacer.is-klein { height: 0.75rem; }
.news-spacer.is-mittel { height: 1.6rem; }
.news-spacer.is-gross { height: 2.8rem; }

.news-youtube {
  float: left;
  width: min(48%, 560px);
  max-width: 560px;
  margin: 0 1.4rem 1rem 0;
}
.news-youtube.is-rechts {
  float: right;
  margin: 0 0 1rem 1.4rem;
}
.news-youtube.is-zentriert {
  float: none;
  clear: both;
  width: min(100%, 560px);
  margin: 0 auto 1.1rem;
}
.news-youtube__frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: #080b0e;
  box-shadow: 0 7px 22px rgba(22, 47, 65, 0.2);
}
.news-youtube__consent { position: relative; display: block; width: 100%; height: 100%; padding: 0; overflow: hidden; border: 0; background: #080b0e; cursor: pointer; }
.news-youtube__consent img { display: block; width: 100%; height: 100%; object-fit: cover; }
.news-youtube__shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.28)); }
.news-youtube__play { position: absolute; top: 50%; left: 50%; width: 76px; height: 54px; transform: translate(-50%, -50%); border-radius: 15px; background: #ff0033; box-shadow: 0 5px 18px rgba(0, 0, 0, 0.32); }
.news-youtube__play::after { content: ""; position: absolute; top: 50%; left: 53%; width: 0; height: 0; transform: translate(-50%, -50%); border-top: 11px solid transparent; border-bottom: 11px solid transparent; border-left: 18px solid #fff; }
.news-youtube__brand { position: absolute; right: 0.8rem; bottom: 0.7rem; padding: 0.28rem 0.48rem; border-radius: 5px; background: rgba(0, 0, 0, 0.72); color: #fff; font-size: 0.78rem; font-weight: 750; }
.news-youtube__consent:hover .news-youtube__play,
.news-youtube__consent:focus-visible .news-youtube__play { transform: translate(-50%, -50%) scale(1.05); }
.news-youtube__frame iframe { display: block; width: 100%; height: 100%; border: 0; }

.news-font-standard { font-family: var(--font-family-base); }
.news-font-klassisch { font-family: Georgia, "Times New Roman", serif; }
.news-font-modern { font-family: Arial, Helvetica, sans-serif; }
.news-align-links { text-align: left; }
.news-align-zentriert { text-align: center; }
.news-align-rechts { text-align: right; }
.news-list-block.news-align-zentriert,
.news-list-block.news-align-rechts { list-style-position: inside; padding-left: 0; }

@media (max-width: 650px) {
  .news-page,
  .news-article { padding-right: 0.85rem; padding-left: 0.85rem; }
  .news-page__intro { padding-top: 0.9rem; padding-bottom: 1.15rem; }
  .news-list__item,
  .news-list__item.has-image { grid-template-columns: 1fr; gap: 0.9rem; padding-top: 1.3rem; padding-bottom: 1.5rem; }
  .news-list__image { width: min(100%, 420px); }
  .news-list__button,
  .news-back { width: 100%; }
  .news-article__head { padding-bottom: 1.15rem; }
  .news-cover,
  .news-image,
  .news-image.is-rechts,
  .news-youtube,
  .news-youtube.is-rechts,
  .news-youtube.is-zentriert {
    float: none;
    clear: both;
    width: auto;
    max-width: 100%;
    margin: 0 0 1rem;
  }
  .news-cover img,
  .news-image img { max-width: 100%; }
  .news-youtube { width: min(100%, 560px); }
  .news-youtube__play { width: 64px; height: 46px; border-radius: 13px; }
  .news-light-divider--intro { width: 100%; margin-right: 0; margin-left: 0; }
}
