html{
  font-size: 62.5%;
  color: #EAE3D2;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Apple Gothic', 'Helvetica Neue',  sans-serif;

    
} 

@font-face {
  font-family: 'Apple Gothic';
  src: url('./fonts/400_AppleSDGothicNeo-Medium.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

  @font-face {
    font-family: 'Apple Gothic';
    src: url('./fonts/300_AppleSDGothicNeo-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
  }

  @font-face {
    font-family: 'Apple Gothic';
    src: url('./fonts/700_AppleSDGothicNeo-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
  }
body{
    background-color: #111318;
    min-height: 100vh;
    background: linear-gradient(191deg, #08090E 8.3%, #15181E 51.76%);
}

#accordion {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.5s ease-out;
}

#accordion.active {
    max-height: 1000px; /* Adjust this value based on your content height */
    transition: max-height 0.5s ease-in;
}

.fixed-container {
  width: 100%;
  height: 100vh;
  background: url(./assets/Birke_Mobile.png) no-repeat top left;
  background-size: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  padding: 24px;
}

.fixed-content__container{
  width: 100%;
}

.content-container {
  width: 100%;
  height: 100%;
}

.content-width {
  padding: 24px;
  font-size: 1.8rem;
  line-height: 2.4rem;
}



h1 {
  font-weight: 300;
  font-size: 3.8rem;
}


h2 {
  font-weight: 300;
  margin: 32px 0;
  font-size: 3.8rem;
  line-height: 1;
}
.subtitle{
  font-size: 1.6rem;
  line-height: 2rem; 
  margin-top: 0;
}

.lead{
  margin-bottom: 24px;
}

.lead p{
  font-size: 2rem;
  line-height: 2.6rem;
  font-weight: 300;
}

h3 {
  font-weight: 300;
  margin: 16px 0 12px;
  font-size: 2.4rem;
  line-height: 3.2rem;
}

.station {
  margin-bottom: 16px;
}

.station span:first-child {
  display: block;
  font-weight: 700;
}

.station span:last-child {
}

.portrait{
  width: 100%;
  border-bottom: 1px solid #EAE3D2;
}

.portrait-tablet{
  display: none;
}

.nowrap{
  white-space: nowrap;
}

blockquote {
  margin: 24px 0;
}

blockquote p {
  margin: 0;
  font-size: 1.8rem;
  line-height: 2.4rem;
}

.line{
  width: 57px;
  height: 3px;
  display: block;
  background: white;
  margin: 32px 0;
}

.project{
  border-left: 3px solid #EAE3D2;
  padding-left: 24px;
  margin-bottom: 32px;
}

.footer {
  width: 100%;
  padding: 48px 24px;
  margin-top: 48px;
  background: #EAE3D2;
}

.footer-content {
  color: #2F2F2F;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
  
}

.arrowdown{display: block;}

.footer-section h2 {
  font-size: 2.2rem;
  line-height: 3.2rem;
  margin: 0;
  font-weight: 400;
}

.footer-section p,
.footer-section a {
  font-size: 2.2rem;
  line-height: 3.2rem;
  font-weight: 300;
  text-decoration: none;
  color: #2F2F2F;
}

.footer-section a:hover {
  text-decoration: underline;
}

.footer-logo {
  width: 120px;
  margin-top: 16px;
}

.desktop{
  display: none;
}

.mailto{
  position: fixed;
  right: 24px;
  bottom: 32px;
}

@media (min-width: 768px) {
  
  .mailto{
    right: 48px;
    bottom: 48px;
  }
  .footer {
    padding: 64px 32px;
  }

  .footer-content {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-section {
    flex: 1;
  }
  .footer-section:nth-child(2) {
    flex: 2;
  }

  h1{
    font-size: 6.4rem;
  }

  h2 {
    margin: 56px 0;
    font-size: 6.4rem;
    line-height: 1;
  }

  .subtitle{
    font-size: 2.2rem;
    line-height: 3.2rem;
  }

  .fixed-container{ 
    padding: 48px;
    background: url(./assets/Birke_Mobile.webp) no-repeat top left;
    background-size: 35%;
  } 


  .lead{
    margin: 56px 0;
  }

  .lead p{
    font-size: 3.2rem;
    line-height: 4.2rem;
  }

  h3 {
    font-weight: 300;
    font-size: 3.2rem;
    line-height: 4rem;
  }

  .project{
    margin: 32px 0;
  }

  blockquote p {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
  

  .portrait-mobile{
    display: none;
  }
  .portrait-tablet{
    display: block;
  }
  .content-width {
    padding: 48px;
    font-size: 2.2rem;
    line-height: 3.2rem;
  }

  .line{
    margin: 56px 0;
  }
  
}


@media (min-width: 1024px) {
  .logo-mobile,
  .mobile{
    display: none;
  }

  .arrowdown{
    position: absolute;
    right: 96px;
    bottom: 48px;
  }

  h2{
    margin-top: 80px;
    margin-bottom: 40px;
  }

  .desktop{
    display: block;
  }

  .desktop-height-100vh{
    position: relative;
    height: 100vh;
    background: url(./assets/Birke_Desktop.webp) no-repeat top right;
    background-size: 35%;
    padding: 96px 96px 48px 96px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .lead{
    max-width: 70%;
    margin: 0;
  }

  .logo-desktop{
    width: 80%;
    margin-left: 20%;
  }

  .portrait-tablet{
    display: none;
  }
  
  .footer{
    width: 55vw;
    margin-left: 45vw;
  }

  .mailto{
    right: calc(55vw + 48px);
  }

  .fixed-container {
    width: 45vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: url(./assets/Timo_Bild_Desktop.jpg) no-repeat top left;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-right: 100px;
  } 

  .content-container {
    width: 55vw;
    position: relative;
    left: 45vw;
  }

  .subtitle{
    margin-bottom: 0;
  }
  .content-width{
    padding: 32px;
  }
}
