a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: none;
}

#header {
	position: relative;
	background-image: url("images/mk-pflegegruppe bauleiter 1.jpg");
	background-size: 100% auto;
	background-position: center center;
	height: 60vh;
	width: 100%;
}

.cover {
	height: 100%;
    width: 100%;
    object-fit: cover;
}

@media (max-width: 768px) {
	#header {
		background-size: 120% auto;
	}
}

@media (max-width: 576px) {
	#header {
		background-size: 200% auto;
	}
}

#logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-image: url("images/MK Pflegegruppe Logo.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-color: #ffffff99;
	height: 150px;
	width: 100%;
	object-fit: contain;
}

#section-1 {
	background-color: #444444;
	color: #fff;
}

#section-1 a {
	color: #fff;
}

#section-2 {
	background-color: #ebebeb;
	color: #000;
}

ul {
	padding-left: 0;
	list-style: none;
}

.highlighted-list li {
	font-size: 1.4rem;
}

.highlighted-list li::before {
	content: "+ ";
	color: #508bbb !important;
}