/* Hintergrund für die Component Section */
.t4-content,
.component,
.t4-mainbody,
.main-content {
  background-color: #ffffff !important;
  max-width: 100% !important;  
  padding: 2rem;                         /* Etwas Innenabstand für schöne Ränder */
  border-radius: 0.5rem;                 /* Optional: leicht abgerundet */
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05); /* Optional: sanfter Schatten */
}
