@charset "UTF-8";
/* Main CSS file for Rijksmuseum van Oudheden theme */
@font-face {
  font-family: "GintoMedium";
  src: url("../fonts/GintoNormal-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Ginto";
  src: url("../fonts/GintoNormal-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "GintoLight";
  src: url("../fonts/GintoNormal-Light.ttf") format("truetype");
}
@font-face {
  font-family: "GintoNordMedium";
  src: url("../fonts/GintoNord-Medium.ttf") format("truetype");
}
*, :before, :after {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: inherit;
}

body, html {
  width: 100%;
  position: relative;
  font-family: "GintoLight", sans-serif;
  color: black;
  font-size: 14px;
  line-height: 1.45;
  overflow-x: hidden;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  font-weight: 300;
  background-color: white;
}
body.no-scroll, html.no-scroll {
  touch-action: none;
  overflow: hidden;
}

.tentoonstellingen-inner, .topstukken-inner {
  display: none;
}

.filter-button, .variations select {
  opacity: 0.3;
  pointer-events: none;
}
.filter-button.show-this, .variations select.show-this {
  opacity: 1;
  pointer-events: auto;
}

h1, h2 {
  line-height: 1;
  font-family: "GintoNordMedium", sans-serif;
  font-weight: 400;
  font-size: 40px;
  word-break: break-word;
}

h1 {
  line-height: 1.4;
}

h2 {
  font-size: 28px;
  margin-bottom: 10px;
}
h2 small {
  font-family: "Ginto", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 10px;
}

h3, h4, h5, h6, strong, b {
  font-family: "Ginto", sans-serif;
  font-weight: 400;
}

strong, b {
  color: #333;
}

h3 {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 10px;
}
h3 span {
  color: #82764A;
}

h4 {
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 4px;
}

a {
  color: black;
}

p a, h5 a, h6 a {
  color: #82764A;
}
p a:hover, h5 a:hover, h6 a:hover {
  text-decoration: underline;
}

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

.mobile {
  display: none !important;
}

p.media-title {
  font-size: 12px;
  font-weight: 300;
  margin-top: 5px;
}

.page-content p, .page-content ul, .page-content ol {
  color: #666666;
  margin-bottom: 15px;
  list-style-position: outside;
}
.page-content p a, .page-content ul a, .page-content ol a {
  color: #82764A;
}
.page-content p:empty, .page-content ul:empty, .page-content ol:empty {
  display: none;
}
.page-content ul, .page-content ol {
  padding-left: 15px !important;
}
.page-content ul li[style="text-align: center;"] {
  list-style: inside;
}
.page-content.ar-content ul, .page-content.ar-content ol {
  padding-right: 15px;
  padding-left: 0;
}
.page-content hr {
  margin: 20px 0;
  opacity: 0.3;
}

.posts-container ul {
  margin-bottom: 0;
}
.posts-container li {
  margin-left: 0;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
}
.breadcrumbs .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  padding: 4px 14px;
  border: 1px solid #D9D9D9;
  border-radius: 20px;
}
.breadcrumbs .wrapper a.button {
  position: relative;
  padding: 0 0 0 14px;
  color: #666;
  line-height: 20px;
  border-radius: 0;
  background-color: transparent;
}
.breadcrumbs .wrapper a.button:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-image: url("../img/icons/arrow-right-grey.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.breadcrumbs .wrapper a.button:hover:not(.home) {
  color: black;
  background: transparent !important;
}
.breadcrumbs .wrapper a.button.home {
  width: 14px;
  height: 14px;
  padding: 0;
  background-image: url("../img/icons/home.svg");
}
.breadcrumbs .wrapper a.button.home:before {
  display: none;
}
.breadcrumbs .wrapper a.button.home:hover {
  filter: brightness(0);
}

body .gform_wrapper form {
  max-width: 500px;
  width: 100%;
}
body .gform_wrapper form label.gfield_label {
  font-weight: 400;
}
body .gform_wrapper form li.gfield {
  padding: 0 !important;
}
body .gform_wrapper form input, body .gform_wrapper form select {
  padding: 0.5px 15px !important;
  width: 100% !important;
  max-width: 500px !important;
}
body .gform_wrapper form input[type=checkbox], body .gform_wrapper form select[type=checkbox] {
  width: initial !important;
  -webkit-appearance: checkbox;
  margin: 0 5px 0 2px !important;
}
body .gform_wrapper form input[type=radio], body .gform_wrapper form select[type=radio] {
  width: initial !important;
  -webkit-appearance: radio;
  margin: 0 5px 0 2px !important;
}
body .gform_wrapper form textarea {
  margin: 0 auto !important;
  padding: 10px 15px !important;
  width: 100% !important;
  max-width: 500px !important;
  border-radius: 30px;
  font-family: "Ginto", sans-serif;
  font-size: 14px;
  border: 2px solid black;
}
body .gform_wrapper form .gfield_description, body .gform_wrapper form .instruction {
  font-size: 13px !important;
}
body .gform_wrapper form input[type=submit] {
  white-space: normal !important;
  height: auto !important;
  line-height: 20px !important;
  padding: 15px !important;
}

.gform_confirmation_wrapper {
  padding-top: 30px;
  padding-bottom: 20px;
}

.small-container .gform_wrapper, .text-two-columns-col .gform_wrapper {
  max-width: 700px !important;
}
.small-container .gform_wrapper form, .text-two-columns-col .gform_wrapper form {
  max-width: 700px !important;
}
.small-container .gform_wrapper form input, .small-container .gform_wrapper form select, .small-container .gform_wrapper form textarea, .text-two-columns-col .gform_wrapper form input, .text-two-columns-col .gform_wrapper form select, .text-two-columns-col .gform_wrapper form textarea {
  max-width: 700px !important;
}

input:not([type=checkbox]):not([type=radio]), select {
  border-radius: 30px !important;
  line-height: 40px !important;
  height: 45px !important;
  vertical-align: middle;
  padding: 0.5px 15px;
  display: inline-block;
  color: black;
  font-family: "Ginto", sans-serif;
  font-size: 14px;
  border: 2px solid black;
  background: none;
  transition: all 0.2s ease-in-out;
}
input:not([type=checkbox]):not([type=radio]).search-input, select.search-input {
  background-image: url(../img/icons/search-dark.svg);
  background-size: 15px 15px;
  background-position: calc(100% - 15px) center;
  background-repeat: no-repeat;
  padding-right: 40px;
  text-align: right;
  width: 100%;
  box-sizing: border-box;
  max-width: 200px;
  height: 50px;
}
input:not([type=checkbox]):not([type=radio]).search-input.big, select.search-input.big {
  width: 250px;
  max-width: 250px;
}

.gform_wrapper {
  display: block !important;
}

#donation-form {
  padding-top: 20px;
}
#donation-form .gform_wrapper form {
  max-width: 620px;
}
#donation-form .gform_wrapper legend {
  font-size: 15px;
}
#donation-form .gform_wrapper .gform_fields {
  grid-column-gap: 20px;
}
#donation-form .gform_wrapper .gform_required_legend, #donation-form .gform_wrapper .gform_validation_errors {
  display: none;
}
#donation-form .gform_wrapper .validation_message {
  color: red;
  font-weight: 600;
  border-radius: 30px;
  border-color: red;
  background-color: rgba(255, 255, 255, 0.7);
}
#donation-form .gform_wrapper .gsection {
  border: none;
}
#donation-form .gform_wrapper .gsection .gsection_title {
  display: none;
}
#donation-form .gform_wrapper .gsection .gsection_description {
  margin: 0;
  padding: 0;
  font-size: 15px;
}
#donation-form .gform_wrapper .gfield_label {
  font-weight: normal;
}
#donation-form .gform_wrapper input[type=text], #donation-form .gform_wrapper input[type=email], #donation-form .gform_wrapper select {
  font-size: 15px;
  border-color: #82764A !important;
}
#donation-form .gform_wrapper .gfield_radio {
  display: flex;
  column-gap: 6px;
}
#donation-form .gform_wrapper input[type=radio] {
  display: none;
}
#donation-form .gform_wrapper input[type=radio] + label {
  display: table;
  color: #82764A;
  border: 2px solid #82764A;
  border-radius: 30px;
  line-height: 44px;
  padding: 0 20px;
  font-size: 15px;
  white-space: nowrap;
  cursor: pointer;
}
#donation-form .gform_wrapper input[type=radio]:checked + label {
  color: white;
  border-color: #82764A;
  background-color: #82764A;
}
#donation-form .gform_wrapper .gform_fields {
  grid-column-gap: 20px;
}
#donation-form .gform_wrapper .gfield--type-product {
  grid-column: span 7 !important;
}
@media screen and (max-width: 660px) {
  #donation-form .gform_wrapper .gfield--type-product {
    grid-column: span 12 !important;
  }
}
#donation-form .gform_wrapper .gfield--type-quantity {
  grid-column: span 3 !important;
}
@media screen and (max-width: 660px) {
  #donation-form .gform_wrapper .gfield--type-quantity {
    grid-column: span 6 !important;
  }
}
#donation-form .gform_wrapper .gfield--type-quantity label {
  font-size: 15px;
}
#donation-form .gform_wrapper .gfield--type-quantity input {
  position: relative;
  color: black;
  border-color: black;
  padding-left: 33px !important;
}
#donation-form .gform_wrapper .gfield--type-quantity .ginput_container_number {
  position: relative;
}
#donation-form .gform_wrapper .gfield--type-quantity .ginput_container_number:before {
  content: "€";
  position: absolute;
  left: 20px;
  top: calc(50% - 1px);
  transform: translateY(-50%);
  display: block;
  color: black;
  width: 20px;
  height: 20px;
}
#donation-form .gform_wrapper .gfield--type-quantity:not([data-conditional-logic=visible]) {
  display: none;
}
#donation-form .gform_wrapper .gfield--type-quantity:has([data-conditional-logic=visible]) {
  display: block !important;
}
#donation-form .gform_wrapper select {
  max-width: 200px !important;
  color: black;
  border-color: black !important;
  background-image: url("../img/icons/arrow-down-grey.svg");
}
#donation-form .gform_wrapper input[type=submit] {
  width: initial !important;
  display: table;
  color: white;
  background-color: #82764A;
  border: none;
  padding: 10px 20px;
  border-radius: 30px;
  cursor: pointer;
  font-size: 15px;
  margin-top: 0;
}

.search {
  position: relative;
}
.search .clear-search {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  right: 12px;
  top: 11px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 50%;
  background: white;
  transition: all 0.2s ease-in-out;
}

select {
  cursor: pointer;
  background-image: url(../img/icons/arrow-down-grey.svg);
  background-size: 12px 12px;
  background-position: calc(100% - 15px) center;
  background-repeat: no-repeat;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-right: 35px !important;
}
select::-ms-expand {
  display: none;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #666666;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #666666;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #666666;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #666666;
}

.button, input[type=submit]:not([type=checkbox]):not([type=radio]), #mc_embed_signup .button, .button-wc {
  border: 0;
  border-radius: 30px;
  line-height: 40px;
  padding: 2.5px 15px;
  display: inline-block;
  background: #82764A;
  color: white;
  font-weight: 400;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.button:hover, input[type=submit]:not([type=checkbox]):not([type=radio]):hover, #mc_embed_signup .button:hover, .button-wc:hover {
  background: #b3aa8f;
}
.button.disabled, input[type=submit]:not([type=checkbox]):not([type=radio]).disabled, #mc_embed_signup .button.disabled, .button-wc.disabled {
  background: #b3aa8f;
  pointer-events: none;
}
.button.active, input[type=submit]:not([type=checkbox]):not([type=radio]).active, #mc_embed_signup .button.active, .button-wc.active {
  background: #b3aa8f;
}
.button.white, input[type=submit]:not([type=checkbox]):not([type=radio]).white, #mc_embed_signup .button.white, .button-wc.white {
  background: white;
  color: black;
}
.button.white:hover, input[type=submit]:not([type=checkbox]):not([type=radio]).white:hover, #mc_embed_signup .button.white:hover, .button-wc.white:hover {
  background: #b3aa8f;
  color: white;
}
.button.big, input[type=submit]:not([type=checkbox]):not([type=radio]).big, #mc_embed_signup .button.big, .button-wc.big {
  padding: 5px 15px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.button.button-wc, input[type=submit]:not([type=checkbox]):not([type=radio]).button-wc, #mc_embed_signup .button.button-wc, .button-wc.button-wc {
  color: white !important;
  background: #82764A !important;
}

.pagination {
  margin-top: 60px;
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.pagination:empty {
  display: none;
}
.pagination.hide {
  -webkit-transform: translateY(10%);
  -moz-transform: translateY(10%);
  -ms-transform: translateY(10%);
  -o-transform: translateY(10%);
  transform: translateY(10%);
  opacity: 0;
}
.pagination .page-number {
  margin: 0;
  height: auto;
  width: 30px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  color: black;
  text-decoration: none;
}
.pagination .page-number.active {
  color: white;
}
.pagination .page-number.active:before {
  height: 28px;
  width: 28px;
  background: #82764A;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pagination .page-number.prev-next.active {
  color: inherit;
}
.pagination .page-number.prev-next.active:before {
  display: none;
}
.pagination .page-number.prev-next span {
  display: none;
}
.pagination .page-number span.dots {
  margin: 6px 3px;
  letter-spacing: 1px;
  font-size: 10px;
}
.pagination .page-number span {
  width: 100%;
  position: relative;
  text-align: center;
}
.pagination .prev-next {
  margin: 0 15px 2px;
  height: 22px;
  line-height: 25px;
  display: inline-block;
  vertical-align: middle;
  color: black;
}

.page-content {
  padding-top: 0;
  padding-bottom: 40px;
  max-width: 100vw;
  overflow-x: hidden;
}
.page-content.no-marging {
  padding-top: 0;
}
.page-content.filter-top {
  padding-top: 40px;
}
.page-content .half-page {
  box-sizing: border-box;
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
.page-content .half-page.left {
  padding-right: 20px;
}
.page-content .half-page.right {
  padding-left: 20px;
}
.page-content .button {
  margin-top: 10px;
}
.page-content:empty {
  padding: 0;
}
.page-content table {
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.2);
}
.page-content table * {
  border-color: rgba(0, 0, 0, 0.2);
}

.text-two-columns {
  columns: 2;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
.text-two-columns a:hover {
  text-decoration: underline;
}

.text-two-columns-col .col {
  width: calc(50% - 20px);
  display: inline-block;
  vertical-align: top;
}
.text-two-columns-col .col:first-child {
  margin-right: 40px;
}
.text-two-columns-col a:hover {
  text-decoration: underline;
}

.text-three-columns {
  columns: 3;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
.text-three-columns a:hover {
  text-decoration: underline;
}

.text-three-columns-col .col {
  width: calc(33.33% - 26.67px);
  display: inline-block;
  vertical-align: top;
}
.text-three-columns-col .col:first-child {
  margin-right: 40px;
}
.text-three-columns-col .col:last-child {
  margin-left: 40px;
}
.text-three-columns-col a:hover {
  text-decoration: underline;
}

.container {
  width: calc(100% - 60px);
  position: relative;
  margin: 0 auto;
  max-width: 1420px;
}

.news-activities, .onderwijs-posts {
  padding: 40px 0;
  display: block;
}

.image-content img {
  max-width: 110%;
  max-height: 80vh;
  margin: 0 auto;
  text-align: center;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.image-content .media-title {
  text-align: center;
}

.spinner {
  position: absolute;
  top: 0;
  z-index: 99;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.spinner svg {
  max-width: 100px;
}
.spinner.active {
  opacity: 1;
  visibility: visible;
  top: 20px;
}

.nodata {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-40%);
  -moz-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  -o-transform: translateY(-40%);
  transform: translateY(-40%);
  font-size: 26px;
  z-index: 99;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.nodata.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.flexbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
.flexbox .single {
  flex: 1;
}
.flexbox .double {
  flex: 2;
  margin-left: 30px;
}
.flexbox .double img {
  margin: auto;
  display: block;
}
.flexbox.reverse {
  flex-direction: row-reverse;
}
.flexbox.reverse .double {
  margin-left: 0;
  margin-right: 30px;
}

.small-container {
  width: calc(100% - 60px);
  position: relative;
  margin: 0 auto;
  max-width: 700px;
}
.small-container a:hover {
  text-decoration: underline;
}

.flexible-box {
  margin-bottom: 40px;
  margin-top: 20px;
}
.flexible-box a:hover {
  text-decoration: underline;
}
.flexible-box .single:nth-of-type(2) {
  margin-left: 10px;
}
.flexible-box:last-child {
  margin-bottom: 0;
}
.flexible-box .fleximage {
  min-height: 500px;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.flexible-box.double-image .double {
  margin-left: 0;
}
.flexible-box.double-image .double:nth-of-type(2) {
  margin-left: 10px;
}

.video-container {
  position: relative;
  width: calc(100% - 40px);
  height: 550px;
  max-height: 100vw;
  max-width: 900px;
  margin-bottom: 60px;
}
.video-container.vimeo {
  max-width: 800px;
}
.video-container .yt-video {
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 30px);
  border: 0;
}

.grid-header h3, .grid-footer h3 {
  display: inline-block;
}
.grid-header a, .grid-footer a {
  margin-left: 15px;
  padding: 10px 20px;
  display: inline-block;
  float: right;
  color: #82764A;
  text-decoration: none;
  border: 1px solid #82764A;
  border-radius: 20px;
  transition: 0.2s;
}
.grid-header a:hover, .grid-footer a:hover {
  background-color: rgba(130, 118, 74, 0.05);
}
.grid-header.grid-footer a, .grid-footer.grid-footer a {
  float: none;
  margin: 10px 15px 20px 0;
}
.grid-header p.specific-pt, .grid-footer p.specific-pt {
  margin-top: -10px;
}

#mc_embed_signup .button {
  margin: 0;
}
#mc_embed_signup .mc-field-group {
  width: 100%;
}

.share-block {
  margin: 0 auto;
  padding-top: 10px;
  width: 100%;
  max-width: 300px;
  display: block;
  text-align: center;
  border-top: 1px solid #ececec;
}
.share-block p {
  margin-bottom: 15px;
}
.share-block a {
  margin: 0 5px;
  text-decoration: none;
  font-size: 27px;
  color: #cbcbcb;
  transition: all 0.2s ease-in-out;
}
.share-block a img {
  height: 20px;
  opacity: 0.2;
  transition: all 0.2s ease-in-out;
}
.share-block a:hover {
  color: black;
}
.share-block a:hover img {
  opacity: 1;
}

.video-popup {
  position: fixed;
  background: rgba(0, 0, 0, 0.9);
  z-index: 999;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  display: table;
}
.video-popup.active {
  opacity: 1;
  visibility: visible;
}
.video-popup.active iframe {
  display: initial;
  transform: translateY(0);
}
.video-popup .iframe-container {
  display: table-cell;
  vertical-align: middle;
  max-width: 600px;
}
.video-popup iframe {
  max-width: 1000px;
  width: 100%;
  height: 560px;
  background: white;
  box-shadow: 0 24px 57px 0 rgba(0, 0, 0, 0.4);
  transform: translateY(100%);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.w3eden .btn {
  text-decoration: none;
  background-color: black !important;
}
.w3eden .btn:hover {
  background-color: #82764A !important;
}

header {
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 100000;
  padding: 30px;
  box-sizing: border-box;
  width: 100%;
}
header.menu-open .left-menu .logo img {
  content: url("../img/logo-dark.svg");
}
header.menu-open #mega-menu-in_header > li.mega-menu-item > a.mega-menu-link {
  color: black !important;
}
header.menu-open #mega-menu-in_header > li.mega-menu-item > a.mega-menu-link:hover {
  color: #82764A !important;
}
header.menu-open #mega-menu-in_header > li.mega-menu-item span.mega-indicator {
  transition: 0.2s;
}
header.menu-open #mega-menu-in_header > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
  color: #82764A !important;
}
header.menu-open #mega-menu-in_header > li.mega-menu-item.mega-toggle-on > a.mega-menu-link span.mega-indicator {
  transform: rotate(180deg);
}
header.menu-open .right-menu .button, header.menu-open .right-menu form, header.menu-open .right-menu .lang-select {
  filter: brightness(0%);
}
header:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: black;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
header .background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #282828;
  opacity: 0;
}
header nav {
  display: block;
  opacity: 1;
  visibility: visible;
  transition: all 0.2s ease-in-out;
}
header nav.left-menu {
  z-index: 99;
  position: relative;
  width: 203px;
}
header nav.left-menu.old-version {
  width: 300px;
}
header nav.left-menu.old-version .logo.big img {
  height: 45px;
  width: 203px;
}
header nav.center-menu {
  width: calc(100% - 440px);
}
header nav.hide, header nav .hide {
  visibility: hidden;
  opacity: 0;
}
header nav .logo {
  z-index: 20;
  position: relative;
  margin-left: 15px;
  margin-right: 15px;
  display: inline-block;
}
header nav .logo.no-marging {
  margin-left: 0 !important;
}
header nav .logo img {
  height: 45px;
  width: 203px;
  transition: all 0.3s ease-in-out;
}
header nav .logo.big img {
  height: 90px;
  width: 406px;
  transition: all 0.3s 0.15s ease-in-out;
}
header nav.right-menu {
  float: right;
  position: relative;
  z-index: 20;
  display: flex;
  column-gap: 10px;
}
header nav.right-menu.full-width {
  width: 100%;
}
header nav.right-menu .button {
  width: 45px;
  height: 45px;
  border: 2px solid white !important;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  transition: 0.3s;
}
header nav.right-menu .button:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
header nav.right-menu .button.webshop {
  background: url("../img/icons/webshop.svg") no-repeat center !important;
}
header nav.right-menu .button.webshop:hover {
  background: rgba(255, 255, 255, 0.1) url("../img/icons/webshop.svg") no-repeat center !important;
}
header nav.right-menu .button.visit {
  background: url("../img/icons/ticket.svg") no-repeat center !important;
}
header nav.right-menu .button.visit:hover {
  background: rgba(255, 255, 255, 0.1) url("../img/icons/ticket.svg") no-repeat center !important;
}
header nav.right-menu form {
  display: inline-block;
  transition: 0.3s;
}
header nav.right-menu form input:not([type=checkbox]):not([type=radio]) {
  width: 40px;
  color: white;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
  font-style: "GintoMedium", sans-serif;
  border-color: white;
  background-image: url("../img/icons/search.svg");
  background-color: transparent;
  background-size: 15px 15px;
  background-position: calc(100% - 15px) center;
  background-repeat: no-repeat;
  padding-right: 28px;
  cursor: pointer;
}
header nav.right-menu form input:not([type=checkbox]):not([type=radio]):hover {
  background-color: rgba(255, 255, 255, 0.1);
}
header nav.right-menu form input:not([type=checkbox]):not([type=radio]):focus {
  width: 250px;
  cursor: text;
}
header nav.right-menu .mob-lang-select {
  display: none;
}
header nav.right-menu .lang-select {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  font-family: "GintoMedium", sans-serif;
  color: white;
  text-transform: uppercase;
  border-radius: 50%;
  border: 2px solid white;
  cursor: pointer;
  background-color: transparent;
  transition: 0.3s;
}
header nav.right-menu .lang-select:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
header nav.right-menu #lang_choice_1 {
  display: block;
  position: absolute;
  right: -12px;
  top: 50px;
  margin: 0;
  width: 150px;
  color: white;
  padding: 15px 20px;
  border-radius: 30px;
  background-color: rgba(0, 0, 0, 0.2);
  background-color: white;
  display: none;
  opacity: 0;
  transition: 0.2s;
}
header nav.right-menu #lang_choice_1.open {
  display: initial;
  opacity: 1;
}
header nav.right-menu #lang_choice_1 a {
  font-weight: 400;
  line-height: 26px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
}
header nav.right-menu #lang_choice_1 a:hover {
  color: #82764A;
}
header nav.right-menu #lang_choice_1 a img {
  margin: 0 6px 1px 0;
}
header nav.right-menu select {
  width: 126px;
  border-color: white;
  color: white;
  margin-left: 10px;
  background-image: url(../img/icons/arrow-down.svg);
  background-color: rgba(0, 0, 0, 0.2);
}
header nav.right-menu select#lang_choice_1 {
  opacity: 0;
}
header nav.right-menu select.dummy-select {
  position: absolute;
  right: 54px;
  margin: 0;
  width: 126px;
}
header nav.right-menu select option {
  color: black;
}
header nav.right-menu ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: white;
}
header nav.right-menu ::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
}
header nav.right-menu :-ms-input-placeholder {
  /* IE 10+ */
  color: white;
}
header nav.right-menu :-moz-placeholder {
  /* Firefox 18- */
  color: white;
}
header nav.right-menu.old-version .header-search {
  width: 120px !important;
}
header nav.right-menu.old-version .header-search:focus {
  width: 240px !important;
}
header nav.right-menu.old-version .lang-select {
  justify-content: flex-start;
  width: 126px;
  padding: 10px 15px;
  border-radius: 30px;
  text-transform: none;
  font-family: "GintoLight", sans-serif;
  background-image: url(../img/icons/arrow-down.svg);
  background-size: 12px 12px;
  background-position: calc(100% - 15px) center;
  background-repeat: no-repeat;
}
header nav .full-menu-button {
  height: 45px;
  width: 45px;
  background: white;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  position: relative;
  z-index: 20;
  transition: all 0.2s ease-in-out;
}
header nav .full-menu-button #nav-icon {
  width: 20px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
header nav .full-menu-button #nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: black;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
header nav .full-menu-button #nav-icon span:nth-child(1) {
  top: 0;
}
header nav .full-menu-button #nav-icon span:nth-child(2), header nav .full-menu-button #nav-icon span:nth-child(3) {
  top: 5px;
}
header nav .full-menu-button #nav-icon span:nth-child(4) {
  top: 10px;
}
header nav .full-menu-button #nav-icon.open span:nth-child(1) {
  top: 5px;
  width: 0%;
  left: 50%;
}
header nav .full-menu-button #nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
header nav .full-menu-button #nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header nav .full-menu-button #nav-icon.open span:nth-child(4) {
  top: 5px;
  width: 0%;
  left: 50%;
}
@media (hover: hover) and (pointer: fine) {
  header nav .full-menu-button:hover {
    background: #82764A;
  }
}
header .super-menu.mega {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
header .super-menu.mega #mega-menu-wrap-in_header #mega-menu-in_header li.mega-menu-item {
  padding: 0 15px !important;
  line-height: 2 !important;
}
header .super-menu.mega #mega-menu-wrap-in_header #mega-menu-in_header li.mega-menu-item.cat {
  padding: 15px !important;
}
header .super-menu.mega #mega-menu-wrap-in_header #mega-menu-in_header li.mega-menu-item.cat > a.mega-menu-link {
  font-family: "GintoNordMedium", sans-serif !important;
  font-size: 14px !important;
  color: black !important;
}
header .super-menu.mega #mega-menu-wrap-in_header #mega-menu-in_header li.mega-menu-item.cat > a.mega-menu-link:hover {
  font-weight: 500 !important;
}
header .super-menu.mega #mega-menu-wrap-in_header #mega-menu-in_header li.mega-menu-item li.mega-menu-item {
  padding: 0 !important;
}
header .super-menu.mega #mega-menu-wrap-in_header #mega-menu-in_header li.mega-menu-item li.mega-menu-item.cat {
  padding: 0 15px 30px !important;
}
header .super-menu.mega #mega-menu-wrap-in_header #mega-menu-in_header > li.mega-menu-item > a.mega-menu-link {
  position: relative;
  font-family: "GintoMedium", sans-serif !important;
}
header .super-menu.mega #mega-menu-wrap-in_header #mega-menu-in_header > li.mega-menu-item > a.mega-menu-link:hover {
  color: rgba(255, 255, 255, 0.8);
}
header .super-menu.mega #mega-menu-wrap-in_header #mega-menu-in_header > li.mega-menu-megamenu.mega-toggle-on > ul.mega-sub-menu {
  transform: none !important;
}
header .super-menu.mega #mega-menu-wrap-in_header #mega-menu-in_header > li.mega-menu-megamenu.mega-toggle-on > ul.mega-sub-menu .close-sub-menu {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  text-decoration: none;
  transition: 0.2s;
}
header .super-menu.mega #mega-menu-wrap-in_header #mega-menu-in_header > li.mega-menu-megamenu.mega-toggle-on > ul.mega-sub-menu .close-sub-menu:after {
  content: "\f347";
  font-family: dashicons;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  margin: 0;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: rotate(180deg);
  color: inherit;
  position: relative;
  background: transparent;
  height: auto;
  width: auto;
  top: -2px;
  right: -6px;
  line-height: inherit;
}
header .super-menu.mega #mega-menu-wrap-in_header #mega-menu-in_header > li.mega-menu-megamenu.mega-toggle-on > ul.mega-sub-menu .close-sub-menu:hover {
  color: #82764A;
}
@media screen and (min-width: 1121px) {
  header .super-menu.mega #mega-menu-wrap-in_header #mega-menu-in_header > li.mega-menu-megamenu > ul.mega-sub-menu {
    position: fixed;
    display: flex;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    padding: 150px 0 100px;
    transform: translateY(-100%) !important;
    background-color: white;
    box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.15);
    transition: 0.3s !important;
  }
  header .super-menu.mega #mega-menu-wrap-in_header #mega-menu-in_header > li.mega-menu-megamenu > ul.mega-sub-menu > li {
    margin: 0 auto;
    max-width: 1000px;
    line-height: 2 !important;
  }
  header .super-menu.mega #mega-menu-wrap-in_header #mega-menu-in_header > li.mega-menu-megamenu > ul.mega-sub-menu > li a {
    display: inline-block !important;
  }
  header .super-menu.mega #mega-menu-wrap-in_header #mega-menu-in_header > li.mega-menu-megamenu > ul.mega-sub-menu > li a:after {
    width: 0;
    height: 2px;
    display: inline-block;
    background: #82764A;
    content: "";
    position: absolute;
    top: initial;
    left: 0;
    right: initial;
    bottom: 0;
    transform: none;
    filter: none;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    -moz-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    -ms-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    -o-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  }
  header .super-menu.mega #mega-menu-wrap-in_header #mega-menu-in_header > li.mega-menu-megamenu > ul.mega-sub-menu > li a:hover:after {
    width: 100%;
  }
}
header .super-menu:not(.mega) {
  z-index: 10;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100vw;
  height: 0;
  opacity: 0;
  background: #282828;
  background: -moz-linear-gradient(top, #282828 0%, #85784e 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #282828), color-stop(100%, #85784e));
  background: -webkit-linear-gradient(top, #282828 0%, #85784e 100%);
  background: -o-linear-gradient(top, #282828 0%, #85784e 100%);
  background: -ms-linear-gradient(top, #282828 0%, #85784e 100%);
  background: linear-gradient(to bottom, #282828 0%, #85784e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d7cdc5", endColorstr="#85784e", GradientType=0 );
  transition: all 0.3s ease-in-out;
}
header .super-menu:not(.mega).active {
  height: 100vh;
  opacity: 1;
}
header .super-menu:not(.mega).small-super .menu {
  column-count: 3;
  width: 740px;
}
header .super-menu:not(.mega) .menu {
  width: 1420px;
  max-width: calc(100% - 60px);
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  list-style: none;
  column-count: 4;
  column-gap: 100px;
}
header .super-menu:not(.mega) .menu .menu-item-has-children {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: "GintoMedium", sans-serif;
  font-size: 20px;
  display: inline-block;
}
header .super-menu:not(.mega) .menu .menu-item-has-children a {
  color: white;
  position: relative;
  text-decoration: none;
}
header .super-menu:not(.mega) .menu .menu-item-has-children a:after {
  width: 0;
  height: 2px;
  display: inline-block;
  background: #82764A;
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
header .super-menu:not(.mega) .menu .menu-item-has-children a:hover:after {
  width: 100%;
}
header .super-menu:not(.mega) .menu .menu-item-has-children ul {
  list-style: none;
}
header .super-menu:not(.mega) .menu .menu-item-has-children ul li {
  font-family: "GintoLight", sans-serif;
  margin: 10px 0;
  font-size: 16px;
}
header .super-menu:not(.mega) .menu .current-menu-item a:after {
  width: 100%;
}
header .super-menu:not(.mega) .menu .current-menu-item .sub-menu a:hover:after {
  width: 100%;
}
header .super-menu:not(.mega) .menu .current-menu-item .sub-menu a:after {
  width: 0;
}
header .filter-notification {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  text-align: center;
}
header .filter-notification .filter-text {
  background: white;
  border-top: 2px solid #b3aa8f;
  width: auto;
  display: inline-block;
  padding: 10px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3215686275);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3215686275);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3215686275);
}
header .filter-notification .filter-text a {
  color: #b3aa8f;
  font-weight: 900;
}
header .filter-notification.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.banner {
  background: #282828;
  background: -moz-linear-gradient(top, #282828 0%, #85784e 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #282828), color-stop(100%, #85784e));
  background: -webkit-linear-gradient(top, #282828 0%, #85784e 100%);
  background: -o-linear-gradient(top, #282828 0%, #85784e 100%);
  background: -ms-linear-gradient(top, #282828 0%, #85784e 100%);
  background: linear-gradient(to bottom, #282828 0%, #85784e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d7cdc5", endColorstr="#85784e", GradientType=0 );
  position: relative;
  height: 40vh;
  max-height: 500px;
  min-height: 400px;
}
.banner.home-banner {
  height: 80vh;
  max-height: 1000px;
  margin-bottom: 40px;
}
.banner.tentoonstelling-banner {
  height: 80vh;
  max-height: 1000px;
}
.banner.tentoonstelling-banner .outer-slider .inner-slider .slide .title-block {
  left: 50%;
  word-wrap: break-word;
}
.banner * {
  z-index: 2;
}
.banner .social-block {
  position: absolute;
  bottom: 30px;
  left: 30px;
  list-style: none;
  display: flex;
}
.banner .social-block a {
  display: inline-block;
  float: left;
  margin-right: 20px;
  height: 18px;
  font-size: 25px;
  color: white;
  text-decoration: none;
}
.banner .social-block a img {
  height: 100%;
}
.banner .scroll-down {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  text-align: center;
  cursor: pointer;
}
.banner .scroll-down p {
  font-size: 12px;
  font-family: "Ginto", sans-serif;
  line-height: 1;
}
.banner .scroll-down img {
  position: relative;
  height: 8px;
  transition: all 0.2s ease-in-out;
}
.banner .scroll-down:hover img {
  top: 2px;
  height: 12px;
}
.banner .cta-block {
  width: 250px;
  padding: 20px;
  display: inline-block;
  position: absolute;
  bottom: 80px;
  left: -275px;
  color: white;
  padding-right: 40px;
  -webkit-transition: left 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -moz-transition: left 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -ms-transition: left 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: left 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: left 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.banner .cta-block.active {
  left: 30px;
}
.banner .cta-block.active .toggle-cta {
  right: 10px;
}
.banner .cta-block.active .toggle-cta span {
  width: 15px;
}
.banner .cta-block.active .toggle-cta span:first-of-type {
  -webkit-transform: translateY(2px) rotate(45deg);
  -moz-transform: translateY(2px) rotate(45deg);
  -ms-transform: translateY(2px) rotate(45deg);
  -o-transform: translateY(2px) rotate(45deg);
  transform: translateY(2px) rotate(45deg);
}
.banner .cta-block.active .toggle-cta span:last-of-type {
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -o-transform: rotate(315deg);
  transform: rotate(315deg);
}
.banner .cta-block span {
  height: 2px;
  width: 15px;
  background: white;
  display: block;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.banner .cta-block span:first-of-type {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.banner .cta-block span:last-of-type {
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -o-transform: rotate(315deg);
  transform: rotate(315deg);
}
.banner .cta-block h3 {
  font-family: "GintoMedium", sans-serif;
}
.banner .cta-block .toggle-cta {
  width: 15px;
  position: absolute;
  right: 7px;
  top: 10px;
  cursor: pointer;
  display: block;
  height: 15px;
  padding-top: 10px;
}
.banner .cta-block .toggle-cta span {
  height: 2px;
  width: 10px;
  background: white;
  display: block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.banner .cta-block .toggle-cta span:first-of-type {
  -webkit-transform: translateY(-4px) rotate(45deg);
  -moz-transform: translateY(-4px) rotate(45deg);
  -ms-transform: translateY(-4px) rotate(45deg);
  -o-transform: translateY(-4px) rotate(45deg);
  transform: translateY(-4px) rotate(45deg);
}
.banner .cta-block .toggle-cta span:last-of-type {
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -o-transform: rotate(315deg);
  transform: rotate(315deg);
}
.banner .cta-block .button {
  margin-top: 20px;
  border: 2px solid white;
  background: none;
}
.banner .cta-block .button:hover {
  background: white;
  color: black;
}
.banner .outer-slider {
  height: 100%;
  width: 100vw;
  position: relative;
  overflow: hidden;
}
.banner .outer-slider .inner-slider {
  height: 100%;
  position: relative;
  left: 0;
  overflow: hidden;
  transition: all 0.8s cubic-bezier(0.61, 0, 0.42, 0.99);
}
.banner .outer-slider .inner-slider .slide {
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100vw;
  position: relative;
  display: inline-block;
  float: left;
}
.banner .outer-slider .inner-slider .slide #map {
  z-index: 1;
}
.banner .outer-slider .inner-slider .slide .lendoutcount, .banner .outer-slider .inner-slider .slide .countdowntimer {
  position: relative;
  z-index: 4;
  margin: 0 auto;
  width: 400px;
  height: 148px;
  text-align: right;
  background-image: url("../img/bg_bruikleenteller.png");
  background-repeat: no-repeat;
}
.banner .outer-slider .inner-slider .slide .lendoutcount div, .banner .outer-slider .inner-slider .slide .countdowntimer div {
  position: relative;
  display: inline-block;
  padding: 11px 84px 0 0;
  font-size: 50px !important;
  font-family: "GintoMedium", sans-serif !important;
  letter-spacing: 0;
}
.banner .outer-slider .inner-slider .slide .lendoutcount div span, .banner .outer-slider .inner-slider .slide .countdowntimer div span {
  position: relative;
  display: inline-block;
  margin-left: 4px;
  width: 35px;
  color: white;
  text-align: center;
}
.banner .outer-slider .inner-slider .slide .lendoutcount div span:before, .banner .outer-slider .inner-slider .slide .countdowntimer div span:before {
  content: "";
  position: absolute;
  height: 10px;
  top: calc(50% - 4px);
  left: 3px;
  right: 3px;
  z-index: 2;
  transform: translateY(50%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
}
.banner .outer-slider .inner-slider .slide .lendoutcount div span:after, .banner .outer-slider .inner-slider .slide .countdowntimer div span:after {
  content: "";
  position: absolute;
  height: 10px;
  top: calc(50% - 4px);
  left: 3px;
  right: 3px;
  z-index: 2;
  transform: translateY(-50%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
}
.banner .outer-slider .inner-slider .slide .lendoutcount.countdowntimer, .banner .outer-slider .inner-slider .slide .countdowntimer.countdowntimer {
  margin-bottom: 10px;
  width: 284px;
  height: 141px;
  overflow: visible;
  padding: 0;
  text-align: left;
  background-image: unset;
}
.banner .outer-slider .inner-slider .slide .lendoutcount.countdowntimer:after, .banner .outer-slider .inner-slider .slide .countdowntimer.countdowntimer:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 375px;
  height: 233px;
  background-image: url("../img/bg_countdown.png");
}
.banner .outer-slider .inner-slider .slide .lendoutcount.countdowntimer.terracotta:after, .banner .outer-slider .inner-slider .slide .countdowntimer.countdowntimer.terracotta:after {
  background-image: url("../img/bg_countdown_terracotta.png");
}
.banner .outer-slider .inner-slider .slide .lendoutcount.countdowntimer div, .banner .outer-slider .inner-slider .slide .countdowntimer.countdowntimer div {
  padding: 42px 0 0 54px;
  font-size: 30px !important;
}
.banner .outer-slider .inner-slider .slide .lendoutcount.countdowntimer .label, .banner .outer-slider .inner-slider .slide .countdowntimer.countdowntimer .label {
  position: absolute;
  left: 60px;
  top: 89px;
  width: 70px;
  padding: 0;
  text-align: center;
  font-size: 11px !important;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.banner .outer-slider .inner-slider .slide .lendoutcount.countdowntimer .label:last-child, .banner .outer-slider .inner-slider .slide .countdowntimer.countdowntimer .label:last-child {
  left: 164px;
}
.banner .outer-slider .inner-slider .slide .lendoutcount.countdowntimer span:before, .banner .outer-slider .inner-slider .slide .countdowntimer.countdowntimer span:before {
  height: 6px;
  border-top: 1px solid rgba(0, 0, 0, 0.8);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
}
.banner .outer-slider .inner-slider .slide .lendoutcount.countdowntimer span:after, .banner .outer-slider .inner-slider .slide .countdowntimer.countdowntimer span:after {
  height: 6px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.8);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
}
.banner .outer-slider .inner-slider .slide .lendoutcount.countdowntimer span:nth-child(3), .banner .outer-slider .inner-slider .slide .countdowntimer.countdowntimer span:nth-child(3) {
  margin-left: 30px;
}
.banner .outer-slider .inner-slider .slide .title-block {
  color: white;
  text-align: center;
  position: absolute;
  width: calc(100% - 60px);
  max-width: 1000px;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
}
.banner .outer-slider .inner-slider .slide .title-block h1, .banner .outer-slider .inner-slider .slide .title-block h2 {
  font-size: 100px;
  line-height: 1;
  opacity: 0;
  transform: translateY(-20vh);
  transition: transform 1s ease-in-out, opacity 1s ease-in-out;
}
.banner .outer-slider .inner-slider .slide .title-block h1.medium, .banner .outer-slider .inner-slider .slide .title-block h2.medium {
  font-size: 70px;
}
.banner .outer-slider .inner-slider .slide .title-block h1.small, .banner .outer-slider .inner-slider .slide .title-block h2.small {
  font-size: 40px;
}
.banner .outer-slider .inner-slider .slide .title-block p {
  font-size: 26px;
  max-width: 800px;
  margin: 0 auto;
  font-family: "Ginto", sans-serif;
}
.banner .outer-slider .inner-slider .slide .title-block.lower {
  bottom: 30px;
}
.banner .outer-slider .inner-slider .slide .title-block .button {
  margin: 20px 5px 0;
  background: white;
  color: black;
}
.banner .outer-slider .inner-slider .slide .title-block .button:hover {
  color: white;
  background: #82764A;
}
.banner .outer-slider .inner-slider .slide.active .title-block h1, .banner .outer-slider .inner-slider .slide.active .title-block h2 {
  opacity: 1;
  padding-bottom: 20px;
  transform: translateY(0);
  max-height: 300px;
  overflow: hidden;
}
.banner .outer-slider .inner-slider .slide:after {
  pointer-events: none;
  content: "";
  height: 160px;
  opacity: 0.7;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, black));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#000000", GradientType=0 );
}
.banner .outer-slider .slider-nav {
  position: absolute;
  bottom: 25px;
  right: 25px;
}
.banner .outer-slider .slider-nav li {
  display: inline-block;
  opacity: 0.5;
  padding: 5px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.banner .outer-slider .slider-nav li span {
  display: block;
  width: 8px;
  height: 8px;
  background: white;
  border-radius: 50%;
}
.banner .outer-slider .slider-nav li.active {
  opacity: 1;
}
.banner .outer-slider .buttons {
  height: 150px;
  position: absolute;
  pointer-events: none;
  width: 100%;
  box-sizing: border-box;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 30px;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
}
.banner .outer-slider .buttons .right {
  float: right;
}
.banner .outer-slider .buttons .right img {
  transform: rotate(-90deg);
}
.banner .outer-slider .buttons .right p {
  text-align: right;
  margin-right: 10px;
}
.banner .outer-slider .buttons .left {
  float: left;
}
.banner .outer-slider .buttons .left img {
  transform: rotate(90deg);
}
.banner .outer-slider .buttons .left p {
  text-align: left;
  margin-left: 10px;
}
.banner .outer-slider .buttons .right, .banner .outer-slider .buttons .left {
  display: none;
  pointer-events: auto;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  position: relative;
}
.banner .outer-slider .buttons .right p, .banner .outer-slider .buttons .left p {
  opacity: 0;
  color: white;
  font-family: "GintoMedium", sans-serif;
  display: inline-block;
  max-width: 100px;
  vertical-align: middle;
  line-height: 1.2;
  transition: all 0.2s ease-in-out;
}
.banner .outer-slider .buttons .right img, .banner .outer-slider .buttons .left img {
  vertical-align: middle;
  height: 10px;
}
.banner .outer-slider .buttons .right:hover p, .banner .outer-slider .buttons .left:hover p {
  opacity: 1;
}

footer {
  padding: 40px 60px 0;
}
footer .footer-head {
  padding: 30px 0;
  border-bottom: 1px solid #e4e4e4;
}
footer .footer-head.no-border {
  border: none;
  padding: 0;
}
footer .footer-head .logo img {
  height: 60px;
}
footer .footer-head .logo.right {
  float: right;
}
footer .footer-donation-newsletter {
  display: flex;
  margin: 0 -60px;
  color: white;
}
footer .footer-donation-newsletter h4 {
  font-family: "GintoNordMedium", sans-serif;
  font-size: 18px;
  font-weight: 400;
}
footer .footer-donation-newsletter .donation {
  width: calc(50% - 200px);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 100px;
  background: linear-gradient(90deg, #361CD2 -6.46%, #85784A 45.14%);
}
footer .footer-donation-newsletter .donation .wrapper {
  /* Gravity forms donation */
}
footer .footer-donation-newsletter .donation .wrapper .button {
  color: white !important;
  background: #82764A !important;
}
footer .footer-donation-newsletter .donation .wrapper .gform_body {
  padding-top: 20px;
}
footer .footer-donation-newsletter .donation .wrapper .wc-donation-title {
  color: white !important;
}
footer .footer-donation-newsletter .donation .wrapper #wc_donation_on_shortcode_27870 .wc-label-button {
  color: white !important;
  border-color: white !important;
}
footer .footer-donation-newsletter .donation .wrapper #wc_donation_on_shortcode_27870 .wc-label-button.wc-active {
  border-color: black !important;
  background: black !important;
}
footer .footer-donation-newsletter .donation .wrapper #wc_donation_on_shortcode_27870 .wc-label-button {
  float: none;
}
footer .footer-donation-newsletter .donation .wrapper #wc_donation_on_shortcode_27870 .wc-donation-f-submit-donation {
  margin-top: 20px !important;
  color: black !important;
  background-color: white !important;
}
footer .footer-donation-newsletter .donation .wrapper .gform_wrapper form {
  max-width: 620px;
}
footer .footer-donation-newsletter .donation .wrapper .gform_wrapper legend {
  font-size: 15px;
}
footer .footer-donation-newsletter .donation .wrapper .gform_wrapper .gform_fields {
  grid-column-gap: 20px;
}
footer .footer-donation-newsletter .donation .wrapper .gform_wrapper .gfield--type-product {
  grid-column: span 7;
}
footer .footer-donation-newsletter .donation .wrapper .gform_wrapper .gfield--type-quantity {
  grid-column: span 3;
}
footer .footer-donation-newsletter .donation .wrapper .gform_wrapper .gfield--type-quantity input {
  position: relative;
  color: white;
  border-color: white;
  padding-left: 33px !important;
}
footer .footer-donation-newsletter .donation .wrapper .gform_wrapper .gfield--type-quantity .ginput_container_number {
  position: relative;
}
footer .footer-donation-newsletter .donation .wrapper .gform_wrapper .gfield--type-quantity .ginput_container_number:before {
  content: "€";
  position: absolute;
  left: 20px;
  top: calc(50% - 1px);
  transform: translateY(-50%);
  display: block;
  color: white;
  width: 20px;
  height: 20px;
}
footer .footer-donation-newsletter .donation .wrapper .gform_wrapper .gfield--type-quantity:not([data-conditional-logic=visible]) {
  display: none;
}
footer .footer-donation-newsletter .donation .wrapper .gform_wrapper .gfield--type-quantity:has([data-conditional-logic=visible]) {
  display: block !important;
}
footer .footer-donation-newsletter .donation .wrapper .gform_wrapper select.small {
  width: 200px !important;
}
footer .footer-donation-newsletter .donation .wrapper .gform_wrapper .gform_required_legend, footer .footer-donation-newsletter .donation .wrapper .gform_wrapper .gform_validation_errors {
  display: none;
}
footer .footer-donation-newsletter .donation .wrapper .gform_wrapper .validation_message {
  color: red;
  font-weight: 600;
  border-radius: 30px;
  border-color: red;
  background-color: rgba(255, 255, 255, 0.7);
}
footer .footer-donation-newsletter .donation .wrapper .gform_wrapper .gsection {
  border: none;
}
footer .footer-donation-newsletter .donation .wrapper .gform_wrapper .gsection .gsection_title {
  display: none;
}
footer .footer-donation-newsletter .donation .wrapper .gform_wrapper .gsection .gsection_description {
  margin: 0;
  padding: 0;
  font-size: 15px;
}
footer .footer-donation-newsletter .donation .wrapper .gform_wrapper .gfield_label {
  color: white !important;
}
footer .footer-donation-newsletter .donation .wrapper .gform_wrapper .gfield_required {
  color: white;
}
footer .footer-donation-newsletter .donation .wrapper .gform_wrapper input[type=text], footer .footer-donation-newsletter .donation .wrapper .gform_wrapper input[type=email], footer .footer-donation-newsletter .donation .wrapper .gform_wrapper select {
  font-size: 15px;
  border-color: white !important;
}
footer .footer-donation-newsletter .donation .wrapper .gform_wrapper .gfield_radio {
  display: flex;
  column-gap: 6px;
}
footer .footer-donation-newsletter .donation .wrapper .gform_wrapper input[type=radio] {
  display: none;
}
footer .footer-donation-newsletter .donation .wrapper .gform_wrapper input[type=radio] + label {
  display: table;
  border: 2px solid white;
  border-radius: 30px;
  line-height: 44px;
  padding: 0 20px;
  font-size: 15px;
  white-space: nowrap;
  cursor: pointer;
}
footer .footer-donation-newsletter .donation .wrapper .gform_wrapper input[type=radio]:checked + label {
  border-color: black;
  background-color: black;
}
footer .footer-donation-newsletter .donation .wrapper .gform_wrapper select {
  color: white;
  background-image: url("../img/icons/arrow-down.svg");
}
footer .footer-donation-newsletter .donation .wrapper .gform_wrapper select:focus option {
  color: black;
}
footer .footer-donation-newsletter .donation .wrapper .gform_wrapper input[type=submit] {
  width: initial !important;
  display: table;
  color: black;
  background-color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 30px;
  cursor: pointer;
  font-size: 15px;
  margin-top: 0;
}
footer .footer-donation-newsletter .newsletter {
  width: calc(50% - 100px);
  display: flex;
  justify-content: center;
  padding: 50px;
  font-size: 14px;
  background: linear-gradient(0deg, #000 0%, #000 100%);
}
footer .footer-donation-newsletter .newsletter .wrapper {
  max-width: 500px;
}
footer .footer-donation-newsletter .newsletter .wrapper #mc_embed_signup form .mc-field-group.input-group ul li {
  margin-bottom: 2px;
}
footer .footer-donation-newsletter .newsletter .wrapper #mc_embed_signup form .form-inline {
  display: flex;
  justify-content: flex-start;
}
footer .footer-donation-newsletter .newsletter .wrapper #mc_embed_signup form .form-inline svg {
  display: none;
}
footer .footer-donation-newsletter .newsletter .wrapper #mc_embed_signup form .form-inline input {
  width: calc(100% - 125px);
  color: white;
  border: 1px solid white;
  background: url(../img/icons/envelope.svg) no-repeat center right 20px;
}
footer .footer-donation-newsletter .newsletter .wrapper #mc_embed_signup form .form-inline input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
footer .footer-donation-newsletter .newsletter .wrapper #mc_embed_signup form #mc-embedded-subscribe {
  margin-top: -85px;
  position: relative;
  z-index: 9;
}
footer .footer-body {
  display: flex;
}
footer .footer-body.small-footer .footer-col {
  width: 50%;
}
footer .footer-body.small-footer .footer-col:nth-child(1) div {
  width: calc(50% - 25px);
  display: inline-block;
  float: left;
}
footer .footer-body.small-footer .footer-col:nth-child(1) div:nth-child(1) {
  margin-right: 50px;
}
footer .footer-body.small-footer .footer-col:nth-child(1) div div {
  width: 100%;
}
footer .footer-body.small-footer .footer-col .menu {
  column-count: 3;
}
footer .footer-body .footer-col {
  margin-top: 0 !important;
  padding: 0;
  width: 25%;
  height: inherit;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
footer .footer-body .footer-col.middle {
  width: 75%;
  padding-bottom: 60px;
}
footer .footer-body .footer-col:nth-child(1) {
  padding-right: 50px;
}
footer .footer-body .footer-col:nth-child(3) {
  padding-left: 50px;
}
footer .footer-body .footer-col:nth-child(3) h4 {
  margin-top: 30px;
}
footer .footer-body .footer-col:nth-child(1) > div {
  padding: 60px 50px 60px 0;
  position: relative;
  display: inline-block;
  width: 100%;
  border-right: 1px solid #e4e4e4;
}
footer .footer-body .footer-col .footer-general-info {
  height: 100%;
}
footer .footer-body .footer-col .footer-general-info h3 {
  margin-bottom: 40px;
  font-family: "GintoNordMedium", sans-serif;
  font-size: 16px;
  color: #82764A;
}
footer .footer-body .footer-col .footer-general-info h4 {
  position: relative;
  display: block;
  margin-top: 20px;
  font-family: "GintoNordMedium", sans-serif;
  font-size: 14px;
  cursor: pointer;
  transition: 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  footer .footer-body .footer-col .footer-general-info h4:hover {
    color: #82764A;
  }
}
footer .footer-body .footer-col .footer-general-info h4.open {
  color: #82764A;
}
footer .footer-body .footer-col .footer-general-info h4:after {
  content: "";
  width: 16px;
  height: 14px;
  display: block;
  margin: 0;
  color: inherit;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.4s;
  background-image: url(../img/icons/arrow-down.svg);
  background-size: 16px 14px;
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(0);
}
footer .footer-body .footer-col .footer-general-info h4.open:after {
  transform: rotate(180deg);
}
footer .footer-body .footer-col .footer-general-info article {
  max-height: 0;
  opacity: 0;
  transition: 0.4s;
  overflow: hidden;
}
footer .footer-body .footer-col .footer-general-info article.open {
  max-height: 1000px;
  opacity: 1;
  padding-bottom: 20px;
}
footer .footer-body .footer-col h4 {
  margin-bottom: 10px;
}
footer .footer-body .footer-col span {
  color: #666666;
  opacity: 0.5;
  margin: 0;
}
footer .footer-body .footer-col p {
  color: #666666;
  margin: 10px 0;
}
footer .footer-body .footer-col p span {
  float: right;
  margin: 0;
  opacity: 1;
}
footer .footer-body .footer-col p span[id] {
  float: none !important;
}
footer .footer-body .footer-col .menu {
  list-style: none;
  column-count: 4;
  column-gap: 50px;
  row-gap: 50px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}
footer .footer-body .footer-col .menu .menu-item {
  width: calc(25% - 40px);
  font-family: "GintoNordMedium", sans-serif;
  display: inline-block;
}
footer .footer-body .footer-col .menu .menu-item a {
  display: block;
  margin-bottom: 14px;
  color: #82764A;
  font-size: 16px;
  text-decoration: none;
}
footer .footer-body .footer-col .menu .menu-item a:hover {
  color: black;
}
footer .footer-body .footer-col .menu .menu-item ul {
  list-style: none;
  display: flex;
  flex-direction: column;
}
footer .footer-body .footer-col .menu .menu-item ul li {
  width: initial;
  font-family: "GintoNordMedium", sans-serif;
  margin: 20px 0 0;
}
footer .footer-body .footer-col .menu .menu-item ul li a {
  display: inline-block;
  margin-bottom: 0;
  position: relative;
  padding-bottom: 6px;
  font-size: 14px;
  color: black;
  text-decoration: none;
}
footer .footer-body .footer-col .menu .menu-item ul li a:after {
  width: 0;
  height: 2px;
  display: inline-block;
  background: #82764A;
  content: "";
  position: absolute;
  top: initial;
  left: 0;
  right: initial;
  bottom: 0;
  transform: none;
  filter: none;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
footer .footer-body .footer-col .menu .menu-item ul li a:hover:after {
  width: 100%;
}
footer .footer-body .footer-col .menu .menu-item ul li ul {
  display: none;
}
footer .en-footer .footer-col .menu {
  column-count: 3;
}
footer .en-footer .footer-col {
  width: 33%;
}
footer .en-footer .footer-col.middle {
  width: 33%;
}

#mc_embed_signup form {
  padding: 14px 0 10px !important;
  overflow: hidden;
}
#mc_embed_signup form .mc-field-group.input-group ul {
  display: block;
}
#mc_embed_signup form .mc-field-group.input-group ul li {
  display: inline-block;
  width: 50%;
  cursor: pointer;
  position: relative;
  margin-bottom: 10px;
}
#mc_embed_signup form .mc-field-group.input-group ul li span {
  opacity: 1 !important;
}
#mc_embed_signup form .mc-field-group.input-group ul li .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: transparent;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #D2CECD;
  pointer-events: none;
}
#mc_embed_signup form .mc-field-group.input-group ul li input[type=checkbox]:checked ~ .checkmark span {
  background: url("../img/icons/checkmark.png");
  height: 12px;
  width: 12px;
  display: block;
  opacity: 1;
  background-size: cover;
  margin-top: 3px;
  margin-left: 3px;
  filter: invert(46%) sepia(6%) saturate(2342%) hue-rotate(10deg) brightness(97%) contrast(89%);
}
#mc_embed_signup form .mc-field-group.input-group ul li input[type=checkbox]:checked ~ span {
  opacity: 1;
}
#mc_embed_signup form .mc-field-group.input-group ul li label {
  padding-left: 15px;
  font-size: 12px;
}
#mc_embed_signup form input[type=checkbox] {
  opacity: 0;
}
#mc_embed_signup form input[type=email] {
  border: none;
  border-bottom: 1px solid #D2CECD;
  padding: 0 15px;
  border-radius: 0;
  line-height: 30px;
  position: relative;
  text-indent: 0;
}
#mc_embed_signup form input[type=email]::-webkit-input-placeholder {
  color: black;
}
#mc_embed_signup form input[type=email]::-moz-placeholder {
  color: black;
}
#mc_embed_signup form input[type=email]:-ms-input-placeholder {
  color: black;
}
#mc_embed_signup form input[type=email]:-moz-placeholder {
  color: black;
}
#mc_embed_signup form .form-inline {
  position: relative;
}
#mc_embed_signup form .form-inline svg, #mc_embed_signup form .form-inline input {
  display: inline-block;
}
#mc_embed_signup form .form-inline input {
  width: calc(100% - 45px);
  box-sizing: border-box;
  float: right;
}
#mc_embed_signup form .form-inline svg {
  max-width: 26px;
  padding-top: 5px;
}
#mc_embed_signup form .button {
  height: auto !important;
  float: right;
}
#mc_embed_signup form a {
  color: #82764A;
  font-size: 12px;
}
#mc_embed_signup form a:hover {
  text-decoration: underline;
}
#mc_embed_signup form #mce-responses {
  float: left;
  top: -1.4em;
  padding: 0;
  overflow: hidden;
  width: 100%;
  margin: 0;
  clear: both;
}
#mc_embed_signup form #mce-responses .response {
  padding: 0 !important;
  width: 100%;
  font-weight: 300 !important;
}
#EN-form {
  display: none;
}

/* Pages */
.tentoonstellingen-carrousel {
  padding: 40px 0;
  display: block;
}

.topstukken-carrousel {
  padding: 40px 0;
  display: block;
}

.highlighted-block {
  padding: 40px 0;
  display: block;
}
.highlighted-block .highlighted {
  margin-top: 40px;
}
.highlighted-block .highlighted .highlighted-content {
  width: 25%;
  display: inline-block;
  float: left;
  vertical-align: top;
  padding-right: 30px;
  box-sizing: border-box;
}
.highlighted-block .highlighted .highlighted-content h2 {
  margin-bottom: 10px;
}
.highlighted-block .highlighted .highlighted-content p, .highlighted-block .highlighted .highlighted-content ul {
  color: #666666;
}
.highlighted-block .highlighted .highlighted-content p a, .highlighted-block .highlighted .highlighted-content ul a {
  color: #82764A;
}
.highlighted-block .highlighted .highlighted-content ul {
  margin-left: 18px;
}
.highlighted-block .highlighted .highlighted-content .button {
  margin-top: 20px;
  margin-right: 10px;
}
.highlighted-block .highlighted .highlighted-gallery {
  vertical-align: top;
  width: 75%;
  display: block;
  position: relative;
  column-count: 3;
  column-gap: 10px;
  height: 422px;
}
.highlighted-block .highlighted .highlighted-gallery .highlighted-item {
  box-sizing: border-box;
  padding: 10px;
  width: calc(50% - 5px);
  height: 200px;
  background-size: cover;
  background-position: center;
  color: white;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
.highlighted-block .highlighted .highlighted-gallery .highlighted-item .title-block {
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: calc(100% - 30px);
  z-index: 10;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.2s ease-in-out;
}
.highlighted-block .highlighted .highlighted-gallery .highlighted-item .title-block h5 {
  text-transform: uppercase;
  font-size: 10px;
  margin-bottom: 5px;
  font-family: "GintoMedium", sans-serif;
}
.highlighted-block .highlighted .highlighted-gallery .highlighted-item .title-block h4 {
  line-height: 1.2;
}
.highlighted-block .highlighted .highlighted-gallery .highlighted-item.video-button img {
  position: absolute;
  height: 50px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.highlighted-block .highlighted .highlighted-gallery .highlighted-item:after {
  content: "";
  height: 100px;
  opacity: 0;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: all 0.2s ease-in-out;
  background: rgba(32, 124, 229, 0);
  background: -moz-linear-gradient(top, rgba(32, 124, 229, 0) 0%, black 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(32, 124, 229, 0)), color-stop(100%, black));
  background: -webkit-linear-gradient(top, rgba(32, 124, 229, 0) 0%, black 100%);
  background: -o-linear-gradient(top, rgba(32, 124, 229, 0) 0%, black 100%);
  background: -ms-linear-gradient(top, rgba(32, 124, 229, 0) 0%, black 100%);
  background: linear-gradient(to bottom, rgba(32, 124, 229, 0) 0%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#207ce5", endColorstr="#000000", GradientType=0 );
}
.highlighted-block .highlighted .highlighted-gallery .highlighted-item:not(.no-hover):hover:after {
  opacity: 0.7;
}
.highlighted-block .highlighted .highlighted-gallery .highlighted-item:not(.no-hover):hover .title-block {
  transform: translateY(0);
  opacity: 1;
}
.highlighted-block .highlighted .highlighted-gallery .highlighted-item.no-photo {
  background-color: #cccccc;
  background-image: url("../img/icons/no-photo.png") !important;
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.3;
}
.highlighted-block .highlighted .highlighted-gallery.items-8 .highlighted-item:nth-child(3), .highlighted-block .highlighted .highlighted-gallery.items-8 .highlighted-item:nth-child(4), .highlighted-block .highlighted .highlighted-gallery.items-8 .highlighted-item:nth-child(5), .highlighted-block .highlighted .highlighted-gallery.items-8 .highlighted-item:nth-child(6) {
  width: 100%;
}
.highlighted-block .highlighted .highlighted-gallery.items-8 .highlighted-item:nth-child(odd) {
  margin-right: 10px;
}
.highlighted-block .highlighted .highlighted-gallery.items-7 .highlighted-item:nth-child(1) {
  margin-right: 10px;
}
.highlighted-block .highlighted .highlighted-gallery.items-7 .highlighted-item:nth-child(4) {
  width: 100%;
  height: 410px;
}
.highlighted-block .highlighted .highlighted-gallery.items-7 .highlighted-item:nth-child(3), .highlighted-block .highlighted .highlighted-gallery.items-7 .highlighted-item:nth-child(5) {
  width: 100%;
}
.highlighted-block .highlighted .highlighted-gallery.items-7 .highlighted-item:nth-child(6) {
  margin-right: 10px;
}
.highlighted-block .highlighted .highlighted-gallery.items-6 .highlighted-item:nth-child(1) {
  margin-right: 10px;
}
.highlighted-block .highlighted .highlighted-gallery.items-6 .highlighted-item:nth-child(4) {
  width: 100%;
  height: 410px;
}
.highlighted-block .highlighted .highlighted-gallery.items-6 .highlighted-item:nth-child(3), .highlighted-block .highlighted .highlighted-gallery.items-6 .highlighted-item:nth-child(5) {
  width: 100%;
}
.highlighted-block .highlighted .highlighted-gallery.items-6 .highlighted-item:nth-child(6) {
  width: 100%;
}
.highlighted-block .highlighted .highlighted-gallery.items-5 .highlighted-item:nth-child(1) {
  width: 100%;
  height: 410px;
}
.highlighted-block .highlighted .highlighted-gallery.items-5 .highlighted-item:nth-child(4), .highlighted-block .highlighted .highlighted-gallery.items-5 .highlighted-item:nth-child(5) {
  height: 410px;
}
.highlighted-block .highlighted .highlighted-gallery.items-5 .highlighted-item:nth-child(4) {
  margin-right: 10px;
}
.highlighted-block .highlighted .highlighted-gallery.items-5 .highlighted-item:nth-child(2), .highlighted-block .highlighted .highlighted-gallery.items-5 .highlighted-item:nth-child(3) {
  width: 100%;
}
.highlighted-block .highlighted .highlighted-gallery.items-4 .highlighted-item:nth-child(1) {
  width: 100%;
  height: 410px;
}
.highlighted-block .highlighted .highlighted-gallery.items-4 .highlighted-item:nth-child(4) {
  width: 100%;
  height: 410px;
}
.highlighted-block .highlighted .highlighted-gallery.items-4 .highlighted-item:nth-child(2), .highlighted-block .highlighted .highlighted-gallery.items-4 .highlighted-item:nth-child(3) {
  width: 100%;
}
.highlighted-block .highlighted .highlighted-gallery.items-3 {
  column-count: 2;
}
.highlighted-block .highlighted .highlighted-gallery.items-3 .highlighted-item:nth-child(1) {
  width: 100%;
  height: 410px;
}
.highlighted-block .highlighted .highlighted-gallery.items-3 .highlighted-item:nth-child(2), .highlighted-block .highlighted .highlighted-gallery.items-3 .highlighted-item:nth-child(3) {
  width: 100%;
}
.highlighted-block .highlighted .highlighted-gallery.items-2 {
  column-count: 2;
}
.highlighted-block .highlighted .highlighted-gallery.items-2 .highlighted-item {
  width: 100%;
  height: 410px;
}
.highlighted-block .highlighted .highlighted-gallery.items-1 {
  column-count: 1;
}
.highlighted-block .highlighted .highlighted-gallery.items-1 .highlighted-item {
  width: 100%;
  height: 410px;
}

@keyframes fadein {
  from {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.filter-group .button {
  color: #82764A;
  border: 2px solid #82764A;
  background-color: white;
}
.filter-group .button:hover, .filter-group .button.active {
  color: white;
  background-color: #82764A;
}
.filter-group .button.active {
  position: relative;
}
.filter-group .button.active:after {
  content: "+";
  height: 20px;
  width: 20px;
  display: block;
  position: absolute;
  background: white;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  right: -5px;
  top: -5px;
  color: red;
  line-height: 1.1;
  text-align: center;
  -webkit-box-shadow: 0px 2px 5px #0000004d;
  -moz-box-shadow: 0px 2px 5px #0000004d;
  box-shadow: 0px 2px 5px #0000004d;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  font-size: 20px;
}
.filter-group .filter {
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 1;
}
.filter-group .filter.hide {
  pointer-events: none;
  opacity: 0 !important;
  -webkit-transform: translateY(-10%);
  -moz-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  -o-transform: translateY(-10%);
  transform: translateY(-10%);
  -webkit-animation: none !important;
  -o-animation: none !important;
  animation: none !important;
}

.posts-container {
  position: relative;
}
.posts-container ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.posts-container ul li {
  width: calc(25% - 7.5px);
  margin: 30px 0 20px;
}
.posts-container ul li:nth-child(4n+3) {
  margin: 30px 10px 20px 5px;
}
.posts-container ul li:nth-child(4n+2) {
  margin: 30px 5px 20px 10px;
}
.posts-container ul .post-single {
  vertical-align: top;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-animation: fadein 0.3s 1;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 0.3s 1;
  /* Firefox < 16 */
  -ms-animation: fadein 0.3s 1;
  /* Internet Explorer */
  -o-animation: fadein 0.3s 1;
  /* Opera < 12.1 */
  animation: fadein 0.3s 1;
}
.posts-container ul .post-single.hide {
  pointer-events: none;
  opacity: 0 !important;
  -webkit-transform: scale(0.5) !important;
  -moz-transform: scale(0.5) !important;
  -ms-transform: scale(0.5) !important;
  -o-transform: scale(0.5) !important;
  transform: scale(0.5) !important;
  -webkit-animation: none !important;
  -o-animation: none !important;
  animation: none !important;
}
.posts-container ul .post-single.hide .overlay {
  display: none !important;
}
.posts-container ul .post-single a {
  text-decoration: none;
}
.posts-container ul .post-single .image {
  display: block;
  height: 200px;
  width: 100%;
  background-color: #f7f7f7;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.posts-container ul .post-single .image span {
  bottom: 10px;
  left: 10px;
  color: white;
  position: absolute;
  z-index: 99;
}
.posts-container ul .post-single .image span.new {
  bottom: 30px;
  font-weight: 600;
}
.posts-container ul .post-single .image:after {
  content: "";
  height: 100px;
  opacity: 0.7;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: all 0.2s ease-in-out;
  background: rgba(0, 0, 0, 0);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, black));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#000000", GradientType=0 );
}
.posts-container ul .post-single .image.no-photo {
  background-color: #cccccc;
  background-image: url("../img/icons/no-photo.png") !important;
  background-size: 50px;
  opacity: 0.3;
}
.posts-container ul .post-single .content {
  margin-top: 10px;
}
.posts-container ul .post-single .content h5 {
  height: 10px;
  color: #82764A;
  text-transform: uppercase;
  font-size: 10px;
  font-family: "GintoMedium", sans-serif;
}
.posts-container ul .post-single .content h4 {
  margin: 10px 0 6px;
  color: black;
}
.posts-container ul .post-single .content p {
  color: #666666;
  margin-bottom: 0;
}
.posts-container ul .post-single:hover .image {
  height: 220px;
  margin-top: -20px;
}

.agenda .agenda-container, .uw-bezoek .agenda-container {
  width: auto;
  height: auto;
}
.agenda .agenda-container .spinner, .uw-bezoek .agenda-container .spinner {
  top: 0;
}
.agenda .agenda-container .tentoonstelling-item, .uw-bezoek .agenda-container .tentoonstelling-item {
  background-color: #b3aa8f;
}
.agenda .agenda-container .tentoonstelling-item:hover .overlay, .uw-bezoek .agenda-container .tentoonstelling-item:hover .overlay {
  transform: scale(1.05);
}
.agenda .agenda-container .tentoonstelling-item:hover .overlay.mid, .uw-bezoek .agenda-container .tentoonstelling-item:hover .overlay.mid {
  transform: translateY(-50%) scale(1.1);
}
.agenda .agenda-container .tentoonstelling-item, .uw-bezoek .agenda-container .tentoonstelling-item {
  height: 340px;
  margin: 0;
}
.agenda .agenda-container .tentoonstelling-item:hover, .uw-bezoek .agenda-container .tentoonstelling-item:hover {
  height: 360px;
  margin: -10px 0;
  top: inherit;
}
.agenda .agenda-container .tentoonstelling-item:hover .desc .subtitle, .uw-bezoek .agenda-container .tentoonstelling-item:hover .desc .subtitle {
  margin-top: 10px;
  opacity: 1;
  max-height: 100px;
  color: white;
}
.agenda .agenda-container .tentoonstelling-item .desc, .uw-bezoek .agenda-container .tentoonstelling-item .desc {
  bottom: 10px;
}
.agenda .agenda-container p.date, .uw-bezoek .agenda-container p.date {
  color: white;
  margin-bottom: 0;
}

.filter-group .month-buttons {
  white-space: nowrap;
  width: calc(100% - 215px);
  overflow-x: scroll;
  flex-grow: 0;
}
.filter-group .month-buttons .button {
  margin-left: 0;
  margin-right: 5px;
  text-transform: capitalize;
}
.filter-group .month-buttons .button.active {
  pointer-events: none;
}
.filter-group .month-buttons .button.active:after {
  display: none;
}

.day-filter-group {
  padding-bottom: 10px;
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  width: 100%;
}
.day-filter-group a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  text-transform: capitalize;
}
.day-filter-group.hide a {
  -webkit-transform: translateY(-20%);
  -moz-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  -o-transform: translateY(-20%);
  transform: translateY(-20%);
  opacity: 0;
}
.day-filter-group .day-button {
  margin-top: 0;
  text-align: center;
  line-height: 13px;
  height: 40px;
  width: 40px;
  padding: 0;
  padding-top: 6px;
  display: inline-block;
  box-sizing: border-box;
  margin-right: 5px;
  color: #82764A;
  border: 2px solid #82764A;
  background-color: white;
}
.day-filter-group .day-button:hover, .day-filter-group .day-button.active {
  color: white;
  background-color: #82764A;
}
.day-filter-group .day-button.active:after {
  content: "+";
  height: 15px;
  width: 15px;
  display: block;
  position: absolute;
  background: white;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  right: -3px;
  top: -3px;
  color: red;
  line-height: 1.1;
  text-align: center;
  -webkit-box-shadow: 0px 2px 5px #0000004d;
  -moz-box-shadow: 0px 2px 5px #0000004d;
  box-shadow: 0px 2px 5px #0000004d;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  font-size: 16px;
}
.day-filter-group .day-button span {
  font-size: 10px;
}

.topstukken-carrousel .filter-group .button.active {
  position: relative;
}
.topstukken-carrousel .filter-group .button.active:after {
  content: "+";
  height: 20px;
  width: 20px;
  display: block;
  position: absolute;
  background: white;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  right: -5px;
  top: -5px;
  color: red;
  line-height: 1.1;
  text-align: center;
  -webkit-box-shadow: 0 2px 5px #0000004d;
  -moz-box-shadow: 0 2px 5px #0000004d;
  box-shadow: 0 2px 5px #0000004d;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  font-size: 20px;
}
.topstukken-carrousel.big .topstukken .topstukken-inner .topstukken-col {
  height: 840px;
}
.topstukken-carrousel.big .topstukken .topstukken-inner .topstukken-col.item-0 .topstuk-item, .topstukken-carrousel.big .topstukken .topstukken-inner .topstukken-col.item-9 .topstuk-item {
  width: 100%;
  height: 410px;
}
.topstukken-carrousel.big .topstukken .topstukken-inner .topstukken-col.item-0 .topstuk-item .overlay.round, .topstukken-carrousel.big .topstukken .topstukken-inner .topstukken-col.item-9 .topstuk-item .overlay.round {
  height: 150px;
  width: 150px;
}
.topstukken-carrousel.big .topstukken .topstukken-inner .topstukken-col.item-0 .topstuk-item:nth-child(1) .overlay.round, .topstukken-carrousel.big .topstukken .topstukken-inner .topstukken-col.item-9 .topstuk-item:nth-child(1) .overlay.round {
  height: 250px;
  width: 250px;
}
.topstukken-carrousel.big .topstukken .topstukken-inner .topstukken-col.item-0 .topstuk-item:nth-child(2), .topstukken-carrousel.big .topstukken .topstukken-inner .topstukken-col.item-9 .topstuk-item:nth-child(2) {
  height: 200px;
}
.topstukken-carrousel.big .topstukken .topstukken-inner .topstukken-col.item-0 .topstuk-item:nth-child(3), .topstukken-carrousel.big .topstukken .topstukken-inner .topstukken-col.item-0 .topstuk-item:nth-child(4), .topstukken-carrousel.big .topstukken .topstukken-inner .topstukken-col.item-9 .topstuk-item:nth-child(3), .topstukken-carrousel.big .topstukken .topstukken-inner .topstukken-col.item-9 .topstuk-item:nth-child(4) {
  height: 200px;
  width: calc(50% - 5px);
}
.topstukken-carrousel.big .topstukken .topstukken-inner .topstukken-col.item-0 .topstuk-item:nth-child(3), .topstukken-carrousel.big .topstukken .topstukken-inner .topstukken-col.item-9 .topstuk-item:nth-child(3) {
  margin-right: 10px;
}
.topstukken-carrousel.big .topstukken .topstukken-inner .topstukken-col.item-1 .topstuk-item {
  width: calc(50% - 5px);
}
.topstukken-carrousel.big .topstukken .topstukken-inner .topstukken-col.item-1 .topstuk-item:nth-child(1) {
  margin-right: 10px;
}
.topstukken-carrousel.big .topstukken .topstukken-inner .topstukken-col.item-1 .topstuk-item:nth-child(3) {
  width: 100%;
}
.topstukken-carrousel.big .topstukken .topstukken-inner .topstukken-col.item-4 .topstuk-item {
  width: 100%;
}
.topstukken-carrousel.big .topstukken .topstukken-inner .topstukken-col.item-4 .topstuk-item:nth-child(3) {
  height: 410px;
}
.topstukken-carrousel.big .topstukken .topstukken-inner .topstukken-col.item-4 .topstuk-item:nth-child(3) .overlay.round {
  height: 250px;
  width: 250px;
}
.topstukken-carrousel.big .topstukken .topstukken-inner .topstukken-col.item-7 .topstuk-item {
  width: calc(50% - 5px);
}
.topstukken-carrousel.big .topstukken .topstukken-inner .topstukken-col.item-7 .topstuk-item:nth-child(1) {
  width: 100%;
}
.topstukken-carrousel.big .topstukken .topstukken-inner .topstukken-col.item-7 .topstuk-item:nth-child(2) {
  margin-right: 10px;
}
.topstukken-carrousel.big .topstukken .topstukken-inner .topstukken-col.item-7 .topstuk-item:nth-child(4), .topstukken-carrousel.big .topstukken .topstukken-inner .topstukken-col.item-7 .topstuk-item:nth-child(5) {
  width: 100%;
}
.topstukken-carrousel.big .topstukken .topstukken-inner .topstukken-col.item-12 .topstuk-item {
  width: calc(50% - 5px);
}
.topstukken-carrousel.big .topstukken .topstukken-inner .topstukken-col.item-12 .topstuk-item:nth-child(1) {
  height: 410px;
  width: 100%;
}
.topstukken-carrousel.big .topstukken .topstukken-inner .topstukken-col.item-12 .topstuk-item:nth-child(1) .overlay.round {
  height: 250px;
  width: 250px;
}
.topstukken-carrousel.big .topstukken .topstukken-inner .topstukken-col.item-12 .topstuk-item:nth-child(2) {
  margin-right: 10px;
}
.topstukken-carrousel.big .topstukken .topstukken-inner .topstukken-col.item-12 .topstuk-item:nth-child(4), .topstukken-carrousel.big .topstukken .topstukken-inner .topstukken-col.item-12 .topstuk-item:nth-child(5) {
  width: 100%;
}
.topstukken-carrousel .topstukken {
  width: 100vw;
  overflow: hidden;
  margin-top: 20px;
  position: relative;
}
.topstukken-carrousel .topstukken .owl-item {
  display: inline-block;
}
.topstukken-carrousel .topstukken .owl-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.topstukken-carrousel .topstukken .owl-nav button {
  height: 100%;
  width: 50px;
  pointer-events: auto;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.5) url("../img/icons/arrow-right-grey.svg");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center;
  border: 0;
  transition: all 0.2s ease-in-out;
}
.topstukken-carrousel .topstukken .owl-nav button span {
  display: none;
}
.topstukken-carrousel .topstukken .owl-nav button.owl-prev {
  transform: rotate(180deg);
}
.topstukken-carrousel .topstukken .owl-nav button.owl-next {
  float: right;
}
.topstukken-carrousel .topstukken .owl-nav button:hover {
  background: rgba(255, 255, 255, 0.5) url("../img/icons/arrow-right-grey.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
}
.topstukken-carrousel .topstukken .topstukken-inner .owl-item.hide {
  display: none;
}
.topstukken-carrousel .topstukken .topstukken-inner .topstukken-col {
  width: 375px;
  height: 420px;
  display: inline-block;
  vertical-align: top;
}
.topstukken-carrousel .topstukken .topstukken-inner .topstukken-col .topstuk-item {
  background-color: #f1f1f1;
  box-sizing: border-box;
  padding: 10px;
  width: calc(50% - 5px);
  height: 200px;
  background-size: cover;
  background-position: center;
  color: white;
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.topstukken-carrousel .topstukken .topstukken-inner .topstukken-col .topstuk-item.hide {
  pointer-events: none;
  opacity: 0;
  display: none;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}
.topstukken-carrousel .topstukken .topstukken-inner .topstukken-col .topstuk-item.hide .overlay {
  display: none !important;
}
.topstukken-carrousel .topstukken .topstukken-inner .topstukken-col .topstuk-item .title-block {
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: calc(100% - 30px);
  z-index: 10;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.2s ease-in-out;
}
.topstukken-carrousel .topstukken .topstukken-inner .topstukken-col .topstuk-item .title-block h5 {
  text-transform: uppercase;
  font-size: 10px;
  margin-bottom: 5px;
  font-family: "GintoMedium", sans-serif;
}
.topstukken-carrousel .topstukken .topstukken-inner .topstukken-col .topstuk-item .title-block h4 {
  line-height: 1.2;
  float: left;
}
.topstukken-carrousel .topstukken .topstukken-inner .topstukken-col .topstuk-item .title-block img {
  max-width: 15px;
  float: right;
}
.topstukken-carrousel .topstukken .topstukken-inner .topstukken-col .topstuk-item:after {
  content: "";
  height: 100px;
  opacity: 0;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: all 0.2s ease-in-out;
  background: rgba(32, 124, 229, 0);
  background: -moz-linear-gradient(top, rgba(32, 124, 229, 0) 0%, black 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(32, 124, 229, 0)), color-stop(100%, black));
  background: -webkit-linear-gradient(top, rgba(32, 124, 229, 0) 0%, black 100%);
  background: -o-linear-gradient(top, rgba(32, 124, 229, 0) 0%, black 100%);
  background: -ms-linear-gradient(top, rgba(32, 124, 229, 0) 0%, black 100%);
  background: linear-gradient(to bottom, rgba(32, 124, 229, 0) 0%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#207ce5", endColorstr="#000000", GradientType=0);
}
.topstukken-carrousel .topstukken .topstukken-inner .topstukken-col .topstuk-item:hover:after {
  opacity: 0.7;
}
.topstukken-carrousel .topstukken .topstukken-inner .topstukken-col .topstuk-item:hover .title-block {
  transform: translateY(0);
  opacity: 1;
}
.topstukken-carrousel .topstukken .topstukken-inner .topstukken-col .topstuk-item.no-photo {
  background-color: #cccccc;
  background-image: url("../img/icons/no-photo.png") !important;
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.3;
}
.topstukken-carrousel .topstukken .topstukken-inner .topstukken-col.item-0 .topstuk-item, .topstukken-carrousel .topstukken .topstukken-inner .topstukken-col.item-9 .topstuk-item {
  width: 100%;
  height: 410px;
}
.topstukken-carrousel .topstukken .topstukken-inner .topstukken-col.item-0 .overlay.round, .topstukken-carrousel .topstukken .topstukken-inner .topstukken-col.item-9 .overlay.round {
  height: 250px;
  width: 250px;
}
.topstukken-carrousel .topstukken .topstukken-inner .topstukken-col.item-1 .topstuk-item {
  width: calc(50% - 5px);
}
.topstukken-carrousel .topstukken .topstukken-inner .topstukken-col.item-1 .topstuk-item:nth-child(1) {
  margin-right: 10px;
}
.topstukken-carrousel .topstukken .topstukken-inner .topstukken-col.item-1 .topstuk-item:nth-child(3) {
  width: 100%;
}
.topstukken-carrousel .topstukken .topstukken-inner .topstukken-col.item-4 .topstuk-item {
  width: 100%;
}
.topstukken-carrousel .topstukken .topstukken-inner .topstukken-col.item-6 .topstuk-item {
  width: calc(50% - 5px);
}
.topstukken-carrousel .topstukken .topstukken-inner .topstukken-col.item-6 .topstuk-item:nth-child(1) {
  width: 100%;
}
.topstukken-carrousel .topstukken .topstukken-inner .topstukken-col.item-6 .topstuk-item:nth-child(2) {
  margin-right: 10px;
}

.topstuk-carousel-container {
  position: relative;
  height: 80vh;
  max-height: 1000px;
  background: black;
}
.topstuk-carousel-container .social-block {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 99;
}
.topstuk-carousel-container .social-block a {
  display: inline-block;
  float: left;
  margin-right: 20px;
  height: 18px;
}
.topstuk-carousel-container .social-block a img {
  height: 100%;
}

.topstuk-carousel {
  position: relative;
  height: 100%;
}
.topstuk-carousel .owl-dots {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 99;
}
.topstuk-carousel .owl-dots .owl-dot {
  background: white;
  height: 8px;
  width: 8px;
  border-radius: 5px;
  margin-left: 10px;
  opacity: 0.7;
}
.topstuk-carousel .owl-dots .owl-dot.active {
  opacity: 1;
}
.topstuk-carousel .owl-stage-outer, .topstuk-carousel .owl-stage, .topstuk-carousel .owl-item, .topstuk-carousel .slide {
  height: 100%;
  width: 100%;
}
.topstuk-carousel .owl-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
  left: 0;
  right: 0;
  pointer-events: none;
  z-index: 10;
}
.topstuk-carousel .owl-nav button {
  height: 50px;
  width: 50px;
  pointer-events: auto;
  background: url("../img/icons/arrow-right.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 15px !important;
  background-position: center !important;
  border: 0;
  transition: all 0.2s ease-in-out;
}
.topstuk-carousel .owl-nav button span {
  display: none;
}
.topstuk-carousel .owl-nav button.owl-prev {
  transform: rotate(180deg);
}
.topstuk-carousel .owl-nav button.owl-next {
  float: right;
}
.topstuk-carousel .owl-stage-outer .owl-stage {
  z-index: 9;
  top: 0;
}
.topstuk-carousel .owl-stage-outer .owl-stage.active {
  top: 0;
  opacity: 1;
}
.topstuk-carousel .owl-stage-outer:after {
  display: block;
  position: absolute;
  margin-top: -150px;
  height: 50%;
  width: 100%;
  content: "";
  opacity: 0.4;
  bottom: -50%;
}
.topstuk-carousel .owl-stage-outer.color-1:after {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #b25700 100%);
}
.topstuk-carousel .owl-stage-outer.color-2:after {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #82764A 100%);
}
.topstuk-carousel .owl-stage-outer.color-3:after {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #489efb 100%);
}
.topstuk-carousel .owl-stage-outer.color-4:after {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #3b19d7 100%);
}
.topstuk-carousel .owl-stage-outer.color-5:after {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #1cd7bf 100%);
}
.topstuk-carousel .owl-stage-outer.color-6:after {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #f49afb 100%);
}
.topstuk-carousel .owl-stage-outer.active:after {
  bottom: 0;
}
.topstuk-carousel .owl-item img {
  display: block;
  width: auto !important;
  margin: 0 auto;
  height: auto;
  max-height: 70%;
  max-width: 70%;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.border-content {
  margin-top: 30px;
  padding-bottom: 30px;
}
.border-content.details-content {
  margin-top: 0;
  padding: 30px 0;
  border-bottom: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
}

.border-top {
  margin-top: 0;
  padding-top: 30px;
  border-top: 1px solid #e4e4e4;
}

.bold {
  font-family: "GintoMedium";
}

.related-downloads {
  padding: 60px 0;
}
.related-downloads .downloads .download-item {
  width: calc(50% - 20px);
  display: inline-block;
  position: relative;
  margin: 30px 20px 20px 0;
}
.related-downloads .downloads .download-item:nth-child(even) {
  margin-right: 0;
  margin-left: 20px;
}
.related-downloads .downloads .download-item .download-container {
  display: block;
}
.related-downloads .downloads .download-item .download-container .icon, .related-downloads .downloads .download-item .download-container .content {
  display: inline-block;
  vertical-align: middle;
}
.related-downloads .downloads .download-item .download-container .no-link {
  width: 140px;
  display: inline;
}
.related-downloads .downloads .download-item .download-container .icon {
  height: 170px;
  width: 130px;
  background-color: #b3aa8f;
  background-size: cover;
  background-position: center;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.related-downloads .downloads .download-item .download-container .icon.svg {
  -webkit-background-size: 60px auto;
  background-size: 60px auto;
  background-repeat: no-repeat;
}
.related-downloads .downloads .download-item .download-container .icon:after {
  content: "";
  height: 70px;
  opacity: 0;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: all 0.2s ease-in-out;
  background: rgba(32, 124, 229, 0);
  background: -moz-linear-gradient(top, rgba(32, 124, 229, 0) 0%, black 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(32, 124, 229, 0)), color-stop(100%, black));
  background: -webkit-linear-gradient(top, rgba(32, 124, 229, 0) 0%, black 100%);
  background: -o-linear-gradient(top, rgba(32, 124, 229, 0) 0%, black 100%);
  background: -ms-linear-gradient(top, rgba(32, 124, 229, 0) 0%, black 100%);
  background: linear-gradient(to bottom, rgba(32, 124, 229, 0) 0%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#207ce5", endColorstr="#000000", GradientType=0);
}
.related-downloads .downloads .download-item .download-container .title-block {
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: calc(100% - 30px);
  z-index: 10;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.2s ease-in-out;
}
.related-downloads .downloads .download-item .download-container .title-block img {
  max-width: 15px;
  float: right;
}
.related-downloads .downloads .download-item .download-container:hover .icon:after {
  opacity: 0.7;
}
.related-downloads .downloads .download-item .download-container:hover .icon .title-block {
  transform: translateY(0);
  opacity: 1;
}
.related-downloads .downloads .download-item .download-container .content {
  padding: 20px;
  width: calc(100% - 140px);
  max-width: 500px;
  box-sizing: border-box;
}
.related-downloads .downloads .download-item .download-container .content h4 img {
  display: inline-block;
  height: 12px;
  margin-left: 5px;
}
.related-downloads .downloads .download-item .download-container .content h4 a {
  text-decoration: none;
}
.related-downloads .downloads .download-item .download-container .content strong, .related-downloads .downloads .download-item .download-container .content b {
  font-weight: 600;
}
.related-downloads .downloads .download-item .download-container p.filetype {
  font-size: 10px;
  color: #b25700;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 700;
}
.related-downloads .downloads .download-item .password-fill-outer {
  display: none;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.related-downloads .downloads .download-item .password-fill-outer .password-fill {
  position: absolute;
  background: white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px 20px;
  box-sizing: border-box;
  width: 250px;
}
.related-downloads .downloads .download-item .password-fill-outer .password-fill input, .related-downloads .downloads .download-item .password-fill-outer .password-fill .button {
  width: 100%;
  display: block;
  box-sizing: border-box;
  margin: 5px 0;
}
.related-downloads .downloads .download-item .password-fill-outer .password-fill .button {
  text-align: center;
}

.onderwijs-posts.basis, .onderwijs-posts.voortgezet {
  padding-bottom: 0;
}

.text-image-repeater {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px 0;
}
.text-image-repeater.left {
  flex-direction: row-reverse;
}
.text-image-repeater.left .content {
  padding-right: 0;
  padding-left: 60px;
}
.text-image-repeater.left .image img {
  float: right;
}
.text-image-repeater .content, .text-image-repeater .image {
  width: 50%;
  box-sizing: border-box;
}
.text-image-repeater .content {
  padding-right: 60px;
}
.text-image-repeater .image img {
  position: relative;
  top: 0;
  max-width: 150%;
}

.filter-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
}
.filter-group.scroll-buttons {
  padding-top: 60px;
}
.filter-group .button {
  margin: 5px 2.5px;
}
.filter-group .button.big {
  width: 60px;
}
.filter-group .title, .filter-group .search {
  flex-grow: 0;
}
.filter-group .filter {
  flex-grow: 2;
  text-align: right;
  padding-right: 20px;
}
.filter-group select.mobile-filter {
  display: none;
}

.page-template-page-bibliotheek .share-block {
  display: none;
}

.bibliotheek-results .grid-header {
  margin-bottom: 30px;
}
.bibliotheek-results ul {
  display: inline-block;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
}
.bibliotheek-results ul:first-of-type {
  padding-right: 50px;
}
.bibliotheek-results ul li {
  padding-left: 15px;
  position: relative;
  border-bottom: 1px solid #b3aa8f30;
  margin-bottom: 10px;
}
.bibliotheek-results ul li:before {
  content: "•";
  color: #b3aa8f;
  font-size: 15px;
  position: absolute;
  left: 0;
}
.bibliotheek-results ul a {
  color: inherit;
}
.bibliotheek-results ul h4 {
  color: #b3aa8f;
}
.bibliotheek-results ul p {
  margin-bottom: 10px;
}

#bibliotheek-form {
  margin-top: 30px;
  min-height: 50px;
}
#bibliotheek-form input[type=text] {
  margin-left: 0;
  text-align: left;
  width: calc(100% - 160px);
}

.this-week {
  padding: 40px 0;
}

.flex-columns {
  display: flex;
}
.flex-columns.flex-landingspage .single-column {
  max-width: calc(33.33% - 20px);
}
.flex-columns.flex-landingspage.ar-content {
  direction: rtl;
}
.flex-columns.flex-landingspage.ar-content .single-column {
  margin-right: 0;
  margin-left: 20px;
}
.flex-columns .single-column {
  width: 100%;
  max-width: calc(25% - 20px);
  margin-right: 20px;
}
.flex-columns .single-column .single-row {
  display: flex;
  color: #666666;
  justify-content: space-between;
  border-bottom: 1px solid #cacaca;
  padding-bottom: 5px;
  margin-top: 5px;
}
.flex-columns .single-column .single-row .right {
  text-align: right;
}
.flex-columns .single-column .single-row .subtitle {
  font-size: 10px;
  margin-top: 0;
  display: inherit;
}
.flex-columns .single-column .single-row a {
  color: #82764A;
}
.flex-columns.visit-columns .single-column .single-row {
  padding: 10px 0;
}
.flex-columns.visit-columns .single-column .single-row h4 {
  color: black;
}
.flex-columns.visit-columns .three-column {
  width: 100%;
  max-width: 75%;
}
.flex-columns.ar-content {
  direction: rtl;
}
.flex-columns.ar-content .single-column {
  margin-left: 20px;
  margin-right: 0;
}

.uw-bezoek .grid-header {
  margin-bottom: 30px;
}
.uw-bezoek .flex-columns {
  margin-bottom: 100px;
}
.uw-bezoek .flex-columns.no-margin {
  margin-bottom: 0;
}
.uw-bezoek .agenda-container {
  margin-top: -30px;
}

.margin-container {
  margin: 100px 0 0;
}
.margin-container .grid-header {
  margin-bottom: 0;
}

.tips-container {
  display: block;
  width: 100%;
  margin-top: 30px;
}
.tips-container .single-tip {
  display: inline-block;
  height: 180px;
  width: calc(50% - 10px);
  margin-top: 10px;
}
.tips-container .single-tip .tip-image {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 20%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.tips-container .single-tip .tip-content {
  display: inline-block;
  vertical-align: middle;
  width: 70%;
  padding-left: 40px;
}
.tips-container .single-tip .tip-content p {
  color: black;
}
.tips-container .single-tip .tip-content p.tip-sub {
  color: #666666;
  margin-bottom: 0;
}

.page-template-page-visit .inner-slider {
  width: 100% !important;
}

#map {
  height: 100%;
  width: 100%;
  min-height: 300px;
  position: relative;
}
#map:after {
  display: block;
  content: "";
  background: #00000029;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 9;
  pointer-events: none;
}
#map.no-background:after {
  background: none;
}

.contactheader {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}

.tentoonstellingen, .agenda-container {
  margin-top: 20px;
  width: 100vw;
  overflow: hidden;
  height: 520px;
  position: relative;
}
.tentoonstellingen .owl-item, .agenda-container .owl-item {
  display: inline-block;
}
.tentoonstellingen .owl-nav, .agenda-container .owl-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.tentoonstellingen .owl-nav button, .agenda-container .owl-nav button {
  height: 100%;
  width: 50px;
  pointer-events: auto;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.5) url("../img/icons/arrow-right-grey.svg");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center;
  border: 0;
  transition: all 0.2s ease-in-out;
}
.tentoonstellingen .owl-nav button span, .agenda-container .owl-nav button span {
  display: none;
}
.tentoonstellingen .owl-nav button.owl-prev, .agenda-container .owl-nav button.owl-prev {
  transform: rotate(180deg);
}
.tentoonstellingen .owl-nav button.owl-next, .agenda-container .owl-nav button.owl-next {
  float: right;
}
.tentoonstellingen .owl-nav button:hover, .agenda-container .owl-nav button:hover {
  background: rgba(255, 255, 255, 0.5) url("../img/icons/arrow-right-grey.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
}
.tentoonstellingen .post-single, .agenda-container .post-single {
  text-align: center;
}
.tentoonstellingen .tentoonstelling-item, .agenda-container .tentoonstelling-item {
  box-sizing: border-box;
  padding: 30px;
  width: 300px;
  height: 500px;
  background-size: cover;
  background-position: center;
  color: white;
  display: inline-block;
  vertical-align: top;
  margin: 10px 0 10px 0;
  position: relative;
  overflow: hidden;
  top: 0;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.tentoonstellingen .tentoonstelling-item .title-block, .agenda-container .tentoonstelling-item .title-block {
  position: absolute;
  bottom: 70px;
  left: 30px;
  width: calc(100% - 60px);
  z-index: 10;
  text-align: center;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease-in-out;
}
.tentoonstellingen .tentoonstelling-item .title-block h2, .agenda-container .tentoonstelling-item .title-block h2 {
  font-size: 22px;
  line-height: 1.2;
}
.tentoonstellingen .tentoonstelling-item .desc, .agenda-container .tentoonstelling-item .desc {
  position: absolute;
  width: calc(100% - 60px);
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
  bottom: 30px;
  z-index: 10;
}
.tentoonstellingen .tentoonstelling-item .desc .subtitle, .agenda-container .tentoonstelling-item .desc .subtitle {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.tentoonstellingen .tentoonstelling-item:after, .agenda-container .tentoonstelling-item:after {
  content: "";
  height: 100px;
  opacity: 0.7;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: all 0.2s ease-in-out;
  background: rgba(32, 124, 229, 0);
  background: -moz-linear-gradient(top, rgba(32, 124, 229, 0) 0%, black 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(32, 124, 229, 0)), color-stop(100%, black));
  background: -webkit-linear-gradient(top, rgba(32, 124, 229, 0) 0%, black 100%);
  background: -o-linear-gradient(top, rgba(32, 124, 229, 0) 0%, black 100%);
  background: -ms-linear-gradient(top, rgba(32, 124, 229, 0) 0%, black 100%);
  background: linear-gradient(to bottom, rgba(32, 124, 229, 0) 0%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#207ce5", endColorstr="#000000", GradientType=0);
}
.tentoonstellingen .tentoonstelling-item .overlay, .agenda-container .tentoonstelling-item .overlay {
  position: absolute;
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  mix-blend-mode: multiply;
  transition: all 0.2s ease-in-out;
}
.tentoonstellingen .tentoonstelling-item .overlay.big-arch, .agenda-container .tentoonstelling-item .overlay.big-arch {
  border-radius: 150px 150px 0 0;
}
.tentoonstellingen .tentoonstelling-item .overlay.arch, .agenda-container .tentoonstelling-item .overlay.arch {
  height: 350px;
  border-radius: 150px 150px 0 0;
}
.tentoonstellingen .tentoonstelling-item .overlay.rectangle, .agenda-container .tentoonstelling-item .overlay.rectangle {
  height: 150px;
}
.tentoonstellingen .tentoonstelling-item .overlay.square, .agenda-container .tentoonstelling-item .overlay.square {
  height: 250px;
}
.tentoonstellingen .tentoonstelling-item .overlay.round, .agenda-container .tentoonstelling-item .overlay.round {
  height: 240px;
  border-radius: 120px;
}
.tentoonstellingen .tentoonstelling-item .overlay.high, .agenda-container .tentoonstelling-item .overlay.high {
  top: 30px;
}
.tentoonstellingen .tentoonstelling-item .overlay.mid, .agenda-container .tentoonstelling-item .overlay.mid {
  top: 50%;
  transform: translateY(-50%);
}
.tentoonstellingen .tentoonstelling-item .overlay.low, .agenda-container .tentoonstelling-item .overlay.low {
  bottom: 30px;
}
.tentoonstellingen .tentoonstelling-item:hover, .agenda-container .tentoonstelling-item:hover {
  height: 520px;
  top: -10px;
}
.tentoonstellingen .tentoonstelling-item:hover .title-block, .agenda-container .tentoonstelling-item:hover .title-block {
  bottom: 150px;
}
.tentoonstellingen .tentoonstelling-item:hover .desc .subtitle, .agenda-container .tentoonstelling-item:hover .desc .subtitle {
  margin-top: 20px;
  opacity: 1;
  max-height: 100px;
}

.tentoonstelling-block.highlighted-block {
  padding: 50px 0;
}
.tentoonstelling-block.highlighted-block.center .highlighted-box, .tentoonstelling-block.highlighted-block.center .highlighted-gallery {
  display: none !important;
}
.tentoonstelling-block.highlighted-block.center .highlighted.container .content-block {
  width: 100% !important;
  max-width: 800px;
  padding: 0 !important;
  margin: 0 auto;
  float: none !important;
  position: static !important;
  text-align: center;
  display: block;
  transform: none !important;
}
.tentoonstelling-block.highlighted-block .highlighted.container {
  position: relative;
  margin-top: 0;
}
.tentoonstelling-block.highlighted-block .highlighted.container .content-block {
  vertical-align: middle;
  width: 50%;
  padding-right: 60px;
}
.tentoonstelling-block.highlighted-block .highlighted.container .content-block h3 {
  margin-bottom: 15px;
  font-size: 24px;
}
.tentoonstelling-block.highlighted-block .highlighted.container .highlighted-box {
  vertical-align: middle;
  position: relative;
  width: 50%;
  height: 420px;
  display: inline-block;
}
.tentoonstelling-block.highlighted-block .highlighted.container .highlighted-box .highlighted-gallery {
  width: 150%;
  position: absolute;
  left: 0;
}
.tentoonstelling-block.highlighted-block:nth-child(odd) .highlighted.container .content-block {
  float: right;
  padding-right: 0;
  padding-left: 60px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.tentoonstelling-block.highlighted-block:nth-child(odd) .highlighted.container .highlighted-box .highlighted-gallery {
  right: 0;
  left: auto;
}
.tentoonstelling-block.highlighted-block:nth-child(even) .highlighted.container {
  position: relative;
}
.tentoonstelling-block.highlighted-block:nth-child(even) .highlighted.container .content-block {
  margin-top: 210px;
  transform: translateY(-50%);
}

.collection-form input, .collection-form select {
  width: calc(50% - 10px);
  margin-left: 10px;
  text-align: right;
  margin-bottom: 10px;
  float: left;
}
.collection-form input[type=submit]:not([type=checkbox]):not([type=radio]), .collection-form select[type=submit]:not([type=checkbox]):not([type=radio]) {
  width: auto;
  float: right;
  background-image: url(../img/icons/search.svg);
  background-size: 12px;
  background-position: calc(100% - 15px) center;
  background-repeat: no-repeat;
  padding-right: 50px;
}

.download-collectie {
  position: absolute;
  bottom: 30px;
  height: 20px;
  display: flex;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 99;
  color: white;
  text-align: center;
}
.download-collectie svg {
  max-width: 16px;
  height: auto;
  margin-bottom: -3px;
  margin-left: 5px;
}
.download-collectie:after {
  width: 0;
  height: 1px;
  display: inline-block;
  background: white;
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.download-collectie:hover:after {
  width: 100%;
}

.collection-results {
  padding: 40px 0;
}
.collection-results .content p {
  max-height: 60px;
  overflow: hidden;
}
.collection-results .content h4 {
  color: black;
}

.resetsearch {
  color: #82764A;
  margin-top: 14px;
  float: right;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  opacity: 0;
  cursor: pointer;
}
.resetsearch.active {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

/* Collection search V2 */
#collection-search .search-switcher {
  display: flex;
  justify-content: center;
  column-gap: 10px;
}
#collection-search .search-switcher .button {
  padding: 2.5px 35px;
  font-family: "Ginto Nord";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.143px;
  border: 2px solid #82764A;
}
#collection-search .search-switcher .button:hover {
  border-color: #b3aa8f;
}
#collection-search .search-switcher .button.inactive {
  color: #82764A;
  background-color: white;
}
#collection-search .search-switcher .button.inactive:hover {
  background-color: rgba(130, 118, 74, 0.1);
}
#collection-search .search-forms form input[type=checkbox] {
  appearance: checkbox;
  -moz-appearance: checkbox;
  -webkit-appearance: checkbox;
}
#collection-search .search-forms .simple-search {
  margin: 24px 0;
  /* Category tiles */
  /* World map */
}
#collection-search .search-forms .simple-search h2 {
  position: absolute;
  width: 200px;
}
#collection-search .search-forms .simple-search .simple-search-form {
  position: relative;
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
}
#collection-search .search-forms .simple-search .simple-search-form input[type=text] {
  padding: 0;
  width: 100%;
  text-align: center;
}
#collection-search .search-forms .simple-search .simple-search-form input[type=submit] {
  position: absolute;
  top: 0;
  right: -3px;
  padding: 0;
  font-size: 1px;
  width: auto;
  height: 48px !important;
  aspect-ratio: 1/1;
  color: rgba(0, 0, 0, 0);
  background-image: url("../img/icons/search.svg");
  background-size: 15px 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: black;
}
#collection-search .search-forms .simple-search #collection-categories {
  margin: 70px 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 12px;
}
#collection-search .search-forms .simple-search #collection-categories .category {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  aspect-ratio: 5/3;
  border: 1px solid black;
  overflow: hidden;
  background-size: 100%;
  background-position: center;
  transition: 0.2s;
  cursor: pointer;
}
#collection-search .search-forms .simple-search #collection-categories .category:hover {
  background-size: 105%;
}
#collection-search .search-forms .simple-search #collection-categories .category h3 {
  margin-top: 20%;
  position: relative;
  z-index: 2;
  color: #FFF;
  font-family: "Ginto Nord";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0.205px;
  transition: 0.2s;
}
#collection-search .search-forms .simple-search #collection-categories .category .arch {
  position: absolute;
  top: 0;
  width: calc(100% - 60px);
  height: 125%;
  mix-blend-mode: multiply;
  transition: all 0.2s ease-in-out;
  border-radius: 100% 100% 0 0;
}
#collection-search .search-forms .simple-search #collection-map h4 {
  text-align: center;
  font-family: "Ginto Nord";
  font-weight: 500;
  font-size: 28px;
}
#collection-search .search-forms .simple-search #collection-map #world-map {
  margin-top: 40px;
  width: 100%;
  aspect-ratio: 5/3;
  outline: none !important;
  box-shadow: none !important;
}
#collection-search .search-forms .simple-search #collection-map #world-map .marker-label {
  opacity: 0.92;
  mix-blend-mode: multiply;
  font-family: "Ginto Nord";
  font-weight: 500;
  text-align: center;
  color: white;
  padding: 6px 10px 4px;
  border-radius: 6px;
  font-size: 13px;
  white-space: nowrap;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  background: linear-gradient(180deg, #82754A 0%, #282828 100%);
  /* ▼ Pijltje onderaan de marker-label */
}
#collection-search .search-forms .simple-search #collection-map #world-map .marker-label .count {
  font-family: "GintoLight";
  font-weight: normal;
}
#collection-search .search-forms .simple-search #collection-map #world-map .marker-label:after {
  opacity: 0.92;
  mix-blend-mode: multiply;
  content: "";
  position: absolute;
  bottom: -12px;
  /* onder de container */
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 12px solid #282828;
  /* zelfde kleur als label background */
}
#collection-search .search-forms .simple-search #collection-map #world-map .gm-style-moc {
  background-color: rgba(0, 0, 0, 0.6);
}
#collection-search .search-forms .simple-search #collection-map #world-map .gm-style-moc p {
  font-family: "Ginto Nord";
  font-weight: 500;
  font-size: 20px;
  color: white !important;
}

body.product-template-default #menu-webshop-menu {
  display: none;
}

body.woocommerce, .woocommerce {
  position: relative;
}
body.woocommerce h1, body.woocommerce h2, .woocommerce h1, .woocommerce h2 {
  font-family: "Ginto", sans-serif;
}
body.woocommerce .title-block h1, body.woocommerce .title-block h2, .woocommerce .title-block h1, .woocommerce .title-block h2 {
  font-family: "GintoNordMedium", sans-serif;
}
body.woocommerce .title-block .button, body.woocommerce .title-block #respond input#submit, .woocommerce .title-block .button, .woocommerce .title-block #respond input#submit {
  border: 0;
  border-radius: 30px;
  line-height: 40px;
  padding: 2.5px 15px;
  display: inline-block;
  background: #b3aa8f;
  color: white;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
body.woocommerce .title-block .button:hover, body.woocommerce .title-block #respond input#submit:hover, .woocommerce .title-block .button:hover, .woocommerce .title-block #respond input#submit:hover {
  background: #82764A;
}
body.woocommerce a.button, body.woocommerce button, body.woocommerce .button, .woocommerce a.button, .woocommerce button, .woocommerce .button {
  border: 0;
  border-radius: 30px;
  line-height: 40px;
  padding: 2.5px 15px;
  display: inline-block;
  background: #b3aa8f;
  color: white;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
body.woocommerce a.button:hover, body.woocommerce button:hover, body.woocommerce .button:hover, .woocommerce a.button:hover, .woocommerce button:hover, .woocommerce .button:hover {
  background: #82764A;
}
body.woocommerce .webshop_menu_wrap, .woocommerce .webshop_menu_wrap {
  margin: 0;
}
body.woocommerce .webshop_menu_wrap .webshop-menu, .woocommerce .webshop_menu_wrap .webshop-menu {
  margin: 0;
}
body.woocommerce .webshop_menu_wrap .webshop-menu li, .woocommerce .webshop_menu_wrap .webshop-menu li {
  display: inline-block;
  margin-right: 10px;
}
body.woocommerce .webshop_menu_wrap .webshop-menu li a, .woocommerce .webshop_menu_wrap .webshop-menu li a {
  border: 0;
  border-radius: 30px;
  line-height: 40px;
  padding: 15px;
  color: #82764A;
  border: 2px solid #82764A;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}
body.woocommerce .webshop_menu_wrap .webshop-menu li a:hover, .woocommerce .webshop_menu_wrap .webshop-menu li a:hover {
  color: white;
  background: #82764A;
}
body.woocommerce .webshop_menu_wrap .webshop-menu li.current-menu-item a, .woocommerce .webshop_menu_wrap .webshop-menu li.current-menu-item a {
  color: white;
  background-color: #82764A;
}
@media only screen and (max-width: 1024px) {
  body.woocommerce .webshop_menu_wrap, .woocommerce .webshop_menu_wrap {
    display: none;
  }
}
body.woocommerce select.webshop-menu, .woocommerce select.webshop-menu {
  margin-bottom: 10px;
}
body.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-ordering {
  width: 266px;
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 900px) {
  body.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-ordering {
    position: static;
    float: left;
  }
}
@media only screen and (max-width: 630px) {
  body.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-ordering {
    float: none;
    width: 100%;
  }
}
body.woocommerce .search, .woocommerce .search {
  width: 190px;
}
body.woocommerce .search input.aws-search-field, .woocommerce .search input.aws-search-field {
  padding-right: 16px !important;
}
body.woocommerce .aws-container, .woocommerce .aws-container {
  width: 100%;
  max-width: 200px;
}
body.woocommerce .aws-container input, .woocommerce .aws-container input {
  height: 44px !important;
  padding-right: 30px !important;
}
@media only screen and (max-width: 900px) {
  body.woocommerce .aws-container, .woocommerce .aws-container {
    position: static;
    float: left;
    min-width: 266px;
    margin: 0 10px 80px 0;
  }
}
@media only screen and (max-width: 630px) {
  body.woocommerce .aws-container, .woocommerce .aws-container {
    float: none;
    width: 100%;
    margin: 10px 0 16px 0;
    max-width: 100%;
  }
}
body.woocommerce .woocommerce-billing-fields__field-wrapper .address-field:not(#billing_country_field), .woocommerce .woocommerce-billing-fields__field-wrapper .address-field:not(#billing_country_field) {
  display: none;
}
body.woocommerce .woocommerce-result-count, .woocommerce .woocommerce-result-count {
  float: none;
}
body.woocommerce ul.products, .woocommerce ul.products {
  margin-top: 80px;
}
body.woocommerce ul.products li.product, .woocommerce ul.products li.product {
  overflow: hidden;
}
body.woocommerce ul.products li.product .woocommerce-LoopProduct-link img, .woocommerce ul.products li.product .woocommerce-LoopProduct-link img {
  height: 250px;
  object-fit: cover;
}
body.woocommerce ul.products li.product h2, .woocommerce ul.products li.product h2 {
  color: black;
}
body.woocommerce ul.products li.product .onsale, .woocommerce ul.products li.product .onsale {
  background: #82764A;
  padding: 2.5px 15px;
  line-height: 40px;
  font-family: "Ginto", sans-serif;
  font-weight: 400;
  border-radius: 30px;
}
body.woocommerce ul.products li.product .price, .woocommerce ul.products li.product .price {
  font-size: 14px;
  color: #82764A;
}
body.woocommerce ul.products li.product .button, .woocommerce ul.products li.product .button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 30px);
  min-height: 54px;
  border: 0;
  border-radius: 30px;
  line-height: 16px;
  padding: 0 15px;
  background: #82764A;
  color: white;
  font-weight: 400;
  cursor: pointer;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
body.woocommerce ul.products li.product .button:hover, .woocommerce ul.products li.product .button:hover {
  background: #b3aa8f;
}
@media only screen and (max-width: 400px) {
  body.woocommerce ul.products li.product, .woocommerce ul.products li.product {
    width: 100% !important;
  }
}
body.woocommerce .woocommerce-product-rating a, .woocommerce .woocommerce-product-rating a {
  color: #666666;
}
body.woocommerce .star-rating, .woocommerce .star-rating {
  color: #82764A;
}
body.woocommerce .star-rating::before, .woocommerce .star-rating::before {
  color: #82764A;
}
body.woocommerce .product h2, .woocommerce .product h2 {
  clear: both;
  margin-bottom: 10px;
}
body.woocommerce .product h2:first-of-type, .woocommerce .product h2:first-of-type {
  display: none;
}
body.woocommerce .product h2.woocommerce-loop-product__title, .woocommerce .product h2.woocommerce-loop-product__title {
  display: block;
}
body.woocommerce .product .related.products h2, .woocommerce .product .related.products h2 {
  display: block;
}
body.woocommerce .product span.onsale, .woocommerce .product span.onsale {
  background: #82764A;
  padding: 2.5px 15px;
  line-height: 40px;
  font-family: "Ginto", sans-serif;
  font-weight: 400;
  border-radius: 30px;
}
body.woocommerce .product p.price, .woocommerce .product p.price {
  font-size: 24px;
  color: #82764A !important;
  margin: 20px 0px;
  padding-top: 10px;
}
body.woocommerce .product .price del, .woocommerce .product .price del {
  opacity: 1 !important;
}
body.woocommerce .product .button, body.woocommerce .product #respond input#submit, .woocommerce .product .button, .woocommerce .product #respond input#submit {
  border: 0;
  border-radius: 30px;
  line-height: 40px;
  padding: 2.5px 15px;
  display: inline-block;
  background: #b3aa8f;
  color: white;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
body.woocommerce .product .button.disabled, body.woocommerce .product .button.disabled-disabled, body.woocommerce .product #respond input#submit.disabled, body.woocommerce .product #respond input#submit.disabled-disabled, .woocommerce .product .button.disabled, .woocommerce .product .button.disabled-disabled, .woocommerce .product #respond input#submit.disabled, .woocommerce .product #respond input#submit.disabled-disabled {
  background: #b3aa8f;
  opacity: 0.5;
  pointer-events: none !important;
}
body.woocommerce .product .button:hover, body.woocommerce .product #respond input#submit:hover, .woocommerce .product .button:hover, .woocommerce .product #respond input#submit:hover {
  background: #82764A;
}
body.woocommerce .product .woocommerce-tabs, .woocommerce .product .woocommerce-tabs {
  padding: 10px 0;
}
body.woocommerce .product .woocommerce-tabs .wc-tab.panel, .woocommerce .product .woocommerce-tabs .wc-tab.panel {
  margin-top: 20px;
}
body.woocommerce .product .woocommerce-tabs ul.tabs, .woocommerce .product .woocommerce-tabs ul.tabs {
  padding: 0;
  margin: 0;
  overflow: visible;
}
body.woocommerce .product .woocommerce-tabs ul.tabs li, .woocommerce .product .woocommerce-tabs ul.tabs li {
  background-color: #b3aa8f;
  border-radius: 30px;
  padding: 2.5px 15px;
  line-height: 30px;
  font-size: 16px;
  font-weight: 700;
  border: 0;
  margin-right: 5px;
  margin-bottom: 5px;
}
body.woocommerce .product .woocommerce-tabs ul.tabs li a, .woocommerce .product .woocommerce-tabs ul.tabs li a {
  font-weight: 300 !important;
  color: #fff;
}
body.woocommerce .product .woocommerce-tabs ul.tabs li a:hover, .woocommerce .product .woocommerce-tabs ul.tabs li a:hover {
  color: #fff;
}
body.woocommerce .product .woocommerce-tabs ul.tabs li:hover, .woocommerce .product .woocommerce-tabs ul.tabs li:hover {
  background-color: #82764A;
}
body.woocommerce .product .woocommerce-tabs ul.tabs li::after, body.woocommerce .product .woocommerce-tabs ul.tabs li::before, .woocommerce .product .woocommerce-tabs ul.tabs li::after, .woocommerce .product .woocommerce-tabs ul.tabs li::before {
  display: none;
}
body.woocommerce .product .woocommerce-tabs ul.tabs li.active, .woocommerce .product .woocommerce-tabs ul.tabs li.active {
  background-color: #82764A;
}
body.woocommerce .product .woocommerce-tabs ul.tabs li.active a, .woocommerce .product .woocommerce-tabs ul.tabs li.active a {
  color: #fff;
}
body.woocommerce .product .woocommerce-tabs ul.tabs::before, .woocommerce .product .woocommerce-tabs ul.tabs::before {
  border-bottom: none;
}
body.woocommerce .product .related ul.products, .woocommerce .product .related ul.products {
  padding-top: 20px;
}
body.woocommerce .product div.images, .woocommerce .product div.images {
  width: 34%;
}
body.woocommerce .product div.images .woocommerce-product-gallery__image:first-child, .woocommerce .product div.images .woocommerce-product-gallery__image:first-child {
  margin-bottom: 10px;
}
body.woocommerce .product div.images .woocommerce-product-gallery__image:first-child img, .woocommerce .product div.images .woocommerce-product-gallery__image:first-child img {
  height: 400px;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 400px) {
  body.woocommerce .product div.images .woocommerce-product-gallery__image:first-child img, .woocommerce .product div.images .woocommerce-product-gallery__image:first-child img {
    width: 100%;
  }
}
body.woocommerce .product div.images .woocommerce-product-gallery__image:nth-child(n+2), .woocommerce .product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
  width: 17%;
  box-sizing: border-box;
  overflow: hidden;
  margin-right: 10px;
}
body.woocommerce .product div.images .woocommerce-product-gallery__image:nth-child(n+2):hover img, .woocommerce .product div.images .woocommerce-product-gallery__image:nth-child(n+2):hover img {
  transform: scale(1.1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media only screen and (max-width: 768px) {
  body.woocommerce .product div.images, .woocommerce .product div.images {
    width: 75%;
  }
}
@media screen and (max-width: 400px) {
  body.woocommerce .product div.images, .woocommerce .product div.images {
    width: 100%;
  }
}
body.woocommerce .product div.summary, .woocommerce .product div.summary {
  width: 63%;
}
@media only screen and (max-width: 768px) {
  body.woocommerce .product div.summary, .woocommerce .product div.summary {
    width: 100%;
  }
}
body.woocommerce .product div.summary .stock, .woocommerce .product div.summary .stock {
  color: #82764A;
}
body.woocommerce .product form.cart .quantity, .woocommerce .product form.cart .quantity {
  margin: 0 10px 0 0 !important;
}
body.woocommerce .product form.cart .added_to_cart, .woocommerce .product form.cart .added_to_cart {
  padding-left: 10px !important;
  padding-top: 13px !important;
  color: #82764A !important;
}
body.woocommerce .product form.cart .variations td, .woocommerce .product form.cart .variations td {
  display: block;
  margin: 20px 0px;
}
body.woocommerce .product form.cart .variations .label, .woocommerce .product form.cart .variations .label {
  display: none;
}
body.woocommerce .product form.cart .variations select, .woocommerce .product form.cart .variations select {
  min-width: 25%;
}
body.woocommerce .product .product_meta, .woocommerce .product .product_meta {
  padding-bottom: 10px;
  margin: 10px 0px;
  border-bottom: solid 1px #D2CECD;
  font-style: italic;
}
body.woocommerce .product .product_meta .sku_wrapper, .woocommerce .product .product_meta .sku_wrapper {
  display: none;
}
body.woocommerce .product .product_meta .posted_in, .woocommerce .product .product_meta .posted_in {
  margin-right: 10px;
  color: #000000;
}
body.woocommerce .product .product_meta span a, .woocommerce .product .product_meta span a {
  color: #82764A;
}
body.woocommerce .product table.shop_attributes, .woocommerce .product table.shop_attributes {
  margin: 30px 0px;
  border-top: 1px solid #D2CECD;
}
body.woocommerce .product table.shop_attributes th, .woocommerce .product table.shop_attributes th {
  text-align: left;
}
body.woocommerce .product table.shop_attributes th, body.woocommerce .product table.shop_attributes td, .woocommerce .product table.shop_attributes th, .woocommerce .product table.shop_attributes td {
  background: none;
  border: none;
  padding: 5px 0px;
}
body.woocommerce .product .woocommerce-product-details__short-description, .woocommerce .product .woocommerce-product-details__short-description {
  margin-top: 30px;
}
body.woocommerce .product .woocommerce-product-details__short-description p, .woocommerce .product .woocommerce-product-details__short-description p {
  color: #000;
}
body.woocommerce .product .stock, .woocommerce .product .stock {
  display: none;
}
body.woocommerce .product #comments .commentlist, .woocommerce .product #comments .commentlist {
  padding: 10px 0px;
}
body.woocommerce .product #comments .commentlist .comment img, .woocommerce .product #comments .commentlist .comment img {
  display: none;
}
body.woocommerce .product #comments .commentlist .comment .comment-text, .woocommerce .product #comments .commentlist .comment .comment-text {
  margin: 0 !important;
  border: 1px solid #D2CECD !important;
}
body.woocommerce .product #comments .commentlist .comment .comment-text p, .woocommerce .product #comments .commentlist .comment .comment-text p {
  color: #000;
}
body.woocommerce .product div#review_form_wrapper .comment-notes, .woocommerce .product div#review_form_wrapper .comment-notes {
  padding: 10px 0px;
}
body.woocommerce .product div#review_form_wrapper .comment-form-rating .stars, .woocommerce .product div#review_form_wrapper .comment-form-rating .stars {
  padding: 10px 0px;
}
body.woocommerce .product div#review_form_wrapper .comment-form-rating .stars a, .woocommerce .product div#review_form_wrapper .comment-form-rating .stars a {
  color: #82764A !important;
  font-size: 20px;
  margin-right: 1px;
}
body.woocommerce .product div#review_form_wrapper .comment-form-comment label, .woocommerce .product div#review_form_wrapper .comment-form-comment label {
  display: block;
}
body.woocommerce .product div#review_form_wrapper .comment-form-comment textarea, .woocommerce .product div#review_form_wrapper .comment-form-comment textarea {
  padding-bottom: 3%;
  padding: 10px;
  border-color: #D2CECD;
  margin: 10px 0 0;
  height: 150px !important;
}
@media only screen and (max-width: 768px) {
  body.woocommerce .product div#review_form_wrapper .comment-form-comment textarea, .woocommerce .product div#review_form_wrapper .comment-form-comment textarea {
    width: 100% !important;
  }
}
body.woocommerce .product div#review_form_wrapper .comment-form-author, .woocommerce .product div#review_form_wrapper .comment-form-author {
  padding-bottom: 3%;
}
body.woocommerce .product div#review_form_wrapper .comment-form-author input, .woocommerce .product div#review_form_wrapper .comment-form-author input {
  margin-left: 10px;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #D2CECD;
}
body.woocommerce .product div#review_form_wrapper .comment-form-email, .woocommerce .product div#review_form_wrapper .comment-form-email {
  padding-bottom: 3%;
}
body.woocommerce .product div#review_form_wrapper .comment-form-email input, .woocommerce .product div#review_form_wrapper .comment-form-email input {
  margin-left: 10px;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #D2CECD;
}
body.woocommerce table.shop_table th, body.woocommerce table.shop_table tbody th, body.woocommerce table.shop_table tfoot th, body.woocommerce table.shop_table tfoot td, .woocommerce table.shop_table th, .woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot th, .woocommerce table.shop_table tfoot td {
  font-family: "Ginto", sans-serif;
  font-weight: 400;
}
body.woocommerce table.shop_table .button, body.woocommerce table.shop_table #respond input#submit, body.woocommerce table.shop_table button.button, body.woocommerce table.shop_table button, .woocommerce table.shop_table .button, .woocommerce table.shop_table #respond input#submit, .woocommerce table.shop_table button.button, .woocommerce table.shop_table button {
  border: 0;
  border-radius: 30px;
  line-height: 40px;
  padding: 2.5px 15px !important;
  display: inline-block;
  background: #82764A;
  color: white !important;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
body.woocommerce table.shop_table .button:hover, body.woocommerce table.shop_table #respond input#submit:hover, body.woocommerce table.shop_table button.button:hover, body.woocommerce table.shop_table button:hover, .woocommerce table.shop_table .button:hover, .woocommerce table.shop_table #respond input#submit:hover, .woocommerce table.shop_table button.button:hover, .woocommerce table.shop_table button:hover {
  background: #82764A;
}
body.woocommerce table.shop_table .input-text#coupon_code, .woocommerce table.shop_table .input-text#coupon_code {
  padding: 0.5px 15px;
  display: inline-block;
  color: black;
  font-style: "Ginto", sans-serif;
  font-size: 14px;
  border: 2px solid black;
  width: 150px;
}
body.woocommerce .wc-proceed-to-checkout a.checkout-button, body.woocommerce .wc-proceed-to-checkout #place_order, body.woocommerce .woocommerce #payment a.checkout-button, body.woocommerce .woocommerce #payment #place_order, .woocommerce .wc-proceed-to-checkout a.checkout-button, .woocommerce .wc-proceed-to-checkout #place_order, .woocommerce .woocommerce #payment a.checkout-button, .woocommerce .woocommerce #payment #place_order {
  border: 0;
  border-radius: 30px;
  line-height: 40px;
  padding: 2.5px 15px !important;
  display: inline-block;
  background: #b3aa8f;
  color: white !important;
  font-weight: 400;
  cursor: pointer;
  float: right;
  font-size: 14px;
  transition: all 0.2s ease-in-out;
}
body.woocommerce .wc-proceed-to-checkout a.checkout-button:hover, body.woocommerce .wc-proceed-to-checkout #place_order:hover, body.woocommerce .woocommerce #payment a.checkout-button:hover, body.woocommerce .woocommerce #payment #place_order:hover, .woocommerce .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce .wc-proceed-to-checkout #place_order:hover, .woocommerce .woocommerce #payment a.checkout-button:hover, .woocommerce .woocommerce #payment #place_order:hover {
  background: #82764A;
}
body.woocommerce .woocommerce-checkout #payment, .woocommerce .woocommerce-checkout #payment {
  background: unset !important;
}
body.woocommerce form #customer_details, .woocommerce form #customer_details {
  padding: 40px 0 80px;
}
body.woocommerce form #customer_details .form-row input.input-text, body.woocommerce form #customer_details .form-row textarea, .woocommerce form #customer_details .form-row input.input-text, .woocommerce form #customer_details .form-row textarea {
  border: 1px solid #D2CECD;
  border-radius: 4px;
}
body.woocommerce form #customer_details .form-row textarea, .woocommerce form #customer_details .form-row textarea {
  padding: 15px;
  height: 150px;
  font-style: "Ginto", sans-serif;
  font-size: 14px;
}
body.woocommerce form .select2-container--default .select2-selection--single, .woocommerce form .select2-container--default .select2-selection--single {
  height: 43px;
}
body.woocommerce form .select2-container--default .select2-selection--single .select2-selection__rendered, .woocommerce form .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 15px;
  line-height: 40px;
}
body.woocommerce form .select2-container--default .select2-selection--single .select2-selection__arrow, .woocommerce form .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 7px;
  right: 7px;
}
body.woocommerce nav.woocommerce-pagination ul.page-numbers, .woocommerce nav.woocommerce-pagination ul.page-numbers {
  border: none;
}
body.woocommerce nav.woocommerce-pagination ul.page-numbers li, .woocommerce nav.woocommerce-pagination ul.page-numbers li {
  border: none;
}
body.woocommerce nav.woocommerce-pagination ul.page-numbers li a, .woocommerce nav.woocommerce-pagination ul.page-numbers li a {
  color: #000;
}
body.woocommerce nav.woocommerce-pagination ul.page-numbers li a:hover, .woocommerce nav.woocommerce-pagination ul.page-numbers li a:hover {
  background: none;
}
body.woocommerce nav.woocommerce-pagination ul.page-numbers li span.current, .woocommerce nav.woocommerce-pagination ul.page-numbers li span.current {
  background-color: #82764A;
  border-radius: 20px;
  color: #fff;
  box-sizing: content-box;
}

.wccpf_fields_table {
  pointer-events: none;
  opacity: 0.3;
  transition: all 0.2s ease-in-out;
}
.wccpf_fields_table.active {
  pointer-events: inherit;
  opacity: 1;
}
.wccpf_fields_table input, .wccpf_fields_table select {
  padding-left: 15px !important;
  border-width: 2px !important;
}

#ui-datepicker-div:after {
  content: "Laden...";
  font-weight: bold;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  box-sizing: border-box;
  padding: 94px 88px;
  background: rgba(255, 255, 255, 0.8);
  transition: all 0.2s ease-in-out;
}
#ui-datepicker-div.done:after {
  opacity: 0;
  pointer-events: none;
}

#add_payment_method #payment ul.payment_methods li input, .woocommerce-cart #payment ul.payment_methods li input, .woocommerce-checkout #payment ul.payment_methods li input {
  -webkit-appearance: radio;
}

.lightbox-datumpicker-outer {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 9999999;
  display: none;
}
.lightbox-datumpicker-outer .lightbox-datumpicker {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  background: white;
  padding: 30px;
  max-width: 850px;
  box-sizing: border-box;
  box-shadow: 10px 10px 40px 0 rgba(0, 0, 0, 0.2);
  max-height: 100vh;
  overflow: auto;
}
.lightbox-datumpicker-outer .lightbox-datumpicker h2 {
  text-align: center;
  margin-bottom: 20px;
}
.lightbox-datumpicker-outer .lightbox-datumpicker .close-lightbox {
  font-size: 16px;
  color: white;
  background: black;
  font-weight: bold;
  width: 20px;
  height: 20px;
  line-height: 1;
  padding: 2px 0;
  text-align: center;
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}
.lightbox-datumpicker-outer .lightbox-datumpicker .datumpicker {
  background: #f1f1f1;
}
.lightbox-datumpicker-outer .lightbox-datumpicker .datumpicker .datumpicker-header {
  padding: 20px 0 10px;
}
.lightbox-datumpicker-outer .lightbox-datumpicker .datumpicker .datumpicker-header select {
  border: 0;
  background: url("../img/icons/arrow-down-grey.svg"), white;
  background-size: 12px 12px;
  background-position: calc(100% - 15px) center;
  background-repeat: no-repeat;
}
.lightbox-datumpicker-outer .lightbox-datumpicker .datumpicker .datumpicker-header select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.lightbox-datumpicker-outer .lightbox-datumpicker .datumpicker .datumpicker-content {
  padding: 0 20px 20px 20px;
}
.lightbox-datumpicker-outer .lightbox-datumpicker .datumpicker .datumpicker-content .no-days {
  display: none;
}
.lightbox-datumpicker-outer .lightbox-datumpicker .datumpicker .datumpicker-content ul {
  list-style: none;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  position: relative;
  flex-wrap: wrap;
  min-height: 100px;
}
.lightbox-datumpicker-outer .lightbox-datumpicker .datumpicker .datumpicker-content ul.collapsed {
  height: 300px;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
}
.lightbox-datumpicker-outer .lightbox-datumpicker .datumpicker .datumpicker-content ul.collapsed.open {
  overflow: inherit;
}
.lightbox-datumpicker-outer .lightbox-datumpicker .datumpicker .datumpicker-content ul.collapsed .collapser {
  display: block;
}
.lightbox-datumpicker-outer .lightbox-datumpicker .datumpicker .datumpicker-content ul .collapser {
  z-index: 10;
  display: none;
  position: absolute;
  height: 50px;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
  line-height: 70px;
  font-size: 12px;
  background: -moz-linear-gradient(top, rgba(241, 241, 241, 0) 0%, #f1f1f1 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(241, 241, 241, 0) 0%, #f1f1f1 80%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(241, 241, 241, 0) 0%, #f1f1f1 80%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00f1f1f1", endColorstr="#f1f1f1",GradientType=0 );
  /* IE6-9 */
  cursor: pointer;
}
.lightbox-datumpicker-outer .lightbox-datumpicker .datumpicker .datumpicker-content ul .collapser img {
  width: 10px;
  margin-left: 5px;
}
.lightbox-datumpicker-outer .lightbox-datumpicker .datumpicker .datumpicker-content ul .collapser:hover {
  text-decoration: underline;
}
.lightbox-datumpicker-outer .lightbox-datumpicker .datumpicker .datumpicker-content ul li {
  background: white;
  width: calc(20% - 10px);
  position: relative;
  min-height: 100px;
  margin: 10px 5px 0;
  transition: all 0.2s ease-in-out;
}
.lightbox-datumpicker-outer .lightbox-datumpicker .datumpicker .datumpicker-content ul li.selected {
  opacity: 1 !important;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.lightbox-datumpicker-outer .lightbox-datumpicker .datumpicker .datumpicker-content ul li span {
  height: 30px;
  line-height: 30px;
  background: #b3aa8f;
  width: 100%;
  display: block;
  text-align: center;
  text-transform: lowercase;
  color: white;
}
.lightbox-datumpicker-outer .lightbox-datumpicker .datumpicker .datumpicker-content ul li.dummy {
  display: none;
}
.lightbox-datumpicker-outer .lightbox-datumpicker .datumpicker .datumpicker-content ul li.dummy:after {
  content: "";
  position: absolute;
  height: 30px;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
}
.lightbox-datumpicker-outer .lightbox-datumpicker .datumpicker .datumpicker-content ul li select {
  border: 0;
  width: calc(100% - 20px);
  margin: 12px 10px;
  background: url("../img/icons/arrow-down-grey.svg"), white;
  background-size: 12px 12px;
  background-position: calc(100% - 15px) center;
  background-repeat: no-repeat;
}
.lightbox-datumpicker-outer .lightbox-datumpicker .datumpicker .datumpicker-content ul li select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.lightbox-datumpicker-outer .lightbox-datumpicker .datumpicker .datumpicker-content ul.busy {
  background: url("../img/loading_wedges.gif") no-repeat center;
}
.lightbox-datumpicker-outer .lightbox-datumpicker .datumpicker-bottom {
  margin-top: 20px;
  text-align: right;
}
.lightbox-datumpicker-outer .lightbox-datumpicker .datumpicker-bottom .reset-select {
  float: left;
  line-height: 45px;
  cursor: pointer;
  display: none;
}
.lightbox-datumpicker-outer .lightbox-datumpicker .datumpicker-bottom .reset-select:hover {
  text-decoration: underline;
}
.lightbox-datumpicker-outer .lightbox-datumpicker .datumpicker-bottom .button {
  background: #82764A;
}
.lightbox-datumpicker-outer .lightbox-datumpicker .datumpicker-bottom .button.disabled {
  pointer-events: none;
  background: #bbb;
}

.aw-communication-page .aw-communication-form__preference-checkbox {
  -webkit-appearance: auto;
  -moz-appearance: auto;
}

input[type=checkbox]#terms,
input[type=checkbox]#ss_wc_mailchimp_opt_in,
input[type=checkbox]#ship-to-different-address-checkbox {
  appearance: checkbox;
  -moz-appearance: checkbox;
  -webkit-appearance: checkbox;
}

.woocommerce table.shop_table td.actions {
  padding: 18px 18px 18px 16px;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #82764A !important;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  font-size: 14px !important;
}

/* Doneren */
.donation::before {
  content: "" !important;
}

.widget_wc-donation-widget {
  padding: 4px;
}
.widget_wc-donation-widget .in-action-elements {
  margin: 0 !important;
  display: block !important;
}
.widget_wc-donation-widget .wc-donation-in-action {
  text-align: left !important;
}
.widget_wc-donation-widget .wc-donation-in-action > label {
  margin: 0 0 10px 2px !important;
}
.widget_wc-donation-widget .row1 {
  display: block !important;
}
.widget_wc-donation-widget .row1 .wc-label-button {
  border-radius: 30px !important;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  line-height: 44px !important;
  padding: 0 10px !important;
  display: inline-block !important;
  font-weight: 400 !important;
  cursor: pointer !important;
  color: black !important;
  transition: all 0.2s ease-in-out !important;
  min-height: 44px !important;
  margin-right: 4px !important;
  margin-bottom: 0 !important;
}
.widget_wc-donation-widget .row1 .wc-label-button.wc-active {
  border: 1px solid rgba(0, 0, 0, 0) !important;
  background-color: rgba(0, 0, 0, 0.2) !important;
}
.widget_wc-donation-widget .wc-donation-f-submit-donation {
  border: 0;
  border-radius: 30px !important;
  line-height: 40px !important;
  padding: 2.5px 15px !important;
  margin-top: 0 !important;
  display: inline-block;
  background: #b3aa8f;
  color: white !important;
  font-weight: 400;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.widget_wc-donation-widget .wc-donation-f-submit-donation:hover {
  background: #b3aa8f !important;
}

.woocommerce-cart-form__cart-item .variation {
  display: none;
}

.wc-donation-title {
  color: #666666 !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  margin-top: 0 !important;
}

.landingspage-content .page-content {
  padding-top: 60px;
  padding-bottom: 20px;
}

.exhibition-img-repeater {
  min-height: 600px;
  width: 100%;
  position: relative;
}
.exhibition-img-repeater.animate .image h2 {
  opacity: 1;
}
.exhibition-img-repeater.animate .image .overlay {
  transform: translate(-50%, -50%) !important;
}
.exhibition-img-repeater .content, .exhibition-img-repeater .image {
  height: 100%;
  position: absolute;
  background: #85784e;
  background: -moz-linear-gradient(bottom, #85784e 0%, #F7F7F7 100%);
  background: -webkit-gradient(left bottom, left top, color-stop(0%, #85784e), color-stop(100%, #F7F7F7));
  background: -webkit-linear-gradient(bottom, #85784e 0%, #F7F7F7 100%);
  background: -o-linear-gradient(bottom, #85784e 0%, #F7F7F7 100%);
  background: -ms-linear-gradient(bottom, #85784e 0%, #F7F7F7 100%);
  background: linear-gradient(to top, #85784e 0%, #F7F7F7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#b3aa8f", endColorstr="#F7F7F7", GradientType=0 );
}
.exhibition-img-repeater .content {
  width: 45%;
  position: absolute;
  right: 0;
  padding: 80px;
  box-sizing: border-box;
}
.exhibition-img-repeater .content .inner-content {
  position: absolute;
  width: calc(100% - 160px);
  max-width: 500px;
  bottom: 80px;
  left: 80px;
}
.exhibition-img-repeater .image {
  width: 55%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}
.exhibition-img-repeater .image h2 {
  position: absolute;
  width: fit-content;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  z-index: 10;
  line-height: 1.2;
  opacity: 0;
  transition: all 1s 2s ease-in-out;
}
.exhibition-img-repeater .image .overlay {
  position: absolute;
  mix-blend-mode: multiply;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 50vw);
  transition: all 1.5s 1s ease-in-out;
}
.exhibition-img-repeater .image img {
  position: absolute;
  z-index: 5;
  max-height: 100%;
  transition: all 1.2s 1s ease-in-out;
}
.exhibition-img-repeater.left .content {
  left: 0;
  background: none;
}
.exhibition-img-repeater.left .content .inner-content {
  right: 80px;
  left: initial;
}
.exhibition-img-repeater.left .image {
  right: 0;
}
.exhibition-img-repeater:not(.left) .content .inner-content * {
  color: white;
}
.exhibition-img-repeater:nth-child(1) .image {
  background-image: url("../img/landingspage/egypt_bckg.jpg");
}
.exhibition-img-repeater:nth-child(1) .image h2 {
  left: 70%;
  top: 70%;
}
.exhibition-img-repeater:nth-child(1) .image .overlay {
  background: #3b19d7;
  border-radius: 50%;
  height: 100%;
  width: 600px;
}
.exhibition-img-repeater:nth-child(1) .image img {
  left: -30%;
}
.exhibition-img-repeater:nth-child(1).animate .image img {
  left: 0;
}
.exhibition-img-repeater:nth-child(2) .image {
  background-image: url("../img/landingspage/roman_bckg.jpg");
}
.exhibition-img-repeater:nth-child(2) .image h2 {
  text-align: right;
  top: 65%;
  left: 25%;
}
.exhibition-img-repeater:nth-child(2) .image .overlay {
  left: 55%;
  background: #1cd7bf;
  border-radius: 200px 200px 0 0;
  height: calc(100% - 50px);
  width: 400px;
}
.exhibition-img-repeater:nth-child(2) .image img {
  left: 85%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.exhibition-img-repeater:nth-child(2).animate .image img {
  left: 55%;
}
.exhibition-img-repeater:nth-child(3) .image {
  background-image: url("../img/landingspage/greek_bckg.jpg");
}
.exhibition-img-repeater:nth-child(3) .image h2 {
  top: 60%;
  left: 70%;
}
.exhibition-img-repeater:nth-child(3) .image .overlay {
  background: #82764A;
  height: calc(100% - 150px);
  width: 800px;
  max-width: calc(100% - 200px);
}
.exhibition-img-repeater:nth-child(3) .image img {
  left: 20%;
  transform: translateX(-100%);
  height: 90%;
  bottom: 0;
}
.exhibition-img-repeater:nth-child(3).animate .image img {
  left: 50%;
}
.exhibition-img-repeater:nth-child(4) .image {
  background-image: url("../img/landingspage/fibula_bckg.jpg");
}
.exhibition-img-repeater:nth-child(4) .image h2 {
  text-align: right;
  top: 60%;
  left: 30%;
}
.exhibition-img-repeater:nth-child(4) .image .overlay {
  left: 60%;
  background: #489efb;
  border-radius: 50%;
  height: 100%;
  width: 600px;
}
.exhibition-img-repeater:nth-child(4) .image img {
  left: 90%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 80%;
  bottom: 0;
}
.exhibition-img-repeater:nth-child(4).animate .image img {
  left: 60%;
}

@media screen and (max-width: 1000px) {
  .exhibition-img-repeater {
    min-height: inherit;
  }
  .exhibition-img-repeater .content, .exhibition-img-repeater .image {
    position: relative;
  }
  .exhibition-img-repeater .content {
    width: 100%;
    position: relative;
    padding: 30px 15px;
    height: auto;
    background: #85784e;
    background: -moz-linear-gradient(bottom, #85784e 0%, #C1BBA4 100%);
    background: -webkit-gradient(left bottom, left top, color-stop(0%, #85784e), color-stop(100%, #C1BBA4));
    background: -webkit-linear-gradient(bottom, #85784e 0%, #C1BBA4 100%);
    background: -o-linear-gradient(bottom, #85784e 0%, #C1BBA4 100%);
    background: -ms-linear-gradient(bottom, #85784e 0%, #C1BBA4 100%);
    background: linear-gradient(to top, #85784e 0%, #C1BBA4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#b3aa8f", endColorstr="#C1BBA4", GradientType=0 );
  }
  .exhibition-img-repeater .content .inner-content {
    position: static;
    width: 100%;
    max-width: 100%;
  }
  .exhibition-img-repeater:last-child .content {
    padding-bottom: 0;
  }
  .exhibition-img-repeater .image {
    width: 100%;
    height: 60vw;
  }
  .exhibition-img-repeater .image h2 {
    left: 50% !important;
    top: inherit !important;
    bottom: 40px;
    transform: translateX(-50%) !important;
    text-align: center !important;
    opacity: 1 !important;
  }
  .exhibition-img-repeater .image .overlay {
    display: none;
  }
  .exhibition-img-repeater .image img {
    display: none;
  }
  .exhibition-img-repeater:nth-child(1) .image {
    background-image: url("../img/landingspage/egypt_mobile.jpg");
  }
  .exhibition-img-repeater:nth-child(2) .image {
    background-image: url("../img/landingspage/greek_mobile.jpg");
  }
  .exhibition-img-repeater:nth-child(3) .image {
    background-image: url("../img/landingspage/roman_mobile.jpg");
  }
  .exhibition-img-repeater:nth-child(4) .image {
    background-image: url("../img/landingspage/fibula_mobile.jpg");
  }
}
.posts-container.popup-thumbnail-list ul .post-single {
  width: calc(50% - 10px);
  /* Normal is 25%, not 50%. */
  margin-top: 30px;
  margin-bottom: 20px;
  margin-left: 0 !important;
  margin-right: 10px !important;
}

@media screen and (max-width: 500px) {
  .posts-container.popup-thumbnail-list ul .post-single {
    width: 100%;
    /* Normal is 25%, not 50%. */
  }
}
.posts-container.popup-thumbnail-list ul .post-single .image {
  height: 0;
  padding-bottom: 100%;
  /* For 1:1 ratio */
}

.posts-container.popup-thumbnail-list ul .post-single:hover .image {
  height: 20px;
  /* Same as negative margin */
  margin-top: -20px;
  /* Already in parent, but to make sure this stays correct if parent is modified */
}

.popup-lightbox.lightbox-datumpicker-outer .lightbox-datumpicker .close-lightbox {
  font-size: 32px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  vertical-align: middle;
}

.popup-lightbox.lightbox-datumpicker-outer .lightbox-datumpicker {
  max-height: calc(100vh - 100px);
  display: flex;
}

.popup-lightbox {
  overflow: auto;
}

.popup-lightbox .popup-lightbox-media {
  min-height: 250px;
  /* If modified, also do this for child iframes/imgs */
  margin-bottom: 10px;
}

.popup-lightbox .popup-lightbox-media iframe {
  width: 100%;
  min-height: 250px;
  /* If modified, also do this for parent */
  height: auto;
}

.popup-lightbox .popup-lightbox-media img {
  width: 100%;
  height: auto;
}

.popup-lightbox .popup-lightbox-text {
  text-align: left;
}

.popup-lightbox-inner {
  flex: 1 1 100%;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  margin-top: 15px;
  padding-right: 10px;
}

.data-popup-lightbox-clickable {
  cursor: pointer;
}

.popup-lightbox .popup-lightbox-scroll-more-indicator {
  background: #000 url("/wp-content/themes/rmo/assets/img/icons/arrow-down.svg") no-repeat 50% 50%;
  width: 40px;
  height: 40px;
  display: block;
  border: 10px solid black;
  position: absolute;
  bottom: 25px;
  left: 50%;
  margin-left: -20px;
  /* Half of width */
  pointer-events: none;
  animation: 1s ease-in-out 0s infinite alternate popup-lightbox-bounce, 2s ease-in-out 1.5s 1 normal forwards popup-lightbox-fadeout;
}

@keyframes popup-lightbox-bounce {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(10px);
  }
}
@keyframes popup-lightbox-fadeout {
  to {
    opacity: 0;
  }
}
.popup-lightbox .popup-lightbox-scroll-more-indicator.hidden {
  display: none;
}

@media (min-height: 1000px), (min-width: 850px) {
  .popup-lightbox .popup-lightbox-scroll-more-indicator {
    /* Hide on tall screens */
    display: none;
  }
}
@media (min-width: 850px) {
  .popup-lightbox .popup-lightbox-media {
    float: left;
    width: calc(50% - 25px);
    margin-right: 20px;
    margin-bottom: 0;
  }

  .popup-lightbox .popup-lightbox-text {
    float: left;
    width: 50%;
  }
}
.page-template-rmo-publicaties .small-container {
  max-width: 1420px;
}
.page-template-rmo-publicaties form#document-search {
  position: relative;
  width: 200px;
}
.page-template-rmo-publicaties form#document-search .search-input {
  text-align: left !important;
}
.page-template-rmo-publicaties form#document-search .clear-search {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  right: 12px;
  top: 11px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 50%;
  background: white;
  transition: all 0.2s ease-in-out;
}
.page-template-rmo-publicaties .document-library-pro-button {
  color: white;
}
.page-template-rmo-publicaties .posts-table-reset {
  display: none;
}
.page-template-rmo-publicaties .dataTables_wrapper .dataTables_filter input {
  padding: 0.5px 15px;
  margin-left: 10px;
}
.page-template-rmo-publicaties .posts-table-controls {
  margin-top: 10px;
}
.page-template-rmo-publicaties #documents-table th {
  text-align: left;
}
.page-template-rmo-publicaties table.posts-data-table td {
  line-height: 30px !important;
}
.page-template-rmo-publicaties table.posts-data-table td .button {
  margin-top: 0;
}

.highlighted-blogs ul {
  padding: 0 10px !important;
}
.highlighted-blogs ul li {
  width: calc(50% - 10px);
  margin: 0 5px !important;
}
.highlighted-blogs ul li .image {
  height: 300px !important;
}
.highlighted-blogs ul li:hover .image {
  height: 320px !important;
}

.blog-activities .posts-container ul {
  padding: 0 15px;
}

.page-template-archive-blog .mobile-filter {
  margin-left: 15px;
}

/* Blog page */
.single-post {
  /* Blog content */
}
.single-post .banner .outer-slider .inner-slider .slide .title-block p.new {
  font-family: "GintoNordMedium", sans-serif;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.single-post .banner .outer-slider .inner-slider .slide .title-block h2 {
  font-size: 60px;
  padding-bottom: 0;
  line-height: 1.3;
}
.single-post .banner .outer-slider .inner-slider .slide .title-block p {
  font-size: 30px;
}
.single-post .page-content .flexible-box .wp-caption {
  width: auto !important;
}
.single-post .comment-section {
  margin: 40px 0;
  display: flex;
  justify-content: space-between;
}
.single-post .comment-section > div:first-child {
  width: calc(40% - 20px);
}
.single-post .comment-section > div:nth-child(2) {
  width: calc(60% - 20px);
}
.single-post .comment-section h3 {
  font-size: 28px;
  font-family: "GintoNordMedium", sans-serif;
  font-weight: 400;
  padding-bottom: 20px;
  border-bottom: 2px solid black;
  margin-bottom: 20px;
}
.single-post .comment-section .comment {
  padding-top: 20px;
  border-top: 2px solid black;
  margin: 20px 0 0 30px;
  color: black;
}
.single-post .comment-section .comment .header {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  font-weight: 600;
}
.single-post .comment-section .comment .mssg {
  color: #666666;
}
.single-post .comment-section .comments-section .comment:first-child {
  margin-left: 0;
  border-top: none;
  padding-top: 0;
}
.single-post .comment-respond {
  position: relative;
}
.single-post .comment-respond .cancel-reply {
  position: absolute;
  right: 0;
  color: black;
  opacity: 1;
  cursor: pointer;
}
.single-post .comment-respond .cancel-reply:hover {
  color: #82764A;
}
.single-post .comment-respond form {
  color: #666666;
}
.single-post .comment-respond .comment-notes {
  font-style: italic;
}
.single-post .comment-respond label {
  display: block;
  margin-top: 10px;
}
.single-post .comment-respond input[type=text], .single-post .comment-respond textarea {
  width: calc(100% - 30px);
  margin: 4px 0;
}
.single-post .comment-respond textarea {
  padding: 15px;
  font-size: 14px;
  line-height: 20px;
  border: 2px solid black;
  border-radius: 30px;
  background: none;
  font-family: "Ginto", sans-serif;
}

.related-posts h3 {
  font-size: 28px;
  font-family: "GintoNordMedium", sans-serif;
  font-weight: 400;
}

/* Author section */
.author-info {
  width: calc(100% - 60px);
  max-width: 800px;
  margin: 40px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.author-info .photo {
  width: 240px;
  height: 240px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.author-info .txt {
  width: calc(100% - 280px);
  color: #666666;
}
.author-info .txt h4 {
  color: black;
}
.author-info .txt .button {
  margin-top: 20px;
}

/* Blog embed */
.blog-intro {
  margin-bottom: 100px;
}

.single-3d_object header {
  pointer-events: none;
}
.single-3d_object header .left-menu, .single-3d_object header .right-menu, .single-3d_object header .super-menu {
  pointer-events: initial;
}
.single-3d_object .small-container {
  max-width: 1420px;
}
.single-3d_object h1 {
  font-size: 28px;
  margin-bottom: 10px;
}

#online_3d_viewer {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: 0;
  cursor: grab;
}
#online_3d_viewer:active {
  cursor: grabbing;
}
#online_3d_viewer:hover .fa-circle-question {
  opacity: 1;
}

#preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px;
  border-radius: 10px;
  display: none;
}

#ddd-viewer-info {
  display: none;
  position: absolute;
  z-index: 99;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
#ddd-viewer-info.active {
  display: flex;
}
#ddd-viewer-info .tip {
  width: 30%;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
}
#ddd-viewer-info .tip strong {
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
}
#ddd-viewer-info .tip i {
  display: block;
  margin-bottom: 10px;
  font-size: 28px;
}

.fa-circle-question, .fa-expand {
  position: absolute;
  right: 30px;
  bottom: 30px;
  font-size: 20px;
  color: white;
  z-index: 98;
  cursor: pointer;
  transition: 0.4s;
}

.fa-circle-question {
  right: 66px;
}

.sketchfab_object-container {
  position: relative;
}
.sketchfab_object-container:after {
  display: block;
  position: absolute;
  z-index: 0;
  margin-top: -150px;
  height: 50%;
  width: 100%;
  content: "";
  opacity: 0.4;
  bottom: 0;
}
.sketchfab_object-container.color-1:after {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #b25700 100%);
}
.sketchfab_object-container.color-2:after {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #82764A 100%);
}
.sketchfab_object-container.color-3:after {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #489efb 100%);
}
.sketchfab_object-container.color-4:after {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #3b19d7 100%);
}
.sketchfab_object-container.color-5:after {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #1cd7bf 100%);
}
.sketchfab_object-container.color-6:after {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #f49afb 100%);
}
.sketchfab_object-container.active:after {
  bottom: 0;
}
.sketchfab_object-container .sketchfab-frame {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: 0;
}
.sketchfab_object-container .view-on-sketchfab {
  position: absolute;
  bottom: 60px;
  height: 20px;
  display: flex;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 99;
  color: white;
  text-align: center;
  text-decoration: none;
}
.sketchfab_object-container .view-on-sketchfab svg {
  max-width: 16px;
  height: auto;
  margin-left: 5px;
}
.sketchfab_object-container .view-on-sketchfab:after {
  width: 0;
  height: 1px;
  display: inline-block;
  background: white;
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.sketchfab_object-container .view-on-sketchfab:hover:after {
  width: 100%;
}

body.page-template-page-social_media .container {
  max-width: 1200px;
}
body.page-template-page-social_media .social-header, body.page-template-page-social_media .social-footer {
  position: fixed;
  z-index: 100000;
  box-sizing: border-box;
  width: 100%;
  padding: 16px 30px 12px;
  background-color: #282828;
}
body.page-template-page-social_media .social-header .container, body.page-template-page-social_media .social-footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.page-template-page-social_media .social-header .logo img, body.page-template-page-social_media .social-footer .logo img {
  transition: all 0.3s ease-in-out;
}
body.page-template-page-social_media .social-header .socials, body.page-template-page-social_media .social-footer .socials {
  display: flex;
  align-items: center;
  color: white;
}
body.page-template-page-social_media .social-header .socials a, body.page-template-page-social_media .social-footer .socials a {
  margin: 0 8px;
  font-size: 25px;
  color: white;
  text-decoration: none;
}
body.page-template-page-social_media .social-header .socials img, body.page-template-page-social_media .social-footer .socials img {
  width: 100%;
  height: 100%;
  max-width: 20px;
  max-height: 20px;
}
body.page-template-page-social_media .social-footer {
  position: relative;
  background-color: white;
  border-top: 1px solid #e4e4e4;
}
body.page-template-page-social_media .social-footer .socials, body.page-template-page-social_media .social-footer .socials a {
  color: black;
}

.social-wall {
  margin: 200px 0 100px 0;
}
.social-wall .social-wall-title {
  max-width: 600px;
  text-align: center;
  margin: 0 auto 60px;
}
.social-wall .social-posts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.social-wall .social-posts .social-post {
  width: calc(100% / 3 - 10px);
  aspect-ratio: 1/1;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 20px;
  transition: 0.2s;
}
.social-wall .social-posts .social-post a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background-position: center;
  background-size: cover;
  transition: 0.2s;
}
.social-wall .social-posts .social-post a:after {
  content: "";
  height: 140px;
  opacity: 0.8;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: all 0.2s ease-in-out;
  background: rgba(32, 124, 229, 0);
  background: -moz-linear-gradient(top, rgba(32, 124, 229, 0) 0%, black 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(32, 124, 229, 0)), color-stop(100%, black));
  background: -webkit-linear-gradient(top, rgba(32, 124, 229, 0) 0%, black 100%);
  background: -o-linear-gradient(top, rgba(32, 124, 229, 0) 0%, black 100%);
  background: -ms-linear-gradient(top, rgba(32, 124, 229, 0) 0%, black 100%);
  background: linear-gradient(to bottom, rgba(32, 124, 229, 0) 0%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#207ce5", endColorstr="#000000", GradientType=0);
}
.social-wall .social-posts .social-post a .content {
  position: absolute;
  z-index: 10;
  bottom: 20px;
  left: 20px;
  width: calc(100% - 40px);
  text-align: center;
  color: white;
  font-size: 16px;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
  transition: 0.2s;
}
.social-wall .social-posts .social-post a .content h3 {
  font-family: "GintoNordMedium", sans-serif;
  font-weight: 400;
  font-size: 22px;
  word-break: break-word;
  line-height: 1.2;
  margin-bottom: 0;
}
.social-wall .social-posts .social-post:hover {
  margin-top: 10px;
  margin-bottom: 10px;
}
.social-wall .social-posts .social-post:hover .content {
  bottom: 30px;
}

/* Responsive */
@media (max-width: 1000px) {
  .social-wall .social-posts .social-post {
    width: calc(50% - 10px);
  }
}
@media (max-width: 700px) {
  body.page-template-page-social_media .container {
    width: calc(100% - 20px);
  }
  body.page-template-page-social_media .social-header, body.page-template-page-social_media .social-footer {
    padding: 16px 2px 12px;
  }
  body.page-template-page-social_media .social-header .logo img, body.page-template-page-social_media .social-footer .logo img {
    width: 60%;
  }
  body.page-template-page-social_media .social-header .socials span, body.page-template-page-social_media .social-footer .socials span {
    display: none;
  }
  body.page-template-page-social_media .social-header .socials img, body.page-template-page-social_media .social-footer .socials img {
    width: 16px;
    height: 16px;
  }
  body.page-template-page-social_media .social-header .socials a, body.page-template-page-social_media .social-footer .socials a {
    font-size: 19px;
  }
  body.page-template-page-social_media .social-wall .social-wall-title {
    margin: -100px auto 20px;
  }
  body.page-template-page-social_media .social-wall .social-posts .social-post {
    width: calc(50% - 5px);
    margin: 5px 0;
  }
  body.page-template-page-social_media .social-wall .social-posts .social-post .content {
    left: 10px;
    bottom: 10px;
    width: calc(100% - 20px);
    font-size: 14px;
  }
  body.page-template-page-social_media .social-wall .social-posts .social-post .content h3 {
    font-size: 16px;
  }
  body.page-template-page-social_media .social-wall .social-posts .social-post:hover {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  body.page-template-page-social_media .social-wall .social-posts .social-post:hover .content {
    bottom: 20px;
  }
}
#sem-iframe {
  width: 100%;
  height: 1000px;
  border: none;
}

.is_IE .overlay, .is_edge .overlay {
  opacity: 0.6;
}
.is_IE .filter-group .button.big, .is_edge .filter-group .button.big {
  width: 95px;
  padding-top: 2px;
}
.is_IE .day-filter-group .day-button, .is_edge .day-filter-group .day-button {
  padding-top: 4px;
}
.is_IE .highlighted-block .highlighted .highlighted-gallery .highlighted-item, .is_edge .highlighted-block .highlighted .highlighted-gallery .highlighted-item {
  width: calc(50% - 6px);
}

.is_IE.woocommerce ul.products li.product .woocommerce-LoopProduct-link img, .is_edge.woocommerce ul.products li.product .woocommerce-LoopProduct-link img {
  width: auto;
  max-width: 1000px;
  margin: 0 auto 1em;
}
.is_IE.woocommerce .product div.images :first-child.woocommerce-product-gallery__image img, .is_edge.woocommerce .product div.images :first-child.woocommerce-product-gallery__image img {
  height: auto;
}

.is_IE .spinner, .is_edge .spinner {
  height: 100px;
  background: url("../img/loading_wedges.gif") no-repeat center;
}
.is_IE .spinner svg, .is_edge .spinner svg {
  display: none;
}

@media screen and (max-width: 1920px) {
  header nav .logo.big img {
    height: 70px;
    width: 316px;
  }
  header .super-menu {
    overflow: initial;
    touch-action: auto;
  }
  header .super-menu .menu {
    padding: 150px 30px 50px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    position: relative;
    left: inherit;
    right: inherit;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
    transform: inherit;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1560px) {
  footer {
    padding: 40px 40px 0;
  }
  footer .footer-body .footer-col {
    padding-right: 30px !important;
  }
  footer .footer-body .footer-col .footer-general-info {
    padding: 60px 30px 60px 0 !important;
  }
  footer .footer-body .footer-col.middle {
    padding-right: 0 !important;
  }
  footer .footer-body .footer-col.middle .menu {
    gap: 30px !important;
  }
  footer .footer-body .footer-col.middle .menu > .menu-item {
    width: calc(25% - 24px) !important;
  }
}
@media screen and (max-width: 1440px) {
  .banner .outer-slider .inner-slider .slide .title-block h2 {
    font-size: 70px;
  }
  .banner .outer-slider .inner-slider .slide .title-block h2.medium {
    font-size: 50px;
  }
  .banner .outer-slider .inner-slider .slide .title-block h2.small {
    font-size: 36px;
  }

  .container.full-width-mobile {
    width: 100%;
  }

  .gform_wrapper.gravity-theme .gfield.gfield--width-half {
    grid-column: span 12 !important;
  }
}
@media screen and (max-width: 1400px) {
  header nav.right-menu form input:not([type=checkbox]):not([type=radio]) {
    width: 46px;
    height: 46px !important;
    padding-right: 27px;
    background-position: calc(100% - 13px) center;
  }
  header nav.right-menu form input:not([type=checkbox]):not([type=radio])::placeholder {
    color: transparent;
  }
}
@media screen and (max-width: 1280px) {
  #mega-menu-wrap-in_header .mega-menu-toggle.mega-menu-open .mega-toggle-animated-slider .mega-toggle-animated-inner:after {
    transform: translate3d(0, -25px, 0) rotate(-90deg) !important;
  }
  #mega-menu-wrap-in_header .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner {
    top: 0 !important;
    width: 36px;
    height: 3px;
  }
  #mega-menu-wrap-in_header .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner:before {
    top: 13px !important;
    width: 36px;
    height: 3px;
  }
  #mega-menu-wrap-in_header .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner:after {
    top: 26px !important;
    width: 36px;
    height: 3px;
  }
  #mega-menu-wrap-in_header #mega-menu-in_header > li.mega-menu-item > a.mega-menu-link {
    font-size: 14px !important;
  }

  footer .footer-body .footer-col {
    width: 50%;
  }
  footer .footer-body .footer-col.middle .menu > .menu-item {
    width: calc(50% - 25px) !important;
  }
}
@media screen and (max-width: 1240px) {
  header nav .breadcrumbs .small:first-child, header nav .breadcrumbs .smaller:first-child {
    display: none;
  }
}
@media screen and (max-width: 1180px) {
  header.menu-open #mega-menu-in_header > li.mega-menu-item.mega-toggle-on > a.mega-menu-link span.mega-indicator {
    transform: rotate(0) !important;
  }

  .close-sub-menu {
    font-size: 0 !important;
    right: 20px !important;
    bottom: 5px !important;
    width: calc(100% - 20px) !important;
  }
  .close-sub-menu:after {
    opacity: 0 !important;
  }

  header {
    justify-content: space-between;
    padding: 30px 20px 20px !important;
  }
  header .super-menu.mega #mega-menu-wrap-in_header #mega-menu-in_header li.mega-menu-item {
    padding: 0 10px !important;
  }
  header .left-menu {
    order: 2;
    width: calc(100% - 260px) !important;
  }
  header .left-menu .logo {
    margin-left: 0 !important;
    width: 34px !important;
    overflow: hidden !important;
    display: inline-block !important;
  }
  header .left-menu .logo img {
    height: 40px !important;
    width: 203px !important;
    max-width: 200px !important;
    margin-left: -4px !important;
  }
  header .center-menu {
    order: 1;
    width: initial !important;
  }
  header .center-menu #mega-menu-wrap-in_header .mega-menu-toggle .mega-toggle-blocks-left .mega-toggle-block {
    margin-top: -26px;
    margin-left: 0;
  }
  header .center-menu #mega-menu-wrap-in_header .mega-menu-toggle .mega-toggle-blocks-left .mega-toggle-block:after {
    content: "MENU";
    position: absolute;
    bottom: -10px;
    left: 4px;
    font-size: 10px;
    color: white;
    text-align: center;
  }
  header .center-menu #mega-menu-wrap-in_header #mega-menu-in_header {
    position: absolute;
    top: -40px;
    left: 0;
    padding-top: 160px;
    z-index: -2;
  }
  header .center-menu #mega-menu-wrap-in_header #mega-menu-in_header .mega-menu-column .mega-sub-menu {
    padding: 0 20px !important;
  }
  header .center-menu #mega-menu-wrap-in_header #mega-menu-in_header .mega-menu-column .mega-sub-menu > li.mega-menu-item {
    padding: 0 15px !important;
  }
  header .center-menu #mega-menu-wrap-in_header #mega-menu-in_header .mega-menu-column .mega-sub-menu > li.mega-menu-item.cat {
    padding: 0 !important;
    margin: 0 -15px !important;
  }
  header .center-menu #mega-menu-wrap-in_header #mega-menu-in_header .mega-menu-column .mega-sub-menu > li.mega-menu-item a.mega-menu-link {
    margin: 0 -20px !important;
  }
  header .center-menu #mega-menu-wrap-in_header #mega-menu-in_header .mega-menu-column .mega-sub-menu > li.mega-menu-item .mega-sub-menu {
    padding: 0 !important;
  }
  header .super-menu.mega #mega-menu-wrap-in_header #mega-menu-in_header > li.mega-menu-item > a.mega-menu-link {
    font-family: "GintoNordMedium", sans-serif !important;
    font-size: 18px !important;
  }
  header .right-menu {
    order: 3;
  }

  /* Open mobile menu styles */
  body.mega-menu-in_header-mobile-open {
    overflow: hidden;
    height: 100svh;
  }
  body.mega-menu-in_header-mobile-open .left-menu .logo img {
    content: url("../img/logo-dark.svg");
  }
  body.mega-menu-in_header-mobile-open #mega-menu-in_header {
    overflow: scroll !important;
    height: 100vh !important;
  }
  body.mega-menu-in_header-mobile-open #mega-menu-in_header:before {
    content: "" !important;
    position: fixed !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100px !important;
    background-color: white !important;
    z-index: 1 !important;
  }
  body.mega-menu-in_header-mobile-open #mega-menu-in_header > li.mega-menu-item > a.mega-menu-link {
    color: black !important;
  }
  body.mega-menu-in_header-mobile-open #mega-menu-in_header > li.mega-menu-item > a.mega-menu-link:hover {
    color: #82764A !important;
  }
  body.mega-menu-in_header-mobile-open #mega-menu-in_header.mega-toggle-on > a.mega-menu-link {
    color: #82764A !important;
  }
  body.mega-menu-in_header-mobile-open #mega-menu-in_header.mega-toggle-on > a.mega-menu-link > span.mega-indicator {
    transform: rotate(0) !important;
  }
  body.mega-menu-in_header-mobile-open .right-menu .button, body.mega-menu-in_header-mobile-open .right-menu form, body.mega-menu-in_header-mobile-open .right-menu .lang-select {
    filter: brightness(0%);
  }
  body.mega-menu-in_header-mobile-open #mega-menu-wrap-in_header .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner {
    background-color: #82764A !important;
  }
  body.mega-menu-in_header-mobile-open #mega-menu-wrap-in_header .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before, body.mega-menu-in_header-mobile-open #mega-menu-wrap-in_header .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after {
    background-color: #82764A !important;
  }
  body.mega-menu-in_header-mobile-open header .center-menu #mega-menu-wrap-in_header .mega-menu-toggle .mega-toggle-blocks-left .mega-toggle-block:after {
    color: #82764A !important;
  }
}
@media screen and (max-width: 1140px) {
  .flexible-box .fleximage {
    min-height: 400px;
  }

  header nav .breadcrumbs {
    display: none;
  }
  header nav .logo {
    width: auto;
  }

  footer .footer-head .logo img {
    height: 50px;
  }
  footer .footer-body.small-footer .footer-col:nth-child(1) div {
    width: 100%;
    margin-right: 0 !important;
  }
  footer .footer-body.small-footer .footer-col:nth-child(1) div div {
    width: 100%;
  }
  footer .footer-body .footer-col .menu {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
  }

  .posts-container ul .post-single {
    width: calc((100% / 3) - 10px);
  }
  .posts-container ul .post-single:nth-child(4n+3) {
    margin: 30px 0 20px 0;
  }
  .posts-container ul .post-single:nth-child(4n+2) {
    margin: 30px 0 20px;
  }
  .posts-container ul .post-single:nth-child(3n+2) {
    margin: 30px 10px 20px 10px;
  }

  .page-content .half-page {
    width: 100%;
    display: block;
    margin: 30px 0;
    padding: 0 !important;
  }
  .page-content .half-page.right .collection-form input, .page-content .half-page.right .collection-form select {
    margin: 5px 0;
    float: none;
  }
  .page-content .half-page.right .collection-form input:nth-child(even), .page-content .half-page.right .collection-form select:nth-child(even) {
    margin-left: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .video-container {
    height: 500px;
  }

  header nav .logo.big img {
    height: 70px;
  }
  header .super-menu .menu {
    -webkit-column-count: 4;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
  }

  .breadcrumbs {
    padding: 30px 10px;
  }
  .breadcrumbs .wrapper {
    flex-wrap: wrap;
  }

  .filter-group:not(.big-filter) .button {
    display: none;
  }
  .filter-group:not(.big-filter) select.mobile-filter {
    display: inline-block;
  }

  body.home .highlighted-block .highlighted .highlighted-content, body.page-template-archive-onderwijs .page-content .highlighted-block .highlighted .highlighted-content {
    width: 40%;
  }
  body.home .highlighted-block .highlighted .highlighted-gallery, body.page-template-archive-onderwijs .page-content .highlighted-block .highlighted .highlighted-gallery {
    column-count: 3;
    width: 60%;
  }

  body:not(.home) .highlighted-block .highlighted .highlighted-content {
    width: 50%;
  }
  body:not(.home) .highlighted-block .highlighted .highlighted-gallery {
    width: 250%;
  }

  .this-week {
    padding: 0 0;
  }

  .text-three-columns {
    columns: 2;
  }

  .text-three-columns-col .col {
    width: calc(50% - 20px);
  }
  .text-three-columns-col .col:last-child {
    margin: 0;
    width: 100%;
  }

  .flex-columns, .flex-columns.flex-landingspage {
    display: flex;
    flex-wrap: wrap;
  }
  .flex-columns .single-column, .flex-columns.flex-landingspage .single-column {
    flex: 1 1 calc(50% - 20px);
    max-width: inherit;
    margin-bottom: 30px;
  }
  .flex-columns.visit-columns .single-column, .flex-columns.flex-landingspage.visit-columns .single-column {
    margin-right: 0;
    margin-left: 0;
  }
  .flex-columns.visit-columns .three-column, .flex-columns.flex-landingspage.visit-columns .three-column {
    max-width: inherit;
  }

  .banner .outer-slider .inner-slider .slide .title-block h2 {
    font-size: 60px;
  }
  .banner .outer-slider .inner-slider .slide .title-block h2.medium {
    font-size: 44px;
  }
  .banner .outer-slider .inner-slider .slide .title-block h2.small {
    font-size: 30px;
  }

  .posts-container ul .post-single {
    width: calc((100% / 2) - 5px);
  }
  .posts-container ul .post-single:nth-child(4n+2) {
    margin: 30px 0 20px;
  }
  .posts-container ul .post-single:nth-child(3n+2) {
    margin: 30px 0 20px;
  }
  .posts-container ul .post-single:nth-child(2n+0) {
    margin: 30px 0px 20px 10px;
  }

  .tips-container .single-tip .tip-content {
    padding-left: 20px;
  }

  .footer-donation-newsletter {
    flex-direction: column;
  }
  .footer-donation-newsletter .donation {
    width: calc(100% - 100px) !important;
    padding: 50px !important;
  }
  .footer-donation-newsletter .newsletter {
    width: calc(100% - 100px) !important;
  }

  footer .footer-head {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    gap: 20px 20px;
  }
  footer .footer-head a {
    display: block;
    margin: 0 !important;
    text-align: center;
  }
  footer .footer-body .footer-col .menu {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media screen and (max-width: 970px) {
  footer .footer-body {
    flex-direction: column;
  }
  footer .footer-body .footer-col {
    width: calc(100%);
    padding-right: 0 !important;
  }
  footer .footer-body .footer-col .footer-general-info {
    border: none !important;
    padding-right: 0 !important;
  }
  footer .footer-body .footer-col.middle {
    width: 100%;
  }
  footer .footer-body .footer-col.middle .menu .menu-item {
    width: calc(100% / 3 - 20px);
  }
}
@media screen and (max-width: 768px) {
  .desktop {
    display: none !important;
  }

  .mobile {
    display: initial !important;
  }

  .flexible-box .fleximage {
    min-height: 0 !important;
    background-image: none !important;
  }
  .flexible-box .fleximage img {
    position: initial !important;
    width: initial !important;
    height: initial !important;
    opacity: 1 !important;
  }

  .video-container {
    width: calc(100% - 60px);
  }

  header {
    padding: 0 16px 0px !important;
  }
  header nav.right-menu.full-width {
    justify-content: flex-end;
    flex-direction: row-reverse;
  }
  header nav.right-menu.full-width form input {
    width: 100% !important;
    right: 0 !important;
  }
  header nav .logo {
    width: 25px;
    height: 45px;
    overflow: hidden;
    display: inline-block;
  }
  header nav .logo img {
    height: 45px;
    width: 200px;
    max-width: 200px;
  }
  header .center-menu #mega-menu-wrap-in_header {
    margin-top: 9px;
  }
  header .left-menu .logo {
    height: 40px;
  }

  .banner .outer-slider .inner-slider .slide .countdowntimer {
    margin-bottom: 10px;
  }

  .woocommerce div.product .product_title, .page-content h1 {
    font-size: 32px !important;
  }

  .filter-group.scroll-buttons {
    padding-top: 0;
  }

  .topstuk-carousel-container .download-collectie {
    overflow: hidden;
    bottom: 35px;
  }

  .highlighted-block .highlighted .highlighted-gallery {
    height: 310px;
  }
  .highlighted-block .highlighted .highlighted-gallery.items-4 .highlighted-item {
    height: 145px;
  }
  .highlighted-block .highlighted .highlighted-gallery.items-4 .highlighted-item:nth-child(1), .highlighted-block .highlighted .highlighted-gallery.items-4 .highlighted-item:nth-child(4) {
    height: 300px;
  }
  .highlighted-block .highlighted .highlighted-gallery.items-3 .highlighted-item {
    height: 145px;
  }
  .highlighted-block .highlighted .highlighted-gallery.items-3 .highlighted-item:nth-child(1) {
    height: 300px;
  }
  .highlighted-block .highlighted .highlighted-gallery.items-5 .highlighted-item {
    height: 145px;
  }
  .highlighted-block .highlighted .highlighted-gallery.items-5 .highlighted-item:nth-child(1), .highlighted-block .highlighted .highlighted-gallery.items-5 .highlighted-item:nth-child(4), .highlighted-block .highlighted .highlighted-gallery.items-5 .highlighted-item:nth-child(5) {
    height: 300px;
  }

  .home .tentoonstellingen-carrousel {
    padding: 40px 0;
    position: relative;
  }

  h2 {
    font-size: 22px;
  }

  .news-activities {
    padding: 0 0;
  }

  .tentoonstellingen-carrousel, .topstukken-carrousel, .highlighted-block, .collection-results, .onderwijs-posts {
    padding: 40px 0;
  }
  .tentoonstellingen-carrousel .tentoonstellingen, .topstukken-carrousel .tentoonstellingen, .highlighted-block .tentoonstellingen, .collection-results .tentoonstellingen, .onderwijs-posts .tentoonstellingen {
    margin-top: 20px;
  }

  .news-activities.aanwinsten, .onderwijs-posts.aanwinsten {
    padding: 20px 0 20px 0;
  }

  .topstukken-carrousel .topstukken, .highlighted-block .highlighted {
    margin-top: 20px;
  }

  .uw-bezoek .flex-columns {
    margin-bottom: 40px;
  }

  .margin-container {
    margin: 40px 0 0;
  }

  .text-image-repeater, .tentoonstelling-block.highlighted-block {
    padding: 20px 0;
  }

  .banner .outer-slider .inner-slider .slide .title-block.lower {
    bottom: 60px;
  }

  .banner .outer-slider .buttons {
    padding: 10px;
  }

  .banner .outer-slider .buttons .right p, .banner .outer-slider .buttons .left p {
    display: none !important;
  }

  .flexible-box {
    margin-bottom: 40px;
  }
  .flexible-box .single, .flexible-box .double {
    flex: 1 1 100%;
    margin: 20px 0 0 !important;
  }

  .tentoonstelling-block.highlighted-block .highlighted.container .content-block {
    width: 100% !important;
    float: inherit !important;
    padding: 0 !important;
    position: relative !important;
    top: inherit !important;
    -webkit-transform: inherit !important;
    -moz-transform: inherit !important;
    -ms-transform: inherit !important;
    -o-transform: inherit !important;
    transform: inherit !important;
    margin-top: inherit !important;
  }
  .tentoonstelling-block.highlighted-block .highlighted.container .highlighted-box {
    width: 100%;
    height: 210px;
    margin-bottom: 30px;
  }
  .tentoonstelling-block.highlighted-block .highlighted.container .highlighted-box .highlighted-gallery {
    height: 230px;
    width: 100%;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  .tentoonstelling-block.highlighted-block .highlighted.container .highlighted-box .highlighted-gallery .highlighted-item {
    height: 100px;
  }
  .tentoonstelling-block.highlighted-block .highlighted.container .highlighted-box .highlighted-gallery.items-8 .highlighted-item:nth-child(3), .tentoonstelling-block.highlighted-block .highlighted.container .highlighted-box .highlighted-gallery.items-8 .highlighted-item:nth-child(4), .tentoonstelling-block.highlighted-block .highlighted.container .highlighted-box .highlighted-gallery.items-8 .highlighted-item:nth-child(5), .tentoonstelling-block.highlighted-block .highlighted.container .highlighted-box .highlighted-gallery.items-8 .highlighted-item:nth-child(6) {
    width: 100%;
  }
  .tentoonstelling-block.highlighted-block .highlighted.container .highlighted-box .highlighted-gallery.items-8 .highlighted-item:nth-child(odd) {
    margin-right: 10px;
  }
  .tentoonstelling-block.highlighted-block .highlighted.container .highlighted-box .highlighted-gallery.items-7 .highlighted-item:nth-child(1) {
    margin-right: 10px;
  }
  .tentoonstelling-block.highlighted-block .highlighted.container .highlighted-box .highlighted-gallery.items-7 .highlighted-item:nth-child(4) {
    width: 100%;
    height: 210px;
  }
  .tentoonstelling-block.highlighted-block .highlighted.container .highlighted-box .highlighted-gallery.items-7 .highlighted-item:nth-child(3), .tentoonstelling-block.highlighted-block .highlighted.container .highlighted-box .highlighted-gallery.items-7 .highlighted-item:nth-child(5) {
    width: 100%;
  }
  .tentoonstelling-block.highlighted-block .highlighted.container .highlighted-box .highlighted-gallery.items-7 .highlighted-item:nth-child(6) {
    margin-right: 10px;
  }
  .tentoonstelling-block.highlighted-block .highlighted.container .highlighted-box .highlighted-gallery.items-6 .highlighted-item:nth-child(1) {
    margin-right: 10px;
  }
  .tentoonstelling-block.highlighted-block .highlighted.container .highlighted-box .highlighted-gallery.items-6 .highlighted-item:nth-child(4) {
    width: 100%;
    height: 210px;
  }
  .tentoonstelling-block.highlighted-block .highlighted.container .highlighted-box .highlighted-gallery.items-6 .highlighted-item:nth-child(3), .tentoonstelling-block.highlighted-block .highlighted.container .highlighted-box .highlighted-gallery.items-6 .highlighted-item:nth-child(5) {
    width: 100%;
  }
  .tentoonstelling-block.highlighted-block .highlighted.container .highlighted-box .highlighted-gallery.items-6 .highlighted-item:nth-child(6) {
    width: 100%;
  }
  .tentoonstelling-block.highlighted-block .highlighted.container .highlighted-box .highlighted-gallery.items-5 .highlighted-item:nth-child(1) {
    width: 100%;
    height: 210px;
  }
  .tentoonstelling-block.highlighted-block .highlighted.container .highlighted-box .highlighted-gallery.items-5 .highlighted-item:nth-child(4), .tentoonstelling-block.highlighted-block .highlighted.container .highlighted-box .highlighted-gallery.items-5 .highlighted-item:nth-child(5) {
    height: 210px;
  }
  .tentoonstelling-block.highlighted-block .highlighted.container .highlighted-box .highlighted-gallery.items-5 .highlighted-item:nth-child(4) {
    margin-right: 10px;
  }
  .tentoonstelling-block.highlighted-block .highlighted.container .highlighted-box .highlighted-gallery.items-5 .highlighted-item:nth-child(2), .tentoonstelling-block.highlighted-block .highlighted.container .highlighted-box .highlighted-gallery.items-5 .highlighted-item:nth-child(3) {
    width: 100%;
  }
  .tentoonstelling-block.highlighted-block .highlighted.container .highlighted-box .highlighted-gallery.items-4 .highlighted-item:nth-child(1) {
    width: 100%;
    height: 210px;
  }
  .tentoonstelling-block.highlighted-block .highlighted.container .highlighted-box .highlighted-gallery.items-4 .highlighted-item:nth-child(4) {
    width: 100%;
    height: 210px;
  }
  .tentoonstelling-block.highlighted-block .highlighted.container .highlighted-box .highlighted-gallery.items-4 .highlighted-item:nth-child(2), .tentoonstelling-block.highlighted-block .highlighted.container .highlighted-box .highlighted-gallery.items-4 .highlighted-item:nth-child(3) {
    width: 100%;
  }
  .tentoonstelling-block.highlighted-block .highlighted.container .highlighted-box .highlighted-gallery.items-3 {
    column-count: 2;
  }
  .tentoonstelling-block.highlighted-block .highlighted.container .highlighted-box .highlighted-gallery.items-3 .highlighted-item:nth-child(1) {
    width: 100%;
    height: 210px;
  }
  .tentoonstelling-block.highlighted-block .highlighted.container .highlighted-box .highlighted-gallery.items-3 .highlighted-item:nth-child(2), .tentoonstelling-block.highlighted-block .highlighted.container .highlighted-box .highlighted-gallery.items-3 .highlighted-item:nth-child(3) {
    width: 100%;
  }
  .tentoonstelling-block.highlighted-block .highlighted.container .highlighted-box .highlighted-gallery.items-2 {
    column-count: 2;
  }
  .tentoonstelling-block.highlighted-block .highlighted.container .highlighted-box .highlighted-gallery.items-2 .highlighted-item {
    width: 100%;
    height: 210px;
  }
  .tentoonstelling-block.highlighted-block .highlighted.container .highlighted-box .highlighted-gallery.items-1 {
    column-count: 1;
  }
  .tentoonstelling-block.highlighted-block .highlighted.container .highlighted-box .highlighted-gallery.items-1 .highlighted-item {
    width: 100%;
    height: 210px;
  }

  .footer-donation-newsletter {
    flex-direction: column;
  }

  footer .footer-body .footer-col.middle .menu {
    flex-direction: column;
  }
  footer .footer-body .footer-col.middle .menu .menu-item {
    width: calc(100%) !important;
  }
  footer .footer-body .footer-col.middle .menu .menu-item .sub-menu .menu-item {
    margin: 6px 0 0;
  }

  .contactheader {
    bottom: 100px;
  }

  .related-downloads .downloads .download-item {
    width: 100%;
    display: block;
    margin: 20px 0 !important;
  }

  .tips-container .single-tip {
    width: 100%;
    display: block;
    margin: 20px 0;
  }
  .tips-container .single-tip .tip-image {
    width: 35%;
  }
  .tips-container .single-tip .tip-content {
    width: 50%;
  }

  .page-content, .landingspage-content .page-content {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .filter-group:not(.big-filter) {
    display: block;
  }
  .filter-group:not(.big-filter) .filter {
    display: inline-block;
    padding-right: 5px;
    vertical-align: top;
  }
  .filter-group:not(.big-filter) .search {
    display: inline-block;
    vertical-align: top;
  }
  .filter-group:not(.big-filter) .search input::placeholder {
    color: #666666 !important;
  }

  .topstukken-carrousel.big .topstukken .topstukken-inner .topstukken-col {
    height: calc(100vh - 80px);
  }
  .topstukken-carrousel.big .topstukken .topstukken-inner .topstukken-col .topstuk-item {
    height: calc(25% - 10px);
  }
  .topstukken-carrousel.big .topstukken .topstukken-inner .topstukken-col.item-0 .topstuk-item, .topstukken-carrousel.big .topstukken .topstukken-inner .topstukken-col.item-9 .topstuk-item {
    height: calc(50% - 10px);
  }
  .topstukken-carrousel.big .topstukken .topstukken-inner .topstukken-col.item-0 .topstuk-item:nth-child(2), .topstukken-carrousel.big .topstukken .topstukken-inner .topstukken-col.item-9 .topstuk-item:nth-child(2) {
    height: calc(25% - 10px);
  }
  .topstukken-carrousel.big .topstukken .topstukken-inner .topstukken-col.item-0 .topstuk-item:nth-child(3), .topstukken-carrousel.big .topstukken .topstukken-inner .topstukken-col.item-0 .topstuk-item:nth-child(4), .topstukken-carrousel.big .topstukken .topstukken-inner .topstukken-col.item-9 .topstuk-item:nth-child(3), .topstukken-carrousel.big .topstukken .topstukken-inner .topstukken-col.item-9 .topstuk-item:nth-child(4) {
    height: calc(25% - 10px);
  }
  .topstukken-carrousel.big .topstukken .topstukken-inner .topstukken-col.item-4 .topstuk-item:nth-child(3) {
    height: calc(50% - 10px);
  }
  .topstukken-carrousel.big .topstukken .topstukken-inner .topstukken-col.item-12 .topstuk-item:nth-child(1) {
    height: calc(50% - 10px);
  }

  .page-content .half-page.right .collection-form input, .page-content .half-page.right .collection-form select {
    width: 100%;
    margin: 5px 0 !important;
  }

  .filter-group:not(.big-filter) .filter {
    display: block;
    padding-right: 0;
    width: 100%;
    margin-top: 20px;
  }
  .filter-group:not(.big-filter) .filter select.mobile-filter {
    width: 100%;
    box-sizing: border-box;
  }
  .filter-group:not(.big-filter) .filter:before {
    content: "Navigeer naar:";
    display: block;
    text-align: left;
    font-size: 12px;
    position: relative;
    top: -5px;
  }
  .filter-group:not(.big-filter) .search {
    width: 100%;
  }
  .filter-group:not(.big-filter) .search input {
    text-align: left !important;
    margin-top: 15px;
    box-sizing: border-box;
    width: 100% !important;
    max-width: 100% !important;
  }

  .no-margin-mobile {
    padding-top: 0 !important;
  }

  .lightbox-datumpicker-outer .lightbox-datumpicker {
    padding: 20px 10px;
  }
  .lightbox-datumpicker-outer .lightbox-datumpicker .datumpicker .datumpicker-content {
    padding: 0 10px 10px;
  }
  .lightbox-datumpicker-outer .lightbox-datumpicker .datumpicker .datumpicker-content ul li {
    width: calc(33.33% - 10px);
  }

  .page-template-archive-blog .mobile-filter {
    margin-bottom: 10px;
    margin-left: 0;
  }
  .page-template-archive-blog .search .search-input {
    margin-top: 0 !important;
  }
  .page-template-archive-blog .filter-group:not(.big-filter) .filter:before {
    display: none;
  }
  .page-template-archive-blog .page-content ul {
    padding-left: 0 !important;
  }

  .comment-section {
    display: block !important;
  }
  .comment-section > div {
    width: 100% !important;
  }
  .comment-section .comments {
    margin-top: 40px;
  }
  .comment-section .comment-respond {
    margin-top: 40px;
  }
}
@media screen and (max-width: 500px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 768px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 768px), only screen and (min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min-resolution: 192dpi) and (max-width: 768px), only screen and (min-resolution: 2dppx) and (max-width: 768px) {
  .highlighted-block .highlighted .highlighted-gallery {
    height: 210px;
  }
  .highlighted-block .highlighted .highlighted-gallery.items-4 .highlighted-item {
    height: 95px;
  }
  .highlighted-block .highlighted .highlighted-gallery.items-4 .highlighted-item:nth-child(1), .highlighted-block .highlighted .highlighted-gallery.items-4 .highlighted-item:nth-child(4) {
    height: 200px;
  }
  .highlighted-block .highlighted .highlighted-gallery.items-3 .highlighted-item {
    height: 95px;
  }
  .highlighted-block .highlighted .highlighted-gallery.items-3 .highlighted-item:nth-child(1) {
    height: 200px;
  }
  .highlighted-block .highlighted .highlighted-gallery.items-5 .highlighted-item {
    height: 95px;
  }
  .highlighted-block .highlighted .highlighted-gallery.items-5 .highlighted-item:nth-child(1), .highlighted-block .highlighted .highlighted-gallery.items-5 .highlighted-item:nth-child(4), .highlighted-block .highlighted .highlighted-gallery.items-5 .highlighted-item:nth-child(5) {
    height: 200px;
  }
  .highlighted-block .highlighted .highlighted-gallery.items-6 .highlighted-item {
    height: 95px;
  }
  .highlighted-block .highlighted .highlighted-gallery.items-6 .highlighted-item:nth-child(4) {
    height: 200px;
  }

  h2 {
    font-size: 18px;
  }

  .page-template-page-visit .page-content {
    padding-bottom: 0;
  }

  .flexible-box {
    margin-bottom: 40px;
  }

  .banner .cta-block {
    background-color: #85784e;
    bottom: -20px;
    width: 100%;
    left: 0 !important;
    box-sizing: border-box;
    max-height: 40px;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out;
  }
  .banner .cta-block h3 {
    margin-top: 20px;
  }
  .banner .cta-block .toggle-cta {
    left: 50%;
    transform: translateX(-50%) rotate(270deg);
    right: inherit;
    height: 20px;
    top: 7px;
    padding: 0;
    margin-left: 9px;
  }
  .banner .cta-block.active {
    max-height: 400px;
  }
  .banner .cta-block.active .toggle-cta {
    left: calc(50% - 3.5px);
  }

  .flex-columns .single-column, .flex-columns.flex-landingspage .single-column {
    flex: 1 1 100%;
    margin-right: 0;
    margin-left: 0;
  }

  .text-image-repeater {
    display: flex;
    flex-direction: column-reverse !important;
    padding: 10px 0;
  }
  .text-image-repeater .content, .text-image-repeater .image {
    width: 100%;
    padding: 0 !important;
    margin: 20px 0 !important;
  }
  .text-image-repeater .content img, .text-image-repeater .image img {
    max-width: 100%;
    float: none !important;
  }

  .text-three-columns, .text-two-columns {
    columns: 1;
  }

  .text-three-columns-col .col, .text-two-columns-col .col {
    width: 100% !important;
    margin: 0 !important;
  }

  .grid-header h3 {
    display: block;
  }
  .grid-header a {
    margin-right: 30px;
    margin-left: inherit;
    display: inline-block;
    float: none;
  }

  #mc_embed_signup form .mc-field-group.input-group ul li {
    width: 100%;
  }

  .footer-donation-newsletter {
    margin: 0 -20px !important;
  }
  .footer-donation-newsletter .donation {
    width: calc(100% - 40px) !important;
    padding: 50px 20px !important;
  }
  .footer-donation-newsletter .donation .wrapper {
    max-width: initial !important;
  }
  .footer-donation-newsletter .newsletter {
    width: calc(100% - 40px) !important;
    padding: 50px 20px !important;
  }
  .footer-donation-newsletter .newsletter .wrapper {
    padding: 0 10px;
  }
  .footer-donation-newsletter .newsletter .wrapper #mc_embed_signup form .form-inline input {
    width: 100% !important;
  }
  .footer-donation-newsletter .newsletter .wrapper #mc_embed_signup form #mc-embedded-subscribe {
    position: initial !important;
    margin-top: 20px !important;
    float: none !important;
  }

  .posts-container ul .post-single {
    width: 100%;
    margin: 30px 0 20px !important;
    height: auto !important;
    min-height: 250px;
  }

  body:not(.home) .highlighted-block .highlighted .highlighted-content, body.home .highlighted-block .highlighted .highlighted-content, body.page-template-archive-onderwijs .page-content .highlighted-block .highlighted .highlighted-content {
    width: 100%;
    margin-bottom: 40px;
  }
  body:not(.home) .highlighted-block .highlighted .highlighted-gallery, body.home .highlighted-block .highlighted .highlighted-gallery, body.page-template-archive-onderwijs .page-content .highlighted-block .highlighted .highlighted-gallery {
    width: 100%;
  }
  body:not(.home) .highlighted-block .highlighted .highlighted-gallery.items-3, body.home .highlighted-block .highlighted .highlighted-gallery.items-3, body.page-template-archive-onderwijs .page-content .highlighted-block .highlighted .highlighted-gallery.items-3 {
    columns: 2 !important;
  }

  footer {
    padding: 20px 15px;
  }
  footer .footer-body .footer-col, footer .footer-body .footer-col.middle {
    width: 100% !important;
  }
  footer .footer-body .footer-col:nth-child(1), footer .footer-body .footer-col.middle:nth-child(1) {
    padding-right: 0;
  }
  footer .footer-body .footer-col .menu, footer .footer-body .footer-col.middle .menu {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    margin-top: 0;
  }
  footer .footer-body .footer-col .menu .menu-item-has-children, footer .footer-body .footer-col.middle .menu .menu-item-has-children {
    -ms-word-break: break-word;
    word-break: break-word;
  }

  header {
    padding: 20px 15px;
    height: 80px;
  }
  header nav {
    transition: all 0s ease-in-out;
  }
  header nav .full-menu-button {
    height: 40px;
    width: 40px;
  }
  header nav .button-wc {
    transition: all 0s ease-in-out;
  }
  header nav .logo {
    margin-left: 5px;
    width: 35px;
  }
  header nav .logo img {
    height: 40px;
    width: 203px;
  }
  header nav .logo.big img {
    height: 40px;
    width: 203px;
  }
  header nav.hide {
    display: none;
  }
  header nav.right-menu form input:not([type=checkbox]):not([type=radio]) {
    float: right;
    height: 44px !important;
    color: transparent;
    transition: all 0s ease-in-out;
  }
  header nav.right-menu form input:not([type=checkbox]):not([type=radio]):focus {
    position: absolute;
    right: 58px;
    width: calc(100% - 58px);
    float: right;
    color: white;
  }
  header nav.right-menu.old-version {
    position: absolute;
    right: 20px;
    top: 17px;
  }
  header nav.right-menu.old-version.full-width {
    width: calc(100% - 40px);
  }
  header nav.right-menu.old-version a.button-wc.visit {
    position: absolute;
    right: 116px;
  }
  header nav.right-menu.old-version a.button-wc.visit span {
    display: none;
  }
  header nav.right-menu.old-version a.button-wc.visit:after {
    position: relative;
    top: 2px;
    content: "\f3ff";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 16px;
  }
  header nav.right-menu.old-version form {
    margin-right: 58px;
  }
  header nav.right-menu.old-version form input:not([type=checkbox]):not([type=radio]) {
    width: 46px !important;
    height: 46px !important;
    padding-right: 27px;
    background-position: calc(100% - 13px) center;
  }
  header nav.right-menu.old-version form input:not([type=checkbox]):not([type=radio])::placeholder {
    color: transparent;
  }
  header nav.right-menu.old-version form input:not([type=checkbox]):not([type=radio]):focus {
    position: absolute;
    right: 58px;
    width: calc(100% - 58px) !important;
    float: right;
    color: white;
  }
  header nav.right-menu.old-version .lang-select {
    position: absolute;
    right: 0;
    width: 46px !important;
    height: 46px !important;
    font-size: 0;
    color: transparent;
    background-image: none !important;
  }
  header nav.right-menu.old-version .lang-select:after {
    position: absolute;
    top: 11px;
    right: 13px;
    font-size: 16px;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: white;
    content: "\f0ac" !important;
  }
  header .super-menu .menu {
    max-width: calc(100% - 30px);
    padding: 90px 15px 50px;
    -webkit-column-count: 1 !important;
    -moz-column-count: 1 !important;
    column-count: 1 !important;
  }
  header .super-menu .menu:before {
    height: 100px;
    width: 100vw;
    background: linear-gradient(#282828 50%, transparent);
    display: block;
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
  }
  header .super-menu .menu .menu-item-has-children {
    margin-top: 0;
  }
  header.english {
    padding: 44px 20px 30px !important;
  }
  header.english .left-menu.old-version {
    width: calc(100% - 240px) !important;
  }
  header.english .super-menu.active:not(.mega) {
    top: 0;
    width: 100svh;
    max-width: 100svh;
    height: 100svh;
    transform: none;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  header.english .super-menu.active:not(.mega) .menu {
    top: 0;
    left: 0;
    margin-left: 10px;
    position: relative;
    transform: none;
  }

  .text-two-columns {
    columns: 1;
  }

  .container, .small-container, .video-container {
    width: calc(100% - 30px);
  }

  .video-container {
    height: 280px;
  }
  .video-container .yt-video {
    height: calc(100% - 86px);
  }

  .filter-group .month-buttons {
    width: calc(100% - 55px);
  }
  .filter-group .month-buttons .button.big {
    padding: 1px 15px;
    width: 45px;
  }

  .page-content, .landingspage-content .page-content {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .tentoonstellingen, .agenda-container {
    margin-top: 20px;
  }

  .search form input:not([type=checkbox]):not([type=radio]) {
    width: 45px;
    padding: inherit;
    padding-right: 28px;
    padding-left: 15px;
    float: right;
    background-position: calc(100% - 13px) center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .search form input:not([type=checkbox]):not([type=radio])::placeholder {
    color: transparent;
  }
  .search form input:not([type=checkbox]):not([type=radio]):focus {
    width: calc(100vw - 30px) !important;
  }

  .full-width-mobile .search form input:not([type=checkbox]):not([type=radio]):focus {
    width: 100vw !important;
  }
  .full-width-mobile .search form input:not([type=checkbox]):not([type=radio]):focus::placeholder {
    color: inherit;
  }

  .banner .outer-slider .inner-slider .slide .title-block {
    bottom: 120px;
  }
  .banner .outer-slider .inner-slider .slide .title-block h1, .banner .outer-slider .inner-slider .slide .title-block h2 {
    font-size: 40px;
  }
  .banner .outer-slider .inner-slider .slide .title-block h1.medium, .banner .outer-slider .inner-slider .slide .title-block h2.medium {
    font-size: 34px;
  }
  .banner .outer-slider .inner-slider .slide .title-block h1.small, .banner .outer-slider .inner-slider .slide .title-block h2.small {
    font-size: 24px;
  }
  .banner .outer-slider .inner-slider .slide .title-block p {
    font-size: 20px;
    margin-top: 10px;
  }
  .banner .outer-slider .inner-slider .slide .title-block.lower {
    bottom: 20%;
  }
  .banner .outer-slider .inner-slider .slide .title-block .button {
    margin: 10px 5px 0;
  }
  .banner .outer-slider .inner-slider .slide .title-block .blog-title-block h1, .banner .outer-slider .inner-slider .slide .title-block .blog-title-block h2 {
    font-size: 7vw !important;
  }
  .banner .outer-slider .inner-slider .slide .title-block .blog-title-block p {
    font-size: 16px;
  }

  .banner.tentoonstelling-banner .outer-slider .inner-slider .slide .title-block {
    bottom: 60px;
  }

  .banner .social-block, .topstuk-carousel-container .social-block {
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
  }
  .banner .social-block a, .topstuk-carousel-container .social-block a {
    float: inherit;
    margin: 0 10px;
  }

  .topstuk-carousel .owl-dots {
    position: relative;
    text-align: center;
    bottom: 30px;
    right: 0;
  }
  .topstuk-carousel .owl-dots .owl-dot {
    margin: 0 8px;
  }

  .topstuk-carousel-container .social-block {
    display: none;
  }

  .woocommerce div.product .product_title, .page-content h1 {
    font-size: 24px !important;
  }

  .woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
    float: none !important;
    display: block !important;
    width: 140px !important;
    margin-bottom: 10px !important;
  }

  .banner .scroll-down {
    bottom: 25px;
  }

  .bibliotheek-results ul {
    width: 100%;
    padding: 0 !important;
  }

  /* Blog */
  .single-post .flexible-box .fleximage img {
    position: initial !important;
  }

  .author-info {
    width: calc(100% - 30px);
    padding: 0 15px;
    display: block;
  }
  .author-info .photo {
    width: 100%;
    height: auto;
    padding-bottom: 98%;
  }
  .author-info .txt {
    width: 100%;
    padding-top: 20px;
  }
}
@media screen and (max-width: 450px) {
  .banner .outer-slider .inner-slider .slide .title-block h1, .banner .outer-slider .inner-slider .slide .title-block h2 {
    font-size: 24px;
  }
  .banner .outer-slider .inner-slider .slide .title-block h1.medium, .banner .outer-slider .inner-slider .slide .title-block h2.medium {
    font-size: 20px;
  }
  .banner .outer-slider .inner-slider .slide .title-block h1.small, .banner .outer-slider .inner-slider .slide .title-block h2.small {
    font-size: 18px;
  }
  .banner .outer-slider .inner-slider .slide .title-block p {
    font-size: 16px;
  }
  .banner .outer-slider .inner-slider .slide .title-block .blog-title-block h1, .banner .outer-slider .inner-slider .slide .title-block .blog-title-block h2 {
    font-size: 7vw !important;
  }
  .banner .outer-slider .inner-slider .slide .title-block .blog-title-block p {
    font-size: 16px;
  }

  .lightbox-datumpicker-outer .lightbox-datumpicker .datumpicker .datumpicker-content ul li {
    width: calc(50% - 10px);
  }

  .banner .outer-slider .inner-slider .slide .lendoutcount {
    margin-left: -40px;
    width: 100vw;
    text-align: center;
    background-position: center;
  }
  .banner .outer-slider .inner-slider .slide .lendoutcount div {
    width: 234px;
    margin: 0 auto;
    text-align: right;
    padding-right: 0;
  }

  .banner .outer-slider .inner-slider .slide .countdowntimer {
    transform: scale(0.8);
    margin-bottom: 0;
  }
}
@media screen and (max-width: 400px) {
  .flexible-box .fleximage {
    min-height: 200px;
  }

  footer .footer-head {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 20px 20px;
  }
  footer .footer-head .logo-rmo {
    display: none;
  }
  footer .footer-body .footer-col.middle .menu {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }

  .related-downloads .downloads .download-item .download-container .content {
    width: 100%;
    padding: 20px 0;
  }

  header nav .logo {
    width: 25px;
    overflow: hidden;
    display: inline-block;
  }
  header nav .logo img {
    height: 40px;
    width: 180px;
    max-width: 180px;
  }
  header nav .logo.big img {
    height: 40px;
  }

  /* Woocommerce coupon */
  .woocommerce-cart-form .coupon .button, .woocommerce-cart-form .coupon .input-text {
    width: 100% !important;
  }
  .woocommerce-cart-form .coupon .button.input-text, .woocommerce-cart-form .coupon .input-text.input-text {
    margin-bottom: 8px !important;
  }

  .woocommerce-cart table.cart td.actions .coupon .input-text {
    text-align: center !important;
  }

  .woocommerce-cart-form .button.update_cart {
    width: calc(100% - 30px) !important;
  }

  /* Donation */
  .widget_wc-donation-widget .row1 .wc-label-button {
    padding: 0 !important;
  }
}

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