/* Gesamter Hintergrund des Moduls */
.termin-slider-wrapper {
    background: #f7f5f1;
    padding: 20px;
    border-radius: 4px;
}

/* Boxen */
.termin-item {
    background: #ffffff;
    border-radius: 6px;
    padding: 20px;
    height: 100%;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.termin-item h4 {
    margin-top: 0;
    font-weight: 600;
    color: #333;
}

.termin-item p {
    color: #555;
}

/* ganz wichtig: verhindert rechts herausragende Inhalte */
#terminCarousel,
#terminCarousel .carousel-inner,
#terminCarousel .carousel-item {
    overflow: hidden;
}

/* verhindert horizontales Scrollen */
.carousel-item {
    width: 100%;
}



