/* Rock On – projektspezifische Styles */

/* Band Mitglieder – Bilder */
.artists-thumb {
  margin-bottom: 0;
}

.artists-thumb .artists-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
  border: 1px solid #ddd;
}

/* Gelbe Textbox – immer sichtbar, zentriert in der Spalte */
.artists-text-box {
  background: #704010;
  padding: 1.25rem;
  border-radius: 8px;
  line-height: 1.4;
  max-width: 420px;
}
.artists-text-box p {
  color: #fff !important;
}

/* Mobile: immer Bild, dann Text (unabhängig von Desktop-Reihenfolge) */
@media (max-width: 991.98px) {
  .artists-section .col-lg-6 {
    width: 100%;
    flex: none;
  }

  .artists-section .row.align-items-center {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .artists-section .artist-photo {
    order: 1;
  }

  .artists-section .artist-info {
    order: 2;
  }
}

.partner-tech-box {
  max-width: 520px;
  margin: 2.5rem auto 0;
  padding: 1.25rem 1.5rem;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid #704010;
  border-radius: var(--border-radius-medium);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
}

.partner-tech-role {
  margin: 0 0 0.25rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #704010;
}

.partner-tech-name {
  margin: 0 0 0.75rem;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--dark-color);
}

.partner-tech-desc {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--p-color);
}

.partner-tech-desc a {
  color: #704010;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.partner-tech-desc a:hover {
  color: var(--secondary-color);
}

/* Kontakt – gleicher Hintergrund wie „Über“ */
.contact-section,
#section_4 {
  background-color: #704010;
  position: relative;
}

.contact-form-notice {
  margin-bottom: 1rem;
  font-weight: 500;
}
