/* -------------------------------------------------------- Global -------- */

html,
body
{
  height: 100%;
  margin: 0;
  Overflow-x: hidden;
  background: #000;
  color: #d6d6d6;

  font-family: Arial, Helvetica, sans-serif;
}

a
{
  text-decoration: none;
}

/* -------------------------------------------------------- Header -------- */

.hero
{
  position: relative;

  width: 100%;
  height: 741px;
  min-height: 350px;

  background:
    url('../pics/sonst/titel_bg.png')
    center center / cover no-repeat;

  overflow: hidden;
}

.music
{
  margin-top: 20px;
  position: relative;
  width: 100%;
  height: 250px;
  background: url('../pics/sonst/logo.png') center center / contain no-repeat;
}

/* -------------------------------------------------------- Navigation ---- */

.main-nav
{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 40px;
  z-index: 1050;
}

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

.nav-left,
.nav-right
{
  display: flex;
  align-items: center;
  gap: 30px;
}

.main-nav a
{
  color: #cccccc;

  font-family: "Futura Std", "Futura", sans-serif;
  font-weight: 800;
  font-stretch: condensed;

  font-size: 1.25rem;

  letter-spacing: 2px;
  text-transform: uppercase;

  transition: 0.2s ease;
}


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

/* -------------------------------------------------------- Hero Content -- */

.hero-content
{
  position: absolute;
  top: 50%;
  left: 50%;

  transform: translate(-50%, -50%);

  text-align: center;
}

.hero-title
{
  margin: 0;

  color: #ffffff;

  font-size: 5rem;
  font-weight: 800;
  letter-spacing: 6px;

  text-transform: uppercase;

  text-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
}

.hero-subtitle
{
  margin-top: 15px;

  color: #9f9f9f;

  font-size: 1.2rem;
  letter-spacing: 4px;

  text-transform: uppercase;
}
.title
{
  margin-top: 20px;

  color: #9f9f9f;

  font-size: 2.2rem;
  letter-spacing: 4px;

  text-transform: uppercase;
  text-align: center;
}

/* -------------------------------------------------------- Main ---------- */
main
{
  padding-bottom: 50px;
}

.intro-section
{
  padding: 40px 20px 100px 20px;

  background: #000;
}

.intro-container
{
  max-width: 900px;
  margin: 0 auto;

  text-align: center;
}

.intro-title
{
  margin-bottom: 30px;

  color: #8b0000;

  font-family: "Futura Std", "Futura", sans-serif;
  font-stretch: condensed;
  font-size: 2.4rem;
  font-weight: 400;

  text-transform: uppercase;
  letter-spacing: 3px;
}

.intro-text
{
  letter-spacing: 1px;
  color: #bdbdbd;
  font-size: 1.1rem;
  line-height: 1.9;
}

/* -------------------------------------------------------- Footer -------- */
footer
{
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  padding: 0 25px;
  border-top: 1px solid #161616;
  background: #000;
  z-index: 9999;
}

.footer-wrapper
{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 40px;
  padding: 0px 20px 6px 20px;
}

.footer-text
{
  width: 100%;
  text-align: center;
  font-size: 0.9rem;
  padding-top: 8px;
  color: #c40000;
}

.footer-text a
{
  color: #cccccc;
}

.footer-text a:hover
{
  color: #c40000;
}

/* -------------------------------------------------------- Musik ---- */

.music-container
{
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
}

audio
{
  width: 100%;
}

/* -------------------------------------------------------- Login --------- */

.login-page
{
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0b0b0f;
}

.login-wrapper
{
  width: 900px;
  max-width: 95%;
  padding: 40px;
  display: flex;

  border-radius: 16px;
  overflow: hidden;

  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);

  background: #161616;
}

.login-left
{
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-right
{
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;

  padding: 0 60px 0 0;

  background: #161616;
}

.login-right h2
{
  color: #c40000;
  margin-bottom: 20px;

  font-size: 28px;
  letter-spacing: 1px;

  text-align: center;
}

.input-group
{
  margin-bottom: 20px;
}

.input-group input
{
  width: 100%;
  padding: 12px 14px;

  border: 1px solid #333;
  border-radius: 8px;

  background: #1a1a22;
  color: #fff;

  outline: none;
}

.input-group input:focus
{
  border-color: #b30000;
  box-shadow: 0 0 10px rgba(179, 0, 0, 0.4);
}

.btn
{
  margin-top: 10px;
  padding: 12px;
  width: 100%;

  border: none;
  border-radius: 8px;

  background: linear-gradient(90deg, #8b0000, #ff0000);
  color: #fff;
  font-weight: bold;

  cursor: pointer;
  transition: 0.2s;
}

.btn:hover
{
  opacity: 0.9;
}

/* -------------------------------------------------------- Responsive ---- */

@media (max-width: 600px)
{
  .main-nav
  {
    padding: 15px 20px;
  }

  .nav-wrapper
  {
    flex-direction: column;
    gap: 15px;
  }

  .hero
  {
    height: 520px;
  }

  .hero-title
  {
    font-size: 3rem;
  }

  .hero-subtitle
  {
    font-size: 0.95rem;
  }

  .footer-wrapper
  {
    flex-direction: column;
    text-align: center;
  }

  .login-wrapper
  {
    flex-direction: column;
    height: auto;
  }

  .login-left,
  .login-right
  {
    flex: none;
    width: 100%;
    padding: 40px;
  }
}
.impressum {
  margin: 100px 0px;
  color: #a5a5a5;
}
.impressum h2, h5, .email-link{
  color: #b30000;
}
.tab-content {
  background: #0f0f14;
  padding: 25px;
  border-radius: 12px;
}

.nav-tabs .nav-link.active {
  background: #b30000;
  color: #111;
  border-bottom: 2px solid #b30000;
}
.nav-tabs {
  border-bottom: 2px solid #2a2a2a;
}

.nav-tabs .nav-link.active {
  border-bottom: 2px solid #ff0000;
}

.tab-content {
  border: 1px solid #1f1f2a;
  border-radius: 10px;
}
.nav-tabs .nav-link {
  background: #2a2a2a;
  border: none;
  color: #ff0000;
}

/* ----------------------------------------------------------------- Cover - */

.music-container {
  display: grid;
  gap: 1rem;
}

.track
{
  display: flex;
  gap: 20px;
  align-items: flex-start;
  background: #0a0a0a;
  border: 1px solid #1a1a1a;

  padding: 20px;
  margin-bottom: 20px;

  border-radius: 6px;
}

.track-title
{
  color: #8b0000;
  font-size: 1.2rem;
  margin-bottom: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.track-cover {
  width: 100%;
  max-width: 220px;
  height: auto;
  flex: 0 0 120px;
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 8px;
}

.track-info {
  flex: 1;
  min-width: 0;
}

.track audio {
  width: 100%;
}

@media (max-width: 600px) {
  .track {
    align-items: stretch;
    flex-direction: column;
  }

  .track-cover {
    max-width: 90%;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
  }
  .hero
  {
    height: 45vh;
  }

}
