/*
 Theme Name:   GeneratePress Child
 Theme URI:    http://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Thomas Usborne
 Author URI:   http://edge22.com
 Template:     generatepress
 Version:      0.1
 Tags: two-columns, three-columns, one-column, right-sidebar, left-sidebar, fluid-layout, responsive-layout, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, featured-images, theme-options, light, white, dark, black, blue, brown, gray, green, orange, pink, purple, red, silver, tan, yellow
*/

strong {
	font-family: open-sans-bold, Arial, sans-serif;
}

.widget ul li {
    list-style-type: disc;
    margin-left: 20px;
}

#sow-image-2 {
    padding: 40px 0 0 0;
}

/* Rand unter Bild */
.margin-bo-20 {
    margin-top: 10px;
    margin-bottom: 20px;
}

.separate-containers .widget, .separate-containers .hentry, .separate-containers .page-header, .widget-area .main-navigation {
    margin-bottom: 0px;
}

#maxmegamenu-2 {
    padding: 20px 0 40px;
}

@media only screen and (max-width: 769px) {
	.site-content {
		display: table;
	}
    	.site-main {
		display: table-footer-group; float: none;
	}
    	.sidebar {
		display: table-header-group; float: none;
	}
}

img {
    height: initial;
    max-width: 100%;
}