/*
 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 (min-width: 1025px) {
	.mw-hyphens-auto-desktop {
		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;
    }
}

/* Remove bottom margin on paragraph */

p.mw-bottom-0 {
	margin-bottom: 0px;
}

/* Responisve Classes */
@media (min-width: 769px) {
	.mw-only-mobile,
	.mw-mobile-only {
		display: none!important;
	}
}

@media (max-width: 768px) {
	.mw-hidden-mobile {
		display: none;
	}
}