/*
Theme Name: Stiftung Lebensraum Rheingau-Taunus
Author: 
Description: Wordpress Child Theme der Stiftung Lebensraum Rheingau-Taunus basierend auf dem Eltern-Theme Divi
Version: 1.0
Template: Divi

This is the child theme for Divi theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

/* ÜBERSCHRIFTEN (Arial Semibold) – Desktop */
h1 {
    font-family: Arial, sans-serif;
    font-size: 48px;
    line-height: 1.2;
    color: #8c1e2e;
    font-weight: 600;
}

h2 {
    font-family: Arial, sans-serif;
    font-size: 36px;
    line-height: 1.3;
    color: #c76357;
    font-weight: 600;
}

h3 {
    font-family: Arial, sans-serif;
    font-size: 28px;
    line-height: 1.3;
    color: #8c1e2e;
    font-weight: 600;
}

h4 {
    font-family: Arial, sans-serif;
    font-size: 22px;
    line-height: 1.4;
    color: #c76357;
    font-weight: 600;
}

h5 {
    font-family: Arial, sans-serif;
    font-size: 18px;
    line-height: 1.4;
    color: #087393;
    font-weight: 600;
}

h6 {
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.4;
    color: #087393;
    font-weight: 600;
}

/* FLIESSTEXT (bleibt) – Desktop */
body {
    font-family: "Verdana", sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: #2C3E50;
}


/* TABLET-Ansicht: Breite zwischen 768px und 980px */
@media (max-width: 980px) and (min-width: 768px) {
    h1 {
        font-size: 40px;
        line-height: 1.25;
    }

    h2 {
        font-size: 32px;
        line-height: 1.3;
    }

    h3 {
        font-size: 26px;
        line-height: 1.35;
    }

    h4 {
        font-size: 20px;
        line-height: 1.4;
    }

    h5 {
        font-size: 18px;
        line-height: 1.4;
    }

    h6 {
        font-size: 16px;
        line-height: 1.4;
    }

    body {
        font-size: 15px;
        line-height: 1.65;
    }
}

/* SMARTPHONE-Ansicht: max. 767px */
@media (max-width: 767px) {
    h1 {
        font-size: 32px;
        line-height: 1.3;
    }

    h2 {
        font-size: 26px;
        line-height: 1.35;
    }

    h3 {
        font-size: 22px;
        line-height: 1.4;
    }

    h4 {
        font-size: 20px;
        line-height: 1.4;
    }

    h5 {
        font-size: 18px;
        line-height: 1.4;
    }

    h6 {
        font-size: 16px;
        line-height: 1.4;
    }

    body {
        font-size: 15px;
        line-height: 1.7;
    }
}

/* LINK-GESTALTUNG GLOBAL */
a {
    color: #8c1e2e;                /* Standard-Linkfarbe */
    font-weight: bold;
    text-decoration: underline;
    font-family: "Verdana", sans-serif;
    transition: color 0.3s ease;
}

a:hover,
a:focus {
    color: #c76357;               /* Hover-Farbe */
    text-decoration: underline;
    font-weight: bold;
}


/* UNTERSTREICHUNG UND FETTUNG AUS BUTTONS ENTFERNEN */
.button,
a.button,
.et_pb_button,
.wp-block-button__link {
    text-decoration: none !important;
    font-weight: normal !important;
}

.button:hover,
a.button:hover,
.et_pb_button:hover,
.wp-block-button__link:hover {
    text-decoration: none !important;
    font-weight: normal !important;
}
