/*
Theme Name: Siegbert Mattheis
Description: Siegbert Mattheis Childtheme 2015
Author: Thilo Mühlisch
Author URI: http://www.mattheis-berlin.de
Template: twentyfifteen
Version: 1.0
Tags:
*/
@import url("../twentyfifteen/style.css");

/*hier kommen die neuen CSS-Angaben*/

/*-----------------Allgemeine Anweisungen---------*/
body,
button,
input,
select,
textarea {
	/*font-size: 17px;
	font-size: 1.6rem;*/
	line-height: 1.5;
}
body {
	background: #000;
}
.post-navigation, .pagination, .secondary, .site-footer, .hentry, .page-header, .page-content, .comments-area, .widecolumn {
    background-color: #fff !important;
}
.site-header, .secondary {
    background: #000 !important;
}
/*--------------------Navigation--------------*/
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
	color:#fff !important;
}
.main-navigation a {
    text-transform:uppercase;
	font-family:'Open Sans Condensed';
	font-weight:700;
}
/*------------------Content--------------------*/
p{
	color:#333;
}
.entry li{
	color:#333;
}
body, blockquote cite, blockquote small, a, .dropdown-toggle::after, .image-navigation a:hover, .image-navigation a:focus, .comment-navigation a:hover, .comment-navigation a:focus, .widget-title, .entry-footer a:hover, .entry-footer a:focus, .comment-metadata a:hover, .comment-metadata a:focus, .pingback .edit-link a:hover, .pingback .edit-link a:focus, .comment-list .reply a:hover, .comment-list .reply a:focus, .site-info a:hover, .site-info a:focus {
    color:#999 !important;
}
/*------------------Footer----------------------*/
#colophon p{
	font-size:12px;
	color: #333;
}
/*--------------mobile Navigation----------*/

/*-----------------Kontakt----------------------*/

/*--------------------Mobile--------------------*/
@media screen and (max-width: 600px) {
	body,
	button,
	input,
	select,
	textarea {
		font-size: 17px;
		font-size: 2.1rem;
		line-height: 1.6471;
	}
	.entry-content h2, .entry-summary h2, .page-content h2, .comment-content h2 {
    font-size: 4.2rem;
    line-height: 1.3636;
}
}