/*
 Theme Name:   Twenty Fourteen Child
 Theme URI:    http://example.com/twenty-fourteen-child/
 Description:  Twenty Fourteen Child Theme
 Author:       the WordPress team / Rene Thiel
 Author URI:   https://wordpress.org/
 Template:     twentyfourteen
 Version: 1.5
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
 Text Domain: twentyfourteen
*/

@import url("../twentyfourteen/style.css");
.site {max-width: 100%;}
.content-area {padding-top: 1em;}
.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.site-header, 
.page-content {
	margin: 0 auto;
	max-width: 100%;
}

.entry-title {text-transform: none;}
.site-navigation a {text-transform: none;}
.widget .widget-title {text-transform: none;}

.entry-meta .entry-date, 
.entry-meta .byline, 
.entry-meta .comments-link, 
.entry-meta .edit-link
{
	visibility:hidden;
	display:none;
}

.site-content .image-navigation,
.site-content .post-navigation,
.site-content .comments-area
{
	margin: 0 !important;
	max-width: 100% !important;
}

.comment-respond .comment-reply-title
{
	margin: 24px 0px 0px 0px;
	font-size: .8em;
	text-transform: none;
}

@media screen and (min-width: 810px) {
	.attachment .entry-attachment .attachment {
		margin-left: 0px;
	}

.site-info span[role=separator] {
    display: none;
}

div.site-info a.imprint {
	visibility: hidden;
}
