/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/
main.l-content .l-section:first-child {
	background-image: url(https://www.forum-neues-frankfurt.de/wp-content/uploads/2018/08/fnf_logo_head.jpg)!important;
	background-repeat: no-repeat;
	background-position: 0% 0%;
	background-size: auto auto;;
	background-position-x: 0%;
	background-position-y: 0%;
    background-attachment: fixed;
} 

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    main.l-content .l-section:first-child {
        background-attachment: scroll;
    }
}
