.site-body {
  background-image: url(/backgrounds/achtergrond35.jpg);
  margin-top: 0px;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: 10px;
  padding: 16px;
  box-sizing: border-box;
  padding-bottom: 100px;
}
.rechts {
  text-align: right;
}

body.site-body,
.site-body td,
.site-body p,
.site-body h2 {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  color: #006;
  text-align: left;
  line-height: 2;
  font-size: 14px;
}
a {
  font-size: 12px;
  color: #006;
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
  color: #009;
}
a:hover {
  text-decoration: underline;
  color: #03f;
}
a:active {
  text-decoration: none;
  color: #2257fc;
}
.button {
  background-color: #034581;
  padding: 10px 10px;
  text-transform: uppercase;
  font-size: 18px;
  border-radius: 3px;
  color: #fff !important;
  -webkit-box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, 0.34);
  box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, 0.34);
}
.button:hover {
  text-decoration: none;
}

menu {
  align-self: self-start;
  padding: 0;
  display: flex;
  flex-flow: wrap;
  gap: 10px;
}

.d-flex {
  display: flex;
  gap: 16px;
}

.flex-column {
  flex-direction: column;
}

.flex-row {
  flex-direction: row;
}

.align-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.space-between {
  justify-content: space-between;
}

.space-around {
  justify-content: space-around;
}

.flex-1 {
  flex: 1;
}

.white-container {
  background-color: #fff;
  padding: 16px;
}

.table-striped {
  line-height: 2;
  font-size: 14px;
}

.bold {
  font-weight: bold;
}

.article-padding {
  padding: 40px;
}

footer.footer-text {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

@media (max-width: 1000px) {
  .d-flex {
    flex-direction: column;
    gap: 8px;
  }

  .mobile-hidden {
    display: none;
  }

  body {
    padding: 8px;
    padding-bottom: 100px;
  }

  menu {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
  }

  img {
    max-width: 100%;
  }

  .button {
    font-size: 16px;
    padding: 8px;
  }

  .article-padding {
    padding: 20px;
  }
}
