* {
  box-sizing: border-box;
  margin: 0;
  scroll-behavior: smooth;
}

:root {
  --swiper-navigation-size: 29px !important;
}

body {
  font-size: 1.8em;
  font-family: Tenor Sans;
  min-width: 365px;
}

header {
  height: 140px;
  background-color: black;
  padding: 20px 40px;
}

header img {
  height: 100%;
  margin: 0 auto;
  display: block;
  height: 100%;
  margin: 0 auto;
  display: block;
  max-width: 300px;
  object-fit: contain;
}

.hero-section {
  height: 100svh;
  min-height: 500px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../assets/images/hero.jpg");
}

.hero-section-bg {
  position: absolute;
  width: 100%;
  transform: scale(120%);
  z-index: 0;
  display: none;
}

.hero-section-overlay {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
}

.hero-section-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 10;
  gap: 150px;
}

.hero-section-content img {
  max-width: 800px;
  width: 100%;
}

.white-filter {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%)
    hue-rotate(182deg) brightness(107%) contrast(102%);
}

h1,
h2,
h3 {
  line-height: 1;
}

h1 {
  font-size: 4em;
  font-weight: 400;
  font-family: Alta;
}

h2 {
  font-size: 2em;
  font-weight: 400;
}

h3 {
  font-size: 0.9em;
  font-weight: 400;
  margin-bottom: 30px;
  color: black !important;
}

p {
  font-size: 0.8em;
  max-width: 650px;
  line-height: 1.4;
}

.m30 {
  margin-bottom: 30px;
}

.text-centered {
  text-align: center;
}

.text-start {
  text-align: start;
}

.text-uppercase {
  text-transform: uppercase;
}

.light {
  background-color: #efebe1;
  color: black;
}

.darkblue {
  background-color: #050d18;
  color: white;
}

.dark {
  background-color: black;
  color: white;
}

.light2 {
  background-color: transparent;
  color: #efebe1 !important;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 90px 60px;
}

.container-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bg {
  background-repeat: no-repeat;
  background-image: linear-gradient(
      to bottom,
      rgba(8, 8, 8, 0.2),
      rgba(8, 8, 8, 0.2)
    ),
    url("../assets/images/_DSC0195\ Kopie-1.jpg");
  background-size: cover;
  color: white;
  background-position: 0 30%;
}

.bg2 {
  background-repeat: no-repeat;
  background-image: linear-gradient(
      to bottom,
      rgba(8, 8, 8, 0.2),
      rgba(8, 8, 8, 0.2)
    ),
    url("../assets/images/Image_Quote\ Section_Artist.webp");
  background-size: cover;
  color: white;
  background-position: 0 30%;
  height: 750px;
  align-items: end;
}

.bg2 .container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: end;
  justify-content: right;
}

.container-small {
  max-width: 550px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.container-small p {
  margin: 0;
}

.info-grid {
  display: grid;
  align-items: end;
  grid-template-columns: 5fr 7fr;
  max-width: 1100px;
  gap: 40px;
  margin: 0 auto;
  padding: 40px 0;
}

.info-grid p {
  margin: 0;
}

.btn {
  text-transform: uppercase;
  text-decoration: none;
  padding: 8px 20px;
  border: 2px solid;
  font-size: 0.8em;
  display: table;
  margin: 25px auto;
  min-width: 213px;
  text-align: center;
}

.btn-light {
  color: white;
  border-color: white;
}

.btn-dark {
  color: black;
  border-color: black;
}

.dark .btn {
  margin-bottom: 70px;
}

.dark a {
  color: white;
  text-decoration: none;
}

.gridx3 {
  display: grid;
  grid-template-columns: 4fr 4fr 4fr;
  align-items: end;
  justify-items: end;
  margin: 0 auto;
  width: 100%;
}

.gridx3 img {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}

/* Video Section */

.container-video-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-color: #d49d50;
}

.video-section-text {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 25%;
}

.video-section-text p {
  font-size: 52px;
  color: white;
}

.video {
  width: 100%;
  font-size: 0;
  position: relative;
}

.video video {
  width: 100%;
}

#video-control {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#video-control img {
  width: 10%;
  cursor: pointer;
  transition: 0.3s;
}

#video-control:hover img {
  opacity: 1 !important;
}

.video-control-hide {
  opacity: 0;
}

/* Grid song */

.grid-song {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 60px;
}

.dark .grid-song {
  align-items: center;
}

.grid-song img {
  width: 100%;
  height: auto;
}

.grid-song .btn {
  margin: 0;
  margin-bottom: 30px !important;
}

.grid-song p {
  max-width: 100%;
  text-align: start;
}

.grid-song-current {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

/* Music Player Controls and List */

.controls {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 10px 0;
}

.controls img {
  transition: 0.2s;
}

.controls img:hover {
  transform: scale(1.1);
}

#prev {
  transform: rotate(180deg);
}

#prev:hover {
  transform: scale(1.05) rotate(180deg);
}

.song-list {
  display: flex;
  flex-direction: column;
  gap: 3px;
  width: 100%;
}

.song-title {
  display: flex;
  flex-direction: row;
  gap: 10px;
  text-align: start;
  align-items: flex-start;
}

.song-number {
  width: 25px;
}

.info {
  font-size: 0.75em;
  margin-top: 20px;
}

.info span {
  font-size: 1.1em;
}

.info a {
  text-decoration: underline !important;
}

.song {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  cursor: pointer;
  padding: 0px 10px;
  margin-left: -10px;
  transition: 0.2s;
}

.song:hover {
  background-color: rgba(245, 245, 220, 0.4);
  color: white;
}

.song-active {
  background-color: beige !important;
  color: black !important;
}

.song p {
  margin: 0;
}

.controls img {
  width: 60px;
  cursor: pointer;
}

/* Backstage */

.backstage-text {
  display: grid;
  grid-template-columns: 4fr 8fr;
  align-items: start;
  margin-bottom: 40px;
}

.backstage-text p {
  max-width: 100%;
  font-size: 0.7em;
  padding: 0 10%;
}

.backstage-text .btn {
  margin: 0 auto;
}

/* Swiper */

.swiper {
  width: 100%;
  height: 100%;
  user-select: none;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: grab;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
}

.swiper-button-next,
.swiper-button-prev {
  color: white !important;
}

.slider-container {
  position: relative;
}

/* Waves */

.wave {
  position: absolute !important;
}

#wave-slider-1 {
  bottom: -19%;
  z-index: 10;
  user-select: none;
  pointer-events: none;
  left: 9%;
  width: 13%;
}

#wave-slider-2 {
  top: -10%;
  z-index: 10;
  user-select: none;
  pointer-events: none;
  right: 10%;
  width: 10%;
}

#wave-album-info {
  top: 0;
  z-index: 0 !important;
  user-select: none;
  pointer-events: none;
  right: 10%;
  width: 30%;
}

/* Album info */

.album-info {
  position: relative;
}

.album-info .btn {
  margin-bottom: 30px;
}

.album-info * {
  z-index: 1;
  position: relative;
}

/* Footer */

footer {
  padding: 20px 60px;
  max-width: 2000px;
  margin: 0 auto;
}

.mb-small {
  padding-top: 20px;
  padding-bottom: 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  justify-items: center;
  justify-content: space-evenly;
}

.footer-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 400px;
}

.footer-item p {
  margin: 0;
}

.footer-item a {
  text-decoration: underline;
  font-size: 0.8em;
}

footer a {
  width: auto;
  font-size: 0.7em;
  margin-top: 40px;
}

.footer-bottom-center {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  gap: 20px;
}

.footer-bottom-center p {
  font-size: 0.5em;
  margin: 0;
}

.footer-links {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  column-gap: 10px;
  width: min-content;
}

.footer-links img {
  height: 45px;
  object-fit: contain;
}

.footer-links a {
  padding: 15px;
  padding-left: 0;
  padding-right: 30px;
  height: 100%;
  display: flex;
  align-items: center;
}

.footer-links a:last-child {
  grid-column: 2 / span 2;
}

.footer-links a:last-child img {
  width: 100%;
  height: auto;
}

.facebook {
  max-width: 75px;
  margin-top: 10px;
}

.facebook img {
  width: 100%;
}

/* Impressum & Datenschutz */

.legal {
  padding: 40px;
  flex: 1;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  min-height: 500px;
}

.legal p a {
  color: black;
}

.legal p {
  max-width: 100%;
}

.legal-page {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  background-color: #efebe1;
}

.legal-page footer {
  display: flex;
  align-items: center;
  justify-content: center;
}

.legal-links {
  display: flex;
  flex-direction: row;
  gap: 5px;
}

.legal-links a {
  font-size: 0.5em;
}

.yt {
  position: relative;
  background-color: #f0ebe1;
}

.space {
  height: 14px;
}

.youtube {
  aspect-ratio: 16 / 9;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../assets/images/schattovits.at_Video_Preview\ Image.webp");
  background-position: center;
  background-size: cover;

  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 14px);
}

#youtube2 {
  background-image: url("../assets/images/Previewbild_All\ Dein\ Zartes.png");
}

#youtube3 {
  background-image: url("../assets/images/Previewbild_Herbstliacht.webp");
}

.youtube img {
  max-width: 150px;
  width: 100%;
  cursor: pointer;
}

.youtube-title {
  position: absolute;
  bottom: 5%;
  left: 5%;
  color: white;
}

.hidden {
  display: none;
}

iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  border: none;
  margin-bottom: -6px;
  cursor: pointer;
  z-index: 0;
}

/* Media Queries */

@media only screen and (max-width: 1400px) {
  .video-section-text {
    padding: 0 10%;
  }

  .video-section-text p {
    font-size: 40px;
  }
}

@media only screen and (max-width: 1200px) {
  .container {
    padding: 60px;
  }

  .video-section-text {
    padding: 0 10%;
  }

  .bg2 {
    background-position: center;
    height: 500px;
  }

  .container-small h2 {
    font-size: 1.5em;
  }
}

@media only screen and (max-width: 992px) {
  .info-grid {
    grid-template-columns: 100%;
  }

  .info-grid {
    padding: 0;
  }

  .info-grid img {
    width: 100%;
    max-width: 200px;
  }

  .container-small {
    gap: 20px;
  }

  .hero-section-content img {
    width: 500px;
  }

  .hero-section-content {
    gap: 20px;
  }

  .grid-song {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 30px;
  }

  .dark .grid-song .btn {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .grid-song .btn {
    margin: 0 auto;
  }

  .grid-song img {
    max-width: 500px;
  }

  .song {
    margin: 0;
    gap: 10px;
  }

  .backstage-text {
    grid-template-columns: 1fr;
  }

  .backstage-text .btn {
    margin-bottom: 30px;
  }

  .backstage-text p {
    padding: 0;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  #video-control img {
    width: 20%;
  }
}

@media only screen and (max-width: 768px) {
  body {
    font-size: 1.6em;
  }

  .hero-section-content img {
    max-width: 500px;
    padding: 0 20px;
    width: 100%;
  }

  h2 {
    font-size: 1.2em;
  }

  .container {
    padding: 30px;
  }

  .container-video-section {
    grid-template-columns: 1fr;
  }

  .video-section-text {
    display: block;
    padding: 30px;
  }

  .video-section-text p {
    font-size: 30px;
  }

  .container-small h2 {
    font-size: 1.3em;
  }

  .gridx3 {
    justify-items: center;
    grid-template-columns: 100%;
  }

  footer a {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 600px) {
  .hero-section {
    background-position: 25%;
  }

  .dark .btn {
    margin: 25px auto;
  }

  .legal-links {
    text-align: center;
  }

  .wave {
    display: none;
  }

  .legal {
    padding: 20px;
  }

  .youtube img {
    max-width: 70px;
  }

  .youtube-title {
    font-size: 13px;
  }
}

@media only screen and (max-height: 450px) {
  .hero-section-content {
    gap: 0px;
  }
}
