/*
Theme Name: twentyseventeen-child
Template: twentyseventeen
*/

/* Menu dsign */
.site-branding {
	padding: 1.5em 0;
}
.main-navigation a {
	padding: 0 1.25em;
}

/* keine Beitragsfoto */

.single-post .single-featured-image-header {
display: none !important;
}

/* Zitat Stil */
blockquote {
	color: #000;
	background: #F5F5F5;
	font-size: 90%;
	font-style: italic;
	line-height: 1.7;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	overflow: hidden;
	padding: 1.5em 1.5em 1.5em 1.5em;
}