/*
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.
Version: 5.6.2.1780326684
Updated: 2026-06-01 17:11:24

*/

/* Schrift-Darstellung im Gutenberg-Editor 
.editor-styles-wrapper,
.editor-styles-wrapper p,
.editor-styles-wrapper .block-editor-block-list__layout {
    font-family: 'Noto Sans', sans-serif !important;
	color: #393939;
	font-weight:300;
}

.editor-styles-wrapper h1,
.editor-styles-wrapper h2,
.editor-styles-wrapper h3,
.editor-styles-wrapper h4,
.editor-styles-wrapper h5,
.editor-styles-wrapper h6,
.editor-styles-wrapper .editor-post-title__input {
    font-family: 'Noto Sans', sans-serif !important;
    font-weight: 700;
	color: #707070;
	margin-top:1em;
}

.editor-styles-wrapper a {
  	color:#e4003a;
	border-bottom:1px dotted inherit;
}
.editor-styles-wrapper a:hover {
  	color: #707070;
}
*/