@font-face {
  font-family: "UnifrakturMaguntia";
  src:
    url("/podcast/fonts/unifrakturmaguntia.woff2") format("woff2"),
    url("/podcast/fonts/unifrakturmaguntia.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

h1.chronick {
  font-family: "UnifrakturMaguntia", serif;
  font-size: 3rem;
  line-height: 1.1;

  /* klassische Druckerschwärze */
  color: #241a12;

  /* Satzgefühl */
  letter-spacing: 0.06em;
  word-spacing: 0.35em;

  /* minimale Druckunschärfe */
  text-shadow:
    0.4px 0.4px 0 rgba(0, 0, 0, 0.35),
   -0.2px -0.2px 0 rgba(255, 255, 255, 0.12);

  /* matte Wirkung */
  filter:
    contrast(0.95)
    brightness(0.95);

  text-rendering: optimizeLegibility;

  hyphens: auto;
}

h1.chronick .cap {
  font-size: 1.3em;
  letter-spacing: 0;
  vertical-align: baseline;
    text-shadow:
    0.3px 0.3px 0 rgba(0,0,0,0.35);
}

body {
  background: #ffb1d5;
  color: #b1ffdb;
  font-family: sans-serif;
  font-size: 18px;
  font-weight: 500;
}

a {
  color: #ffb1d5;
  background-color: #b1ffdb;
  text-decoration: none;
}

a:hover {
  background-color: #ffb1d5;
  color: #b1ffdb;
}

article {
  max-width: 800px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.layout {
  display: flex;
  justify-content: flex-start;
  gap: 40px;
  padding: 40px;
}

.navigation-desktop {
  width: 200px;
  position: sticky;
  top: 20px;
  height: fit-content;
}

.navigation-mobil {
  display: none;
}

@media (max-width: 800px) {
  .navigation-desktop {
    display: none;
  }

  .navigation-mobil {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 1.1rem;
    background: #b1ffdb;
    color: #ffb1d5;
    border: none;
  }
  h1.chronick {
    font-size: 2rem;
  }
}

.button {
  display: block;
  padding: 10px 15px;
  margin-bottom: 10px;
  background: #b1ffdb;
  border-radius: 6px;
  text-decoration: none;
  color: #ffb1d5;
  font-weight: 500;
}

.button:hover {
  background: #ddd;
  transform: translateX(3px);
}

#unterstreifen {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  z-index: 9999;
}

#unterstreifen a {
  text-align: center;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.seiten-werbung {
  flex: 1;
  background: #a7ffff;
  color: #ffa7a7;
}

.seiten-werbung:hover {
  background: #ffa7a7;
  color: #a7ffff;
}

.rechtliches {
  flex: 0;
  white-space: nowrap;
  background: white;
  color: black;
}

.rechtliches:hover {
  background: black;
  color: white;
}
