p {
  font-size: 18px;
}

#footer {
  display: none;
}

/* ===== Kartenbilder ===== */

.card-image img {
  width: 100%;
  max-height: 400px;
  object-fit: contain;
}

/* ===== Logo ===== */

.navbar-brand img {
  height: 75px !important;
  width: auto !important;
}

.logo-with-title {
  display: flex;
  align-items: center;
}

/* ===== Vorstand ===== */

.vorstand-wrapper {
  max-width: 900px;
}

.vorstand-img {
  width: 30%;
  height: auto;
  display: block;
  margin-bottom: 1rem;
}

.vorstand-table {
  border-collapse: collapse;
}

.vorstand-table td {
  padding: 0.4rem 1rem 0.4rem 0;
  vertical-align: top;
}

/* Mobile */
@media (max-width: 768px) {
  .vorstand-img {
    width: 100%;
  }
}

/* ===== Vorstand Cards (2x2) ===== */

.vorstand-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  margin-top: 1.5rem;
}

.vorstand-card {
  background: #fff;
  border-top: 6px solid #333;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  padding: 2.2rem 1.8rem;
  text-align: center;
}

.vorstand-card .name {
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 0.6rem 0;
}

.vorstand-card .role {
  font-size: 1.2rem;
  opacity: 0.7;
  margin: 0 0 2rem 0;
}

.vorstand-card .details {
  font-size: 1.05rem;
  line-height: 1.7;
  white-space: pre-line;
}

@media (max-width: 900px) {
  .vorstand-grid {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 1000px) {
  img.vorstand {
    max-width: 800px;
    display: block;
    margin: 0 auto;
  }
}

table.preise {
  border-collapse: collapse;
  margin-bottom: 20px;
}

table.preise th,
table.preise td {
  border: 1px solid #444;
  padding: 8px 12px;
}

table.preise th {
  background: #f2f2f2;
}

.logo-with-title .navbar-brand{
  display:flex;
  align-items:center;
}

.site-logo{
  display:block;
  height:60px;
  width:auto;
}

/* ===== Startseite: 2-Spalten-Layout ===== */

.home-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 2rem;
  align-items: start;
}

.home-main {
  min-width: 0;
}

.home-sidebar {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 1.25rem;
}

.home-sidebar a {
  display: block;
  text-decoration: none;
  color: inherit;
}

.home-sidebar img {
  width: 100%;
  height: auto;
  display: block;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.home-sidebar a:hover img {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.18);
}

.home-sidebar-caption {
  display: block;
  font-size: 0.85rem;
  line-height: 1.3;
  margin-top: 0.4rem;
  color: #555;
}

@media (max-width: 900px) {
  .home-layout {
    grid-template-columns: 1fr;
  }

  .home-sidebar {
    border-left: none;
    padding-left: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 1.25rem;
  }
}

/* ===== Startseite / Splash ===== */

.splash-container {
  max-width: 800px;
  margin: 2rem auto;
  text-align: center;
}

.splash-image img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 2rem auto;
  border-radius: 6px;
}

.splash-content h1 {
  font-size: 2.4rem;
  font-weight: 400;
  margin: 0.5rem 0;
}

.splash-content h2 {
  font-size: 1.8rem;
  font-weight: 400;
  margin: 0.4rem 0;
}

.splash-content p {
  font-size: 1rem;
  margin: 0.5rem 0;
}

.splash-content a {
  display: inline-block;
  margin-top: 2rem;
  font-size: 1.3rem;
  color: #8a1d1d;
  text-decoration: underline;
}

.splash-content a:hover {
  color: #c22;
}
