
#sidebox { position: fixed; top: 240px; right: 0; height: 123px; width: 41px; 
   background: url("../../images/backgrounds/bg_sidebox.jpg") repeat; border-radius: 6px 0 0 6px;
   z-index: 12; box-shadow: 0 0 6px #444; text-align: center;
}

#sidebox a { display: block; width: 41px; height: 41px; line-height: 41px; }
  #sidebox a:before { font-family: "ewr-netze" !important; font-style: normal !important;
  font-weight: normal !important; font-variant: normal !important; text-transform: none !important;
  speak: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
  color: #fff; font-size: 18px; content: "q"; line-height: 41px;
}

  #sidebox a.sidebox_phone:before { content: "e"; }
  #sidebox a.sidebox_info:before { content: "c"; } 
  
#side_phone_info { position: fixed ; right: -400px; top: 240px; background: #ccc; border-radius: 6px; padding: 15px; width: 400px; height: 123px;
z-index: 10; border: 1px solid #cdcdcd; box-shadow: 0 0 3px #cdcdcd; opacity: 0.93; }   

@media screen and (max-width: 1050px) {
   #sidebox { display: none; }
}