
@media only screen and (max-width: 900px) {
.viertel {
	display: block;
	float: none;
	margin-bottom: 20px;
	width: 90%;
}
}

@media only screen and (max-width:900px) {
.zitat {
	position: absolute;
	top: 0;
	left: 0;
	height: 0px;
	width: 0px;
	display: none;
	visibility: hidden;
	overflow: hidden;
}
}

@media only screen and (max-width:700px) {
body, article, aside, .drittel {
	width: 100%;
}
body {
	margin-bottom: 0;
	padding: 0 0 0 0;
}
header {
	margin: 0;
	padding: 0;
	border-bottom: 0;
}
article {
	padding: 1em 0.5em 0 0.5em;
	font-size: 1em;
}
aside {
	padding-left: 0;
	margin-bottom: 1em;
}
.drittel {
	float: left;
	margin-bottom: 1.5em;
}
.drittel:nth-child(3n+0) {
	margin-bottom: 0;
}
.weitereartikel ul li {
	width: 100%;
}
.prodbox {
	width: 45%;
}
.hellomobile {
	display: block;
	visibility: visible;
}
.byebyemobile {
	position: absolute;
	top: 0;
	left: 0;
	height: 0px;
	width: 0px;
	display: none;
	visibility: hidden;
	overflow: hidden;
}
.bottom-banner {
	width: 100%;
	height: 100px;
	background-color: #9a1b0a;
	text-align: center;
	display: visible;
	position: absolute;
	bottom:0;
	z-index: 999;
}
.bottom-banner a , .bottom-banner a:visited, .bottom-banner a:hover {
	text-decoration: none;
	color: #fff;
}
}

@media only screen and (max-width:480px) {
article {
	text-align: left;
}
article img {
	max-width: 40%;
}
.prodbox {
	width: 100%;
}
.boxx {
	width: 100%;
}
.byebyemobile {
	position: absolute;
	top: 0;
	left: 0;
	height: 0px;
	width: 0px;
	display: none;
	visibility: hidden;
	overflow: hidden;
}
.bottom-banner {
	width: 100%;
	height: 100px;
	background-color: #9a1b0a;
	text-align: center;
	display: visible;
	position: absolute;
	bottom:0;
	z-index: 999;
}

}
.mobilebanner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 1.250rem 0.5rem;
    background: #fa9e19;
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.5rem;
}
.mobilebanner a {
    color: #fff;
    font-weight: 700;
}
