@font-face {
  font-family: Helvetica;
  src: url(font/Helvetica.ttf);
}
html {
  font-size: 10px;
}

#BF-2024 * {
  font-family: "Helvetica", Heebo, Arial, sans-serif;
  color: #242424;
}
#BF-2024 a {
  text-decoration: none;
  text-transform: uppercase;
}
#BF-2024 .BF-header {
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 4rem;
}
#BF-2024 .BF-header__title {
  font-weight: 400;
  display: flex;
  position: relative;
  gap: 54px;
  width: 100%;
  margin: 0;
  align-items: baseline;
  padding: 18px 0 9px 0;
}
#BF-2024 .BF-header__title span {
  display: block;
  font-size: clamp(30px, 5vw, 65px);
  text-transform: uppercase;
  margin-left: 4rem;
}
@media screen and (max-width: 1000px) {
  #BF-2024 .BF-header__title span {
    margin-left: 0;
    text-align: center;
  }
}
#BF-2024 .BF-header__timer {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  gap: 16px;
  margin-left: 4rem;
  margin-top: 1rem;
}
@media screen and (max-width: 1000px) {
  #BF-2024 .BF-header__timer {
    margin-left: 0;
    text-align: center;
    justify-content: center;
    gap: 8px;
  }
}
#BF-2024 .BF-header__timer .timer-text {
  font-weight: 400;
  margin: 0;
  font-size: clamp(20px, 2.3vw, 35px);
}
#BF-2024 .BF-header__timer .timer-countdown {
  display: flex;
  font-size: clamp(20px, 2.3vw, 35px);
  font-weight: 400;
}
#BF-2024 .BF-banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #ff5001;
  padding: 0 0 3rem 0;
}
#BF-2024 .BF-banner--video {
  width: 100%;
  height: auto;
}
#BF-2024 .BF-banner--video iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
#BF-2024 .BF-banner--newsletter {
  width: 100%;
  font-size: clamp(15px, 3vw, 30px);
  margin-top: 4rem;
}
@media screen and (max-width: 1000px) {
  #BF-2024 .BF-banner--newsletter {
    margin-left: 0;
  }
}
#BF-2024 .BF-banner--newsletter p {
  margin: 0;
  padding: 0 1rem;
  text-align: center;
  color: #fff;
}
#BF-2024 .BF-banner--cta {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 4rem;
  margin-left: 4rem;
}
@media screen and (max-width: 1000px) {
  #BF-2024 .BF-banner--cta {
    margin-left: 0;
  }
}
#BF-2024 .BF-banner--cta a {
  padding: 12px 50px 8px 50px;
  border: 1px solid #fff;
  font-size: clamp(15px, 2vw, 25px);
  font-weight: 400;
  transition: all 500ms;
  color: #fff;
}
#BF-2024 .BF-banner--cta a:hover {
  color: black;
  background-color: white;
}
#BF-2024 .BF-galerie {
  padding: 0;
}
#BF-2024 .BF-galerie h2 {
  padding-top: 3.5rem;
  padding-bottom: 2.5rem;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  margin-left: 4rem;
  font-size: clamp(20px, 5vw, 65px);
}
@media screen and (max-width: 1000px) {
  #BF-2024 .BF-galerie h2 {
    margin-left: 0;
    text-align: center;
  }
}
#BF-2024 .BF-galerie .container-text-images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
@media screen and (max-width: 800px) {
  #BF-2024 .BF-galerie .container-text-images {
    grid-template-columns: repeat(2, 1fr);
  }
}
#BF-2024 .BF-galerie .container-text-images .img-text-center {
  position: relative;
  text-align: center;
}
#BF-2024 .BF-galerie .container-text-images .img-text-center img {
  width: 100%;
  height: auto;
  display: block;
}
#BF-2024 .BF-galerie .container-text-images .img-text-center .text-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  font-size: clamp(11px, 1.5vw, 25px);
  font-weight: 400;
}
#BF-2024 .BF-galerie .container-text-images .img-text-center .text-center span {
  display: inline-block;
  padding: 12px 50px 8px 50px;
  background-color: #fff;
  width: fit-content;
  transition: all 500ms;
}
#BF-2024 .BF-galerie .container-text-images .img-text-center .text-center span:hover {
  color: #fff;
  background-color: #242424;
}
@media screen and (max-width: 640px) {
  #BF-2024 .BF-galerie .container-text-images .img-text-center .text-center span {
    padding: 10px;
  }
}
#BF-2024 .BF-galerie.more .container-text-images {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 800px) {
  #BF-2024 .BF-galerie.more .container-text-images {
    grid-template-columns: 1fr;
  }
}

/* Marquee*/

/*# sourceMappingURL=teasing-BF3.css.map */
