.carousel-caption.d-none.d-md-block {
    background: #000000;
    opacity: 0.75;
}
table.uk-table tr td.horseblue {
    background: #E2E5FB;
    border: 1px solid #ddd;
}
table.uk-table tr td.horsered {
    background: #ffe3eb;
    border: 1px solid #ddd;
}
table.uk-table caption{caption-side: top;}



/* Container für Text über Bild */
.text-over-image {
    position: relative;
    text-align: center;
    color: white;
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 20px;
    font-family: 'Lato', sans-serif;
    /* modern, freundlich */
}

/* Hintergrundbild setzen */
.text-over-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('dein-bild.jpg') center/cover no-repeat;
    z-index: -1;
    filter: brightness(0.6);
    /* dunkelt das Bild etwas ab für bessere Lesbarkeit */
    border-radius: 10px;
    /* optional */
}

/* Überschrift glossy */
.text-over-image h2 {
    font-size: 48px;
    font-weight: 900;
    margin-bottom:20px;
    text-transform: uppercase;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.2));
    -webkit-background-clip: text;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
    color:#FFFFFF;
}

/* Fließtext */
.text-over-image p {
    font-size: 18px;
    line-height: 1.6;
    color: white;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
    max-width: 700px;
    margin: 0 auto 20px auto;
}

/* Responsive Anpassungen */
@media (max-width: 768px) {
    .text-over-image h2 {
        font-size: 36px;
    }

    .text-over-image p {
        font-size: 16px;
    }
}
.mod-articles-item {
    margin-bottom: 20px;
}

.headline-border .item-title {
    border-bottom: none;
}
