/*
 Theme Name:     Divi Child-Theme
 Theme URI:      http://www.elegantthemes.com
 Description:    Divi Child-Theme
 Author:         oyondo medien agentur
 Author URI:     https://www.oyondo.de
 Template:       Divi
 Version:        1.0.2
*/

/* Custom CSS Styles */
body {
    font-family: Open Sans, Arial, sans-serif;
    font-size: 16px;
    color: #666;
    background-color: #fff;
    line-height: 1.7em;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h2, h3, h4 {
  font-family: 'Oswald', Helvetica, Arial, Lucida, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration-line: underline;
  text-decoration-color: #81c100;
  text-decoration-style: solid;
}
h2 {
    font-size: 36px;
    line-height: 1.6em;
}
p, li {font-size: 16px !important;}
ul {
  list-style-position: inside;
}

li::marker {
  color: #81c100;
}
