/*
Theme Name: Bendi
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Bendi
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 5.5.2.1779201757
Updated: 2026-05-19 14:42:37

*/

/* --- DESKTOP STYLING (für Menüleiste) --- */
@media (min-width: 981px) {
    .loTerminAnfragen > a {
        background-color: #00B2BB !important; /* Das Marken-Türkis */
        color: #ffffff !important;
        padding: 10px 22px !important;
        border-radius: 6px !important; /* Abgerundete Ecken */
        font-weight: 600 !important;
        transition: all 0.3s ease !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;

        /* Resets gegen Divi's eigene Menühöhen */
        height: auto !important;
        line-height: 1.2 !important;

        /* Ausgleich des Divi-Menüabstands zur vertikalen Zentrierung */
        margin-top: 20px !important;
        margin-bottom: 14px !important;

        /* Eleganter Schatten */
        box-shadow: 0 4px 6px -1px rgba(0, 178, 187, 0.15), 0 2px 4px -1px rgba(0, 178, 187, 0.1);
    }

    /* Hover-Effekt */
    .loTerminAnfragen > a:hover {
        background-color: #1CA1A9 !important; /* Hover-Farbe */
        color: #ffffff !important;
        transform: translateY(-1px);
        box-shadow: 0 10px 15px -3px rgba(0, 178, 187, 0.25), 0 4px 6px -2px rgba(0, 178, 187, 0.15);
    }

    /* Blendet standardmäßige Divi-Unterlinien bei Hover/Active aus */
    .loTerminAnfragen > a::after {
        display: none !important;
    }
}

/* --- MOBILE STYLING (für das Hamburger-Menü) --- */
@media (max-width: 980px) {
    .loTerminAnfragen > a {
        background-color: #00B2BB !important;
        color: #ffffff !important;
        padding: 12px 15px !important;
        border-radius: 6px !important;
        font-weight: 600 !important;
        text-align: center !important;
        display: block !important;
        margin: 10px 0 !important;

        /* Resets für Mobile */
        line-height: 1.2 !important;
        height: auto !important;
    }
}
