
.haken li {
	list-style: none;

}

.haken li::before {
	font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f00c";
	color: white;
	margin-right:1em;
}

.haken2 li {
	list-style: none;
    margin-left: 10em;

}

.haken2 li::before {
	font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f00c";
	color: white;
	margin-right:1em;
}

.process {
	position: relative;
  }

.process strong {
	color:white;
	font-size: 1.2em;
}

ol {
	list-style: none;
	padding-left: 0;
  }
  
  ol li {
	position: relative;
	padding-left: 1.5em; /* Platz für den Marker */
  }
  

  .process li {margin-bottom:1.5em;}
  .process li::before {
	content: counter(list-item);
	position: absolute;
	left: -40px;
	top: 0px;
	width: 40px;
	height: 40px;
	line-height: 1.5em;
	text-align: center;
	color: white;
	border: 1px solid white;
	background-color: black;
	font-weight: bold;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-weight: bold;
  }

  .process li:nth-child(1) {
    margin-bottom:1.5em;
    margin-left: 3em;
    border-bottom: 1px solid white;
    border-right:  1px solid white;
    width: 50%;
}

.process li:nth-child(2) {
    margin-bottom:1.5em;
    margin-left: 6em;
    border-bottom: 1px solid white;
    border-right:  1px solid white;
    width: 50%;
}

.process li:nth-child(3) {
    margin-bottom:1.5em;
    margin-left: 9em;
    border-bottom: 1px solid white;
    border-right:  1px solid white;
    width: 50%;
}

.process li:nth-child(4) {
    margin-bottom:1.5em;
    margin-left: 12em;
    border-bottom: 1px solid white;
    border-right:  1px solid white;
    width: 50%;
}

.process li:nth-child(5) {
    margin-bottom:1.5em;
    margin-left: 15em;
    border-bottom: 1px solid white;
    border-right:  1px solid white;
    width: 50%;
}


.quality h4 {
    margin-bottom: -1em;

}

.box {
    border: 1px solid white;
    padding: 0.5em;
}

.box h4 {
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.underline h4 {
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    width: 80%;
}

.underline p {
    width: 70%;
}