/* MDH WERBUNG */
img{
	max-width: 100%;
	height: auto;
}
.mdh-container-top{
	background-color: transparent;
	float: none;
	width: 100%;
	list-style: none;
	text-align: center;
	margin-left: 0%;
	overflow: hidden;
}
.mdhprofilbild-vier{
	border: 1px solid Red;
	background-color: #ab0000;
	float: left;
	width: 23%;
	list-style: none;
	margin: 2px;
	padding: 3px;
	text-align: center;
	min-height: 210px;
}
.mdhprofilbild-top{
	background-color: transparent;
	float: left;
	list-style: none;
	margin: 2px;
	padding: 3px;
	text-align: center;
	width: 23%;
	
}
.mdhprofilbild-sechs{
	border: 1px solid Red;
	background-color: transparent;
	float: left;
	width: 16%;
	list-style: none;
	margin: 2px;
	padding: 3px;
	text-align: center;
	min-height: 210px;
	
}
.mdhprofilbild{
	border: 1px solid Red;
	background-color: transparent;
	float: left;
	width: 15%;
	list-style: none;
	margin: 2px;
	text-align: center;
}
.mdhprofilbild-acht{
	border: 1px solid Red;
	background-color: transparent;
	float: left;
	width: 23%;
	list-style: none;
	margin: 2px;
	text-align: center;
}
p.profile-details{
	background-color: transparent;
	text-align: center;
	color: white;
	margin: 0px;
	
}
.mdh-link{
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
	font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (1600 - 320)));
}
.img-responsive{
	max-width: 80%;
	height: auto;
}
@media only screen and (max-width: 1280px) {
.mdhprofilbild-top{
	background-color: transparent;
	float: left;
	list-style: none;
	margin: 2px;
	padding: 3px;
	text-align: center;
	width: 47%;
}
}
@media only screen and (max-width: 348px) {
.mdhprofilbild-top{
	background-color: transparent;
	float: none;
	list-style: none;
	margin: 2px;
	padding: 3px;
	text-align: center;
	width: 96%;
}
}