/*Schriftarten*/
@font-face {
  font-family: "googlesans";
  src: url("_fonts/Google_Sans/static/GoogleSans-Regular.ttf")
    format("truetype");
}

@font-face {
  font-family: "anton";
  src: url("_fonts/Anton/Anton-Regular.ttf") format("truetype");
}

body {
  margin: 0;
  background-color: #fff;
  background-image: radial-gradient(
    circle,
    rgba(0, 0, 0, 0.15) 1px,
    transparent 1px
  );
  background-size: 20px 20px;
  background-attachment: fixed;
}

body,
html {
  scroll-behavior: smooth;
}

/*Higlight-Fix*/
* {
  -webkit-tap-highlight-color: transparent;
}

/*Menüleiste*/
.menu-bar {
  position: fixed;
  z-index: 1000;
  height: 85px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
}

.menu-wrapper {
  position: relative;
  height: 40px;
  width: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  border-radius: 30px;
  background: rgba(220, 220, 220, 0.3);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.menu-indicator {
  position: absolute;
  bottom: 0;
  height: 3px;
  width: 0;
  background: black;
  transition: all 0.35s ease;
}

.menu-btn {
  background-color: transparent;
  color: black;
  border: none;
  padding: 10px 15px;
  font-family: "googlesans";
}

.menu-btn:hover {
  border-bottom: 3px solid black;
  cursor: pointer;
}

.menu-bar-wrapper {
  height: 90px;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
  transition: background 0.5s ease;
}

.menu-bar-wrapper.scrolled {
  background: rgba(255, 255, 255, 0.3);
}

.logo-img {
  position: absolute;
  height: 50px;
  top: 17px;
  left: 16px;
  width: auto;
}

/*Startseite*/
.home-section {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-attachment: fixed;
}

/*Hintergrundvideo*/
video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

/*Überschrift und Unterüberschrift*/
.header-text {
  position: absolute;
  color: white;
  bottom: 40px;
  left: 70px;
}

.headline {
  font-family: "anton";
  font-size: 130px;
}

.outline {
  font-size: 130px;
  color: transparent;
  -webkit-text-stroke: 1px white;
  transition: all 0.4s ease;
}

.outline:hover {
  color: white;
}

.description {
  font-family: "googlesans";
}

/*Join us - Bereich*/
.joinus-section {
  min-height: 600px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.joinus-txt,
.equipment-txt {
  margin-left: 100px;
  margin-right: 100px;
  font-family: "googlesans";
  font-size: 20px;
}

.joinus-headline {
  font-family: "googlesans";
  font-weight: 900;
  font-size: 40px;
}

.yt-btn {
  padding: 10px 10px;
  font-family: "googlesans";
  font-size: 20px;
  background-color: transparent;
  margin-top: 15px;
  border-radius: 0 20px;
  border: 2px solid black;
  transition: all 0.5s ease;
}

.yt-btn:hover {
  border-radius: 20px 0;
  cursor: pointer;
  background-color: black;
  color: white;
}

.equipment-section {
  min-height: 300px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  margin-top: 80px;
  margin-bottom: 50px;
}

.equipment-headline {
  font-family: "googlesans";
  font-weight: 900;
  font-size: 40px;
}

.equipment-btn {
  padding: 10px 10px;
  font-family: "googlesans";
  font-size: 20px;
  background-color: transparent;
  margin-top: 15px;
  border-radius: 20px 0;
  border: 2px solid black;
  transition: all 0.5s ease;
}

.equipment-btn:hover {
  border-radius: 0 20px;
  cursor: pointer;
  background-color: black;
  color: white;
}

.footer {
  min-height: 500px;
  width: 100%;
  background-color: #1c1c1e;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.footer-headlines{
  color: #BF0000;
  font-size: 18px;
  text-align: start;
}

.footer-logo {
  filter: invert(1);
  max-width: 150px;
  position: absolute;
  right: 20px;
  bottom: 60px;
}

.footer-info {
  position: absolute;
  right: 20px;
  bottom: 10px;
  color: white;
  font-family: "googlesans";
  font-size: 15px;
}

.footer-sections{
  display: flex;
  justify-content: center;
  align-items: start;
}

.overview {
  height: auto;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: start;
  color: white;
  font-family: "googlesans";
  flex-direction: column;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
}

.linktobtn {
  background-color: transparent;
  border: none;
  color: white;
  font-family: "googlesans";
  margin-top: 5px;
}

.linktobtn:hover {
  text-decoration: underline;
  cursor: pointer;
}

.mobile-break {
  display: inline;
}

.weare-section {
  height: 85px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-family: "googlesans";
}

.weare-btn {
  width: 50px;
  height: 50px;
  border: none;
  background-color: transparent;
  font-size: 30px;
  background-color: #f5f5f7;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease;
}

.margin-top {
  margin-top: 5px;
}

.weare-btn:hover {
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 30px -5px #c4c4c4;
  box-shadow: 0px 0px 30px -5px #c4c4c4;
}

.favourits-section {
  height: 80vh;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.slides {
  display: flex;
  height: 100%;
  transition: transform 1.2s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.slides img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  flex-shrink: 0;
}

.text {
  position: absolute;
  bottom: -120px;
  right: 40px;
  color: white;
  font-family: "anton";
  font-size: 130px;
  color: white;
  transition: all 0.4s ease;
}

.text:hover {
  color: transparent;
  -webkit-text-stroke: 2px white;
}

.section-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;

  background: linear-gradient(
    to top left,
    rgba(0, 0, 0, 0.6) 20%,
    rgba(0, 0, 0, 0.4) 40%,
    rgba(0, 0, 0, 0.2) 80%,
    rgba(0, 0, 0, 0) 100%
  );

  background: linear-gradient(
    to bottom right,
    rgba(0, 0, 0, 0.6) 20%,
    rgba(0, 0, 0, 0.4) 40%,
    rgba(0, 0, 0, 0.2) 80%,
    rgba(0, 0, 0, 0) 100%
  );
}

.explore-btn {
  position: absolute;
  right: 40px;
  bottom: 200px;
  padding: 7px 15px;
  font-family: "googlesans";
  font-size: 20px;
  background-color: transparent;
  border-radius: 0 20px;
  border: 2px solid white;
  transition: all 0.5s ease;
  color: white;
}

.explore-btn:hover {
  border-radius: 20px 0;
  cursor: pointer;
  background-color: white;
  color: black;
}

.top-left-text {
  font-family: "googlesans";
  position: absolute;
  top: 60px;
  left: 60px;
  color: white;
  font-size: 20px;
  height: auto;
  max-width: 500px;
}

.latest-videos-section {
  height: 70vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.video-track {
  display: flex;
  gap: 60px;
  transition: transform 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
  height: 100%;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10%;
}

.video-box {
  min-width: 80%;
  height: 100%;
  flex-shrink: 0;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}

.video-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: brightness(0.5);
}

.latest-videos-headline {
  font-family: "googlesans";
  font-weight: 900;
  z-index: 2;
  font-size: 80px;
  color: white;
  transition: all 0.5s ease;
  line-height: 0.99;
}

.fixed-headline {
  position: absolute;
  top: -50px;
  left: 220px;
  z-index: 10;
}

.latest-videos-name {
  font-family: "googlesans";
  font-weight: 900;
  position: absolute;
  bottom: -35px;
  right: 40px;
  z-index: 2;
  font-size: 115px;
  color: white;
  text-align: end;
  line-height: 0.99;
}

.smaller {
  font-size: 40px;
}

.latest-videos-description {
  font-family: "googlesans";
  color: white;
  position: absolute;
  bottom: 20px;
  right: 40px;
}

.latest-videos-btn {
  padding: 14px 32px;
  border: 1px solid white;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  color: white;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.35s ease;
  font-family: "googlesans";
}

.latest-videos-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-3px);
}

.latest-videos-btn:active {
  transform: translateY(0);
}

.btn-alone{
  min-height: 50px;
  width: 100%;
  padding: 5px;
}

.slider-btn {
  font-size: 30px;
  color: white;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  border: 1px solid white;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider-btn:hover {
  cursor: pointer;
}

.slider-btn.prev {
  left: 40px;
}

.slider-btn.next {
  right: 40px;
}

.btn-section {
  z-index: 2;
  position: absolute;
  bottom: 20px;
  left: 20px;
  height: auto;
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.photo-prev-section {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.photo-prev-headline {
  font-family: "googlesans";
  font-weight: 900;
  font-size: 100px;
  position: relative;
  z-index: 2;
  margin-bottom: 0;
}

.photo-prev-description {
  font-family: "googlesans";
  position: relative;
  z-index: 2;
  font-size: 20px;
  margin-left: 50px;
  margin-right: 50px;
  text-align: center;
}

.parallax {
  position: absolute;
  will-change: transform;
  pointer-events: none;
  transition: transform 0.08s linear;
  border-radius: 10px;
  z-index: 1;
  filter: opacity(0.8);
}

.parallax:nth-child(1) {
  width: 300px;
  top: 10%;
  left: 20%;
}

.parallax:nth-child(2) {
  width: 400px;
  top: 25%;
  right: 15%;
}

.parallax:nth-child(3) {
  width: 600px;
  bottom: 10%;
  left: 20%;
}

.photo-btn {
  padding: 15px 20px;
  font-family: "googlesans";
  font-size: 20px;
  margin-top: 15px;
  border-radius: 10px;
  background-color: black;
  color: white;
  border: none;
  transition: all 0.5s ease;
  z-index: 2;
}

.photo-btn:hover {
  cursor: pointer;
  color: black;
  background-color: white;
}

/*Laptop-Anpassung*/
@media (max-width: 1440px) {
  .headline,
  .outline,
  .text {
    font-size: 100px;
  }

  .text{
    bottom: -110px;
    right: 20px;
  }

  .explore-btn{
    bottom: 130px;
    right: 20px;
  }

  .joinus-txt, .equipment-txt{
    margin-left: 50px;
    margin-right: 50px;
  }

  .yt-btn,
  .equipment-btn {
    margin-top: 30px;
  }

  .overview {
    width: 200px;
  }

  .latest-videos-headline {
    left: 150px;
    font-size: 60px;
  }

  .latest-videos-name{
    font-size: 90px;
    bottom: 0px;
  }

  .parallax{
    max-width: 350px;
  }
}

@media (max-width: 1200px) {
  .parallax{
    max-width: 250px;
  }
}

/*Tablet-Anpassung*/
@media (max-width: 1024px) {
  .headline,
  .outline {
    font-size: 100px;
  }

  .yt-btn,
  .equipment-btn {
    margin-top: 30px;
  }

  .overview {
    width: 200px;
  }

  .photo-prev-headline{
    font-size: 50px;
  }

  .footer-sections{
    flex-direction: column;
  }

    .footer-sections{
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .footer-logo{
    position: relative;
    bottom: 0;
    left: 0;
  }

  .footer{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    gap: 100px;
  }
}

/*Geräte-Anpassung*/
@media (max-width: 768px) {
  .menu-wrapper {
    gap: 0;
  }

  .menu-btn {
    padding: 5px;
  }

  .footer {
    flex-direction: column-reverse;
    gap: 0;
  }

  .footer-info{
    position: relative;
    bottom: 10px;
    left: 0;
  }

  .footer-logo {
    margin-bottom: 10px;
  }
  .logo-img {
    display: none;
  }

  .menu-wrapper {
    width: 90%;
  }

  .yt-btn,
  .equipment-btn {
    border-radius: 10px;
    font-size: 20px;
    padding: 15px 20px;
    background-color: black;
    color: white;
    margin-top: 10px;
  }

  .mobile-break {
    display: block;
    margin-top: -20px;
  }

  .headline {
    font-size: 70px;
    left: 0;
    position: absolute;
    left: -40px;
    bottom: 10px;
  }

  .outline {
    font-size: 70px;
  }

  .description {
    margin-left: -35px;
    margin-bottom: -20px;
    font-size: 15px;
  }

  .text {
    font-size: 70px;
    position: absolute;
    text-align: right;
    bottom: -40px;
    right: 30px;
    line-height: 1;
  }

  .explore-btn {
    position: absolute;
    bottom: 180px;
  }

  .top-left-text {
    position: absolute;
    left: 20px;
    top: 20px;
    right: 20px;
    font-size: 17px;
  }

  .video-box {
    max-width: 90%;
  }

  .latest-videos-headline {
    font-size: 50px;
    line-height: 0.99;
    text-align: start;
    left: 40px;
    top: -30px;
  }

  .slider-btn {
    height: 40px;
    width: 40px;
    top: 40px;
  }

  .slider-btn.prev {
    display: none;
  }

  .slider-btn.next {
    right: 60px;
  }

  .latest-videos-name {
    font-size: 40px;
    bottom: 60px;
    right: 10px;
  }

  .latest-videos-description {
    bottom: 60px;
    right: 10px;
    text-align: end;
  }

  .latest-videos-btn {
    font-size: 15px;
    padding: 5px 10px;
    border-radius: 20px;
  }

  .btn-section {
    left: 10px;
    right: 10px;
    bottom: 10px;
  }

  .smaller {
    font-size: 25px;
  }

  .video-track {
    gap: 20px;
    padding-left: 5%;
  }

  .video-box {
    max-width: 90%;
    min-width: 85%;
    height: 100%;
  }

  .latest-videos-section {
    padding: 0 0;
  }

  .show-it-btn {
    height: 80px;
    width: 150px;
    position: absolute;
  }

  .show-it-btn:hover {
    height: 100px;
    width: 170px;
  }

  .filter-btn {
    height: 50px;
    width: 100px;
  }

  .joinus-headline, .equipment-headline, .photo-prev-headline{
    font-size: 30px;
  }

  .equipment-section{
    margin-bottom: 30px;
  }

  .photo-prev-section{
    height: 300px;
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .joinus-txt, .equipment-txt, .photo-prev-description{
    font-size: 18px;
  }

  .parallax{
    display: none;
  }

  .top-left-text{
    text-align: justify;
  }
}

#intro {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: black;

  display: flex;
  justify-content: center;
  align-items: center;

  z-index: 9999;
  transition: opacity 0.6s ease;

  overflow: hidden;
}

#intro video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  max-width: 500px;
  width: 60%;
  height: auto;
}

#intro.hidden {
  opacity: 0;
  pointer-events: none;
}

body.no-scroll {
  overflow: hidden;
}