.imageblock{
	min-height: 300px;
	background-repeat: no-repeat;
	background-size: cover;
}

.dna::before,
.imageblock::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  background: linear-gradient(to right, rgba(20,20,20,0.8) 15%,rgba(0,0,0,0.3) 150%);
}

.imageblock .row{
/*	border: 1px solid #ff00ff;*/
/*	padding: 115px 40px;*/
	padding: 115px 90px;
	z-index: 4;
	
}


.imageblock .topHead{
	font-family: var(--condensedFont);
	font-weight: 700;
	background-color: #21A43E;
	background-color: var(--blue);
	display: inline-block;
	color: #fff;
	font-size: 16px;
	font-stretch: 50%;
	max-width: 540px;
	padding: 4px 6px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.imageblock .head{
	color: #fff;
	max-width: 840px;
	font-size: 35px;
	margin-bottom: 30px;
	line-height: 1.2em;

}
.imageblock p{
	color: #fff;
	max-width: 840px;

}


.imageblock a {
  font-family: var(--condensedFont);
  font-weight: 700;
  line-height: 27px;
  font-size: 19px;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  background-color: var(--green);
  padding: 12px 18px;
  	text-decoration: none;
}

.imageblock a:hover {
  color: #fff;
}


.imageblock a::after {
  display: block;
  content: '';
  width: 20px;
  height: 27px;
  background-image: url('../../../assets/img/pfeil.svg');
  background-size: contain;
  background-repeat: no-repeat;
  float: right;
  margin-left: 20px;
  background-position: center;
}