
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

    ::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 7px;
    }
    ::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background-color: rgba(0,0,0,.5);
        -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
    }

:root {
  --basefontsize: 1em;
  --baselineheight: 1.5;
  --headerlineheight: 1.25;
}

a {
  color: #ffd99f;
}
a:visited {
  color: grey;
}

ul {
  list-style-position: inside;
}

.footer {
      display: inline-block;
      background-color: rgba(0,0,0, .7);
      width: 100%;
      text-align: center;
      }

.impressum {
padding: 2%;
}

.out {
    display: inline-block;
    color: #ffffff; 
    margin-right: 2%;
    font-style: bold;
}

.cright {
  display: inline-block;
  color: #ffffff;
  font-size: calc(.9 * var(--basefontsize));
}

.contactanswermessage {
      width: 100%;
      text-align: center;
      margin-top: 10%;
    }
