.elementor-kit-149{--e-global-color-primary:#D40000;--e-global-color-secondary:#8F0D22;--e-global-color-text:#171717;--e-global-color-accent:#FFFFFF;--e-global-color-6f7c078:#F5F5F5;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Open Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:transparent;background-image:radial-gradient(at center center, var( --e-global-color-primary ) 0%, #000000F2 57%);}.elementor-kit-149 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* ================================
   RWT SPIELPLAN - WARME PREMIUM VARIANTE V2
   etwas stärker abgesetzt, aber weiterhin dezent
   ================================ */

.rwt-spiel-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-top: 28px;
    align-items: start;
}

.rwt-spiel-card {
    background:
        radial-gradient(circle at top right, rgba(212, 0, 0, 0.10), transparent 42%),
        linear-gradient(180deg, #f4efe8 0%, #ebe4dc 100%);
    border: 1px solid rgba(85, 70, 55, 0.12);
    border-radius: 22px;
    padding: 24px 22px 22px 22px;
    color: #171717;
    box-shadow: 0 12px 28px rgba(40, 30, 20, 0.12);
    position: relative;
    overflow: hidden;
    align-self: start;
    min-height: 205px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.rwt-spiel-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 36px rgba(40, 30, 20, 0.16);
    border-color: rgba(212, 0, 0, 0.18);
}

.rwt-spiel-card::after {
    content: "";
    position: absolute;
    left: 0;
    top: 24px;
    width: 4px;
    height: 64px;
    background: #d40000;
    border-radius: 0 999px 999px 0;
    opacity: 0.95;
}

/* Obere Zeile */

.rwt-spiel-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 18px;
    position: relative;
    z-index: 2;
}

.rwt-spiel-datum {
    background: #d40000;
    color: #ffffff;
    padding: 10px 15px;
    border-radius: 10px;
    font-weight: 850;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.2px;
    white-space: nowrap;
    box-shadow: 0 8px 18px rgba(212, 0, 0, 0.18);
}

.rwt-spiel-art {
    margin-left: auto;
    text-align: right;
    background: rgba(23, 23, 23, 0.05);
    color: #171717;
    padding: 9px 14px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 850;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.9px;
    white-space: nowrap;
    border: 1px solid rgba(23, 23, 23, 0.08);
}

/* Titel */

.rwt-spiel-titel {
    color: #171717;
    font-size: 22px;
    line-height: 1.18;
    font-weight: 850;
    margin: 0 0 15px 0;
    position: relative;
    z-index: 2;
}

/* Infos */

.rwt-spiel-gegner,
.rwt-spiel-info,
.rwt-spiel-ergebnis {
    color: #4d4740;
    font-size: 15px;
    line-height: 1.42;
    margin-top: 7px;
    position: relative;
    z-index: 2;
}

.rwt-spiel-gegner strong {
    color: #171717;
    font-weight: 750;
}

.rwt-spiel-ergebnis {
    margin-top: 15px;
    padding-top: 12px;
    border-top: 1px solid rgba(23, 23, 23, 0.10);
    color: #171717;
    font-weight: 850;
}

/* Keine Spiele vorhanden */

.rwt-keine-spiele {
    background:
        radial-gradient(circle at top right, rgba(212, 0, 0, 0.08), transparent 40%),
        linear-gradient(180deg, #f4efe8 0%, #ebe4dc 100%);
    color: #171717;
    padding: 20px 22px;
    border-radius: 18px;
    border: 1px solid rgba(85, 70, 55, 0.12);
    box-shadow: 0 10px 22px rgba(40, 30, 20, 0.10);
    font-size: 15px;
}

/* ================================
   RWT KOMPLETTER SPIELPLAN - TABELLE
   ================================ */

.rwt-spielplan-table-wrap {
    overflow-x: auto;
    background: #f4efe8;
    border-radius: 22px;
    padding: 10px;
    border: 1px solid rgba(85, 70, 55, 0.12);
    box-shadow: 0 12px 28px rgba(40, 30, 20, 0.10);
}

.rwt-spielplan-table {
    width: 100%;
    border-collapse: collapse;
    color: #171717;
    overflow: hidden;
    border-radius: 16px;
}

.rwt-spielplan-table th {
    text-align: left;
    background: #d40000;
    color: #ffffff;
    padding: 15px 16px;
    font-size: 14px;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

.rwt-spielplan-table td {
    padding: 15px 16px;
    border-bottom: 1px solid rgba(23, 23, 23, 0.08);
    color: #4d4740;
    font-size: 15px;
    background: #f4efe8;
}

.rwt-spielplan-table td strong {
    color: #171717;
}

.rwt-spielplan-table tr:nth-child(even) td {
    background: #ede6de;
}

.rwt-spielplan-table tr:hover td {
    background: rgba(212, 0, 0, 0.045);
}

.rwt-spielplan-table tr:last-child td {
    border-bottom: none;
}

/* ================================
   RESPONSIVE
   ================================ */

@media (max-width: 1200px) {
    .rwt-spiel-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .rwt-spiel-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .rwt-spiel-card {
        border-radius: 18px;
        padding: 21px 18px;
        min-height: auto;
    }

    .rwt-spiel-card::after {
        top: 22px;
        height: 58px;
    }

    .rwt-spiel-top {
        margin-bottom: 16px;
    }

    .rwt-spiel-datum {
        font-size: 13px;
        padding: 9px 12px;
    }

    .rwt-spiel-art {
        font-size: 12px;
        padding: 8px 11px;
        letter-spacing: 0.7px;
    }

    .rwt-spiel-titel {
        font-size: 20px;
    }

    .rwt-spiel-gegner,
    .rwt-spiel-info,
    .rwt-spiel-ergebnis {
        font-size: 14px;
    }
}

@media (max-width: 420px) {
    .rwt-spiel-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .rwt-spiel-art {
        margin-left: 0;
        text-align: left;
    }
}

/* ================================
   RWT PLATZHALTER - KEINE SPIELE
   ================================ */

.rwt-spiel-placeholder {
    background:
        radial-gradient(circle at top right, rgba(212, 0, 0, 0.10), transparent 42%),
        linear-gradient(180deg, #f4efe8 0%, #ebe4dc 100%);
    border: 1px solid rgba(85, 70, 55, 0.12);
    border-radius: 22px;
    padding: 30px 32px;
    color: #171717;
    box-shadow: 0 12px 28px rgba(40, 30, 20, 0.12);
    display: flex;
    align-items: center;
    gap: 24px;
    position: relative;
    overflow: hidden;
    min-height: 180px;
}

.rwt-spiel-placeholder::after {
    content: "";
    position: absolute;
    left: 0;
    top: 26px;
    width: 4px;
    height: 70px;
    background: #d40000;
    border-radius: 0 999px 999px 0;
}

.rwt-placeholder-icon {
    width: 74px;
    height: 74px;
    min-width: 74px;
    border-radius: 20px;
    background: #d40000;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    box-shadow: 0 10px 22px rgba(212, 0, 0, 0.20);
    position: relative;
    z-index: 2;
}

.rwt-placeholder-content {
    position: relative;
    z-index: 2;
}

.rwt-placeholder-kicker {
    color: #d40000;
    font-size: 14px;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 4px;
}

.rwt-placeholder-content h3 {
    color: #171717;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 850;
    margin: 0 0 8px 0;
}

.rwt-placeholder-content p {
    color: #4d4740;
    font-size: 15px;
    line-height: 1.45;
    margin: 0 0 18px 0;
    max-width: 560px;
}

.rwt-placeholder-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #d40000;
    color: #ffffff;
    padding: 10px 16px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
    box-shadow: 0 8px 18px rgba(212, 0, 0, 0.18);
}

.rwt-placeholder-button:hover {
    background: #b80000;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(212, 0, 0, 0.25);
}

@media (max-width: 767px) {
    .rwt-spiel-placeholder {
        flex-direction: column;
        align-items: flex-start;
        padding: 26px 22px;
        gap: 18px;
    }

    .rwt-placeholder-icon {
        width: 62px;
        height: 62px;
        min-width: 62px;
        font-size: 29px;
        border-radius: 18px;
    }

    .rwt-placeholder-content h3 {
        font-size: 21px;
    }

    .rwt-placeholder-content p {
        font-size: 14px;
    }
}

/* Platzhalter sauber unter der Überschrift positionieren */
.rwt-spiel-placeholder {
    margin-top: 26px;
    position: relative;
}

.rwt-placeholder-content {
    padding-top: 2px;
}

@media (max-width: 767px) {
    .rwt-spiel-placeholder {
        margin-top: 18px;
    }
}/* End custom CSS */