/*
Theme Name: GBM_Theme_fuer_Webseite
Version: 1.0
Description: A child theme of Twenty Fifteen
Template: twentyfifteen
Author: Administrator
*/
@import url("../twentyfifteen/style.css");
/* Your awesome customization starts here */

@media screen and (min-width: 59.6875em) {
	body:before,
	.page:before {
		display: none !important;
	}
	
	.site {
		max-width: 1400px;
	}
	
	.site-header {
		margin-top: 20px;
		margin-bottom: 10px;
	}

	.sidebar {
		width: 360px;
	}
	
	.main-navigation {
		margin-right: 30px;
	}
	
	.nav-menu {
		border-top: 0 !important;
	}
	
	.phonenumber {
		margin-bottom: 20px;
	}
	
	.site-main {
		padding-top: 0;
	}
	
	.hentry {
		padding-top: 50px;
		margin-left: 0;
		margin-right: 0;
	}
	
	.site-content {
		margin-left: 360px;	
		width: calc(100% - 360px);
	}
	
}