header {}

.header__container {}

.header-top {
  position: relative;
  margin-bottom: 50px;
  max-height: 500px;
  overflow: hidden;
  height: 100%;
}

.swiper.header-slider {}

.swiper-slide.header-bild {}

.swiper-slide.header-bild picture {
  display: flex;
  width: 100%;
}

.swiper-slide.header-bild picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 600px;
}

.header-options {
  position: absolute;
  z-index: 10;
  right: 120px;
  top: 80px;
  display: flex;
  align-items: center;
  gap: 24px;
  width: 100%;
  justify-content: flex-end;
}

.header-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 40px;
  margin-bottom: 65px;
}

.site-title {
  text-decoration: none;
  color: #000;
}

.site-title h1 {
  font-family: 'FagoNoBlack';
  font-weight: 900;
  color: #000;
  font-size: 96px;
  line-height: 1;
  margin-bottom: 10px;
}


.site-desc {
  display: block;
  color: #000;
  font-size: 32px;
  font-weight: bold;
}

/* @media screen and (max-width: 1080px) {
  header {
    padding: 10px 0 10px 0;
    background: #E30613;
    margin-bottom: 20px;
  }
  .header-options {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
  }
  .site-logo > span {
    line-height: 1;
    font-size: 31px;
  }
  .site-logo img {
    width: 200px;
  }
  .site-desc {
    font-size: 14px;
    line-height: 18px;
  }
}  */


@media screen and (max-width: 1080px) {
  .header-top {
    max-height: 700px;
  }

  .swiper-slide.header-bild picture img {
    max-height: 700px;
  }

  .header-options {
    right: auto;
    top: auto;
    bottom: 40px;
    justify-content: center;
}

  .header-options .button {
    font-size: 46px;
    min-height: 80px;
    padding: 0px 40px;
  }
}


@media screen and (max-width: 740px) {
  .header-top {
    max-height: 320px;
    margin-bottom: 20px;
  }

  .swiper-slide.header-bild picture img {
    max-height: 320px;
    object-fit: cover;
  }

  .header-options .button {
    font-size: 26px;
    min-height: 40px;
    padding: 0px 20px;
  }

  .site-title h1 {
    font-size: 70px;
  }

  .site-desc {
    font-size: 24px;
  }

  .header-title {
    padding: 0 20px;
    margin-bottom: 30px;
  }

}


@media screen and (max-width: 520px) {

  .header-options .button {
    font-size: 18px;
    min-height: 34px;
    padding: 0px 10px;
}
.header-options {
  bottom: 15px;
}

  .site-title h1 {
    font-size: 60px;
  }

  .site-desc {
    font-size: 22px;
  }



}