h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h3 {
  color: #343d44;
  text-indent: 0;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

h5 {
  color: #0f8df4;
  text-indent: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
}

.text-block {
  color: #fff;
  text-align: center;
  justify-content: center;
  margin-top: 50px;
  font-family: Montserrat, sans-serif;
  font-size: 760%;
  font-weight: 100;
  line-height: 200px;
  display: inline-block;
  position: static;
}

.body {
  color: #333;
  text-align: center;
  background-color: #108df5;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.body.boeken {
  text-align: left;
  background-color: #0000;
  font-size: 15px;
  line-height: 24px;
}

.body.lezingen {
  background-color: #fcfcfc;
  font-size: 15px;
  line-height: 22px;
}

.text-block-2 {
  color: #f2f600;
  text-transform: uppercase;
  white-space: normal;
  font-size: 200%;
  font-weight: 600;
  line-height: 100%;
}

.container {
  color: #504040;
  padding-bottom: 60px;
  display: block;
  position: static;
}

.container.adres {
  padding-bottom: 0;
  position: absolute;
  inset: auto 0% 0%;
}

.nav-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content max-content max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 0 10px;
  padding: 0 10px;
  display: grid;
}

.nav-logo-link {
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
}

.nav-link {
  color: #444;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.nav-link:hover {
  color: #eb0e0e;
  font-weight: 400;
  text-decoration: none;
}

.nav-link:active {
  color: #f00c0c;
  font-weight: 600;
}

.nav-link:focus {
  color: #f50202;
  font-weight: 600;
}

.nav-link:visited {
  color: #eb0e0e;
  text-align: center;
  font-weight: 600;
}

.nav-link.w--current {
  color: #000;
  font-weight: 700;
}

.nav-link.contact {
  color: #108df5;
  font-weight: 600;
}

.nav-link.contact:hover {
  font-weight: 400;
}

.sticky-nav-2 {
  z-index: 1;
  opacity: 1;
  background-color: #0000;
  padding: 0;
  position: static;
  top: 0;
  box-shadow: 0 -1px 3px #c5c5c5;
}

.section {
  opacity: 1;
  background-color: #f2f600;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
}

.text-block-3 {
  color: #fff;
  text-align: right;
  margin-bottom: 72px;
  padding-right: 9px;
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
}

.rich-text-block {
  color: #3a3a3a;
  text-align: left;
  text-indent: 20px;
}

.section-2 {
  font-size: 14px;
}

.heading-2 {
  color: #f2f600;
  text-align: center;
  text-transform: capitalize;
  margin-top: 50px;
  margin-bottom: 35px;
  font-size: 500%;
  font-weight: 200;
}

.paragraph {
  color: #fff;
  text-align: center;
  background-color: #0000;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 15px;
  line-height: 24px;
}

.paragraph.biografie {
  padding-top: 50px;
  padding-left: 94px;
  padding-right: 94px;
  line-height: 30px;
}

.column-2 {
  border-top-color: #000;
  display: block;
}

.column-3 {
  border: 0 solid #000;
}

.columns {
  margin-left: 0;
  margin-right: 0;
}

.div-block {
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border-top: 0 dotted #7fbc17;
  border-left: 0 dotted #7ebb18;
  border-right-color: #000;
  border-radius: 10px;
  margin-bottom: 21px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
}

.section-3 {
  color: #000;
  background-color: #108df5;
  border-bottom: 1px solid #7ab614;
  margin-bottom: 0;
  padding-bottom: 100px;
  position: static;
  bottom: 34px;
}

.link-block {
  color: #000;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 50px;
  padding-right: 50px;
  text-decoration: none;
  display: block;
}

.link-block:hover {
  background-color: #feffca;
}

.text-block-4 {
  color: #000;
  background-color: #0000;
  padding-top: 10px;
  padding-bottom: 10px;
}

.link-block-2 {
  color: #000;
  padding-left: 50px;
  padding-right: 50px;
  text-decoration: none;
  display: block;
}

.link-block-2:hover {
  background-color: #feffca;
}

.link {
  text-decoration: none;
}

.link.w--current {
  color: #000;
  font-weight: 700;
}

.section-5 {
  color: #333;
  padding-bottom: 60px;
}

.div-block-2 {
  color: #000;
  background-color: #0000;
  margin-bottom: 20px;
  padding-top: 20px;
  display: block;
}

.image {
  opacity: 1;
  width: auto;
  max-width: 85%;
  font-size: 80%;
  line-height: 80%;
  display: inline-block;
  overflow: visible;
  box-shadow: 10px 10px 12px #8f8f8f;
}

.image.staand {
  max-width: 50%;
}

.text-block-5 {
  padding-right: 30px;
  font-size: 13px;
}

.columns-2 {
  margin-bottom: 30px;
}

.section-6 {
  background-color: #108df5;
  margin-bottom: 30px;
  display: block;
}

.column-4 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.text-block-7 {
  color: #313f76;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 10px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.image-3 {
  margin-left: 10px;
  padding-top: 20px;
}

.image-4 {
  margin-top: 10px;
}

.navbar {
  background-color: #f2f600;
  position: fixed;
  inset: auto 0% 0%;
}

.nav-link-3 {
  padding: 16px 9px;
}

.nav-link-3:hover {
  color: #eb0e0e;
}

.nav-link-3:active {
  font-weight: 600;
}

.nav-link-3:focus, .nav-link-3:visited {
  color: #000;
  font-weight: 400;
}

.nav-link-3.w--current {
  color: #302f2f;
  padding-top: 16px;
  padding-bottom: 16px;
  font-weight: 600;
}

.nav-link-3.contact {
  color: #0f8df4;
  font-weight: 700;
}

.nav-link-3.contact:hover {
  font-weight: 400;
}

.nav-link-3.contact:active {
  font-weight: 700;
}

.text-block-8 {
  color: #343d43;
  width: auto;
  font-size: 160%;
}

.div-block-4 {
  margin-bottom: 20px;
  padding-top: 20px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

@media screen and (max-width: 991px) {
  .text-block {
    font-size: 600%;
    line-height: 150%;
  }

  .text-block-2 {
    font-size: 150%;
    line-height: 150%;
  }

  .nav-link, .nav-link.contact {
    font-size: 15px;
  }

  .text-block-3 {
    font-size: 13px;
  }

  .rich-text-block.tablet {
    font-size: 14px;
    line-height: 22px;
  }

  .heading-2 {
    font-size: 400%;
  }

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

  .paragraph.biografie {
    padding-left: 83px;
    padding-right: 83px;
  }

  .section-collectie {
    margin-top: 50px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .text-block {
    margin-top: 22px;
    font-size: 300%;
    font-weight: 200;
    line-height: 150%;
  }

  .text-block-2 {
    font-size: 100%;
  }

  .container {
    padding-top: 15px;
    padding-bottom: 40px;
  }

  .container.adres {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 10px;
  }

  .nav-grid {
    text-align: center;
    grid-template-rows: 1fr;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link {
    margin-bottom: 30px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 12px;
    line-height: 12px;
  }

  .nav-link.contact {
    font-size: 12px;
  }

  .sticky-nav-2 {
    position: relative;
  }

  .section {
    max-height: 30px;
    line-height: 14px;
  }

  .text-block-3 {
    margin-bottom: 10px;
    padding-right: 0;
    font-size: 12px;
    line-height: 16px;
  }

  .rich-text-block {
    font-size: 14px;
  }

  .rich-text-block.mobile {
    font-size: 14px;
    line-height: 22px;
  }

  .heading-2 {
    font-size: 300%;
    font-weight: 300;
  }

  .paragraph.biografie {
    padding-top: 0;
    padding-left: 36px;
    padding-right: 36px;
    line-height: 24px;
  }

  .column-2, .column-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-block {
    padding-left: 25px;
    padding-right: 25px;
  }

  .text-block-4 {
    font-size: 14px;
    line-height: 22px;
  }

  .link-block-2 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .div-block-2 {
    float: left;
    max-width: 40%;
    margin-bottom: 10px;
    margin-right: 20px;
    padding-top: 0;
    position: relative;
  }

  .image, .image.staand {
    max-width: 100%;
  }

  .text-block-5 {
    float: none;
    clear: none;
    padding-right: 0;
    font-size: 13px;
    line-height: 22px;
    position: relative;
  }

  .columns-2 {
    margin-bottom: 30px;
  }

  .section-collectie {
    z-index: 0;
    margin-top: -10px;
    padding-bottom: 20px;
    position: relative;
  }

  .text-block-7 {
    font-size: 14px;
    line-height: 22px;
  }

  .image-3 {
    padding-top: 0;
  }

  .menu-button {
    opacity: .8;
    text-align: center;
    background-color: #0f8df4;
    padding-top: 9px;
    padding-bottom: 9px;
    position: fixed;
    inset: 0% 0% auto;
  }

  .navbar {
    background-color: #0000;
    position: absolute;
  }

  .nav-menu {
    background-color: #f2f600;
    position: fixed;
  }

  .nav-link-2 {
    min-width: 100vw;
  }

  .nav-link-3 {
    padding: 7px 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .nav-link-3.w--current {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .nav-link-3.contact {
    font-weight: 600;
  }

  .icon {
    color: #fff;
  }

  .icon:hover {
    color: #363636;
  }

  .icon-2 {
    color: #fff;
  }

  .icon-2:hover {
    color: #333;
  }

  .text-block-8 {
    font-size: 9.5%;
  }

  .column-5 {
    position: relative;
  }

  .div-block-4 {
    float: left;
    max-width: 25%;
    margin-bottom: 10px;
    margin-right: 19px;
    padding-top: 0;
  }

  .rich-text-block-2 {
    font-size: 14px;
    line-height: 22px;
  }
}

@media screen and (max-width: 479px) {
  .text-block {
    align-items: center;
    margin-top: 50px;
    font-size: 200%;
    font-weight: 300;
    line-height: 200%;
    display: flex;
  }

  .body {
    line-height: 20px;
  }

  .text-block-2 {
    font-size: 70%;
    line-height: 70%;
  }

  .nav-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 0;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    margin-top: 0;
    margin-bottom: 0;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .sticky-nav-2 {
    padding: 0;
  }

  .rich-text-block.mobile {
    font-size: 13px;
    line-height: 20px;
  }

  .heading-2 {
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 200%;
    font-weight: 300;
  }

  .paragraph {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph.biografie {
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-2, .column-3, .div-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-3 {
    padding-bottom: 0;
  }

  .link-block, .link-block-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .menu-button {
    justify-content: flex-start;
    padding-top: 10px;
    padding-bottom: 0;
    display: block;
  }

  .container-3 {
    display: inline-block;
  }

  .navbar {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #f2f600;
  }

  .nav-link-3 {
    font-size: 13px;
  }

  .bold-text {
    line-height: 20px;
  }
}


