/* ==========================================================
   marinegruppe.css — TTC Rheindahlen 1950
   Styles for the TTC Marine group page.
   Depends on: variables.css, main.css, bilder.css
   ========================================================== */

/* ── Intro paragraph ─────────────────────────────────────── */

.marine-intro-text {
  font-size: 1.1rem !important;
  color: rgb(var(--text-rgb) / 0.85) !important;
  margin-bottom: 32px;
}

/* ── Gallery section ─────────────────────────────────────── */

.marine-gallery-section {
  border-top: 1px solid var(--border);
  padding-top: 64px;
}

.marine-gallery-section h2 {
  margin-bottom: 32px;
}

