.customer-admin-bar{
  background: #23282d;
  position: fixed;
  top:0px;
  color: white;
  width: 100%;
  z-index:1000;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  padding-right:50px;
  text-align: right;
}

.customer-admin-bar a{
  color:white;
  display: inline-block;
  padding:5px 20px;
}

.customer-admin-bar a:hover{
  background: #32373c;
  color: white;
}


.login h1 a{
  background-image: url('../images/inc-gruppen.png') !important;
  background-size:100%;
  height:36px !important;
  width: 260px !important;
}

body.login{
  background: #333;
}

body.login #nav a,
body.login #backtoblog a{
  color: white;
}