/*
Theme Name:     Lovecraft Child
Theme URI:      http: //rz-laufbahn.ch/altwerden-spaeter
Description:    Child Theme for the lovecraft theme 
Author:         Philipp Reichmuth
Author URI:     http: //psymetrix.ch/
Template:       lovecraft
Version:        1.0
*/


@import url("../lovecraft/style.css");

/* Blog title --------------------------------------- */


.blog-title {
	display: block;
    font-family: 'Pinyon Script', cursive;
	font-size: 4em;
	line-height: 110%;
	font-weight: 500;
	text-align: center;
	text-rendering: optimizeLegibility;

}

.blog-title a { color: #D99594; }
.blog-title a:hover { color: #CA2017; }

.blog-tagline { 
	margin-top: 15px;
	font-size: 1.1em;
	line-height: 120%;
	text-align: center; 
	font-style: italic;
}

.post-title {
	font-family: 'Pinyon Script', cursive;
	font-size: 2.5em;
	line-height: 130%;
	font-weight: 500;
}

.post-title a { color: #D99594; }
.post-title a:hover { 
	color: #9999ff;
	text-decoration: underline; 
}


.lovecraft-widget-list .title {
	font-family: Verdana, serif;
	line-height: 140%;
	font-weight: 400;
	color: #707070;
}


.comment-form-url {
display: none;
}


.comment-respond input[type="submit"] {
	display: inline-block;
	padding: 16px 20px;
	margin-top: 150px;
	background: #111;
	border: none;
	border-radius: 3px;
	font-family: 'Lato', Helvetica, sans-serif;
	font-size: 0.8rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	-webkit-appearance: none;
}

.post-content li {
	font-family: 'Verdana', Verdana, sans-serif;
	margin-bottom: 0.5em;
	line-height: 120%;
}

.post-content h3 {
	font-family: 'Verdana', Verdana, sans-serif;
	font-size: 1em;
	Color:#707070;
	font-weight: 500;
line-height: 20%;
padding: 0px;
margin: 10px;
}

.post-content h5 {
	font-family: 'Pinyon Script', cursive;
	/* font-size: 1.6rem; */
	font-size: 2.7rem;
	font-weight: 500;
	color: #0D8000;
}

.post-content h4 {
	font-family: 'Verdana', Verdana, sans-serif;
	font-size: 0.8rem;
	font-weight: 500;
	color: #707070;
}


.post-content h2 {
	font-family: 'Pinyon Script', cursive;
	font-size: 2.2rem;
	font-weight: 700;
}

.post-content ul h4 {
	font-family: 'Verdana', Verdana, sans-serif;
	font-size: 0.8rem;
	font-weight: 500;
	margin: 0px;
}

.page-title {
	padding: 23px 0 0;
	height: 60px;
	background: rgba(0,0,0,0.6);
}


.post-content {
	font-family: 'Verdana', Verdana, sans-serif;
	font-size: 0.85em;
	Color:#707070;
}

.main-menu {
	font-family: 'Verdana', Verdana, sans-serif;
}

.main-menu a {
	display: inline-block;
	padding: 24px 0;
	color: #707070;
	position: relative;
}

.widget-content { 
	font-family: 'Verdana', Verdana, sans-serif; 
	font-size: 0.75em;
	color: #707070;
}

.widget-title {
	display: inline-block;
	padding-bottom: 3px;
	border-bottom: 2px solid #ca2017;
	margin-bottom: 20px;
	font-family: 'Verdana', Verdana, sans-serif;
	font-size: 1.1em;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
}


.comment-respond input[type="submit"] {
    display: inline-block;
    padding: 16px 20px;
    margin-top: 100px; /* Hier der Zeilenabstand vom Send-Button "Kommentar einfügen" von 150px auf 100px reduziert */
    background: #111;
    border: none;
    border-radius: 3px;
    font-family: 'Lato', Helvetica, sans-serif;
    font-size: 0.8rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    -webkit-appearance: none;
}

.bild {
	
	clear: both;
	margin-top: 30px;
	margin-bottom: 30px !important;
}


@media ( max-width: 1000px ) {

/* so dass bei mobilen Devices auch die Inhalte der Sidebar angezeigt werden, zwar nicht rechts als Seitenleiste, aber unterhalb des Contents auf voller Breit */
	.content { 
		width: 100%; 
		float: none;
	}
	
	.sidebar { 
margin: 10%;		
width: 80% !important; 
		float: right;
		display: inline !important; }
	}