@font-face {
  font-family: "Courier New";
  src: url("../fonts/Courier New.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Courier New.eot?#iefix") format("embedded-opentype"), url("../fonts/Courier New.woff2") format("woff2"), url("../fonts/Courier New.woff") format("woff"), url("../fonts/Courier New.ttf") format("truetype"), url("../fonts/Courier New.svg#Courier New") format("svg");
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal; }

body {
  font-weight: 400;
  font-family: 'Courier New', Courier, monospace; }

h1, h2, h3, h4, h5, h6 {
  text-transform: lowercase;
  line-height: 1.25;
  margin: 0;
  padding: 0;
  font-family: 'Courier New', Courier, monospace;
  color: currentColor; }

h2 {
  font-size: 2em; }

.subheader {
  border-bottom: 1px solid;
  margin-bottom: 1em;
  padding-bottom: .5em;
  word-break: break-word; }

.section-center .subheader {
  font-size: clamp(1.0625rem, calc(0.9891rem + 0.3261vw), 1.25rem); }

.section-center p {
  word-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
  margin: 1rem 0; }

.template-tourindexpage .section-center p {
  word-wrap: normal;
  word-break: normal;
  hyphens: manual; }

html, body, div, p, h1, h2, h3, h4, h5, h6, pre, figure,
ul, ol, li, dl, dt, dd, form, fieldset, caption, legend,
table, tr, td, th, address, blockquote, img {
  margin: 0;
  padding: 0; }

img, fieldset {
  border: none; }

blockquote, q {
  quotes: none; }

body *, *:after, *:before {
  box-sizing: border-box; }

legend {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block; }

button, label, summary {
  cursor: pointer; }

html, body {
  height: 100%; }

body, button, input, table, textarea, select {
  font-size: 1rem;
  line-height: 1.5; }

html {
  scroll-behavior: smooth;
  background-color: #faf5f0; }

body {
  color: #000; }

.outer {
  min-height: 100%;
  background-color: #faf5f0; }

.inner {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 80rem;
  margin: auto; }

.main {
  flex-grow: 1;
  position: relative; }

@media (min-width: 40rem) {
  .main,
  .header,
  .footer {
    display: grid;
    grid-template-columns: 1fr 2fr; } }

@media (min-width: 60rem) {
  .main,
  .header,
  .footer {
    grid-template-columns: 3fr 4fr 1.75fr; } }

@media (min-width: 40rem) {
  .footer {
    grid-template-columns: 1fr 1fr 1fr; } }

@media (min-width: 60rem) {
  .footer {
    grid-template-columns: 3fr 4fr 1.75fr; } }

.body--no-scroll {
  overflow-y: hidden; }

.container {
  max-width: 70rem;
  margin: 0 auto;
  padding: 0 .5rem; }
  @media (min-width: 60rem) {
    .container {
      padding: 0; } }
  .container__inner {
    display: flex;
    flex-direction: column; }
    @media (min-width: 40rem) {
      .container__inner {
        flex-direction: row; } }
.uk-link, a {
  color: #c00000;
  text-decoration: underline; }
  .uk-link:hover, a:hover {
    color: #c00000;
    text-decoration: none; }

p {
  line-height: 1.25; }

em {
  color: currentColor; }

figcaption {
  font-size: 7pt;
  margin-top: .5rem; }

.active * {
  color: #3c3b3c !important; }

.meta {
  font-size: 85%; }

img {
  max-width: 100%;
  height: auto; }

[class*=icon-] {
  display: inline-block;
  background-position: center;
  background-color: var(--color-black);
  mask-size: cover;
  mask-repeat: no-repeat;
  width: 1.5rem;
  height: 1.5rem; }

.icon-close {
  mask-image: url(/static/img/icon-close.svg);
  width: 2.25rem;
  height: 2.25rem; }

.icon-menu {
  mask-image: url(/static/img/icon-menu.svg);
  width: 2.75rem;
  height: 2.75rem;
  z-index: 1; }
  @media (min-width: 60rem) {
    .icon-menu {
      display: none; } }
.icon-next {
  mask-image: url(/static/img/icon-next.svg);
  background-color: #fff; }

.icon-prev {
  mask-image: url(/static/img/icon-prev.svg);
  background-color: #fff; }

.icon-search {
  mask-image: url(/static/img/icon-search.svg);
  width: 2.5rem;
  height: 2.5rem;
  background-color: #c00000; }

.header {
  letter-spacing: .0625rem;
  word-spacing: .25rem;
  position: relative;
  border-bottom: .375rem solid #fff; }
  @media (min-width: 60rem) {
    .header {
      position: sticky;
      left: 0;
      top: 0;
      background-color: #ebe6e1;
      z-index: 1; } }
  .header__inner {
    display: flex;
    flex-direction: column; }
    @media (min-width: 40rem) {
      .header__inner {
        flex-direction: row; } }
.header-title {
  font-size: clamp(1.25rem, calc(1.0739rem + 0.7826vw), 1.7rem);
  width: 90%;
  line-height: 1.1; }
  @media (min-width: 40rem) {
    .header-title {
      width: 75%; } }
  @media (min-width: 60rem) {
    .header-title {
      width: 100%; } }
.site-title {
  font-size: 1.4rem;
  color: #7d7873;
  margin-left: 1.25rem;
  word-spacing: -.5rem; }
  @media (min-width: 60rem) {
    .site-title {
      font-size: 1.6rem;
      margin-left: .5rem;
      margin-top: .37rem; } }
  .site-title span {
    color: #c00000; }
  .site-title > a {
    color: inherit;
    text-decoration: none; }

.header .section-left {
  opacity: 1;
  width: auto; }

.header .icon-menu,
.header .icon-close {
  position: fixed;
  top: 1rem;
  right: 1rem;
  background-color: #7d7873;
  background-position: center; }
  @media (min-width: 60rem) {
    .header .icon-menu,
    .header .icon-close {
      display: none; } }
.menu {
  color: #7d7873;
  display: none; }
  @media (min-width: 60rem) {
    .menu {
      display: block;
      position: sticky;
      top: 7rem; } }
  .menu__list {
    padding: 0;
    list-style: none; }
    .menu__list > li {
      text-transform: lowercase;
      line-height: 1.1; }
      .menu__list > li:not(:first-of-type) {
        padding: .75rem 0; }
      .menu__list > li:first-of-type {
        padding-bottom: .75rem; }
      .menu__list > li:not(:last-of-type) {
        border-bottom: 1px solid rgba(125, 120, 115, 0.5); }
      .menu__list > li:first-of-type {
        font-size: 1.1rem; }
      .menu__list > li.active {
        color: #333; }
    .menu__list > li > a {
      color: currentColor;
      text-decoration: none; }
      .menu__list > li > a:hover {
        color: #c00000; }
  .menu__icon {
    position: fixed;
    top: 1.5rem;
    cursor: pointer;
    padding: .25rem;
    border: 1px solid #7d7873;
    border-radius: 1px;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 1;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    right: 2rem; }
    @media (min-width: 60rem) {
      .menu__icon {
        display: none; } }
  .menu__close {
    opacity: 0;
    z-index: -1;
    right: 2rem; }
    .menu__close.visible {
      opacity: 1;
      z-index: 1; }
  .menu__overlay {
    transition: transform .4s;
    transform: translateX(100vw);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    bottom: 0;
    display: flex;
    justify-content: center;
    padding-top: 25%;
    background-color: #ebe6e1;
    overflow-y: auto; }
    .menu__overlay--active {
      transform: translateX(0);
      z-index: 2; }

.home__overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ebe6e1;
  color: #7d7873;
  display: flex;
  justify-content: center;
  padding: 9em 1em 0;
  opacity: 0;
  z-index: -1;
  transition: opacity 1s, z-index 1.5s ease-in-out;
  background-image: url(/images/achtergrond_discordia_voorpagina.jpg);
  background-position: center;
  background-size: cover;
  font-size: 1.5em;
  line-height: 1.5;
  text-align: center; }
  @media (min-width: 40rem) {
    .home__overlay {
      font-size: 3em;
      padding: 3em 2em 0; } }
  .home__overlay--active {
    z-index: 2;
    transition: opacity 1s, z-index 1.5s ease-in-out;
    opacity: 1; }
  .home__overlay--close {
    color: #7d7873;
    padding: .25em; }
    .home__overlay--close svg {
      width: 1.25em;
      height: 1.25em; }

.section-left {
  word-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
  background-color: #ebe6e1;
  text-transform: lowercase;
  padding: 1rem 0 1rem 1.5rem;
  width: 0;
  opacity: 0;
  position: fixed; }
  @media (min-width: 40rem) {
    .section-left {
      position: static;
      opacity: 1;
      width: 100%; } }
  .section-left.footer__logo {
    position: static;
    padding: 1rem; }
  .section-left__icon, .section-left__close {
    position: fixed;
    top: 75%;
    left: -.5rem; }
    .section-left__icon svg, .section-left__close svg {
      width: 3rem;
      height: 3rem; }
    @media (min-width: 40rem) {
      .section-left__icon, .section-left__close {
        display: none; } }
  .section-left__close {
    z-index: -1; }

#section-left.section-left.active {
  width: 50%;
  background-color: #ebe6e1;
  opacity: 1;
  transition: opacity .5s;
  position: absolute;
  left: 0;
  height: auto;
  border-right: .375rem solid white;
  border-bottom: .375rem solid white;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.15); }
  @media (min-width: 40rem) {
    #section-left.section-left.active {
      width: 29.5%; } }
.header .section-left {
  position: static;
  padding: 4.5rem .5rem 2rem 0; }
  @media (min-width: 40rem) {
    .header .section-left {
      padding: 1rem 0 1rem 1.5rem; } }
@media (min-width: 60rem) {
  .section-left nav {
    padding-right: initial;
    position: sticky;
    top: 7rem; } }

.section-left nav ul {
  list-style: none;
  padding: 0 .5rem;
  margin: 0;
  word-spacing: -.5rem;
  word-break: break-word;
  line-height: 1.25;
  padding-right: 1rem; }
  @media (min-width: 60rem) {
    .section-left nav ul {
      padding-right: initial; } }
.section-left nav ul li {
  font-size: clamp(1.125rem, calc(1.0272rem + 0.4348vw), 1.375rem);
  padding: .5rem 1rem .5rem 0; }
  @media (min-width: 60rem) {
    .section-left nav ul li {
      padding: .625rem 0; } }
  .section-left nav ul li:not(:last-of-type) {
    border-bottom: 1px solid rgba(125, 120, 115, 0.5); }

.section-left nav ul li > a {
  color: #7d7873;
  text-decoration: none; }
  .section-left nav ul li > a:hover {
    color: #c00000; }

.section-center {
  padding: 1rem 2rem 1rem 1rem;
  transition: opacity 1s, z-index 1.5s ease-in-out; }
  @media (min-width: 60rem) {
    .section-center {
      padding: 1rem 2rem; } }
  .section-center--transp > h2 {
    opacity: 0; }

.section-center#header-center {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #faf5f0; }
  .section-center#header-center svg {
    width: 2rem;
    height: 2rem; }

section.recensies {
  margin: 3rem 0; }

section.agenda {
  margin-bottom: 3rem; }

.section-title {
  text-transform: none;
  font-weight: 700; }

.section-right {
  word-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
  background-color: #ebe6e1;
  opacity: 0;
  width: 0;
  height: 0;
  transition: opacity .5s; }
  .section-right--transp {
    background-color: transparent; }
  .section-right h2 {
    font-size: 1.65rem; }
  @media (min-width: 60rem) {
    .section-right {
      opacity: 1;
      padding: 1rem;
      height: auto;
      width: 100%; } }
.main-section.section-right.active {
  width: 45%;
  background-color: #ebe6e1;
  opacity: 1;
  transition: opacity .5s;
  top: 0;
  right: 0;
  height: auto;
  border-left: .375rem solid white;
  border-bottom: .375rem solid white;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.15);
  position: absolute;
  padding: 1rem; }

.main-section.section-right.active .menu {
  display: block; }

.agenda__heading {
  font-weight: 700;
  font-size: 1em;
  text-transform: none; }

.agenda__list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0; }

.agenda__hour {
  display: none; }

.agenda__item {
  line-height: 1.25;
  margin: .375em 0; }
  .agenda__item:last-of-type {
    margin-bottom: 2em; }
  .agenda__item--past {
    color: rgba(0, 0, 0, 0.5); }

.agenda__ticket {
  font-variant: all-small-caps;
  text-decoration: none;
  font-size: 1.1rem; }

.agenda__comment {
  font-style: italic; }

.footer {
  border-top: .375rem solid #fff; }
  .footer__inner {
    display: flex;
    flex-direction: column;
    text-transform: lowercase; }
    @media (min-width: 40rem) {
      .footer__inner {
        flex-direction: row; } }
  .footer a {
    text-decoration: none;
    color: #7d7873; }

.footer .section-left {
  position: static;
  width: 100%;
  opacity: 1; }

.footer .section-center {
  display: flex;
  padding: 1.5rem; }

.footer .section-center img {
  width: 5rem;
  display: inline-block;
  margin-right: 2rem; }

.footer .section-right {
  opacity: 1;
  width: 100%;
  height: 100%;
  padding: 1.5rem; }

.republiek {
  text-transform: lowercase; }
  .republiek__jaar {
    margin: 0;
    font-size: 1rem; }
  .republiek__list {
    list-style: none;
    margin: 0 0 2em 0;
    padding: 0; }
  .republiek__item {
    flex-wrap: wrap;
    font-size: 1em;
    display: flex;
    flex-wrap: wrap; }
    .republiek__item > ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      flex-wrap: wrap; }
      .republiek__item > ul > li:not(:last-of-type)::after {
        content: '|';
        margin: 0 .5em; }
      .republiek__item > ul > li > a {
        text-decoration: none; }
  .republiek__title {
    font-size: 1em;
    margin-right: .5em; }

#search-input {
  position: absolute;
  top: 60%;
  right: 15%;
  opacity: 0;
  transition: opacity .2s;
  border: 0.375rem solid var(--color-orange);
  padding: .5rem .75rem;
  width: 15rem;
  font-family: var(--font-default);
  font-size: 1.25rem;
  box-shadow: -0.125rem 0.125rem 2rem 0.25rem rgba(0, 0, 0, 0.15); }
  @media (min-width: 60rem) {
    #search-input {
      right: 33.333%; } }
#search-input.visible {
  opacity: 1;
  transition: opacity .25s ease-out;
  z-index: 1; }

:focus-visible {
  outline: none; }

.template-searchresults .main {
  background-color: var(--color-beige); }

.search-results {
  padding: 2rem 0;
  padding-left: clamp(1rem, calc(-0.1250rem + 5.0000vw), 4.375rem);
  padding-right: clamp(1rem, calc(-0.1250rem + 5.0000vw), 4.375rem);
  height: 100%; }

.form__unit {
  display: flex;
  flex-wrap: wrap;
  margin: 1em 0;
  align-items: center;
  width: 80%;
  justify-content: space-between; }

.form__label {
  flex: 1; }

.form__input {
  flex: 1.5;
  padding: .375em; }

.form__button {
  margin: .5em 0;
  padding: .25em .5em;
  font-size: 1.125em; }

.totop {
  display: none;
  position: fixed;
  bottom: 25%;
  right: 3rem;
  z-index: 99;
  border: none;
  border: 1px solid;
  outline: none;
  color: #7d7873;
  cursor: pointer;
  padding: .5rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  background: #fff; }
  @media (min-width: 40rem) {
    .totop {
      right: 2rem; } }
  .totop:hover {
    color: #555; }

.gallery-item img {
  display: inline-block;
  margin-bottom: .5rem;
  border-radius: .25rem; }

.lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  z-index: 1000;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  display: flex; }

.lightbox-overlay.visible {
  opacity: 1;
  visibility: visible;
  transition: opacity .2s; }

.lightbox-overlay img {
  object-fit: contain; }

.lightbox-overlay .icon-close,
.lightbox-overlay .icon-prev,
.lightbox-overlay .icon-next {
  background-color: #f7f7f7;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem; }

.lightbox-overlay .icon-prev,
.lightbox-overlay .icon-next {
  top: 50%;
  transform: translateY(-50%);
  width: 2.5rem;
  height: 2.5rem; }

.lightbox-overlay .icon-prev {
  left: 1.5rem; }

.lightbox-overlay .icon-next {
  right: 1.5rem; }

.lightbox-caption {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1rem;
  background-color: rgba(51, 51, 51, 0.15);
  color: rgba(255, 255, 255, 0.7);
  font-variant: all-small-caps; }

/*# sourceMappingURL=styles.css.map */