/* Songlab Startseite – index.css */

body {
  font-family: "Segoe UI", Roboto, Arial, sans-serif;
  color: #00009C;
  background: #fff url("pat.gif") repeat;
  margin: 0;
  text-align: center;
}

header {
  margin-top: 20px;
}

.logo {
  width: 180px;
  height: 90px;
}

main {
  margin-top: 20px;
}

.intro h1, .intro h2 {
  font-family: "Times New Roman", serif;
  margin: 10px 0;
}

.intro h1 {
  font-size: 1.8em;
}

.intro h2 {
  font-size: 1.4em;
}

.emojis {
  font-size: 1.6em;
  margin: 10px 0 25px;
}

/* 🎵 Der große Musik-Button */
.music-button {
  display: inline-block;
  font-size: 1.6em;
  font-weight: bold;
  color: white;
  text-decoration: none;
  background: linear-gradient(180deg, #007BFF, #0056D2);
  padding: 20px 30px;
  border-radius: 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  transition: transform 0.2s, background 0.3s;
  margin-bottom: 30px;
  line-height: 1.3em;
}

.music-button:hover {
  background: linear-gradient(180deg, #339DFF, #007BFF);
  transform: scale(1.05);
}

/* Audio-Bereich */
.audio-block {
  margin-top: 20px;
  font-size: 1em;
  line-height: 1.4em;
}

.audio-block label {
  color: red;
  font-weight: bold;
}

footer {
  font-size: 0.8em;
  color: #222;
  line-height: 1.4em;
  margin: 40px 20px 20px;
}

footer a {
  color: #00009C;
  text-decoration: none;
}

.disclaimer {
  font-style: italic;
  color: #444;
  margin-top: 10px;
}

/* Hidden YouTube Playlist Panel */

/* Versteckt YouTube Panel */
.hidden {
  display: none;
}

/* Panel Design */
.yt-panel {
  width: 320px;
  max-width: 95%;
  background: rgba(255,255,255,0.9);
  border: 2px solid #aaa;
  border-radius: 10px;
  padding: 15px 20px;
  margin: 20px auto 0 auto;
  text-align: left;
  font-family: Arial, sans-serif;
}

/* Überschrift */
.yt-panel h3 {
  margin-top: 0;
  color: #003399;
  font-size: 1.2em;
}

/* Playlist-Liste */
.yt-playlist-list {
  list-style: none;
  padding-left: 0;
}

.yt-playlist-list li {
  margin: 6px 0;
}

.yt-playlist-list a {
  text-decoration: none;
  color: #0000cc;
}

.yt-playlist-list a:hover {
  text-decoration: underline;
}
