/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Dominik Plaszewski
 Author URI:     https://www.dpi-design.de/
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */
body {
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

/****** Auf Kontakt Background-Image positionieren ******/
.header-background-fix{
	background-position: 50% 50%, 50% 40%;
}

.et_pb_pagebuilder_layout.single-post:not(.et-tb-has-body) #main-content .et_pb_with_background .et_pb_row, .et_pb_pagebuilder_layout.single.et_full_width_page:not(.et-tb-has-body) #main-content .et_pb_row{
	width:100% !important;
}

/* Remove meta data */
.et_pb_post .post-meta span{
	display: none !important; }
