.section-header {
  height: 220px;
  background-color: #332484;
}

.section-content {
  height: 100%;
  min-height: 500px;
  background-color: rgba(99, 53, 171, 0.3);
}

.section-footer {
  min-height: 100px;
  background-color: #332484;
}

.image {
  display: inline-block;
  text-align: left;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-startseite {
  font-family: Montserrat, sans-serif;
  color: #332484;
  font-size: 24px;
  line-height: 120%;
  text-align: center;
}

.text-startseite:hover {
  text-decoration: none;
}

.link-unterstrichen {
  color: #332484;
}

.link-unterstrichen:hover {
  text-decoration: none;
}

.body {
  height: 100%;
  background-color: #fff;
}