
#hero {
	position: relative;
	margin-top: 0px;
	height: 70vh;
	min-height: 670px;
	margin-bottom: 0px;
	font-size: 22px;
	line-height: 32px;
	background: #FAD462;
	padding-top: 0px;
}

#hero h1,
#hero p:nth-child(1){
	font-family: 'Lato';
	font-size: clamp(16px, 2.5vh, 35px) !important;
	line-height: clamp(25px, 3.5vh, 43px) !important;
	text-align: left;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-weight: 700 !important;
	max-width: 25vh;
}

#hero p {
	margin-left: 21px;
	margin-top: 13px;
}

#hero .notext .textblock {
	display: none;
}

#hero h4 {
	position: relative;
	margin: auto;
	max-width: 500px;
	text-align: center;
	margin: auto;
	
}

#hero .ce_text {
	padding: 0;
}
#hero .image_container {
	display: block;
	position: relative;
}
#hero .responsive-background-image {
	background-size: cover !important;
  	background-repeat: no-repeat;
  	display: inline-block;
	width: 100vw;
	height: 70vh;
	min-height: 670px;
	max-height: 70vh;
}


#hero .textblock {
	position: absolute;
	width: 100vw;
	height: auto;
	left: 0px;
	z-index: 10;
	bottom: 15%;
}

#hero .textblock .inside {
	position: relative;
	max-width: 1400px;
	margin: auto;
	padding-left: 100px;
	padding-right: 100px;
}

#hero .textblock .textcontainer {
	position: relative;
	height: 50vh;
	width: 41vh;
	display: flex;
	align-items: center;
	*background-image: url(../assets/Background_Dreieick.png);
	*background-size: contain;
	*background-repeat: no-repeat;
	padding-left: 7vh;
	z-index: 1;
}

#hero .textblock .textcontainer ::after {
	content: "";
	  position: absolute;
	  height: 50vh;
	width: 41vh;
	  inset: 0;
	  background-image: url(../assets/Background_Dreieick.png);
	  background-size: cover;
	  background-position: center;
	  filter: drop-shadow(-20px 20px 10px rgba(0, 0, 0, 0.15));
	  z-index: -10;
}



#hero .button {
	background: #dddddd !important;
	color: #000000;
	font-size: 16px;
	padding: 10px 30px;
	font-weight: bold;
	margin-top: 50px;
	border-radius: 10px;
}