.module {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  min-height: 100%;
}

.module__header {
  width: 960px;
  margin: 0 auto;
}

.module__navbar {
  /* border-top: 1px solid #5484c4;
  border-bottom: 1px solid #5484c4; */
  background-color: #5484c4;
  box-shadow: 0px 5px 10px -4px #5484c4;
  width: 100%;
}

.module__content {
  flex-grow: 1;
  width: 960px;
  margin: 0 auto;
}

.module__footer {
  border-top: 1px solid #5484c4;
}

/* -- ----------------------------------------------------------------------- */

.header {
  display: flex;
  margin: 20px 0 10px;
}

.header__left {
  flex-grow: 1;
}

.header__right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.header__img--diwa5 {
  height: 90px;
}

.header__img--bautzen {
  height: 51px;
  padding-top: 4px;
  margin-right: -5px;
}

.header__img--sw {
  margin-top: 12px;
  width: 150px;
}

/* -- ----------------------------------------------------------------------- */

.navbar {
  display: flex;
  width: 960px;
  margin: 0 auto;
  line-height: 30px;
}

.navbar--sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
.navbar__left {
  padding-top: 2px;
  flex-grow: 1;
  color: #fff;
}

.navbar__right {
  padding-top: 2px;
}

.navbar__right > a {
  color: #fff;
  display: inline-block;
  text-decoration: none;
}

.navbar__right > a:hover {
  text-decoration: underline;
}

/* -- ----------------------------------------------------------------------- */

.content__header {
  display: flex;
  margin: 40px 0 40px;
}

.content__header__left {
  flex-grow: 1;
}

.content__header__right {
  text-align: right;
  line-height: 1.4;
}

.content__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1;
}

.content__subtitle {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.1;
}

.content__section {
  display: flex;
  flex-direction: column;
  /* padding-left: 15px; */
  border-left: 10px solid #5484c4;
  /* border-radius: 10px; */
  margin-bottom: 60px;
}

.content__section__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;

  margin-left: 10px;
}

.content__section__subtitle {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
  /* margin-bottom: 20px; */
  /* border-bottom: 1px solid #a9c441; */

  margin-left: 10px;
}

.content__section__description {
  font-size: 16px;
  font-weight: 400;
  /* margin-bottom: 20px; */
  line-height: 1.2;

  border-left: 1px solid #5484c4;
  border-top: 1px solid #5484c4;
  border-right: 1px solid #5484c4;
  padding: 20px 20px 10px;
  margin-left: 10px;
  margin-top: 20px;
}

.content__section__description > table {
  /* margin-top: 20px; */
  background-color: #eee;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  border-collapse: collapse;
}

.content__section__description > table > th {
  border: 1px solid #fff;
  padding: 0 10px;
  text-align: left;
}

.content__section__description > table > td {
  border: 1px solid #fff;
  padding: 0 10px;
}

.content__section__note {
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  /* margin-bottom: 20px; */
  line-height: 1.2;

  border-left: 1px solid #5484c4;
  border-bottom: 1px solid #5484c4;
  border-right: 1px solid #5484c4;
  padding: 10px 20px 20px;
  margin-left: 10px;
}

.content__section__action {
  margin-top: 20px;
  margin-left: 10px;
}

.content__section__action > a {
  display: inline-block;
  color: #fff;
  background-color: #5484c4;
  text-decoration: none;
  padding: 4px 10px;
  font-size: 14px;
  font-weight: 600;
}

.content__section__action > a:hover {
  background-color: #a9c441;
}

/* -- ----------------------------------------------------------------------- */

.footer {
  display: flex;
  width: 960px;
  margin: 0 auto;
}

.footer__left {
  flex-grow: 1;
}

.footer__left > a {
  font-size: 14px;
  font-weight: 600;
  color: #5484c4;
  text-decoration: none;
}

.footer__right {
  text-align: right;
  font-size: 12px;
  font-weight: 300;
  color: #888;
  line-height: 2.4;
}
