*, *:before, *:after {
    -webkit-box-sizing: border-box; /* Safari/Chrome, andere WebKit-Browser */
    -moz-box-sizing: border-box; /* Firefox, andere Gecko-Browser */
    box-sizing: border-box; /* Opera/IE 8+ */
}

.unverwechselbar {
	float:left;
	width:100%;
	height:auto;
	text-align:center;
	margin:20px 0 0 0;
}
.unverwechselbar img {
	width:100%;
	height:auto;
	margin:0 0%;
}
.logounten {
	float:left;
	width:100%;
	height:auto;
	margin:80px 0 20px 0;
	text-align:center;
}
.logounten img {
	width:60%;
	height:auto;
	margin:0 20%;
}
.einleitungstext {
	float:left;
	width:100%;
	height:auto;
	text-align:left;
	margin:20px 0;
	font-family: 'Muli', sans-serif;
}
.einleitungstext h3 {
	float:left;
	width:100%;
	height:auto;
	text-align:left;
	margin:0 0 10px 0;
	font-size:32px;
	line-height:44px;
	font-weight:300;
}
.einleitungstext p {
	font-size:18px;
	line-height:32px;
	font-weight:300;
}
.unterschrift {
	float:left;
	width:100%;
	height:auto;
	text-align:left;
	margin:5px 0 15px 0;
	font-size:18px;
	line-height:32px;
	font-weight:300;
}
.unterschrift img {
	width:55%;
	height:auto;
	margin:18px 0 0 10px;
}
	
@media only screen and (min-width: 650px) {
.logounten {
	float:left;
	width:100%;
	height:auto;
	margin:90px 0 20px 0;
	text-align:center;
}	
.logounten img {
	width:40%;
	height:auto;
	margin:0 30%;
}	
.unterschrift img {
	width:35%;
	height:auto;
	margin:18px 0 0 5px;
}
}

@media only screen and (min-width: 950px) {
	.unverwechselbar {
	float:left;
	width:100%;
	height:auto;
	text-align:center;
	margin:20px 0 0 0;
}
.unverwechselbar img {
	width:70%;
	height:auto;
	margin:0 15%;
}
.logounten {
	float:left;
	width:100%;
	height:auto;
	margin:90px 0 20px 0;
	text-align:center;
}	
.logounten img {
	width:30%;
	height:auto;
	margin:0 35%;
}	
.unterschrift img {
	width:25%;
	height:auto;
	margin:18px 0 0 5px;
}
}

@media only screen and (min-width: 1199px) {
.unverwechselbar {
	float:left;
	width:100%;
	height:auto;
	text-align:center;
	margin:20px 0 0 0;
}
.unverwechselbar img {
	width:50%;
	height:auto;
	margin:0 25%;
}
.logounten img {
	width:20%;
	height:auto;
	margin:0 40%;
}
.unterschrift img {
	width:19%;
	height:auto;
	margin:20px 0 0 0px;
}	
}