@import "1_reset/normalize.css";
@import "1_reset/boilerplate.css";
@font-face {
  font-family: "Kievit OT W03";
  font-weight: 300;
  font-style: normal;
  src: url("../webfonts/5838747/32ad21fa-3afd-4096-a6cd-f7c5ce1a0cda.woff2") format("woff2"), url("../webfonts/5838747/7d80d119-1442-45aa-8af2-6ae53b0246df.woff") format("woff");
}
@font-face {
  font-family: "Kievit OT W03";
  font-weight: 500;
  font-style: normal;
  src: url("../webfonts/5838811/badd7d2c-6010-452c-a6ac-999e821d5710.woff2") format("woff2"), url("../webfonts/5838811/38b5b7bb-5a71-4e2b-b3b5-c9bb84b8be56.woff") format("woff");
}
@font-face {
  font-family: "Kievit Slab W03 Book";
  font-weight: 300;
  font-style: normal;
  src: url("../webfonts/5839153/4a38b840-e77d-4f44-ba60-2c84ecd938f5.woff2") format("woff2"), url("../webfonts/5839153/dd11bb5d-510b-427e-9b64-f39c009577ad.woff") format("woff");
}
.ul-no-list {
  list-style-type: none;
  padding: 0;
}
.ul-no-list li {
  margin-bottom: 0;
}
/*
    SVG icon with hover effect
 */
html {
  color: #50565b;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.03em;
}
@media screen and (orientation: landscape) and (min-width: 900px) {
  html {
    font-size: 2vh;
    /* ToDo: enable browser zoom ? */
  }
}
#svgfilter {
  position: absolute;
  top: 0;
  height: 0;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
body {
  font-family: 'Kievit OT W03', sans-serif;
  font-size: 1rem;
  line-height: 1.25em;
  font-weight: 300;
  color: #50565b;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Kievit OT W03', sans-serif;
  font-weight: 300;
  line-height: 1.25em;
}
h1,
.h1 {
  font-family: 'Kievit Slab W03 Book', serif;
  font-size: 1.875rem;
  color: #50565b;
  margin-top: 0;
  margin-bottom: 3.75rem;
  text-align: center;
}
@media only screen and (max-width: 759px) {
  h1,
  .h1 {
    font-size: 1.875rem;
  }
}
header {
  margin-bottom: 3.125rem;
}
header h1,
header h2 {
  margin-top: 0;
  margin-bottom: 0;
}
.title,
.frontpage-title,
.frontpage_header h2 {
  font-family: 'Kievit Slab W03 Book', serif;
  font-size: 2rem;
  text-align: center;
  margin: 0;
}
@media screen and (orientation: portrait), screen and (max-width: 899px) {
  .title,
  .frontpage-title,
  .frontpage_header h2 {
    line-height: 0.9em;
  }
}
.title .small,
.frontpage-title .small,
.frontpage_header h2 .small {
  font-family: 'Kievit OT W03', sans-serif;
  font-size: 62.5%;
}
.title a,
.frontpage-title a,
.frontpage_header h2 a {
  text-decoration: none;
}
.title a:hover,
.frontpage-title a:hover,
.frontpage_header h2 a:hover {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: #d5a432;
  text-decoration-width: 2px;
}
.logo-replace {
  color: rgba(0, 0, 0, 0.3);
  display: inline-block;
  width: 13rem;
  max-width: 100%;
  height: 3.25rem;
  overflow: hidden;
  padding: 0;
}
.logo-replace:before {
  content: url('../images/ruk-logo.svg');
  width: 13rem;
  max-width: 100%;
  height: 3.25rem;
  display: inline-block;
  font-size: 0;
  line-height: 0;
}
a .logo-replace:hover:before,
a.logo-replace:hover:before {
  filter: url('#text2highlight');
}
@media screen and (orientation: landscape) and (min-width: 900px) {
  .title {
    font-size: 1rem;
  }
  .title .small {
    display: none;
  }
}
.copyright {
  text-align: center;
  font-family: 'Kievit Slab W03 Book', serif;
  font-size: 1rem;
  line-height: 0.9em;
}
.copyright a {
  text-decoration: none;
}
.copyright a:hover {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: #d5a432;
  text-decoration-width: 2px;
}
@media screen and (orientation: landscape) and (min-width: 900px) {
  .frontpage-title,
  .frontpage_header h2 {
    margin-top: 0;
    font-size: 3.25rem;
    line-height: 0.8em;
  }
  .frontpage-title .small,
  .frontpage_header h2 .small {
    font-size: 60%;
  }
  .frontpage-title .logo-replace,
  .frontpage_header h2 .logo-replace {
    width: 21rem;
    height: 5.25rem;
  }
  .frontpage-title .logo-replace:before,
  .frontpage_header h2 .logo-replace:before {
    width: 21rem;
    height: 5.25rem;
  }
}
.frontpage-title a:hover,
.frontpage_header h2 a:hover {
  color: #d5a432;
}
h2,
.h2 {
  margin-top: 1.25rem;
  margin-bottom: 0.625rem;
  text-align: center;
}
.subtitle {
  font-size: 1rem;
  line-height: 1.25em;
  margin-top: 0.3125rem;
  text-align: center;
}
.element {
  margin-top: 3.75rem;
}
.element:first-child {
  margin-top: 0;
}
.element:first-child > h2 {
  margin-top: 0;
}
.element-inmenu h2 {
  font-family: 'Kievit Slab W03 Book', serif;
  font-size: 1.875rem;
  margin-top: 0;
  margin-bottom: 3.75rem;
  text-align: center;
}
@media only screen and (max-width: 759px) {
  .element-inmenu h2 {
    font-size: 1.875rem;
  }
}
h3,
.h3 {
  margin-top: 1.25rem;
  margin-bottom: 0;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
h2,
.h2 {
  font-size: 1.25rem;
}
@media only screen and (max-width: 759px) {
  h2,
  .h2 {
    font-size: 1.25rem;
  }
}
h3,
.h3 {
  font-size: 1rem;
  font-weight: 500;
}
@media only screen and (max-width: 759px) {
  h3,
  .h3 {
    font-size: 1rem;
  }
}
h4,
.h4 {
  font-size: 1rem;
}
@media only screen and (max-width: 759px) {
  h4,
  .h4 {
    font-size: 1rem;
  }
}
h5,
.h5 {
  font-size: 1rem;
}
@media only screen and (max-width: 759px) {
  h5,
  .h5 {
    font-size: 1rem;
  }
}
h6,
.h6 {
  font-size: 1rem;
}
@media only screen and (max-width: 759px) {
  h6,
  .h6 {
    font-size: 1rem;
  }
}
p {
  margin: 0 0 1.25rem 0;
}
.typearea > p:last-child,
.book-content > p:last-child,
.event-content > p:last-child {
  margin-bottom: 0;
}
p.dropcap:first-letter {
  float: left;
  font-family: 'Kievit Slab W03 Book', serif;
  font-size: 3rem;
  line-height: 0.7;
  padding-top: 0.2rem;
  padding-right: 0.2rem;
}
ul,
ol {
  padding-left: 1.2em;
  margin-top: 0;
  margin-bottom: 0.3125rem;
}
li {
  margin: 0 0 0.3125rem;
}
a {
  color: #50565b;
  text-decoration: underline;
  outline: 0;
}
a:hover {
  color: #d5a432;
}
*:focus-visible,
a:focus-visible .frontpage-title {
  outline: 3px dotted #d5a432;
  outline-offset: 2px;
}
a[href^="http"]::after {
  content: url("../images/icon_external.svg");
  display: inline-block;
  width: 0.78125em;
  height: 0.78125em;
  position: relative;
  left: 0;
  top: 0.0625em;
  z-index: 0;
}
a[href^="http"]:hover::after {
  filter: url('#text2highlight');
}
a[href^="http"]::after {
  margin-left: 0.3em;
}
.strong-link {
  font-weight: 500;
  margin: 1.25rem 0;
}
.pages-footer {
  font-family: 'Kievit Slab W03 Book', serif;
}
@media screen and (max-width: 400px) {
  .pages-footer {
    font-size: 0.875rem;
  }
}
.pages-footer a {
  text-decoration: none;
}
.pages-footer a:hover {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: #d5a432;
  text-decoration-width: 2px;
}
body {
  position: relative;
  background-color: #333;
  padding: 0;
  margin: 0;
}
@media screen and (orientation: portrait), screen and (max-width: 899px) {
  body.is-open-contents {
    overflow: hidden;
    position: relative;
  }
}
.block-transitions * {
  transition: none !important;
}
img {
  max-width: 100%;
}
.topheader {
  text-align: center;
  margin-bottom: 0;
}
.flap {
  overflow-y: auto;
  background-color: #fde7e5;
}
.flap * {
  transition: margin-left 0.3s ease-out, visibility 0.3s linear 0s;
}
.flap.collapsed {
  overflow: hidden;
}
.flap.collapsed .close-btn,
.flap.collapsed nav,
.flap.collapsed .contact span {
  visibility: hidden;
}
.flap.collapsed * {
  transition: margin-left 0.3s ease-out, visibility 0s linear 0.3s;
}
.spread-container {
  margin: 0 auto;
  background-color: #fde7e5;
  position: relative;
}
.pages-container {
  background: #fff;
}
.page {
  background: #fff;
}
.page-gutter {
  display: none;
}
@media screen and (orientation: portrait), screen and (max-width: 899px) {
  .topheader {
    padding-top: 1.5rem;
    height: 4.75rem;
  }
  .flap-left {
    height: calc(100vh - 3.75rem - 6.25rem);
    padding-top: 3.75rem;
    padding-bottom: 6.25rem;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    transition: height 0.3s ease-out, padding 0.3s ease-out;
  }
  .flap.collapsed {
    height: 0;
    padding-bottom: 0;
  }
  .flap.collapsed .contact {
    visibility: hidden;
  }
  .pages-container {
    margin-top: 3.75rem;
  }
  .page {
    padding: 1.75rem;
  }
  .pages-footer {
    padding: 1.75rem;
  }
  .pages-footer > * {
    margin-top: 0.25em;
    text-align: center;
  }
  .flap-article {
    background: white;
    padding: 1.75rem;
    margin-top: 3.75rem;
  }
  .flap-article + .pages-container {
    margin-top: 0;
  }
  .pages-footer {
    text-align: center;
  }
  .pages-footer > * {
    display: inline-block;
    white-space: nowrap;
  }
  .pages-footer > *:first-child a:after {
    content: ' | ';
    display: inline-block;
    margin: 0 0.5em;
  }
}
@media screen and (orientation: landscape) and (min-width: 900px) {
  .spread-container {
    max-width: 130.66666667vh;
    margin-top: 1vh;
    height: 98vh;
  }
  .vh-adjust .spread-container {
    max-width: 126.66666667vh;
    margin-top: 1vh;
    height: 95vh;
  }
  .open-contents {
    position: absolute;
    top: 1.9rem;
    left: 9.765625vh;
    z-index: 10;
    width: auto;
    padding: 0;
  }
  .close-contents-top {
    display: none;
  }
  .topheader {
    position: absolute;
    top: 1.9rem;
    width: calc(50% - 5.20833333vh);
    right: 5.20833333vh;
    z-index: 10;
  }
  .pages-container {
    height: 100%;
    padding-left: 4.55729167vh;
    padding-right: 4.55729167vh;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -ms-flex-wrap: none;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .page {
    height: 100%;
    width: 50%;
    -webkit-box-flex: 0 1 50%;
    -moz-box-flex: 0 1 50%;
    -webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    position: relative;
  }
  .page-gutter {
    -webkit-box-flex: 0 0 2px;
    -moz-box-flex: 0 0 2px;
    -webkit-flex: 0 0 2px;
    -ms-flex: 0 0 2px;
    flex: 0 0 2px;
    height: 100%;
    display: block;
    width: 2px;
    background-color: #a8abad;
    position: relative;
    box-shadow: 0 0 0.5rem #000000;
    z-index: 1;
  }
  .pages-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 4.55729167vh;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -ms-flex-wrap: none;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .pages-footer > * {
    width: 50%;
    -webkit-box-flex: 0 1 50%;
    -moz-box-flex: 0 1 50%;
    -webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    position: relative;
    text-align: center;
  }
  .typearea {
    margin: 11.71875vh calc(5.20833333vh - 1.5rem) 11.71875vh 5.20833333vh;
    padding-right: 1.5rem;
    max-height: calc(100% - 2 * 11.71875vh);
    overflow-y: auto;
  }
  .flap {
    position: absolute;
    z-index: 20;
    width: 30.88541667vh;
    top: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    transition: all 0.3s ease-out;
    box-shadow: 0.5rem 0.5rem 0.5rem rgba(0, 0, 0, 0.25);
    padding: 4.55729167vh;
  }
  .flap > .close-contents {
    width: auto;
  }
  .flap-left {
    left: 0;
  }
  .flap-left > * {
    width: 30.88541667vh;
  }
  .flap-right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -ms-flex-wrap: none;
    flex-direction: column;
    flex-wrap: nowrap;
    -ms-flex-pack: end;
    justify-content: flex-end;
    right: 0;
    width: calc(45% - 5.7rem);
    padding-top: 11.71875vh;
    box-shadow: -0.5rem 0.5rem 0.5rem rgba(0, 0, 0, 0.25);
  }
  .LastPage .flap-right {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .flap.collapsed {
    width: 0;
    padding-right: 0;
    overflow-y: hidden;
    box-shadow: 0.2rem 0.2rem 0.3rem rgba(0, 0, 0, 0);
  }
}
.open-contents {
  display: block;
  border: none;
  color: #50565b;
  font-family: 'Kievit Slab W03 Book', serif;
  font-size: 1rem;
  cursor: pointer;
}
.open-contents::before {
  content: url("../images/btn_menu.svg");
  display: inline-block;
  width: 1.0625em;
  height: 1em;
  position: relative;
  left: 0;
  top: 0.20625em;
  z-index: 0;
}
.open-contents:hover::before {
  filter: url('#text2highlight');
}
.open-contents::before {
  margin-right: 0.875rem;
}
@media screen and (orientation: portrait), screen and (max-width: 899px) {
  .open-contents {
    text-decoration: none;
    color: #fde7e5;
  }
  .open-contents::before,
  .open-contents:hover::before {
    filter: url('#text2background');
  }
  .open-contents:hover {
    color: #fde7e5;
  }
}
@media screen and (orientation: landscape) and (min-width: 900px) {
  .open-contents {
    text-decoration: none;
    background: none;
  }
  .open-contents:hover {
    color: inherit;
    text-decoration: underline;
    text-decoration-color: #d5a432;
    text-decoration-width: 2px;
  }
}
.close-btn {
  background: none;
  border: none;
  color: #50565b;
  cursor: pointer;
}
.close-btn::before {
  content: url("../images/btn_close.svg");
  display: inline-block;
  width: 0.875em;
  height: 0.875em;
  position: relative;
  left: 0;
  top: 0;
  z-index: 0;
}
.close-btn:hover::before {
  filter: url('#text2highlight');
}
.close-btn span {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.close-contents-top {
  color: #fde7e5;
}
.close-contents-top::before,
.close-contents-top:hover::before {
  filter: url('#text2background');
}
.close-contents-flap {
  position: absolute;
  top: 4.55729167vh;
  left: calc(30.88541667vh + (14em / 16));
}
@media screen and (orientation: portrait), screen and (max-width: 899px) {
  .close-contents-flap {
    display: none;
  }
  .close-contents {
    display: none;
  }
  body.is-open-contents .open-contents {
    display: none;
  }
  body.is-open-contents .close-contents-top {
    display: block;
  }
  .nav-container {
    position: sticky;
    z-index: 5;
    top: -3.75rem;
    transition: top 0.3s ease-out;
  }
  .show-menu-bar .nav-container {
    top: 0;
  }
  .open-contents,
  .close-contents {
    position: absolute;
    background: #50565b;
    top: 0;
    width: 100%;
    padding-top: 1.25rem;
    height: 2.5rem;
    z-index: 10;
    text-align: center;
  }
  #contents {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .nav-container nav {
    margin-top: 2.5rem;
  }
}
@media screen and (orientation: landscape) and (min-width: 900px) {
  #contents {
    padding-top: 4.5rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -ms-flex-wrap: none;
    flex-direction: column;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
nav {
  font-family: 'Kievit Slab W03 Book', serif;
  font-size: 1.125rem;
  line-height: 1.2em;
}
@media screen and (orientation: landscape) and (min-width: 900px) {
  nav {
    font-size: 1.25rem;
  }
  nav ul li {
    margin-bottom: 1em;
  }
}
nav ul {
  list-style-type: none;
  padding: 0;
}
nav ul li {
  margin-bottom: 0;
}
nav ul li {
  margin-bottom: 0.8em;
}
nav a {
  text-decoration: none;
}
nav a:hover {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: #d5a432;
  text-decoration-width: 2px;
}
nav .sublinks li {
  display: inline-block;
}
nav .sublinks li::after {
  content: ' | ';
}
nav .sublinks li:last-child::after {
  content: none;
}
.nav-container nav {
  margin-top: 2.5rem;
}
.page nav {
  margin-top: 4.5rem;
  text-align: center;
}
.contact-address::before {
  content: url("../images/icon_address.svg");
}
.contact-hours::before {
  content: url("../images/icon_hours.svg");
}
.contact-tel::before {
  content: url("../images/icon_tel.svg");
}
.contact-mail::before {
  content: url("../images/icon_mail.svg");
}
.contact ul {
  list-style-type: none;
  padding: 0;
  font-feature-settings: "lnum" 1;
  margin-bottom: 0;
}
.contact ul li {
  margin-bottom: 0;
}
.contact ul li {
  margin-bottom: 1em;
  position: relative;
  margin-left: 1.75em;
  transition: margin-left 0.3s ease-out;
}
.contact ul li .contact-icon,
.contact ul li::before {
  display: block;
  width: 0.875em;
  height: 1em;
  position: absolute;
  left: -1.75em;
  top: 0.15em;
}
.contact ul li .contact-icon {
  display: none;
}
.contact ul li:last-child {
  margin-bottom: 0;
}
@media screen and (orientation: portrait), screen and (max-width: 899px) {
  .contact {
    margin-top: 2rem;
  }
}
.contact a {
  text-decoration: none;
}
.contact a:hover {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: #d5a432;
  text-decoration-width: 2px;
}
@media screen and (orientation: landscape) and (min-width: 900px) {
  .flap.collapsed .contact li {
    margin-left: 0.2rem;
  }
  .flap.collapsed .contact li::before {
    cursor: pointer;
  }
  .flap.collapsed .contact li:hover::before {
    filter: url('#text2highlight');
  }
  .flap.collapsed .contact li .contact-icon {
    display: block;
  }
}
a.footer-previous::before {
  content: url("../images/icon_arrow_l.svg");
  display: inline-block;
  width: 1.5625em;
  height: 0.0625em;
  position: relative;
  left: 0;
  top: 0.0625em;
  z-index: 0;
}
a.footer-previous:hover::before {
  filter: url('#text2highlight');
}
a.footer-previous:before {
  margin-right: 0.75em;
}
a.footer-next::after {
  content: url("../images/icon_arrow_r.svg");
  display: inline-block;
  width: 1.5625em;
  height: 0.0625em;
  position: relative;
  left: 0;
  top: 0.0625em;
  z-index: 0;
}
a.footer-next:hover::after {
  filter: url('#text2highlight');
}
a.footer-next:after {
  margin-left: 0.75em;
}
ul.sociallinks {
  list-style-type: none;
  padding: 0;
  margin-bottom: 0;
}
ul.sociallinks li {
  margin-bottom: 0;
}
ul.sociallinks li {
  margin-bottom: 1em;
  position: relative;
}
ul.sociallinks li:last-child {
  margin-bottom: 0;
}
ul.sociallinks a {
  display: inline-block;
  position: relative;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 0.875em 1em;
  width: 0.875em;
  height: 1em;
  top: 0;
}
ul.sociallinks a:hover {
  filter: url('#text2highlight');
}
ul.sociallinks a::after {
  content: none;
}
ul.sociallinks span {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.social_instagram a {
  background-image: url('../images/icon_instagram.svg');
}
.social_facebook a {
  background-image: url('../images/icon_facebook.svg');
}
@media screen and (orientation: landscape) and (min-width: 900px) {
  .flap-left .sociallinks {
    display: none;
  }
  .sociallinks {
    margin-left: -1.6em;
  }
}
@media screen and (orientation: portrait), screen and (max-width: 899px) {
  .flap-right .sociallinks {
    display: none;
  }
  .sociallinks {
    margin-top: 4rem;
  }
  .sociallinks li {
    display: inline-block;
    margin-right: 0.75rem;
  }
}
.video-wrapper,
.iframe-wrapper {
  width: 100%;
  max-width: 100%;
  position: relative;
  padding-bottom: 56.5%;
  height: 0;
  box-sizing: border-box;
  margin: 1.5rem 0 3rem 0;
}
.video-wrapper-16-9,
.iframe-wrapper-16-9 {
  padding-bottom: 56.5%;
}
.video-wrapper-4-3,
.iframe-wrapper-4-3 {
  padding-bottom: 75%;
}
.video-wrapper-21-9,
.iframe-wrapper-21-9 {
  padding-bottom: 43%;
}
.video-wrapper iframe,
.video-wrapper video,
.iframe-wrapper iframe {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
}
figure {
  width: 100%;
  margin: 1.5rem 0;
}
@media screen and (orientation: landscape) and (min-width: 900px) {
  .HomePage .topheader {
    z-index: initial;
  }
  .HomePage .open-contents {
    display: none;
  }
  .HomePage .close-contents-flap {
    display: none;
  }
  .HomePage .nav-container nav {
    display: none;
  }
  .HomePage #contents {
    width: calc(45% - 5.7rem);
    padding-top: 4.55729167vh;
  }
  .HomePage #contents > * {
    width: auto;
  }
  .HomePage .page-left .typearea {
    display: none;
  }
  .HomePage .pages-container {
    transition: background 0.3s ease-out;
  }
  .HomePage #contents,
  .HomePage .page,
  .HomePage .page-gutter {
    transition: opacity 0.3s ease-out 0.1s;
  }
  .HomePage .front-page {
    visibility: hidden;
  }
  .HomePage.is-closed-contents #contents,
  .HomePage.is-closed-contents .page,
  .HomePage.is-closed-contents .page-gutter {
    width: 0;
    opacity: 0;
  }
  .HomePage.is-closed-contents .front-page {
    visibility: visible;
  }
  .HomePage.is-closed-contents .close-postcard {
    display: none;
  }
  .HomePage.is-closed-contents .flap-right {
    visibility: hidden;
  }
  .HomePage.is-closed-contents .pages-container {
    background: rgba(255, 255, 255, 0);
  }
  .HomePage.is-closed-contents .front-page {
    z-index: 10;
  }
  .HomePage.is-closed-contents .contact,
  .HomePage.is-closed-contents .typearea {
    visibility: hidden;
  }
}
.koenig {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5rem;
  text-align: center;
}
@media screen and (orientation: portrait), screen and (max-width: 899px) {
  .koenig {
    display: none;
  }
}
.koenig img {
  width: 2.25rem;
  height: auto;
}
@media screen and (orientation: portrait), screen and (max-width: 899px) {
  .empty-space {
    display: none;
  }
  .frontpage_header {
    display: none;
  }
  .flap-content {
    display: none;
  }
  .front-page a {
    text-decoration: none;
    cursor: default;
  }
  .front-page a:hover {
    color: inherit;
  }
  .typearea nav {
    display: none;
  }
}
@media screen and (orientation: landscape) and (min-width: 900px) {
  .empty-space,
  .front-page {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
  }
  .empty-space {
    background-color: #50565b;
    position: absolute;
    left: 0;
  }
  .front-page {
    right: 0;
  }
  .front-page a {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-decoration: none;
  }
  .front-page a:hover h1 {
    color: #d5a432;
  }
  .flap-content {
    margin-bottom: 2rem;
  }
  .frontpage-title {
    margin-top: 11.71875vh;
    padding: 0 5.20833333vh;
  }
}
/*
Postcard element
 */
#postcard {
  background-color: #eeeeef;
}
.postcard-background {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}
@media screen and (orientation: portrait), screen and (max-width: 899px) {
  .postcard-content {
    padding: 1.75rem;
  }
  .close-postcard {
    display: none;
  }
  .postcard-signature {
    display: none;
  }
}
@media screen and (orientation: landscape) and (min-width: 900px) {
  #postcard {
    position: absolute;
    width: 38%;
    height: 70%;
    left: 6.5%;
    top: 15%;
    z-index: 30;
    transform: rotate(-4deg);
    box-shadow: 0.5rem 0.5rem 0.5rem rgba(0, 0, 0, 0.25);
  }
  #postcard.collapsed {
    z-index: 10;
  }
  #postcard.collapsed .close-postcard {
    display: none;
  }
  #postcard.collapsed .postcard-background {
    display: block;
  }
  .is-closed-contents #postcard.collapsed .postcard-background {
    display: none;
  }
  .postcard-content {
    margin: 2.5rem 1.3rem 6.5rem 2.5rem;
    padding-right: 1.2rem;
    max-height: calc(100% - (2.5rem + 2.5rem + 4rem));
    overflow-y: auto;
  }
  .close-postcard {
    position: absolute;
    top: 1rem;
    right: 1.25rem;
  }
  .postcard-signature {
    position: absolute;
    bottom: 2.5rem;
    text-align: center;
    left: 2.5rem;
    right: 2.5rem;
    font-family: 'Kievit Slab W03 Book', serif;
    font-size: 1.25rem;
    line-height: 0.9em;
  }
  .postcard-signature span {
    font-family: 'Kievit OT W03', sans-serif;
    font-size: 62.5%;
  }
  .postcard-signature .logo-replace {
    width: 8rem;
    height: 2rem;
  }
  .postcard-signature .logo-replace:before {
    width: 8rem;
    height: 2rem;
  }
}
/*
Button element
 */
#button {
  position: absolute;
  z-index: 15;
  transform: translate3d(0, 0, 0);
  top: 5rem;
  right: 0;
  width: 6.5rem;
  height: 6.5rem;
  overflow-x: hidden;
}
.button-shape {
  position: absolute;
  top: 0;
  left: 0.7rem;
  width: 100%;
  height: 100%;
  border-radius: 3.25rem;
  background-color: #d5a432;
}
.button-content {
  position: relative;
  margin: 0.3rem;
  padding: 0.3em 0;
  top: calc(50% - 0.5rem);
  transform: translateY(-50%) rotate(-5deg);
  text-align: center;
  border-radius: 3.25rem;
  overflow: auto;
  font-family: 'Kievit OT W03', sans-serif;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1;
}
.button-content p {
  margin: 0;
}
.button-content a:hover {
  color: #50565b;
}
.button-content a:focus-visible {
  outline: 3px dotted #50565b;
}
@media screen and (orientation: landscape) and (min-width: 900px) {
  #button {
    top: 52%;
    right: 2rem;
    width: 9rem;
    height: 9rem;
  }
  .button-shape {
    left: 0;
    border-radius: 4.5rem;
  }
  .button-content {
    margin: 0.5rem;
    top: calc(50% - 0.75rem);
    font-size: 1.25rem;
    border-radius: 5rem;
  }
  .is-open-contents #button {
    display: none;
  }
}
.element-elementgallery ul {
  list-style-type: none;
  padding: 0;
}
.element-elementgallery ul li {
  margin-bottom: 0;
}
.element-elementgallery ul li {
  display: block;
  margin-bottom: 1.5rem;
}
.BookPage h1 a {
  text-decoration: none;
}
.BookPage h1 a:hover {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: #d5a432;
  text-decoration-width: 2px;
}
@media screen and (orientation: landscape) and (min-width: 900px) {
  .BookPage .typearea {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -ms-flex-wrap: none;
    flex-direction: column;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-height: calc(100% - 2 * 11.71875vh + 0.3em);
  }
  .BookPage .book-content {
    overflow-y: auto;
    padding-right: 1.5rem;
    margin-right: -1.5rem;
  }
}
.book-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -ms-flex-wrap: none;
  flex-direction: row;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 2.5em;
}
@media screen and (orientation: landscape) and (min-width: 900px) {
  .page-right .book-info {
    padding-top: 6.09375em;
  }
}
.book-info h2 {
  text-align: left;
  font-size: 1.25rem;
  line-height: 1.25em;
  margin-bottom: 0.8rem;
  margin-top: 0;
  font-weight: 500;
}
@media only screen and (max-width: 759px) {
  .book-info h2 {
    font-size: 1.25rem;
  }
}
.book-info h2 span {
  font-weight: 300;
}
.book-cover {
  flex-shrink: 0;
}
.book-cover img {
  max-width: 100%;
  max-height: 100%;
  border: 1px solid rgba(80, 86, 91, 0.3);
}
@media screen and (orientation: portrait), screen and (max-width: 899px) {
  .book-cover {
    margin-right: 1.5rem;
    height: 9.425em;
  }
}
@media screen and (orientation: landscape) and (min-width: 900px) {
  .book-cover {
    position: absolute;
    width: calc(100% - (2 * 5.20833333vh));
    height: calc(98vh - 2 * 11.71875vh);
    left: calc(100% + 5.20833333vh);
    top: 5.90625rem;
    z-index: 1;
  }
  .book-cover img {
    display: block;
    margin: 0 auto;
  }
}
@media screen and (orientation: landscape) and (min-width: 900px) {
  .vh-adjust .book-cover {
    height: calc(95vh - 2 * 11.71875vh);
  }
}
.book-publisher {
  margin-bottom: 0;
}
.buy-shoplink {
  margin-top: 1.25em;
  margin-bottom: 0;
}
.buy-shoplink a {
  display: inline-block;
  padding: 0.25em 0.75em;
  background-color: #50565b;
  color: #fde7e5;
  text-decoration: none;
}
.buy-shoplink a::after {
  content: url("../images/icon_external.svg");
  display: inline-block;
  width: 0.78125em;
  height: 0.78125em;
  position: relative;
  left: 0;
  top: 0.0625em;
  z-index: 0;
}
.buy-shoplink a:hover::after {
  filter: url('#text2highlight');
}
.buy-shoplink a::after {
  margin-left: 0.3em;
  filter: url('#text2background');
}
.buy-shoplink a:hover {
  background-color: #fde7e5;
  color: #50565b;
}
.buy-shoplink a:hover::after {
  filter: none;
}
.EventHolder .typearea header {
  margin-bottom: 2.5rem;
}
@media screen and (orientation: landscape) and (min-width: 900px) {
  .EventHolder .typearea {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -ms-flex-wrap: none;
    flex-direction: column;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .EventHolder .event-list {
    overflow-y: auto;
    padding-right: 1.5rem;
    margin-right: -1.5rem;
  }
}
.EventPage .event-title {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.25em;
  margin-bottom: 0.3125rem;
}
@media only screen and (max-width: 759px) {
  .EventPage .event-title {
    font-size: 1.25rem;
  }
}
.EventPage .event-subtitle {
  line-height: 1.25em;
}
@media screen and (orientation: landscape) and (min-width: 900px) {
  .EventPage .typearea {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -ms-flex-wrap: none;
    flex-direction: column;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .EventPage .event {
    overflow-y: auto;
    padding-right: 1.5rem;
    margin-right: -1.5rem;
  }
}
@media screen and (orientation: portrait), screen and (max-width: 899px) {
  .event {
    scroll-margin-top: 4rem;
  }
}
.event-head {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -ms-flex-wrap: none;
  flex-direction: row;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 1.25em;
}
.event-image {
  flex-shrink: 0;
  margin-right: 1.5rem;
}
.event-image img {
  max-width: 100%;
  max-height: 100%;
  border: 1px solid rgba(80, 86, 91, 0.3);
}
.event-date {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.25em;
  font-feature-settings: "lnum" 1;
  text-align: center;
  padding: 0.3em 0;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  border-top: 0.08em solid #50565b;
  border-bottom: 0.08em solid #50565b;
}
@media only screen and (max-width: 759px) {
  .event-date {
    font-size: 1.25rem;
  }
}
.event-date a {
  color: inherit;
  text-decoration: none;
}
.event:first-child .event-date,
.EventPage .event-date {
  margin-top: 0.3em;
}
.event-title {
  font-size: 1rem;
  line-height: 1.25em;
  font-weight: 500;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}
.event-subtitle {
  margin-bottom: 0;
}
.event-expand {
  margin-top: 1.25rem;
}
.event-expand a {
  text-decoration-color: #d5a432;
  text-decoration-width: 2px;
}
.event-soldout {
  margin-top: 1.25em;
  margin-bottom: 0;
}
.event-soldout span {
  display: inline-block;
  padding: 0.25em 0.75em;
  background-color: #d9004f;
  color: #fde7e5;
  font-weight: 500;
}
.event-button {
  margin-top: 1.25em;
  margin-bottom: 0;
}
.event-button a,
.event-button span {
  display: inline-block;
  padding: 0.25em 0.75em;
  background-color: #d5a432;
  color: #50565b;
  text-decoration: none;
}
.event-button a:hover {
  background-color: #50565b;
  color: #d5a432;
}
@media screen and (orientation: landscape) and (min-width: 900px) {
  .event-details {
    position: absolute;
    width: calc(100% - (2 * 5.20833333vh));
    padding-right: 1.5rem;
    background: white;
    max-height: calc(98vh - 2 * 11.71875vh);
    left: calc(100% + 5.20833333vh);
    top: 6.09375em;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -ms-flex-wrap: none;
    flex-direction: column;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .event-details .event-content {
    overflow-y: auto;
    margin-right: -1.5rem;
    padding-right: 1.5rem;
  }
}
.event-details .event-main {
  margin-bottom: 2.5rem;
}
@media screen and (orientation: portrait), screen and (max-width: 899px) {
  .event-details .event-main {
    display: none;
  }
}
.event-details .event-title,
.event-details .event-subtitle {
  color: #d5a432;
  text-align: center;
}
.event-details .event-title {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.25em;
  margin-bottom: 0.3125rem;
}
@media only screen and (max-width: 759px) {
  .event-details .event-title {
    font-size: 1.25rem;
  }
}
.event-details .event-subtitle {
  line-height: 1.25em;
}
.event-details .event-soldout,
.event-details .event-button {
  text-align: center;
}
.event-expand {
  display: none;
}
.event-date {
  color: #d5a432;
  border-color: #d5a432;
}
.event-details {
  display-model: border-box;
  overflow: auto;
  transition: height 0.3s ease-out;
  height: auto;
}
.details-closed .event-date {
  color: #50565b;
  border-color: #50565b;
}
.details-closed .event-details {
  height: 0;
  visibility: hidden;
}
.details-closed .event-expand {
  display: block;
}
.details-transit .event-details {
  visibility: visible;
  overflow: hidden;
}
.EventHolder_archive .typearea header,
.EventHolder_archive h2 {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
@media screen and (orientation: portrait), screen and (max-width: 899px) {
  .EventHolder_archive .page-right {
    padding-top: 0;
  }
}
.event-archive {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.75rem;
}
.event-archive .eventposter {
  width: 100%;
  aspect-ratio: 23 / 32;
  object-fit: cover;
}
.event-archive .eventposter-missing {
  background-color: #fde7e5;
}
.event-archive .eventposter-missing p {
  padding: 1em;
  font-size: 0.75rem;
  line-height: 1.25em;
}
.event-archive .mobile-hide {
  display: none;
}
@media only screen and (min-width: 760px) {
  .event-archive {
    grid-template-columns: repeat(3, 1fr);
  }
  .event-archive .mobile-hide {
    display: revert;
  }
  .event-archive .mobile-only {
    display: none;
  }
}
@media screen and (orientation: landscape) and (min-width: 900px) {
  .event-archive {
    grid-template-columns: repeat(3, 1fr);
    gap: 3.125vh;
    margin-top: 3.125vh;
  }
  .event-archive .mobile-hide {
    display: revert;
  }
  .event-archive .mobile-only {
    display: none;
  }
}
form {
  margin-top: 1rem;
}
label {
  font-size: 1rem;
  color: #50565b;
  font-weight: 500;
  margin-right: 0.5em;
}
.required label:after {
  content: ' *';
}
input[type=text],
input[type=email],
input[type=password],
select,
textarea {
  border-radius: 0;
  background-color: #fff;
  border: 1px solid #d5a432;
  color: #50565b;
  font-weight: 500;
  font-size: 1rem;
  margin: 0;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=password]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #85898c;
}
@media only screen and (max-width: 759px) {
  input[type=text],
  input[type=email],
  input[type=password],
  select,
  textarea {
    font-size: 16px;
  }
}
input[type=text],
input[type=email],
input[type=password] {
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 0.2rem;
  width: 100%;
}
textarea {
  padding: 0 0.5rem;
  width: 100%;
}
input[type=checkbox] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0;
  margin-right: 0.5em;
  font: inherit;
  color: currentColor;
  width: 0.8em;
  height: 0.8em;
  border: 1px solid #d5a432;
  border-radius: 0;
  position: relative;
}
input[type="checkbox"]::before {
  content: "";
  position: absolute;
  inset: 15%;
  transform: scale(0);
  box-shadow: inset 1em 1em #d5a432;
}
input[type="checkbox"]:checked::before {
  transform: scale(1);
}
button[type="submit"] {
  margin-top: 1.25em;
  border: none;
  padding: 0.25em 0.75em;
  background-color: #50565b;
  font-weight: 300;
  color: #fde7e5;
  text-decoration: none;
}
button[type="submit"]:hover {
  background-color: #fde7e5;
  color: #50565b;
}
button[type="submit"]:hover::after {
  filter: none;
}
/* Cleverreach form */
.cr_form-inputgroup--typeemail,
.cr_form-inputgroup--typetext {
  margin-bottom: 2rem;
}
@media screen and (orientation: landscape) and (min-width: 900px) {
  .cr_form-inputgroup--typeemail,
  .cr_form-inputgroup--typetext {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row wrap;
    -ms-flex-wrap: none;
    flex-direction: row wrap;
    flex-wrap: nowrap;
  }
  .cr_form-inputgroup--typeemail label,
  .cr_form-inputgroup--typetext label {
    -webkit-box-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .cr_form-inputgroup--typeemail input,
  .cr_form-inputgroup--typetext input {
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative;
    top: -0.2rem;
  }
}
.cr_form-component--header {
  font-weight: 500;
}
.cr_form-component--group {
  margin: 0.5rem 0;
}
.cr_form-inputgroup--typecheckbox {
  white-space: nowrap;
}
.cr_form-inputgroup--typecheckbox label {
  font-weight: 300;
}
.cr_hr {
  display: none;
}
.badge {
  margin-top: 3rem;
  text-align: center;
}
.badge img {
  max-width: 6rem;
}
/*# sourceMappingURL=styles.css.map */