/*
 Theme Name:   WP-8 Webdesign Theme
 Theme URI:    https://wp-8.de
 Description:  WordPress Child-Theme from WP-8 Webdesign
 Author:       Manuel Wilms
 Author URI:   https://wp-8.de/
 Template:     generatepress
 Version:      1.0
*/

.mw-hidden {
	display: none!important;
}

/* Hyphens break word */
.mw-hyphens-auto {
    word-wrap: break-word;
    overflow-wrap: break-word;
	  -webkit-hyphens: auto;
	    -ms-hyphens: auto;
	      hyphens: auto;
}

@media (max-width: 768px) {
    .mw-hyphens-auto-mobile {
        word-wrap: break-word;
        overflow-wrap: break-word;
          -webkit-hyphens: auto;
            -ms-hyphens: auto;
              hyphens: auto;
    }
}