/*
 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
*/

/* Füge hier Dein eigenes CSS ein */

img.custom-logo {
	width: auto;
	height: 160px;
}

.site-info {
	display: none;
	}

h1 {
color: red;
}

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;
	}
} 