.body {
  color: #000;
  background-color: #eaeaea;
  background-image: url('../images/stempel-begripvolle-ambtenaar2x.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 545px;
  padding-bottom: 5%;
  font-family: futura-pt, sans-serif;
}

.body.min-padding {
  padding-bottom: 0%;
}

.paragraph {
  color: #000;
  letter-spacing: .5px;
  flex: 1;
  font-family: futura-pt, sans-serif;
  font-size: 17px;
  line-height: 28px;
}

.paragraph.onderschrift {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
}

.paragraph.p-menu-item {
  color: #000;
  margin-left: 10px;
  text-decoration: underline;
}

.content-container {
  margin-left: auto;
  margin-right: auto;
}

.content-container.lead {
  margin-top: 2%;
  margin-bottom: 5%;
}

.content-container.outro {
  border-top: 1px solid #000;
  margin-top: 3%;
  padding-top: 1%;
}

.h1 {
  text-align: right;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  margin-right: 10%;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
  font-family: futura-pt, sans-serif;
}

.h2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 15px;
  font-family: futura-pt, sans-serif;
  font-size: 22px;
  line-height: 32px;
}

.h2.menu-item {
  color: #000;
  margin-top: 30px;
  margin-bottom: 0;
  line-height: 22px;
  text-decoration: underline;
}

.h2.menu-item.non-clickable {
  color: gray;
  margin-bottom: 10px;
  text-decoration: none;
}

.quote {
  background-color: #fff;
  margin-top: 75px;
  margin-bottom: 75px;
  padding-bottom: 30px;
  padding-left: 80px;
  padding-right: 80px;
}

.image {
  margin-top: -40px;
  margin-left: -50px;
}

.quote-txt {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: futura-pt, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
}

.img {
  border: 6px solid #fff;
  flex: 1;
  margin: 4% 1%;
  box-shadow: 4px 4px 20px #00000040;
}

.img.only-img {
  flex: 0 auto;
}

.header {
  justify-content: center;
  align-items: center;
  display: flex;
}

.cntr-inleiding {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.dv-inleiding {
  width: 50%;
  padding-right: 5%;
}

.dv-essay-links {
  width: 50%;
}

.lnk-blck-essay {
  color: #000;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  padding: 25px;
  font-size: 17px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
  transition: box-shadow .2s;
  display: flex;
  box-shadow: 4px 4px 20px #00000026;
}

.lnk-blck-essay:hover {
  box-shadow: 0 0 0 3px #f5b041;
}

.dv-essay-link {
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.txt-blck-essay {
  margin-left: 40px;
}

.content-large-padding {
  padding-left: 10%;
  padding-right: 10%;
}

.content-large-padding.without-header {
  padding-top: 4%;
}

.link {
  color: #000;
  font-size: 17px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: underline;
  display: inline-block;
}

.bron {
  border-top: 1px solid #000;
  flex: none;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 5px;
  padding-right: 5%;
}

.content-bron {
  padding-top: 10px;
  padding-bottom: 15px;
  padding-right: 10%;
  display: flex;
}

.title {
  color: #000;
  letter-spacing: .5px;
  text-transform: uppercase;
  flex: 1;
  margin-bottom: 5px;
  font-family: futura-pt, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
}

.paragraph-bron {
  color: #000;
  letter-spacing: .5px;
  flex: 1;
  font-family: futura-pt, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.container-bron {
  flex: none;
  width: 250px;
  margin-left: -100px;
  padding-right: 5%;
}

.img-persoon {
  border: 3px solid #fff;
  max-width: 75px;
  margin: 3px;
  transition: box-shadow .2s;
  box-shadow: 3px 3px 20px #00000040;
}

.img-persoon:hover {
  box-shadow: 0 0 0 3px #f5b041;
}

.img-persoon.large-margin {
  margin-top: 0;
  margin-right: 25px;
}

.img-persoon.extra-large-margin {
  margin-right: 50px;
}

.politiek-proces {
  text-align: center;
  background-color: #fff;
  flex: 0 auto;
  margin-bottom: 100px;
  padding-left: 3%;
  padding-right: 3%;
  box-shadow: 4px 4px 20px #00000026;
}

.sctn-politiek-proces {
  justify-content: center;
  align-items: flex-start;
  margin-top: 5%;
  display: flex;
}

.rij-persoon {
  margin-bottom: 10px;
}

.rij-persoon.up {
  margin-top: -45px;
}

.img-route {
  margin-bottom: -60px;
}

.audio {
  background-color: #e2e2e2;
  border: 4px solid #fff;
  width: 300px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px;
  box-shadow: 3px 3px 20px #00000026;
}

.audio.min-margin {
  margin-left: -100px;
}

.audio.extra-margin {
  margin-left: 100px;
}

.column-img {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-txt {
  padding-left: 50px;
  padding-right: 50px;
}

.sctn-portret {
  margin-bottom: 5%;
}

.column-portretten {
  display: flex;
}

.column-portretten.reverse {
  flex-direction: row-reverse;
}

.switch {
  z-index: 999;
  justify-content: center;
  width: 100%;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
}

.btn {
  box-shadow: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #6b9440;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 0 20px;
  font-size: 13px;
  font-weight: 700;
  line-height: 13px;
  display: flex;
}

.btn.systeem {
  background-color: #aaa;
  padding-bottom: 4px;
  box-shadow: inset 0 -4px #757575;
}

.cntr-switch {
  background-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 15px 25px 20px;
  display: flex;
  box-shadow: 0 0 20px #00000026;
}

.patronen {
  z-index: 999;
  opacity: 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: fixed;
  bottom: 50%;
  left: 0%;
  right: auto;
}

.patroon {
  z-index: 10;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #fff;
  padding: 10px 15px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: box-shadow .2s;
  position: relative;
  box-shadow: 3px 3px 10px #00000026;
}

.patroon:hover {
  z-index: 11;
  box-shadow: 0 0 0 3px #f5b041;
}

.patroon.first {
  color: #f5b041;
}

.patroon.second {
  z-index: 9;
  color: #58d68d;
}

.patroon.second:hover {
  z-index: 11;
}

.patroon.third {
  color: #5dade2;
}

.patroon.third:hover {
  z-index: 11;
}

.patroon.fourth {
  z-index: 9;
  color: #af7ac5;
}

.patroon.fourth:hover {
  z-index: 11;
}

.patroon.plus {
  box-shadow: none;
  background-color: #0000;
  align-self: flex-end;
  padding: 0 0 15px;
}

.video {
  margin-top: 5%;
  margin-bottom: 5%;
}

.img-container {
  flex-flow: row;
  place-content: center;
  align-items: center;
  display: flex;
}

.title-persoon {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}

.h3 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 15px;
  font-family: futura-pt, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.twitter {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 4%;
  margin-bottom: 4%;
  display: flex;
}

.content-onderschrift {
  margin-top: -10px;
  padding-bottom: 20px;
  padding-left: 10%;
  padding-right: 10%;
}

.column-bottom-links {
  border-top: 1px solid #000;
  margin-top: 4%;
  padding-top: 4%;
}

.menu {
  z-index: 1000;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 5% 35%;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.div-block {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cross-svg {
  width: 40px;
  height: 40px;
}

.menu-button-close {
  padding: 10px;
  transition: box-shadow .2s;
  position: fixed;
  inset: 5% 5% auto auto;
}

.menu-button-close:hover {
  box-shadow: 0 0 0 3px #f5b041;
}

.menu-button {
  z-index: 999;
  padding: 8px 10px 10px;
  transition: box-shadow .2s;
}

.menu-button:hover {
  background-color: #fff;
  box-shadow: 0 0 0 3px #f5b041;
}

.menu-button.desktop {
  display: flex;
}

.menu-button.zero-opacity {
  opacity: 0;
}

.img-menu {
  width: 82px;
}

.img-logo-small {
  display: none;
}

.grey {
  color: gray;
}

.twitter-embed {
  box-shadow: 4px 4px 20px #00000040;
}

.menu-button-mobile {
  z-index: 999;
  justify-content: center;
  align-items: center;
  padding: 8px 10px 10px;
  transition: box-shadow .2s;
  display: none;
}

.menu-button-mobile:hover {
  box-shadow: 0 0 0 3px #f5b041;
}

.menu-button-mobile.desktop {
  display: flex;
}

.menu-button-mobile.zero-opacity {
  opacity: 0;
}

.container-switch {
  align-items: flex-start;
  margin-top: 25px;
  margin-left: -5px;
  display: flex;
}

.menu-header {
  z-index: 999;
  position: fixed;
  inset: 4% 4% auto auto;
}

.close-menu {
  width: 40px;
}

@media screen and (max-width: 991px) {
  .quote {
    padding-left: 10%;
    padding-right: 10%;
  }

  .bron {
    width: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0%;
    padding-right: 10%;
  }

  .content-bron {
    flex-direction: column-reverse;
    padding-left: 10%;
  }

  .container-bron {
    width: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0%;
    padding-right: 0%;
  }

  .sctn-politiek-proces {
    padding-left: 5%;
    padding-right: 5%;
  }

  .audio {
    width: auto;
  }

  .audio.min-margin, .audio.extra-margin {
    margin-left: 0;
  }

  .menu {
    padding-top: 5%;
    padding-left: 15%;
    padding-right: 15%;
  }

  .menu-button {
    background-color: #ffffff80;
    box-shadow: 4px 4px 20px #00000026;
  }
}

@media screen and (max-width: 767px) {
  .paragraph {
    font-size: 15px;
    line-height: 25px;
  }

  .paragraph.onderschrift {
    font-size: 12px;
    line-height: 20px;
  }

  .h1 {
    padding: 4% 5% 4% 10%;
    font-size: 22px;
    line-height: 22px;
  }

  .h2 {
    font-size: 18px;
    line-height: 22px;
  }

  .h2.menu-item {
    margin-top: 10px;
  }

  .h2.menu-item.non-clickable {
    margin-bottom: 0;
  }

  .header {
    background-color: #ffffffbf;
  }

  .cntr-inleiding {
    flex-direction: column;
    padding-left: 10%;
    padding-right: 10%;
  }

  .dv-inleiding {
    width: 100%;
    padding-right: 0%;
  }

  .dv-essay-links {
    width: 100%;
  }

  .lnk-blck-essay {
    height: auto;
    font-size: 16px;
    line-height: 20px;
  }

  .dv-essay-link {
    flex-direction: column;
    align-items: flex-start;
  }

  .txt-blck-essay {
    margin-top: 20px;
    margin-left: 0;
  }

  .link {
    font-size: 15px;
    line-height: 25px;
  }

  .title {
    font-size: 13px;
    line-height: 18px;
  }

  .paragraph-bron {
    font-size: 14px;
    line-height: 18px;
  }

  .img-persoon {
    max-width: 50px;
    margin: 2px;
  }

  .img-persoon.large-margin {
    margin-right: 5px;
  }

  .img-persoon.extra-large-margin {
    margin-right: 15px;
  }

  .politiek-proces {
    margin-bottom: 5%;
  }

  .rij-persoon.up {
    margin-top: -20px;
  }

  .img-route {
    margin-bottom: -20px;
  }

  .column-img {
    padding-bottom: 5%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .column-txt {
    padding-left: 10%;
    padding-right: 10%;
  }

  .column-portretten, .column-portretten.reverse {
    flex-direction: column;
  }

  .img-portret {
    max-width: 150px;
  }

  .btn {
    height: 36px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .cntr-switch {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .title-persoon {
    font-size: 13px;
  }

  .h3 {
    font-size: 18px;
    line-height: 22px;
  }

  .content-onderschrift {
    margin-top: 0;
    padding-bottom: 0;
  }

  .column-bottom-links {
    padding-left: 10%;
    padding-right: 10%;
  }

  .column, .column-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .menu {
    padding-left: 10%;
    padding-right: 10%;
  }

  .menu-button-close {
    top: 2%;
  }

  .menu-button {
    display: none;
  }

  .img-menu {
    width: 65px;
  }

  .img-logo-large {
    display: none;
  }

  .img-logo-small {
    width: 232px;
    display: block;
  }

  .menu-button-mobile {
    background-color: #ffffffbf;
    display: block;
    box-shadow: 6px 0 20px #00000026;
  }

  .menu-button-mobile:hover {
    background-color: #fff;
  }

  .link-block {
    background-color: #fff;
    padding: 10px;
  }

  .container-switch {
    margin-top: 20px;
  }

  .menu-header {
    inset: 22px auto auto 22px;
  }

  .close-menu {
    width: 25px;
  }
}

@media screen and (max-width: 479px) {
  .header {
    padding-left: 0%;
    padding-right: 0%;
  }
}


