/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 3.29.3.1585150139
Updated: 2020-03-25 15:28:59

*/

/* Silbentrennung 

body, H1, H2, H3, H4, H5 {
	hyphens: auto;
	hyphenate-limit-chars: auto 3;
	hyphenate-limit-lines: 4;
    -ms-hyphens: auto;
	-ms-hyphenate-limit-chars: auto 3;
	-ms-hyphenate-limit-lines: 4;
    -webkit-hyphens: auto;
	-webkit-hyphenate-limit-chars: auto 3;
	-webkit-hyphenate-limit-lines: 4;
}
*/


/* Logo mobile Optimierung */

@media only screen and (max-width: 980px) {
	.et_header_style_left #logo, .et_header_style_split #logo {
    max-width: 70% !important;
	}
}

/* News-Blog Detailseite ohne Datum */

.post-meta {
	display:none;
}