/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 13 2022 | 11:23:01 */
/*
Scherm breedte		Container breedte
    > 1200			1100	px
   <= 1200			 950	px
   <= 1024			 768	px
   <= 768			 600	px
   <= 680			 420	px
   <= 480			 300	px
   <= 320			  90	%
*/


#wpadminbar:not(:hover) {
	overflow-y: auto;
}

@media (max-width: 640px) {
	#gdprc_bar .container .gdprc_content__title {
		font-size: 38px;
	}
}








@media (max-width: 1024px) {
	.edgtf-title-holder:not(.edgtf-bg-responsive-disabled):not(.edgtf-bg-parallax).edgtf-has-bg-image .edgtf-title-image,
	.edgtf-title-holder:not(.edgtf-bg-responsive-disabled):not(.edgtf-bg-parallax).edgtf-has-bg-image .edgtf-title-image > img {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		
		object-fit: cover;
		object-position: center;
	}
	.edgtf-title-holder:not(.edgtf-bg-responsive-disabled):not(.edgtf-bg-parallax).edgtf-has-bg-image .edgtf-title-wrapper {
		position: relative !important;
		top: auto !important;
		left: auto !important;
		height: auto !important;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		
		margin-top: 30px;
		margin-bottom: 30px;
	}
}
@media (max-width: 680px) {
	h1 {
		font-size: 70px;
	}

	h2 {
		font-size: 55px;
	}

	h3 {
		font-size: 38px;
	}

	h4 {
		font-size: 30px;
	}

	h5 {
		font-size: 25px;
	}

	h6 {
		font-size: 17px;
	}
	
	
	.edgtf-numbered-text-with-content-holder .edgtf-ntwc-content .edgtf-ntwc-number,
	.edgtf-numbered-text-with-content-holder .edgtf-ntwc-media .edgtf-ntwc-number {
		font-size: 76px;
	}
	
	
	body:not(#___) .video-overview {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
}
