/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

 /*------------------------------------
	## Allgemein
------------------------------------*/
a {
	text-decoration: none!important;
}
/*------------------------------------
	## Site Headers
------------------------------------*/
/* Pageheader Neu*/
.page-header {
	color: #ffffff;  	
	min-height: 300px;	
	max-width: 2000px; /* prevent infinite width */
}
/* ts = teilscreen; % - min - max */
.page-header-wnd {
	height: 50vh;
    min-height: 400px;
    max-height: 502px; /* Height of bg-img-file would be good! */
	background-color: #9DB492;
}
.bg-cover {
	background-attachment: scroll;
	background-position: center center;
	background-size: cover;
}
.page-header-content {
	z-index: 3;
}
.page-header-logo {
	margin-bottom: 30px;
	width: 110px;
}
.page-header-title{
	font-family: 'dakotaregular';
	font-size: 28px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.page-header-text{
	margin-bottom: 20px;
}
/*------------------------------------
	## GenerateBlocks-Plugin
------------------------------------*/
.gb-container {
	padding-left: 15px;
	padding-right: 15px;
}
.entry-content>.gb-container {
    margin-bottom: 0px;
}
/*------------------------------------
	## Usercentrics Cookie-Consent
------------------------------------*/
@media (max-width: 575px) {
	.usercentrics-button #button {
		display: none;
	}
}