/*
 Theme Name:     Devpool Divi
 Theme URI:      https://deine-seite.de
 Description:    Child Theme für Divi 4.27.4
 Author:         Hendrik Röske
 Author URI:     https:/www.dev-pool.de
 Template:       Divi
 Version:        1.0.0
 Text Domain:    devpool-divi
*/

h1, h2, h3 , h4 {
	color: #1b506e;
}

h1 {
	padding-bottom:15px;	
}

h2 {
	padding-top: 38;
	padding-bottom:25px;	
}

p, li {
	font-size: 18px;
}

a {
	color: #f78f2f;
}

code {
  
  font-family: monospace;
  background-color: #fff0f0;
  padding: 2px 5px;
  border-radius: 4px;
}

hr {
    border: none;
    height: 2px;
    background-color: #1b506e;
  }
