/*
 Theme Name:     Divi Child
 Theme URI:      http://www.elegantthemes.com
 Description:    Divi Child-Theme
 Author:         IT-Service Vosse
 Author URI:     https://it-service-vosse.de
 Template:       Divi
 Version:        2.0.0
*/
 
/* =Ab hier kannst du deine CSS-Anpassungen eintragen
------------------------------------------------------- */
/*! Font poppins Local */

@font-face {
    font-family: 'poppinsbold';
    src: url('/wp-content/themes/divi-child/fonts/poppins-bold-webfont.woff2') format('woff2'),
         url('/wp-content/themes/divi-child/fonts/poppins-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'poppinsregular';
    src: url('/wp-content/themes/divi-child/fonts/poppins-regular-webfont.woff2') format('woff2'),
         url('/wp-content/themes/divi-child/fonts/poppins-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'poppinssemibold';
    src: url('/wp-content/themes/divi-child/fonts/poppins-semibold-webfont.woff2') format('woff2'),
         url('/wp-content/themes/divi-child/fonts/poppins-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
/*! Font Zuweisung */

h1,h2,h3,h4,h5,h6 {
font-family:'poppinssemibold' !important;
}

body {
font-family:'poppinsregular' !important;
}


/***Farbe bei Listenpunkte***/

ul li::marker, 
ol li::marker {
  color: #000000;
}

/* Email protect 
#emailcode
{
color: #1A702D;
font-size: 14px;
}
#emailcode a
{ 
color: #1A702D;
font-size: 14px;
} 
#emailcode a:hover {
  color: #AD8E72;
}
*/