/* Begin of Anpassung Bühne*/
@media only screen and (min-width: 64.063em) { 
.buttonrechts .button{
	width: 250px; 
	height: 50px; 
	padding-top: 14px;
	float: right;
	margin-right: 1%;
}

.buehne div.buttonrechts{
	margin-top: 25%;
	width: 158%;

}

.buehne #buehne_container .stage div.overlay-element p {
    padding-bottom: 0.625rem;
}
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) { 
.buttonrechts .button{
	width: 200px; 
	height: 40px; 
	padding-top: 8px;
	float: left;
	margin-left: 32%;
}

.buehne div.buttonrechts{
	margin-top: 10%;
	width: 158%;
}
}
/* End of Anpassung Bühne*/

/*Begin of Anpassung Magazinbox*/
.hoverpfeil .article-overlay a.arrow:before, a>i.fo-arrow:before {
	left: 0.3rem;
	top: 0.3rem;
}
/*End of Anpassung Magazinbox*/

/*Begin of Größe Icon*/
.icon_gross .fo::before, .fo::after {
    font-size: 100px;
}
/*End of Größe Icon*/

