/* === KöllnService Tabellen === */
.koelln-table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #221F20;
  margin: 1.5em 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  overflow: hidden;
}
.koelln-table caption {
  caption-side: top;
  text-align: left;
  font-size: 20px;
  font-weight: 700;
  color: #221F20;
  padding: 10px 0 12px 0;
}
.koelln-table thead th {
  background-color: #0094D9;
  color: #FFFFFF;
  text-align: left;
  padding: 14px 18px;
  font-weight: 600;
  letter-spacing: 0.3px;
  border-bottom: 3px solid #221F20;
}
.koelln-table tbody th {
  background-color: #F4FAFD;
  color: #221F20;
  text-align: left;
  font-weight: 600;
  padding: 12px 18px;
  width: 30%;
  border-bottom: 1px solid #E5E7EB;
}
.koelln-table tbody td {
  padding: 12px 18px;
  border-bottom: 1px solid #E5E7EB;
  vertical-align: top;
}
.koelln-table tbody tr:last-child th,
.koelln-table tbody tr:last-child td {
  border-bottom: none;
}
.koelln-table tbody tr:hover td,
.koelln-table tbody tr:hover th {
  background-color: #EAF6FC;
}

/* === KöllnService Listen (für Zusatzleistungen) === */
.koelln-list {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #221F20;
  padding-left: 1.2em;
  margin: 1em 0 1.5em 0;
}
.koelln-list li {
  margin-bottom: 0.6em;
  line-height: 1.5;
}
.koelln-list li::marker {
  color: #0094D9;
  font-weight: 700;
}
.koelln-list strong {
  color: #0094D9;
}

@media (max-width: 600px) {
  .koelln-table thead th,
  .koelln-table tbody th,
  .koelln-table tbody td {
    padding: 10px 12px;
    font-size: 15px;
  }
}
.koelln-table,
.koelln-table th,
.koelln-table td {
  border: 1px solid #221F20 !important;
}
.koelln-table thead th {
  background-color: #0094D9 !important;
  color: #FFFFFF !important;
}