#cmsleiste {
  position: fixed;
  top: 0;
  z-index: 1234567;
  width: 100%;
  height: 1.5rem;
  padding: 0 1em;
  
  display: flex;
  justify-content: space-between;
  align-items: center;

  background-color: #999;
  border-bottom: 1px solid #777;
}

#cmsleiste a, #cmsleiste a:visited, #cmsleiste a:link {
  font-family: "Praxis Next W01 Regular";
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 1;
  text-decoration:none;
  color: #fff;

  padding: 0 .5em;
}

#cmsleiste a.btn {
  text-decoration: underline;
}

#cmsleiste a:last-child {
  margin-left: auto;
}

body.is-admin #nav.c-offcanvas {
  padding: 2rem 8px 1rem;
  background-position:  8px 2rem;
}

body.is-admin .Header .Header-wrapper .Logo,
body.is-admin .js-offcanvas-trigger {
  margin-top: 2em;
}

@media only screen and ( min-width: 1024px ) and ( min-height: 700px ) {
  body.is-admin {
    padding-top: 0rem;
  }

  body.is-admin .Header .Header-wrapper .Menu-wrapper {
    margin-top: 2rem;
  }
}