/* === Allgemeines Layout === */
body {
  background-color: #1e1e1e url('../images/page.png') scroll;
  background: url('../images/pageglare.png') no-repeat, url('../images/page.png'), #373D43;
  margin: 0 auto;
  color: #f0f0f0;
  font-family: 'Montserrat', sans-serif;
}

/* === Links & Hover === */
a {
  color: #ff4081;
}
a:hover {
  color: #ff80ab;
}

/* === Menü / Navigation === */
.sp-megamenu-parent > li > a {
  color: #f0f0f0;
}
.sp-megamenu-parent > li:hover > a {
  color: #ffb300;
}

/* === Buttons === */
.btn,
.button {
  background-color: #ff4081;
  color: #ffffff;
  border: none;
}
.btn:hover,
.button:hover {
  background-color: #c2185b;
}

/* === Footer === */
#sp-footer {
  background-color: #121212;
  color: #bbbbbb;
  padding: 40px 0;
}

/* === Module Titles === */
.module-title {
  color: #ffb300;
  border-bottom: 2px solid #ffb300;
  margin-bottom: 20px;
}

/* === Headings === */
h1, h2, h3, h4, h5 {
  color: #ffffff;
  font-weight: 600;
}

/* === Optional: Background-Image in Header === */
#sp-header {
  background: url('/images/rockband-bg.jpg') center center no-repeat;
  background-size: cover;
}

.logo img {
    max-height: 150px; /* oder eine gewünschte Höhe */
    width: auto;       /* proportional skalieren */
    max-width: none !important;
}
