/* //////////////////////////////////// ALLGEMEIN //////////////////////////////////// */
html {
	box-sizing: border-box;
	scroll-behavior: smooth;
}
*, *:before, *:after {
	box-sizing: inherit;
}
body{
	font-family: "murecho", sans-serif;
	color: #000;
	margin: 0px;
	line-height: 1.4;
	font-size: 20px;
	font-weight: 300;
	scroll-behavior: smooth;
	width: 100%;
  	overflow-x: hidden; /* Verhindert horizontales Scrollen */
	position: relative;
}
h1 {
	font-size: 50px;
	color: #fff;
	margin-bottom: 10px;	
	line-height: 1.2;
	font-weight: 800;
	text-transform: uppercase;
}
h2 {
	font-size: 30px;
	color: #FFC937;
	margin-bottom: 20px;	
	line-height: 1.2;
	font-weight: 800;
	text-transform: uppercase;
}
h3, h4, h5, h6 {
	font-size: 25px;
	color: #000;
	margin-bottom: 20px;	
	line-height: 1.2;
	font-weight: 600;
}
div p{
	margin: 0px 0px 15px 0px;
}
div p:last-child, p:last-child{
	margin: 0 auto;
}
img, svg, video{
	max-width: 100%;
	height:auto;
}
a{
	color: #fff;
	text-decoration: none;
	font-weight: 600;
}
a:active, a:hover {
	color: #fff;
}
ul{
	padding-left: 20px;
	margin: 0 auto 15px;
}
li{
	margin-bottom: 10px;
}
.textcenter{
	text-align: center;
}
/* //////////////////////////////////// CONTENT //////////////////////////////////// */
.w1280{
	max-width: 1280px;
	margin: 0 auto;
	position:relative;
	padding: 0px 40px;
}
.w1024{
	width: 100%;
	max-width:1024px;
	margin:0 auto;
	position:relative;
}
.w960{
	width: 100%;
	max-width:960px;
	margin:0 auto;
	position:relative;
}
.w800{
	max-width:800px;
	margin:0 auto;
	position:relative;
}
.w700{
	max-width:700px;
	margin:0 auto;
	position:relative;
}
.margin_oben{
	margin-top: 100px;
}
.margin_unten{
	margin-bottom: 100px;
}
.fullwidth {
	position: relative;
	margin: 0 auto;
}
.uacf7-form-29 .step-content .uacf7-next, .uacf7-form-29 .step-content .uacf7-prev{
	border:0!important;
}

/* //////////////////////////////////// Footer //////////////////////////////////// */
.overlay{
	background-color: rgba(0,0,0,0.4);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
}
.logo{
	width:300px;
	height: auto;
	position: absolute;
	z-index: 2;
	left: calc(50% - 150px);
	top: 80px;
}
.slogan{
	max-width:400px;
	position: absolute;
	z-index: 3;
	left: 80px;
	bottom: 80px;
	color: #fff;
}
.imgbox{
	height:60vh;
	width: 100%;
	overflow: hidden;
}
.imgbox img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.w1280 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1280px;
	flex-wrap: wrap;
}
.left, .right{
	padding:0!important;
}
.textwrap, .imagewrap {
	width: 50%;
	box-sizing: border-box;
}
.textwrap {
	padding: 0 80px;
}
.imagewrap img {
	width: 100%;
	height: auto;
	display: block;
}
.btn{
	display: inline-block;
	margin: 40px auto 0;
}
.btn a{
	display:inline-block;
	border-color:#FFC937 !important;
  	background:#FFC937 !important;
  	color: #000 !important;
  	border-radius:33px;
  	font-weight: bold;
	padding: 15px 30px;
  	font-size: 20px;
  	width: fit-content;
	text-align: center;
}
.btn a:hover{
	border-color:#FFC937 !important;
  	background:#efefef !important;
}
/* Reihenfolge am Desktop anpassen */
.w1280.left .imagewrap {
	order: 1; /* Bild links */
}
.w1280.left .textwrap {
	order: 2; /* Text rechts */
}
.w1280.right .imagewrap {
	order: 2; /* Bild rechts */
}
.w1280.right .textwrap {
	order: 1; /* Text links */
}
.wpcf7-list-item {
	display: inline-block;
	margin:0 10px 0 0!important;
	width: calc(50% - 20px);
}
.wpcf7 label{
	cursor:pointer;
}
.wpcf7 input[type="date"]{
	width:50%;
	min-width: 500px;
}
.uacf7-prev, .uacf7-next, .wpcf7-submit{
	font-size:18px;
	font-weight: 400;
	text-transform: uppercase;
}
.wpcf7 input[type="submit"]{
	margin-top:5px;
	float: right;
}
.wpcf7-spinner{
	display:none!important;
}
.wpcf7-not-valid-tip {
  	color: #dc3232;
  	font-size: 18px;
  	font-weight: 600;
  	display: block;
	margin: 0 0 25px 0;
	text-transform: uppercase;
}
#anfrage h2{
	margin-bottom:40px;
}
footer{
	height:100px;
}

/* //////////////////////////////////// CLEARFIX do not group these rules //////////////////////////////////// */
.clearfix:before,
.clearfix:after {
	content:"";
	display:table;
}
.clearfix:after {
	clear:both;
}
.clearfix {
	zoom:1; /* For IE 6/7 (trigger hasLayout) */
}