/* Header */


.header {
    width: 100vw;
    height: 70vh;
    background-size: cover !important;
    position: relative;
    background-position: center center !important; 
    overflow: hidden;
}

.header .svg-trenner {
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%; 
    overflow: hidden;
	z-index: 3;
}

.header .svg-trenner svg {
    width: 100%; 
    height: auto; 
    fill: rgba(var(--bg-color-1), 1);
}


.header-page-content {
    position: absolute;
    bottom: 30px; 
    left: 30px; 
    padding: 10px 15px;
	display: flex;
   align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;	
	color:rgba(var(--color-1), 1);
	z-index: 9;
	font-family: "poppins", sans-serif !important;
    font-weight: 300 !important;
	gap:0px;
}

.header-page-content .bigheadline {
	text-transform: uppercase;
	font-size: 40px;
		letter-spacing: 2px;
}

.header-page-content .subheadline {
	font-size: 20px !important;
}

.header-page-content p {
	text-transform: uppercase;
	font-size: 40px;
	background: #FFF;
	padding:8px 25px;
	font-size: 18px;
	text-decoration: none;
	margin-top:10px;
	transition: all 0.5s;
}
.header-page-content p a {
	text-decoration: none;
	letter-spacing: 1px;
	transition: all 0.5s;
}
.header-page-content p:hover {
	background: rgba(var(--color-1), 1);
	color:#FFF !important;
}
.header-page-content p:hover a {
	color:#FFF !important;
}

body.home .header::before {
	display: none;
}
body.home .header-page-content  {
	color:#FFF;
}


.buttom_wrapper_header {
	display: flex;
	gap:10px;
	padding-top:30px;
}

.buttom_wrapper_header a {
	text-transform: uppercase;
	background: #FFF;
	padding:8px 25px;
	font-size: 18px;
	text-decoration: none;
	margin-top:10px;
	transition: all 0.5s;
	padding-top:12px;
	display: flex;
	align-items: center;
	height: 25px;
	gap:10px;
}
.buttom_wrapper_header a:hover {
	background: rgba(var(--color-1), 1);
	color:#FFF !important;
}

.buttom_wrapper_header a svg {
	fill:rgba(var(--color-1), 1);
	width: 15px;
}
.buttom_wrapper_header a:hover svg {
	fill: #fff;
}
@media only screen and (max-width: 767px) {
	.header {
		height: 60vh;
		margin-top:var(--header-height);
	} 
	.buttom_wrapper_header a {
	font-size: 15px;
}
	
	.buttom_wrapper_header {
	padding-top:10px;
}

}


body.page-id-31570 .buttom_wrapper_header {
	display: none !important;
}
body.page-id-31570 .header-page-content p {
	background:transparent;
}

body.page-id-31570 .header-content {
    padding-top: 250px;
    width: 60%;
    height: auto;
}

@media only screen and (max-width: 767px) {
	body.page-id-31570 .header-content {
    padding-top: 150px;
    width: 100%;
    height: auto;
	}
	
	
	   body.page-id-31570 .header {
        height: 70vh;
    }
	
}