@import url('chevron-double-up.css');

body {
  background-color: #ffff99bd;
  font-family: Arial, Helvetica, sans-serif;
}

a {
  color: #0000FF;
}

a.active {
  color: #761c19;
}

.page-header {
  background-color: #3366CC;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}

.stander {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.stander h5 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: bold;
  color: #FF0000;
  text-align: center;
}
.stander span {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
}

nav {
  display: flex;
  justify-content: center;
  background-color: #CCFF99;
  column-gap: 14px;
  padding: 4px;
  border-bottom: 1px solid black;
}

.page-content {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
  margin-top: 20px;
}

.article-header {
  display: flex;
  width: 100%;
}

.content-navi {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.article-header .headline {
  color: #dd1010;
  font-size: 24px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  padding-bottom: 10px;
}

.flyer-download {
  margin-left: 6vw;
}

section {
  display: flex;
}

section header {
  display: flex;
  flex-direction: column;
  width: 150px;
  margin-top: 1em;
}

.sidenavi-item {
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #dd1010;
}

.article-content {
  max-width: 1200px;
}

.article-content.introduction {
  font-weight: bold;
}

.article-content li {
  margin: 10px 0;
}

.vorstand {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  margin-right: 28px;
}

.vorstand > a {
  text-align: center;
}

.image-subtitle {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

@media all and (max-width: 870px) {
  .page-header-image {
    display: none;
  }
  section {
    flex-direction: column;
  }
}