body {
  margin: 0;
  padding: 0;
  font-family: "Raleway", sans-serif;
  font-size: 10px;
  color: white;
  background-color: #009fe3;
}

#header {
  background-color: #0082d7;
  height: 56px;
}

#vielmobil-logo {
  height: 32px;
  padding: 12px 0px 12px 20px;
}

#back-btn {
  float: right;
  background-image: url("images/x.svg");
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: center;
  background-color: rgba(0, 0, 0, 0);
  height: 28px;
  width: 28px;
  border-radius: 24px;
  border: 2px solid #d5d5d5;
  cursor: pointer;
  margin: 11px 20px 11px 20px;
}

#content {
  padding: 20px;
  line-height: 1.5;
  font-size: 14px;
}

table {
  word-break: break-word;
}

#social-media-box-desktop {
  padding: 5px 0px;
  height: 30px;
}

#social-media-box-desktop div {
  background-repeat: no-repeat;
  background-size: 25px 25px;
  background-position: center;
  width: 30px;
  height: 30px;
  float: left;
  margin-right: 10px;
  filter: brightness(50%);
}

#mail {
  background-image: url("images/mail-icon.svg");
}
#facebook {
  background-image: url("images/facebook-icon.svg");
}
#twitter {
  background-image: url("images/twitter-icon.svg");
}

h1 {
  font-weight: bold;
  font-size: 2em;
  text-transform: uppercase;
  color: white;
}

a {
  color: rgba(58, 58, 58, 0.95);
}
