/*
Theme Name:    WEBASMEDIA Child-Theme
Theme URI:     
Description:   
Author:        WEBASMEDIA
Author URI:    https://webasmedia.de
Template:      hello-elementor
Version:       1.0.0
Text Domain:   webasmedia-child
*/

/***********************************************************************
 ***                     Schriftarten festlegen                      ***
 ***********************************************************************/

/* Ueberschriften */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 34px;
    /* font-weight: 0 */
}

/* Fliesstext */
html, body, div, p, blockquote, pre, a, abbr, acronym, address, 
big, cite, code, del, dfn, em, img, ins, kbd, q, 
s, samp, small, strike, strong, sub, sup, tt, var,
b, u, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 18px;
    /* font-weight: 0 */
}

/***********************************************************************
 ***                    FontAwesome Einbindung                       ***
 ***********************************************************************/

/* Standard-FontAwesome Icons */
.fa, .fas {
    font-family: var(--fa-style-family, 'Font Awesome 6 Free') !important;
    font-weight: var(--fa-style, 900) !important;
}

/* Regular */
.far {
    font-family: 'Font Awesome 6 Free' !important;
    font-weight: 400 !important;
}

/* Brands */
.fab {
    font-family: 'Font Awesome 6 Brands' !important;
    font-weight: 400 !important;
}

/***********************************************************************
 ***                  Benutzerdefinierte Aenderungen                 ***
 ***********************************************************************/

