/* ========== Imports ========== */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap");
@import url("fontawesome-all.min.css");

/* ========== Reset / Basics ========== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite, code, del, dfn,
em, img, ins, kbd, q, s, samp, small, strike, strong,
sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol,
ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside, canvas,
details, embed, figure, figcaption, footer, header,
hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0; padding: 0; border: 0; font: inherit; vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header,
hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }
table { border-collapse: collapse; border-spacing: 0; }

html { box-sizing: border-box; }
*, *:before, *:after { box-sizing: inherit; }

body {
  -webkit-text-size-adjust: none;
  background: #000;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 15pt;
  font-weight: 400;
  line-height: 1.75em;
  overflow: hidden;
}

/* Links neutral / weiß */
a { color: inherit; text-decoration: none; outline: 0; border: 0; }

/* ========== Icon-Basis (Font Awesome) ========== */
.icon { position: relative; text-decoration: none; color: inherit; }
.icon:before {
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
  display: inline-block; line-height: 1; text-transform: none !important;
  font-family: 'Font Awesome 5 Free'; font-style: normal; font-variant: normal; font-weight: 400;
  color: inherit;
}
.icon.solid:before { font-weight: 900; }
.icon.brands:before { font-family: 'Font Awesome 5 Brands'; }
.icon > .label { display: none; }

/* ========== Wrapper/Overlay/Main ========== */
@keyframes wrapper { 0% { opacity: 0; } 100% { opacity: 1; } }
#wrapper {
  animation: wrapper 3s forwards; opacity: 0;
  position: fixed; inset: 0; width: 100%; height: 100%;
}
#overlay { position: fixed; inset: 0; pointer-events: none; }
#main {
  position: fixed; inset: 0;
  text-align: center; width: 100%; height: 100%;
  z-index: 1;
}
#main:before { content: ""; display: inline-block; width: 1px; height: 100%; vertical-align: middle; }

/* ========== Hintergrund-Video ========== */
#bg { position: fixed; inset: 0; overflow: hidden; background: #000 !important; }
#bg-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; pointer-events: none; }

/* ========== Header ========== */
#header {
  opacity: 0; animation: header 1s 2.25s forwards;
  display: inline-block; vertical-align: middle; position: relative; top: -1em;
  width: 90%; cursor: default; transform: translate3d(0,0,0);
}
@keyframes header { 0% { transform: translate3d(0,1em,0); opacity: 0; } 100% { transform: translate3d(0,0,0); opacity: 1; } }
#logo { display:block; margin:0 auto; width: clamp(207px, 34vw, 483px); height:auto; }
#header p { font-size: 1.05em; margin-top: 1.5em; }

/* ========== Pille: Story anhören (unter Claim) ========== */
#story-pill {
  margin-top: 32px;                /* vorher kleiner – jetzt mehr Abstand zum Claim */
  padding: 10px 15px;              /* mehr Luft: oben/unten 10px, links/rechts 22px */
  border: 1px solid #fff;
  border-radius: 9999px;
  background: transparent;
  color: #fff;
  font-size: 0.8em;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: background-color .25s ease, transform .1s ease;
}

#story-pill:hover  { background-color: rgba(255,255,255,0.18); }
#story-pill:active { transform: scale(0.98); }
#story-pill .pill-icon { display:inline-block; }
#story-pill .pill-text { display:inline-block; }

/* ========== Footer (Icons oben, Links darunter) ========== */
@keyframes footerFade { 0% { transform: translate3d(0, 1em, 0); opacity: 0; } 100% { transform: translate3d(0, 0, 0); opacity: 1; } }
#footer {
  
  position: fixed; bottom: 15px; width: 100%;
  text-align: center; color: #fff; z-index: 2;
  opacity: 0; animation: footerFade 1s 3.5s ease forwards;
}

/* Footer-Icons als runde Kreise (wie die ehemalige Header-Navi) */
.footer-icons ul { display: inline-flex; gap: 1em; align-items: center; }
.footer-icons li { display: inline-block; width: 3em; height: 2.5em; vertical-align: middle; }
.footer-icons a { display:inline-block; line-height:0; color: inherit; }
.footer-icons a:before{
  border-radius: 100%;
  border: solid 1px #fff;
  display: block;
  width: 2.5em; height: 2.5em; line-height: 2.5em;
  text-align: center; font-size: 1.1em;
  background-color: transparent;
  transition: background-color 0.25s ease, color 0.25s ease;
  color: inherit;
}
.footer-icons a:hover:before { background-color: rgba(255,255,255,0.175); color: #fff; }

/* Footer-Linkzeile darunter */
.footer-links {
  font-size: 0.8em;
  margin-top: 30px; /* vorher kleiner – jetzt mehr Abstand von den Icons nach unten */
}


.footer-links .copy {
  margin-right: 0.6em;   /* Abstand zum folgenden Punkt */
}


.footer-links a { color: #fff; margin: 0 10px; text-decoration: none; transition: opacity .2s ease; }
.footer-links a:hover { opacity: 0.8; }

/* ========== Responsive ========== */
@media screen and (max-width: 736px) {
  body { font-size: 11pt; }
  #header h1 { font-size: 2.5em; }
  #header p  { font-size: 0.9em; }
}
@media screen and (max-width: 480px) {
  #footer { font-size: 0.75em; }
    .footer-icons a:before,
  #header nav a:before {
    width: 3em;
    height: 3em;
    line-height: 3em;
    font-size: 1.2em;   /* etwas größer */
  }
    /* Mehr Abstand zwischen den Kreisen */
  .footer-icons ul {
    gap: 2.3em;   /* statt 0.8em */
  }

  .footer-links .copy {
    margin-right: 0.8em; /* mobil etwas mehr, wenn es enger wirkt */
  }

}

/* Einheitliche Abstände um die Mittelpunkte im Footer */
.footer-links {
  display: inline-flex;          /* bleibt zentriert dank #footer { text-align:center } */
  align-items: center;
  flex-wrap: wrap;               /* falls sehr schmal, darf umbrechen */
  gap: 0;                        /* Abstand steuern wir über .sep */
}

/* Elemente (Text/Links) selbst ohne Außenabstand */
.footer-links .item { display: inline-flex; }

/* Der Punkt bekommt symmetrisches Padding = „sichtbarer Abstand“ links & rechts */
.footer-links .sep {
  display: inline-flex;
  padding: 0 0.6em;              /* Desktop-Abstand zum Punkt */
  opacity: 0.75;
  line-height: 1;
}

/* Mobil: Punkt etwas „luftiger“, damit es nicht enger wirkt */
@media (max-width: 480px) {
  .footer-links .sep {
    padding: 0 0.75em;           /* mobil größerer Abstand links & rechts des Punktes */
  }
}