/*
 Theme Name:   klopfen
 Theme URI:    http://rainerlicht.de
 Description:  Theme for Klopfen hilft Antje Brunnabend
 Author:       Rainer Licht
 Author URI:   http://rainerlicht.de
 Template:     twentyseventeen
 Version:      0.3
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twentyseventeen-child
 
 
    You will need to replace the example text with the details relevant to your theme.

    The Template line corresponds to the directory name of the parent theme. The parent theme in our example is the Twenty Fifteen theme, so the Template will be twentyfifteen. You may be working with a different theme, so adjust accordingly.

    The only required child theme file is style.css, but functions.php is necessary to enqueue styles correctly 
*/

body {
	/*background-image:url(images/bg.jpg);*/
	background-color:#FCFAC8;
	font-family: 'libre_franklinregular';
	}
	
	
/*Fonts*/

@font-face {
    font-family: 'libre_franklinregular';
    src: url('fonts/librefranklin-regular-webfont.woff2') format('woff2'),
         url('fonts/librefranklin-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/*Header*/

.site-title {
	/*font-family: 'Source Sans Pro' !important;*/
	font-family: 'libre_franklinregular' !important;
	font-style: normal !important;
	font-weight: 300 !important;
}

.site-description {
	font-family: 'libre_franklinregular' !important;
	/*font-family: 'Source Sans Pro' !important;*/
	font-size: 1.2em !important;
	font-style: normal !important;
	font-weight: 300 !important;
	line-height: 0.8 !important;
}

/*Navigation*/

#navbar {
	background-color:#E2F6FD;
}

.nav-menu li a {
	color: #000000 !important;
}

.nav-menu li a:hover {
	color: #FFFFFF !important;
}

/*Content*/

#post-307 .panel-content {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: 'libre_franklinregular' !important;
	/*font-family: 'Source Sans Pro' !important;*/
	font-style: normal !important;
	font-weight: 300 !important;
}

/*Footer*/
.site-footer {
	background-color: #E2F6FD;
	color: #686758;
	font-size: 14px;
	text-align: center;
}