@font-face {
font-family: "Gotham Cond A", "Gotham Cond B";
font-style: normal;
font-weight: 900;
  }
  
  @font-face {
font-family: "Gotham Cond A", "Gotham Cond B";
font-style: normal;
font-weight: 400;
  }

  @font-face {
font-family: "Gotham Cond A", "Gotham Cond B";
font-style: normal;
font-weight: 600;
  }

  
  :root {
      --color-1: #FFFFFF;
      --color-2: #302D53;
      --color-3: #EA4C5F;
  }
  
html {font-family: "Gotham Cond A", "Gotham Cond B";}  
  
  body {
    margin: 0;
    background-color: var(--color-2);
    color: var(--color-1);
    font-weight: 400;
    justify-content: center;    /* Horizontal zentrieren */
    align-items: center;        /* Vertikal zentrieren */
    position: relative;
  }

.headerbild {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}

.bild-container {
  position: relative;
  display: inline-block;
}
  
.foto-credit {
  position: absolute;
  right: 10px;
  bottom: 10px;
  writing-mode: vertical-rl;   /* Text vertikal von oben nach unten */
  transform: rotate(180deg);   /* Drehen, damit Text von unten nach oben lesbar ist */
  font-size: 0.70rem;
  color: rgba(255, 255, 255, 1);
  /*font-family: "GothamCond-Book", sans-serif;*/
  font-weight: 400;
  letter-spacing: 0.05rem;
}



  
  .wrapper {
    max-width: 960px;
    margin: 0 auto;
    padding: 2rem 1.5rem 4rem;
    padding-left: 12%;
    padding-right: 12%;
  }
  
  .intro-block {
    width: 100%;
    overflow: visible;
    position: relative;
    margin-top: -12%;

  }
  
  .intro-scaler {
    display: inline-block;
    transform-origin: left top;
    white-space: nowrap;
  }
  
  .intro-block h1 {
    font-weight: 900;
    font-size: 1.2rem;
    line-height: 0.8;
    margin: 0;
    

  }
  
  





/* Content-Bereiche */
.bio,
.projects,
.founder {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.bio p {
    margin-bottom: 2rem;
}

section h2 {
    font-size: 1.2rem;
    line-height: 0.7;
    margin-bottom: 0.75rem;
    width: 100%;
    font-weight: 900;
}


section h2.scaled {
    display: inline-block;
    transform-origin: left top;
    white-space: nowrap;
  }

  p {
    font-weight: 400;
    font-size: 1.6rem;
    color: var(--color-1);
    margin: 0;
    display: inline;
    line-height: 1;
    letter-spacing: 0.05em;
    word-spacing: 0.05em;
  }
  
  li p {
    margin-left: 10px;
  }









ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

ul li {
    margin-bottom: 0; 
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    line-height: 0.6; 
}

ul li .year {
    font-weight: bold;
    margin-right: 5rem;
    display: inline-block;
    font-weight: 900;
    color: var(--color-3);
    line-height: 0.8;
}

ul li a {
    display: inline-block;
    vertical-align: baseline;
    margin-top: 0;
}

ul li .stuntmen {
    display: block;
    margin-top: 5%;
}

/*Abstand zwischen den bulletpoints*/
.bullets li {
    margin-top: 50px;
  }
  
p strong {
    font-weight: 600;
}

  

  

.year {
    display: inline-block;
    font-weight: 900;
    color: var(--color-3);
}

/* Footer mit Pfeilen */
.footer {
    margin-top: 10rem;

}


.highlight {
    color: var(--color-3);
}

a {
  font-weight: 900;
    text-decoration: none;
    color: var(--color-3);
}
a:hover {
  font-weight: 900;
    text-decoration: none;
    color: var(--color-1);
}


.inline-link a {

    font-weight: 900;
    font-size: inherit; 
    color: var(--color-3);
    text-decoration: none;
  }
  
  .inline-link a:hover {
    color: var(--color-1);
    text-decoration: none;
  }
  




  



/* Einbinden der Schriftart */
@font-face {
    font-family: 'ArrowFont';
    src: url('fonts/arrows.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
  }
  
  
  .arrow-container {
    display: flex;
    align-items: center;
    gap: 2.5rem;
  }
  
  
  .arrow {
    font-family: 'ArrowFont', sans-serif;
    font-size: 4rem;
    color: var(--color-1);
    transition: color 0.3s ease;
    margin: 0;
  }
  
  .arrow-container p {
    display: block;
    margin: 0;
    line-height: 1;
  }

  @media (max-width: 767px) {
    .arrow {
      font-size: 2.5rem;
      display: inline-block;
      white-space: nowrap;
      
    }
  
    .arrow-container p {
      font-size: 1.6rem;
    }


  ul li .year {
    margin-right: 2rem;
}
    
  .wrapper {
    padding-left: 12%;
    padding-right: 12%;
  }


}
  






