

@import url('./kontaktform.css');
@import url('https://fonts.googleapis.com/css2?family=Overpass:wght@200;600;800&display=swap');

*{padding: 0;
	margin: 0;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;}


h2{
	color: #237f43;
	line-height: 40px;
	margin-bottom: 25px;
	font-size: 28px;
	font-weight: 800;
	font-family: 'Overpass', sans-serif;

	-webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
h3{
	color: #237f43;
	line-height: 40px;
	margin: 25px 0;
	font-size: 28px;
	font-weight: normal;
	font-family: 'Overpass', sans-serif;
	marg
	-webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
h4{
	font-size: 16px;
	line-height: 30px;
	font-weight: 600;
	font-family: 'Overpass', sans-serif;

	-webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
p{
	font-size: 16px;
	line-height: 30px;
	font-weight: 200;
	margin-bottom: 10px;
	font-family: 'Overpass', sans-serif;

	-webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
input{
	font-size: 16px;
	font-weight: 200;
	font-family: 'Overpass', sans-serif;
	-webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
span{
	font-family: 'Overpass', sans-serif;
}
textarea{
	font-size: 16px;
	font-weight: 200;
	font-family: 'Overpass', sans-serif;
}
a{
	font-size: 16px;
	font-weight: 200;
	font-family: 'Overpass', sans-serif;
}

/*Desktop*/

@media screen and (min-width: 1024px){
	.row{
		flex-direction: row;
	}
	.section_element{
		width: calc(33% - 20px);
	}
	.leistung_element{
		flex-direction: row;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.head_leistung{
		width: calc(100% - 125px);
		align-items: flex-start;
	}
	.links{
		flex-direction: row;
	}
	.rechts{
		flex-direction: row-reverse;
	}
	.head_wir{
		align-items: flex-start;
		width: calc(100% - 225px);
	}
}
/*Tablet*/

@media screen and (min-width: 768px) and (max-width: 1023px){
	.row{
		flex-direction: row;
	}
	.section_element{
		width: calc(33% - 20px);
	}
	.leistung_element{
		flex-direction: row;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.head_leistung{
		width: calc(100% - 125px);
		align-items: flex-start;
	}
	.links{
		flex-direction: row;
	}
	.rechts{
		flex-direction: row-reverse;
	}
	.head_wir{
		align-items: flex-start;
		width: calc(100% - 225px);
	}
}
/*Mobile*/

@media screen and (max-width: 767px){
	.row{
		flex-direction: column;
	}
	.section_element{
		width: 100%;
	}
	.leistung_element{
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}
	.head_leistung{
		width: 100%;
		align-items: center;
	}
	.links{
		flex-direction: column;
	}
	.rechts{
		flex-direction: column;
	}
	.head_wir{
		align-items: center;
		width: 100%;
		margin-top: 50px;
	}

}

/*allgemein*/

.wrap_all_IDX {
	height: auto;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;

}

.wrap_content_IDX {
	height: auto;
	width: calc(100% - 50px);
	max-width: 1000px;
	margin: 50px 10px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	padding: 0px;
	box-sizing: border-box;
}
.wrap_logo{
	height: 50px;
	width: 100%;
	margin-bottom: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.wrap_hero {
	height: calc(100vh - 200px);
	max-height: 100vw;
	width: 100%;
	background: url('../img/IMG_0058.jpg');
	background-size: cover;
	background-position: center;
	margin-bottom: 50px;
	border-radius: 5px;
	box-shadow: 0px 0px 20px #c9c9c9ff;
}

.wrap_section_IDX {
	height: auto;
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.column{
	flex-direction: column;
}
.kontakt{
	justify-content: center;
	align-items: center;
}
.headline_section{
	display: flex;
	width: 100%;
	margin: 50px 0px;
	box-sizing: border-box;
	align-self: flex-start;
	justify-content: center;
}
.headline_section img{
	height: 100px;
	max-width: calc(100vw - 100px);
	object-fit: contain;
	width: auto;
}
.section_element{
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	margin-bottom: 25px;
	height: auto;
}
.leistung_element{
	display: flex;
	margin-bottom: 25px;
	justify-content: space-between;
	align-items: center;
}
.head_leistung{
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
}
.img_leistung{
	height: 100px;
	width: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}
.head_wir{
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
}
.img_wir{
	height: 200px;
	width: 200px;
	background: #ddd;
	border-radius: 50%;
}
.wrap_fusszeile{
	height: auto;
	width: calc(100% - 50px);
	max-width: 1000px;
	padding: 10px 20px;
	box-sizing: border-box;
	background: #f2eae6;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	box-shadow: 0px 0px 20px #f2eae6ff;
}
/*Impressum*/

.impressum{
align-items: flex-start;
}
.head_seite{
	height: auto;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #237f43;
	font-weight: 600;
	font-size: 32px;
	margin-bottom: 50px;
}
li{
	margin-left: 25px;
	font-size: 16px;
	line-height: 30px;
	font-weight: 200;
	margin-bottom: 10px;
	font-family: 'Overpass', sans-serif;
}
.breadcrumb{
	height: auto;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: nowrap;
	padding: 10px 0px;
	border-bottom: 1px solid #f2eae6ff;
	margin: 0 0 50px 0;
}
.breadcrumb p{
	margin: 0;
}
.breadcrumb a{
	color: #237f43;
}
.icons_impressum a{
	color: #237f43;
}
