body {
  padding: 0;
  margin: 0;
  background: #f9f9f9;
}
/*-- Navigationsleiste --*/
.navbar {
  background:#005ea9;
}
.nav-link,
.navbar-brand {
  color: white;
  cursor: pointer;
}
.nav-link {
  margin-right: 1em !important;
}
.nav-link:hover,
.navbar-brand:hover {
  color: white;
  text-decoration: underline;
}
.navbar-collapse {
  justify-content: flex-end;
}
.meintext {
  left: 50%;
  position: absolute;
  top: 40%;
  transform: translate(-50%, -55%);
  text-align: center;
}
.meintext h1 {
  color: #005ea9;
}
.meintext p {
  color: #535353;
  font-size: 1.4rem;
  line-height: 1.6;
}