body, html {
  background-color: #000;
  margin: 0;
  padding: 0;
  font-family: "inter", sans-serif;
  font-style: normal;
  width: 100vw;
  min-height: 100vh;
}
canvas#neuro {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  opacity: 1;
  mix-blend-mode: exclusion;
  z-index: 1;
}
a, a:visited {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  font-weight: inherit;
  font-style: inherit;
}
a:hover {
  font-weight: inherit;
  text-decoration: underline;
  color: #000000;
}
a:active {
  color: #000000;
}
p {
  margin: 0;
  padding-bottom: 10px;
}
.center {
  text-align: center;
}
.content {
  width: 100%;
  isolation: isolate;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, #000 100%), url(Ablaze_quer_04.jpg);
  background-size: 100% 100vh;
  background-repeat: no-repeat;
}
.ablaze {
  padding-bottom: 118px;
}
h1 {
  font-size: 6vw;
  text-align: center;
  padding-top: 100px;
  color: #2f253a;
  font-weight: 700;
}
h2 {
  font-weight: 400;
  font-size: 3.5vw;
  color: #000;
  text-align: center;
  padding-top: 20px;
}
h3 {
  font-weight: 400;
  font-size: 30px;
  color: #FFFFFF;
  padding-top: 20px;
}
.smaller {
  font-size: 18px;
}
.fod {
  font-size: 22px;
  margin: 0;
  padding: 0;
}
.main {
  background: #fff;
  width: 100vw;
  z-index: 20;
  position: relative;
  margin: 0;
  padding: 0;
  opacity: 1;
  mix-blend-mode: exclusion;
}
.text-window {
  width: 100%; /* Passt sich flexibel der Container-Breite an */
  overflow: hidden;
  background: #311717;
  mix-blend-mode: hard-light;
  /* WICHTIG: Das sorgt dafür, dass sich der Hintergrund weich mitbewegt */
  transition: height 0.4s ease-in-out;
}
.text-content {
  display: flex;
  width: 200%; /* Platz für beide Textblöcke nebeneinander */
  /* Startposition: Nach links verschoben, damit Englisch (2. Block) sichtbar ist */
  transform: translateX(-50%);
  transition: transform 0.4s ease-in-out; /* Flüssige Schiebe-Animation */
  /* WICHTIG: Verhindert, dass der englische Text die Höhe vom deutschen erbt */
  align-items: flex-start;
}
.text-pane {
  width: 50%; /* Jeder Text nutzt genau die Breite des Fensters */
  margin-top: 0;
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 20px;
  box-sizing: border-box;
  color: #FFFFFF;
  padding-bottom: 60px;
}
/* Holt den deutschen Text (1. Block) von links nach rechts ins Bild */
.show-german {
  transform: translateX(0);
}
.text {
  font-size: 24px;
  columns: 2; /* Teilt den Text in 3 Spalten auf */
  column-gap: 30px; /* Abstand zwischen den Spalten */
  color: #fff;
  margin-top: 40px;
  font-family: "inter-18pt", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-left: 0%;
  margin-right: 0%;
}
.teaser {
  font-size: 28px;
  color: #fff;
  margin-top: 40px;
  font-family: "inter-18pt", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.subhead {
  font-weight: 700;
  font-size: 2.99em;
  float: left;
  margin-top: 28px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 10px;
  line-height: 26px;
}
#black {
  color: #356A7C;
  background-color: #311717;
  border: 0;
  padding: 10px;
  margin-left: 3%;
  margin-top: 10px;
  font-weight: 700;
  font-size: 18px;
  z-index: 30;
  cursor: pointer;
}
.footer {
  background: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
.visi {
  visibility: visible;
  display: block;
}
.visi_mobile {
  visibility: collapse;
  visibility: hidden;
  display: none;
}
@media (max-width: 850px) {
  .content {
    width: 100%;
    isolation: isolate;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, #000 100%), url(Ablaze_quer_04.jpg);
    background-size: 100% 60vh;
    background-repeat: no-repeat;
  }
  .ablaze {
    padding-bottom: 50px;
  }
  h1 {
    font-size: 8vw;
    padding-top: 55px;
    color: #2f253a;
  }
  h2 {
    font-size: 5.3vw;
    padding-top: 10px;
  }
  h3 {
    font-weight: 400;
    font-size: 28px;
    color: #FFFFFF;
    padding-top: 20px;
  }
  .text {
    font-size: 20px;
    columns: 1; /* Teilt den Text in 3 Spalten auf */
    column-gap: 0px; /* Abstand zwischen den Spalten */
  }
  .text-pane {
    margin-left: 3%;
    margin-right: 3%;
  }
  .teaser {
    font-size: 24px;
  }
  .subhead {
    font-weight: 700;
    font-size: 2.99em;
    float: left;
    margin-top: 23px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 10px;
    line-height: 26px;
  }
}
@media (max-width: 420px) {
  body {}
  .main {
    background: #fff;
    width: 100vw;
    z-index: 2;
    position: relative;
    margin-top: 0px;
    padding: 0;
    opacity: 1;
    mix-blend-mode: exclusion;
  }
  h1 {
    font-size: 10vw;
    padding-top: 40px;
  }
  .ablaze {
    padding-bottom: 25px;
  }
  .fod {
    font-size: 15px;
    margin-top: 40px;
    padding: 0;
  }
  .visi {
    visibility: collapse;
    display: none;
  }
  .visi_mobile {
    visibility: visible;
    display: block;
  }
  .text {
    font-size: 20px;
    columns: 1;
    column-gap: 0px;
    color: #fff;
    margin-top: 40px;
    font-family: "inter-18pt", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  .margin {
    margin-left: 4%;
    margin-right: 4%;
  }
  .subhead {
    font-weight: 700;
    font-size: 2.99em;
    float: left;
    margin-top: 19px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 10px;
    line-height: 26px;
  }
}