.InhaltKontakt {
	width: 80%;
	position: absolute;
	top: 460px;
	left: 300px;
	justify-content: center;
	text-align: left;
	line-height: 1.7;
}

.Circle1 {
	width: 500px;
 	height: 500px;
	position: absolute;
	top: 300px;
	left: 200px;
 	background: #4C524F;
 	border-radius: 50%
}

.Circle2 {
	width: 350px;
 	height: 350px;
	position: absolute;
	top: 950px;
	right: 100px;
 	background: #4C524F;
 	border-radius: 50%
}

