/*
Theme Name:     Twenty Seventeen Child
Theme URI:      http://www.hupfeld-software.de/
Description:    Bursch Child Theme
Author:         Walter Hupfeld
Author URI:     https://www.hupfeld-software.de
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Template:       twentyseventeen
Version:        0.01
*/

body {
	font-size: 110% !important;
}



@media screen and (min-width: 48em) {
	
	body:not(.has-sidebar):not(.page-one-column) .page-header,
	body.has-sidebar.error404 #primary .page-header,
	body.page-two-column:not(.archive) #primary .entry-header,
	body.page-two-column.archive:not(.has-sidebar) #primary .page-header {
		float: left;
		width: 20%;
	}

    .blog:not(.has-sidebar) #primary article,
	.archive:not(.page-one-column):not(.has-sidebar) #primary article,
	.search:not(.has-sidebar) #primary article,
	.error404:not(.has-sidebar) #primary .page-content,
	.error404.has-sidebar #primary .page-content,
	body.page-two-column:not(.archive) #primary .entry-content,
	

body.page-two-column #comments {
		float: right;
		width: 74%;
	}
	
.has-header-image.twentyseventeen-front-page .custom-header, .has-header-video.twentyseventeen-front-page .custom-header, .has-header-image.home.blog .custom-header, .has-header-video.home.blog .custom-header {
    display: block;
    height: auto;	
	}	
}


