/* ========== GRUNDLAYOUT ========== */
.preise-section {
  padding: 50px 20px;
  max-width: 1100px;
  margin: 0 auto;
  color: #333;
}

.preise-section h1 {
  text-align: center;
  font-size: 2.2rem;
  color: #222;
  margin-bottom: 0.8rem;
}

.breadcrumb {
  text-align: center;
  font-size: 0.95rem;
  color: #666;
  margin-bottom: 2rem;
}

.breadcrumb a {
  color: #0077cc;
  text-decoration: none;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.preise-info {
  background: #f9fafb;
  border-left: 4px solid #0077cc;
  padding: 20px 25px;
  border-radius: 8px;
  margin-bottom: 2.5rem;
}

.preise-info h2 {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
  color: #333;
}

.preise-info p {
  margin-bottom: 0.8rem;
  line-height: 1.6;
}

/* ========== TABELLE ========== */
.preise-heading {
  text-align: center;
  font-size: 1.8rem;
  color: #0077cc;
  margin-bottom: 1.5rem;
}

.preise-tabelle-wrapper {
  overflow-x: auto;
}

.preise-tabelle {
  width: 100%;
  border-collapse: collapse;
  font-size: 1rem;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.preise-tabelle th {
  background-color: #0077cc;
  color: #fff;
  padding: 12px 15px;
  text-align: left;
  font-weight: 600;
}

.preise-tabelle td {
  padding: 12px 15px;
  border-bottom: 1px solid #eee;
  vertical-align: top;
}

.preise-tabelle tr:nth-child(even) {
  background-color: #f9f9f9;
}

.preise-tabelle .wohnungstitel {
  font-weight: bold;
  color: #0077cc;
  font-size: 1.1rem;
}

.preise-tabelle .zusatzinfo {
  font-style: italic;
  color: #555;
  background: #f8f8f8;
  padding: 8px 15px;
}

/* ========== HINWEISBEREICH ========== */
.preise-hinweis {
  text-align: center;
  margin-top: 2.5rem;
  font-size: 0.95rem;
  color: #555;
}

.preise-hinweis a {
  color: #0077cc;
  font-weight: 500;
  text-decoration: none;
}

.preise-hinweis a:hover {
  text-decoration: underline;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 768px) {
  .preise-section h1 {
    font-size: 1.8rem;
  }

  .preise-info {
    padding: 15px 18px;
  }

  .preise-tabelle th, .preise-tabelle td {
    font-size: 0.9rem;
    padding: 10px;
  }

  .preise-tabelle .wohnungstitel {
    font-size: 1rem;
  }
}

.smallprint {
  margin-top: 1rem;
  font-size: 0.92rem;
  color: #444;
}
.smallprint .standhinweis {
  display: block;
  font-size: 0.86rem;
  color: #777;
  margin-top: 0.25rem;
}

