body {
	margin: 0;
}
hr {
	background: white;
	opacity: 0.5;
	margin: 0;
	border: 0;
	height: 1px;
}
footer {
	font-size: 19px;
	margin-top: 40px;
	margin-bottom: 50px;
	text-align: center;
}
footer a {
	border: #797979 solid 1px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: black;
    text-decoration: none;
    border-radius: 3px;
    box-shadow: 0px 3px 15px #c9c9c9;
    background-color: white;
}
.oberer-teil {
	background-image: url('images/backgroundColors.jpg');
	padding-bottom: 20px;
}
.maxtröger-überschrift {
	font-size: 55px;
	text-align: center;
	margin: 0;
    padding-bottom: 35px;
    padding-top: 40px;
}
.maxtröger-überschrift a {
	color: white;
	text-decoration: none;
}
.main {
	color: white;
	font-size: 26px;
	margin-left: 20px;
    margin-right: 20px;
}
.main-area {
	display: flex;
}
.main-element {
    color: black;
    font-size: 20px;
	text-align: center;
	height: 400px;
    width: 400px;
    background: white;
    border-radius: 7px;
    box-shadow: 0px 0px 7px #ffffff;
    padding-top: 10px;
    margin-right: 15px;
	margin-top: 15px;
}
.main-element img {
	max-width: 100%;
    height: 80%;
}