/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  a GeneratePress child theme
 Author:       Maximilian Kroth (tMaex.com)
 Author URI:   https://tmaex.com/dev/gp-child
 Template:     generatepress
 Version:      0.9-custom
*/

/* MK keine Scrolleiste unten */
body {
    overflow-x: hidden;
}

/* SW Bildtitel bei Hover entfernen */
img[title] {
    pointer-events: none;
}

/* SW Menü Icon größer */
nav.main-navigation .menu-toggle {
    font-size: 30px;
    padding: 10px;
}

/* MK Menüabstand */
.slideout-navigation.main-navigation .main-nav ul li a {
	padding-bottom: 0.75em;
}

/* SW Mobile Logo Size */
@media (max-width: 768px) {
	.header-image.is-logo-image {
		width: 200px;
	}
}

