
.custom_stoerer_section {
	padding-top:0;
	padding-bottom:0;
	position:relative;
	z-index: 50;
    overflow: visible;
}

.custom_stoerer_section .content_row {
	height:0;
    position: relative;
}


/*
* Störer Button
* */

.custom_stoerer_section .stoerer_button  {
   position: absolute;
   left: auto;
   right: 0;
   top: 50%;
   width: 8rem;
   height: 8rem;
   background: url(../img/stoerer.png) no-repeat;
   background-size: contain;
   -webkit-transform: translateY(-50%);
   -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   -o-transform: translateY(-50%);
   transform: translateY(-50%);
   font-size: 0;
}

@media screen and (min-width:105em){
    .custom_stoerer_section .stoerer_button  {
        right: auto;
        left: 100%;
        width: 12rem;
        height: 12rem;
     }
}