@charset "UTF-8";

 Theme Name:   Twenty Fifteen Child
 Theme URI:    http://chez-jean-luc.de/wp-content/themes/twentyfifteen-child
 Description:  Twenty Fifteen Child Theme
 Author:       Dieter
 Author URI:   http://example.com
 Template:     twentyfifteen
 Version:      1.0.0
 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:  twenty-fifteen-child




/**
 * 12.0 Content
 */

.secondary {
	background-color: #fff;
	display: none;
	padding: 0 7.6923%;
}

.secondary.toggled-on {
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	display: block;
}

.widget-area {
	margin: 9.09090% auto 0;
}


.site-title {
	font-family: "Noto Sans", sans-serif;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 600;
	font-color: #0069b4;
	line-height: 1.3636;
	margin-bottom: 0;
}

.site-footer {
	display: none;
	background-color: #fff;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	padding: 3.84615% 7.6923%;
}

.custom-logo {
	max-height: 84px;
	width: auto;
	border: none;
}

/**
 * 3.0 Typography
 */

body,
button,
input,
select,
textarea {
	color: #000;
	font-family: "Noto Sans", sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
}
/**
 * 12.1 Posts and pages
 */

.hentry {
	background-color: #fff;
	border-top: 1 solid #f1f1f1;
	padding-top: 7.6923%;
	position: relative;
}

a img {
	border: 2px solid #457c93;
}