*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

html, body {
  font-family: Arial, sans-serif;
  color: white;
  background: url('media/pictures/logobackground.png') no-repeat center center fixed;
  background-size: cover;
  align-items: center;
  justify-content: center;
  padding: 0px;
  min-height: 100vh;
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #000;
  overscroll-behavior: none;
}

body.rele {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow-x: hidden;
  font-family: Arial, sans-serif;
  background: #121212;
  color: #eee;
  position: relative;
  z-index: 0;
}

body.rele .releases {
  margin-top: 120px;
}

html {
  padding: 0;
}

body.impressum {
  background: url('media/pictures/logobackground.png') no-repeat center center fixed;
  background-size: cover;
  color: #ccc;
  font-family: Arial, sans-serif;
  padding: 0px;
  margin: 0;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 47px; /* Abstand vom oberen Rand */
}

.impressum-logo {
  width: 90%;
  height: auto;
  z-index: 2;
  user-select: none;
  max-width: 350px;
  margin-top: -40px;
}

.container.impressum {
  background-color: #1e1e1e;
  border-radius: 10px;
  box-shadow: 0 0 30px rgba(0,0,0,0.8);
  max-width: 900px;
  max-height: 60vh;
  padding: 30px 40px;
  overflow-y: scroll; /* Scrollbar immer anzeigen */
  color: #ccc;
  line-height: 1.6;

  /* Firefox Scrollbar */
  scrollbar-width: auto;
  scrollbar-color: #ffffff #1e1e1e;
}

/* Chrome, Safari, Edge Scrollbar */
.container.impressum::-webkit-scrollbar {
  width: 10px;
}

.container.impressum::-webkit-scrollbar-track {
  background: #1e1e1e;
}

.container.impressum::-webkit-scrollbar-thumb {
  background-color: #ffffff;
  border-radius: 10px;
  border: 2px solid #1e1e1e;
}

.bgImage {
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: url("media/pictures/background.jpg") center center/cover no-repeat;
  z-index: -2;
}

#bgVideo {
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.description {
  max-width: 900px;
  margin-top: 30px;
  padding: 0 15px;
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
  color: #ccc;
  user-select: text;
}

.separator {
  width: 80%;
  height: 1px;
  background: #09f446;
  margin: 40px auto;
  opacity: 0.6;
  border-radius: 2px;
}


.center-logo, .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 0px;
  margin-top: 107px;
  flex-direction: column;
}

.shop.center-logo {
  margin-top: 0px;
}

.center-logo img {
  max-width: 350px;
  width: 90%;
  height: auto;
  user-select: none;
  pointer-events: none;
}


.main-title {
  margin-top: 20px;
  font-size: 30px;
}

.cd {
  background: #111;
  border-radius: 10px;
  padding: 20px;
  width: 380px;
  margin: 40px auto;
}

.cd img {
  width: 100%;
  border-radius: 8px;
  display: block;
  margin: 0 auto 15px auto;
}

.cd-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  max-width: 1000px;
  margin: 40px auto;
}


.paypal-btn {
  display: inline-block;
  margin-top: 15px;
  background-color: #09f446;
  color: #000;
  font-weight: bold;
  padding: 8px 14px;
  border-radius: 6px;
  font-size: 14px;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.paypal-btn:hover {
  background-color: #09f446;
  transform: scale(1.05);
  color: #000;
  text-decoration: none;
}

.main-nav {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 1;
}

.main-nav ul {
  list-style: none;
}

.main-nav li {
  display: inline-block;
  margin: 0 20px;
}

.main-nav a {
  font-size: 18px !important;
  font-weight: bold;
  color: white;
  text-decoration: none;
  transition: color 0.3s;
}

.main-nav a:hover {
  color: #09f446;
}

#toggleVideo {
  position: absolute;
  bottom: 20px;
  right: 20px;
  padding: 10px 20px;
  background: rgba(0,0,0,0.5);
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  z-index: 1;
}

.releases {
  position: relative;
  max-width: 800px;
  margin-left: 20px;
  padding: 40px 20px;
  background: rgba(0, 0, 0, 0.6); /* halbtransparenter dunkler Hintergrund für bessere Lesbarkeit */
  border-radius: 12px;
  z-index: 1;
}

.releases h1 {
  font-size: 2em;
  margin-bottom: 30px;
    text-align: center; /* ← Zentriert den Text */
  width: 100%;         /* ← Nutzt die volle Breite des Containers */
}

.releases h1 {
  font-size: 2em;
  margin-bottom: 30px;
}


.impressum h1 {
  color: #09f446;
  margin-bottom: 20px;
  text-align: center;
}

.address-block {
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.5;
  font-size: 15px;
  color: #aaa;
}

.impressum p {
  margin-bottom: 25px;
  font-size: 16px;
}

.highlight {
  color: #09f446;
  font-weight: bold;
}

.impressum hr {
  border: 0;
  border-top: 1px solid #444;
  margin: 40px 0;
}


.track {
  background: #222;
  margin-bottom: 30px;
  padding: 15px;
  border-radius: 8px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  max-width: 800px;
}

.track-cover {
  width: 300px;
  height: 300px;
  object-fit: cover;
  border-radius: 6px;
  flex-shrink: 0;
}

.track-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  height: 300px;
}

.track-title {
  font-size: 1.4em;
  margin: 0 0 5px;
}

.player-controls {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  margin-bottom: 10px;
}

.play-btn {
  width: 40px;
  height: 40px;
  background: #000000;
  border: none;
  border-radius: 50%;
  color: white;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.play-btn:hover {
  background: #09f446;
}

.progress-container {
  flex-grow: 1;
  height: 6px;
  background: #444;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  max-width: 300px;
}

.progress {
  background: #09f446;
  height: 100%;
  width: 0%;
  border-radius: 3px;
}

.time {
  font-size: 0.8em;
  width: 45px;
  text-align: center;
}

.socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.social-icons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: -30px;
    margin-top: -40px;
    padding: 0 20px;
}

.icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    font-size: 25px;
    text-decoration: none;
}



.social-icons img {
    width: 300px;
    height: 300px;
    transition: transform 0.3s ease;
}

.social-icons img:hover {
    transform: scale(1.2);
}

.socials a img {
  width: 44px;
  height: 44px;
  filter: brightness(0) invert(1);
  transition: transform 0.2s;
}

.socials a img:hover {
  transform: scale(1.2);
}

.social-icons img {
  width: 300px;
  height: 300px;
  transition: transform 0.3s ease;
  filter: drop-shadow(0 0 10px white);
}

.logo-title {
    text-align: center;
    margin-top: 100px;
}

.logo-title img {               /* SOCIALS LOGO GRößE */
    max-width: 350px;
    width: 90%;
    height: auto;
    margin-top: 7px;
}

.title {
    text-align: center;
    font-size: 34px;
    margin-top: 300px;
}

.green-note {
  color: #09f446;
  text-shadow: 0 0 5px #09f446, 0 0 10px #09f446;
}


@media (max-width: 768px) {
  .track {
    flex-direction: column;
    align-items: center;
    height: auto;
  }
  .track-cover {
    width: 80vw;
    height: auto;
  }
  .track-info {
    height: auto;
  }
  .progress-container {
    max-width: 100%;
  }
  .releases {
    margin-left: auto;
    margin-right: auto;
    max-width: 100vw;
  }

  .center-logo img {
    max-width: 90vw;
  }

  .description {
    font-size: 16px;
    max-width: 90vw;
  }

  .progress-container {
    max-width: 100%;
  }

  .social-icons {
      gap: 25px;
  }

  .social-icons img {
      width: 160px;
      height: 160px;
  }

  .icon-item span {
      font-size: 20px;
  }

  .cd {
    margin: 0;
    text-align: center;
  }

  .impressum .impressum-logo {
    margin-top: -240px;
  }

  .impressum .container {
    width: 90%;
    max-height: 45vh;
  }

}



 /* Mastering seite  */
#text-unter-logo {
  font-size: 20px;
  padding: 10px 20px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
  line-height: 1.6;
    margin-top: -50px;

}

#video-container {
  margin-top: 10px;
  text-align: center;
}

iframe {
  width: 700px;
  height: 394px;
  max-width: 90%;
  border: 2px solid #09f446;
  border-radius: 8px;
}

.linktext {
  margin-top: 20px;
  display: block;
  font-size: 20px;
  color: #09f446;
  text-decoration: none;
}

.linktext:hover {
  text-decoration: underline;
}


.container {
  max-width: 900px;
  width: 100%;
  /* background: #1e1e1e; */
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
  overflow: hidden;
  margin-top: 55px;
  margin: auto;
  margin-top: 40px;
}

.contact-image {
  width: 39%;
  height: auto;
  display: block;
  margin: 40px auto 20px;
  margin-top: 67px;
}

form {
  padding: 20px;
}

h2 {
  text-align: center;
  margin-bottom: 20px;
  color: #ffffff;
}

label {
  display: block;
  margin-top: 12px;
  font-weight: bold;
  color: #ccc;
}

input, textarea {
  width: 100%;
  padding: 10px;
  margin-top: 6px;
  background: #2a2a2a;
  border: 1px solid #444;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
}

input::placeholder,
textarea::placeholder {
  color: #aaa;
}

textarea {
  min-height: 120px;
  resize: none;
}

button {
  margin-top: 20px;
  width: 100%;
  padding: 12px;
  background-color: #09f446;
  border: none;
  border-radius: 4px;
  color: white;
  font-size: 16px;
  cursor: pointer;
}

button:hover {
  background-color: #09f446;
}

