/*
Füge deinen eigenen CSS-Code nach diesem Kommentar hinter dem abschließenden Schrägstrich ein. 

Klicke auf das Hilfe-Symbol oben, um mehr zu erfahren.


.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.page-content {
margin: 10 auto;
max-width: 1000px;
}

.site {
	background-color: #fff;
	max-width: 1200px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

.site-header {
	background-color: #000;
	max-width: 1260px;
	position: relative;
	width: 100%;
	max-width: 1400px;
	z-index: 4;
}

.content-sidebar {
    margin-left: -29.0476%;
    width: 23.0476%;
	padding: 70px 20px 24px;
}

.site-content .entry-header, .site-content .entry-content, .site-content .entry-summary, .site-content .entry-meta, .page-content {
    max-width: 100%;
	width: 100%
}

.archive-header, .comments-area, .image-navigation, .page-header, .page-content, .post-navigation, .site-content .entry-header, .site-content .entry-content, .site-content .entry-summary, .site-content footer.entry-meta {
    margin-right: 54px;
}

.site-content .entry-header, .site-content .entry-content, .site-content .entry-summary, .site-content .entry-meta, .page-content {
    width: 100%
	max-width: 100%
}

.archive-header, .comments-area, .image-navigation, .page-header, .page-content, .post-navigation, .site-content .entry-header, .site-content .entry-content, .site-content .entry-summary, .site-content footer.entry-meta {
    padding-left: 10px;
    padding-right: 20px;
}

.content-area {
    float: left;
    width: 100%;
}
*/

.site {
	background-color: #fff;
	max-width: 1200px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

.site-content article {
word-wrap: normal;
-webkit-hyphens: none;
-moz-hyphens: none;
hyphens: none;
}

.site-content .entry-header, .site-content .entry-content, .site-content .entry-summary, .site-content .entry-meta, .page-content {
    width: 100%;
	max-width: 80%;
	word-wrap: normal;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
	text-align: justify;
}

.site-info {
display: none;
}

.table, .th, .td { border: 0; }