.elementor-305 .elementor-element.elementor-element-80b0eef:not(.elementor-motion-effects-element-type-background), .elementor-305 .elementor-element.elementor-element-80b0eef > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#C85A0A;}.elementor-305 .elementor-element.elementor-element-80b0eef > .elementor-container{min-height:260px;}.elementor-305 .elementor-element.elementor-element-80b0eef{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-305 .elementor-element.elementor-element-80b0eef > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-305 .elementor-element.elementor-element-27dcafd{text-align:center;}.elementor-305 .elementor-element.elementor-element-27dcafd .elementor-heading-title{font-size:46px;color:var( --e-global-color-a291686 );}.elementor-305 .elementor-element.elementor-element-bef627f{margin-top:30px;margin-bottom:10px;}.elementor-305 .elementor-element.elementor-element-2484188{text-align:start;}.elementor-305 .elementor-element.elementor-element-2484188 img{width:50%;}:root{--page-title-display:none;}/* Start custom CSS *//* Gesamte Team-Seite optional etwas ruhiger */
.tcs-team-page {
    padding-bottom: 20px;
}

/* Jede Mannschaft als Karte */
.tcs-team-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 24px;
    margin: 0 0 32px 0;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

/* Dezenter Hover */
.tcs-team-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.10);
}

/* Überschrift in der Karte */
.tcs-team-card h2,
.tcs-team-card h3,
.tcs-team-card h4 {
    margin: 0 0 18px 0;
    line-height: 1.2;
}

/* Bilder moderner darstellen */
.tcs-team-card img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 14px;
}

/* Falls unter dem Bild noch Text kommt */
.tcs-team-card p {
    margin-top: 16px;
    line-height: 1.6;
}

/* Mobil etwas kompakter */
@media (max-width: 767px) {
    .tcs-team-card {
        padding: 16px;
        border-radius: 14px;
        margin-bottom: 22px;
    }

    .tcs-team-card h2,
    .tcs-team-card h3,
    .tcs-team-card h4 {
        margin-bottom: 14px;
        font-size: 28px;
    }

    .tcs-team-card img {
        border-radius: 12px;
    }
}/* End custom CSS */