/* ------------------------------------------------------------------
   Nachträgliche Anpassungen zur statischen Fassung von
   www.value-coaching.net. Wird als letzte Datei geladen und
   überschreibt daher die Regeln des alten Joomla-Templates.
   ------------------------------------------------------------------ */

/* --- Modulüberschriften ------------------------------------------
   Die blaue Linie steckt als border-bottom an einem <span>. Bei einer
   Überschrift, die über mehrere Zeilen läuft, zeichnet der Browser
   diese Linie unter JEDER Zeile - der Text wirkt durchgestrichen.
   Als inline-block bekommt der Kasten nur eine Linie, ganz unten. */
.title h3.module-title span {
    display: inline-block;
}

/* --- Termintabellen auf schmalen Bildschirmen ----------------------
   Statt fünf gequetschter Spalten je Termin ein eigener Block mit
   vorangestellter Beschriftung. */
@media (max-width: 680px) {

    table.vc-termine,
    table.vc-termine tbody,
    table.vc-termine tr,
    table.vc-termine td {
        display: block;
        width: auto !important;
        height: auto !important;
    }

    table.vc-termine {
        border-collapse: collapse;
        margin-bottom: 18px;
    }

    table.vc-termine tr.vc-kopf {
        display: none;
    }

    table.vc-termine tr {
        padding: 12px 0;
        border-bottom: 1px solid #e0e0e0;
    }

    table.vc-termine tr:last-child {
        border-bottom: 0;
    }

    table.vc-termine td {
        padding: 2px 0 !important;
        text-align: left !important;
        vertical-align: baseline !important;
        border: 0 !important;
    }

    table.vc-termine td p {
        display: inline;
        margin: 0;
    }

    table.vc-termine td[data-spalte]::before {
        content: attr(data-spalte) ": ";
        display: inline-block;
        min-width: 10.5em;
        padding-right: 6px;
        font-weight: 600;
        color: #555;
    }

    table.vc-termine td.vc-datum {
        font-size: 1.1em;
        font-weight: 700;
        color: #173a7a;
        padding-bottom: 6px !important;
    }

    table.vc-termine td.vc-knopf {
        padding-top: 10px !important;
    }

    table.vc-termine td.vc-leer {
        display: none;
    }

    /* --- Ortsliste der Seminarhotels ------------------------------
       Die feste Spaltenbreite von 20 % lässt auf dem Telefon kaum
       Platz für den Hotelnamen. */
    table.vc-liste {
        table-layout: auto !important;
        width: 100% !important;
    }

    table.vc-liste td {
        width: auto !important;
        padding: 4px 10px 4px 0 !important;
    }
}

/* --- Referenz-Slider auf schmalen Bildschirmen ----------------------
   Die umbrechende Modulüberschrift lag über den beiden Pfeilen und
   fing die Berührung ab. Platz für die Pfeile freihalten. */
@media (max-width: 680px) {
    .t3-module.testimonial h3.module-title {
        padding-right: 80px;
    }
    .t3-module.testimonial .sprocket-features-arrows .arrow {
        z-index: 2;
    }
}

/* --- Social-Symbole im Footer ----------------------------------------
   Der feste "Nach oben"-Knopf unten rechts lag am Seitenende über dem
   dritten Symbol (YouTube). Symbole daher etwas nach links rücken. */
@media (min-width: 681px) {
    .sp_social.footer-social {
        margin-right: 52px;
    }
}

/* Startseite: Hauptueberschrift (H1) und Unterueberschrift (H2), SEO 09/2026 */
#services .custom h1.vc-startseite-h1 {
    font-size: 32px;
    line-height: 38px;
    margin: 20px 0 8px;
}
#services .custom h2.vc-startseite-h2 {
    font-size: 22px;
    line-height: 28px;
    margin: 0 0 10px;
}
@media (max-width: 680px) {
    #services .custom h1.vc-startseite-h1 { font-size: 26px; line-height: 31px; }
    #services .custom h2.vc-startseite-h2 { font-size: 19px; line-height: 25px; }
}
