.pt-0 {
	padding-top: 0rem !important;
}
.faq.mod_faqlist.new-leistung .faq__headline-wrapper {
  display: none;
}
.faq.mod_faqlist.new-leistung dl {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
  margin-bottom: 0rem !important;
}
.pt-30px {
	padding-top: 30px !important;
}

.red-color {
h3 {
	margin-top: 0rem !important;
}
table {
  width: 100%;
}

strong{
	color: #be0000;
	font-size: 4rem;
}
}


.box-header{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 40%;
    overflow-x:hidden;
	
}
.header-image__caption{
}
.box-header video{
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 100%;
}


@media(max-width:800px){
	.box-header{
	    padding-bottom: 70%;
		
	}
	.box-header video{
		width:unset;
	}
	.box-quickinfo table tr{
		display: flex;
		flex-direction:column
	}
	.box-quickinfo table tr td{
		text-align:center;
		padding-bottom:20px;
	}
	.box-quickinfo table tr td h3{
		padding-bottom:0px;
		margin-bottom:0px;
	}
}

.header-image__caption {
  padding: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(117, 117, 117, 0.21) !important;
}
.header-image__headline {
  padding: 15px 0;
  margin: 0;
  color: white;
  text-transform: uppercase;
  text-shadow: #BBB 0px 0 1px;
}

.formular-website{
	
}
.form-box{
	display:flex;
	flex-wrap:wrap;
}
.form-box .left{
	width:50%;
	display:flex;
	flex-direction: column;
	
}
.form-box .right{
	width:50%;
	display:flex;
}

.formular-website input.text, .formular-website input.textarea{
	width:95% !important;
}
.formular-website .textarea{
	height:calc(100% - 25px);
	width:100%;
}

.formular-website .invisible{
	width:0px;
	height:0px;
	overflow:hidden;
	display:inline-block;
}
.formular-website label{
	color:#fff;
	font-weight:400;
}

.formular-website .widget{
	margin-top:15px;
	margin-bottom:15px;
}
.checkbox_container span{
	display:flex;
	/*flex-wrap:wrap;*/
}
.checkbox_container span label{
	margin-left:10px;
}
.checkbox_container span input{
	margin-top:-5px;
}
.formular-website .submit_container{
	display:flex;
	justify-content:flex-end;
}

.formular-website .submit_container .submit{
	border:1px solid #fff;
	padding:5px 15px;
}

@media(max-width:730px){
	.form-box .left{
		width:100% !important;
	}
	.form-box .right{
		width:100%
	}
	
	.formular-website .textarea{
		width:95%;
	}
	
	.formular-website .submit_container{
		padding-right:5%;
	}

}

.header .socials{
	display:flex;
	justify-content:flex-end;
	margin-top:-20px;
	margin-bottom:20px;
}
@media(min-width:1205px){
	.header .socials{
		margin-bottom:-40px;
		z-index:10;
		position:relative;
		margin-top:0px;
	}	
}

.roter-button a{
	background:#be0000;
	color:#fff;
	border:5px solid #fff;
	padding:8px 15px;
	border-radius:14px ;
	margin-top:15px;
	font-weight:700;
	display:inline-block;
	margin-left:auto;
	margin-right:auto;
	transition:0.3s all;
}
.roter-button a:hover{
	background:#fff;
	color:#be0000;
}
.roter-button p:last-of-type{
	text-align:center;
}
.captcha_text {
	color: #ffffff;
}
