/*
Theme Name:   Twenty Seventeen Child
Description:  Twenty Seventeen Child Theme
Author:       Johannes Bruch
Author URI:   http:s//johannesbruch.de
Template:     twentyseventeen
Version:      3.0.0
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  twentyseventeenchild
*/

.twentyseventeen-front-page .site-content {
    padding: 2.5rem 0 !important;
}

@media screen and (min-width: 48em) {

    .twentyseventeen-front-page .site-content {
        padding: 5.5rem 0 !important;
    }

    .new-blog-post .new-blog-header {
        float: left;
        width: 36%;
    }

    .new-blog-post .new-blog-content {
        float: right;
        width: 58%;
    }
}

.new-blog-post .new-blog-content article + article {
    padding-top: 3rem;
}


.custom-header {
	height: 35vh !important;
	min-height: 350px !important;
}

.custom-header-media {
	background-image: url(https://vollehalle.de/site/media/vh-webheader_hintergrund-scaled.jpg);
	background-position: center center;
background-repeat: no-repeat;
background-size: cover;
	
}

#wp-custom-header img {
	object-fit: contain;
	height: 23vh;
	min-height: 180px;
    max-height: 200px;
    margin-top: 1rem;
}

.custom-header-media {
	height: 35vh !important;
	min-height: 350px !important;
}

.site-branding {
    padding: 11em 0;
}
