/*
 Theme Name:	Twenty Fifteen Child
 Description:  	Mein Child Theme
 Author:      	Formedia | Web & Media Publishing
 Author URI:   	httpw://www.formedia.ch
 Template:     	twentyfifteen
 Version:      	1.0
 Text Domain:	twenty-fifteen-child
*/


/* Mögliche Code-Beispiele für dieses Theme */

/*
h2 {
font-family: 'Roboto Slab', sans-serif;
font-weight:700;
}
h2.entry-title {
text-align:center;
}
h2.entry-title:after {
    background-color: #D24F21;
    width: 100px;
    height: 2px;
    margin: 15px auto 0px;
    content: "";
    display: block;
}



@media screen and (min-width : 955px)  {
	#sidebar {
        background: yellow;
	}
} */


.site-info{
	display:none;
}

.page-header{
	display:none;
}

h2 a {
	color: red;
}
h1 {
	color: green;
}/* Füge hier Dein eigenes CSS ein */