.page {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 13px;
  display: flex;
  justify-content: center;
}
.page .kader {
  margin-top: calc(50vh - 100px);
  border: 1px solid #2284c6;
  padding: 30px;
}
.page .row {
  display: flex;
  flex-direction: row;
}
.page .titel {
  font-size: 32px;
  margin-left: 20px;
  color: #2284c6;
  font-weight: bold;
}
.page .subtitel {
  font-size: 16px;
  margin-left: 20px;
  color: #6b7880;
  font-weight: bold;
  margin-top: 14px;
  margin-bottom: 4px;
}
.page img {
  width: 100px;
  margin-top: 6px;
}
.page .info {
  margin-left: 6px;
  margin-top: 60px;
  color: rgb(31, 30, 30);
}
.page .info a {
  color: rgb(31, 30, 30);
}/*# sourceMappingURL=main.css.map */