body {
  background-color: #cdddee;
  width: 100%;
  height: 100%;
  text-align: center;
  margin: 0;
}
body > img {
  margin: 100px 0;
}
body .content {
  display: flex;
  justify-content: center;
}
body .content > div {
  text-align: left;
  width: 375px;
  margin: 0 15px;
}
body .content > div div {
  display: flex;
}
body .content > div div img {
  margin-right: 20px;
}
body .content > div h2 {
  font-size: 24px;
  font-style: italic;
}
body .content > div .zeiten {
  display: flex;
  justify-content: space-between;
}
body .content > div .zeiten .left, body .content > div .zeiten .right {
  flex: 1;
}
body .content > div .zeiten .right {
  text-align: right;
}
body .legals {
  position: fixed;
  bottom: 5px;
  right: 15px;
}
body .legals a {
  padding: 5px;
}

h2, p, a {
  font-family: "Arial", sans-serif;
  display: inline-block;
  margin-block: 8px;
}

p, a {
  font-size: 16px;
}

a {
  text-decoration: none;
  color: #4868a5;
}

@media screen and (max-width: 820px) {
  body .content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  body .content > div {
    margin: 10px 0;
    width: 375px;
  }
}
@media screen and (max-width: 410px) {
  body > img {
    margin: 50px 0;
  }
  body .content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  body .content > div {
    margin: 10px 0;
    width: 245px;
  }
  body .content > div div img {
    width: 16px;
    margin-right: 10px;
  }
  body .content > div h2 {
    font-size: 16px;
  }
  p, a {
    font-size: 10px;
  }
}

/*# sourceMappingURL=style.css.map */
