/* RESET & GRUNDSTIL */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Inter', sans-serif;
  background: url('img/bg-frido.jpg') no-repeat center center fixed;
  background-size: cover;
  color: #f2f2f2;
  line-height: 1.6;
  scroll-behavior: smooth;
  position: relative;
  z-index: 0;
}

body::before {
  content: '';
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.4); /* dunkelt Bild leicht ab */
  z-index: -1;
}


a {
  color: inherit;
  text-decoration: none;
}

/* HERO VIDEO HINTERGRUND */
header.hero {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.video-bg video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -33%);
  object-fit: cover;
  z-index: -2;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: -1;
}

.hero-content.horizontal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  gap: 2rem;
}

.logo-side {
  max-height: 180px;
  width: auto;
}

.hero-text {
  max-width: 500px;
}

.hero-text h1 {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}
.nowrap {
  white-space: nowrap;
}


.hero-text p {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.cta {
  background: #c0392b;
  color: white;
  padding: 0.6rem 1.2rem;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-right: 1rem;
  transition: background-color 0.3s ease;
}

.cta:hover {
  background-color: #e74c3c;
}

.sound-btn {
  background: transparent;
  border: 1px solid white;
  color: white;
  padding: 0.5rem 1rem;
  cursor: pointer;
}

.sound-btn.cta-like {
  background: transparent;
  border: 2px solid #c0392b;
  color: #c0392b;
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 1rem;
  transition: all 0.3s ease;
}
.sound-btn.cta-like:hover {
  background: #c0392b;
  color: white;
}


/* SCROLL-DOWN & SCROLL-UP */
.scroll-down {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 2rem;
}

.scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #444;
  color: white;
  padding: 0.6rem 0.8rem;
  border-radius: 50%;
  font-size: 1.4rem;
  cursor: pointer;
  z-index: 99;
}

/* NAVIGATION */
.navbar {
  background-color: #111;
  padding: 1rem;
  position: sticky;
  top: 0;
  z-index: 10;
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 2rem;
}

.nav-links li a {
  color: white;
  font-weight: 500;
}

.burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.burger span {
  width: 25px;
  height: 3px;
  background: white;
}

/* SEKTIONEN */
section {
  padding: 80px 10%;
  text-align: center;
}

section p {
  text-align: left;
  max-width: 700px;
  margin: 0 auto 2rem auto;
}


h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2.2rem;
  margin-bottom: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

h2::after {
  content: '';
  display: block;
  width: 40px;
  height: 3px;
  background: #c0392b;
  margin: 12px auto 0;
}



footer {
  text-align: center;
  padding: 40px 0;
  background: #000;
  color: #999;
  font-size: 0.9rem;
}

/* MERCH-BEREICH */
.merch-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  margin-top: 2rem;
}

.merch-item img {
  width: 220px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.4);
}

/* SHOP-KACHEL */
.shop-box {
  margin-top: 2rem;
  text-align: center;
  background-color: #c0392b;
  padding: 0.8rem 1.2rem;
  color: white;
  font-size: 1.1rem;
  font-weight: bold;
  border-radius: 8px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
  transition: background-color 0.3s ease;
}


.shop-box:hover {
  background-color: #e74c3c;
}

/* LADEANIMATION */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.5s ease;
}

#preloader.fade-out {
  opacity: 0;
  pointer-events: none;
}

/* ZITAT ANIMATION */
.zitat-section {
  padding: 100px 10%;
  background: transparent;
}

.zitat-wrapper {
  max-width: 800px;
  margin: auto;
  position: relative;
  padding-left: 20px;
}

.zitat-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background-color: #c0392b;
}

.zitat-wrapper p {
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem;
  font-style: italic;
  line-height: 1.6;
  color: #fff;
  text-align: center;
  quotes: "“" "”";
  margin: 0;
}

.zitat-wrapper p::before {
  content: open-quote;
  font-size: 2rem;
  margin-right: 0.2em;
}

.zitat-wrapper p::after {
  content: close-quote;
  font-size: 2rem;
  margin-left: 0.2em;

}


@keyframes zoomFade {
  0% {
    transform: scale(1.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

#preloader img {
  max-width: 200px;
  width: 60%;
  height: auto;
  animation: zoomFade 1.2s ease-in-out forwards;
}
#instagram {
  padding: 60px 5%;
  background: transparent;
  color: #fff;
  text-align: center;
}

#instagram h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
}

.insta-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  max-width: 900px;
  margin: 0 auto;
}

.insta-grid a {
  display: block;
  overflow: hidden;
  border-radius: 8px;
}

.insta-grid img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

.insta-grid a:hover img {
  transform: scale(1.05);
}

.spotify-embed {
  max-width: 600px;
  margin: 2rem auto;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  border-radius: 12px;
  overflow: hidden;
}
.spotify-embed a.cta {
  display: inline-block;
  margin-top: 1.5rem;
}

.agentur-zeile {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 1rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.agentur-logo-inline {
  width: 32px;
  height: auto;
  opacity: 0.8;
}

.agentur-name-inline {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.3px;
}

.follow-label {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 0.3rem;
  max-width: 700px;
  margin: 1.5rem auto 0.3rem auto;
  text-align: left;
  color: #f2f2f2;
}

#cookie-banner {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.95);
  color: white;
  padding: 20px;
  text-align: center;
  z-index: 1000;
  font-family: 'Inter', sans-serif;
}

#cookie-banner a {
  color: #fff;
  text-decoration: underline;
}

#cookie-banner button {
  margin-left: 20px;
  padding: 10px 20px;
  background: #fff;
  color: #000;
  border: none;
  font-weight: bold;
  cursor: pointer;
  font-family: 'Inter', sans-serif;
  transition: all 0.2s ease-in-out;
}

#cookie-banner button:hover {
  background: #ff3366;
  color: #fff;
}



/* RESPONSIVE DESIGN */
@media screen and (max-width: 768px) {
  body {
    background-image: url('img/bg-frido-mobil.png');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-attachment: scroll; /* wichtig! */
  background-color: #000;
  }

  .hero-content.horizontal {
    flex-direction: column;
    text-align: center;
  }

.hero-text {
  text-align: center;
}


  .sound-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem auto 0 auto;
  padding: 0.5rem 1rem;
  text-align: center;
  max-width: fit-content;
}


  .logo-side {
    max-height: 140px;
  }

  .nav-links {
    display: none;
    flex-direction: column;
    gap: 1rem;
  }

  .nav-links.active {
    display: flex;
  }

  .burger {
    display: flex;
  }

  .merch-gallery {
    flex-direction: column;
    align-items: center;
  }

  .shop-box {
    font-size: 1rem;
    width: 80%;
  }

  .zitat-wrapper blockquote {
    font-size: 1.2rem;
  }

  .insta-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .agentur-zeile {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  .agentur-logo-inline {
    width: 40px;
  }
  section p {
    text-align: center;
  }
 #kontakt p,
#kontakt .agentur-zeile,
#kontakt .follow-label {
  text-align: center;
  align-items: center;
  justify-content: center;
}
#kontakt .agentur-zeile {
  flex-direction: column;
}

}


