/*
 Theme Name:   Twenty Fifteen Child
 Description:  Mein Child Theme
 Author:       Webtimiser
 Author URI:   http://www.webtimiser.de
 Template:     twentyfifteen
 Version:      1.0
Text Domain:   twenty-fifteen-child
*/


body {
	font-size: 100%;
	font-style: normal;
	line-height: normal;
	background-color: #DDDDDD;
	color: #888888;
        font-family: 'Droid Sans', sans-serif;
}
 


a:link { color: #777777; font-weight: normal; text-decoration: none}




h2 {
font-family: 'Droid Sans', sans-serif;
font-size: 16pt;
font-weight:300;
}

h2.entry-title {
/*
text-align:center;
*/
font-size: 16pt;
}


h5 {
font-family: 'Droid Sans', sans-serif;
font-size: 10pt;
font-weight:300;
}


h6 {
font-family: 'Droid Sans', sans-serif;
font-size: 0.75em;
}


#sidebar {
	padding-top: 20px;
}


#sidebar p {	
	margin-bottom: 12px;
	color: #a0a0a0;
	font-size: 1.5em;
	line-height: 1.0em;
}

#sidebar h1 {	
	margin-bottom: 12px;
	color: #a0a0a0;
	font-size: 1.5em;
	line-height: 1.0em;
}


#sidebar li {
	font-size: .75em;
}



@media screen and (min-width: 59.6875em) {

body:before {    
max-width: 250px;
}
#sidebar { 
left: 0;
max-width: 250px;
}
#page {
margin-left: 0px;
}
  }