/*
 Theme Name:     GWWI Theme
 Theme URI:      http://www.elegantthemes.com
 Description:    Child Theme for Divi Theme by Elegant Themes
 Author:         Divi.world
 Author URI:     http://divi.world
 Template:       Divi
 Version:        1.0.0
*/
 
/* =Ab hier kannst du deine CSS-Anpassungen eintragen
------------------------------------------------------- */
/**
 * Silbentrennung
 */

body {
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.hyphens-none {
	-ms-hyphens: none;
	-webkit-hyphens: none;
	hyphens: none;
}

.hyphens-manual {
	-ms-hyphens: manual;
	-webkit-hyphens: manual;
	hyphens: manual;
}
