/*
Willkommen beim benutzerdefinierten CSS!

CSS (Cascading Style Sheets) ist eine Art Code, der dem Browser sagt, wie
eine Webseite dargestellt werden soll. Du kannst diese Kommentare löschen
und mit deinen Anpassungen beginnen.

Als Standard wird dein Stylesheet nach den Theme-Stylesheets geladen, das
heißt, dass deine Regeln Vorrang haben und die Theme-CSS-Regeln
überschreiben können. Schreibe einfach hier rein, was du ändern
möchtest, du musst nicht den gesamten Stylesheet-Inhalt deines Themes
kopieren.
*/
.site-content .post,
.site-content .type-attachment,
.search-results .site-content .page,
#colophon {
	padding-top: 40px;
}

.post .entry-footer,
.site-content .page,
#footer-sidebar-wrap {
	padding-bottom: 40px;
}

h1, h2, h3, h4, h5, h6 {
	color: #595959;
}

h1 a, 
h2 a, 
h3 a, 
h4 a, 
h5 a, 
h6 a {
	color: #595959;
}

body {
	
	color: #595959;
}	


/* --- Author Info Box --- */
.single-post .author-wrap {
	margin: 50px 0 0;
	clear: both;
}
.single-post .author-info img.avatar {
	width: 50px;
	height: 50px;
	margin: 0px 0 0 0;
	float: left;
}
.author-info h6 {
	margin: 3px 0 3px -40px;
	padding: 0 0 0px 75px;
}
.single-post .author-info p.author-description {
	margin: 0px;
	padding: 0 0 0 55px;
	font-size: 0.9375rem;
	line-height: 1.65;
}

input[type="button"],
input[type="submit"] {
	padding: 12px 20px;
	background: #595959;
	color: #fff;
	border:none;
	font-size: 15px;
	font-size: 0.9375rem;
	cursor: pointer;
	-webkit-appearance: none;
}
input#submit,
input.wpcf7-submit {
	margin: 25px 0 10px;
	padding: 12px 20px;
	border: none;
	font-size: 15px;
	font-size: 0.9375rem;
	cursor: pointer;
	-webkit-appearance: none;
	color: #fff;
	width: 100%;
}
input[type="button"]:hover,
input[type="submit"]:hover,
input#submit:hover,
input.wpcf7-submit:hover,
.jetpack_subscription_widget input[type="submit"]:hover {
	background: #75a573;
	color: rgba(255, 255, 255, 0.75) !important;
}


h1, h2, h3, h4, h5, h6 {
	font-family: 'Oswald', 'Oswald:400', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-style: normal;
	color: #595959;
	
	text-rendering: optimizeLegibility;
}
#site-nav {
	color: #595959;
	display: none;
	
	text-transform: uppercase;
	font-style: normal;
	font-weight: heavy;
	
}