.bg_basic {
	background-color: rgba(250, 235, 215, 0.5); /* Blatt-Farbe von "Praxispapier 2025" | 4.Wert ist Opacity */
}
.bg_basic_opac0 {
	background-color: rgba(250, 235, 215, 0) !important; /* war [Stand 2025.10.17] leider notwendig um default table-bg zu überschreiben (ohne !important ging es nicht!!!!), ewig in U388T rumprobiert */
}
.datenschutzerklaerung p, .datenschutzerklaerung table, .datenschutzerklaerung ul {
	font-size:1.2em;
}
.padding_index_carouselwidth {padding:0.7rem;} /* so am 2025.11.20 getestet und passte (Desktop und am S20 FE ideal - index.php-Content unterhalb Carousel IDENTISCH BREIT wie Carousel) */

/* ____________________ Links ____________________ */
a.zpea {
  color:brown;
}
a.zpea:visited {
}
a.zpea:focus, a.zpea:hover {
  text-decoration: none;
}
a.zpea:active {
}