/** Shopify CDN: Minification failed

Line 2511:0 Unexpected "{"
Line 2511:1 Unexpected "{"
Line 2511:3 Expected identifier but found "'felicitas-slate-talk.css'"
Line 2513:0 Unexpected "<"
Line 2628:7 Expected identifier but found "%"
Line 2629:8 Unexpected "<"
Line 2634:15 Expected identifier but found "%"
Line 2635:16 Unexpected "1"
Line 2636:15 Expected identifier but found "%"
Line 2637:16 Unexpected "{"
... and 84 more hidden warnings

**/
/* =========================================================
   SLATE TALK – MAGAZIN STARTSEITE
   Bergwerktauchen FELICITAS
   ========================================================= */

.st-home {
  --st-bg: #080a0d;
  --st-bg-soft: #0d1116;
  --st-surface: #11161c;
  --st-surface-light: #161c23;
  --st-text: #f3f4f5;
  --st-muted: #9aa4ad;
  --st-line: rgba(255, 255, 255, 0.12);
  --st-line-strong: rgba(255, 255, 255, 0.2);
  --st-accent: #28b9e8;
  --st-accent-soft: rgba(40, 185, 232, 0.14);
  --st-warning: #ef6b3a;
  --st-radius: 2px;
  --st-shadow: 0 24px 70px rgba(0, 0, 0, 0.3);

  width: 100%;
  overflow: hidden;
  background: var(--st-bg);
  color: var(--st-text);
  font-family: inherit;
}

.st-home *,
.st-home *::before,
.st-home *::after {
  box-sizing: border-box;
}

.st-home img {
  display: block;
  width: 100%;
  height: auto;
}

.st-home a {
  color: inherit;
  text-decoration: none;
}

.st-home p {
  margin-top: 0;
}

.st-shell {
  width: min(1500px, calc(100% - 64px));
  margin-inline: auto;
}

.st-kicker {
  margin: 0 0 18px;
  color: var(--st-accent);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.st-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px 18px;
  color: #6f7b85;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-transform: uppercase;
}

.st-meta span + span::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  margin: 0 14px 2px 0;
  border-radius: 50%;
  background: currentColor;
}

.st-meta--light {
  color: rgba(255, 255, 255, 0.72);
}

.st-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 52px;
  padding: 13px 22px;
  border: 1px solid var(--st-line-strong);
  background: transparent;
  color: var(--st-text);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
  transition:
    border-color 220ms ease,
    background 220ms ease,
    color 220ms ease,
    transform 220ms ease;
}

.st-button:hover {
  border-color: var(--st-accent);
  background: var(--st-accent);
  color: #061017;
  transform: translateY(-2px);
}

.st-button span,
.st-text-link span,
.st-section-link span {
  transition: transform 220ms ease;
}

.st-button:hover span,
.st-text-link:hover span,
.st-section-link:hover span {
  transform: translateX(5px);
}

.st-button--light {
  border-color: rgba(255, 255, 255, 0.45);
  color: #fff;
}

.st-text-link,
.st-section-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--st-text);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.11em;
  line-height: 1.3;
  text-transform: uppercase;
}

.st-text-link {
  padding-bottom: 5px;
  border-bottom: 1px solid var(--st-line-strong);
}

.st-text-link:hover,
.st-section-link:hover {
  color: var(--st-accent);
}

.st-text-link--light {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.38);
}

.st-image-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 260px;
  background:
    radial-gradient(circle at 25% 20%, rgba(40, 185, 232, 0.18), transparent 35%),
    linear-gradient(135deg, #111820, #07090c);
}

/* =========================================================
   HERO / MASTHEAD
   ========================================================= */

.st-hero {
  padding: 72px 0 62px;
  background:
    radial-gradient(circle at 80% 0%, rgba(40, 185, 232, 0.08), transparent 32%),
    var(--st-bg);
}

.st-masthead {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: 80px;
  align-items: end;
  padding-bottom: 44px;
  border-bottom: 1px solid var(--st-line);
}

.st-masthead h1 {
  max-width: 1000px;
  margin: 0;
  color: #fff;
  font-size: clamp(64px, 9vw, 150px);
  font-weight: 800;
  letter-spacing: -0.065em;
  line-height: 0.82;
}

.st-masthead__intro {
  max-width: 560px;
  padding-bottom: 7px;
  color: var(--st-muted);
  font-size: clamp(16px, 1.5vw, 21px);
  line-height: 1.65;
}

.st-masthead__intro p:last-child {
  margin-bottom: 0;
}

.st-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(330px, 1fr);
  gap: 24px;
  margin-top: 32px;
}

.st-lead {
  position: relative;
  min-height: 700px;
  overflow: hidden;
  background: var(--st-surface);
  box-shadow: var(--st-shadow);
}

.st-lead__image {
  position: absolute;
  inset: 0;
}

.st-lead__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 900ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.st-lead:hover .st-lead__image img {
  transform: scale(1.035);
}

.st-lead__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.02) 18%,
      rgba(3, 5, 7, 0.3) 48%,
      rgba(3, 5, 7, 0.94) 100%
    );
}

.st-lead__content {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 920px;
  padding: clamp(28px, 5vw, 64px);
}

.st-lead__content h2 {
  margin: 18px 0 20px;
  color: #fff;
  font-size: clamp(36px, 4.5vw, 72px);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.st-lead__content p {
  max-width: 760px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 17px;
  line-height: 1.65;
}

.st-hero-side {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.st-side-story {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  min-height: 338px;
  border: 1px solid var(--st-line);
  background: var(--st-surface);
  overflow: hidden;
}

.st-side-story__image {
  min-height: 190px;
  overflow: hidden;
  background: var(--st-surface-light);
}

.st-side-story__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 650ms ease;
}

.st-side-story:hover .st-side-story__image img {
  transform: scale(1.045);
}

.st-side-story__content {
  padding: 24px 26px 26px;
}

.st-side-story__content h3 {
  margin: 13px 0 21px;
  color: #fff;
  font-size: clamp(22px, 2vw, 31px);
  font-weight: 650;
  letter-spacing: -0.035em;
  line-height: 1.12;
}

/* =========================================================
   THEMEN-NAVIGATION
   ========================================================= */

.st-topic-nav {
  position: relative;
  z-index: 5;
  border-top: 1px solid var(--st-line);
  border-bottom: 1px solid var(--st-line);
  background: rgba(8, 10, 13, 0.96);
}

.st-topic-nav__inner {
  display: flex;
  align-items: center;
  gap: 0;
  overflow-x: auto;
  scrollbar-width: none;
}

.st-topic-nav__inner::-webkit-scrollbar {
  display: none;
}

.st-topic-nav a {
  flex: 0 0 auto;
  padding: 22px 28px;
  border-right: 1px solid var(--st-line);
  color: #aab3bb;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
  transition:
    color 200ms ease,
    background 200ms ease;
}

.st-topic-nav a:first-child {
  border-left: 1px solid var(--st-line);
}

.st-topic-nav a:hover,
.st-topic-nav__home {
  background: var(--st-accent-soft);
  color: var(--st-accent) !important;
}

/* =========================================================
   EDITORIAL INTRO
   ========================================================= */

.st-editorial {
  padding: 100px 0;
  background: #f0f1f1;
  color: #111418;
}

.st-editorial .st-kicker {
  color: #087fa8;
}

.st-editorial__grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 70px 100px;
  align-items: start;
}

.st-editorial__heading h2 {
  max-width: 640px;
  margin: 0;
  color: #0a0d10;
  font-size: clamp(42px, 5.5vw, 82px);
  font-weight: 750;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.st-editorial__copy {
  max-width: 690px;
  color: #454d54;
  font-size: clamp(17px, 1.6vw, 22px);
  line-height: 1.72;
}

.st-editorial__principles {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(0, 0, 0, 0.16);
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}

.st-editorial__principles > div {
  display: flex;
  align-items: center;
  gap: 22px;
  min-height: 105px;
  padding: 24px 30px;
  border-right: 1px solid rgba(0, 0, 0, 0.16);
}

.st-editorial__principles > div:last-child {
  border-right: 0;
}

.st-editorial__principles span {
  color: #8b9399;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 13px;
}

.st-editorial__principles strong {
  color: #13171b;
  font-size: 13px;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-transform: uppercase;
}

/* =========================================================
   ALLGEMEINE SECTION
   ========================================================= */

.st-section {
  padding: 105px 0;
}

.st-section-heading {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  align-items: end;
  margin-bottom: 48px;
  padding-bottom: 29px;
  border-bottom: 1px solid var(--st-line);
}

.st-section-heading h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 5vw, 76px);
  font-weight: 720;
  letter-spacing: -0.052em;
  line-height: 0.98;
}

.st-section-heading > p {
  max-width: 530px;
  margin-bottom: 6px;
  color: var(--st-muted);
  font-size: 17px;
  line-height: 1.65;
}

/* =========================================================
   SERIEN
   ========================================================= */

.st-series {
  background: var(--st-bg-soft);
}

.st-series-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.st-series-card {
  position: relative;
  min-height: 590px;
  overflow: hidden;
  background: var(--st-surface);
}

.st-series-card:first-child {
  grid-column: 1 / -1;
  min-height: 690px;
}

.st-series-card__image {
  position: absolute;
  inset: 0;
}

.st-series-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 850ms ease;
}

.st-series-card:hover .st-series-card__image img {
  transform: scale(1.04);
}

.st-series-card__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.06),
      rgba(0, 0, 0, 0.16) 38%,
      rgba(3, 5, 7, 0.95) 100%
    );
}

.st-series-card__content {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 880px;
  padding: clamp(28px, 4vw, 52px);
}

.st-series-card__content h3 {
  margin: 16px 0 17px;
  color: #fff;
  font-size: clamp(34px, 4vw, 66px);
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1;
}

.st-series-card:not(:first-child) .st-series-card__content h3 {
  font-size: clamp(31px, 3vw, 48px);
}

.st-series-card__content p {
  max-width: 720px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.6;
}

/* =========================================================
   FORSCHUNG & MEDIZIN
   ========================================================= */

.st-research {
  background: #e8eaeb;
  color: #101419;
}

.st-research .st-section-heading {
  border-color: rgba(0, 0, 0, 0.16);
}

.st-research .st-section-heading h2 {
  color: #0b0e11;
}

.st-research .st-section-link {
  color: #161b20;
}

.st-research-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(340px, 0.75fr);
  gap: 70px;
}

.st-research-feature__image {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #cdd2d5;
}

.st-research-feature__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms ease;
}

.st-research-feature:hover .st-research-feature__image img {
  transform: scale(1.035);
}

.st-research-feature__body {
  padding-top: 30px;
}

.st-research-feature__body h3 {
  max-width: 950px;
  margin: 15px 0 19px;
  color: #111519;
  font-size: clamp(36px, 4vw, 61px);
  font-weight: 720;
  letter-spacing: -0.048em;
  line-height: 1.03;
}

.st-research-feature__body p {
  max-width: 800px;
  color: #535d65;
  font-size: 17px;
  line-height: 1.7;
}

.st-research .st-text-link {
  color: #12171c;
  border-color: rgba(0, 0, 0, 0.26);
}

.st-research-list {
  border-top: 1px solid rgba(0, 0, 0, 0.18);
}

.st-list-story {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 20px;
  padding: 27px 0 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.18);
}

.st-list-story__number {
  color: #81898f;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 13px;
}

.st-list-story h3 {
  margin: 9px 0 0;
  color: #171b20;
  font-size: clamp(21px, 2vw, 30px);
  font-weight: 650;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.st-list-story h3 a:hover {
  color: #087fa8;
}

/* =========================================================
   REBREATHER DOSSIER
   ========================================================= */

.st-dossier {
  padding: 110px 0;
  background:
    radial-gradient(circle at 4% 15%, rgba(40, 185, 232, 0.12), transparent 25%),
    #050709;
}

.st-dossier__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.7fr);
  gap: 80px;
  align-items: end;
  margin-bottom: 48px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--st-line);
}

.st-dossier__header h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(47px, 6vw, 88px);
  font-weight: 740;
  letter-spacing: -0.06em;
  line-height: 0.96;
}

.st-dossier__header > p {
  margin-bottom: 5px;
  color: var(--st-muted);
  font-size: 17px;
  line-height: 1.65;
}

.st-dossier__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: 55px;
}

.st-dossier__image {
  position: sticky;
  top: 30px;
  display: block;
  height: 680px;
  overflow: hidden;
  background: var(--st-surface);
}

.st-dossier__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 800ms ease;
}

.st-dossier__image:hover img {
  transform: scale(1.035);
}

.st-dossier-list {
  border-top: 1px solid var(--st-line);
}

.st-dossier-story {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) 30px;
  gap: 18px;
  align-items: start;
  padding: 27px 0 30px;
  border-bottom: 1px solid var(--st-line);
}

.st-dossier-story__number {
  color: #67737c;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 12px;
}

.st-dossier-story p {
  margin-bottom: 7px;
  color: var(--st-accent);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.st-dossier-story h3 {
  margin: 0;
  color: #f1f3f4;
  font-size: clamp(23px, 2.6vw, 38px);
  font-weight: 620;
  letter-spacing: -0.035em;
  line-height: 1.12;
}

.st-dossier-story h3 a:hover {
  color: var(--st-accent);
}

.st-dossier-story__arrow {
  color: #707b84;
  font-size: 22px;
  transition:
    color 200ms ease,
    transform 200ms ease;
}

.st-dossier-story:hover .st-dossier-story__arrow {
  color: var(--st-accent);
  transform: translateX(5px);
}

.st-dossier__button {
  margin-top: 38px;
}

/* =========================================================
   HÖHLENTAUCHEN
   ========================================================= */

.st-cave {
  background: #0a0d10;
}

.st-cave-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.st-cave-card {
  position: relative;
  min-height: 600px;
  overflow: hidden;
  background: var(--st-surface);
}

.st-cave-card__image {
  position: absolute;
  inset: 0;
}

.st-cave-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 800ms ease;
}

.st-cave-card:hover .st-cave-card__image img {
  transform: scale(1.045);
}

.st-cave-card__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.02) 20%,
      rgba(0, 0, 0, 0.18) 47%,
      rgba(0, 0, 0, 0.94) 100%
    );
}

.st-cave-card__body {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 32px;
}

.st-cave-card__body h3 {
  margin: 15px 0 24px;
  color: #fff;
  font-size: clamp(27px, 2.8vw, 42px);
  font-weight: 650;
  letter-spacing: -0.04em;
  line-height: 1.08;
}

/* =========================================================
   NEU IM MAGAZIN / KARTEN
   ========================================================= */

.st-latest {
  background: #f2f3f3;
  color: #12161a;
}

.st-latest .st-section-heading {
  border-color: rgba(0, 0, 0, 0.16);
}

.st-latest .st-section-heading h2 {
  color: #101418;
}

.st-latest-grid,
.st-archive__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 44px 24px;
}

.st-card {
  min-width: 0;
}

.st-card__image {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #d1d5d7;
}

.st-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 650ms ease;
}

.st-card:hover .st-card__image img {
  transform: scale(1.04);
}

.st-card__body {
  padding-top: 23px;
}

.st-card__body h2,
.st-card__body h3 {
  margin: 14px 0 16px;
  color: #12171b;
  font-size: clamp(24px, 2.25vw, 34px);
  font-weight: 650;
  letter-spacing: -0.035em;
  line-height: 1.12;
}

.st-card__body h2 a:hover,
.st-card__body h3 a:hover {
  color: #087fa8;
}

.st-card__body > p {
  color: #606970;
  font-size: 15px;
  line-height: 1.65;
}

.st-latest .st-text-link {
  color: #151a1f;
  border-color: rgba(0, 0, 0, 0.22);
}

/* =========================================================
   ÜBER SLATE TALK / AUTOR
   ========================================================= */

.st-about {
  padding: 110px 0;
  background:
    linear-gradient(135deg, rgba(40, 185, 232, 0.06), transparent 30%),
    var(--st-bg-soft);
}

.st-about__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(360px, 0.8fr);
  gap: 90px;
  align-items: start;
}

.st-about__content h2 {
  max-width: 820px;
  margin: 0 0 31px;
  color: #fff;
  font-size: clamp(45px, 6vw, 86px);
  font-weight: 730;
  letter-spacing: -0.058em;
  line-height: 0.98;
}

.st-about__text {
  max-width: 760px;
  margin-bottom: 34px;
  color: var(--st-muted);
  font-size: 18px;
  line-height: 1.75;
}

.st-author {
  padding: 43px;
  border: 1px solid var(--st-line);
  background: rgba(255, 255, 255, 0.025);
}

.st-author__image {
  width: 150px;
  height: 150px;
  margin-bottom: 32px;
  overflow: hidden;
  border: 1px solid var(--st-line-strong);
  border-radius: 50%;
}

.st-author__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.st-author__label {
  margin-bottom: 13px;
  color: var(--st-accent);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.st-author h3 {
  margin: 0 0 9px;
  color: #fff;
  font-size: clamp(31px, 3vw, 46px);
  font-weight: 700;
  letter-spacing: -0.04em;
}

.st-author__role {
  margin-bottom: 23px;
  color: #d4d9dd;
  font-size: 15px;
  font-weight: 600;
}

.st-author__text {
  color: var(--st-muted);
  font-size: 15px;
  line-height: 1.7;
}

/* =========================================================
   NEWSLETTER
   ========================================================= */

.st-newsletter {
  padding: 90px 0;
  border-top: 1px solid var(--st-line);
  background: #050709;
}

.st-newsletter__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.85fr);
  gap: 90px;
  align-items: center;
}

.st-newsletter h2 {
  max-width: 850px;
  margin: 0 0 21px;
  color: #fff;
  font-size: clamp(40px, 5vw, 74px);
  font-weight: 720;
  letter-spacing: -0.052em;
  line-height: 0.99;
}

.st-newsletter__inner > div:first-child > p:last-child {
  max-width: 650px;
  color: var(--st-muted);
  font-size: 17px;
  line-height: 1.65;
}

.st-newsletter__fields {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.34);
}

.st-newsletter__fields input {
  width: 100%;
  min-height: 62px;
  padding: 10px 18px 10px 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #fff;
  font: inherit;
  font-size: 17px;
}

.st-newsletter__fields input::placeholder {
  color: #7e8992;
}

.st-newsletter__fields button {
  padding: 10px 0 10px 24px;
  border: 0;
  background: transparent;
  color: var(--st-accent);
  cursor: pointer;
  font: inherit;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.st-newsletter__note,
.st-newsletter__message {
  margin-top: 15px;
  color: #7c8790;
  font-size: 12px;
  line-height: 1.5;
}

.st-newsletter__message {
  color: var(--st-accent);
}

.st-newsletter__message--error {
  color: #ff8b67;
}

/* =========================================================
   TAG-ARCHIVE
   ========================================================= */

.st-archive {
  min-height: 80vh;
  padding: 70px 0 110px;
  background: #f1f2f2;
  color: #111519;
}

.st-breadcrumbs {
  display: flex;
  gap: 12px;
  margin-bottom: 70px;
  color: #6b757d;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.st-breadcrumbs a:hover {
  color: #087fa8;
}

.st-archive__header {
  max-width: 1000px;
  margin-bottom: 65px;
}

.st-archive__header h1 {
  margin: 0 0 23px;
  color: #101418;
  font-size: clamp(58px, 8vw, 120px);
  font-weight: 760;
  letter-spacing: -0.065em;
  line-height: 0.9;
}

.st-archive__header > p {
  color: #59636b;
  font-size: 18px;
  line-height: 1.65;
}

.st-pagination {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  align-items: center;
  margin-top: 75px;
  padding-top: 27px;
  border-top: 1px solid rgba(0, 0, 0, 0.18);
  color: #4d565d;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.st-pagination a:hover {
  color: #087fa8;
}

/* =========================================================
   ACCESSIBILITY
   ========================================================= */

.st-home .visually-hidden {
  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;
}

/* =========================================================
   TABLET
   ========================================================= */

@media screen and (max-width: 1100px) {
  .st-shell {
    width: min(100% - 40px, 1500px);
  }

  .st-masthead {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .st-masthead__intro {
    max-width: 760px;
  }

  .st-hero-grid {
    grid-template-columns: 1fr;
  }

  .st-lead {
    min-height: 660px;
  }

  .st-hero-side {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
  }

  .st-editorial__grid,
  .st-dossier__header,
  .st-about__grid,
  .st-newsletter__inner {
    grid-template-columns: 1fr;
  }

  .st-editorial__grid {
    gap: 42px;
  }

  .st-research-grid {
    grid-template-columns: 1fr;
  }

  .st-dossier__grid {
    grid-template-columns: 1fr;
  }

  .st-dossier__image {
    position: relative;
    top: auto;
    height: 600px;
  }

  .st-cave-grid,
  .st-latest-grid,
  .st-archive__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .st-cave-card:last-child {
    grid-column: 1 / -1;
  }

  .st-about__grid,
  .st-newsletter__inner {
    gap: 55px;
  }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media screen and (max-width: 700px) {
  .st-shell {
    width: calc(100% - 28px);
  }

  .st-hero {
    padding: 43px 0 38px;
  }

  .st-masthead {
    padding-bottom: 30px;
  }

  .st-masthead h1 {
    font-size: clamp(59px, 21vw, 93px);
    line-height: 0.88;
  }

  .st-masthead__intro {
    font-size: 16px;
  }

  .st-hero-grid {
    margin-top: 18px;
  }

  .st-lead {
    min-height: 570px;
  }

  .st-lead__content {
    padding: 25px 22px 28px;
  }

  .st-lead__content h2 {
    font-size: 37px;
  }

  .st-lead__content p {
    display: none;
  }

  .st-hero-side {
    grid-template-columns: 1fr;
  }

  .st-side-story {
    min-height: 0;
  }

  .st-side-story__image {
    aspect-ratio: 16 / 10;
  }

  .st-topic-nav .st-shell {
    width: 100%;
  }

  .st-topic-nav a {
    padding: 19px 20px;
  }

  .st-editorial,
  .st-section,
  .st-dossier,
  .st-about {
    padding: 72px 0;
  }

  .st-editorial__principles {
    grid-template-columns: 1fr;
  }

  .st-editorial__principles > div {
    min-height: 80px;
    border-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
  }

  .st-editorial__principles > div:last-child {
    border-bottom: 0;
  }

  .st-section-heading {
    display: block;
    margin-bottom: 31px;
  }

  .st-section-heading h2 {
    font-size: 45px;
  }

  .st-section-heading > p,
  .st-section-link {
    margin-top: 22px;
  }

  .st-series-grid {
    grid-template-columns: 1fr;
  }

  .st-series-card,
  .st-series-card:first-child {
    grid-column: auto;
    min-height: 550px;
  }

  .st-series-card__content {
    padding: 25px 22px 29px;
  }

  .st-series-card__content h3,
  .st-series-card:not(:first-child) .st-series-card__content h3 {
    font-size: 39px;
  }

  .st-research-grid {
    gap: 44px;
  }

  .st-research-feature__body h3 {
    font-size: 38px;
  }

  .st-list-story {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .st-dossier__header {
    gap: 30px;
  }

  .st-dossier__image {
    height: 460px;
  }

  .st-dossier-story {
    grid-template-columns: 39px minmax(0, 1fr) 20px;
    gap: 12px;
  }

  .st-cave-grid,
  .st-latest-grid,
  .st-archive__grid {
    grid-template-columns: 1fr;
  }

  .st-cave-card,
  .st-cave-card:last-child {
    grid-column: auto;
    min-height: 540px;
  }

  .st-author {
    padding: 30px 24px;
  }

  .st-newsletter {
    padding: 70px 0;
  }

  .st-newsletter__fields {
    grid-template-columns: 1fr;
  }

  .st-newsletter__fields button {
    padding: 17px 0;
    text-align: left;
  }

  .st-archive {
    padding: 45px 0 80px;
  }

  .st-breadcrumbs {
    margin-bottom: 48px;
  }

  .st-archive__header {
    margin-bottom: 45px;
  }

  .st-archive__header h1 {
    font-size: 60px;
  }

  .st-pagination {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
  .st-home *,
  .st-home *::before,
  .st-home *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
/* =========================================================
   FIX: SERIENBEREICH – 1 GROSSE + 3 KLEINE KARTEN
   ========================================================= */

@media screen and (min-width: 1101px) {
  .st-series-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .st-series-card:first-child {
    grid-column: 1 / -1;
    min-height: 690px;
  }

  .st-series-card:not(:first-child) {
    min-height: 520px;
  }

  .st-series-card:not(:first-child) .st-series-card__content {
    padding: 30px;
  }

  .st-series-card:not(:first-child) .st-series-card__content h3 {
    font-size: clamp(30px, 2.7vw, 46px);
  }

  .st-series-card:not(:first-child) .st-series-card__content p {
    font-size: 15px;
  }
}

@media screen and (min-width: 701px) and (max-width: 1100px) {
  .st-series-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .st-series-card:first-child {
    grid-column: 1 / -1;
  }

  .st-series-card:last-child {
    grid-column: 1 / -1;
  }
}
/* =========================================================
   SLATE TALK – MOBILE MAGAZIN FINETUNING
   ========================================================= */

@media screen and (max-width: 700px) {
  .st-home {
    overflow-x: clip;
  }

  .st-home h1,
  .st-home h2,
  .st-home h3 {
    overflow-wrap: anywhere;
    hyphens: auto;
  }

  .st-shell {
    width: calc(100% - 24px);
  }

  /* Hero */

  .st-hero {
    padding-top: 34px;
  }

  .st-masthead {
    gap: 22px;
    padding-bottom: 25px;
  }

  .st-masthead .st-kicker {
    margin-bottom: 13px;
    font-size: 10px;
  }

  .st-masthead h1 {
    font-size: clamp(55px, 20vw, 82px);
    letter-spacing: -0.075em;
    line-height: 0.87;
  }

  .st-masthead__intro {
    max-width: 95%;
    font-size: 15px;
    line-height: 1.55;
  }

  .st-hero-grid {
    gap: 14px;
  }

  .st-lead {
    min-height: 520px;
  }

  .st-lead__image img {
    object-position: center center;
  }

  .st-lead__content {
    padding: 23px 20px 25px;
  }

  .st-lead__content h2 {
    margin: 13px 0 23px;
    font-size: clamp(31px, 9.5vw, 40px);
    letter-spacing: -0.052em;
    line-height: 1.01;
  }

  .st-lead__content .st-meta {
    gap: 6px 10px;
    font-size: 9px;
  }

  .st-lead__content .st-button {
    min-height: 46px;
    padding: 11px 17px;
    font-size: 10px;
  }

  /* Die beiden kleineren Hero-Artikel kompakt nebeneinander
     aus Bild und Text aufbauen */

  .st-hero-side {
    gap: 12px;
  }

  .st-side-story {
    grid-template-columns: 40% minmax(0, 1fr);
    grid-template-rows: none;
    min-height: 175px;
  }

  .st-side-story__image {
    min-height: 175px;
    height: 100%;
  }

  .st-side-story__image img {
    height: 100%;
    object-fit: cover;
  }

  .st-side-story__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 17px 15px;
  }

  .st-side-story__content .st-meta {
    font-size: 8px;
  }

  .st-side-story__content h3 {
    margin: 9px 0 14px;
    font-size: 20px;
    line-height: 1.06;
  }

  .st-side-story .st-text-link {
    width: fit-content;
    font-size: 9px;
  }

  /* Themen-Navigation */

  .st-topic-nav a {
    padding: 17px 18px;
    font-size: 9px;
  }

  /* Editorial */

  .st-editorial {
    padding: 64px 0;
  }

  .st-editorial__grid {
    gap: 30px;
  }

  .st-editorial__heading h2 {
    font-size: clamp(39px, 12vw, 53px);
    line-height: 0.98;
  }

  .st-editorial__copy {
    font-size: 16px;
    line-height: 1.65;
  }

  .st-editorial__principles {
    margin-top: 8px;
  }

  .st-editorial__principles > div {
    min-height: 72px;
    padding: 18px 12px;
  }

  .st-editorial__principles strong {
    font-size: 10px;
  }

  /* Allgemeine Bereichsüberschriften */

  .st-section-heading {
    padding-bottom: 21px;
  }

  .st-section-heading .st-kicker {
    font-size: 10px;
  }

  .st-section-heading h2 {
    font-size: clamp(39px, 12vw, 52px);
    line-height: 0.98;
  }

  .st-section-heading > p {
    font-size: 15px;
    line-height: 1.55;
  }

  /* Wissenschaftliche Serien */

  .st-series-grid {
    gap: 14px;
  }

  .st-series-card,
  .st-series-card:first-child {
    min-height: 470px;
  }

  .st-series-card__content {
    padding: 22px 19px 24px;
  }

  .st-series-card__content h3,
  .st-series-card:not(:first-child) .st-series-card__content h3 {
    margin: 12px 0;
    font-size: 34px;
    line-height: 1;
  }

  .st-series-card__content p {
    margin-bottom: 21px;
    font-size: 14px;
    line-height: 1.5;
  }

  .st-series-card .st-button {
    min-height: 44px;
    padding: 10px 15px;
    font-size: 9px;
  }

  /* Forschung und Medizin */

  .st-research-feature__image {
    aspect-ratio: 4 / 3;
  }

  .st-research-feature__body {
    padding-top: 22px;
  }

  .st-research-feature__body h3 {
    margin-top: 12px;
    font-size: 34px;
    line-height: 1.02;
  }

  .st-research-feature__body p {
    font-size: 15px;
    line-height: 1.6;
  }

  .st-list-story {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 10px;
    padding: 22px 0;
  }

  .st-list-story h3 {
    font-size: 22px;
    line-height: 1.08;
  }

  /* Rebreather Dossier */

  .st-dossier__header h2 {
    font-size: clamp(43px, 13vw, 58px);
  }

  .st-dossier__header > p {
    font-size: 15px;
    line-height: 1.55;
  }

  .st-dossier__grid {
    gap: 28px;
  }

  .st-dossier__image {
    height: 410px;
  }

  .st-dossier-story {
    padding: 22px 0;
  }

  .st-dossier-story h3 {
    font-size: 22px;
    line-height: 1.08;
  }

  .st-dossier-story p {
    font-size: 8px;
  }

  /* Höhlentauchen */

  .st-cave-grid {
    gap: 14px;
  }

  .st-cave-card,
  .st-cave-card:last-child {
    min-height: 470px;
  }

  .st-cave-card__body {
    padding: 23px 20px;
  }

  .st-cave-card__body h3 {
    margin: 12px 0 19px;
    font-size: 31px;
    line-height: 1.02;
  }

  /* Neu im Magazin */

  .st-latest-grid,
  .st-archive__grid {
    gap: 37px;
  }

  .st-card__body {
    padding-top: 19px;
  }

  .st-card__body h2,
  .st-card__body h3 {
    font-size: 29px;
    line-height: 1.06;
  }

  .st-card__body > p {
    font-size: 14px;
  }

  /* Über Slate Talk */

  .st-about__content h2 {
    font-size: clamp(42px, 13vw, 57px);
  }

  .st-about__text {
    font-size: 16px;
    line-height: 1.65;
  }

  .st-author {
    padding: 27px 21px;
  }

  .st-author__image {
    width: 120px;
    height: 120px;
    margin-bottom: 25px;
  }

  .st-author h3 {
    font-size: 34px;
  }

  /* Verhindert überbreite Elemente */

  .st-home img,
  .st-home article,
  .st-home section,
  .st-home div {
    max-width: 100%;
  }
}
/* =========================================================
   MOBILE FIX – KEINE UNSCHÖNEN WORTTRENNUNGEN
   ========================================================= */

@media screen and (max-width: 700px) {
  .st-home h1,
  .st-home h2,
  .st-home h3,
  .st-dossier-story h3 {
    word-break: normal;
    overflow-wrap: break-word;
    hyphens: none;
    -webkit-hyphens: none;
  }

  .st-dossier__header h2 {
    font-size: clamp(40px, 12vw, 52px);
    line-height: 0.98;
    letter-spacing: -0.045em;
  }

  .st-dossier-story {
    grid-template-columns: 34px minmax(0, 1fr) 18px;
    gap: 10px;
  }

  .st-dossier-story h3 {
    font-size: 20px;
    line-height: 1.08;
    letter-spacing: -0.025em;
  }

  .st-dossier-story__arrow {
    font-size: 18px;
  }
}
/* Mobile Sicherheitsabstand für den Sprachschalter */
@media screen and (max-width: 700px) {
  .st-dossier {
    padding-bottom: 115px;
  }

  .st-dossier-list {
    padding-bottom: 35px;
  }
}
/* =========================================================
   MOBILE FIX – TITEL DER HÖHLENTAUCHARTIKEL
   ========================================================= */

@media screen and (max-width: 700px) {
  .st-cave-card__body {
    padding: 22px 18px 25px;
  }

  .st-cave-card__body h3 {
    max-width: 100%;
    margin: 12px 0 19px;
    font-size: clamp(24px, 7vw, 28px);
    line-height: 1.05;
    letter-spacing: -0.035em;

    word-break: normal;
    overflow-wrap: normal;
    hyphens: none;
    -webkit-hyphens: none;
    text-wrap: pretty;
  }

  .st-cave-card__body h3 a {
    display: inline;
  }

  .st-cave-card__body .st-text-link {
    font-size: 9px;
  }
}
/* =========================================================
   SLATE TALK – DURCHGEHEND DUNKLES MAGAZIN-DESIGN
   ========================================================= */

/* Editorial: Wissen für anspruchsvolle Tauchgänge */

.st-editorial {
  background:
    radial-gradient(
      circle at 90% 10%,
      rgba(40, 185, 232, 0.08),
      transparent 32%
    ),
    #10151b;
  color: #f3f4f5;
}

.st-editorial .st-kicker {
  color: var(--st-accent);
}

.st-editorial__heading h2 {
  color: #ffffff;
}

.st-editorial__copy {
  color: #aeb7bf;
}

.st-editorial__principles {
  border-color: rgba(255, 255, 255, 0.13);
}

.st-editorial__principles > div {
  border-color: rgba(255, 255, 255, 0.13);
}

.st-editorial__principles span {
  color: #68747e;
}

.st-editorial__principles strong {
  color: #eef1f3;
}


/* Forschung & Medizin */

.st-research {
  background: #151b22;
  color: #f3f4f5;
}

.st-research .st-section-heading {
  border-color: rgba(255, 255, 255, 0.13);
}

.st-research .st-section-heading h2 {
  color: #ffffff;
}

.st-research .st-section-link {
  color: #e9edf0;
}

.st-research .st-section-link:hover {
  color: var(--st-accent);
}

.st-research-feature__image {
  background: #0d1217;
}

.st-research-feature__body h3 {
  color: #ffffff;
}

.st-research-feature__body h3 a:hover {
  color: var(--st-accent);
}

.st-research-feature__body p {
  color: #a6b0b8;
}

.st-research .st-text-link {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.3);
}

.st-research-list {
  border-color: rgba(255, 255, 255, 0.13);
}

.st-list-story {
  border-color: rgba(255, 255, 255, 0.13);
}

.st-list-story__number {
  color: #68747e;
}

.st-list-story h3 {
  color: #eef1f3;
}

.st-list-story h3 a:hover {
  color: var(--st-accent);
}


/* Neu im Magazin */

.st-latest {
  background: #0d1116;
  color: #f3f4f5;
}

.st-latest .st-section-heading {
  border-color: rgba(255, 255, 255, 0.13);
}

.st-latest .st-section-heading h2 {
  color: #ffffff;
}

.st-latest .st-card__image {
  background: #151b22;
}

.st-latest .st-card__body h2,
.st-latest .st-card__body h3 {
  color: #ffffff;
}

.st-latest .st-card__body h2 a:hover,
.st-latest .st-card__body h3 a:hover {
  color: var(--st-accent);
}

.st-latest .st-card__body > p {
  color: #99a4ad;
}

.st-latest .st-meta {
  color: #7d8993;
}

.st-latest .st-text-link {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.3);
}


/* Tag- und Themenarchive ebenfalls dunkel */

.st-archive {
  background: #0d1116;
  color: #f3f4f5;
}

.st-archive .st-breadcrumbs {
  color: #7d8993;
}

.st-archive .st-archive__header h1 {
  color: #ffffff;
}

.st-archive .st-archive__header > p {
  color: #a4aeb6;
}

.st-archive .st-card__image {
  background: #151b22;
}

.st-archive .st-card__body h2,
.st-archive .st-card__body h3 {
  color: #ffffff;
}

.st-archive .st-card__body > p {
  color: #99a4ad;
}

.st-archive .st-text-link {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.3);
}

.st-archive .st-pagination {
  border-color: rgba(255, 255, 255, 0.13);
  color: #8e99a2;
}
/* =========================================================
   MOBILE FIX – KLEINE HERO-ARTIKEL MIT SAUBEREM BILDFORMAT
   ========================================================= */

@media screen and (max-width: 700px) {
  .st-hero-side {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .st-side-story {
    display: block;
    min-height: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: #11161c;
  }

  .st-side-story__image {
    display: block;
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #0b1015;
  }

  .st-side-story__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .st-side-story__content {
    display: block;
    padding: 20px 18px 22px;
    background: #11161c;
  }

  .st-side-story__content .st-meta {
    margin-bottom: 10px;
    font-size: 8px;
  }

  .st-side-story__content h3 {
    margin: 0 0 17px;
    font-size: 25px;
    line-height: 1.04;
    letter-spacing: -0.035em;
    word-break: normal;
    overflow-wrap: normal;
    hyphens: none;
    -webkit-hyphens: none;
  }

  .st-side-story .st-text-link {
    width: fit-content;
    font-size: 9px;
  }
}
/* =========================================================
   MOBILE FIX – AUTORENKARTE ZENTRIEREN
   ========================================================= */

@media screen and (max-width: 700px) {
  .st-author {
    text-align: center;
  }

  .st-author__image {
    margin-right: auto;
    margin-left: auto;
  }

  .st-author__label,
  .st-author h3,
  .st-author__role {
    text-align: center;
  }

  .st-author__text {
    max-width: 320px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .st-author__text p {
    margin-right: auto;
    margin-left: auto;
  }
}
/* =========================================================
   MOBILE FIX – AUTORENKARTE SICHER ZENTRIEREN
   ========================================================= */

@media screen and (max-width: 700px) {
  .st-about .st-author {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
  }

  .st-about .st-author__image {
    margin: 0 auto 25px !important;
  }

  .st-about .st-author__label,
  .st-about .st-author h3,
  .st-about .st-author__role,
  .st-about .st-author__text,
  .st-about .st-author__text p {
    width: 100%;
    margin-right: auto !important;
    margin-left: auto !important;
    text-align: center !important;
  }

  .st-about .st-author__text {
    max-width: 320px;
  }
}
/* =========================================================
   SLATE TALK – ZENTRALE WISSENSSUCHE
   ========================================================= */

.st-knowledge-search {
  padding: 92px 0;
  border-bottom: 1px solid var(--st-line);
  background:
    radial-gradient(
      circle at 82% 15%,
      rgba(40, 185, 232, 0.11),
      transparent 32%
    ),
    #080b0f;
}

.st-knowledge-search__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: 90px;
  align-items: center;
}

.st-knowledge-search__heading h2 {
  max-width: 720px;
  margin: 0 0 24px;
  color: #ffffff;
  font-size: clamp(46px, 5.8vw, 84px);
  font-weight: 740;
  letter-spacing: -0.058em;
  line-height: 0.96;
}

.st-knowledge-search__heading > p:last-child {
  max-width: 650px;
  margin-bottom: 0;
  color: #9da8b1;
  font-size: 17px;
  line-height: 1.7;
}

.st-knowledge-search__content {
  min-width: 0;
}

.st-search-form {
  width: 100%;
}

.st-search-form__fields {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: stretch;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.035);
  transition:
    border-color 200ms ease,
    background 200ms ease;
}

.st-search-form__fields:focus-within {
  border-color: var(--st-accent);
  background: rgba(40, 185, 232, 0.055);
}

.st-search-form__fields input {
  width: 100%;
  min-width: 0;
  min-height: 74px;
  padding: 18px 24px;
  border: 0;
  outline: 0;
  background: transparent;
  color: #ffffff;
  font: inherit;
  font-size: 16px;
}

.st-search-form__fields input::placeholder {
  color: #77838d;
}

.st-search-form__fields button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-width: 215px;
  padding: 18px 25px;
  border: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  background: transparent;
  color: #ffffff;
  cursor: pointer;
  font: inherit;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.11em;
  line-height: 1.3;
  text-transform: uppercase;
  transition:
    background 200ms ease,
    color 200ms ease;
}

.st-search-form__fields button:hover {
  background: var(--st-accent);
  color: #061017;
}

.st-search-topics {
  margin-top: 27px;
}

.st-search-topics > p {
  margin-bottom: 14px;
  color: #6f7b85;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.st-search-topics__links {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.st-search-topics__links a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #aeb7bf;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.05em;
  transition:
    border-color 200ms ease,
    background 200ms ease,
    color 200ms ease;
}

.st-search-topics__links a:hover {
  border-color: var(--st-accent);
  background: rgba(40, 185, 232, 0.1);
  color: var(--st-accent);
}


/* Tablet */

@media screen and (max-width: 1100px) {
  .st-knowledge-search__grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}


/* Smartphone */

@media screen and (max-width: 700px) {
  .st-knowledge-search {
    padding: 68px 0;
  }

  .st-knowledge-search__grid {
    gap: 34px;
  }

  .st-knowledge-search__heading h2 {
    font-size: clamp(41px, 12vw, 54px);
    line-height: 0.98;
  }

  .st-knowledge-search__heading > p:last-child {
    font-size: 15px;
    line-height: 1.62;
  }

  .st-search-form__fields {
    grid-template-columns: 1fr;
  }

  .st-search-form__fields input {
    min-height: 64px;
    padding: 16px 17px;
    font-size: 15px;
  }

  .st-search-form__fields button {
    justify-content: space-between;
    min-width: 0;
    min-height: 54px;
    padding: 15px 17px;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    border-left: 0;
    text-align: left;
  }

  .st-search-topics {
    margin-top: 22px;
  }

  .st-search-topics__links {
    gap: 7px;
  }

  .st-search-topics__links a {
    min-height: 36px;
    padding: 7px 11px;
    font-size: 10px;
  }
}
{{ 'felicitas-slate-talk.css' | asset_url | stylesheet_tag }}

<section
  class="st-search-page"
  id="SlateTalkSearchPage-{{ section.id }}"
>
  <header class="st-search-page__hero">
    <div class="st-shell">
      <nav class="st-search-page__breadcrumbs" aria-label="Breadcrumb">
        <a href="/blogs/news">SLATE TALK</a>

        <span aria-hidden="true">/</span>

        <span>Wissenssuche</span>
      </nav>

      <div class="st-search-page__hero-grid">
        <div class="st-search-page__intro">
          <p class="st-kicker">SLATE TALK WISSENSSUCHE</p>

          <h1>
            Wissen finden.<br>
            Zusammenhänge verstehen.
          </h1>

          <p>
            Durchsuche unsere Fachartikel zu Tauchphysiologie, Gasphysik,
            Dekompression, Rebreathern und Höhlentauchen.
          </p>
        </div>

        <div class="st-search-page__form-wrap">
          <form
            class="st-search-page__form"
            action="{{ routes.search_url }}"
            method="get"
            role="search"
          >
            <input
              type="hidden"
              name="type"
              value="article"
            >

            <input
              type="hidden"
              name="options[prefix]"
              value="last"
            >

            <input
              type="hidden"
              name="view"
              value="slate-talk"
            >

            <label
              class="visually-hidden"
              for="SlateTalkResultsSearch-{{ section.id }}"
            >
              SLATE TALK durchsuchen
            </label>

            <div class="st-search-page__fields">
              <input
                id="SlateTalkResultsSearch-{{ section.id }}"
                type="search"
                name="q"
                value="{{ search.terms | escape }}"
                placeholder="Fachbegriff oder Frage eingeben"
                autocomplete="off"
                required
              >

              <button type="submit">
                Suchen
                <span aria-hidden="true">→</span>
              </button>
            </div>
          </form>

          <div class="st-search-page__topics">
            <p>Direkt zu einem Thema</p>

            <div>
              <a href="{{ routes.search_url }}?q=Sauerstoff&amp;type=article&amp;options[prefix]=last&amp;view=slate-talk">
                Sauerstoff
              </a>

              <a href="{{ routes.search_url }}?q=CO2&amp;type=article&amp;options[prefix]=last&amp;view=slate-talk">
                CO₂
              </a>

              <a href="{{ routes.search_url }}?q=Dekompression&amp;type=article&amp;options[prefix]=last&amp;view=slate-talk">
                Dekompression
              </a>

              <a href="{{ routes.search_url }}?q=Rebreather&amp;type=article&amp;options[prefix]=last&amp;view=slate-talk">
                Rebreather
              </a>

              <a href="{{ routes.search_url }}?q=Hyperkapnie&amp;type=article&amp;options[prefix]=last&amp;view=slate-talk">
                Hyperkapnie
              </a>

              <a href="{{ routes.search_url }}?q=Höhlentauchen&amp;type=article&amp;options[prefix]=last&amp;view=slate-talk">
                Höhlentauchen
              </a>
            </div>
          </div>
        </div>
      </div>
    </div>
  </header>

  <div class="st-search-page__results">
    <div class="st-shell">
      {% if search.performed %}
        <header class="st-search-results-heading">
          <div>
            <p class="st-kicker">SUCHERGEBNISSE</p>

            <h2>
              {% if search.results_count == 1 %}
                1 Ergebnis
              {% else %}
                {{ search.results_count }} Ergebnisse
              {% endif %}
            </h2>
          </div>

          <p>
            für „{{ search.terms | escape }}“
          </p>
        </header>

        {% if search.results_count > 0 %}
          {% paginate search.results by 12 %}
            <div class="st-search-results-grid">
              {% for item in search.results %}
                {% liquid
                  assign search_words = item.content | strip_html | split: ' ' | size
                  assign search_read_time = search_words | plus: 179 | divided_by: 180

                  if search_read_time < 1
                    assign search_read_time = 1
                  endif

                  assign search_teaser = item.excerpt | strip_html

                  if search_teaser == blank
                    assign search_teaser = item.content | strip_html
                  endif

                  assign search_category = 'SLATE TALK'

                  if item.tags contains 'Rebreather'
                    assign search_category = 'Rebreather'
                  elsif item.tags contains 'Sauerstoff'
                    assign search_category = 'Sauerstoff'
                  elsif item.tags contains 'Helium'
                    assign search_category = 'Helium'
                  elsif item.tags contains 'Stickstoff'
                    assign search_category = 'Stickstoff'
                  elsif item.tags contains 'hoehlentauchkurs'
                    assign search_category = 'Höhlentauchen'
                  elsif item.tags contains 'Höhlentauchkurs'
                    assign search_category = 'Höhlentauchen'
                  elsif item.tags contains 'wissenschaft'
                    assign search_category = 'Wissenschaft'
                  elsif item.tags contains 'Wissenschaft'
                    assign search_category = 'Wissenschaft'
                  endif
                %}

                <article
                  class="
                    st-search-result-card
                    {% if forloop.first %}
                      st-search-result-card--featured
                    {% endif %}
                  "
                >
                  <a
                    class="st-search-result-card__image"
                    href="{{ item.url }}"
                    aria-label="{{ item.title | escape }}"
                  >
                    {% if item.image %}
                      {{
                        item.image
                        | image_url: width: 1600
                        | image_tag:
                          loading: 'lazy',
                          widths: '420, 640, 840, 1200, 1600',
                          sizes: '(min-width: 1100px) 50vw, (min-width: 700px) 50vw, 100vw',
                          alt: item.title
                      }}
                    {% else %}
                      <span class="st-image-placeholder"></span>
                    {% endif %}
                  </a>

                  <div class="st-search-result-card__body">
                    <div class="st-meta">
                      <span>{{ search_category }}</span>

                      <span>
                        {{ item.published_at | date: "%d.%m.%Y" }}
                      </span>

                      <span>{{ search_read_time }} MIN</span>
                    </div>

                    <h2>
                      <a href="{{ item.url }}">
                        {{ item.title | highlight: search.terms }}
                      </a>
                    </h2>

                    {% if search_teaser != blank %}
                      <p>
                        {{ search_teaser | truncatewords: 28 }}
                      </p>
                    {% endif %}

                    <a
                      class="st-text-link"
                      href="{{ item.url }}"
                    >
                      Artikel lesen
                      <span aria-hidden="true">→</span>
                    </a>
                  </div>
                </article>
              {% endfor %}
            </div>

            {% if paginate.pages > 1 %}
              <nav
                class="st-search-pagination"
                aria-label="Seitennavigation"
              >
                <div>
                  {% if paginate.previous %}
                    <a href="{{ paginate.previous.url }}">
                      ← Zurück
                    </a>
                  {% endif %}
                </div>

                <span>
                  Seite {{ paginate.current_page }} von {{ paginate.pages }}
                </span>

                <div>
                  {% if paginate.next %}
                    <a href="{{ paginate.next.url }}">
                      Weiter →
                    </a>
                  {% endif %}
                </div>
              </nav>
            {% endif %}
          {% endpaginate %}
        {% else %}
          <div class="st-search-empty">
            <p class="st-kicker">KEINE TREFFER</p>

            <h2>
              Dazu haben wir noch keinen passenden Artikel gefunden.
            </h2>

            <p>
              Versuche einen allgemeineren Begriff oder entdecke einen unserer
              zentralen Wissensbereiche.
            </p>

            <div class="st-search-empty__links">
              <a href="/blogs/news/tagged/Sauerstoff">
                Sauerstoff
              </a>

              <a href="/blogs/news/tagged/Helium">
                Helium
              </a>

              <a href="/blogs/news/tagged/Stickstoff">
                Stickstoff
              </a>

              <a href="/blogs/news/tagged/Rebreather">
                Rebreather
              </a>

              <a href="/blogs/news/tagged/wissenschaft">
                Wissenschaft
              </a>

              <a href="/blogs/news/tagged/hoehlentauchkurs">
                Höhlentauchen
              </a>
            </div>

            <a class="st-button" href="/blogs/news">
              Zurück zu SLATE TALK
              <span aria-hidden="true">→</span>
            </a>
          </div>
        {% endif %}
      {% else %}
        <div class="st-search-empty">
          <p class="st-kicker">WISSEN DURCHSUCHEN</p>

          <h2>
            Welches Thema möchtest du genauer verstehen?
          </h2>

          <p>
            Gib einen Fachbegriff, eine Frage oder ein technisches System in
            das Suchfeld ein.
          </p>
        </div>
      {% endif %}
    </div>
  </div>
</section>

{% schema %}
{
  "name": "SLATE TALK Suche",
  "tag": "section",
  "class": "section-slate-talk-search",
  "enabled_on": {
    "templates": ["search"]
  },
  "settings": [],
  "presets": [
    {
      "name": "SLATE TALK Suche"
    }
  ]
}
{% endschema %}