#header #logo {
 background: url(../images/r2mail2_50x260.png);
 background-position: 0 0;
 background-repeat: no-repeat;
 display: block;
 width: 450px;
 height: 50px;
 z-index: 2;
 position: relative;
 margin-top: 0.5rem
}
@media only all and (max-width: 1150px) {
 #header #logo {
  background: url(../images/r2mail2_50x50.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  display: block;
  width: 50px;
  height: 50px;
  z-index: 2;
  position: relative;
  margin-top: 0.5rem
 }
}
#header .logo-accent {
 display: none
}
#header {
 padding-top: 0.5rem;
 padding-bottom: 1rem;
 background: #85878a;
}

#footer2 {
 display: none
}

#footer {
 background: #85878a;
 color: #ffffff;
}
