.curriculum h1,.maintext h1 {
  color: darkgrey;
  font-weight: 600;
  font-size: 2.0rem;
body {
  padding: 0;
  margin: 0;
  background: #f9f9f9;
}
/*-- Navigationsleiste --*/
.navbar {
  background:#005ea9;
}
.nav-link,
.navbar-toggler {
  float: right;
}
.navbar-brand {
  color: white;
  cursor: pointer;
}
.nav-link {
  margin-right: 1rem !important;
}
.nav-link:hover,
.navbar-brand:hover {
  color: white;
  text-decoration: underline;
}
.navbar-collapse {
  justify-content: flex-end;
}
.meintext {
  text-align: center;
}
.meintext h1 {
  color: #005ea9;
}
.meintext p {
  color: #535353;
  font-size: 1.4rem;
  line-height: 1.6;
}
