.just-mobile{display:none!important;}
.stoerer {
width: 118px;
height: 45px;
position: fixed;
right: 0;
top: 0;
background: url(//pamcinema.com/wp-content/themes/pam/library/images/support_stoerer.svg) no-repeat 0 0;
text-align: right;
-o-transition: all 300ms ease-in-out;
-webkit-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
z-index: 999;
padding: 0;
color: #fff;
font-weight: 300;
-webkit-transform: skew(-21.6deg);
-ms-transform: skew(-21.6deg);
transform: none;
margin-right: 0;
padding-right: 0;
}
.stoerer.inactive {
right: -78px;
}
.stoerer a, .stoerer a:focus {
color: #fff !important;
text-transform: uppercase;
display: block;
padding-top: 3px;
padding-right: 6px;
opacity: 1;
}
@media only screen and (max-width: 840px){
.just-mobile{display:block!important;}
.stoerer{
display: block;
width: 110px;
height: 40px;
right: calc(5% + 50px)!important;
left: auto!important;
top: 20px!important;
background: url(//pamcinema.com/wp-content/themes/pam/library/images/support_stoerer_mobile.svg) no-repeat 0 0;
background-size: cover;
}
.header.scroll .stoerer {
top:10px!important;
}
.stoerer a, .stoerer a:focus {
padding-top: 9px;
padding-right: 5px;
}
}
@media only screen and (max-width: 370px){
.stoerer{
width: 92px;
background: url(//pamcinema.com/wp-content/themes/pam/library/images/support_stoerer_mobile-small.svg) no-repeat 0 0;
background-size: cover;
}
.header #logo img {
width: 130px;
}
}
.d-none{display:none!important}