/*
 Theme Name:     Braco.global
 Theme URI:      http://www.elegantthemes.com
 Description:    Child Theme for Divi Theme by Elegant Themes
 Author:         algrx
 Author URI:     http://divi.world
 Template:       Divi
 Version:        1.0.0
*/
 
/* =Ab hier kannst du deine CSS-Anpassungen eintragen
------------------------------------------------------- */
h1, h2, h3, h4 {
-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;
}

p {
-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;
-webkit-hyphenate-limit-lines: 2;
        hyphenate-limit-lines: 2;
-webkit-hyphenate-limit-chars: auto 3;
        hyphenate-limit-chars: auto 3;
} 


/** headers */


body, p, li, a {font-family: "motiva-sans",sans-serif !important; 
}
	

h1 {
	font-family: "motiva-sans",sans-serif !important; 
    font-size: 32px;
	line-height:32px;
 	 color:#DD9933 !important;
	}

h2, {
	font-family: "motiva-sans",sans-serif !important;  
    line-height:25px;
	color:#534474;
	}
  
 h3 {
	font-family: "motiva-sans",sans-serif !important; 
    font-size: 24px;
    font-weight: 600;
	letter-spacing:90%;
     line-height:26px;
     color:#666666 !important;
     margin-top: 65px;
     margin-bottom: 25px;
    }

 h4 {
	font-family: "georgia",serif !important; 
  	}

h6 {
	font-family: "motiva-sans",sans-serif !important; 
	color: #440075!important;
    font-size:13px;
    font-weight:400!important;
    margin-top: -11px;  
    	}
.et-dropcap {
    font-size: 83px !important;
    line-height: 0.75 !important;
	margin-top: 10px !important;
	font-weight: 800;
