@media only screen and (min-width: 768px) {
	body {
		padding-right: 0px;
	}
	#werbung_superbanner {
		display: none;
	}
	.werbung-skyscraper {
		position: absolute;
		top: 147px;
	}
	.stickyContent .werbung-skyscraper {
		position: fixed;
		top: 40px;
	}
}