/* Ändert die Hintergrund-Variablen an der Wurzel */
:root {
  --body-bg: #eef2f7 !important;
}

/* Färbt alle Layout-Flächen sowie die Inhalts-Karten (Cards) ein */
body, 
.site-wrapper,
.site-container,
.body-innerwrapper, 
main,
.container-component,
.com-content,
.main-content,
.item-page,
.card,
.card-body,
article {
  background: #dbffff !important;
  background-color: #dbffff !important;
  box-shadow: none !important;
  border: none !important;
}
