@charset "utf-8";

/*zenrale Farbeverwaltung*/
:root {
	--primary: #1aa898; /*#00B4D8*/
	/*--secondary: #137C6F; /*#0078B7*/
	--secondary: #0E6256;
	
	--white: #fff;
	--black: #1d1d1d;
	
	--primarylight: #D2F0D0;
	--secondarylight: #C9EAF8;
	
	--primarydark: #00507A;
	
	--graylight: #ECECEC;
	--graymedium: #999;
	--graydark: #555555;
	
	--font: 'Roboto', sans-serif;
	
}

*{
	margin: 0px;
	padding: 0px;
	 -webkit-font-smoothing: antialiased;
	box-sizing: border-box;
	font-family: 'Roboto', sans-serif;
}
html {
	scroll-behavior: smooth;
}
body{
	font-weight: 300;
	hyphens: auto;
	hyphenate-limit-chars: auto 6;
	hyphenate-limit-lines: 3;
	-webkit-hyphens: auto;
	-webkit-hyphenate-limit-chars: auto 8;
	-webkit-hyphenate-limit-lines: 3;
	-ms-hyphens: auto;
	-ms-hyphenate-limit-chars: auto 8;
	-ms-hyphenate-limit-lines: 3;
	overflow-x: hidden;
	min-width: 395px;
}
h1, h2, h3, h4, h5, h6, .head1, .head2, .head3, .head4, .head5, .head6, .head1 span,  h1 span, .head2 span,  h2 span, .head3 span,  h3 span, .head4 span,  h4 span, .head5 span,  h5 span, .head6 span,  h6 span{
	line-height: 110%;
	font-weight: 600;
	color: var(--secondary);
}
h1, .head1, .head1 span, h1 span {
	font-size: 2.8rem;
	font-weight: 900;
	margin-bottom: 20px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
h2, .head2, .head2 span, h2 span {
	font-size: 2.4rem;
	font-weight: 800;
	letter-spacing: 1px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
h3, .head3, .head3 span, h3 span {
	font-size: 1.8rem;
	margin-bottom: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
h4, .head4, .head4 span, h4 span {
	font-size: 1.4rem;
	margin-bottom: 5px;
	text-transform: uppercase;
}
h5, .head5, .head5 span, h5 span {
	font-size: 1.4rem;
	margin-bottom: 0px;
}
h6, .head6, .head6 span, h6 span {
	font-size: 1.2rem;
}
p, table, tr, td, div, ul, li, ol, input, textarea, div, select, option, span{
	font-size: 1.1rem;
	line-height: 170%;
	font-weight: 300;
	color: rgba(0,0,0,0.8);
}
a:link, a:visited{
	text-decoration: none;
	color: #000;
}
a:active, a:hover{
	color:  var(--primary);
}
strong, b{
	font-weight: 600;
}
em, i{
	font-style: italic;
}
img{
	height: auto;
}
hr{
	color: var(--primary);
	background: var(--primary);
	height: 1px;
	border: none;
	opacity: 0.3;
	margin-bottom: 15px;
	margin-top: 20px;
}

/*Allgemeiner Aufbau*/
.wrapper, .wrapper_small{
	width: 85%;
	margin-left: auto;
	margin-right: auto;
}
.wrapper_small{
	max-width: 1400px;
}
#banner{
	position: relative;
}
#banner_small{
	background: var(--secondary);
	padding-bottom: 25px;
	padding-top: 25px;
}
.banner_pic{
	vertical-align: top;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 0;
}
.banner_text01, .banner_text02{
	position: absolute;
	z-index: 998;
	bottom: 0;
	max-width: 650px;
}
.banner_text01{
	margin-left: 5%;
	margin-bottom: 5%;
}
.banner_text02{
	background: rgba(26,168,152,0.7);
	right: 0;
	margin-right: 5%;
	margin-left: 5%;
	padding: 40px 30px 80px 30px;
	border-radius: 30px;
	margin-bottom: -40px;
}
.banner_text02.text02_sub{
	padding: 40px 30px 35px 30px;
}
.banner_text01 p.head{
	color: rgba(255,255,255,0.9);
	font-size: 5.5rem;
	letter-spacing: 1px;
	font-weight: 900;
	text-transform: uppercase;
	text-shadow: 5px 5px 10px rgba(0,0,0,0.4);
	line-height: 110%;
	margin-bottom: 15px;
}
.banner_text02 p.sub{
	font-size: 2rem;
	color: var(--white);
	text-shadow: 5px 5px 15px rgba(0,0,0,0.2);
	line-height: 120%;
	margin-bottom: 20px;
}
.banner_text .button_wh{
	max-width: 500px;
}
.hpvz_siegel {
	position: absolute;
	bottom: 0;
	z-index: 1000;
	max-width: 220px;
	right: 0;
	margin-bottom: -30px;
	margin-right: 5px;
	transform: rotate(5deg);
}
#logo_wrap{
	margin: 20px auto;
	max-width: 400px;
}
.content{
	padding-bottom: 120px;
	padding-top: 120px;
}
.content_medium{
	padding-bottom: 60px;
	padding-top: 60px;
}
.content_small{
	padding-bottom: 30px;
	padding-top: 30px;
}
.content_big{
	padding-bottom: 180px;
	padding-top: 180px;
}

/*Scrollbar*/
.progress-container {
	z-index: 999;
	width: 100%;
	height: 8px;
	background: rgba(0,0,0,0.8);
}
.progress-bar {
  	height: 8px;
	background: #0E5D53;
	background: -webkit-linear-gradient(90deg, rgba(14, 93, 83, 1) 0%, rgba(26, 168, 152, 1) 100%);
	background: -moz-linear-gradient(90deg, rgba(14, 93, 83, 1) 0%, rgba(26, 168, 152, 1) 100%);
	background: linear-gradient(90deg, rgba(14, 93, 83, 1) 0%, rgba(26, 168, 152, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0E5D53", endColorstr="#1AA898", GradientType=1);
  	width: 0%;
} 

/*Ankerlink*/
#anker_footer{
	display: none;
	position: fixed;
	bottom:40px;
	right: 40px;
	height: 60px;
	width: 60px;
	text-align: center;
	transition: 0.5s;
	z-index: 999;
	border-radius: 100%;
	border: 2px solid var(--primary);
	background: rgba(255,255,255,0.5);
}
#anker_footer a{
	display: block;
	color: var(--secondary);
	font-size: 2.3rem;
	line-height: 160%;
}
#anker_footer:hover{
	transform: scale(1.2);
}


/*Footer*/
footer{
	padding-bottom: 50px;
	padding-top: 50px;
	margin-top: -5px;
	background: #137C6F;
	background: -webkit-linear-gradient(204deg, rgba(19, 124, 111, 1) 0%, rgba(26, 168, 152, 1) 100%);
	background: -moz-linear-gradient(204deg, rgba(19, 124, 111, 1) 0%, rgba(26, 168, 152, 1) 100%);
	background: linear-gradient(204deg, rgba(19, 124, 111, 1) 0%, rgba(26, 168, 152, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#137C6F", endColorstr="#1AA898", GradientType=0);
}
footer *, footer a:link{
	color: #FFF;
}
footer p i{
	width: 20px;
	text-align: center;
	margin-right: 2px;
}
footer p.footer_head{
	text-transform: uppercase;
	font-size: 1.8rem;
	margin-bottom: 5px;
	font-weight: 600;
	letter-spacing: 2px;
	opacity: 0.8;
}
footer button.button_wh{
	margin: 15px auto;
	border: 2px solid rgba(255,255,255,0.6);
	transition: 0.3s;
}
footer button.button_wh a{
	padding: 10px 30px;
	color: #FFF;
}
footer button.button_wh:hover{
	transform: scale(0.9);
	background: rgba(255,255,255,0.2);
}
.logo_footer{
	width: 100%;
	max-width: 350px;
}

/*Footer Bottom*/
#bottom{
	background: var(--secondary);
	padding: 10px 0px;
	border-top: 5px solid rgba(255,255,255,0.3);
}
ul#footer_nav{
	display: flex;
	width: 100%;
	justify-content: center;
}
ul#footer_nav li{
	list-style: none;
	margin-right: 20px;
}
ul#footer_nav li:last-child{
	margin-right: 0px;
}
ul#footer_nav li a{
	text-transform: uppercase;
	color: rgba(255,255,255,1);
	font-weight: 600;
	letter-spacing: 2px;
	font-size: 1rem;
	transition: 0.3s;
}
ul#footer_nav li a:hover{
	opacity: 0.5;
}
#map_wrap{
    height: 550px;
}

/*Urlaubsbox*/
.urlaub_box {
	background: var(--secondary);
	padding: 25px;
	border-radius: 25px;
	margin-top: 25px;
}
.urlaub_box p{
	color: #FFF;
}
.urlaub_box p.head3{
	color: #FFF;
	text-transform: none;
	letter-spacing: 0px;
}

/*Flex Layout*/
.flex_wrap, .flex_wrap_left, .flex_position_center, .flex_center{
	display: flex;
	flex-wrap: wrap;
}
.flex_wrap{
	justify-content: space-between;
}
.flex_wrap_left{
	justify-content: flex-start;
}
.flex_position_center{
	align-items: center;
	height: 100%;
}
.flex_center{
	align-items: center;
	height: 100%;
	justify-content: center;
}
.col1, .col2, .col3, .col4, .col5, .col6, .col30, .col35, .col65, .col70{
	position: relative;
}
.col1{
	width: 100%;
}
.col2{
	width: 50%;
}
.col3{
	width: 33.333%;
}
.col4{
	width: 25%;
}
.col5{
	width: 19%;
    margin-bottom: 20px;
}
.col6{
	width: 16%;
}
.col30{
	width: 30%;
}
.col35{
	width: 35%;
}
.col40{
	width: 40%;
}
.col60{
	width: 60%;
}
.col65{
	width: 65%;
}
.col70{
	width: 70%;
}
.inner_wrap_small{
	padding: 10px;
}
.inner_wrap{
	padding: 25px;
}
.inner_wrap_md{
	padding: 45px;
}
.inner_wrap_big{
	padding: 85px;
}
.inner_wrap_large{
	padding: 100px;
}

/*Allgemeine Klassen*/
.relative{ /*Wichtig wenn mit Position: absolute gearbeitet wird! Diese Klasse fuer das Bezugselement, also das aeussere!*/
	position: relative;
}
.no-margin{
	margin:0px;
}
ul.none{
	list-style: none;
	margin-top: 5px;
}
ul.none li{
	margin-bottom: 15px;
}
ul.regular{
	margin-bottom: 10px;
	margin-top: 10px;
}
ul.regular li{
	margin-left: 20px;
	margin-bottom: 10px;
}
ul.check_list{
	margin-left: 0px;
	margin-top: 20px;
}
ul.check_list li{
	margin-bottom: 15px;
	list-style: none;
	margin-left: 5px;
}
ul.check_list li:before {
  	content: "✔";
  	padding-right: 10px;
	font-weight: 600;
}
.margin-right-ul {
 	margin-right: 40px;
}
.button, .button_wh{
	margin:30px auto;
	border-radius: 30px;
	transition: 0.2s;
}
.button{
	background: #0E5D53;
	background: -webkit-linear-gradient(90deg, rgba(14, 93, 83, 1) 0%, rgba(26, 168, 152, 1) 100%);
	background: -moz-linear-gradient(90deg, rgba(14, 93, 83, 1) 0%, rgba(26, 168, 152, 1) 100%);
	background: linear-gradient(90deg, rgba(14, 93, 83, 1) 0%, rgba(26, 168, 152, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0E5D53", endColorstr="#1AA898", GradientType=1);
	border: none;
}
.button_wh{
	background: none;	
	border: 3px solid rgba(255,255,255,0.8);
}
.button a, .button_wh a, .button p{
	display: block;
	padding: 15px 30px;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 2px;
	transition: 0.3s;
}
.button:hover{
	transform: scale(0.9);
	filter: grayscale(0.7);
}
.button a, .button p{
	color: var(--white);
}
.button_wh a{
}
.trenner{
	width: 100px;
	margin-bottom: 15px;
	margin-left: -55px;
	margin-top: 25px;
	border-top: 8px dotted var(--primary); 
}
.center{
	text-align: center;
}
.justify{
	text-align: justify;
}
.right_text{
	text-align: right;
}
.uppercase{
	text-transform: uppercase;
}
.white-text{
	color: var(--white);
}
.lt_gr_bg{
	background: var(--graylight);
}
.wh_bg{
	background: rgba(255,255,255,1)
}
.bl_bg{
	background: var(--secondary);
}
.bl_bg *{
	color: var(--white);
}
.einleitung{
	font-size: 1.3rem;
	font-style: italic;
}
.collapse:hover{
	cursor: pointer;
}
p.smalltext {
	font-size: 13px;
	line-height: 120%;
}
.spacing{
	letter-spacing: 4px;
}
.info_box{
	background: rgba(0,0,0,0.05);
	border-radius: 20px;
	padding: 30px 25px;
}
.no_transform{
	text-transform: none;
}

/*Bilder allg.*/
.image_container{
	overflow: hidden;
	transition: 0.5s;
}
.image_container:hover img{
	transform: scale(1.2);
}
.img_full{
	width: 100%;
	vertical-align: top;
	height: auto;
	object-fit: cover;
}
.img_border{
	border-radius: 25px;
}
.img_gr{
	transition: 0.3s;
}
.img_gr:hover{
}

/*Trenner Banner*/
.trenner_banner{
	min-height: 350px;
}
.trenner_banner.trenner01{
	background: url("../img/background01.webp") center bottom fixed;
	background-size: cover;
}

/*Zitate*/
.zitat{
	width:70%;
	padding: 40px 50px;
	margin: 20px auto;
	background: rgba(255,255,255,0.5);
	text-align: center;
	border-radius: 20px;
}
p.zitat_text{
	font-style: italic;
	font-size: 2rem;
	line-height: 120%;
	margin-bottom: 20px;
}
p.author{
	text-transform: uppercase;
	letter-spacing: 2px;
}

/*Teaser*/
.teaser_box{
	background: rgba(255,255,255,1);
	border-radius: 20px;
}
.teaser_box p{
	width: 90%;
	margin: 5px auto;
}
.teaser_head, .teaser_head02{
	font-weight: 800;
	letter-spacing: 1px;
	font-size: 1.3rem;
	color: var(--secondary);
	text-transform: uppercase;
}
.teaser_box p.teaser_head02{
	margin-bottom: 0px;
	font-size: 1.4rem;
}
.teaser_box p.teaser_text02{
	margin-top: 0px;
	margin-bottom: 0px;
	font-style: italic;
	font-size: 1.2rem;
}
.teaser_img{
	width: 100%;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	margin-bottom: 5px;
}
.teaser_box button.button{
	margin-left: 15px;
	margin-bottom: 20px;
	margin-top: 5px;
}

/*News / Aktuelles*/
.news_block{
	background: rgba(255,255,255,1);
	border-radius: 25px;
	overflow: hidden;
	margin-bottom: 35px;
}
p.news_date{
	font-weight: 400;
	color: var(--primary);
}
p.news_head{
	font-weight: 600;
	font-size: 1.5rem;
	margin-bottom: 5px;
	color: var(--secondary);
}

/*Leistung*/
.flex_wrap.wrap_leistung{
	justify-content: flex-start;
	align-items: center;
}
.wrap_leistung{
	margin-top: 20px;
}
.wrap_leistung div{
	background: rgba(0,0,0,0.05);
	padding: 5px 15px;
	border-radius: 10px;
	margin: 5px;
}

/*Bewerbung / Kontakt*/
.flex_wrap.termin_row {
	border-bottom: 1px solid rgba(0,0,0,0.2);
	padding-bottom: 10px;
	padding-top: 10px;
}
.flex_wrap.termin_row.no-border{
	border:none;
}
.flex_wrap.termin_row div:first-child{
	width: 20%;
}
.flex_wrap.termin_row div{
	width: 40%;
}
.honey{
	display: none;
}
form.termin{
	background: rgba(255,255,255,1);
	padding: 35px;
	border-radius: 20px;
}
input.invalid {
	background: rgba(250,20,30,0.4);
	color: rgb(250, 20, 30);
}
.form_wrap{
	margin-bottom: 15px;
	display: block;
}
.form_wrap02{
	display: flex;
	margin-bottom: 15px;
}
.form_wrap02 div{
	width: 47%;
}
.form_wrap02 div:first-child{
	margin-right: 6%;
}
.form_wrap p, .form_wrap02 p{
	font-size: 18px;
	font-weight: 400;
}
.form{
	padding: 3px;
	background: none;
	border: none;
	border-bottom: 1px solid rgba(0,0,0,0.4);
	width: 100%;
}
.form2{
	width: 100%;
	border:  1px solid rgba(0,0,0,0.4);
	height: 200px;
}
select{
	width: 100%;
	border: 1px solid rgba(0,0,0,0.4);
	background: #fff;
	padding: 10px;
}
.small_wrap{
	max-width: 500px;
	margin: 10px auto;
}
p.smalltext{
	font-size: 14px;
	font-weight: 300;
}
.error_box, .success_box{
	padding: 20px;
	margin: 15px;
}
.error_box p, .success_box p{
	color: var(--white);
}
.error_box{
	background: #870002;
}
.success_box{
	background: #008d31;
}

@media(max-width:1350px){
	.inner_wrap{
		padding: 20px;
	}
	.inner_wrap_md{
		padding: 35px;
	}
	.inner_wrap_big{
		padding: 65px;
	}
	.inner_wrap_large{
		padding: 85px;
	}
	.col30, .col35, .col65, .col70{
		width: 50%;
	}

}
@media(min-width:2000px){
	.banner_pic.banner4k{
		display: block;
	}
	.banner_pic.bannerhd{
		display: none;
	}
	.banner_pic.banner_mobile, .logo-mobil-header{
		display: none;
	}
}
@media(max-width:1500px){
	.teaser_cols .col4{
		width: 50%;
	}
}
@media(max-width:1400px){
	#banner{
		min-height: 550px;
	}
	.hpvz_siegel {
		max-width: 175px;
	}
}
@media(max-width:1300px){
	#banner_logo{
		max-width: 250px;
	}
	.banner_text01 p.head{
		font-size: 4.5rem;
	}
	.banner_text02{
		padding: 30px 20px 60px 20px;
	}
	.banner_text02 p.sub{
		font-size: 1.5rem;
		margin-bottom: 15px;
	}

}
@media(max-width:1200px){
	.col3{
	  width: 50%;
	} 
	.col40, .col60{
		width: 50%;
	}
	.banner_text p{
		font-size: 4.2rem;
	}
	#banner{
		min-height: 450px;
	}
	.banner_text01 p.head{
		font-size: 4rem;
	}
	.logo_footer{
		display: none;
	}
	.logo_mobil {
		width: 100%;
		max-width: 250px;
		position: absolute;
		right: 0;
		top: 0;
		margin-right: 3%;
		margin-top: 5px;
	}
	.col4{
		width: 50%;
	}
}

@media(max-width:1024px){

	h1, .head1{
		font-size: 45px;
		width: 100%;
	}
	h2, .head2{
		font-size: 35px;
		margin-bottom: 20px;
	}
	h3, .head3{
		font-size: 30px;
		margin-bottom: 10px;
	}
	h4, .head4{
		font-size: 25px;
		margin-bottom: 5px;
	}

	.wrapper{
		width: 95%;
	}
	.content{
		padding-bottom: 50px;
		padding-top: 50px;
	}
	.flex_wrap.no_wrap{
		flex-wrap: wrap;
	}
	.col2{
		width: 100%;
	}

	.col5{
		width: 33.33%;
	}
	.col30, .col35, .col65, .col70{
		width: 100%;
	}
	.col6 {
	  width: 30%;
	}
	.inner_wrap_small{
		padding: 5px;
	}
	.inner_wrap{
		padding: 15px;
	}
	.inner_wrap_md{
		padding: 30px;
	}
	.inner_wrap_big{
		padding: 45px;
	}
	.inner_wrap_large{
		padding: 65px;
	}
	.image_wrap{
		padding: 2px;
	}
	.wrapper_small {
	  margin-left: auto;
	}
	.trenner_banner.trenner01{
		background: url("../img//background01.webp") center bottom;
		background-size: cover;
	}
	#map_wrap{
		height: 400px;
	}
}
@media(max-width:856px){
	.banner_text02{
		display: none;
	}
	.trenner{
		margin-left: -20px;
	}
}
@media(max-width:756px){
	.spacing{
		letter-spacing: 2px;
	}
	#banner_logo img{
		max-width: 300px;
	}
	.banner_text p{
		font-size: 3rem;
	}
	.left, .right{
		width: 100%;
		float: none;
	}
	.left{
		margin-bottom: 15px;
	}
	.flex_wrap{
		justify-content: center;
	}
	.col5{
		width: 50%;
	}
	.col6 {
	  width: 50%;
	}
	.col40, .col60{
		width: 100%;
	}
	.border-right, .border-left{
		border:none;
	}
	.inner_wrap_big {
		padding: 30px;
	}
	.inner_wrap{
		padding: 10px;
	}
	.inner_wrap_md{
		padding: 25px;
	}
	.inner_wrap_big{
		padding: 35px;
	}
	.inner_wrap_large{
		padding: 55px;
	}
	.flex_wrap.flex_reverse, .flex_produkte.flex_reverse{
		flex-direction: column-reverse;
	}	
	#map_wrap{
		height: 400px;
	}
	.zitat{
		width: 90%;
	}
	.banner_text01{
		padding-right: 150px;
	}
}
@media(max-width:656px){
	.col3, .col30, .col35, .col65, .col70{
		width: 100%;
	}
	.trenner{
		margin-left: 0px;
	}
	.banner_text01 p.head{
		font-size: 2.5rem;
		padding-right: 100px;
	}
	.logo_mobil{
		max-width: 200px;
	}
	.trenner{
		border-top: 4px dotted var(--primary);
	}
}

@media(max-width:556px){
	.banner_text p{
		display: none;
	}
	.col3, .col4, .col5{
		width: 100%;
	}
	.col2{
		width: 100%;
	}
	h1, .head1, h1 span, .head1 span{
		font-size: 34px;
		width: 100%;
	}
	h2, .head2, h2 span, .head2 span{
		font-size: 28px;
		margin-bottom: 20px;
	}
	h3, .head3, h3 span, .head3 span{
		font-size: 26px;
		margin-bottom: 10px;
	}
	h4, .head4, h4 span, .head4 span{
		font-size: 22px;
		margin-bottom: 10px;
	}
	h6, .head6, .head6 span, h6 span {
	  font-size: 16px;
	}
}

@media(max-width:456px){
	.inner_wrap_large {
		padding: 25px;
	}
	#banner{
		min-height: 150px;
	}
}
@media(max-width:356px){
	.col6 {
		width: 100%;
	}
}
