
	
		#no_ajax_header_banner{background-size: cover;background-repeat: no-repeat;background-position: center;background-image: url(https://skhausbau.w3po.de/wp-content/uploads/2023/04/istockphoto-1198120455-2048x2048-2.jpg);width: 100%;min-width: 1240px;height: calc(100vh - 102px);min-height: 827px;}
		.header_slider_container {position: relative;}
		.header_slider_wrapper,
		.header_slide,
		.header_slider_container .slick-list.draggable,
		.header_slider_container .slick-track {
		  height: calc(100vh - 102px);
		  min-width: 1240px;
		  min-height: 827px;
		}
		.header_slider_container .slick-list.draggable {
		  min-width: 1220px;
		}
		.header_slide {
		  background-size: cover;
		  background-repeat: no-repeat;
		  background-position: center;
		}
		.header_slider_wrapper .wrapper {
		  height: 100%;
		  position: absolute;
		  top: 0;
		  left: 50%;
		  transform: translateX(-50%);
		  z-index: 9001;
		}
		.header_headline {
			position: absolute;
			width: 100%;
			top: 58%;
			display: flex;
			flex-wrap: wrap;
			z-index: 5;
		}
		.header-slide-image {
		  height: 100%;
		  width: 100%;
		  background-position: center;
		  background-size: cover;
		  transition: transform 6s linear 0s !important;
		}
		.zoom-active .zoom {
		  transform: scale(1.2);
		}
		.header_headline_box {
		  width: 100%;
		  text-align: left;
			margin: 0;
			background-color: #85B46E;
			padding: 5px 22px;
			margin-bottom: 10px;
			width: max-content;
			padding-right: calc((100% - 1200px) / 2);
			float: right;
			border-radius: 16px;
			right: -20px;
			position: absolute;
		}
		.header_headline h3 {
		font-size: 30px;
		color: #fff;
		margin: 20px 0;
		}
		.scroll_down {
		  position: absolute;
		  bottom: 45px;
		  z-index: 2;
		  left: 50%;
		  transform: translateX(-50%);
		}
		.scroll_down a {
		  color: #fff;
		  font-size: 19px;
		}
		.header_slide::before {
		  background: #000000;
		  background: linear-gradient(0deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 35%, rgba(0, 212, 255, 0) 100%);
		  position: absolute;
		  content: "";
		  width: 100%;
		  height: 100%;
		  top: 0;
		  left: 0;
		  z-index: 1;
		}

		.header_textbox_footer{position: absolute;bottom: 0px;background-color: rgba(0,0,0,0.7);height: 257px;width: 100%;z-index: 4;}
		.header_textbox_footer div{width: 100%;max-width: 1240px;margin: 0px auto;position: relative;padding-top: 20px;padding-left: 20px;}
		.header_textbox_footer h2{color: #fff;font-size: 30px;}
		.header_textbox_footer p{font-size: 20px;}
		.header_textbox_footer p a{font-size: 20px;color: #fff;font-weight: 600;padding-top: 10px;}
	