/* Desktop */
.wpcf7 label {
    font-size: 18px;
    color: #57E03F;
}

/* Mobile */
@media (max-width: 768px) {
    .wpcf7 label {
        font-size: 15px;
    }
}

/* ===========================
   Mobile Ansicht
=========================== */
@media (max-width: 768px) {

    .kgc-tour-table {
        width: 100%;
        table-layout: fixed;
    }

    .kgc-tour-table th {
        font-size: 18px;
        padding: 8px 6px;
    }

    .kgc-tour-table td {
        font-size: 16px;
        padding: 8px 6px;
        word-break: break-word;
    }

    .tour-date {
        font-size: 16px;
    }

    .kgc-no-shows em {
        font-size: 20px;
    }

    .kgc-no-shows strong {
        font-size: 16px;
    }
}

/* ===========================
   Desktop
=========================== */

.kgc-tour-table {
    width: 100%;
    border-collapse: collapse;
    color: #57E03F;
}

/* Überschriften */
.kgc-tour-table th {
    color: #57E03F;
    border-bottom: 2px solid #57E03F;
    padding: 12px;
    text-align: left;
    font-size: 24px;
    font-weight: bold;
}

/* Tabelleninhalt */
.kgc-tour-table td {
    color: #57E03F;
    border-bottom: 1px solid rgba(87, 224, 63, 0.4);
    padding: 12px;
    font-size: 18px;
}

.kgc-tour-table a {
    color: #57E03F;
    text-decoration: none;
}

.kgc-tour-table a:hover {
    color: #7CFF66;
}

/* Datum */
.tour-date {
    color: #57E03F;
    font-weight: bold;
    font-size: 18px;
}

/* Text unter der Tabelle */
.kgc-no-shows {
    color: #57E03F;
    margin-top: 25px;
}

.kgc-no-shows em {
    color: #57E03F;
    font-size: 24px;
    font-style: italic;
}

.kgc-no-shows strong {
    color: #57E03F;
    font-size: 18px;
}