/*
 Theme Name:   Neve Child
 Description:  Neve Child Theme
 Author:       Tobias Häcker
 Author URI:   https://www.hamburg-medien.de
 Template:     neve
 Version:      1.0
 Text Domain:  neve-child
*/

.header #header-grid .header--row-inner {
	background-color: transparent;
    position: absolute;
    top: 0;
	width: 100vw;
    z-index: 99999;
    margin: 0 auto;
}

@font-face {
	font-family: "hendrickson";
	src: url("/wp-content/themes/neve-child/fonts/hendrickson.otf");
}


.font-hendrickson h2,
.font-hendrickson {
	font-family: hendrickson, Helvetica, sans-serif
}

#content h1, #content .single h1.entry-title {
  background:linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (min-width: 320px) {
	h2.font-hendrickson,
	.font-hendrickson h2 {
		line-height: 0.5;
		font-size: 100px;
	}
	.h1-home-first {
	    font-family: hendrickson;
	    display: block;
	    margin-left: -10%;
	    font-size: 60px;
	    margin-bottom: -50px;
	    letter-spacing: 5px;
	}
	
	.h1-home-last {
	    font-family: hendrickson;
	    display: block;
	    margin-left: 20%;
	    font-size: 60px;
	    letter-spacing: 5px;
	    margin-top: -60px;
	}
}


@media (min-width: 768px) {
	h2.font-hendrickson,
	.font-hendrickson h2 {
		line-height: 1;
		font-size: 120px;
	}
}

@media (min-width: 960px) {
	.h1-home-first {
	    font-family: hendrickson;
	    display: block;
	    margin-left: -10%;
	    font-size: 150px;
	    margin-bottom: -40px;
	    letter-spacing: 5px;
	}
	.h1-home-last {
		font-family: hendrickson;
	    display: block;
	    margin-left: 5%;
	    font-size: 150px;
	    letter-spacing: 5px;
	    margin-top: -70px;
	}
	#content h1, #content .single h1.entry-title {
	    font-size: 85px;
	    line-height: 1;
	    letter-spacing: 0px;
	}
	.elementor .elementor-background-video, .elementor .elementor-background-video-embed, .elementor .elementor-background-video-hosted  {
		top: 75%!important;
	}
}