@font-face {
  font-family: 'Khand';
  src: url('fonts/Khand-Bold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Khand';
  src: url('fonts/Khand-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'roboto';
  src: url('fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'roboto';
  src: url('fonts/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins,
kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label,
legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: inherit;
	vertical-align: top;
	background: transparent;
	font-family: "roboto", sans-serif;
	font-weight: 300;
	font-style: normal;
	color: var(--dgrey);
}
strong{
	font-family: "roboto", sans-serif;
	font-weight: 800;
	font-style: normal;
}
body{
	padding-bottom: 100px;
}
:root {
  --black: rgb(0,0,0);
  --green: rgb(141,192,66);
  --orange: rgb(234,89,40);
  --purple: rgb(85,66,148);
  --dgrey: rgb(89,89,89);
  --lgrey: rgb(245,245,245);
  --blue: rgb(37,171,226);
  --white: rgb(255,255,255);
}
a{
	color: var(--dgrey);
}
main h1{
	color: var(--black);
	font-size: 48px;
	line-height: 60px;
	font-family: "Khand", sans-serif;
	font-weight: 800;
	font-style: normal;
  	text-align: center;
}
main h2{
	color: var(--black);
	font-size: 36px;
	line-height: 48px;
  	margin-bottom: 30px;
	font-family: "Khand", sans-serif;
	font-weight: 800;
	font-style: normal;
  	text-align: center;
	text-transform: uppercase;
}
main h3{
	color: var(--black);
	font-size: 28px;
	line-height: 36px;
	font-family: "Khand", sans-serif;
	font-weight: 800;
	font-style: normal;
}
main p{
	font-size: 22px;
	line-height: 36px;
	color: var(--black);
  	text-align: justify;
	margin: 10px 0;
}
header{
	z-index: 10;
  	position: relative;
	display: block;
}
main{
  position: relative;
	display: block;
}
.p-wrapper{
	display: block;
	width: 100%;
	max-width: 1200px;
	height: auto;
	position: relative;
	margin: 0 auto;
	color: inherit;
	background-color: inherit;
	padding: 0 5%;
	box-sizing: border-box;
}
#block-kbh-brandingderwebsite{
	position: absolute;
	left: 0;
	top: 0;
	width: 200px;
	height: auto;
	z-index: 10;
	background: var(--lgrey);
	padding: 20px;
	box-sizing: border-box;
	box-shadow: 0 0 20px var(--dgrey);
}
#block-kbh-brandingderwebsite a{
	display: inline-block;
	width: 100%;
	height: auto;
}
#block-kbh-brandingderwebsite img{
	display: inline-block;
	width: 100%;
	height: auto;
}
#block-kbh-toplinks{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 25px;
	background: var(--dgrey);
	padding-left: 230px;
	box-sizing: border-box;
}
#block-kbh-toplinks ul{
	list-style: none;
	height: 25px;
}
#block-kbh-toplinks li{
	display: inline-block;
	margin-left: 10px;
	line-height: 25px;
	height: 25px;
}
#block-kbh-toplinks a{
	color: var(--lgrey);
	text-decoration: none;
	font-size: 12px;
	vertical-align: middle;
	border-right: 1px solid var(--lgrey);
	padding-right: 10px;
	text-transform: uppercase;
}
#block-kbh-toplinks li:last-child a{
	border:none;
}
#block-kbh-main-menu{
	position: absolute;
  left: 0;
  top: 25px;
  width: 100%;
  height: 80px;
	background: var(--lgrey);
	padding-left: 220px;
	box-sizing: border-box;
}
#block-kbh-main-menu ul{
	list-style: none;
	height: 100%;
}
#block-kbh-main-menu li{
	display: inline-block;
	margin-left: 20px;
	height: 100%;
  line-height: 80px;
	padding: 0 12px;
	box-sizing: border-box;
}
#block-kbh-main-menu a{
	color: var(--dgrey);
	text-decoration: none;
	text-transform: uppercase;
}
#block-kbh-main-menu span{
	color: var(--dgrey);
	text-decoration: none;
	text-transform: uppercase;
}
#block-kbh-main-menu li i{
	display: none;
}
#block-kbh-main-menu li > ul{
	display: none;
	position: absolute;
	height: auto;
  	width: auto;
	margin-left: -12px;
	padding: 16px 0;
}
#block-kbh-main-menu li ul li{
	display: block;
	width: auto;
	height: auto;
	line-height: 30px;
	margin:0 16px;
	border-bottom: 1px solid var(--lgrey);
	padding: 6px 0;
	box-sizing: border-box;
	min-width: 200px;
}
#block-kbh-main-menu li ul li:last-child{
	border-bottom: none
}
#block-kbh-main-menu li ul li a{
	color: var(--lgrey);
	font-size: 14px;
}

#footer_daten{
	display: grid;
  grid-template-columns: repeat(5, auto);
  gap: 20px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: var(--dgrey);
  color: var(--lgrey);
	padding: 0 20px;
  box-sizing: border-box;
  align-items: center;
	font-size: 12px;
	z-index: 100;
}
#footer_daten h2{
	color: var(--lgrey);
	font-size: 16px;
	text-transform: uppercase;
	display: block;
}
#footer_daten a{
	color: var(--lgrey);
	text-decoration: none;
}
#footer_daten span{
	color: var(--lgrey);
}
#footer_daten img{
  display: inline-block;
  width: auto;
  height: 100px;
  padding: 10px;
  box-sizing: border-box;
}
footer .abspann{
	margin-bottom: 100px;
  background-color: var(--dgrey);
  text-align: center;
  color: var(--lgrey);
  border-bottom: 1px solid var(--lgrey);
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  padding: 6px 0;
  font-size: 12px;
  text-transform: uppercase;
}
footer .abspann a{
	color: var(--lgrey);
}

.p-header{
	display: block;
	width: 100%;
	height: 100vh;
	background-image: url('../img/kbh-bg-wellen.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.p-header .p-wrapper{
	height: 100%;
}
.p-header picture{
	width: 33vw;
  	height: 66vh;
	position: absolute;
	left: 66%;
	top: 16.5%;
  	display: inline-block;
}
.p-header img{
	width: 100%;
  height: 100%;
  object-fit: cover;
  display: inline-block;
	border-radius: 40px;
}
.p-header h1{
	display: inline-block;
	font-size: 24px;
	margin-top: 160px;
	position: relative;
	z-index: 1;
	text-transform: uppercase;
	font-weight: 300;
}
.p-header h2{
	display: inline-block;
	font-size: 8cqw;
	position: relative;
	z-index: 1;
	text-align: left;
	line-height: 8cqw;
	color: var(--green);
	text-transform: none;
}
.eu-cookie-compliance-content{
	padding: 10px 0;
  	box-sizing: border-box;
}
.eu-cookie-compliance-content{
	padding: 10px 0;
	box-sizing: border-box;
	height: 100%;
}
.eu-cookie-compliance-content h2{
	margin: 0;
}
div#sliding-popup{
	background-color: var(--purple);
}
.p-header .text{
	display: inline-block;
	width: 33vw;
	height: auto;
	margin: 40px 0;
	position: relative;
	z-index: 1;
	border: 1px solid var(--dgrey);
	border-radius: 20px;
	padding: 40px;
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.5);
	font-size: 20px;
}

.p-sub-header{
	display: block;
  	width: 100%;
  	height: 66vh;
	position: relative;
	max-height: 500px;
}
.p-sub-header picture{
	width: 100%;
  	height: 100%;
  	display: inline-block;
	background-color: var(--black);
}
.p-sub-header img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: inline-block;
	opacity: 0.7;
}
.p-sub-header h1{
	position: absolute;
	width: auto;
	top: 50%;
  left: 0;
	text-align: center;
	text-transform: uppercase;
	color: var(--lgrey);
	font-size: clamp(1rem, 5vw, 4rem);
	background-color: rgba(255,255,255,0.9);
  padding: 22px 20px 18px;
}
.orange .p-sub-header h1{
	color: var(--orange);
}
.green .p-sub-header h1{
	color: var(--green);
}
.blue .p-sub-header h1{
	color: var(--blue);
}
.purple .p-sub-header h1{
	color: var(--purple);
}
.darkgrey .p-sub-header h1{
	color: var(--dgrey);
}

.orange.p-contact{
	background: var(--orange);
}
.blue.p-contact{
	background: var(--blue);
}
.purple.p-contact{
	background: var(--purple);
}
.green.p-contact{
	background: var(--green);
}
.lgrey.p-contact{
	background: var(--lgrey);
}
.p-contact{
	padding: 120px 0;
	text-align: center;
	position: relative;
}
.p-contact .btn:hover{
	color: var(--lgrey);
}
.p-contact span{
	font-size: 42px;
	color: var(--lgrey);
	display: block;
	text-align: center;
	width: 100%;
	margin-bottom: 40px;
}
.btn{
	background-color: var(--lgrey);
	font-size: 16px;
	padding: 12px 20px;
	box-sizing: border-box;
	border-radius: 15px;
  	text-decoration: none;
	border: 1px solid var(--lgrey);
	transition: all 0.3s ease-out;
	display: inline-block;
}
.orange .btn{ color:var(--orange); }
.green .btn{ color:var(--green); }
.purple .btn{ color:var(--purple); }
.blue .btn{ color:var(--blue); }
.btn::before{
	content: '\f178';
	font: var(--fa-font-solid);
	margin-right: 32px;
  	font-size: 16px;
  	display: inline-block;
}
.btn:hover{
	background-color: inherit;
	color: inherit;
}
.preis-anfrage{
	display: inline-block;
	font-size: 16px;
	line-height: 16px;
	color: var(--lgrey);
}
.preis-wrapper{
	display: inline-block;
	font-size: 46px;
	line-height: 46px;
	color: var(--lgrey);
	font-weight: bold;
}
.preis-wrapper .info{
	display: block;
	font-size: 12px;
	line-height: 12px;
	color: inherit;
	text-align: center;
}
.preis-wrapper .preis-zeit{
	font-size: 14px;
	line-height: 16px;
	display: inline-block;
	vertical-align: bottom;
	margin-left: 6px;
	color: inherit;
	text-align: left;
	margin-bottom: 4px;
}
.p-teaser{
	color: var(--lgrey);
	text-align: center;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 40px 0;
	min-height: 80vh;
	height: 100%;
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	width: 100%;
}
.p-teaser p{
	color: inherit;
	text-align: center;
	max-width: 760px;
	margin: 0 auto;
	display: block;
}
.p-teaser h2{
	color: inherit;
	text-transform: uppercase;
}
.p-teaser .btn{
	position: absolute;
	bottom: 40px;
	right: 40px;
}
.p-teaser.orange h2{
	color: var(--orange);
}
.p-teaser.orange .btn{
	border-color: var(--orange);
	background-color: var(--orange);
	color: var(--lgrey);
}
.p-teaser.orange .btn:hover{
	border-color: var(--orange);
	background-color: transparent;
	color: var(--orange);
}
.p-teaser.green h2{
	color: var(--green);
}
.p-teaser.green .btn{
	border-color: var(--green);
	background-color: var(--green);
	color: var(--lgrey);
}
.p-teaser.green .btn:hover{
	border-color: var(--green);
	background-color: transparent;
	color: var(--green);
}
.p-teaser.purple h2{
	color: var(--purple);
}
.p-teaser.purple .btn{
	border-color: var(--purple);
	background-color: var(--purple);
	color: var(--lgrey);
}
.p-teaser.purple .btn:hover{
	border-color: var(--purple);
	background-color: transparent;
	color: var(--purple);
}
.p-teaser.blue h2{
	color: var(--blue);
}
.p-teaser.blue .btn{
	border-color: var(--blue);
	background-color: var(--blue);
	color: var(--lgrey);
}
.p-teaser.blue .btn:hover{
	border-color: var(--blue);
	background-color: transparent;
	color: var(--orange);
}
.p-teaser .preis-wrapper{
	margin-top: 20px;
}

.p-produkthighlights{
	background: linear-gradient(
    to bottom,
    var(--white) 50%,
    var(--lgrey) 50%
  );
	padding: 120px 0;
}
.p-produkthighlights .preis-wrapper{
	color: var(--dgrey);
	display: block;
}
.highlights_wrapper.grid-2{
	grid-template-columns: repeat(2, 1fr);
}
.highlights_wrapper{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	align-items: start;
  	text-align: center;
}
.highlights_wrapper h2{
  	grid-column: 1 / -1;
	color: var(--dgrey);
}
.highlights_wrapper .produkt_bild{
	width: 100%;
	height: auto;
	max-width: 240px;
	display: inline-block;
	padding-top: 20px;
	box-sizing: border-box;
  	box-shadow: 0 100px 120px -60px var(--dgrey);
}
.highlights_wrapper .produkt_container{
	display: flex;
  	flex-direction: column;
  	align-items: center;
	height: 100%;
}
.highlights_wrapper .produkt_eigenschaften{
	margin-top: 80px;
	padding: 20px 20px 40px 20px;
	box-sizing: border-box;
	border: 1px solid var(--dgrey);
	border-radius: 20px;
	list-style: none;
	text-align: left;
	position: relative;
	z-index: 1;
	background-color: var(--lgrey);
	display: inline-block;
	width: 100%;
	align-self: stretch;
	flex-grow: 1;
}
.highlights_wrapper .produkt_link{
	border: 1px solid var(--dgrey);
	width: auto;
	height: 70px;
	display: inline-block;
	border-radius: 20px;
	font-size: 20px;
	margin-top: -20px;
	position: relative;
	z-index: 2;
	background-color: var(--lgrey);
	text-decoration: none;
  	padding: 0 20px;
}
.highlights_wrapper .produkt_container i{
	font-size: 20px;
	margin: 0 6px;
}
.highlights_wrapper .produkt_container li{
	margin: 4px 0;
}
.highlights_wrapper .produkt_link i{
	line-height: 70px;
	vertical-align: middle;
	color: inherit;
}
.produkt_container.orange .produkt_link{
	border-color: var(--orange);
	color: var(--orange);
	transition: all 0.3s ease-out;
}
.produkt_container.orange .produkt_link:hover{
	background-color: var(--orange);
	color: var(--lgrey);
}
.produkt_container.purple .produkt_link{
	border-color: var(--purple);
	color: var(--purple);
	transition: all 0.3s ease-out;
}
.produkt_container.purple .produkt_link:hover{
	background-color: var(--purple);
	color: var(--lgrey);
}
.produkt_container.green .produkt_link{
	border-color: var(--green);
	color: var(--green);
	transition: all 0.3s ease-out;
}
.produkt_container.green .produkt_link:hover{
	background-color: var(--green);
	color: var(--lgrey);
}
.produkt_container.blue .produkt_link{
	border-color: var(--blue);
	color: var(--blue);
	transition: all 0.3s ease-out;
}
.produkt_container.blue .produkt_link:hover{
	background-color: var(--blue);
	color: var(--lgrey);
}

.tarif-wrapper {
	display: flex;
	align-items: stretch;
	min-height: 180px;
	width: 100%;
	box-sizing: border-box;
	padding: 40px;
	border: 2px solid #f5f5f5;
	margin-bottom: 40px;
	background: linear-gradient(90deg, rgba(245,245,245,1) 0%, rgba(245,245,245,1) 15%, rgba(255,255,255,1) 15%);
	z-index: 0;
}
.tarif-wrapper.orange.highlight{
	border: 5px solid var(--orange);
}
.tarif-wrapper.blue.highlight{
	border: 5px solid var(--blue);
}
.tarif-wrapper.green.highlight{
	border: 5px solid var(--green);
}
.tarif-wrapper.purple.highlight{
	border: 5px solid var(--purple);
}
.tarif-wrapper.purple.highlight .preis-wrapper{
	background-color: var(--purple);
}
.tarif-wrapper.orange.highlight .preis-wrapper{
	background-color: var(--orange);
}
.tarif-wrapper.blue.highlight .preis-wrapper{
	background-color: var(--blue);
}
.tarif-wrapper.green.highlight .preis-wrapper{
	background-color: var(--green);
}
.tarif-wrapper .img {
	display: flex;
	flex: 0 0 30%;
	min-height: 150px;
	max-width: 250px;
	max-height: 350px;
	position: relative;
}
.tarif-wrapper .img img {
	position: absolute;
	height: 100%;
	width: 100%;
	object-fit: contain;
	max-width: 250px;
	display: block;
	box-sizing: border-box;
}
.tarif-wrapper .inhalt {
	display: inline-block;
	flex: 1 1 70%;
	width: 100%;
	box-sizing: border-box;
	padding: 0 5% 0 5%;
	position: relative;
}
.tarif-wrapper .preise {
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	padding: 20px 0;
}
.tarif-wrapper .preis-table {
	text-align: center;
	color: #fff;
	padding: 10px;
	box-sizing: border-box;
	display: inline-block;
	width: 100%;
	display: grid;
  	grid-template-columns: 2fr 1fr 1fr;
}
.tarif-wrapper .preis-table .cell {
	padding: 2px 12px;
	color: var(--white);
	border-bottom: 1px solid var(--white);
}
.tarif-wrapper .preis-table .cell.label {
	text-align: right;
}
.tarif-wrapper .preise-wrapper{
	display: block;
}
.tarif-wrapper .slide-btn{
	float: right;
	font-size: 32px;
	padding: 6px;
	box-sizing: border-box;
	width: 48px;
	text-align: center;
	height: 48px;
	margin-left: 20px;
	transition: transform 0.3s ease;
	display: inline-block;
	cursor: pointer;
}
.slide-btn.open {
  	transform: rotate(45deg);
}
.tarif-wrapper .slide-wrapper{
	display: none;
	padding: 20px 0;
}
.tarif-wrapper .voraussetzungen{
	list-style: none;
}
.tarif-wrapper .voraussetzungen li {
	margin-bottom: 2px;
	padding: 6px 0 6px 10px;
}
.tarif-wrapper.is-product .voraussetzungen {
	margin-bottom: 20px;
}
.tarif-wrapper.is-product .voraussetzungen li{
	padding: 6px 0;
}
.tarif-wrapper.is-product .voraussetzungen li i{
	font-size: 20px;
  	margin-right: 10px;
}
.tarif-wrapper.is-product .voraussetzungen li::before{
	display: none;
}
.tarif-wrapper .voraussetzungen li::before {
	content: '\f00c';
	font-family: FontAwesome;
	margin-right: 10px;
}
.tarif-wrapper .preise_headline{
	display: block;
	text-align: left;
	font-weight: bold;
}

.tarif-wrapper.green .slide-btn{
	border: 2px solid var(--green);
  	color: var(--green);
}
.tarif-wrapper.green .preis-table{
	background: var(--green);
}
.tarif-wrapper.blue .slide-btn{
	border: 2px solid var(--blue);
  	color: var(--blue);
}
.tarif-wrapper.blue .preis-table{
	background: var(--blue);
}
.tarif-wrapper.orange .slide-btn{
	border: 2px solid var(--orange);
  	color: var(--orange);
}
.tarif-wrapper.orange .preis-table{
	background: var(--orange);
}
.tarif-wrapper.purple .slide-btn{
	border: 2px solid var(--purple);
  	color: var(--purple);
}
.tarif-wrapper.purple .preis-table{
	background: var(--purple);
}
.tarif-wrapper .preis-wrapper{
	color: var(--black);
	position: absolute;
	right: 120px;
	top: -50px;
	background: var(--lgrey);
	padding: 20px;
	box-sizing: border-box;
}
.tarif-wrapper .preis-anfrage{
	color: var(--black);
	position: absolute;
	right: 120px;
	top: -50px;
	background: var(--lgrey);
	padding: 20px;
	box-sizing: border-box;
}
.file-btn{
	text-decoration: none;
	margin-top: 10px;
	display: inline-block;
	padding: 6px 12px;
	box-sizing: border-box;
	margin-right: 10px;
	transition: .5s all;
	font-size: 12px;
	border: 1px solid var(--dgrey);
	color: var(--dgrey);
}
.file-btn:hover{
	background-color: var(--dgrey);
	color: var(--white);
}
.file-btn i{
	font-size: 26px;
	color: inherit;
}
.file-btn .file_left {
	text-align: center;
	display: inline-block;
	line-height: 12px;
	font-size: 12px;
	color: inherit;
}
.file-btn .file_desc {
	margin-left: 20px;
	display: inline-block;
	text-align: left;
	font-weight: 700;
	font-size: 18px;
	color: inherit;
}

.p-text{
	padding: 80px 0;
}
.p-text .p-wrapper > ul {
	margin-top: 40px;
}
.p-text ul {
	list-style: none;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	background: var(--lgrey);
	padding: 0 5%;
	box-sizing: border-box;
}
.p-text ul li {
	display: inline-block;
	margin-left: 50px;
	margin-right: 10%;
	font-size: 20px;
	width: 30%;
	box-sizing: border-box;
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: left;
}
.p-text ul li::before {
	content: '\f00c';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-left: -50px;
	display: inline-block;
	font-size: 28px;
	margin-right: 4px;
	color: var(--orange);
	float: left;
}
.p-text ul li ul {
	display: inline-block;
	width: 100%;
}
.p-text  ul li ul li {
	display: inline-block;
	margin-left: 0px;
	font-size: 16px;
	width: 100%;
	padding-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.p-text ul li ul li::before {
	content: '\f1ce';
	margin-left: -20px;
	font-size: 8px;
	border: none;
	margin-right: 5px;
	margin-top: 6px;
}

.p-formulare .files_wrapper{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
	margin-bottom: 40px;
}
.p-formulare .file-btn{
	text-align: center;
	padding: 20px;
	box-sizing: border-box;
}
.p-formulare .file-btn.green{
	color: var(--green);
	border-color: var(--green);
}
.p-formulare .file-btn.orange{
	color: var(--orange);
	border-color: var(--orange);
}
.p-formulare .file-btn.blue{
	color: var(--blue);
	border-color: var(--blue);
}
.p-formulare .file-btn.dgrey{
	color: var(--dgrey);
	border-color: var(--dgrey);
}
.p-formulare .file-btn.purple{
	color: var(--purple);
	border-color: var(--purple);
}
.p-formulare .file-btn.purple:hover{
	color: var(--white);
	background-color: var(--purple);
}
.p-formulare .file-btn.green:hover{
	color: var(--white);
	background-color: var(--green);
}
.p-formulare .file-btn.orange:hover{
	color: var(--white);
	background-color: var(--orange);
}
.p-formulare .file-btn.blue:hover{
	color: var(--white);
	background-color: var(--blue);
}
.p-formulare .file-btn i{
	font-size: 36px;
}
.p-formulare .file-btn .file_left{
	margin-bottom: 10px;
}
.p-formulare .file-btn .file_desc{
	display:block;
	text-align: center;
	margin-left: 0;
	line-height: 16px;
	font-size: 18px;
}
.p-faq .p-wrapper{
	background-color: var(--lgrey);
	padding: 40px 5%;
}
.p-faq .frage_container {
	text-align: left;
	font-size: 20px;
	border-bottom: 1px solid #c5c5c5;
	padding: 20px;
	box-sizing: border-box;
	transition: 0.5s all;
	cursor: pointer;
}
.p-faq .frage_container.open {
	background-color: var(--white);
}
.p-faq .frage_container .frage {
	display: block;
	margin-top: 20px;
	font-weight: bold;
}
.p-faq .frage_container .frage::after {
	content: '\f0fe';
	font-family: FontAwesome;
	font-size: 30px;
	margin-left: 10px;
	float: right;
	transition: transform 0.3s ease-in-out;
}
.p-faq .frage_container.open .frage::after{
	transform: rotate(45deg);
}
.p-faq .antwort{
	display: none;
	color: var(--dgrey);
	box-sizing: border-box;
	font-size: 20px;
	line-height: 30px;
}
.p-faq .antwort li{
	margin-left: 30px;
}
.p-team .p-wrapper{
	background-color: var(--lgrey);
	padding: 40px 5%;
}
.p-ansprechpartner{
	padding: 80px 0;
}
.p-ansprechpartner .mitarbeiter{
	background-color: var(--lgrey);
}
.p-team h3{
	margin: 20px 0 10px;
}
.mitarbeiter{
	flex: 0 0 calc(50% - 10px);
	background-color: var(--white);
	display: flex;
	align-items: flex-start;
}
.mitarbeiter_foto{
 	flex: 0 0 30%;
	align-self: center;
}
.mitarbeiter_content{
	flex: 0 0 70%;
	display: flex;
	flex-wrap: wrap;
	padding: 30px;
	box-sizing: border-box;
	align-items: flex-start;
}
.mitarbeiter .position{
	font-size: 20px;
	width: 100%;
	margin-bottom: 10px;
}
.mitarbeiter-container{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	align-items: stretch;
}
.mitarbeiter i{
	display: flex;
	align-items: center;
	height: 100%;
	width: 100%;
	justify-content: center;
	font-size: 80px;
	color: var(--lightgrey);
	padding: 30px 20px;
	box-sizing: border-box;
}
.mitarbeiter.orange i{
	color: var(--orange);
}
.mitarbeiter.green i{
	color: var(--green);
}
.mitarbeiter.purple i{
	color: var(--purple);
}
.mitarbeiter.dgrey i{
	color: var(--dgrey);
}
.mitarbeiter.blue i{
	color: var(--blue);
}
.mitarbeiter ul.aufgaben{
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
.mitarbeiter ul.aufgaben li{
	margin-left: 30px;
}
.mitarbeiter .contact_item{
	display: block;
	font-weight: bold;
	width: 100%;
}
.mitarbeiter .telefon,
.mitarbeiter .email{
	display: inline-block;
	color: var(--dgrey);
	font-weight: normal;
}
.news-container{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto auto;
	align-items: start;
	gap: 20px;
	height: auto;
  	width: 100%;
}
.news-more {
  margin-top: 10px;
  cursor: pointer;
}
.p-news-block{
	padding: 80px 0;
}
.p-news-block h2{
	color: var(--dgrey);
}
.news{
	background-color: var(--lgrey);
}
.news_bild i{
	font-size: 6cqw;
	margin: 20px 0 0 20px;
}
.news_content{
	padding: 20px;
}
.news_bild{
	width: 100%;
	height: 150px;
	display: inline-block;
}
.news:first-child .news_bild{
	height: 250px;
}
.news_bild img{
	width: 100%;
	height: 100%;
	display: inline-block;
	object-fit: cover;
}
.news .headline{
	margin: 10px 0;
}
.news a{
	display: block;
	background-color: var(--purple);
	color: var(--white);
	padding: 12px 20px;
	text-decoration: none;
	border-radius: 12px;
	text-align: center;
	border:1px solid var(--purple);
	transition: 0.3s ease-in-out;
}
.news a:hover{
	background-color: var(--white);
	color: var(--purple);
}


#block-kbh-footerlinks{
	background-color: var(--lgrey);
	text-align: center;
}
#block-kbh-footerlinks > ul{
	text-align: left;
	display: grid;
	grid-template-columns: repeat(4,auto);
	gap: 20px;
	list-style: none;
	max-width: 1200px;
	width: 90%;
	padding: 60px 5% 20px;
	box-sizing: border-box;
	margin: 0 auto;
}
#block-kbh-footerlinks ul li{
	display: inline-block;
	width: 100%;
}
#block-kbh-footerlinks .menu-level-0 > a,
#block-kbh-footerlinks .menu-level-0 > span{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
}
#block-kbh-footerlinks .menu-level-1 > a,
#block-kbh-footerlinks .menu-level-1 > span{
	text-transform: uppercase;
	font-size: 14px;
}
#block-kbh-footerlinks a{
	text-decoration: none;
	font-size: 12px;
}
#block-kbh-footerlinks .menu-level-0{
	border-right: 1px solid var(--white);
	margin-bottom: 20px;
}
#block-kbh-footerlinks .menu-level-0:last-child{
	border-right: none;
}
#block-kbh-footerlinks .menu-level-2:last-child{
	margin-bottom: 10px;
}
#mobile-steuerung{
	display: none;
}
.p-produktlinker{
	padding: 40px 0;
}
.p-produktlinker .p-wrapper{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}
.produktlink{
	background-color: var(--lgrey);
	box-sizing: border-box;
	padding: 20px;
}
.p-produktlinker img{
	width: 100%;
	height: auto;
	max-width: 180px;
	margin-bottom: 20px;
}
.p-produktlinker h2{
	margin-bottom:10px
}
.produktlink{
	text-align: center;
}


#user-login-form{
	display: flex;
	align-items: center;
	width: 100%;
	height: 50vh;
	flex-direction: column;
	justify-content: center;
	font-size: 32px;
}
#user-login-form input{
	height: 40px;
}
#user-login-form .form-item {
	text-align: left;
}
#user-login-form .form-item label{
	display: block;
}

/* Animationen */
.animation {
    opacity: 0;
    transform: translateY(-300px);
    transition: all 0.7s ease-out;
    transition-delay: 0.4s;
}
.scroll-animation {
    opacity: 1;
    transform: translateX(0);
}
.fade-down {
  animation: fade-down 1.5s ease;
  animation-play-state: paused;
}
.fade-in {
  animation: fade-in 1.5s ease;
  animation-play-state: paused;
}
.fade-in-rotate {
  animation: fade-in-rotate 1.5s ease;
  animation-play-state: paused;
}
.fade-in-up {
  animation: fade-in-up 1s ease;
  animation-play-state: paused;
}
.fade-in-left {
  animation: fade-in-left 1s ease;
  animation-play-state: paused;
}
.fade-in-right {
  animation: fade-in-right 1s ease;
  animation-play-state: paused;
}
.animated {
  animation-play-state: running;
}

@keyframes fade-down{
  from {
    opacity: 0;
    transform: scale(1.5);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fade-in-rotate {
  from {
    opacity: 0;
    transform: scale(0) rotate(0deg);
  }
  to {
    opacity: 1;
    transform: scale(1) rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fade-in-up {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-in-left {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fade-in-right {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fly {
    0% {
        margin-top: 300px;
        transform: rotate(0);
    }
    50% {
        margin-top: 100px;
        transform: rotate(20deg);
    }
    100% {
        margin-top: 300px;
        transform: rotate(0);
    }
}
@keyframes fly2 {
    0% {
        margin-top: 50px;
        margin-left: 50px;
        transform: rotate(0);
    }
    50% {
        margin-top: 0px;
        margin-left: 0px;
        transform: rotate(-20deg);
    }
    100% {
        margin-top: 50px;
        margin-left: 50px;
        transform: rotate(0);
    }
}



/* Basis-Rotation */
.rotate {
	animation-name: spin;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}
/* Geschwindigkeiten */
.slow {
	animation-duration: 0.5s;
}
.fast {
	animation-duration: 0.3s;
}
@keyframes spin {
	from {
		transform: rotate(0deg);
	}
		to {
	transform: rotate(360deg);
	}
}



/* ALLE HOVER EFFEKT   */
@media all and (min-width: 1200px) {
	#block-kbh-main-menu ul > li:hover > a,
	#block-kbh-main-menu ul > li:hover > span{
		color: var(--lgrey);
	}
	#block-kbh-main-menu ul > li:hover > ul{
		display: block;
	}
	#block-kbh-main-menu li ul li:hover{
		background-color: rgba(255,255,255,0.2);
	}
	#block-kbh-main-menu li.green:hover{
		background-color: var(--green);
	}
	#block-kbh-main-menu li.orange:hover{
		background-color: var(--orange);
	}
	#block-kbh-main-menu li.purple:hover{
		background-color: var(--purple);
	}
	#block-kbh-main-menu li.blue:hover{
		background-color: var(--blue);
	}
	#block-kbh-main-menu li > ul{
		background-color: inherit;
	}
}