body{
    margin: 0;
    background-color: aliceblue;
}

header{
    background-color: #000002;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 10px 10px 31px 6px #000000;
}

.headerLogo{
    height: 100px;
    width: 100px;}

.headerFirma{
    color: aliceblue;
    font-size: xx-large;
}

.button-54 {
  font-family: "Open Sans", sans-serif;
  font-size: 10px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  cursor: pointer;
  border: 3px solid;
  padding: 0.25em 0.5em;
  box-shadow: 1px 1px 0px 0px, 2px 2px 0px 0px, 3px 3px 0px 0px, 4px 4px 0px 0px, 5px 5px 0px 0px;
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;}

.button-54:active {
  box-shadow: 0px 0px 0px 0px;
  top: 5px;
  left: 5px;
}

@media (min-width: 768px) {
  .button-54 {
    padding: 0.25em 0.75em;
  }
}

.impressum{
    font-size: large;
    padding-left: 10px;
    padding-top: 10px;
}