/* CSS ENHANCEMENTS */
/* line 5, https://www.historiehuis.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
#slickcarousel.empty {
  display: none;
}
@media screen and (min-height: 320px) {
  /* line 17, https://www.historiehuis.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
  #slickcarousel {
    height: 300px;
  }
}
@media screen and (min-height: 600px) and (min-width: 768px) {
  /* line 23, https://www.historiehuis.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
  #slickcarousel {
    height: 454px;
  }
}
@media screen and (min-height: 700px) {
  /* line 29, https://www.historiehuis.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
  #slickcarousel {
    height: 660px;
  }
}
@media screen and (min-height: 700px) and (max-width: 767px) {
  /* line 35, https://www.historiehuis.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
  #slickcarousel {
    height: 482px;
  }
}
@media screen and (min-height: 900px) {
  /* line 41, https://www.historiehuis.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
  #slickcarousel {
    height: 640px;
  }
}
@media screen and (max-width: 1024px) and (min-height: 900px) {
  /* line 47, https://www.historiehuis.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
  #slickcarousel {
    height: 482px;
  }
}
/* line 52, https://www.historiehuis.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
#slickcarousel {
  position: relative;
  margin-bottom: 80px;
  margin-left: 0px;
  margin-right: 0px;
  min-height: 200px;
}
/* line 61, https://www.historiehuis.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
.carousel-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
/* line 69, https://www.historiehuis.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
.slideshow-wrapper,
.slick-list,
.slick-track {
  height: 100%;
}
/* line 75, https://www.historiehuis.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
.slideshow-wrapper {
  visibility: hidden;
}
/* line 79, https://www.historiehuis.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
.slideshow-wrapper.slick-initialized {
  visibility: visible;
}
/* line 83, https://www.historiehuis.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
.carousel-image-wrapper {
  height: 100%;
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
/* line 91, https://www.historiehuis.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
.carousel-image-wrapper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
/* Fix Plone styles */
/* line 99, https://www.historiehuis.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
.slick-prev:before,
.slick-next:before {
  color: #4d4d4d !important;
}
/* line 103, https://www.historiehuis.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  box-shadow: none !important;
}
/* line 110, https://www.historiehuis.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
.slick-prev:focus:active,
.slick-next:focus:active {
  outline: 0px !important;
}
/* INTK features */
/* line 118, https://www.historiehuis.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
#slickcarousel .slick-prev,
#slickcarousel .slick-next {
  width: 80px;
  height: 80px;
  margin-top: 0px;
  opacity: 0;
  transition: opacity 0.2s ease-in;
  text-shadow: none;
}
/* line 128, https://www.historiehuis.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
#slickcarousel .slideshow-wrapper.image-contain .carousel-item {
  padding-bottom: 80px;
  padding-top: 94px;
}
/* line 133, https://www.historiehuis.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
#slickcarousel .slideshow-wrapper.image-contain .carousel-image-wrapper {
  background-size: contain;
}
/* line 137, https://www.historiehuis.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
#slickcarousel .slideshow-wrapper.image-contain .carousel-image-wrapper img {
  object-fit: contain;
}
/* line 142, https://www.historiehuis.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
#slickcarousel .slick-list {
  z-index: 0;
}
/* line 146, https://www.historiehuis.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
#slickcarousel .slick-prev,
#slickcarousel .wrap-prev,
#slickcarousel .slick-next,
#slickcarousel .wrap-next {
  z-index: 1;
}
/* line 150, https://www.historiehuis.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
#slickcarousel .slick-prev {
  background: url("../++resource++collective.slickcarousel/css/++resource++collective.slickcarousel/arrow-left.svg") no-repeat 27px !important;
  background-position: 50% 50%;
  background-size: 20px 20px;
  left: 0;
  opacity: 1;
  top: 0;
}
/* line 158, https://www.historiehuis.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
#slickcarousel .slick-prev:active {
  border: none !important;
  outline: none !important;
}
/* line 163, https://www.historiehuis.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
#slickcarousel .slick-prev:before {
  content: "";
}
/* line 168, https://www.historiehuis.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
#slickcarousel .slick-next {
  background: url("../++resource++collective.slickcarousel/css/++resource++collective.slickcarousel/arrow-right.svg") no-repeat 30px !important;
  background-position: 50% 50%;
  background-size: 20px 20px;
  right: 0;
  opacity: 1;
  top: 0;
}
/* line 176, https://www.historiehuis.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
#slickcarousel .slick-next:active {
  border: none !important;
  outline: none !important;
}
/* line 181, https://www.historiehuis.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
#slickcarousel .slick-next:before {
  content: "";
}
/* line 186, https://www.historiehuis.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
#slickcarousel .wrap-next,
#slickcarousel .wrap-prev {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 50%;
  margin-top: -50px;
  background-color: rgba(232, 31, 45, 0.6);
  opacity: 1;
  transition: opacity 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
/* line 201, https://www.historiehuis.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
#slickcarousel .wrap-next {
  right: 0;
}
/* line 205, https://www.historiehuis.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
#slickcarousel .wrap-prev {
  left: 0;
}
/* line 210, https://www.historiehuis.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
#slickcarousel .wrap-prev:hover,
#slickcarousel .wrap-next:hover,
#slickcarousel .wrap-prev:focus,
#slickcarousel .wrap-next:focus,
#slickcarousel .wrap-prev:active:focus,
#slickcarousel .wrap-next:active:focus {
  opacity: 1;
  background-color: rgba(232, 31, 45, 0.6);
  background-color: #E81F2D;
}
@media (max-width: 468px) {
  /* line 220, https://www.historiehuis.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
  #slickcarousel .slick-prev,
  #slickcarousel .slick-next,
  #slickcarousel .wrap-prev,
  #slickcarousel .wrap-next {
    width: 40px;
    height: 40px;
  }
  /* line 228, https://www.historiehuis.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
  #slickcarousel .wrap-prev,
  #slickcarousel .wrap-next {
    margin-top: -20px;
  }
  /* line 233, https://www.historiehuis.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
  #slickcarousel .slick-next {
    background: url("../++resource++collective.slickcarousel/css/++resource++collective.slickcarousel/arrow-right.svg") no-repeat 10px !important;
  }
  /* line 237, https://www.historiehuis.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
  #slickcarousel .slick-prev {
    background: url("../++resource++collective.slickcarousel/css/++resource++collective.slickcarousel/arrow-left.svg") no-repeat 10px !important;
  }
}
/* line 242, https://www.historiehuis.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
#slickcarousel .carousel-item.video-slide iframe {
  width: 100%;
  height: 100%;
}
/* line 248, https://www.historiehuis.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
#slickcarousel .slideshow-wrapper.initial-slide .wrap-next,
#slickcarousel .slideshow-wrapper.initial-slide .wrap-prev {
  opacity: 1;
}
/* line 252, https://www.historiehuis.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
#slickcarousel .slideshow-wrapper.initial-slide #slideshow-controls {
  opacity: 1;
}
/* line 258, https://www.historiehuis.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
#slickcarousel .slideshow-wrapper.playing-slide .slick-prev,
#slickcarousel .slideshow-wrapper.playing-slide .slick-next,
#slickcarousel .slideshow-wrapper.playing-slide .wrap-next,
#slickcarousel .slideshow-wrapper.playing-slide .wrap-prev,
#slickcarousel .slideshow-wrapper.playing-slide #slideshow-controls {
  opacity: 0;
}
/* line 264, https://www.historiehuis.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
#slickcarousel .slideshow-wrapper.forward .wrap-prev {
  opacity: 0;
}
/* line 268, https://www.historiehuis.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
#slickcarousel .slideshow-wrapper.forward .wrap-next {
  opacity: 1;
}
/* line 273, https://www.historiehuis.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
#slickcarousel .slideshow-wrapper.forward:not(.image-contain) #slideshow-controls {
  opacity: 0;
}
/* line 280, https://www.historiehuis.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
#slickcarousel .slideshow-wrapper.backward .wrap-prev {
  opacity: 1;
}
/* line 284, https://www.historiehuis.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
#slickcarousel .slideshow-wrapper.backward .wrap-next {
  opacity: 0;
}
/* line 289, https://www.historiehuis.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
#slickcarousel .slideshow-wrapper.backward:not(.image-contain) #slideshow-controls {
  opacity: 0;
}
/* line 299, https://www.historiehuis.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
#slickcarousel .overlay-image {
  width: 100%;
  height: 100%;
}
/* line 306, https://www.historiehuis.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
body.mobile:not(.portaltype-portlet-page) #slickcarousel .wrap-next,
body.mobile:not(.portaltype-portlet-page) #slickcarousel .wrap-prev {
  opacity: 1 !important;
}
/* line 312, https://www.historiehuis.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
body.mobile .slideshow-wrapper.moved .wrap-next,
body.mobile .slideshow-wrapper.moved .wrap-prev {
  opacity: 1 !important;
}
/* line 318, https://www.historiehuis.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
body.mobile .slideshow-wrapper.playing-slide .slick-prev,
body.mobile .slideshow-wrapper.playing-slide .slick-next,
body.mobile .slideshow-wrapper.playing-slide .wrap-next,
body.mobile .slideshow-wrapper.playing-slide .wrap-prev {
  opacity: 0 !important;
}
/* line 323, https://www.historiehuis.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
#slickcarousel .carousel-image-wrapper.ie-object-fit img {
  display: none !important;
}
/* line 328, https://www.historiehuis.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
#slickcarousel .carousel-wrapper.moved div.on-display-wrapper {
  opacity: 0;
}
/* line 335, https://www.historiehuis.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
body.portaltype-object:not(.userrole-authenticated).slideshow-empty .intro-header {
  height: 0px !important;
  display: none;
}
/* line 340, https://www.historiehuis.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
body.portaltype-object:not(.userrole-authenticated).slideshow-empty .page-container {
  display: block !important;
  padding-top: 150px;
}
@media (max-width: 768px) {
  /* line 344, https://www.historiehuis.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
  body.portaltype-object:not(.userrole-authenticated).slideshow-empty .page-container {
    padding-top: 75px;
  }
}
/* line 349, https://www.historiehuis.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
body.portaltype-object:not(.userrole-authenticated).slideshow-empty #object-title {
  display: block;
}
/* line 356, https://www.historiehuis.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
#slickcarousel .popover-content {
  font-size: 1.000em;
  font-weight: 400;
  color: #666666;
  padding: 20px;
}
/* line 363, https://www.historiehuis.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
#slickcarousel .popover-title {
  padding: 10px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #242424;
  border-bottom: 0px solid #666666;
  padding-top: 15px;
}
/* line 372, https://www.historiehuis.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
#slickcarousel h3.popover-title {
  color: #ffffff !important;
  margin-top: 0px !important;
}
/* line 377, https://www.historiehuis.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
#slickcarousel .popover-content {
  background-color: #242424;
  padding: 10px;
  padding-top: 0px;
}
/* line 383, https://www.historiehuis.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
#slickcarousel .popover.top > .arrow:after {
  border-top-color: #242424;
}
/* line 387, https://www.historiehuis.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
#slickcarousel .popover.bottom > .arrow:after {
  border-bottom-color: #242424;
}
/* line 391, https://www.historiehuis.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
#slickcarousel .popover-content .row {
  padding: 5px;
  margin-right: 0px;
  margin-left: 0px;
}
/* line 397, https://www.historiehuis.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
#slickcarousel .popover {
  padding: 0px;
  border: 1px solid #242424;
}
/* line 402, https://www.historiehuis.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
#slickcarousel .facebook-row {
  padding-bottom: 10px !important;
}
/* line 406, https://www.historiehuis.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
#slickcarousel .slideshow-wrapper {
  overflow: hidden;
}

/* line 3, https://www.historiehuis.nl/++plone++dropdown/dropdown.less */
.plone-navbar-nav li {
  /*&:hover > .submenu {
    display: block;
  }*/
}
/* line 8, https://www.historiehuis.nl/++plone++dropdown/dropdown.less */
.plone-navbar-nav li .submenu {
  background-color: #007bb3;
  list-style: none;
  padding-left: 0;
  padding-bottom: 0;
  position: absolute;
  z-index: 9999;
}
/* line 15, https://www.historiehuis.nl/++plone++dropdown/dropdown.less */
.plone-navbar-nav li .submenu a {
  color: white;
  display: block;
  line-height: 20px;
  min-width: 14em;
  padding: 15px 10px 15px 12px;
  position: relative;
}
/* line 22, https://www.historiehuis.nl/++plone++dropdown/dropdown.less */
.plone-navbar-nav li .submenu a:hover {
  background-color: #9abdd6;
  text-decoration: none;
}
/* line 26, https://www.historiehuis.nl/++plone++dropdown/dropdown.less */
.plone-navbar-nav li .submenu a:before {
  margin-right: 10px;
}
/* line 29, https://www.historiehuis.nl/++plone++dropdown/dropdown.less */
.plone-navbar-nav li .submenu a .submenu_image {
  float: right;
}
/* line 33, https://www.historiehuis.nl/++plone++dropdown/dropdown.less */
.plone-navbar-nav li .submenu li {
  position: relative;
  float: left;
}
/* line 36, https://www.historiehuis.nl/++plone++dropdown/dropdown.less */
.plone-navbar-nav li .submenu li:hover ul {
  top: 0;
  left: 100%;
}
/*@media (max-width: 768px) {
  .plone-navbar-nav li {
    .submenu {
      display: none;
    }
    &:hover > .submenu {
      display: none;
    }
  }
}*/

/* * * * * * * * * * * */
/* Object specific CSS */
/* * * * * * * * * * * */
/* line 7, https://www.historiehuis.nl/++plone++collective.object/css/custom.less */
#object-fields .object-label {
  clear: both;
}
/* line 11, https://www.historiehuis.nl/++plone++collective.object/css/custom.less */
#object-fields .object-value a {
  border-bottom: 0px !important;
  text-decoration: underline !important;
}
/* line 15, https://www.historiehuis.nl/++plone++collective.object/css/custom.less */
#object-fields .object-value a:hover,
#object-fields .object-value a:active,
#object-fields .object-value a:focus,
#object-fields .object-value a:active:focus {
  border-bottom: 0px !important;
  text-decoration: none !important;
}
/* line 24, https://www.historiehuis.nl/++plone++collective.object/css/custom.less */
#object-fields .object-label,
#object-fields .object-value {
  margin-bottom: 10px;
}
/* line 29, https://www.historiehuis.nl/++plone++collective.object/css/custom.less */
body.portaltype-object p.record-extra-info {
  font-size: 16px !important;
}
/* line 32, https://www.historiehuis.nl/++plone++collective.object/css/custom.less */
body.portaltype-object p.record-extra-info span.grey {
  color: #666666 !important;
}
/* line 40, https://www.historiehuis.nl/++plone++collective.object/css/custom.less */
body.portaltype-object #object-fields .object-value ul {
  font-family: 'FranklinBook', Arial, sans-serif;
  font-size: 1.188em;
  line-height: 37px;
  letter-spacing: 0.05em;
  color: #000000;
  -webkit-padding-start: 17px;
}
/* line 49, https://www.historiehuis.nl/++plone++collective.object/css/custom.less */
body.portaltype-object #object-fields .object-value,
body.portaltype-object #object-fields .object-label {
  padding-top: 20px;
}
/* line 54, https://www.historiehuis.nl/++plone++collective.object/css/custom.less */
body.portaltype-object a.doc-more-info {
  text-decoration: underline !important;
}
/* line 57, https://www.historiehuis.nl/++plone++collective.object/css/custom.less */
body.portaltype-object a.doc-more-info span {
  text-decoration: underline !important;
}
/* line 63, https://www.historiehuis.nl/++plone++collective.object/css/custom.less */
body.portaltype-object a.doc-more-info[aria-expanded='true'] span.ariaexpanded {
  display: block !important;
}
/* line 67, https://www.historiehuis.nl/++plone++collective.object/css/custom.less */
body.portaltype-object a.doc-more-info[aria-expanded='true'] span.notariaexpanded {
  display: none !important;
}
/* line 74, https://www.historiehuis.nl/++plone++collective.object/css/custom.less */
body.portaltype-object a.doc-more-info[aria-expanded='false'] span.ariaexpanded {
  display: none !important;
}
/* line 78, https://www.historiehuis.nl/++plone++collective.object/css/custom.less */
body.portaltype-object a.doc-more-info[aria-expanded='false'] span.notariaexpanded {
  display: block !important;
}
/* line 83, https://www.historiehuis.nl/++plone++collective.object/css/custom.less */
body.portaltype-object #slickcarousel .carousel-wrapper .title-wrapper {
  display: none !important;
}
/* line 87, https://www.historiehuis.nl/++plone++collective.object/css/custom.less */
body.portaltype-object .slick-slider {
  margin-bottom: 0px !important;
}
/* line 91, https://www.historiehuis.nl/++plone++collective.object/css/custom.less */
body.portaltype-object #global_statusmessage {
  display: none !important;
}
/* line 95, https://www.historiehuis.nl/++plone++collective.object/css/custom.less */
body.portaltype-object #object-fields div.object-label p {
  font-family: 'circularBold', Arial, sans-serif !important;
}
@media (min-width: 992px) {
  /* line 101, https://www.historiehuis.nl/++plone++collective.object/css/custom.less */
  body.frontend.portaltype-object #content-core {
    width: 100%;
    max-width: 800px;
    margin-left: 20%;
  }
}
@media (max-width: 768px) {
  /* line 110, https://www.historiehuis.nl/++plone++collective.object/css/custom.less */
  body.portaltype-object #object-fields div.object-value {
    margin-bottom: 15px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 0px !important;
  }
  /* line 117, https://www.historiehuis.nl/++plone++collective.object/css/custom.less */
  body.portaltype-object #object-fields div.object-label {
    margin-bottom: 0px !important;
    padding-top: 0px !important;
  }
  /* line 121, https://www.historiehuis.nl/++plone++collective.object/css/custom.less */
  body.portaltype-object #object-fields div.object-label p {
    font-size: 1.250em !important;
  }
}
/* line 127, https://www.historiehuis.nl/++plone++collective.object/css/custom.less */
body.portaltype-object #slide-description {
  display: none !important;
}

/* bundle less file that will be compiled into tango-compiled.css */
/* ### PLONE IMPORTS ### */
/* Font families */
/*@import "@{barceloneta-fonts}";*/
/* Core variables and mixins */
/*@import "@{barceloneta-mixin-gridframework}";
@import "@{barceloneta-mixin-grid}";*/
/* Reset and dependencies */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/* line 9, https://www.historiehuis.nl/++theme++barceloneta/less/normalize.plone.less */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
/* line 19, https://www.historiehuis.nl/++theme++barceloneta/less/normalize.plone.less */
body {
  margin: 0;
}
/* line 32, https://www.historiehuis.nl/++theme++barceloneta/less/normalize.plone.less */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}
/* line 51, https://www.historiehuis.nl/++theme++barceloneta/less/normalize.plone.less */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
/* line 64, https://www.historiehuis.nl/++theme++barceloneta/less/normalize.plone.less */
audio:not([controls]) {
  display: none;
  height: 0;
}
/* line 74, https://www.historiehuis.nl/++theme++barceloneta/less/normalize.plone.less */
[hidden],
template {
  display: none;
}
/* line 86, https://www.historiehuis.nl/++theme++barceloneta/less/normalize.plone.less */
a {
  background: transparent;
}
/* line 94, https://www.historiehuis.nl/++theme++barceloneta/less/normalize.plone.less */
a:active,
a:hover {
  outline: 0;
}
/* line 106, https://www.historiehuis.nl/++theme++barceloneta/less/normalize.plone.less */
abbr[title] {
  border-bottom: 1px dotted;
}
/* line 114, https://www.historiehuis.nl/++theme++barceloneta/less/normalize.plone.less */
b,
strong {
  font-weight: bold;
}
/* line 123, https://www.historiehuis.nl/++theme++barceloneta/less/normalize.plone.less */
dfn {
  font-style: italic;
}
/* line 132, https://www.historiehuis.nl/++theme++barceloneta/less/normalize.plone.less */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* line 141, https://www.historiehuis.nl/++theme++barceloneta/less/normalize.plone.less */
mark {
  background: #ff0;
  color: #000;
}
/* line 150, https://www.historiehuis.nl/++theme++barceloneta/less/normalize.plone.less */
small {
  font-size: 80%;
}
/* line 158, https://www.historiehuis.nl/++theme++barceloneta/less/normalize.plone.less */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
/* line 166, https://www.historiehuis.nl/++theme++barceloneta/less/normalize.plone.less */
sup {
  top: -0.5em;
}
/* line 170, https://www.historiehuis.nl/++theme++barceloneta/less/normalize.plone.less */
sub {
  bottom: -0.25em;
}
/* line 181, https://www.historiehuis.nl/++theme++barceloneta/less/normalize.plone.less */
img {
  border: 0;
}
/* line 189, https://www.historiehuis.nl/++theme++barceloneta/less/normalize.plone.less */
svg:not(:root) {
  overflow: hidden;
}
/* line 200, https://www.historiehuis.nl/++theme++barceloneta/less/normalize.plone.less */
figure {
  margin: 1em 40px;
}
/* line 208, https://www.historiehuis.nl/++theme++barceloneta/less/normalize.plone.less */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/* line 218, https://www.historiehuis.nl/++theme++barceloneta/less/normalize.plone.less */
pre {
  overflow: auto;
}
/* line 226, https://www.historiehuis.nl/++theme++barceloneta/less/normalize.plone.less */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* line 249, https://www.historiehuis.nl/++theme++barceloneta/less/normalize.plone.less */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
/* line 263, https://www.historiehuis.nl/++theme++barceloneta/less/normalize.plone.less */
button {
  overflow: visible;
}
/* line 274, https://www.historiehuis.nl/++theme++barceloneta/less/normalize.plone.less */
button,
select {
  text-transform: none;
}
/* line 287, https://www.historiehuis.nl/++theme++barceloneta/less/normalize.plone.less */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
/* line 299, https://www.historiehuis.nl/++theme++barceloneta/less/normalize.plone.less */
button[disabled],
html input[disabled] {
  cursor: default;
}
/* line 308, https://www.historiehuis.nl/++theme++barceloneta/less/normalize.plone.less */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* line 319, https://www.historiehuis.nl/++theme++barceloneta/less/normalize.plone.less */
input {
  line-height: normal;
}
/* line 331, https://www.historiehuis.nl/++theme++barceloneta/less/normalize.plone.less */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
/* line 343, https://www.historiehuis.nl/++theme++barceloneta/less/normalize.plone.less */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/* line 354, https://www.historiehuis.nl/++theme++barceloneta/less/normalize.plone.less */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
/* line 367, https://www.historiehuis.nl/++theme++barceloneta/less/normalize.plone.less */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/* line 376, https://www.historiehuis.nl/++theme++barceloneta/less/normalize.plone.less */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/* line 387, https://www.historiehuis.nl/++theme++barceloneta/less/normalize.plone.less */
legend {
  border: 0;
  padding: 0;
}
/* line 396, https://www.historiehuis.nl/++theme++barceloneta/less/normalize.plone.less */
textarea {
  overflow: auto;
}
/* line 405, https://www.historiehuis.nl/++theme++barceloneta/less/normalize.plone.less */
optgroup {
  font-weight: bold;
}
/* line 416, https://www.historiehuis.nl/++theme++barceloneta/less/normalize.plone.less */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* line 421, https://www.historiehuis.nl/++theme++barceloneta/less/normalize.plone.less */
td,
th {
  padding: 0;
}
@media print {
  /* line 8, https://www.historiehuis.nl/++theme++barceloneta/less/print.plone.less */
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  /* line 15, https://www.historiehuis.nl/++theme++barceloneta/less/print.plone.less */
  a,
  a:visited {
    text-decoration: underline;
  }
  /* line 20, https://www.historiehuis.nl/++theme++barceloneta/less/print.plone.less */
  a[href]:after {
    content: " (" attr(href) ")";
  }
  /* line 24, https://www.historiehuis.nl/++theme++barceloneta/less/print.plone.less */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* line 29, https://www.historiehuis.nl/++theme++barceloneta/less/print.plone.less */
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  /* line 34, https://www.historiehuis.nl/++theme++barceloneta/less/print.plone.less */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /* line 40, https://www.historiehuis.nl/++theme++barceloneta/less/print.plone.less */
  thead {
    display: table-header-group;
  }
  /* line 44, https://www.historiehuis.nl/++theme++barceloneta/less/print.plone.less */
  tr,
  img {
    page-break-inside: avoid;
  }
  /* line 49, https://www.historiehuis.nl/++theme++barceloneta/less/print.plone.less */
  img {
    max-width: 100% !important;
  }
  /* line 53, https://www.historiehuis.nl/++theme++barceloneta/less/print.plone.less */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 60, https://www.historiehuis.nl/++theme++barceloneta/less/print.plone.less */
  h2,
  h3 {
    page-break-after: avoid;
  }
  /* line 67, https://www.historiehuis.nl/++theme++barceloneta/less/print.plone.less */
  select {
    background: #fff !important;
  }
  /* line 72, https://www.historiehuis.nl/++theme++barceloneta/less/print.plone.less */
  .navbar {
    display: none;
  }
  /* line 76, https://www.historiehuis.nl/++theme++barceloneta/less/print.plone.less */
  .table td,
  .table th {
    background-color: #fff !important;
  }
  /* line 83, https://www.historiehuis.nl/++theme++barceloneta/less/print.plone.less */
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  /* line 87, https://www.historiehuis.nl/++theme++barceloneta/less/print.plone.less */
  .label {
    border: 1px solid #000;
  }
  /* line 91, https://www.historiehuis.nl/++theme++barceloneta/less/print.plone.less */
  .table {
    border-collapse: collapse !important;
  }
  /* line 95, https://www.historiehuis.nl/++theme++barceloneta/less/print.plone.less */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
  /* line 101, https://www.historiehuis.nl/++theme++barceloneta/less/print.plone.less */
  #portal-searchbox {
    display: None;
  }
  /* line 105, https://www.historiehuis.nl/++theme++barceloneta/less/print.plone.less */
  #portal-personaltools {
    display: None;
  }
  /* line 109, https://www.historiehuis.nl/++theme++barceloneta/less/print.plone.less */
  #portal-breadcrumbs {
    display: None;
  }
}
/* Core CSS */
/* line 4, https://www.historiehuis.nl/++theme++barceloneta/less/scaffolding.plone.less */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 7, https://www.historiehuis.nl/++theme++barceloneta/less/scaffolding.plone.less */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 14, https://www.historiehuis.nl/++theme++barceloneta/less/scaffolding.plone.less */
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* line 19, https://www.historiehuis.nl/++theme++barceloneta/less/scaffolding.plone.less */
body {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42857143;
  color: #4d4d4d;
  background-color: #fafafa;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 31, https://www.historiehuis.nl/++theme++barceloneta/less/scaffolding.plone.less */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
/* line 43, https://www.historiehuis.nl/++theme++barceloneta/less/scaffolding.plone.less */
a {
  color: #007bb3;
  text-decoration: none;
}
/* line 47, https://www.historiehuis.nl/++theme++barceloneta/less/scaffolding.plone.less */
a:hover,
a:focus {
  color: #004666;
  text-decoration: underline;
}
/* line 53, https://www.historiehuis.nl/++theme++barceloneta/less/scaffolding.plone.less */
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* line 60, https://www.historiehuis.nl/++theme++barceloneta/less/scaffolding.plone.less */
figure {
  margin: 0;
}
/* line 67, https://www.historiehuis.nl/++theme++barceloneta/less/scaffolding.plone.less */
img {
  vertical-align: middle;
}
/* line 74, https://www.historiehuis.nl/++theme++barceloneta/less/scaffolding.plone.less */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #cccccc;
}
/* line 86, https://www.historiehuis.nl/++theme++barceloneta/less/scaffolding.plone.less */
.sr-only,
.hiddenStructure,
.crud-form .header-select {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  color: #fff;
  background-color: #000;
}
/* line 99, https://www.historiehuis.nl/++theme++barceloneta/less/scaffolding.plone.less */
.sr-only a,
.hiddenStructure a {
  color: #fff;
  background-color: #000;
}
/* line 109, https://www.historiehuis.nl/++theme++barceloneta/less/scaffolding.plone.less */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/* line 4, https://www.historiehuis.nl/++theme++barceloneta/less/type.plone.less */
body {
  word-wrap: break-word;
}
/* line 7, https://www.historiehuis.nl/++theme++barceloneta/less/type.plone.less */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 400;
  line-height: 1.1;
  color: inherit;
}
/* line 14, https://www.historiehuis.nl/++theme++barceloneta/less/type.plone.less */
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
/* line 17, https://www.historiehuis.nl/++theme++barceloneta/less/type.plone.less */
h1 a:hover,
h2 a:hover,
h3 a:hover,
h1 a:focus,
h2 a:focus,
h3 a:focus {
  text-decoration: none;
  border-bottom: 2px #004666 solid;
}
/* line 19, https://www.historiehuis.nl/++theme++barceloneta/less/type.plone.less */
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 24, https://www.historiehuis.nl/++theme++barceloneta/less/type.plone.less */
h1 {
  font-size: 36px;
}
/* line 25, https://www.historiehuis.nl/++theme++barceloneta/less/type.plone.less */
h2 {
  font-size: 30px;
}
/* line 26, https://www.historiehuis.nl/++theme++barceloneta/less/type.plone.less */
h3 {
  font-size: 24px;
}
/* line 27, https://www.historiehuis.nl/++theme++barceloneta/less/type.plone.less */
h4 {
  font-size: 18px;
}
/* line 28, https://www.historiehuis.nl/++theme++barceloneta/less/type.plone.less */
h5 {
  font-size: 14px;
}
/* line 29, https://www.historiehuis.nl/++theme++barceloneta/less/type.plone.less */
h6 {
  font-size: 12px;
}
/* line 32, https://www.historiehuis.nl/++theme++barceloneta/less/type.plone.less */
p {
  margin: 0 0 10px;
}
/* line 34, https://www.historiehuis.nl/++theme++barceloneta/less/type.plone.less */
.documentDescription {
  font-size: 18px;
  font-weight: 700;
  color: #696969;
  margin-bottom: 10px;
}
/* line 42, https://www.historiehuis.nl/++theme++barceloneta/less/type.plone.less */
small {
  font-size: 85%;
}
/* line 43, https://www.historiehuis.nl/++theme++barceloneta/less/type.plone.less */
cite {
  font-style: normal;
}
/* line 44, https://www.historiehuis.nl/++theme++barceloneta/less/type.plone.less */
mark {
  background-color: #ebd380;
  padding: .2em;
}
/* line 45, https://www.historiehuis.nl/++theme++barceloneta/less/type.plone.less */
.discreet {
  color: #696969;
  font-weight: 400;
}
/* line 46, https://www.historiehuis.nl/++theme++barceloneta/less/type.plone.less */
.documentByLine {
  color: #696969;
  font-weight: 400;
  margin-bottom: 10px;
}
/* line 49, https://www.historiehuis.nl/++theme++barceloneta/less/type.plone.less */
.documentFirstHeading {
  padding-bottom: 9px;
  margin: 0 0 10px;
  border-bottom: 1px solid #cccccc;
}
/* line 56, https://www.historiehuis.nl/++theme++barceloneta/less/type.plone.less */
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
/* line 60, https://www.historiehuis.nl/++theme++barceloneta/less/type.plone.less */
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
/* line 66, https://www.historiehuis.nl/++theme++barceloneta/less/type.plone.less */
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
/* line 70, https://www.historiehuis.nl/++theme++barceloneta/less/type.plone.less */
dt,
dd {
  line-height: 1.42857143;
}
/* line 71, https://www.historiehuis.nl/++theme++barceloneta/less/type.plone.less */
dt {
  font-weight: bold;
}
/* line 72, https://www.historiehuis.nl/++theme++barceloneta/less/type.plone.less */
dd {
  margin-left: 0;
}
/* line 75, https://www.historiehuis.nl/++theme++barceloneta/less/type.plone.less */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
/* line 81, https://www.historiehuis.nl/++theme++barceloneta/less/type.plone.less */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
/* line 89, https://www.historiehuis.nl/++theme++barceloneta/less/type.plone.less */
.pull-right {
  float: right !important;
}
/* line 92, https://www.historiehuis.nl/++theme++barceloneta/less/type.plone.less */
.pull-left {
  float: left !important;
}
/* line 4, https://www.historiehuis.nl/++theme++barceloneta/less/code.plone.less */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
/* line 11, https://www.historiehuis.nl/++theme++barceloneta/less/code.plone.less */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
/* line 19, https://www.historiehuis.nl/++theme++barceloneta/less/code.plone.less */
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 2px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
/* line 29, https://www.historiehuis.nl/++theme++barceloneta/less/code.plone.less */
pre {
  display: block;
  padding: 10px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #4d4d4d;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
/* line 43, https://www.historiehuis.nl/++theme++barceloneta/less/code.plone.less */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
/*@import "@{barceloneta-deco}"; //uncomment for deco variant
@import "@{barceloneta-grid}";*/
/* line 4, https://www.historiehuis.nl/++theme++barceloneta/less/tables.plone.less */
table {
  max-width: 100%;
  background-color: #ffffff;
  border-radius: 4px;
  font-weight: 400;
  color: #696969;
}
/* line 5, https://www.historiehuis.nl/++theme++barceloneta/less/tables.plone.less */
th {
  text-align: left;
  color: #4d4d4d;
}
/* line 8, https://www.historiehuis.nl/++theme++barceloneta/less/tables.plone.less */
.listing {
  width: 100%;
  margin-bottom: 20px;
}
/* line 16, https://www.historiehuis.nl/++theme++barceloneta/less/tables.plone.less */
.listing > thead > tr > th,
.listing > tbody > tr > th,
.listing > tfoot > tr > th,
.listing > thead > tr > td,
.listing > tbody > tr > td,
.listing > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 0 solid #e5e5e5;
  border-collapse: collapse;
}
/* line 27, https://www.historiehuis.nl/++theme++barceloneta/less/tables.plone.less */
.listing > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 1px solid #e5e5e5;
}
/* line 36, https://www.historiehuis.nl/++theme++barceloneta/less/tables.plone.less */
.listing > caption + thead > tr:first-child > th,
.listing > colgroup + thead > tr:first-child > th,
.listing > thead:first-child > tr:first-child > th,
.listing > caption + thead > tr:first-child > td,
.listing > colgroup + thead > tr:first-child > td,
.listing > thead:first-child > tr:first-child > td {
  border-top: 0;
}
/* line 43, https://www.historiehuis.nl/++theme++barceloneta/less/tables.plone.less */
.listing > tbody + tbody {
  border-top: 2px solid #e5e5e5;
}
/* line 48, https://www.historiehuis.nl/++theme++barceloneta/less/tables.plone.less */
.listing .listing {
  background-color: #fafafa;
}
/* line 54, https://www.historiehuis.nl/++theme++barceloneta/less/tables.plone.less */
.invisible-grid {
  width: 100%;
  margin-bottom: 20px;
  border: 0;
  background: transparent;
}
/* line 64, https://www.historiehuis.nl/++theme++barceloneta/less/tables.plone.less */
.invisible-grid > thead > tr > th,
.invisible-grid > tbody > tr > th,
.invisible-grid > tfoot > tr > th,
.invisible-grid > thead > tr > td,
.invisible-grid > tbody > tr > td,
.invisible-grid > tfoot > tr > td {
  border: 0;
}
/* line 75, https://www.historiehuis.nl/++theme++barceloneta/less/tables.plone.less */
.listing > tbody > tr:nth-child(odd) > td,
.listing > tbody > tr:nth-child(odd) > th {
  background-color: #f6f6f6;
}
@media screen and (max-width: 769px) {
  /* line 85, https://www.historiehuis.nl/++theme++barceloneta/less/tables.plone.less */
  .plone-has-table {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  /* line 96, https://www.historiehuis.nl/++theme++barceloneta/less/tables.plone.less */
  .plone-has-table:after {
    content: "⟷";
    position: fixed;
    color: #cccccc;
    margin-top: -3px;
  }
  /* line 98, https://www.historiehuis.nl/++theme++barceloneta/less/tables.plone.less */
  .plone-has-table > .listing {
    margin-bottom: 0;
  }
  /* line 106, https://www.historiehuis.nl/++theme++barceloneta/less/tables.plone.less */
  .plone-has-table > .listing > thead > tr > th,
  .plone-has-table > .listing > tbody > tr > th,
  .plone-has-table > .listing > tfoot > tr > th,
  .plone-has-table > .listing > thead > tr > td,
  .plone-has-table > .listing > tbody > tr > td,
  .plone-has-table > .listing > tfoot > tr > td {
    white-space: nowrap;
  }
}
/* line 120, https://www.historiehuis.nl/++theme++barceloneta/less/tables.plone.less */
table {
  width: 100%;
  max-width: 100%;
  border: 1px solid #e5e5e5;
}
/* line 129, https://www.historiehuis.nl/++theme++barceloneta/less/tables.plone.less */
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  vertical-align: top;
  border-top: 1px solid #e5e5e5;
}
/* line 137, https://www.historiehuis.nl/++theme++barceloneta/less/tables.plone.less */
table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #e5e5e5;
}
/* line 146, https://www.historiehuis.nl/++theme++barceloneta/less/tables.plone.less */
table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
/* line 153, https://www.historiehuis.nl/++theme++barceloneta/less/tables.plone.less */
table > tbody + tbody {
  border-top: 2px solid #e5e5e5;
}
/* line 161, https://www.historiehuis.nl/++theme++barceloneta/less/tables.plone.less */
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  border: 1px solid #e5e5e5;
}
/* line 168, https://www.historiehuis.nl/++theme++barceloneta/less/tables.plone.less */
table > thead > tr > th,
table > thead > tr > td {
  border-bottom: 1px solid #e5e5e5;
}
/* line 181, https://www.historiehuis.nl/++theme++barceloneta/less/tables.plone.less */
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
/* line 189, https://www.historiehuis.nl/++theme++barceloneta/less/tables.plone.less */
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
/* line 5, https://www.historiehuis.nl/++theme++barceloneta/less/forms.plone.less */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
/* line 15, https://www.historiehuis.nl/++theme++barceloneta/less/forms.plone.less */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #4d4d4d;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  font-weight: 300;
}
/* line 28, https://www.historiehuis.nl/++theme++barceloneta/less/forms.plone.less */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 6px;
  font-weight: bold;
}
/* line 42, https://www.historiehuis.nl/++theme++barceloneta/less/forms.plone.less */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 47, https://www.historiehuis.nl/++theme++barceloneta/less/forms.plone.less */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
/* line 55, https://www.historiehuis.nl/++theme++barceloneta/less/forms.plone.less */
input[type="file"] {
  display: block;
}
/* line 60, https://www.historiehuis.nl/++theme++barceloneta/less/forms.plone.less */
input[type="range"] {
  display: block;
  width: 100%;
}
/* line 66, https://www.historiehuis.nl/++theme++barceloneta/less/forms.plone.less */
select[multiple],
select[size] {
  height: auto;
  min-width: 10em;
}
/* line 71, https://www.historiehuis.nl/++theme++barceloneta/less/forms.plone.less */
select[size="1"] {
  height: 34px;
}
/* line 76, https://www.historiehuis.nl/++theme++barceloneta/less/forms.plone.less */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* line 83, https://www.historiehuis.nl/++theme++barceloneta/less/forms.plone.less */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #696969;
}
/*.form-control,*/
/* line 91, https://www.historiehuis.nl/++theme++barceloneta/less/forms.plone.less */
input[type="text"],
input[type="email"],
input[type="password"],
textarea,
select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #696969;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
/* line 55, https://www.historiehuis.nl/++theme++barceloneta/less/mixin.forms.plone.less */
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border-color: #64bee8;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(100, 190, 232, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(100, 190, 232, 0.6);
}
/* line 12, https://www.historiehuis.nl/++theme++barceloneta/less/mixin.tabfocus.plone.less */
input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
/* line 14, https://www.historiehuis.nl/++theme++barceloneta/less/mixin.tabfocus.plone.less */
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #777777;
}
/* line 15, https://www.historiehuis.nl/++theme++barceloneta/less/mixin.tabfocus.plone.less */
input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #777777;
}
/* line 117, https://www.historiehuis.nl/++theme++barceloneta/less/forms.plone.less */
input[type="text"][disabled],
input[type="email"][disabled],
input[type="password"][disabled],
textarea[disabled],
select[disabled],
input[type="text"][readonly],
input[type="email"][readonly],
input[type="password"][readonly],
textarea[readonly],
select[readonly],
fieldset[disabled] input[type="text"],
fieldset[disabled] input[type="email"],
fieldset[disabled] input[type="password"],
fieldset[disabled] textarea,
fieldset[disabled] select {
  cursor: not-allowed;
  background-color: #e5e5e5;
  opacity: 1;
}
/* line 126, https://www.historiehuis.nl/++theme++barceloneta/less/forms.plone.less */
textarea {
  min-height: 9em;
  min-width: 10em;
  resize: vertical;
}
/* line 131, https://www.historiehuis.nl/++theme++barceloneta/less/forms.plone.less */
textarea[name='form.widgets.IRichText.text'] {
  min-height: 12em;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
/* line 137, https://www.historiehuis.nl/++theme++barceloneta/less/forms.plone.less */
select {
  width: unset;
  display: inline-block;
}
/* line 149, https://www.historiehuis.nl/++theme++barceloneta/less/forms.plone.less */
input[type="search"] {
  -webkit-appearance: none;
}
/* line 162, https://www.historiehuis.nl/++theme++barceloneta/less/forms.plone.less */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 34px;
  line-height: 1.42857143 \0;
}
/* line 174, https://www.historiehuis.nl/++theme++barceloneta/less/forms.plone.less */
input[type="radio"][disabled],
input[type="checkbox"][disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
/* line 181, https://www.historiehuis.nl/++theme++barceloneta/less/forms.plone.less */
.field {
  margin-bottom: 15px;
}
/* line 184, https://www.historiehuis.nl/++theme++barceloneta/less/forms.plone.less */
.field span.option {
  display: block;
}
/* line 189, https://www.historiehuis.nl/++theme++barceloneta/less/forms.plone.less */
.field.error {
  background: #fbe8e4;
  -webkit-box-shadow: 0 0 0 5px #fbe8e4;
  box-shadow: 0 0 0 5px #fbe8e4;
}
/* line 10, https://www.historiehuis.nl/++theme++barceloneta/less/mixin.forms.plone.less */
.field.error .help-block,
.field.error .control-label,
.field.error .radio,
.field.error .checkbox,
.field.error .radio-inline,
.field.error .checkbox-inline {
  color: rgba(0, 0, 0, 0.5);
}
/* line 19, https://www.historiehuis.nl/++theme++barceloneta/less/mixin.forms.plone.less */
.field.error .form-control {
  border-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 22, https://www.historiehuis.nl/++theme++barceloneta/less/mixin.forms.plone.less */
.field.error .form-control:focus {
  border-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(51, 51, 51, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(51, 51, 51, 0.5);
}
/* line 29, https://www.historiehuis.nl/++theme++barceloneta/less/mixin.forms.plone.less */
.field.error .input-group-addon {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.5);
  background-color: #ec9c8d;
}
/* line 35, https://www.historiehuis.nl/++theme++barceloneta/less/mixin.forms.plone.less */
.field.error .form-control-feedback {
  color: rgba(0, 0, 0, 0.5);
}
/* line 193, https://www.historiehuis.nl/++theme++barceloneta/less/forms.plone.less */
.field.error > label,
.field.error div.error {
  color: #c4183c;
}
/* line 196, https://www.historiehuis.nl/++theme++barceloneta/less/forms.plone.less */
.field.error div.error {
  padding-left: 30px;
  font-weight: 400;
}
/* line 199, https://www.historiehuis.nl/++theme++barceloneta/less/forms.plone.less */
.field.error div.error:before {
  background-color: #ac493f;
  content: "×";
  font-size: 14px;
  font-weight: 400;
  margin-left: -30px;
  margin-right: 5px;
  display: inline-block;
  border-radius: 20px;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.5);
  top: -1px;
  position: relative;
}
/* line 217, https://www.historiehuis.nl/++theme++barceloneta/less/forms.plone.less */
.field.error input,
.field.error textarea,
.field.error select {
  border-color: #c4183c;
}
/* line 219, https://www.historiehuis.nl/++theme++barceloneta/less/forms.plone.less */
.field.error input:focus,
.field.error textarea:focus,
.field.error select:focus {
  -webkit-box-shadow: 0 0 8px #f6b2c0;
  box-shadow: 0 0 8px #f6b2c0;
}
/* line 225, https://www.historiehuis.nl/++theme++barceloneta/less/forms.plone.less */
.formHelp {
  margin-top: 0;
  margin-bottom: 0;
  color: #666666;
  font-weight: 400;
  font-style: italic;
}
/* line 234, https://www.historiehuis.nl/++theme++barceloneta/less/forms.plone.less */
.formControls {
  border-top: 1px solid #cccccc;
  background: #fcfcfd;
  padding: 12px;
  box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.05);
}
/* line 242, https://www.historiehuis.nl/++theme++barceloneta/less/forms.plone.less */
.plone-modal-body .formControls {
  border: none;
  background: transparent;
  padding: 0;
  box-shadow: none;
}
/* line 251, https://www.historiehuis.nl/++theme++barceloneta/less/forms.plone.less */
label .required:after {
  color: #c4183c;
  content: "•";
  font-size: 200%;
  line-height: 0;
  position: relative;
  top: 7px;
  margin-left: -4px;
}
/* line 263, https://www.historiehuis.nl/++theme++barceloneta/less/forms.plone.less */
.searchField.portlet-search-gadget,
#sharing-user-group-search,
#select-rules {
  width: 100%;
  display: inline-block;
}
/* line 267, https://www.historiehuis.nl/++theme++barceloneta/less/forms.plone.less */
.searchField.portlet-search-gadget + .searchButton,
#sharing-user-group-search + #sharing-search-button,
#select-rules + input {
  position: relative;
  float: right;
  margin-top: -34px;
}
/* line 274, https://www.historiehuis.nl/++theme++barceloneta/less/forms.plone.less */
#search-results li {
  margin: 12px 0;
}
/* line 275, https://www.historiehuis.nl/++theme++barceloneta/less/forms.plone.less */
#search-results li .croppedDescription {
  margin-bottom: 0;
}
/* line 277, https://www.historiehuis.nl/++theme++barceloneta/less/forms.plone.less */
.highlightedSearchTerm {
  background: #fea;
  box-shadow: 0 0 1px 1px #fea;
}
/* line 281, https://www.historiehuis.nl/++theme++barceloneta/less/forms.plone.less */
.search-date-options > div,
.search-type-options > div {
  display: inline-block;
  margin-right: 12px;
}
/* line 285, https://www.historiehuis.nl/++theme++barceloneta/less/forms.plone.less */
.optionsToggle label {
  font-weight: 300;
  color: #696969;
}
/* line 288, https://www.historiehuis.nl/++theme++barceloneta/less/forms.plone.less */
.ordered-selection-field td {
  vertical-align: middle;
  text-align: center;
}
/* line 292, https://www.historiehuis.nl/++theme++barceloneta/less/forms.plone.less */
.ordered-selection-field td button {
  display: block;
  margin: auto;
}
/* line 298, https://www.historiehuis.nl/++theme++barceloneta/less/forms.plone.less */
.folder-factories {
  list-style: none;
}
/* line 303, https://www.historiehuis.nl/++theme++barceloneta/less/forms.plone.less */
.widget input + label {
  display: inline;
}
/* line 3, https://www.historiehuis.nl/++theme++barceloneta/less/buttons.plone.less */
.standalone,
.context,
.destructive,
[type="submit"],
button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 1px rgba(0, 0, 0, 0.25);
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 20, https://www.historiehuis.nl/++theme++barceloneta/less/buttons.plone.less */
.standalone:focus,
.context:focus,
.destructive:focus,
[type="submit"]:focus,
button:focus,
.standalone:active:focus,
.context:active:focus,
.destructive:active:focus,
[type="submit"]:active:focus,
button:active:focus,
.standalone.active:focus,
.context.active:focus,
.destructive.active:focus,
[type="submit"].active:focus,
button.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* line 25, https://www.historiehuis.nl/++theme++barceloneta/less/buttons.plone.less */
.standalone:hover,
.context:hover,
.destructive:hover,
[type="submit"]:hover,
button:hover,
.standalone:focus,
.context:focus,
.destructive:focus,
[type="submit"]:focus,
button:focus {
  color: #4d4d4d;
  text-decoration: none;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
/* line 32, https://www.historiehuis.nl/++theme++barceloneta/less/buttons.plone.less */
.standalone:active,
.context:active,
.destructive:active,
[type="submit"]:active,
button:active,
.standalone.active,
.context.active,
.destructive.active,
[type="submit"].active,
button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* line 39, https://www.historiehuis.nl/++theme++barceloneta/less/buttons.plone.less */
.standalone.disabled,
.context.disabled,
.destructive.disabled,
[type="submit"].disabled,
button.disabled,
.standalone[disabled],
.context[disabled],
.destructive[disabled],
[type="submit"][disabled],
button[disabled],
fieldset[disabled] .standalone,
fieldset[disabled] .context,
fieldset[disabled] .destructive,
fieldset[disabled] [type="submit"],
fieldset[disabled] button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 49, https://www.historiehuis.nl/++theme++barceloneta/less/buttons.plone.less */
.standalone,
[type="submit"],
button {
  color: #4d4d4d;
  background-color: #e5e5e5;
  border-color: #b2b2b2;
}
/* line 8, https://www.historiehuis.nl/++theme++barceloneta/less/mixin.buttons.plone.less */
.standalone:hover,
[type="submit"]:hover,
button:hover,
.standalone:focus,
[type="submit"]:focus,
button:focus,
.standalone:active,
[type="submit"]:active,
button:active,
.standalone.active,
[type="submit"].active,
button.active,
.open > .dropdown-toggle.standalone,
.open > .dropdown-toggle[type="submit"],
.open > .dropdown-togglebutton {
  color: #4d4d4d;
  background-color: #cccccc;
  border-color: #939393;
}
/* line 17, https://www.historiehuis.nl/++theme++barceloneta/less/mixin.buttons.plone.less */
.standalone:active,
[type="submit"]:active,
button:active,
.standalone.active,
[type="submit"].active,
button.active,
.open > .dropdown-toggle.standalone,
.open > .dropdown-toggle[type="submit"],
.open > .dropdown-togglebutton {
  background-image: none;
}
/* line 25, https://www.historiehuis.nl/++theme++barceloneta/less/mixin.buttons.plone.less */
.standalone.disabled,
[type="submit"].disabled,
button.disabled,
.standalone[disabled],
[type="submit"][disabled],
button[disabled],
fieldset[disabled] .standalone,
fieldset[disabled] [type="submit"],
fieldset[disabled] button,
.standalone.disabled:hover,
[type="submit"].disabled:hover,
button.disabled:hover,
.standalone[disabled]:hover,
[type="submit"][disabled]:hover,
button[disabled]:hover,
fieldset[disabled] .standalone:hover,
fieldset[disabled] [type="submit"]:hover,
fieldset[disabled] button:hover,
.standalone.disabled:focus,
[type="submit"].disabled:focus,
button.disabled:focus,
.standalone[disabled]:focus,
[type="submit"][disabled]:focus,
button[disabled]:focus,
fieldset[disabled] .standalone:focus,
fieldset[disabled] [type="submit"]:focus,
fieldset[disabled] button:focus,
.standalone.disabled:active,
[type="submit"].disabled:active,
button.disabled:active,
.standalone[disabled]:active,
[type="submit"][disabled]:active,
button[disabled]:active,
fieldset[disabled] .standalone:active,
fieldset[disabled] [type="submit"]:active,
fieldset[disabled] button:active,
.standalone.disabled.active,
[type="submit"].disabled.active,
button.disabled.active,
.standalone[disabled].active,
[type="submit"][disabled].active,
button[disabled].active,
fieldset[disabled] .standalone.active,
fieldset[disabled] [type="submit"].active,
fieldset[disabled] button.active {
  background-color: #e5e5e5;
  border-color: #b2b2b2;
}
/* line 35, https://www.historiehuis.nl/++theme++barceloneta/less/mixin.buttons.plone.less */
.standalone .badge,
[type="submit"] .badge,
button .badge {
  color: #e5e5e5;
  background-color: #4d4d4d;
}
/* line 53, https://www.historiehuis.nl/++theme++barceloneta/less/buttons.plone.less */
.context {
  color: #ffffff;
  background-color: #007bb1;
  border-color: #00587e;
}
/* line 8, https://www.historiehuis.nl/++theme++barceloneta/less/mixin.buttons.plone.less */
.context:hover,
.context:focus,
.context:active,
.context.active,
.open > .dropdown-toggle.context {
  color: #ffffff;
  background-color: #00587e;
  border-color: #002d41;
}
/* line 17, https://www.historiehuis.nl/++theme++barceloneta/less/mixin.buttons.plone.less */
.context:active,
.context.active,
.open > .dropdown-toggle.context {
  background-image: none;
}
/* line 25, https://www.historiehuis.nl/++theme++barceloneta/less/mixin.buttons.plone.less */
.context.disabled,
.context[disabled],
fieldset[disabled] .context,
.context.disabled:hover,
.context[disabled]:hover,
fieldset[disabled] .context:hover,
.context.disabled:focus,
.context[disabled]:focus,
fieldset[disabled] .context:focus,
.context.disabled:active,
.context[disabled]:active,
fieldset[disabled] .context:active,
.context.disabled.active,
.context[disabled].active,
fieldset[disabled] .context.active {
  background-color: #007bb1;
  border-color: #00587e;
}
/* line 35, https://www.historiehuis.nl/++theme++barceloneta/less/mixin.buttons.plone.less */
.context .badge {
  color: #007bb1;
  background-color: #ffffff;
}
/* line 57, https://www.historiehuis.nl/++theme++barceloneta/less/buttons.plone.less */
.destructive {
  color: #ffffff;
  background-color: #bb4f45;
  border-color: #963f37;
}
/* line 8, https://www.historiehuis.nl/++theme++barceloneta/less/mixin.buttons.plone.less */
.destructive:hover,
.destructive:focus,
.destructive:active,
.destructive.active,
.open > .dropdown-toggle.destructive {
  color: #ffffff;
  background-color: #963f37;
  border-color: #692c26;
}
/* line 17, https://www.historiehuis.nl/++theme++barceloneta/less/mixin.buttons.plone.less */
.destructive:active,
.destructive.active,
.open > .dropdown-toggle.destructive {
  background-image: none;
}
/* line 25, https://www.historiehuis.nl/++theme++barceloneta/less/mixin.buttons.plone.less */
.destructive.disabled,
.destructive[disabled],
fieldset[disabled] .destructive,
.destructive.disabled:hover,
.destructive[disabled]:hover,
fieldset[disabled] .destructive:hover,
.destructive.disabled:focus,
.destructive[disabled]:focus,
fieldset[disabled] .destructive:focus,
.destructive.disabled:active,
.destructive[disabled]:active,
fieldset[disabled] .destructive:active,
.destructive.disabled.active,
.destructive[disabled].active,
fieldset[disabled] .destructive.active {
  background-color: #bb4f45;
  border-color: #963f37;
}
/* line 35, https://www.historiehuis.nl/++theme++barceloneta/less/mixin.buttons.plone.less */
.destructive .badge {
  color: #bb4f45;
  background-color: #ffffff;
}
/* line 61, https://www.historiehuis.nl/++theme++barceloneta/less/buttons.plone.less */
.link-parent {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 1px rgba(0, 0, 0, 0.25);
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #4d4d4d;
  background-color: #e5e5e5;
  border-color: #b2b2b2;
  margin-bottom: 12px;
}
/* line 20, https://www.historiehuis.nl/++theme++barceloneta/less/buttons.plone.less */
.link-parent:focus,
.link-parent:active:focus,
.link-parent.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* line 25, https://www.historiehuis.nl/++theme++barceloneta/less/buttons.plone.less */
.link-parent:hover,
.link-parent:focus {
  color: #4d4d4d;
  text-decoration: none;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
/* line 32, https://www.historiehuis.nl/++theme++barceloneta/less/buttons.plone.less */
.link-parent:active,
.link-parent.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* line 39, https://www.historiehuis.nl/++theme++barceloneta/less/buttons.plone.less */
.link-parent.disabled,
.link-parent[disabled],
fieldset[disabled] .link-parent {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 8, https://www.historiehuis.nl/++theme++barceloneta/less/mixin.buttons.plone.less */
.link-parent:hover,
.link-parent:focus,
.link-parent:active,
.link-parent.active,
.open > .dropdown-toggle.link-parent {
  color: #4d4d4d;
  background-color: #cccccc;
  border-color: #939393;
}
/* line 17, https://www.historiehuis.nl/++theme++barceloneta/less/mixin.buttons.plone.less */
.link-parent:active,
.link-parent.active,
.open > .dropdown-toggle.link-parent {
  background-image: none;
}
/* line 25, https://www.historiehuis.nl/++theme++barceloneta/less/mixin.buttons.plone.less */
.link-parent.disabled,
.link-parent[disabled],
fieldset[disabled] .link-parent,
.link-parent.disabled:hover,
.link-parent[disabled]:hover,
fieldset[disabled] .link-parent:hover,
.link-parent.disabled:focus,
.link-parent[disabled]:focus,
fieldset[disabled] .link-parent:focus,
.link-parent.disabled:active,
.link-parent[disabled]:active,
fieldset[disabled] .link-parent:active,
.link-parent.disabled.active,
.link-parent[disabled].active,
fieldset[disabled] .link-parent.active {
  background-color: #e5e5e5;
  border-color: #b2b2b2;
}
/* line 35, https://www.historiehuis.nl/++theme++barceloneta/less/mixin.buttons.plone.less */
.link-parent .badge {
  color: #e5e5e5;
  background-color: #4d4d4d;
}
/* line 63, https://www.historiehuis.nl/++theme++barceloneta/less/buttons.plone.less */
.link-parent:before {
  content: "↩ ";
  top: 3px;
  position: relative;
}
/* line 69, https://www.historiehuis.nl/++theme++barceloneta/less/buttons.plone.less */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
/* line 75, https://www.historiehuis.nl/++theme++barceloneta/less/buttons.plone.less */
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
/* line 81, https://www.historiehuis.nl/++theme++barceloneta/less/buttons.plone.less */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
/* line 99, https://www.historiehuis.nl/++theme++barceloneta/less/buttons.plone.less */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
/* line 104, https://www.historiehuis.nl/++theme++barceloneta/less/buttons.plone.less */
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
/* line 109, https://www.historiehuis.nl/++theme++barceloneta/less/buttons.plone.less */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
/* line 117, https://www.historiehuis.nl/++theme++barceloneta/less/buttons.plone.less */
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
/* line 126, https://www.historiehuis.nl/++theme++barceloneta/less/buttons.plone.less */
.input-group-addon:first-child {
  border-right: 0;
}
/* line 129, https://www.historiehuis.nl/++theme++barceloneta/less/buttons.plone.less */
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
/* line 138, https://www.historiehuis.nl/++theme++barceloneta/less/buttons.plone.less */
.input-group-addon:last-child {
  border-left: 0;
}
/* line 144, https://www.historiehuis.nl/++theme++barceloneta/less/buttons.plone.less */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
/* line 153, https://www.historiehuis.nl/++theme++barceloneta/less/buttons.plone.less */
.input-group-btn > .btn {
  position: relative;
}
/* line 155, https://www.historiehuis.nl/++theme++barceloneta/less/buttons.plone.less */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
/* line 159, https://www.historiehuis.nl/++theme++barceloneta/less/buttons.plone.less */
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
/* line 168, https://www.historiehuis.nl/++theme++barceloneta/less/buttons.plone.less */
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
/* line 174, https://www.historiehuis.nl/++theme++barceloneta/less/buttons.plone.less */
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
/* line 182, https://www.historiehuis.nl/++theme++barceloneta/less/buttons.plone.less */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
/* line 193, https://www.historiehuis.nl/++theme++barceloneta/less/buttons.plone.less */
.btn .caret {
  margin-left: 0;
}
/* line 197, https://www.historiehuis.nl/++theme++barceloneta/less/buttons.plone.less */
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
/* line 5, https://www.historiehuis.nl/++theme++barceloneta/less/states.plone.less */
.state-draft {
  color: #d39105;
}
/* line 6, https://www.historiehuis.nl/++theme++barceloneta/less/states.plone.less */
.state-draft:hover,
.state-draft:active,
.state-draft:focus {
  color: #885e03;
}
/* line 7, https://www.historiehuis.nl/++theme++barceloneta/less/states.plone.less */
.state-pending {
  color: #a5a912;
}
/* line 8, https://www.historiehuis.nl/++theme++barceloneta/less/states.plone.less */
.state-pending:hover,
.state-pending:active,
.state-pending:focus {
  color: #62640b;
}
/* line 9, https://www.historiehuis.nl/++theme++barceloneta/less/states.plone.less */
.state-private {
  color: #c4183c;
}
/* line 10, https://www.historiehuis.nl/++theme++barceloneta/less/states.plone.less */
.state-private:hover,
.state-private:active,
.state-private:focus {
  color: #801027;
}
/* line 11, https://www.historiehuis.nl/++theme++barceloneta/less/states.plone.less */
.state-internal {
  color: #d39105;
}
/* line 12, https://www.historiehuis.nl/++theme++barceloneta/less/states.plone.less */
.state-internal:hover,
.state-internal:active,
.state-internal:focus {
  color: #885e03;
}
/* line 13, https://www.historiehuis.nl/++theme++barceloneta/less/states.plone.less */
.state-internally_published {
  color: #7924f9;
}
/* line 14, https://www.historiehuis.nl/++theme++barceloneta/less/states.plone.less */
.state-internally_published:hover,
.state-internally_published:active,
.state-internally_published:focus {
  color: #5405cc;
}
/*// Components */
/* line 3, https://www.historiehuis.nl/++theme++barceloneta/less/breadcrumbs.plone.less */
.plone-breadcrumb {
  clear: left;
  background-color: #e6e4e4;
  margin-bottom: 20px;
  margin-top: -20px;
  /* uncomment to hide breadcrumbs on home
  body.section-front-page & {display: none;} //not breadcrumbs on homepage
  */
}
/* line 8, https://www.historiehuis.nl/++theme++barceloneta/less/breadcrumbs.plone.less */
.plone-breadcrumb > * > span {
  display: inline-block;
  color: #777777;
  padding: 8px 0;
  font-weight: 400;
}
@media (max-width: 768px) {
  /* line 13, https://www.historiehuis.nl/++theme++barceloneta/less/breadcrumbs.plone.less */
  .plone-breadcrumb > * > span {
    display: none;
  }
}
/* line 17, https://www.historiehuis.nl/++theme++barceloneta/less/breadcrumbs.plone.less */
.plone-breadcrumb ol {
  display: inline-block;
  padding: 8px 0;
  list-style: none;
  margin: 0;
}
/* line 22, https://www.historiehuis.nl/++theme++barceloneta/less/breadcrumbs.plone.less */
.plone-breadcrumb ol > li {
  font-weight: 400;
  display: inline-block;
  line-height: 0;
  position: relative;
  padding: 0 30px 0 0;
}
/* line 28, https://www.historiehuis.nl/++theme++barceloneta/less/breadcrumbs.plone.less */
.plone-breadcrumb ol > li + li:after {
  content: "";
  position: absolute;
  padding: 0 5px;
  color: #e6e4e4;
  border-left: 5px solid;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  left: -21px;
  top: -15px;
  padding: 0 !important;
}
/* line 40, https://www.historiehuis.nl/++theme++barceloneta/less/breadcrumbs.plone.less */
.plone-breadcrumb ol > li + li:before {
  content: "";
  position: absolute;
  padding: 0 5px;
  color: #cccccc;
  border-left: 5px solid;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  left: -20px;
  top: -15px;
  padding: 0 !important;
}
/* line 53, https://www.historiehuis.nl/++theme++barceloneta/less/breadcrumbs.plone.less */
.plone-breadcrumb ol a {
  color: #086ca3;
}
/* line 56, https://www.historiehuis.nl/++theme++barceloneta/less/breadcrumbs.plone.less */
.plone-breadcrumb ol > #breadcrumbs-current {
  color: #777777;
}
/* line 3, https://www.historiehuis.nl/++theme++barceloneta/less/pagination.plone.less */
.pagination {
  display: inline-block;
  padding: 0;
  list-style: none;
  margin: 20px 0;
}
/* line 8, https://www.historiehuis.nl/++theme++barceloneta/less/pagination.plone.less */
.pagination li {
  display: block;
  float: left;
  position: relative;
  padding: 0;
  font-weight: 300;
}
/* line 14, https://www.historiehuis.nl/++theme++barceloneta/less/pagination.plone.less */
.pagination li > a,
.pagination li > span {
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #007bb3;
  background-color: #ffffff;
  border: 1px solid #e5e5e5 !important;
  margin-left: -1px;
}
/* line 24, https://www.historiehuis.nl/++theme++barceloneta/less/pagination.plone.less */
.pagination li:first-child > a {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
/* line 30, https://www.historiehuis.nl/++theme++barceloneta/less/pagination.plone.less */
.pagination li:last-child > a {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
/* line 35, https://www.historiehuis.nl/++theme++barceloneta/less/pagination.plone.less */
.pagination li > a:hover,
.pagination li > a:focus {
  color: #004666;
  background-color: #f2f1f1;
  border: 1px solid #e5e5e5 !important;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
/* line 43, https://www.historiehuis.nl/++theme++barceloneta/less/pagination.plone.less */
.pagination li.active > span {
  z-index: 2;
  font-weight: 400;
  color: #ffffff;
  background-color: #007bb3;
  border: 1px solid #007bb3 !important;
  cursor: default;
}
/* line 51, https://www.historiehuis.nl/++theme++barceloneta/less/pagination.plone.less */
.pagination li.disabled > span {
  color: #cccccc;
  background-color: #fcfcfd;
  border: 1px solid #e5e5e5 !important;
  cursor: default;
}
@media (max-width: 480px) {
  /* line 63, https://www.historiehuis.nl/++theme++barceloneta/less/pagination.plone.less */
  .pagination li {
    display: none;
  }
  /* line 64, https://www.historiehuis.nl/++theme++barceloneta/less/pagination.plone.less */
  .pagination li.previous,
  .pagination li.next {
    display: inline;
  }
}
/* line 2, https://www.historiehuis.nl/++theme++barceloneta/less/formtabbing.plone.less */
.pat-autotoc.autotabs,
.autotabs {
  background: #ffffff;
  padding: 6px 12px;
  border: 1px solid #e5e5e5;
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
/* line 10, https://www.historiehuis.nl/++theme++barceloneta/less/formtabbing.plone.less */
.pat-autotoc.autotabs .autotoc-nav,
.autotabs .autotoc-nav {
  background: #f2f1f1;
  border-bottom: 1px solid #e5e5e5;
  margin: -6px -12px 6px;
}
/* line 14, https://www.historiehuis.nl/++theme++barceloneta/less/formtabbing.plone.less */
.pat-autotoc.autotabs .autotoc-nav a,
.autotabs .autotoc-nav a {
  display: inline-block;
  padding: 12px;
  margin: 6px 0 0 6px;
  border: 1px solid #e5e5e5;
  margin-bottom: -1px;
  border-radius: 4px 4px 0 0;
  background: #fcfcfd;
  font-weight: 400;
}
/* line 23, https://www.historiehuis.nl/++theme++barceloneta/less/formtabbing.plone.less */
.pat-autotoc.autotabs .autotoc-nav a:last-child,
.autotabs .autotoc-nav a:last-child {
  margin-right: 6px;
}
/* line 24, https://www.historiehuis.nl/++theme++barceloneta/less/formtabbing.plone.less */
.pat-autotoc.autotabs .autotoc-nav a:hover,
.autotabs .autotoc-nav a:hover {
  text-decoration: none;
  background: #ffffff;
}
/* line 28, https://www.historiehuis.nl/++theme++barceloneta/less/formtabbing.plone.less */
.pat-autotoc.autotabs .autotoc-nav a.active,
.autotabs .autotoc-nav a.active,
.pat-autotoc.autotabs .autotoc-nav a.active:hover,
.autotabs .autotoc-nav a.active:hover {
  color: #696969;
  cursor: default;
  background: #ffffff;
  border-bottom-color: #ffffff;
}
/* line 35, https://www.historiehuis.nl/++theme++barceloneta/less/formtabbing.plone.less */
.pat-autotoc.autotabs .autotoc-nav .autotab-heading,
.autotabs .autotoc-nav .autotab-heading {
  display: inline-block;
  margin: 6px 0 0 6px;
}
/* line 40, https://www.historiehuis.nl/++theme++barceloneta/less/formtabbing.plone.less */
.pat-autotoc.autotabs .formControls,
.autotabs .formControls {
  margin: 0 -12px -6px;
  border-radius: 0 0 4px 4px;
}
@media (max-width: 769px) {
  /* line 48, https://www.historiehuis.nl/++theme++barceloneta/less/formtabbing.plone.less */
  .autotabs .autotoc-nav {
    overflow-x: scroll;
    overflow-y: hidden;
    max-height: 52px;
    width: auto;
    white-space: nowrap;
    border-bottom: 0;
    box-shadow: inset 0 -1px #e5e5e5;
  }
  /* line 56, https://www.historiehuis.nl/++theme++barceloneta/less/formtabbing.plone.less */
  .autotabs .autotoc-nav a:not(.active) {
    box-shadow: inset 0 -1px #e5e5e5;
  }
}
/* line 61, https://www.historiehuis.nl/++theme++barceloneta/less/formtabbing.plone.less */
.autotabs ul.autotoc-nav {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
/* line 65, https://www.historiehuis.nl/++theme++barceloneta/less/formtabbing.plone.less */
.autotabs ul.autotoc-nav li {
  list-style: none;
  display: inline-block;
}
/* line 5, https://www.historiehuis.nl/++theme++barceloneta/less/views.plone.less */
.folder-listing {
  font-weight: 700;
  list-style: none;
  position: relative;
  padding-left: 20px;
}
/* line 11, https://www.historiehuis.nl/++theme++barceloneta/less/views.plone.less */
.folder-listing li {
  margin: 10px 0;
}
/* line 12, https://www.historiehuis.nl/++theme++barceloneta/less/views.plone.less */
.folder-listing > li:before {
  content: "•";
  position: absolute;
  font-size: 19px;
  margin-top: -9px;
  left: 0;
  color: #a7daf2;
}
/* line 16, https://www.historiehuis.nl/++theme++barceloneta/less/views.plone.less */
.folder-listing .documentByLine {
  font-weight: 400;
  color: #777777;
}
/* line 20, https://www.historiehuis.nl/++theme++barceloneta/less/views.plone.less */
.tileImage {
  padding-right: 5px;
  float: left;
}
/* line 21, https://www.historiehuis.nl/++theme++barceloneta/less/views.plone.less */
.tileImageNoFloat {
  margin-bottom: 5px;
}
/* line 22, https://www.historiehuis.nl/++theme++barceloneta/less/views.plone.less */
.tileFooter {
  clear: both;
  margin-top: 5px;
}
/* line 25, https://www.historiehuis.nl/++theme++barceloneta/less/views.plone.less */
.entries::before,
#content article.entry::after,
#relatedItemBox ul li::after,
#searchresults ul li::after {
  content: " ";
  display: block;
  clear: both;
  height: 2px;
  visibility: hidden;
}
/* line 36, https://www.historiehuis.nl/++theme++barceloneta/less/views.plone.less */
.icon-group-right .image-icon {
  float: none;
}
/* line 4, https://www.historiehuis.nl/++theme++barceloneta/less/thumbs.plone.less */
.photoalbumEntryWrapper {
  display: block;
}
/* line 8, https://www.historiehuis.nl/++theme++barceloneta/less/thumbs.plone.less */
.photoAlbumEntry {
  display: inline-block;
  margin: 5px;
  vertical-align: middle;
}
/* line 12, https://www.historiehuis.nl/++theme++barceloneta/less/thumbs.plone.less */
.photoAlbumEntry a {
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  font-weight: 400;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  background: #fcfcfd;
  width: 220px;
  height: 240px;
}
/* line 23, https://www.historiehuis.nl/++theme++barceloneta/less/thumbs.plone.less */
.photoAlbumEntry img {
  max-width: 200px;
  max-height: 200px;
}
/* line 10, https://www.historiehuis.nl/++theme++barceloneta/less/alerts.plone.less */
.alert.status,
.portalMessage {
  padding: 15px;
  padding-left: 45px;
  margin-bottom: 20px;
  border: 0;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
  font-size: 14px;
  font-weight: 400;
  text-shadow: 0 1px rgba(255, 255, 255, 0.1);
}
/* line 21, https://www.historiehuis.nl/++theme++barceloneta/less/alerts.plone.less */
.alert.status > strong,
.portalMessage > strong,
.alert.status > dt,
.portalMessage > dt {
  font-weight: 700;
  padding-right: 5px;
  color: rgba(0, 0, 0, 0.5);
}
/* line 26, https://www.historiehuis.nl/++theme++barceloneta/less/alerts.plone.less */
.alert.status a,
.portalMessage a {
  font-weight: 400;
  color: #005176;
}
/* line 30, https://www.historiehuis.nl/++theme++barceloneta/less/alerts.plone.less */
.alert.status > strong:before,
.portalMessage > strong:before,
.alert.status > dt:before,
.portalMessage > dt:before {
  font-size: 14px;
  font-weight: 400;
  margin-left: -30px;
  margin-right: 10px;
  display: inline-block;
  border-radius: 20px;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.5);
  top: -1px;
  position: relative;
}
/* line 46, https://www.historiehuis.nl/++theme++barceloneta/less/alerts.plone.less */
.alert.status > dt,
.portalMessage > dt,
.alert.status > dd,
.portalMessage > dd {
  display: inline;
}
/* line 47, https://www.historiehuis.nl/++theme++barceloneta/less/alerts.plone.less */
.alert.status > dd,
.portalMessage > dd {
  margin: 0;
}
/* line 49, https://www.historiehuis.nl/++theme++barceloneta/less/alerts.plone.less */
.alert.status.alert-none,
.portalMessage.alert-none {
  box-shadow: none;
}
/* line 52, https://www.historiehuis.nl/++theme++barceloneta/less/alerts.plone.less */
.alert.status.alert-success,
.portalMessage.alert-success,
.alert.status.info,
.portalMessage.info {
  background-color: #aad6ea;
  border: 1px solid #9acee6;
  color: rgba(0, 0, 0, 0.5);
}
/* line 7, https://www.historiehuis.nl/++theme++barceloneta/less/alerts.plone.less */
.alert.status.alert-success > strong,
.portalMessage.alert-success > strong,
.alert.status.info > strong,
.portalMessage.info > strong,
.alert.status.alert-success > dt,
.portalMessage.alert-success > dt,
.alert.status.info > dt,
.portalMessage.info > dt {
  color: rgba(0, 0, 0, 0.67);
}
/* line 55, https://www.historiehuis.nl/++theme++barceloneta/less/alerts.plone.less */
.alert.status.alert-success > strong:before,
.portalMessage.alert-success > strong:before,
.alert.status.info > strong:before,
.portalMessage.info > strong:before,
.alert.status.alert-success > dt:before,
.portalMessage.alert-success > dt:before,
.alert.status.info > dt:before,
.portalMessage.info > dt:before {
  background-color: #3e7b91;
  content: "i";
}
/* line 57, https://www.historiehuis.nl/++theme++barceloneta/less/alerts.plone.less */
.alert.status.alert-warning,
.portalMessage.alert-warning,
.alert.status.warning,
.portalMessage.warning {
  background-color: #ebd380;
  border: 1px solid #e7ca66;
  color: rgba(0, 0, 0, 0.5);
}
/* line 7, https://www.historiehuis.nl/++theme++barceloneta/less/alerts.plone.less */
.alert.status.alert-warning > strong,
.portalMessage.alert-warning > strong,
.alert.status.warning > strong,
.portalMessage.warning > strong,
.alert.status.alert-warning > dt,
.portalMessage.alert-warning > dt,
.alert.status.warning > dt,
.portalMessage.warning > dt {
  color: rgba(0, 0, 0, 0.67);
}
/* line 60, https://www.historiehuis.nl/++theme++barceloneta/less/alerts.plone.less */
.alert.status.alert-warning > strong:before,
.portalMessage.alert-warning > strong:before,
.alert.status.warning > strong:before,
.portalMessage.warning > strong:before,
.alert.status.alert-warning > dt:before,
.portalMessage.alert-warning > dt:before,
.alert.status.warning > dt:before,
.portalMessage.warning > dt:before {
  background-color: #bc8d0d;
  content: "!";
}
/* line 62, https://www.historiehuis.nl/++theme++barceloneta/less/alerts.plone.less */
.alert.status.alert-error,
.portalMessage.alert-error,
.alert.status.error,
.portalMessage.error {
  background-color: #ec9c8d;
  border: 1px solid #eb9484;
  color: rgba(0, 0, 0, 0.5);
}
/* line 7, https://www.historiehuis.nl/++theme++barceloneta/less/alerts.plone.less */
.alert.status.alert-error > strong,
.portalMessage.alert-error > strong,
.alert.status.error > strong,
.portalMessage.error > strong,
.alert.status.alert-error > dt,
.portalMessage.alert-error > dt,
.alert.status.error > dt,
.portalMessage.error > dt {
  color: rgba(0, 0, 0, 0.67);
}
/* line 65, https://www.historiehuis.nl/++theme++barceloneta/less/alerts.plone.less */
.alert.status.alert-error > strong:before,
.portalMessage.alert-error > strong:before,
.alert.status.error > strong:before,
.portalMessage.error > strong:before,
.alert.status.alert-error > dt:before,
.portalMessage.alert-error > dt:before,
.alert.status.error > dt:before,
.portalMessage.error > dt:before {
  background-color: #ac493f;
  content: "×";
}
/* line 68, https://www.historiehuis.nl/++theme++barceloneta/less/alerts.plone.less */
.portlet .portletContent > .portalMessage {
  padding: 15px;
  padding-left: 45px;
  margin: 15px;
}
/* line 3, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
.portlet {
  border: 1px solid #e5e5e5;
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
/* line 8, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
.portlet > :first-child {
  border-radius: 4px 4px 0 0;
}
/* line 9, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
.portlet > :last-child {
  border-radius: 0 0 4px 4px;
}
/* line 10, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
.portlet .portletHeader {
  background: #f2f1f1;
  font-weight: 500;
  font-size: 18px;
  padding: 13px 15px;
  color: #696969;
}
/* line 16, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
.portlet .portletHeader > a {
  color: #086ca3;
}
/* line 20, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
.portlet.portletCalendar .portletHeader {
  text-align: center;
  position: relative;
}
/* line 23, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
.portlet.portletCalendar .portletHeader .calendarPrevious,
.portlet.portletCalendar .portletHeader .calendarNext {
  width: 30px;
  height: 30px;
  padding: 0 1px 2px;
  border-radius: 50%;
  position: absolute;
  display: inline-block;
  left: 5px;
  font-size: 24px;
  margin-top: -3px;
  line-height: 28px;
  font-weight: 500;
}
/* line 36, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
.portlet.portletCalendar .portletHeader .calendarPrevious:hover,
.portlet.portletCalendar .portletHeader .calendarNext:hover {
  background: #ffffff;
  text-decoration: none;
}
/* line 37, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
.portlet.portletCalendar .portletHeader .calendarNext {
  right: 5px;
  left: inherit;
}
/* line 39, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
.portlet .portletContent {
  font-size: 14px;
  border-top: 1px solid #e5e5e5;
  background: #ffffff;
  font-weight: 400;
}
/* line 44, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
.portlet .portletContent > *,
.portlet .portletContent > div:not(.portalMessage) {
  padding: 10px 15px;
  margin: 0;
  color: #696969;
}
/* line 49, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
.portlet .portletContent > ul {
  padding: 0;
  list-style: none;
  position: relative;
}
/* line 54, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
.portlet .portletContent > ul > li a {
  display: block;
  padding: 10px 15px 26px 30px;
  position: relative;
  z-index: 1;
  color: #086ca3;
}
/* line 61, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
.portlet .portletContent > ul > li > a {
  border-top: 1px solid #e5e5e5;
}
/* line 62, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
.portlet .portletContent > ul > li:first-child > a {
  border-top: 0;
}
/* line 63, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
.portlet .portletContent > ul > li a:before {
  content: "•";
  position: absolute;
  font-size: 25px;
  margin-top: -9px;
  left: 15px;
  color: #a7daf2;
}
/* line 68, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
.portlet .portletContent > ul ul {
  padding-left: 15px;
  list-style: none;
}
/* line 72, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
.portlet .portletContent > ul .portletItemDetails {
  display: block;
  z-index: 0;
  padding: 0 15px 10px 30px;
  font-weight: 400;
  position: relative;
  margin-top: -26px;
  font-size: 12px;
  color: #696969;
}
/* line 82, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
.portlet .portletContent > ul li:hover {
  background: #fcfcfd;
}
/* line 83, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
.portlet .portletContent > ul li:hover a:before {
  color: #64bee8;
}
/* line 87, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
.portlet.portletCalendar table {
  width: 100%;
  text-align: center;
  vertical-align: middle;
  border-collapse: collapse;
  border-spacing: 0;
}
/* line 88, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
.portlet.portletCalendar table tr {
  line-height: 30px;
}
/* line 89, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
.portlet.portletCalendar table thead {
  background: #fcfcfd;
  border-bottom: 1px solid #e5e5e5;
}
/* line 90, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
.portlet.portletCalendar table thead th {
  color: #696969;
  font-weight: 300;
  height: 40px;
  text-align: center;
}
/* line 92, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
.portlet.portletCalendar table td > * {
  border-radius: 50%;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
}
/* line 93, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
.portlet.portletCalendar table .cal_has_events {
  position: relative;
}
/* line 95, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
.portlet.portletCalendar table .cal_has_events a:hover {
  background: #dbecfe;
  text-decoration: none;
  box-shadow: 0 0 0 5px #dbecfe;
}
/* line 96, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
.portlet.portletCalendar table .cal_has_events a:after {
  content: "•";
  position: absolute;
  margin-left: 50%;
  left: -3px;
  font-size: 20px;
  color: #a7daf2;
  margin-top: 9px;
}
/* line 105, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
.portlet.portletCalendar table .cal_has_events a:hover:after {
  color: #64bee8;
}
/* line 108, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
.portlet.portletCalendar table .cal_next_month,
.portlet.portletCalendar table .cal_prev_month {
  color: #000;
}
/* line 110, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
.portlet.portletCalendar table .cal_next_month.cal_has_events > a,
.portlet.portletCalendar table .cal_prev_month.cal_has_events > a {
  color: #a7daf2;
}
/* line 111, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
.portlet.portletCalendar table .cal_next_month.cal_has_events > a:after,
.portlet.portletCalendar table .cal_prev_month.cal_has_events > a:after {
  color: #d3edf8;
}
/* line 112, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
.portlet.portletCalendar table .cal_next_month.cal_has_events > a:hover,
.portlet.portletCalendar table .cal_prev_month.cal_has_events > a:hover {
  color: #004666;
}
/* line 113, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
.portlet.portletCalendar table .cal_next_month.cal_has_events > a:hover:after,
.portlet.portletCalendar table .cal_prev_month.cal_has_events > a:hover:after {
  color: #64bee8;
}
/* line 115, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
.portlet.portletCalendar table .today > * {
  background: #e5e5e5;
  font-weight: 500;
  box-shadow: 0 0 0 5px #e5e5e5;
  color: #000;
}
/* line 116, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
.portlet.portletCalendar table tbody tr:first-child td > * {
  margin-top: 10px;
}
/* line 117, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
.portlet.portletCalendar table tbody tr:last-child td > * {
  margin-bottom: 10px;
}
/* line 119, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
.portlet .formControls {
  border: 0;
  background: none;
  padding: 0;
  box-shadow: none;
}
/* line 120, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
.portlet .portletFooter {
  border-top: 1px solid #e5e5e5;
  background: #fcfcfd;
  padding: 10px 15px;
  font-size: 12px;
  font-weight: 400;
  box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.05);
}
/* line 132, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
.portletNavigationTree nav.portletContent > ul > li a {
  padding: 10px 15px 10px 15px;
  border-top: 1px solid #e5e5e5;
}
/* line 133, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
.portletNavigationTree nav.portletContent > ul > li strong {
  padding: 10px 15px 10px 15px;
  border-top: 1px solid #e5e5e5;
  background: #fcfcfd;
  color: #696969;
  display: block;
  font-weight: 400;
}
/* line 135, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
.portletNavigationTree .portletContent {
  border-top: 0;
}
/* line 137, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
.portletNavigationTree .portletContent > ul > li > a {
  display: block;
  background: #edecec;
}
/* line 138, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
.portletNavigationTree .portletContent > ul > li > a:before {
  content: "";
}
/* line 139, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
.portletNavigationTree .portletContent > ul > li > a:hover {
  background: #fcfcfd;
}
/* line 140, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
.portletNavigationTree .portletContent > ul > li > a:hover:after {
  content: "⟩";
  position: absolute;
  right: 10px;
  font-size: 18px;
  margin-top: -3px;
  color: #777777;
}
/* line 142, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
.portletNavigationTree .portletContent > ul > li > ul a {
  padding-left: 40px;
}
/* line 143, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
.portletNavigationTree .portletContent > ul ul {
  padding-left: 0;
}
/* line 144, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
.portletNavigationTree .portletContent .navTreeCurrentNode > a {
  background: #fcfcfd;
  color: #696969;
}
/* line 145, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
.portletNavigationTree .portletContent .navTreeCurrentNode > a:after {
  content: "⟩";
  position: absolute;
  right: 10px;
  font-size: 18px;
  margin-top: -3px;
  color: #777777;
}
/* line 154, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
#upgrade-products .configlets li,
#install-products .configlets li,
#activated-products .configlets li,
#broken-products .configlets li {
  padding: 12px;
  border-top: 1px dotted #e5e5e5;
}
/* line 155, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
#upgrade-products .configlets li:first-child,
#install-products .configlets li:first-child,
#activated-products .configlets li:first-child,
#broken-products .configlets li:first-child {
  border-top: 0;
}
/* line 156, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
#upgrade-products .configlets h3,
#install-products .configlets h3,
#activated-products .configlets h3,
#broken-products .configlets h3,
#upgrade-products .configlets p,
#install-products .configlets p,
#activated-products .configlets p,
#broken-products .configlets p {
  margin: 0;
}
/* line 157, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
#upgrade-products .configlets .portletContent:last-child,
#install-products .configlets .portletContent:last-child,
#activated-products .configlets .portletContent:last-child,
#broken-products .configlets .portletContent:last-child {
  margin-bottom: 0;
}
/* line 158, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
#upgrade-products .configlets .pull-right,
#install-products .configlets .pull-right,
#activated-products .configlets .pull-right,
#broken-products .configlets .pull-right {
  margin: 0 0 12px 12px;
}
/* line 168, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
.switch-portlet-manager {
  margin-top: 0.5em;
  width: auto;
}
/* line 173, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
.managedPortlet {
  border: 1px solid #e5e5e5;
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  border: 0px;
}
/* line 8, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
.managedPortlet > :first-child {
  border-radius: 4px 4px 0 0;
}
/* line 9, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
.managedPortlet > :last-child {
  border-radius: 0 0 4px 4px;
}
/* line 10, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
.managedPortlet .portletHeader {
  background: #f2f1f1;
  font-weight: 500;
  font-size: 18px;
  padding: 13px 15px;
  color: #696969;
}
/* line 16, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
.managedPortlet .portletHeader > a {
  color: #086ca3;
}
/* line 20, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
.managedPortlet.portletCalendar .portletHeader {
  text-align: center;
  position: relative;
}
/* line 23, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
.managedPortlet.portletCalendar .portletHeader .calendarPrevious,
.managedPortlet.portletCalendar .portletHeader .calendarNext {
  width: 30px;
  height: 30px;
  padding: 0 1px 2px;
  border-radius: 50%;
  position: absolute;
  display: inline-block;
  left: 5px;
  font-size: 24px;
  margin-top: -3px;
  line-height: 28px;
  font-weight: 500;
}
/* line 36, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
.managedPortlet.portletCalendar .portletHeader .calendarPrevious:hover,
.managedPortlet.portletCalendar .portletHeader .calendarNext:hover {
  background: #ffffff;
  text-decoration: none;
}
/* line 37, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
.managedPortlet.portletCalendar .portletHeader .calendarNext {
  right: 5px;
  left: inherit;
}
/* line 39, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
.managedPortlet .portletContent {
  font-size: 14px;
  border-top: 1px solid #e5e5e5;
  background: #ffffff;
  font-weight: 400;
}
/* line 44, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
.managedPortlet .portletContent > *,
.managedPortlet .portletContent > div:not(.portalMessage) {
  padding: 10px 15px;
  margin: 0;
  color: #696969;
}
/* line 49, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
.managedPortlet .portletContent > ul {
  padding: 0;
  list-style: none;
  position: relative;
}
/* line 54, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
.managedPortlet .portletContent > ul > li a {
  display: block;
  padding: 10px 15px 26px 30px;
  position: relative;
  z-index: 1;
  color: #086ca3;
}
/* line 61, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
.managedPortlet .portletContent > ul > li > a {
  border-top: 1px solid #e5e5e5;
}
/* line 62, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
.managedPortlet .portletContent > ul > li:first-child > a {
  border-top: 0;
}
/* line 63, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
.managedPortlet .portletContent > ul > li a:before {
  content: "•";
  position: absolute;
  font-size: 25px;
  margin-top: -9px;
  left: 15px;
  color: #a7daf2;
}
/* line 68, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
.managedPortlet .portletContent > ul ul {
  padding-left: 15px;
  list-style: none;
}
/* line 72, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
.managedPortlet .portletContent > ul .portletItemDetails {
  display: block;
  z-index: 0;
  padding: 0 15px 10px 30px;
  font-weight: 400;
  position: relative;
  margin-top: -26px;
  font-size: 12px;
  color: #696969;
}
/* line 82, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
.managedPortlet .portletContent > ul li:hover {
  background: #fcfcfd;
}
/* line 83, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
.managedPortlet .portletContent > ul li:hover a:before {
  color: #64bee8;
}
/* line 87, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
.managedPortlet.portletCalendar table {
  width: 100%;
  text-align: center;
  vertical-align: middle;
  border-collapse: collapse;
  border-spacing: 0;
}
/* line 88, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
.managedPortlet.portletCalendar table tr {
  line-height: 30px;
}
/* line 89, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
.managedPortlet.portletCalendar table thead {
  background: #fcfcfd;
  border-bottom: 1px solid #e5e5e5;
}
/* line 90, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
.managedPortlet.portletCalendar table thead th {
  color: #696969;
  font-weight: 300;
  height: 40px;
  text-align: center;
}
/* line 92, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
.managedPortlet.portletCalendar table td > * {
  border-radius: 50%;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
}
/* line 93, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
.managedPortlet.portletCalendar table .cal_has_events {
  position: relative;
}
/* line 95, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
.managedPortlet.portletCalendar table .cal_has_events a:hover {
  background: #dbecfe;
  text-decoration: none;
  box-shadow: 0 0 0 5px #dbecfe;
}
/* line 96, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
.managedPortlet.portletCalendar table .cal_has_events a:after {
  content: "•";
  position: absolute;
  margin-left: 50%;
  left: -3px;
  font-size: 20px;
  color: #a7daf2;
  margin-top: 9px;
}
/* line 105, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
.managedPortlet.portletCalendar table .cal_has_events a:hover:after {
  color: #64bee8;
}
/* line 108, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
.managedPortlet.portletCalendar table .cal_next_month,
.managedPortlet.portletCalendar table .cal_prev_month {
  color: #000;
}
/* line 110, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
.managedPortlet.portletCalendar table .cal_next_month.cal_has_events > a,
.managedPortlet.portletCalendar table .cal_prev_month.cal_has_events > a {
  color: #a7daf2;
}
/* line 111, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
.managedPortlet.portletCalendar table .cal_next_month.cal_has_events > a:after,
.managedPortlet.portletCalendar table .cal_prev_month.cal_has_events > a:after {
  color: #d3edf8;
}
/* line 112, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
.managedPortlet.portletCalendar table .cal_next_month.cal_has_events > a:hover,
.managedPortlet.portletCalendar table .cal_prev_month.cal_has_events > a:hover {
  color: #004666;
}
/* line 113, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
.managedPortlet.portletCalendar table .cal_next_month.cal_has_events > a:hover:after,
.managedPortlet.portletCalendar table .cal_prev_month.cal_has_events > a:hover:after {
  color: #64bee8;
}
/* line 115, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
.managedPortlet.portletCalendar table .today > * {
  background: #e5e5e5;
  font-weight: 500;
  box-shadow: 0 0 0 5px #e5e5e5;
  color: #000;
}
/* line 116, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
.managedPortlet.portletCalendar table tbody tr:first-child td > * {
  margin-top: 10px;
}
/* line 117, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
.managedPortlet.portletCalendar table tbody tr:last-child td > * {
  margin-bottom: 10px;
}
/* line 119, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
.managedPortlet .formControls {
  border: 0;
  background: none;
  padding: 0;
  box-shadow: none;
}
/* line 120, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
.managedPortlet .portletFooter {
  border-top: 1px solid #e5e5e5;
  background: #fcfcfd;
  padding: 10px 15px;
  font-size: 12px;
  font-weight: 400;
  box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.05);
}
/* line 176, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
.managedPortlet .portletHeader {
  font-weight: 300;
}
/* line 180, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
.managedPortlet.inheritedPortlet {
  margin: 5px 15px;
}
/* line 183, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
.managedPortlet.inheritedPortlet .portletHeader {
  padding: 3px 15px;
}
/* line 188, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
.managedPortlet.blockedPortlet {
  opacity: 0.7;
}
/* line 193, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
.managedPortletActions {
  float: right;
  margin-top: -6px;
}
/* line 196, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
.managedPortletActions form {
  display: inline-block;
}
/* line 2, https://www.historiehuis.nl/++theme++barceloneta/less/controlpanels.plone.less */
.portlet.portletSiteSetup .portletContent > ul > li a:before {
  content: "";
}
/* line 3, https://www.historiehuis.nl/++theme++barceloneta/less/controlpanels.plone.less */
.portlet.portletSiteSetup .portletContent > ul li:hover {
  background: #edecec;
}
/* line 7, https://www.historiehuis.nl/++theme++barceloneta/less/controlpanels.plone.less */
.portletNavigationTree.portletSiteSetup nav.portletContent > ul > li a {
  border: none;
  padding: 0px;
  color: #4D4D4D;
}
/* line 8, https://www.historiehuis.nl/++theme++barceloneta/less/controlpanels.plone.less */
.portletNavigationTree.portletSiteSetup nav.portletContent > ul > li a:hover {
  text-decoration: none;
}
/* line 13, https://www.historiehuis.nl/++theme++barceloneta/less/controlpanels.plone.less */
.portletNavigationTree.portletSiteSetup a {
  border: none;
  text-align: center;
  height: 100%;
  padding: 0;
}
/* line 25, https://www.historiehuis.nl/++theme++barceloneta/less/controlpanels.plone.less */
.portletNavigationTree.portletSiteSetup a span {
  font-size: 50px;
  text-align: center;
  display: block;
  color: #4d4d4d;
}
/* line 27, https://www.historiehuis.nl/++theme++barceloneta/less/controlpanels.plone.less */
.portletNavigationTree.portletSiteSetup ul {
  background: #edecec;
  padding-bottom: 20px;
}
/* line 28, https://www.historiehuis.nl/++theme++barceloneta/less/controlpanels.plone.less */
.portletNavigationTree.portletSiteSetup li {
  vertical-align: top;
}
/* line 29, https://www.historiehuis.nl/++theme++barceloneta/less/controlpanels.plone.less */
.portletNavigationTree.portletSiteSetup ul > li > a:hover:after {
  content: "";
}
/* line 30, https://www.historiehuis.nl/++theme++barceloneta/less/controlpanels.plone.less */
.portletNavigationTree.portletSiteSetup .inner-configlet {
  margin-top: 10px;
  padding-bottom: 10px;
}
/* line 32, https://www.historiehuis.nl/++theme++barceloneta/less/controlpanels.plone.less */
.portletNavigationTree.portletSiteSetup .inner-configlet:hover {
  background: rgba(255, 255, 255, 0.67);
  border-radius: 5px;
  box-shadow: inset 1px 1px 3px #bbbbbb;
}
/* line 36, https://www.historiehuis.nl/++theme++barceloneta/less/controlpanels.plone.less */
.portletNavigationTree.portletSiteSetup .inner-configlet:hover span {
  color: #333;
}
/* line 43, https://www.historiehuis.nl/++theme++barceloneta/less/controlpanels.plone.less */
.template-overview-controlpanel .portlet.portletSiteSetup .portletContent > ul > li {
  height: 120px;
}
/* line 45, https://www.historiehuis.nl/++theme++barceloneta/less/controlpanels.plone.less */
#portlet-prefs ul ul {
  padding-top: 10px;
}
/* line 47, https://www.historiehuis.nl/++theme++barceloneta/less/controlpanels.plone.less */
#portlet-prefs ul ul li {
  padding-top: 10px;
}
/* line 49, https://www.historiehuis.nl/++theme++barceloneta/less/controlpanels.plone.less */
#portlet-prefs ul ul li a {
  text-align: inherit;
  padding-left: 40px;
}
/* line 52, https://www.historiehuis.nl/++theme++barceloneta/less/controlpanels.plone.less */
#portlet-prefs ul ul li a:before {
  content: "•";
  position: absolute;
  font-size: 25px;
  margin-top: -9px;
  left: 15px;
  color: #a7daf2;
}
/* line 65, https://www.historiehuis.nl/++theme++barceloneta/less/controlpanels.plone.less */
.template-usergroup-groupprefs .field,
.template-usergroup-userprefs .field,
.template-usergroup-controlpanel .field,
.template-member-registration .field {
  margin-top: 2em;
}
/* line 66, https://www.historiehuis.nl/++theme++barceloneta/less/controlpanels.plone.less */
.template-usergroup-groupprefs .formControls,
.template-usergroup-userprefs .formControls,
.template-usergroup-controlpanel .formControls,
.template-member-registration .formControls {
  border-top: 0;
  box-shadow: none;
  margin-bottom: 1em;
}
/* line 67, https://www.historiehuis.nl/++theme++barceloneta/less/controlpanels.plone.less */
.template-usergroup-groupprefs table.listing,
.template-usergroup-userprefs table.listing,
.template-usergroup-controlpanel table.listing,
.template-member-registration table.listing {
  margin-bottom: 0.5em;
}
/* line 68, https://www.historiehuis.nl/++theme++barceloneta/less/controlpanels.plone.less */
.template-usergroup-groupprefs input.quickSearch,
.template-usergroup-userprefs input.quickSearch,
.template-usergroup-controlpanel input.quickSearch,
.template-member-registration input.quickSearch {
  margin-bottom: 0.5em;
}
/* line 69, https://www.historiehuis.nl/++theme++barceloneta/less/controlpanels.plone.less */
.template-usergroup-groupprefs .listingCheckbox,
.template-usergroup-userprefs .listingCheckbox,
.template-usergroup-controlpanel .listingCheckbox,
.template-member-registration .listingCheckbox {
  vertical-align: middle;
  text-align: center;
}
/* line 74, https://www.historiehuis.nl/++theme++barceloneta/less/controlpanels.plone.less */
.template-usergroup-groupprefs form,
.template-usergroup-userprefs form {
  overflow: scroll;
}
/* line 78, https://www.historiehuis.nl/++theme++barceloneta/less/controlpanels.plone.less */
.template-actions-controlpanel #content-core .addAction {
  height: 2em;
}
/* line 81, https://www.historiehuis.nl/++theme++barceloneta/less/controlpanels.plone.less */
.template-actions-controlpanel #content-core section.portlet {
  clear: both;
}
/* line 84, https://www.historiehuis.nl/++theme++barceloneta/less/controlpanels.plone.less */
.template-actions-controlpanel #content-core ol.configlets li {
  margin: 1.2em;
}
/* line 3, https://www.historiehuis.nl/++theme++barceloneta/less/tags.plone.less */
.link-category {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  color: #4d4d4d;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 4px;
  background-color: #e5e5e5;
}
/* line 17, https://www.historiehuis.nl/++theme++barceloneta/less/tags.plone.less */
.link-category[href]:hover,
.link-category[href]:focus {
  background-color: #cccccc;
}
/* line 24, https://www.historiehuis.nl/++theme++barceloneta/less/tags.plone.less */
a.link-category:hover,
a.link-category:focus {
  color: #007bb3;
  text-decoration: none;
  cursor: pointer;
}
/* line 33, https://www.historiehuis.nl/++theme++barceloneta/less/tags.plone.less */
.link-category:empty {
  display: none;
}
/* line 39, https://www.historiehuis.nl/++theme++barceloneta/less/tags.plone.less */
#category {
  margin-bottom: 12px;
}
/* line 41, https://www.historiehuis.nl/++theme++barceloneta/less/tags.plone.less */
#category ul {
  list-style: none;
  padding: 0;
  display: inline;
}
/* line 47, https://www.historiehuis.nl/++theme++barceloneta/less/tags.plone.less */
#category li {
  display: inline-block;
}
/* line 6, https://www.historiehuis.nl/++theme++barceloneta/less/contents.plone.less */
body#visual-portal-wrapper.pat-plone .outer-wrapper [class*="contenttype-"]:before {
  font-family: "Fontello";
  font-size: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  left: inherit;
  display: inline-block;
  color: inherit;
  width: 20px;
  height: 20px;
  text-align: center;
  margin-right: 6px;
}
/* line 11, https://www.historiehuis.nl/++theme++barceloneta/less/contents.plone.less */
body#visual-portal-wrapper.pat-plone .outer-wrapper .contenttype-folder:before {
  content: '\e801';
}
/* line 12, https://www.historiehuis.nl/++theme++barceloneta/less/contents.plone.less */
body#visual-portal-wrapper.pat-plone .outer-wrapper .contenttype-document:before {
  content: '\e80e';
}
/* line 13, https://www.historiehuis.nl/++theme++barceloneta/less/contents.plone.less */
body#visual-portal-wrapper.pat-plone .outer-wrapper .contenttype-file:before {
  content: '\e811';
}
/* line 14, https://www.historiehuis.nl/++theme++barceloneta/less/contents.plone.less */
body#visual-portal-wrapper.pat-plone .outer-wrapper .contenttype-link:before {
  content: '\e806';
}
/* line 15, https://www.historiehuis.nl/++theme++barceloneta/less/contents.plone.less */
body#visual-portal-wrapper.pat-plone .outer-wrapper .contenttype-image:before {
  content: '\e810';
}
/* line 16, https://www.historiehuis.nl/++theme++barceloneta/less/contents.plone.less */
body#visual-portal-wrapper.pat-plone .outer-wrapper .contenttype-collection:before {
  content: '\e808';
}
/* line 17, https://www.historiehuis.nl/++theme++barceloneta/less/contents.plone.less */
body#visual-portal-wrapper.pat-plone .outer-wrapper .contenttype-event:before {
  content: '\e809';
}
/* line 18, https://www.historiehuis.nl/++theme++barceloneta/less/contents.plone.less */
body#visual-portal-wrapper.pat-plone .outer-wrapper .contenttype-news-item:before {
  content: '\e80f';
}
/* line 23, https://www.historiehuis.nl/++theme++barceloneta/less/contents.plone.less */
body#visual-portal-wrapper.pat-plone #edit-zone [class*="contenttype-"] {
  padding: 5px 15px 5px 50px;
}
/* line 25, https://www.historiehuis.nl/++theme++barceloneta/less/contents.plone.less */
body#visual-portal-wrapper.pat-plone #edit-zone a {
  color: #ffffff;
}
/* line 26, https://www.historiehuis.nl/++theme++barceloneta/less/contents.plone.less */
body#visual-portal-wrapper.pat-plone #edit-zone [class*="contenttype-"]:after {
  font-family: "Fontello";
  font-size: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  left: 25px;
  display: inline-block;
  color: inherit;
  width: 20px;
  height: 20px;
  text-align: center;
  margin-right: 6px;
  position: absolute;
  content: '\e834';
}
/* line 33, https://www.historiehuis.nl/++theme++barceloneta/less/contents.plone.less */
body#visual-portal-wrapper.pat-plone #edit-zone .contenttype-folder:after {
  content: '\e801';
}
/* line 34, https://www.historiehuis.nl/++theme++barceloneta/less/contents.plone.less */
body#visual-portal-wrapper.pat-plone #edit-zone .contenttype-document:after {
  content: '\e80e';
}
/* line 35, https://www.historiehuis.nl/++theme++barceloneta/less/contents.plone.less */
body#visual-portal-wrapper.pat-plone #edit-zone .contenttype-file:after {
  content: '\e811';
}
/* line 36, https://www.historiehuis.nl/++theme++barceloneta/less/contents.plone.less */
body#visual-portal-wrapper.pat-plone #edit-zone .contenttype-link:after {
  content: '\e806';
}
/* line 37, https://www.historiehuis.nl/++theme++barceloneta/less/contents.plone.less */
body#visual-portal-wrapper.pat-plone #edit-zone .contenttype-image:after {
  content: '\e810';
}
/* line 38, https://www.historiehuis.nl/++theme++barceloneta/less/contents.plone.less */
body#visual-portal-wrapper.pat-plone #edit-zone .contenttype-collection:after {
  content: '\e808';
}
/* line 39, https://www.historiehuis.nl/++theme++barceloneta/less/contents.plone.less */
body#visual-portal-wrapper.pat-plone #edit-zone .contenttype-event:after {
  content: '\e809';
}
/* line 40, https://www.historiehuis.nl/++theme++barceloneta/less/contents.plone.less */
body#visual-portal-wrapper.pat-plone #edit-zone .contenttype-news-item:after {
  content: '\e80f';
}
/* line 44, https://www.historiehuis.nl/++theme++barceloneta/less/contents.plone.less */
.image-icon,
.image-tile {
  float: right;
}
/* Patterns */
/* line 4, https://www.historiehuis.nl/++theme++barceloneta/less/accessibility.plone.less */
#textAdjust .decrease-text {
  font-size: 12px;
}
/* line 5, https://www.historiehuis.nl/++theme++barceloneta/less/accessibility.plone.less */
#textAdjust .normal-text {
  font-size: 14px;
}
/* line 6, https://www.historiehuis.nl/++theme++barceloneta/less/accessibility.plone.less */
#textAdjust .increase-text {
  font-size: 18px;
}
/* line 5, https://www.historiehuis.nl/++theme++barceloneta/less/toc.plone.less */
.pat-autotoc:not(.autotabs) .autotoc-nav {
  float: right;
  min-width: 150px;
  background-color: #f2f1f1;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.17);
  padding: 6px 12px;
  margin: 0 0 12px 12px;
}
/* line 12, https://www.historiehuis.nl/++theme++barceloneta/less/toc.plone.less */
.pat-autotoc:not(.autotabs) .autotoc-nav a {
  display: block;
}
/* line 13, https://www.historiehuis.nl/++theme++barceloneta/less/toc.plone.less */
.pat-autotoc:not(.autotabs) .autotoc-nav .active,
.pat-autotoc:not(.autotabs) .autotoc-nav .active:hover {
  color: #696969;
  cursor: default;
  text-decoration: none;
}
/* line 14, https://www.historiehuis.nl/++theme++barceloneta/less/toc.plone.less */
.pat-autotoc:not(.autotabs) .autotoc-nav .autotoc-level-1 {
  margin-left: 0;
  font-size: 18px;
}
/* line 18, https://www.historiehuis.nl/++theme++barceloneta/less/toc.plone.less */
.pat-autotoc:not(.autotabs) .autotoc-nav .autotoc-level-2 {
  margin-left: 12px;
  font-size: 14px;
}
/* line 22, https://www.historiehuis.nl/++theme++barceloneta/less/toc.plone.less */
.pat-autotoc:not(.autotabs) .autotoc-nav .autotoc-level-3 {
  margin-left: 24px;
  font-size: 12px;
}
@media (max-width: 769px) {
  /* line 30, https://www.historiehuis.nl/++theme++barceloneta/less/toc.plone.less */
  .pat-autotoc .autotoc-nav {
    float: none;
    margin: 0 0 20px 0;
  }
}
/* line 4, https://www.historiehuis.nl/++theme++barceloneta/less/dropzone.plone.less */
.pat-dropzone .dz-notice {
  margin-bottom: 6px;
}
/* line 7, https://www.historiehuis.nl/++theme++barceloneta/less/dropzone.plone.less */
.pat-dropzone .dz-default {
  border-radius: 6px;
  background-color: #f2f1f1;
  border: 3px dotted #cccccc;
  margin-bottom: 20px;
  padding: 12px;
  color: #696969;
}
/* line 2, https://www.historiehuis.nl/++theme++barceloneta/less/modal.plone.less */
.plone-modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  z-index: 1040;
  background: rgba(255, 255, 255, 0.5);
}
/* line 16, https://www.historiehuis.nl/++theme++barceloneta/less/modal.plone.less */
.plone-modal .plone-modal-dialog {
  width: 100%;
  position: relative;
}
/* line 19, https://www.historiehuis.nl/++theme++barceloneta/less/modal.plone.less */
.plone-modal .plone-modal-dialog .plone-modal-header {
  min-height: 25px;
  padding: 12px;
}
/* line 22, https://www.historiehuis.nl/++theme++barceloneta/less/modal.plone.less */
.plone-modal .plone-modal-dialog .plone-modal-header h3 {
  font-size: 18px;
  margin: 0;
}
/* line 23, https://www.historiehuis.nl/++theme++barceloneta/less/modal.plone.less */
.plone-modal .plone-modal-dialog .plone-modal-header .plone-modal-close {
  margin-top: -12px;
  float: right;
  font-size: 36px;
  font-weight: 100;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
}
/* line 32, https://www.historiehuis.nl/++theme++barceloneta/less/modal.plone.less */
.plone-modal .plone-modal-dialog .plone-modal-header .plone-modal-close:hover,
.plone-modal .plone-modal-dialog .plone-modal-header .plone-modal-close:focus {
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
}
/* line 39, https://www.historiehuis.nl/++theme++barceloneta/less/modal.plone.less */
.plone-modal .plone-modal-dialog .plone-modal-body {
  padding: 12px;
}
/* line 41, https://www.historiehuis.nl/++theme++barceloneta/less/modal.plone.less */
.plone-modal .plone-modal-dialog .plone-modal-body .modal-image {
  text-align: center;
}
/* line 45, https://www.historiehuis.nl/++theme++barceloneta/less/modal.plone.less */
.plone-modal .plone-modal-dialog .plone-modal-footer {
  border-top: 1px solid #cccccc;
  background: #fcfcfd;
  box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.05);
  padding: 12px;
  text-align: right;
}
/* line 49, https://www.historiehuis.nl/++theme++barceloneta/less/modal.plone.less */
.plone-modal .plone-modal-dialog .plone-modal-footer .pattern-modal-buttons input + input {
  margin-left: 12px;
}
/* line 52, https://www.historiehuis.nl/++theme++barceloneta/less/modal.plone.less */
.plone-modal .plone-modal-content {
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  border: 0;
  border-radius: 4px;
  outline: none;
  background-clip: padding-box;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
/* line 64, https://www.historiehuis.nl/++theme++barceloneta/less/modal.plone.less */
.plone-modal.fade {
  opacity: 0;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
}
/* line 68, https://www.historiehuis.nl/++theme++barceloneta/less/modal.plone.less */
.plone-modal.fade.in {
  opacity: 1;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
}
/* line 73, https://www.historiehuis.nl/++theme++barceloneta/less/modal.plone.less */
.plone-modal.fade .plone-modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.25s ease-out;
  -moz-transition: -moz-transform 0.25s ease-out;
  -o-transition: -o-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
}
/* line 82, https://www.historiehuis.nl/++theme++barceloneta/less/modal.plone.less */
.plone-modal.fade.in .plone-modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
/* line 88, https://www.historiehuis.nl/++theme++barceloneta/less/modal.plone.less */
.plone-modal.in {
  display: block !important;
}
/* line 90, https://www.historiehuis.nl/++theme++barceloneta/less/modal.plone.less */
.plone-modal-loading {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .6s ease;
  transition: width .6s ease;
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  border-radius: 0.5em;
  width: 40em;
  height: 40px;
}
/* line 91, https://www.historiehuis.nl/++theme++barceloneta/less/modal.plone.less */
.plone-modal-open {
  padding-right: 0;
}
/* line 92, https://www.historiehuis.nl/++theme++barceloneta/less/modal.plone.less */
.plone-modal-open > *:not(.plone-modal-wrapper,.select2-drop, .mce-floatpanel) {
  -webkit-filter: blur(1px);
  -moz-filter: blur(1px);
  -o-filter: blur(1px);
  -ms-filter: blur(1px);
  filter: blur(1px);
}
/* line 4, https://www.historiehuis.nl/++theme++barceloneta/less/pickadate.plone.less */
.pattern-pickadate-wrapper .pattern-pickadate-time-wrapper {
  float: left;
}
/* line 6, https://www.historiehuis.nl/++theme++barceloneta/less/pickadate.plone.less */
.pattern-pickadate-wrapper .pattern-pickadate-time-wrapper .picker__input {
  width: 180px;
}
/* line 11, https://www.historiehuis.nl/++theme++barceloneta/less/pickadate.plone.less */
.pattern-pickadate-wrapper .pattern-pickadate-date-wrapper .picker__holder {
  width: 300px;
}
/* line 14, https://www.historiehuis.nl/++theme++barceloneta/less/pickadate.plone.less */
.picker--time {
  min-width: 256px;
  max-width: 320px;
}
/* line 18, https://www.historiehuis.nl/++theme++barceloneta/less/pickadate.plone.less */
#content .picker--opened .picker__holder {
  opacity: 1;
}
/* line 21, https://www.historiehuis.nl/++theme++barceloneta/less/pickadate.plone.less */
.picker__holder {
  width: 180px;
  margin: -1px 0 0 0;
  border: 1px solid #cccccc;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  max-height: 300px;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
}
/* line 32, https://www.historiehuis.nl/++theme++barceloneta/less/pickadate.plone.less */
.picker__wrap {
  margin: 0;
  /* overrides -1px used to get rid of unecessary scrollbar */
}
/* line 35, https://www.historiehuis.nl/++theme++barceloneta/less/pickadate.plone.less */
.picker__list-item:hover {
  background: #f0f0f0;
  color: #4d4d4d;
}
/* line 39, https://www.historiehuis.nl/++theme++barceloneta/less/pickadate.plone.less */
.picker__list-item--highlighted:hover,
.picker--focused .picker__list-item--highlighted {
  background: #007bb3;
  color: #fff;
}
/* line 43, https://www.historiehuis.nl/++theme++barceloneta/less/pickadate.plone.less */
li.picker__list-item {
  padding: 6px 12px;
  cursor: pointer;
  color: #696969;
}
/* line 48, https://www.historiehuis.nl/++theme++barceloneta/less/pickadate.plone.less */
ul.picker__list {
  background: #fff;
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 54, https://www.historiehuis.nl/++theme++barceloneta/less/pickadate.plone.less */
.picker--time .picker__button--clear {
  width: 100%;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-radius: 0;
}
/* line 62, https://www.historiehuis.nl/++theme++barceloneta/less/pickadate.plone.less */
.picker__table {
  width: 100%;
  text-align: center;
}
/* line 66, https://www.historiehuis.nl/++theme++barceloneta/less/pickadate.plone.less */
.picker__table th {
  text-align: center;
}
/* line 68, https://www.historiehuis.nl/++theme++barceloneta/less/pickadate.plone.less */
.picker__header {
  text-align: center;
  position: relative;
}
/* line 69, https://www.historiehuis.nl/++theme++barceloneta/less/pickadate.plone.less */
.picker__nav--next,
.picker__nav--prev {
  position: absolute;
  top: 0.5em;
}
/* line 74, https://www.historiehuis.nl/++theme++barceloneta/less/pickadate.plone.less */
.picker__select--month,
.picker__select--year {
  width: 35%;
  display: inline-block;
  margin: 0 6px;
  font-size: 1em;
}
/* line 81, https://www.historiehuis.nl/++theme++barceloneta/less/pickadate.plone.less */
.picker__day {
  font-weight: 400;
}
/* line 84, https://www.historiehuis.nl/++theme++barceloneta/less/pickadate.plone.less */
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  background: #f0f0f0;
}
/* line 88, https://www.historiehuis.nl/++theme++barceloneta/less/pickadate.plone.less */
.picker__day--highlighted:hover,
.picker__day--highlighted {
  background: #007bb3;
  color: #fff;
  font-weight: 600;
}
/* line 93, https://www.historiehuis.nl/++theme++barceloneta/less/pickadate.plone.less */
.picker__day--outfocus {
  color: #cccccc;
}
/* line 4, https://www.historiehuis.nl/++theme++barceloneta/less/sortable.plone.less */
.pat-sortable > *:hover {
  cursor: move;
  cursor: -webkit-grab;
  background: #FFF5CD;
}
/* line 9, https://www.historiehuis.nl/++theme++barceloneta/less/sortable.plone.less */
.pat-sortable .item-dragging,
.pat-sortable .item-dragging:hover {
  cursor: -webkit-grabbing !important;
  background: #f2f2f2;
}
/* line 15, https://www.historiehuis.nl/++theme++barceloneta/less/sortable.plone.less */
.item-dragging.dragging {
  background: #fea;
  cursor: -webkit-grabbing !important;
  padding: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.17);
}
/* line 4, https://www.historiehuis.nl/++theme++barceloneta/less/tablesorter.plone.less */
.pat-tablesorter th:hover {
  color: #007bb3;
}
/* line 5, https://www.historiehuis.nl/++theme++barceloneta/less/tablesorter.plone.less */
.pat-tablesorter .sortdirection {
  font-size: 75%;
  opacity: .5;
  position: relative;
  top: -1px;
  padding: 2px;
  min-width: 15px;
  display: inline-block;
}
/* line 3, https://www.historiehuis.nl/++theme++barceloneta/less/tooltip.plone.less */
.tooltips {
  opacity: 0;
  transition: opacity .2s ease .5s;
  position: absolute;
  background: #333333;
  background: rgba(0, 0, 0, 0.9);
  color: #fafafa;
  font-size: 12px;
  border-radius: 4px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.17);
  max-width: 200px;
  margin-left: -100px;
  left: 200px;
  text-align: center;
  padding: 6px;
}
/* line 18, https://www.historiehuis.nl/++theme++barceloneta/less/tooltip.plone.less */
.tooltips.active {
  opacity: 1;
  transition: opacity .2s ease .5s;
}
/* line 3, https://www.historiehuis.nl/++theme++barceloneta/less/tree.plone.less */
.jqtree-tree {
  list-style: none outside;
  margin-bottom: 0;
  padding: 0;
  padding-left: 18px;
}
/* line 9, https://www.historiehuis.nl/++theme++barceloneta/less/tree.plone.less */
.jqtree-tree .jqtree-toggler {
  left: -18px;
  font-size: 75%;
  top: 30%;
  position: absolute;
}
/* line 15, https://www.historiehuis.nl/++theme++barceloneta/less/tree.plone.less */
.jqtree-tree .jqtree-element {
  padding: 6px;
}
/* line 17, https://www.historiehuis.nl/++theme++barceloneta/less/tree.plone.less */
.jqtree-tree .jqtree-element:hover {
  background: #f0f0f0;
}
/* line 19, https://www.historiehuis.nl/++theme++barceloneta/less/tree.plone.less */
.jqtree-tree .jqtree-selected > .jqtree-element {
  background: #cccccc;
}
/* Structure */
/* line 2, https://www.historiehuis.nl/++theme++barceloneta/less/header.plone.less */
#portal-header {
  margin: 15px auto 20px;
}
/* line 4, https://www.historiehuis.nl/++theme++barceloneta/less/mixin.clearfix.plone.less */
#portal-header:before,
#portal-header:after {
  content: " ";
  display: table;
}
/* line 9, https://www.historiehuis.nl/++theme++barceloneta/less/mixin.clearfix.plone.less */
#portal-header:after {
  clear: both;
}
/* line 6, https://www.historiehuis.nl/++theme++barceloneta/less/header.plone.less */
#portal-logo {
  float: left;
}
/* line 9, https://www.historiehuis.nl/++theme++barceloneta/less/header.plone.less */
#portal-languageselector {
  clear: both;
  display: inline-block;
  float: left;
  margin-right: 29px;
  padding-top: 5px;
}
/* line 15, https://www.historiehuis.nl/++theme++barceloneta/less/header.plone.less */
#portal-languageselector li {
  display: inline-block;
  margin-right: 10px;
}
/* line 20, https://www.historiehuis.nl/++theme++barceloneta/less/header.plone.less */
#portal-anontools {
  float: right;
}
/* line 22, https://www.historiehuis.nl/++theme++barceloneta/less/header.plone.less */
#portal-anontools ul {
  padding-right: 0;
}
/* line 28, https://www.historiehuis.nl/++theme++barceloneta/less/header.plone.less */
#portal-searchbox {
  clear: left;
  margin-left: 3px;
  margin-top: 60px;
  padding-top: 20px;
  position: absolute;
  white-space: nowrap;
  z-index: 2;
}
/* line 36, https://www.historiehuis.nl/++theme++barceloneta/less/header.plone.less */
#portal-searchbox .searchSection {
  display: none;
}
/* line 37, https://www.historiehuis.nl/++theme++barceloneta/less/header.plone.less */
#portal-searchbox [type="submit"] {
  display: none;
}
/* line 38, https://www.historiehuis.nl/++theme++barceloneta/less/header.plone.less */
#portal-searchbox label {
  font-size: 86.667%;
}
/* line 40, https://www.historiehuis.nl/++theme++barceloneta/less/header.plone.less */
#searchbox_currentfolder_only {
  vertical-align: middle;
}
@media (min-width: 768px) {
  /* line 46, https://www.historiehuis.nl/++theme++barceloneta/less/header.plone.less */
  #portal-header {
    margin-bottom: 15px;
  }
  /* line 49, https://www.historiehuis.nl/++theme++barceloneta/less/header.plone.less */
  #portal-languageselector {
    clear: none;
    float: right;
  }
  /* line 53, https://www.historiehuis.nl/++theme++barceloneta/less/header.plone.less */
  #portal-searchbox {
    clear: none;
    float: right;
    margin-left: 1em;
    margin-top: 5px;
    max-width: 50%;
    padding-top: 0;
    position: relative;
  }
  /* line 61, https://www.historiehuis.nl/++theme++barceloneta/less/header.plone.less */
  #portal-searchbox .searchSection {
    display: inherit;
  }
  /* line 62, https://www.historiehuis.nl/++theme++barceloneta/less/header.plone.less */
  #portal-searchbox [type="text"] {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    float: left;
    width: 20rem;
  }
  /* line 68, https://www.historiehuis.nl/++theme++barceloneta/less/header.plone.less */
  #portal-searchbox [type="submit"] {
    margin-left: -1px;
    vertical-align: top;
    width: auto;
    display: inline-block;
  }
}
/* line 3, https://www.historiehuis.nl/++theme++barceloneta/less/sitenav.plone.less */
.plone-nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
/* line 8, https://www.historiehuis.nl/++theme++barceloneta/less/sitenav.plone.less */
.plone-nav > li {
  position: relative;
  display: block;
}
/* line 12, https://www.historiehuis.nl/++theme++barceloneta/less/sitenav.plone.less */
.plone-nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
  color: white;
  font-size: 17px;
}
/* line 18, https://www.historiehuis.nl/++theme++barceloneta/less/sitenav.plone.less */
.plone-nav > li > a:hover,
.plone-nav > li > a:focus {
  text-decoration: none;
  background-color: #7099bf;
}
/* line 27, https://www.historiehuis.nl/++theme++barceloneta/less/sitenav.plone.less */
.plone-navbar {
  background-color: #007bb3;
  color: white;
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.17);
}
/* line 4, https://www.historiehuis.nl/++theme++barceloneta/less/mixin.clearfix.plone.less */
.plone-navbar:before,
.plone-navbar:after {
  content: " ";
  display: table;
}
/* line 9, https://www.historiehuis.nl/++theme++barceloneta/less/mixin.clearfix.plone.less */
.plone-navbar:after {
  clear: both;
}
/* line 4, https://www.historiehuis.nl/++theme++barceloneta/less/mixin.clearfix.plone.less */
.plone-navbar-header:before,
.plone-navbar-header:after {
  content: " ";
  display: table;
}
/* line 9, https://www.historiehuis.nl/++theme++barceloneta/less/mixin.clearfix.plone.less */
.plone-navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 45, https://www.historiehuis.nl/++theme++barceloneta/less/sitenav.plone.less */
  .plone-navbar-header {
    float: left;
  }
}
/* line 50, https://www.historiehuis.nl/++theme++barceloneta/less/sitenav.plone.less */
.plone-navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
  display: none;
}
/* line 60, https://www.historiehuis.nl/++theme++barceloneta/less/sitenav.plone.less */
.plone-navbar-collapse.in {
  overflow-y: auto;
  display: block;
}
@media (min-width: 768px) {
  /* line 65, https://www.historiehuis.nl/++theme++barceloneta/less/sitenav.plone.less */
  .plone-navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  /* line 70, https://www.historiehuis.nl/++theme++barceloneta/less/sitenav.plone.less */
  .plone-navbar-collapse.plone-collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  /* line 77, https://www.historiehuis.nl/++theme++barceloneta/less/sitenav.plone.less */
  .plone-navbar-collapse.in {
    overflow-y: visible;
  }
  /* line 83, https://www.historiehuis.nl/++theme++barceloneta/less/sitenav.plone.less */
  .navbar-fixed-top .plone-navbar-collapse,
  .navbar-static-top .plone-navbar-collapse,
  .navbar-fixed-bottom .plone-navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 92, https://www.historiehuis.nl/++theme++barceloneta/less/sitenav.plone.less */
.plone-navbar-toggle {
  z-index: 1;
  position: relative;
  float: right;
  margin-top: 6px;
  margin-bottom: 3px;
  padding: 6px 10px;
  background-color: transparent;
  background-image: none;
  border: 1px solid white;
  border-radius: 4px;
  /*
  .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: white;
    margin-top: 2px;
  }
  .icon-bar + .icon-bar {
    margin-top: 5px;
  }
  .icon-bar + .icon-bar + .icon-bar {
    margin-bottom: 3px;
  }
  //end burgerbar icon-bar
  */
}
/* line 107, https://www.historiehuis.nl/++theme++barceloneta/less/sitenav.plone.less */
.plone-navbar-toggle:focus {
  outline: 0;
}
/* line 110, https://www.historiehuis.nl/++theme++barceloneta/less/sitenav.plone.less */
.plone-navbar-toggle:hover {
  background-color: #46739c;
  border-color: #365979;
}
/* line 135, https://www.historiehuis.nl/++theme++barceloneta/less/sitenav.plone.less */
.plone-navbar-toggle .icon-bar:after {
  content: "Menu";
  position: relative;
  color: white;
}
/* line 140, https://www.historiehuis.nl/++theme++barceloneta/less/sitenav.plone.less */
.plone-navbar-toggle .icon-bar + .icon-bar:after {
  content: "";
}
@media (min-width: 768px) {
  /* line 143, https://www.historiehuis.nl/++theme++barceloneta/less/sitenav.plone.less */
  .plone-navbar-toggle {
    display: none;
  }
}
/* line 148, https://www.historiehuis.nl/++theme++barceloneta/less/sitenav.plone.less */
.plone-navbar-nav {
  margin: 0 -15px 0;
}
/* line 151, https://www.historiehuis.nl/++theme++barceloneta/less/sitenav.plone.less */
.plone-navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
/* line 157, https://www.historiehuis.nl/++theme++barceloneta/less/sitenav.plone.less */
.plone-navbar-nav > .selected > a,
.plone-navbar-nav > .selected > a:hover,
.plone-navbar-nav > .selected > a:focus {
  color: white;
  background-color: #7099bf;
}
@media (min-width: 768px) {
  /* line 167, https://www.historiehuis.nl/++theme++barceloneta/less/sitenav.plone.less */
  .plone-navbar-nav {
    float: left;
  }
  /* line 170, https://www.historiehuis.nl/++theme++barceloneta/less/sitenav.plone.less */
  .plone-navbar-nav > li {
    float: left;
  }
  /* line 172, https://www.historiehuis.nl/++theme++barceloneta/less/sitenav.plone.less */
  .plone-navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  /* line 178, https://www.historiehuis.nl/++theme++barceloneta/less/sitenav.plone.less */
  .plone-navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
/* line 5, https://www.historiehuis.nl/++theme++barceloneta/less/main.plone.less */
.principal {
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0.1) 14%, transparent 14%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 64%, transparent 64%, transparent);
  background-color: #d9d7d7;
  background-size: 20px 20px;
  margin-top: -20px;
  margin-bottom: 20px;
  padding: 50px 0;
}
/* line 12, https://www.historiehuis.nl/++theme++barceloneta/less/main.plone.less */
.principal .container-fluid {
  margin: 0 auto;
  width: 960px;
}
/* line 16, https://www.historiehuis.nl/++theme++barceloneta/less/main.plone.less */
.gigantic h1 {
  font-size: 500%;
}
/* line 17, https://www.historiehuis.nl/++theme++barceloneta/less/main.plone.less */
.gigantic p {
  font-size: 150%;
}
/* line 21, https://www.historiehuis.nl/++theme++barceloneta/less/main.plone.less */
#content {
  margin-bottom: 48px;
}
/* line 23, https://www.historiehuis.nl/++theme++barceloneta/less/main.plone.less */
#content-core a {
  border-bottom: 1px solid #cccccc;
}
/* line 26, https://www.historiehuis.nl/++theme++barceloneta/less/main.plone.less */
#content-core a:hover,
#content-core a:focus {
  border-bottom: none;
}
/* line 31, https://www.historiehuis.nl/++theme++barceloneta/less/main.plone.less */
#content-core a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* line 35, https://www.historiehuis.nl/++theme++barceloneta/less/main.plone.less */
#content-core .pat-structure a,
#content-core .pat-resourceregistry a {
  border-bottom: none;
}
/* line 38, https://www.historiehuis.nl/++theme++barceloneta/less/main.plone.less */
#content-core .pat-structure a.btn,
#content-core .pat-resourceregistry a.btn,
#content-core .pat-structure .pagination a {
  border-bottom: 1px solid #cccccc;
}
/* line 41, https://www.historiehuis.nl/++theme++barceloneta/less/main.plone.less */
a.plone-toolbar-logo {
  color: #fff;
}
/* line 46, https://www.historiehuis.nl/++theme++barceloneta/less/main.plone.less */
.container,
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  /* line 53, https://www.historiehuis.nl/++theme++barceloneta/less/main.plone.less */
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  /* line 54, https://www.historiehuis.nl/++theme++barceloneta/less/main.plone.less */
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  /* line 55, https://www.historiehuis.nl/++theme++barceloneta/less/main.plone.less */
  .container {
    width: 1170px;
  }
}
@media (min-width: 768px) {
  /* line 57, https://www.historiehuis.nl/++theme++barceloneta/less/main.plone.less */
  .plone-toolbar-top-default .container {
    width: 750px;
  }
}
@media (min-width: 828px) {
  /* line 58, https://www.historiehuis.nl/++theme++barceloneta/less/main.plone.less */
  .plone-toolbar-left-default .container {
    width: 750px;
  }
}
@media (min-width: 888px) {
  /* line 59, https://www.historiehuis.nl/++theme++barceloneta/less/main.plone.less */
  .plone-toolbar-left-expanded .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  /* line 61, https://www.historiehuis.nl/++theme++barceloneta/less/main.plone.less */
  .plone-toolbar-top-default .container {
    width: 970px;
  }
}
@media (min-width: 1052px) {
  /* line 62, https://www.historiehuis.nl/++theme++barceloneta/less/main.plone.less */
  .plone-toolbar-left-default .container {
    width: 970px;
  }
}
@media (min-width: 1112px) {
  /* line 63, https://www.historiehuis.nl/++theme++barceloneta/less/main.plone.less */
  .plone-toolbar-left-expanded .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  /* line 65, https://www.historiehuis.nl/++theme++barceloneta/less/main.plone.less */
  .plone-toolbar-top-default .container {
    width: 1170px;
  }
}
@media (min-width: 1260px) {
  /* line 66, https://www.historiehuis.nl/++theme++barceloneta/less/main.plone.less */
  .plone-toolbar-left-default .container {
    width: 1170px;
  }
}
@media (min-width: 1320px) {
  /* line 67, https://www.historiehuis.nl/++theme++barceloneta/less/main.plone.less */
  .plone-toolbar-left-expanded .container {
    width: 1170px;
  }
}
/*@import "@{barceloneta-footer}";*/
/* line 3, https://www.historiehuis.nl/++theme++barceloneta/less/loginform.plone.less */
body.template-login_form #content-core,
body.template-logged_out #content-core {
  border: 1px solid #e5e5e5;
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  border: 0px;
  background: #fcfcfd;
  max-width: 300px;
  margin: 0 auto 6px;
  padding: 6px 12px;
}
/* line 8, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
body.template-login_form #content-core > :first-child,
body.template-logged_out #content-core > :first-child {
  border-radius: 4px 4px 0 0;
}
/* line 9, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
body.template-login_form #content-core > :last-child,
body.template-logged_out #content-core > :last-child {
  border-radius: 0 0 4px 4px;
}
/* line 10, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
body.template-login_form #content-core .portletHeader,
body.template-logged_out #content-core .portletHeader {
  background: #f2f1f1;
  font-weight: 500;
  font-size: 18px;
  padding: 13px 15px;
  color: #696969;
}
/* line 16, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
body.template-login_form #content-core .portletHeader > a,
body.template-logged_out #content-core .portletHeader > a {
  color: #086ca3;
}
/* line 20, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
body.template-login_form #content-core.portletCalendar .portletHeader,
body.template-logged_out #content-core.portletCalendar .portletHeader {
  text-align: center;
  position: relative;
}
/* line 23, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
body.template-login_form #content-core.portletCalendar .portletHeader .calendarPrevious,
body.template-logged_out #content-core.portletCalendar .portletHeader .calendarPrevious,
body.template-login_form #content-core.portletCalendar .portletHeader .calendarNext,
body.template-logged_out #content-core.portletCalendar .portletHeader .calendarNext {
  width: 30px;
  height: 30px;
  padding: 0 1px 2px;
  border-radius: 50%;
  position: absolute;
  display: inline-block;
  left: 5px;
  font-size: 24px;
  margin-top: -3px;
  line-height: 28px;
  font-weight: 500;
}
/* line 36, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
body.template-login_form #content-core.portletCalendar .portletHeader .calendarPrevious:hover,
body.template-logged_out #content-core.portletCalendar .portletHeader .calendarPrevious:hover,
body.template-login_form #content-core.portletCalendar .portletHeader .calendarNext:hover,
body.template-logged_out #content-core.portletCalendar .portletHeader .calendarNext:hover {
  background: #ffffff;
  text-decoration: none;
}
/* line 37, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
body.template-login_form #content-core.portletCalendar .portletHeader .calendarNext,
body.template-logged_out #content-core.portletCalendar .portletHeader .calendarNext {
  right: 5px;
  left: inherit;
}
/* line 39, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
body.template-login_form #content-core .portletContent,
body.template-logged_out #content-core .portletContent {
  font-size: 14px;
  border-top: 1px solid #e5e5e5;
  background: #ffffff;
  font-weight: 400;
}
/* line 44, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
body.template-login_form #content-core .portletContent > *,
body.template-logged_out #content-core .portletContent > *,
body.template-login_form #content-core .portletContent > div:not(.portalMessage),
body.template-logged_out #content-core .portletContent > div:not(.portalMessage) {
  padding: 10px 15px;
  margin: 0;
  color: #696969;
}
/* line 49, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
body.template-login_form #content-core .portletContent > ul,
body.template-logged_out #content-core .portletContent > ul {
  padding: 0;
  list-style: none;
  position: relative;
}
/* line 54, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
body.template-login_form #content-core .portletContent > ul > li a,
body.template-logged_out #content-core .portletContent > ul > li a {
  display: block;
  padding: 10px 15px 26px 30px;
  position: relative;
  z-index: 1;
  color: #086ca3;
}
/* line 61, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
body.template-login_form #content-core .portletContent > ul > li > a,
body.template-logged_out #content-core .portletContent > ul > li > a {
  border-top: 1px solid #e5e5e5;
}
/* line 62, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
body.template-login_form #content-core .portletContent > ul > li:first-child > a,
body.template-logged_out #content-core .portletContent > ul > li:first-child > a {
  border-top: 0;
}
/* line 63, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
body.template-login_form #content-core .portletContent > ul > li a:before,
body.template-logged_out #content-core .portletContent > ul > li a:before {
  content: "•";
  position: absolute;
  font-size: 25px;
  margin-top: -9px;
  left: 15px;
  color: #a7daf2;
}
/* line 68, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
body.template-login_form #content-core .portletContent > ul ul,
body.template-logged_out #content-core .portletContent > ul ul {
  padding-left: 15px;
  list-style: none;
}
/* line 72, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
body.template-login_form #content-core .portletContent > ul .portletItemDetails,
body.template-logged_out #content-core .portletContent > ul .portletItemDetails {
  display: block;
  z-index: 0;
  padding: 0 15px 10px 30px;
  font-weight: 400;
  position: relative;
  margin-top: -26px;
  font-size: 12px;
  color: #696969;
}
/* line 82, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
body.template-login_form #content-core .portletContent > ul li:hover,
body.template-logged_out #content-core .portletContent > ul li:hover {
  background: #fcfcfd;
}
/* line 83, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
body.template-login_form #content-core .portletContent > ul li:hover a:before,
body.template-logged_out #content-core .portletContent > ul li:hover a:before {
  color: #64bee8;
}
/* line 87, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
body.template-login_form #content-core.portletCalendar table,
body.template-logged_out #content-core.portletCalendar table {
  width: 100%;
  text-align: center;
  vertical-align: middle;
  border-collapse: collapse;
  border-spacing: 0;
}
/* line 88, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
body.template-login_form #content-core.portletCalendar table tr,
body.template-logged_out #content-core.portletCalendar table tr {
  line-height: 30px;
}
/* line 89, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
body.template-login_form #content-core.portletCalendar table thead,
body.template-logged_out #content-core.portletCalendar table thead {
  background: #fcfcfd;
  border-bottom: 1px solid #e5e5e5;
}
/* line 90, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
body.template-login_form #content-core.portletCalendar table thead th,
body.template-logged_out #content-core.portletCalendar table thead th {
  color: #696969;
  font-weight: 300;
  height: 40px;
  text-align: center;
}
/* line 92, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
body.template-login_form #content-core.portletCalendar table td > *,
body.template-logged_out #content-core.portletCalendar table td > * {
  border-radius: 50%;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
}
/* line 93, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
body.template-login_form #content-core.portletCalendar table .cal_has_events,
body.template-logged_out #content-core.portletCalendar table .cal_has_events {
  position: relative;
}
/* line 95, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
body.template-login_form #content-core.portletCalendar table .cal_has_events a:hover,
body.template-logged_out #content-core.portletCalendar table .cal_has_events a:hover {
  background: #dbecfe;
  text-decoration: none;
  box-shadow: 0 0 0 5px #dbecfe;
}
/* line 96, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
body.template-login_form #content-core.portletCalendar table .cal_has_events a:after,
body.template-logged_out #content-core.portletCalendar table .cal_has_events a:after {
  content: "•";
  position: absolute;
  margin-left: 50%;
  left: -3px;
  font-size: 20px;
  color: #a7daf2;
  margin-top: 9px;
}
/* line 105, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
body.template-login_form #content-core.portletCalendar table .cal_has_events a:hover:after,
body.template-logged_out #content-core.portletCalendar table .cal_has_events a:hover:after {
  color: #64bee8;
}
/* line 108, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
body.template-login_form #content-core.portletCalendar table .cal_next_month,
body.template-logged_out #content-core.portletCalendar table .cal_next_month,
body.template-login_form #content-core.portletCalendar table .cal_prev_month,
body.template-logged_out #content-core.portletCalendar table .cal_prev_month {
  color: #000;
}
/* line 110, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
body.template-login_form #content-core.portletCalendar table .cal_next_month.cal_has_events > a,
body.template-logged_out #content-core.portletCalendar table .cal_next_month.cal_has_events > a,
body.template-login_form #content-core.portletCalendar table .cal_prev_month.cal_has_events > a,
body.template-logged_out #content-core.portletCalendar table .cal_prev_month.cal_has_events > a {
  color: #a7daf2;
}
/* line 111, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
body.template-login_form #content-core.portletCalendar table .cal_next_month.cal_has_events > a:after,
body.template-logged_out #content-core.portletCalendar table .cal_next_month.cal_has_events > a:after,
body.template-login_form #content-core.portletCalendar table .cal_prev_month.cal_has_events > a:after,
body.template-logged_out #content-core.portletCalendar table .cal_prev_month.cal_has_events > a:after {
  color: #d3edf8;
}
/* line 112, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
body.template-login_form #content-core.portletCalendar table .cal_next_month.cal_has_events > a:hover,
body.template-logged_out #content-core.portletCalendar table .cal_next_month.cal_has_events > a:hover,
body.template-login_form #content-core.portletCalendar table .cal_prev_month.cal_has_events > a:hover,
body.template-logged_out #content-core.portletCalendar table .cal_prev_month.cal_has_events > a:hover {
  color: #004666;
}
/* line 113, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
body.template-login_form #content-core.portletCalendar table .cal_next_month.cal_has_events > a:hover:after,
body.template-logged_out #content-core.portletCalendar table .cal_next_month.cal_has_events > a:hover:after,
body.template-login_form #content-core.portletCalendar table .cal_prev_month.cal_has_events > a:hover:after,
body.template-logged_out #content-core.portletCalendar table .cal_prev_month.cal_has_events > a:hover:after {
  color: #64bee8;
}
/* line 115, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
body.template-login_form #content-core.portletCalendar table .today > *,
body.template-logged_out #content-core.portletCalendar table .today > * {
  background: #e5e5e5;
  font-weight: 500;
  box-shadow: 0 0 0 5px #e5e5e5;
  color: #000;
}
/* line 116, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
body.template-login_form #content-core.portletCalendar table tbody tr:first-child td > *,
body.template-logged_out #content-core.portletCalendar table tbody tr:first-child td > * {
  margin-top: 10px;
}
/* line 117, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
body.template-login_form #content-core.portletCalendar table tbody tr:last-child td > *,
body.template-logged_out #content-core.portletCalendar table tbody tr:last-child td > * {
  margin-bottom: 10px;
}
/* line 119, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
body.template-login_form #content-core .formControls,
body.template-logged_out #content-core .formControls {
  border: 0;
  background: none;
  padding: 0;
  box-shadow: none;
}
/* line 120, https://www.historiehuis.nl/++theme++barceloneta/less/portlets.plone.less */
body.template-login_form #content-core .portletFooter,
body.template-logged_out #content-core .portletFooter {
  border-top: 1px solid #e5e5e5;
  background: #fcfcfd;
  padding: 10px 15px;
  font-size: 12px;
  font-weight: 400;
  box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.05);
}
/* line 14, https://www.historiehuis.nl/++theme++barceloneta/less/loginform.plone.less */
#portal-anontools ul {
  text-align: right;
  list-style: none;
}
/* line 15, https://www.historiehuis.nl/++theme++barceloneta/less/loginform.plone.less */
#portal-anontools li {
  margin: 12px 0 12px 12px;
}
/* line 3, https://www.historiehuis.nl/++theme++barceloneta/less/sitemap.plone.less */
#portal-sitemap {
  list-style: none;
  padding-left: 0;
}
/* line 6, https://www.historiehuis.nl/++theme++barceloneta/less/sitemap.plone.less */
#portal-sitemap > li {
  font-size: 18px;
  border-top: 1px solid #e5e5e5;
  padding: 6px 0;
}
/* line 11, https://www.historiehuis.nl/++theme++barceloneta/less/sitemap.plone.less */
#portal-sitemap ul {
  list-style: none;
  position: relative;
  font-size: 14px;
  padding-left: 20px;
}
/* line 16, https://www.historiehuis.nl/++theme++barceloneta/less/sitemap.plone.less */
#portal-sitemap ul li {
  position: relative;
}
/* line 19, https://www.historiehuis.nl/++theme++barceloneta/less/sitemap.plone.less */
#portal-sitemap ul li:before {
  content: "•";
  display: inline;
  font-size: 25px;
  color: #a7daf2;
  top: 5px;
  position: relative;
}
/* Products */
/* line 7, https://www.historiehuis.nl/++theme++barceloneta/less/event.plone.less */
.vevent span.cal_month {
  font-size: 1.1em;
}
/* line 14, https://www.historiehuis.nl/++theme++barceloneta/less/event.plone.less */
.event.summary {
  font-weight: 400;
  max-width: 300px;
  float: right;
  background: #fafafa;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.17);
  padding: 12px 12px 12px 36px;
  margin-left: 5px;
}
/* line 23, https://www.historiehuis.nl/++theme++barceloneta/less/event.plone.less */
.event.summary strong,
.event.summary li > span {
  display: block;
}
/* line 30, https://www.historiehuis.nl/++theme++barceloneta/less/event.plone.less */
.event_listing article {
  border-top: 1px solid #e5e5e5;
  padding: 12px 0 12px;
}
/* line 33, https://www.historiehuis.nl/++theme++barceloneta/less/event.plone.less */
.event_listing article h2 {
  margin: 0;
  padding: 12px 0 12px;
}
/* line 35, https://www.historiehuis.nl/++theme++barceloneta/less/event.plone.less */
.event_listing article:first-child {
  border-top: 0;
  margin-top: -6px;
}
/* line 36, https://www.historiehuis.nl/++theme++barceloneta/less/event.plone.less */
.cal_date {
  float: right;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.17);
  text-align: center;
  width: 100px;
  margin: 12px 0 12px 12px;
  border-radius: 4px;
  overflow: hidden;
}
/* line 37, https://www.historiehuis.nl/++theme++barceloneta/less/event.plone.less */
.cal_month {
  background: #00afff;
  font-weight: 400;
  display: block;
  color: #fff;
  padding: 6px 12px;
}
/* line 38, https://www.historiehuis.nl/++theme++barceloneta/less/event.plone.less */
.cal_day {
  font-size: 36px;
  font-weight: 700;
  display: block;
}
/* line 39, https://www.historiehuis.nl/++theme++barceloneta/less/event.plone.less */
.cal_wkday {
  font-size: 12px;
  font-weight: 300;
  display: block;
  padding: 0 12px 6px;
}
/* line 40, https://www.historiehuis.nl/++theme++barceloneta/less/event.plone.less */
.event_listing .sub_nav {
  float: right;
}
/* line 43, https://www.historiehuis.nl/++theme++barceloneta/less/event.plone.less */
.template-event_listing .caltrigger {
  display: none;
}
/* line 45, https://www.historiehuis.nl/++theme++barceloneta/less/event.plone.less */
.autotabs .autotoc-nav .events-month-prev,
.autotabs .autotoc-nav .events-week-prev,
.autotabs .autotoc-nav .events-day-prev {
  position: relative;
  border-top-left-radius: 0;
  padding-left: 6px;
}
/* line 49, https://www.historiehuis.nl/++theme++barceloneta/less/event.plone.less */
.autotabs .autotoc-nav .events-month-prev:before,
.autotabs .autotoc-nav .events-week-prev:before,
.autotabs .autotoc-nav .events-day-prev:before {
  content: "";
  position: absolute;
  padding: 0 5px;
  color: #e5e5e5;
  border-right: 5px solid;
  border-top: 23px solid transparent;
  border-bottom: 23px solid transparent;
  left: -6px;
  top: -1px;
  padding: 0 !important;
}
/* line 61, https://www.historiehuis.nl/++theme++barceloneta/less/event.plone.less */
.autotabs .autotoc-nav .events-month-prev:after,
.autotabs .autotoc-nav .events-week-prev:after,
.autotabs .autotoc-nav .events-day-prev:after {
  content: "";
  position: absolute;
  padding: 0 5px;
  color: #fcfcfd;
  border-right: 5px solid;
  border-top: 23px solid transparent;
  border-bottom: 23px solid transparent;
  left: -5px;
  top: -1px;
  padding: 0 !important;
}
/* line 73, https://www.historiehuis.nl/++theme++barceloneta/less/event.plone.less */
.autotabs .autotoc-nav .events-month-prev:hover:after,
.autotabs .autotoc-nav .events-week-prev:hover:after,
.autotabs .autotoc-nav .events-day-prev:hover:after {
  color: #ffffff;
}
/* line 77, https://www.historiehuis.nl/++theme++barceloneta/less/event.plone.less */
.autotabs .autotoc-nav .events-month-next,
.autotabs .autotoc-nav .events-week-next,
.autotabs .autotoc-nav .events-day-next {
  position: relative;
  border-top-right-radius: 0;
  padding-right: 6px;
}
/* line 81, https://www.historiehuis.nl/++theme++barceloneta/less/event.plone.less */
.autotabs .autotoc-nav .events-month-next:before,
.autotabs .autotoc-nav .events-week-next:before,
.autotabs .autotoc-nav .events-day-next:before {
  content: "";
  position: absolute;
  padding: 0 5px;
  color: #e5e5e5;
  border-left: 5px solid;
  border-top: 23px solid transparent;
  border-bottom: 23px solid transparent;
  right: -6px;
  top: -1px;
  padding: 0 !important;
}
/* line 93, https://www.historiehuis.nl/++theme++barceloneta/less/event.plone.less */
.autotabs .autotoc-nav .events-month-next:after,
.autotabs .autotoc-nav .events-week-next:after,
.autotabs .autotoc-nav .events-day-next:after {
  content: "";
  position: absolute;
  padding: 0 5px;
  color: #fcfcfd;
  border-left: 5px solid;
  border-top: 23px solid transparent;
  border-bottom: 23px solid transparent;
  right: -5px;
  top: -1px;
  padding: 0 !important;
}
/* line 105, https://www.historiehuis.nl/++theme++barceloneta/less/event.plone.less */
.autotabs .autotoc-nav .events-month-next:hover:after,
.autotabs .autotoc-nav .events-week-next:hover:after,
.autotabs .autotoc-nav .events-day-next:hover:after {
  color: #ffffff;
}
/* line 3, https://www.historiehuis.nl/++theme++barceloneta/less/image.plone.less */
.image-product {
  margin: 0;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
  overflow: hidden;
  display: inline-block;
}
/* line 9, https://www.historiehuis.nl/++theme++barceloneta/less/image.plone.less */
.image-product figcaption {
  font-size: 12px;
  background: #fcfcfd;
  margin: 6px 12px;
}
/* line 18, https://www.historiehuis.nl/++theme++barceloneta/less/image.plone.less */
.portraitPhoto {
  margin: 0;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
  overflow: hidden;
  display: inline-block;
  float: right !important;
  float: right;
  border-radius: 50px;
}
/* line 9, https://www.historiehuis.nl/++theme++barceloneta/less/image.plone.less */
.portraitPhoto figcaption {
  font-size: 12px;
  background: #fcfcfd;
  margin: 6px 12px;
}
/* line 3, https://www.historiehuis.nl/++theme++barceloneta/less/behaviors.plone.less */
.newsImageContainer {
  float: right;
  margin: 0 0 6px 6px;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
  overflow: hidden;
}
/* line 10, https://www.historiehuis.nl/++theme++barceloneta/less/behaviors.plone.less */
.newsImageContainer a {
  display: table;
  background-color: #fafafa;
}
/* line 14, https://www.historiehuis.nl/++theme++barceloneta/less/behaviors.plone.less */
.newsImageContainer a img {
  display: block;
}
/* line 15, https://www.historiehuis.nl/++theme++barceloneta/less/behaviors.plone.less */
.newsImageContainer figcaption {
  display: table-caption;
  caption-side: bottom;
  font-size: 12px;
  background: #fcfcfd;
}
/* line 4, https://www.historiehuis.nl/++theme++barceloneta/less/mixin.clearfix.plone.less */
#commenting:before,
#commenting:after {
  content: " ";
  display: table;
}
/* line 9, https://www.historiehuis.nl/++theme++barceloneta/less/mixin.clearfix.plone.less */
#commenting:after {
  clear: both;
}
/* line 6, https://www.historiehuis.nl/++theme++barceloneta/less/discussion.plone.less */
#commenting legend,
.discussion legend {
  padding: 0.5em 0.5em 0.5em 0;
  font-weight: normal;
}
/* line 4, https://www.historiehuis.nl/++theme++barceloneta/less/mixin.clearfix.plone.less */
.discussion:before,
.discussion:after {
  content: " ";
  display: table;
}
/* line 9, https://www.historiehuis.nl/++theme++barceloneta/less/mixin.clearfix.plone.less */
.discussion:after {
  clear: both;
}
/* line 14, https://www.historiehuis.nl/++theme++barceloneta/less/discussion.plone.less */
.discussion .comment {
  margin-bottom: 12px;
  padding-left: 40px;
}
/* line 19, https://www.historiehuis.nl/++theme++barceloneta/less/discussion.plone.less */
.discussion .commentImage {
  float: left !important;
  float: left;
  border-radius: 50px;
  overflow: hidden;
  position: absolute;
  margin-left: -40px;
  margin-top: 3px;
}
/* line 28, https://www.historiehuis.nl/++theme++barceloneta/less/discussion.plone.less */
.discussion .documentByLine {
  font-weight: normal;
}
/* line 32, https://www.historiehuis.nl/++theme++barceloneta/less/discussion.plone.less */
.discussion .commentDate {
  float: right !important;
  float: right;
  display: inline;
  font-size: 12px;
  color: #76797C;
}
/* line 39, https://www.historiehuis.nl/++theme++barceloneta/less/discussion.plone.less */
.discussion .commentBody {
  margin: 1em 0;
  padding: 1em;
  overflow: auto;
  border: 1px solid #ccc;
}
/* line 44, https://www.historiehuis.nl/++theme++barceloneta/less/discussion.plone.less */
.discussion .commentBody p {
  float: left;
  margin-bottom: 0;
}
/* line 51, https://www.historiehuis.nl/++theme++barceloneta/less/discussion.plone.less */
.discussion .commentactionsform {
  display: inline;
  margin-left: 6px;
}
/* line 56, https://www.historiehuis.nl/++theme++barceloneta/less/discussion.plone.less */
.discussion .commentActions {
  float: right;
  text-align: right;
}
/* line 61, https://www.historiehuis.nl/++theme++barceloneta/less/discussion.plone.less */
.discussion .reply {
  border-bottom: 1px solid #e5e5e5;
}
/* line 67, https://www.historiehuis.nl/++theme++barceloneta/less/discussion.plone.less */
.cancelreplytocomment {
  /* Hide the cancel button in the comment form, show it only in the reply form
   * in order to close it.
   */
  display: none;
}
/* line 74, https://www.historiehuis.nl/++theme++barceloneta/less/discussion.plone.less */
.replyTreeLevel0 {
  margin-left: 0;
}
/* line 75, https://www.historiehuis.nl/++theme++barceloneta/less/discussion.plone.less */
.replyTreeLevel1 {
  margin-left: 24px;
}
/* line 76, https://www.historiehuis.nl/++theme++barceloneta/less/discussion.plone.less */
.replyTreeLevel2 {
  margin-left: 48px;
}
/* line 77, https://www.historiehuis.nl/++theme++barceloneta/less/discussion.plone.less */
.replyTreeLevel3 {
  margin-left: 72px;
}
/* line 78, https://www.historiehuis.nl/++theme++barceloneta/less/discussion.plone.less */
.replyTreeLevel4 {
  margin-left: 96px;
}
/* line 79, https://www.historiehuis.nl/++theme++barceloneta/less/discussion.plone.less */
.replyTreeLevel5 {
  margin-left: 120px;
}
/* line 80, https://www.historiehuis.nl/++theme++barceloneta/less/discussion.plone.less */
.replyTreeLevel6 {
  margin-left: 144px;
}
/* line 81, https://www.historiehuis.nl/++theme++barceloneta/less/discussion.plone.less */
.replyTreeLevel7 {
  margin-left: 168px;
}
/* line 82, https://www.historiehuis.nl/++theme++barceloneta/less/discussion.plone.less */
.replyTreeLevel8 {
  margin-left: 192px;
}
/* line 83, https://www.historiehuis.nl/++theme++barceloneta/less/discussion.plone.less */
.replyTreeLevel9 {
  margin-left: 216px;
}
/* line 84, https://www.historiehuis.nl/++theme++barceloneta/less/discussion.plone.less */
.replyTreeLevel10 {
  margin-left: 240px;
}
/* line 87, https://www.historiehuis.nl/++theme++barceloneta/less/discussion.plone.less */
#viewlet-below-content .loginbutton {
  margin: 12px 0;
}
/* line 89, https://www.historiehuis.nl/++theme++barceloneta/less/discussion.plone.less */
#viewlet-below-content .reply .loginbutton {
  display: none;
}
/* line 90, https://www.historiehuis.nl/++theme++barceloneta/less/discussion.plone.less */
#viewlet-below-content .reply ~ .reply .loginbutton {
  display: inline-block;
}
/* line 93, https://www.historiehuis.nl/++theme++barceloneta/less/discussion.plone.less */
#dobulkaction {
  margin: 0.3em 0;
}
/* line 98, https://www.historiehuis.nl/++theme++barceloneta/less/discussion.plone.less */
.template-discussion-controlpanel .unclickable {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
/* line 1, https://www.historiehuis.nl/++theme++barceloneta/less/search.plone.less */
.searchPage {
  position: relative;
}
/* line 5, https://www.historiehuis.nl/++theme++barceloneta/less/search.plone.less */
.searchPage .actionMenu.activated dd {
  display: block;
}
/* line 9, https://www.historiehuis.nl/++theme++barceloneta/less/search.plone.less */
.searchPage .actionMenu {
  float: right;
}
/* line 12, https://www.historiehuis.nl/++theme++barceloneta/less/search.plone.less */
.searchPage .actionMenu dt {
  top: 0;
  right: 0;
  position: absolute;
}
/* line 18, https://www.historiehuis.nl/++theme++barceloneta/less/search.plone.less */
.searchPage .actionMenu dd {
  display: none;
  position: absolute;
  right: 0;
  top: 35px;
  width: 300px;
  background-color: #fcfcfd;
  border: 1px solid #e5e5e5;
  padding: 15px;
  z-index: 10;
}
/* line 32, https://www.historiehuis.nl/++theme++barceloneta/less/search.plone.less */
#search-results-bar #results-count {
  float: right;
  padding-top: 15px;
  padding-right: 15px;
}
/* line 39, https://www.historiehuis.nl/++theme++barceloneta/less/search.plone.less */
#searchform .input-group {
  max-width: 600px;
}
/* line 41, https://www.historiehuis.nl/++theme++barceloneta/less/search.plone.less */
#searchform .input-group input.searchPage.btn {
  width: 120px;
}
/* line 46, https://www.historiehuis.nl/++theme++barceloneta/less/search.plone.less */
#search-filter input {
  margin-right: 0.5rem;
}
/* Products */
/* ### END OF PLONE IMPORTS ### */
/* include theme css as less */
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/* line 7, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
/* line 12, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
body {
  margin: 0;
}
/* line 15, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/* line 30, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
/* line 37, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
audio:not([controls]) {
  display: none;
  height: 0;
}
/* line 41, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
[hidden],
template {
  display: none;
}
/* line 45, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
a {
  background-color: transparent;
}
/* line 48, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
a:active,
a:hover {
  outline: 0;
}
/* line 52, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
abbr[title] {
  border-bottom: 1px dotted;
}
/* line 55, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
b,
strong {
  font-weight: bold;
}
/* line 59, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
dfn {
  font-style: italic;
}
/* line 62, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
h1 {
  margin: .67em 0;
  font-size: 2em;
}
/* line 66, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
mark {
  color: #000;
  background: #ff0;
}
/* line 70, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
small {
  font-size: 80%;
}
/* line 73, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
/* line 80, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
sup {
  top: -0.5em;
}
/* line 83, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
sub {
  bottom: -0.25em;
}
/* line 86, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
img {
  border: 0;
}
/* line 89, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
svg:not(:root) {
  overflow: hidden;
}
/* line 92, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
figure {
  margin: 1em 40px;
}
/* line 95, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
/* line 101, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
pre {
  overflow: auto;
}
/* line 104, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* line 111, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
/* line 120, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
button {
  overflow: visible;
}
/* line 123, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
button,
select {
  text-transform: none;
}
/* line 127, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
/* line 134, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
button[disabled],
html input[disabled] {
  cursor: default;
}
/* line 138, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
/* line 143, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
input {
  line-height: normal;
}
/* line 146, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
/* line 153, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/* line 157, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
/* line 163, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/* line 167, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
/* line 172, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
legend {
  padding: 0;
  border: 0;
}
/* line 176, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
textarea {
  overflow: auto;
}
/* line 179, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
optgroup {
  font-weight: bold;
}
/* line 182, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
table {
  border-spacing: 0;
  border-collapse: collapse;
}
/* line 186, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  /* line 192, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  /* line 201, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  a,
  a:visited {
    text-decoration: underline;
  }
  /* line 205, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  a[href]:after {
    content: " (" attr(href) ")";
  }
  /* line 208, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* line 211, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  /* line 215, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /* line 221, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  thead {
    display: table-header-group;
  }
  /* line 224, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  tr,
  img {
    page-break-inside: avoid;
  }
  /* line 228, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  img {
    max-width: 100% !important;
  }
  /* line 231, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 237, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  h2,
  h3 {
    page-break-after: avoid;
  }
  /* line 241, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .navbar {
    display: none;
  }
  /* line 244, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  /* line 248, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .label {
    border: 1px solid #000;
  }
  /* line 251, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .table {
    border-collapse: collapse !important;
  }
  /* line 254, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .table td,
  .table th {
    background-color: #fff !important;
  }
  /* line 258, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../++theme++plonetheme.cuypershuis/fonts/glyphicons-halflings-regular.eot');
  src: url('../++theme++plonetheme.cuypershuis/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../++theme++plonetheme.cuypershuis/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../++theme++plonetheme.cuypershuis/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../++theme++plonetheme.cuypershuis/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../++theme++plonetheme.cuypershuis/fonts/glyphicons-halflings-regular.svg') format('svg');
}
/* line 269, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 281, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-asterisk:before {
  content: "\002a";
}
/* line 284, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-plus:before {
  content: "\002b";
}
/* line 287, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
/* line 291, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-minus:before {
  content: "\2212";
}
/* line 294, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-cloud:before {
  content: "\2601";
}
/* line 297, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-envelope:before {
  content: "\2709";
}
/* line 300, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-pencil:before {
  content: "\270f";
}
/* line 303, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-glass:before {
  content: "\e001";
}
/* line 306, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-music:before {
  content: "\e002";
}
/* line 309, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-search:before {
  content: "\e003";
}
/* line 312, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-heart:before {
  content: "\e005";
}
/* line 315, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-star:before {
  content: "\e006";
}
/* line 318, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-star-empty:before {
  content: "\e007";
}
/* line 321, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-user:before {
  content: "\e008";
}
/* line 324, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-film:before {
  content: "\e009";
}
/* line 327, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-th-large:before {
  content: "\e010";
}
/* line 330, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-th:before {
  content: "\e011";
}
/* line 333, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-th-list:before {
  content: "\e012";
}
/* line 336, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-ok:before {
  content: "\e013";
}
/* line 339, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-remove:before {
  content: "\e014";
}
/* line 342, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-zoom-in:before {
  content: "\e015";
}
/* line 345, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-zoom-out:before {
  content: "\e016";
}
/* line 348, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-off:before {
  content: "\e017";
}
/* line 351, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-signal:before {
  content: "\e018";
}
/* line 354, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-cog:before {
  content: "\e019";
}
/* line 357, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-trash:before {
  content: "\e020";
}
/* line 360, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-home:before {
  content: "\e021";
}
/* line 363, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-file:before {
  content: "\e022";
}
/* line 366, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-time:before {
  content: "\e023";
}
/* line 369, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-road:before {
  content: "\e024";
}
/* line 372, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-download-alt:before {
  content: "\e025";
}
/* line 375, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-download:before {
  content: "\e026";
}
/* line 378, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-upload:before {
  content: "\e027";
}
/* line 381, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-inbox:before {
  content: "\e028";
}
/* line 384, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-play-circle:before {
  content: "\e029";
}
/* line 387, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-repeat:before {
  content: "\e030";
}
/* line 390, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-refresh:before {
  content: "\e031";
}
/* line 393, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-list-alt:before {
  content: "\e032";
}
/* line 396, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-lock:before {
  content: "\e033";
}
/* line 399, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-flag:before {
  content: "\e034";
}
/* line 402, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-headphones:before {
  content: "\e035";
}
/* line 405, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-volume-off:before {
  content: "\e036";
}
/* line 408, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-volume-down:before {
  content: "\e037";
}
/* line 411, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-volume-up:before {
  content: "\e038";
}
/* line 414, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-qrcode:before {
  content: "\e039";
}
/* line 417, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-barcode:before {
  content: "\e040";
}
/* line 420, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-tag:before {
  content: "\e041";
}
/* line 423, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-tags:before {
  content: "\e042";
}
/* line 426, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-book:before {
  content: "\e043";
}
/* line 429, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-bookmark:before {
  content: "\e044";
}
/* line 432, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-print:before {
  content: "\e045";
}
/* line 435, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-camera:before {
  content: "\e046";
}
/* line 438, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-font:before {
  content: "\e047";
}
/* line 441, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-bold:before {
  content: "\e048";
}
/* line 444, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-italic:before {
  content: "\e049";
}
/* line 447, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-text-height:before {
  content: "\e050";
}
/* line 450, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-text-width:before {
  content: "\e051";
}
/* line 453, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-align-left:before {
  content: "\e052";
}
/* line 456, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-align-center:before {
  content: "\e053";
}
/* line 459, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-align-right:before {
  content: "\e054";
}
/* line 462, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-align-justify:before {
  content: "\e055";
}
/* line 465, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-list:before {
  content: "\e056";
}
/* line 468, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-indent-left:before {
  content: "\e057";
}
/* line 471, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-indent-right:before {
  content: "\e058";
}
/* line 474, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-facetime-video:before {
  content: "\e059";
}
/* line 477, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-picture:before {
  content: "\e060";
}
/* line 480, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-map-marker:before {
  content: "\e062";
}
/* line 483, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-adjust:before {
  content: "\e063";
}
/* line 486, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-tint:before {
  content: "\e064";
}
/* line 489, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-edit:before {
  content: "\e065";
}
/* line 492, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-share:before {
  content: "\e066";
}
/* line 495, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-check:before {
  content: "\e067";
}
/* line 498, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-move:before {
  content: "\e068";
}
/* line 501, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-step-backward:before {
  content: "\e069";
}
/* line 504, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-fast-backward:before {
  content: "\e070";
}
/* line 507, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-backward:before {
  content: "\e071";
}
/* line 510, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-play:before {
  content: "\e072";
}
/* line 513, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-pause:before {
  content: "\e073";
}
/* line 516, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-stop:before {
  content: "\e074";
}
/* line 519, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-forward:before {
  content: "\e075";
}
/* line 522, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-fast-forward:before {
  content: "\e076";
}
/* line 525, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-step-forward:before {
  content: "\e077";
}
/* line 528, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-eject:before {
  content: "\e078";
}
/* line 531, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-chevron-left:before {
  content: "\e079";
}
/* line 534, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-chevron-right:before {
  content: "\e080";
}
/* line 537, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-plus-sign:before {
  content: "\e081";
}
/* line 540, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-minus-sign:before {
  content: "\e082";
}
/* line 543, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-remove-sign:before {
  content: "\e083";
}
/* line 546, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-ok-sign:before {
  content: "\e084";
}
/* line 549, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-question-sign:before {
  content: "\e085";
}
/* line 552, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-info-sign:before {
  content: "\e086";
}
/* line 555, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-screenshot:before {
  content: "\e087";
}
/* line 558, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-remove-circle:before {
  content: "\e088";
}
/* line 561, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-ok-circle:before {
  content: "\e089";
}
/* line 564, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-ban-circle:before {
  content: "\e090";
}
/* line 567, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-arrow-left:before {
  content: "\e091";
}
/* line 570, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-arrow-right:before {
  content: "\e092";
}
/* line 573, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-arrow-up:before {
  content: "\e093";
}
/* line 576, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-arrow-down:before {
  content: "\e094";
}
/* line 579, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-share-alt:before {
  content: "\e095";
}
/* line 582, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-resize-full:before {
  content: "\e096";
}
/* line 585, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-resize-small:before {
  content: "\e097";
}
/* line 588, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
/* line 591, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-gift:before {
  content: "\e102";
}
/* line 594, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-leaf:before {
  content: "\e103";
}
/* line 597, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-fire:before {
  content: "\e104";
}
/* line 600, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-eye-open:before {
  content: "\e105";
}
/* line 603, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-eye-close:before {
  content: "\e106";
}
/* line 606, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-warning-sign:before {
  content: "\e107";
}
/* line 609, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-plane:before {
  content: "\e108";
}
/* line 612, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-calendar:before {
  content: "\e109";
}
/* line 615, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-random:before {
  content: "\e110";
}
/* line 618, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-comment:before {
  content: "\e111";
}
/* line 621, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-magnet:before {
  content: "\e112";
}
/* line 624, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-chevron-up:before {
  content: "\e113";
}
/* line 627, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-chevron-down:before {
  content: "\e114";
}
/* line 630, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-retweet:before {
  content: "\e115";
}
/* line 633, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-shopping-cart:before {
  content: "\e116";
}
/* line 636, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-folder-close:before {
  content: "\e117";
}
/* line 639, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-folder-open:before {
  content: "\e118";
}
/* line 642, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-resize-vertical:before {
  content: "\e119";
}
/* line 645, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
/* line 648, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-hdd:before {
  content: "\e121";
}
/* line 651, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-bullhorn:before {
  content: "\e122";
}
/* line 654, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-bell:before {
  content: "\e123";
}
/* line 657, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-certificate:before {
  content: "\e124";
}
/* line 660, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-thumbs-up:before {
  content: "\e125";
}
/* line 663, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-thumbs-down:before {
  content: "\e126";
}
/* line 666, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-hand-right:before {
  content: "\e127";
}
/* line 669, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-hand-left:before {
  content: "\e128";
}
/* line 672, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-hand-up:before {
  content: "\e129";
}
/* line 675, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-hand-down:before {
  content: "\e130";
}
/* line 678, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
/* line 681, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
/* line 684, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
/* line 687, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
/* line 690, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-globe:before {
  content: "\e135";
}
/* line 693, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-wrench:before {
  content: "\e136";
}
/* line 696, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-tasks:before {
  content: "\e137";
}
/* line 699, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-filter:before {
  content: "\e138";
}
/* line 702, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-briefcase:before {
  content: "\e139";
}
/* line 705, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-fullscreen:before {
  content: "\e140";
}
/* line 708, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-dashboard:before {
  content: "\e141";
}
/* line 711, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-paperclip:before {
  content: "\e142";
}
/* line 714, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-heart-empty:before {
  content: "\e143";
}
/* line 717, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-link:before {
  content: "\e144";
}
/* line 720, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-phone:before {
  content: "\e145";
}
/* line 723, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-pushpin:before {
  content: "\e146";
}
/* line 726, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-usd:before {
  content: "\e148";
}
/* line 729, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-gbp:before {
  content: "\e149";
}
/* line 732, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-sort:before {
  content: "\e150";
}
/* line 735, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
/* line 738, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
/* line 741, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-sort-by-order:before {
  content: "\e153";
}
/* line 744, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
/* line 747, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
/* line 750, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
/* line 753, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-unchecked:before {
  content: "\e157";
}
/* line 756, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-expand:before {
  content: "\e158";
}
/* line 759, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-collapse-down:before {
  content: "\e159";
}
/* line 762, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-collapse-up:before {
  content: "\e160";
}
/* line 765, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-log-in:before {
  content: "\e161";
}
/* line 768, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-flash:before {
  content: "\e162";
}
/* line 771, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-log-out:before {
  content: "\e163";
}
/* line 774, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-new-window:before {
  content: "\e164";
}
/* line 777, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-record:before {
  content: "\e165";
}
/* line 780, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-save:before {
  content: "\e166";
}
/* line 783, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-open:before {
  content: "\e167";
}
/* line 786, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-saved:before {
  content: "\e168";
}
/* line 789, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-import:before {
  content: "\e169";
}
/* line 792, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-export:before {
  content: "\e170";
}
/* line 795, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-send:before {
  content: "\e171";
}
/* line 798, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-floppy-disk:before {
  content: "\e172";
}
/* line 801, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-floppy-saved:before {
  content: "\e173";
}
/* line 804, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-floppy-remove:before {
  content: "\e174";
}
/* line 807, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-floppy-save:before {
  content: "\e175";
}
/* line 810, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-floppy-open:before {
  content: "\e176";
}
/* line 813, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-credit-card:before {
  content: "\e177";
}
/* line 816, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-transfer:before {
  content: "\e178";
}
/* line 819, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-cutlery:before {
  content: "\e179";
}
/* line 822, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-header:before {
  content: "\e180";
}
/* line 825, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-compressed:before {
  content: "\e181";
}
/* line 828, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-earphone:before {
  content: "\e182";
}
/* line 831, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-phone-alt:before {
  content: "\e183";
}
/* line 834, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-tower:before {
  content: "\e184";
}
/* line 837, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-stats:before {
  content: "\e185";
}
/* line 840, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-sd-video:before {
  content: "\e186";
}
/* line 843, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-hd-video:before {
  content: "\e187";
}
/* line 846, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-subtitles:before {
  content: "\e188";
}
/* line 849, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-sound-stereo:before {
  content: "\e189";
}
/* line 852, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-sound-dolby:before {
  content: "\e190";
}
/* line 855, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-sound-5-1:before {
  content: "\e191";
}
/* line 858, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-sound-6-1:before {
  content: "\e192";
}
/* line 861, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-sound-7-1:before {
  content: "\e193";
}
/* line 864, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-copyright-mark:before {
  content: "\e194";
}
/* line 867, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-registration-mark:before {
  content: "\e195";
}
/* line 870, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-cloud-download:before {
  content: "\e197";
}
/* line 873, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-cloud-upload:before {
  content: "\e198";
}
/* line 876, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-tree-conifer:before {
  content: "\e199";
}
/* line 879, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
/* line 882, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-cd:before {
  content: "\e201";
}
/* line 885, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-save-file:before {
  content: "\e202";
}
/* line 888, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-open-file:before {
  content: "\e203";
}
/* line 891, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-level-up:before {
  content: "\e204";
}
/* line 894, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-copy:before {
  content: "\e205";
}
/* line 897, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-paste:before {
  content: "\e206";
}
/* line 900, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-alert:before {
  content: "\e209";
}
/* line 903, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-equalizer:before {
  content: "\e210";
}
/* line 906, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-king:before {
  content: "\e211";
}
/* line 909, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-queen:before {
  content: "\e212";
}
/* line 912, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-pawn:before {
  content: "\e213";
}
/* line 915, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-bishop:before {
  content: "\e214";
}
/* line 918, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-knight:before {
  content: "\e215";
}
/* line 921, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-baby-formula:before {
  content: "\e216";
}
/* line 924, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-tent:before {
  content: "\26fa";
}
/* line 927, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-blackboard:before {
  content: "\e218";
}
/* line 930, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-bed:before {
  content: "\e219";
}
/* line 933, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-apple:before {
  content: "\f8ff";
}
/* line 936, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-erase:before {
  content: "\e221";
}
/* line 939, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-hourglass:before {
  content: "\231b";
}
/* line 942, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-lamp:before {
  content: "\e223";
}
/* line 945, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-duplicate:before {
  content: "\e224";
}
/* line 948, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-piggy-bank:before {
  content: "\e225";
}
/* line 951, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-scissors:before {
  content: "\e226";
}
/* line 954, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-bitcoin:before {
  content: "\e227";
}
/* line 957, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-btc:before {
  content: "\e227";
}
/* line 960, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-xbt:before {
  content: "\e227";
}
/* line 963, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-yen:before {
  content: "\00a5";
}
/* line 966, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-jpy:before {
  content: "\00a5";
}
/* line 969, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-ruble:before {
  content: "\20bd";
}
/* line 972, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-rub:before {
  content: "\20bd";
}
/* line 975, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-scale:before {
  content: "\e230";
}
/* line 978, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-ice-lolly:before {
  content: "\e231";
}
/* line 981, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
/* line 984, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-education:before {
  content: "\e233";
}
/* line 987, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-option-horizontal:before {
  content: "\e234";
}
/* line 990, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-option-vertical:before {
  content: "\e235";
}
/* line 993, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
/* line 996, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-modal-window:before {
  content: "\e237";
}
/* line 999, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-oil:before {
  content: "\e238";
}
/* line 1002, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-grain:before {
  content: "\e239";
}
/* line 1005, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-sunglasses:before {
  content: "\e240";
}
/* line 1008, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-text-size:before {
  content: "\e241";
}
/* line 1011, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-text-color:before {
  content: "\e242";
}
/* line 1014, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-text-background:before {
  content: "\e243";
}
/* line 1017, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-object-align-top:before {
  content: "\e244";
}
/* line 1020, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
/* line 1023, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
/* line 1026, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-object-align-left:before {
  content: "\e247";
}
/* line 1029, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
/* line 1032, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-object-align-right:before {
  content: "\e249";
}
/* line 1035, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-triangle-right:before {
  content: "\e250";
}
/* line 1038, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-triangle-left:before {
  content: "\e251";
}
/* line 1041, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
/* line 1044, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-triangle-top:before {
  content: "\e253";
}
/* line 1047, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-console:before {
  content: "\e254";
}
/* line 1050, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-superscript:before {
  content: "\e255";
}
/* line 1053, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-subscript:before {
  content: "\e256";
}
/* line 1056, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-menu-left:before {
  content: "\e257";
}
/* line 1059, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-menu-right:before {
  content: "\e258";
}
/* line 1062, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-menu-down:before {
  content: "\e259";
}
/* line 1065, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.glyphicon-menu-up:before {
  content: "\e260";
}
/* line 1068, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 1073, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 1079, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* line 1084, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
/* line 1091, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
/* line 1099, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
a {
  color: #337ab7;
  text-decoration: none;
}
/* line 1103, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
/* line 1108, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* line 1113, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
figure {
  margin: 0;
}
/* line 1116, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
img {
  vertical-align: middle;
}
/* line 1119, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
/* line 1128, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.img-rounded {
  border-radius: 6px;
}
/* line 1131, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 1144, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.img-circle {
  border-radius: 50%;
}
/* line 1147, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
/* line 1153, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/* line 1163, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/* line 1172, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
[role="button"] {
  cursor: pointer;
}
/* line 1175, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
/* line 1192, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
/* line 1220, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
/* line 1229, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
/* line 1243, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 1252, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
/* line 1266, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
h1,
.h1 {
  font-size: 36px;
}
/* line 1270, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
h2,
.h2 {
  font-size: 30px;
}
/* line 1274, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
h3,
.h3 {
  font-size: 24px;
}
/* line 1278, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
h4,
.h4 {
  font-size: 18px;
}
/* line 1282, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
h5,
.h5 {
  font-size: 14px;
}
/* line 1286, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
h6,
.h6 {
  font-size: 12px;
}
/* line 1290, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
p {
  margin: 0 0 10px;
}
/* line 1293, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  /* line 1300, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .lead {
    font-size: 21px;
  }
}
/* line 1304, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
small,
.small {
  font-size: 85%;
}
/* line 1308, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}
/* line 1313, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.text-left {
  text-align: left;
}
/* line 1316, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.text-right {
  text-align: right;
}
/* line 1319, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.text-center {
  text-align: center;
}
/* line 1322, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.text-justify {
  text-align: justify;
}
/* line 1325, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.text-nowrap {
  white-space: nowrap;
}
/* line 1328, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.text-lowercase {
  text-transform: lowercase;
}
/* line 1331, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.text-uppercase {
  text-transform: uppercase;
}
/* line 1334, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.text-capitalize {
  text-transform: capitalize;
}
/* line 1337, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.text-muted {
  color: #777;
}
/* line 1340, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.text-primary {
  color: #337ab7;
}
/* line 1343, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
/* line 1347, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.text-success {
  color: #3c763d;
}
/* line 1350, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
/* line 1354, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.text-info {
  color: #31708f;
}
/* line 1357, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
/* line 1361, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.text-warning {
  color: #8a6d3b;
}
/* line 1364, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
/* line 1368, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.text-danger {
  color: #a94442;
}
/* line 1371, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
/* line 1375, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
/* line 1379, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
/* line 1383, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.bg-success {
  background-color: #dff0d8;
}
/* line 1386, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
/* line 1390, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.bg-info {
  background-color: #d9edf7;
}
/* line 1393, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
/* line 1397, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.bg-warning {
  background-color: #fcf8e3;
}
/* line 1400, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
/* line 1404, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.bg-danger {
  background-color: #f2dede;
}
/* line 1407, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
/* line 1411, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
/* line 1416, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
/* line 1421, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
/* line 1427, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
/* line 1431, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
/* line 1436, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
/* line 1441, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
/* line 1445, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
dt,
dd {
  line-height: 1.42857143;
}
/* line 1449, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
dt {
  font-weight: bold;
}
/* line 1452, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  /* line 1456, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* line 1465, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
/* line 1469, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
/* line 1474, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
/* line 1478, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
/* line 1484, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
/* line 1489, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
/* line 1497, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
/* line 1502, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
/* line 1510, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
/* line 1518, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
/* line 1526, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
/* line 1531, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
/* line 1537, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
/* line 1544, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
/* line 1553, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 1560, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
/* line 1573, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
/* line 1581, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
/* line 1585, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  /* line 1592, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  /* line 1597, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  /* line 1602, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .container {
    width: 1170px;
  }
}
/* line 1606, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
/* line 1612, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.row {
  margin-right: -15px;
  margin-left: -15px;
}
/* line 1616, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
/* line 1622, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
/* line 1625, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.col-xs-12 {
  width: 100%;
}
/* line 1628, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.col-xs-11 {
  width: 91.66666667%;
}
/* line 1631, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.col-xs-10 {
  width: 83.33333333%;
}
/* line 1634, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.col-xs-9 {
  width: 75%;
}
/* line 1637, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.col-xs-8 {
  width: 66.66666667%;
}
/* line 1640, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.col-xs-7 {
  width: 58.33333333%;
}
/* line 1643, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.col-xs-6 {
  width: 50%;
}
/* line 1646, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.col-xs-5 {
  width: 41.66666667%;
}
/* line 1649, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.col-xs-4 {
  width: 33.33333333%;
}
/* line 1652, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.col-xs-3 {
  width: 25%;
}
/* line 1655, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.col-xs-2 {
  width: 16.66666667%;
}
/* line 1658, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.col-xs-1 {
  width: 8.33333333%;
}
/* line 1661, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.col-xs-pull-12 {
  right: 100%;
}
/* line 1664, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.col-xs-pull-11 {
  right: 91.66666667%;
}
/* line 1667, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.col-xs-pull-10 {
  right: 83.33333333%;
}
/* line 1670, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.col-xs-pull-9 {
  right: 75%;
}
/* line 1673, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.col-xs-pull-8 {
  right: 66.66666667%;
}
/* line 1676, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.col-xs-pull-7 {
  right: 58.33333333%;
}
/* line 1679, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.col-xs-pull-6 {
  right: 50%;
}
/* line 1682, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.col-xs-pull-5 {
  right: 41.66666667%;
}
/* line 1685, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.col-xs-pull-4 {
  right: 33.33333333%;
}
/* line 1688, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.col-xs-pull-3 {
  right: 25%;
}
/* line 1691, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.col-xs-pull-2 {
  right: 16.66666667%;
}
/* line 1694, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.col-xs-pull-1 {
  right: 8.33333333%;
}
/* line 1697, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.col-xs-pull-0 {
  right: auto;
}
/* line 1700, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.col-xs-push-12 {
  left: 100%;
}
/* line 1703, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.col-xs-push-11 {
  left: 91.66666667%;
}
/* line 1706, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.col-xs-push-10 {
  left: 83.33333333%;
}
/* line 1709, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.col-xs-push-9 {
  left: 75%;
}
/* line 1712, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.col-xs-push-8 {
  left: 66.66666667%;
}
/* line 1715, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.col-xs-push-7 {
  left: 58.33333333%;
}
/* line 1718, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.col-xs-push-6 {
  left: 50%;
}
/* line 1721, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.col-xs-push-5 {
  left: 41.66666667%;
}
/* line 1724, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.col-xs-push-4 {
  left: 33.33333333%;
}
/* line 1727, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.col-xs-push-3 {
  left: 25%;
}
/* line 1730, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.col-xs-push-2 {
  left: 16.66666667%;
}
/* line 1733, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.col-xs-push-1 {
  left: 8.33333333%;
}
/* line 1736, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.col-xs-push-0 {
  left: auto;
}
/* line 1739, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.col-xs-offset-12 {
  margin-left: 100%;
}
/* line 1742, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
/* line 1745, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
/* line 1748, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.col-xs-offset-9 {
  margin-left: 75%;
}
/* line 1751, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
/* line 1754, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
/* line 1757, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.col-xs-offset-6 {
  margin-left: 50%;
}
/* line 1760, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
/* line 1763, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
/* line 1766, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.col-xs-offset-3 {
  margin-left: 25%;
}
/* line 1769, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
/* line 1772, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
/* line 1775, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  /* line 1779, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  /* line 1782, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-sm-12 {
    width: 100%;
  }
  /* line 1785, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-sm-11 {
    width: 91.66666667%;
  }
  /* line 1788, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-sm-10 {
    width: 83.33333333%;
  }
  /* line 1791, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-sm-9 {
    width: 75%;
  }
  /* line 1794, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-sm-8 {
    width: 66.66666667%;
  }
  /* line 1797, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-sm-7 {
    width: 58.33333333%;
  }
  /* line 1800, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-sm-6 {
    width: 50%;
  }
  /* line 1803, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-sm-5 {
    width: 41.66666667%;
  }
  /* line 1806, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-sm-4 {
    width: 33.33333333%;
  }
  /* line 1809, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-sm-3 {
    width: 25%;
  }
  /* line 1812, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-sm-2 {
    width: 16.66666667%;
  }
  /* line 1815, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-sm-1 {
    width: 8.33333333%;
  }
  /* line 1818, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-sm-pull-12 {
    right: 100%;
  }
  /* line 1821, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  /* line 1824, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  /* line 1827, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-sm-pull-9 {
    right: 75%;
  }
  /* line 1830, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  /* line 1833, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  /* line 1836, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-sm-pull-6 {
    right: 50%;
  }
  /* line 1839, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  /* line 1842, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  /* line 1845, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-sm-pull-3 {
    right: 25%;
  }
  /* line 1848, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  /* line 1851, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  /* line 1854, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-sm-pull-0 {
    right: auto;
  }
  /* line 1857, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-sm-push-12 {
    left: 100%;
  }
  /* line 1860, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  /* line 1863, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  /* line 1866, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-sm-push-9 {
    left: 75%;
  }
  /* line 1869, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  /* line 1872, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  /* line 1875, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-sm-push-6 {
    left: 50%;
  }
  /* line 1878, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  /* line 1881, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  /* line 1884, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-sm-push-3 {
    left: 25%;
  }
  /* line 1887, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  /* line 1890, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  /* line 1893, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-sm-push-0 {
    left: auto;
  }
  /* line 1896, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  /* line 1899, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  /* line 1902, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  /* line 1905, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  /* line 1908, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  /* line 1911, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  /* line 1914, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  /* line 1917, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  /* line 1920, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  /* line 1923, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  /* line 1926, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  /* line 1929, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  /* line 1932, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  /* line 1937, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  /* line 1940, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-md-12 {
    width: 100%;
  }
  /* line 1943, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-md-11 {
    width: 91.66666667%;
  }
  /* line 1946, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-md-10 {
    width: 83.33333333%;
  }
  /* line 1949, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-md-9 {
    width: 75%;
  }
  /* line 1952, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-md-8 {
    width: 66.66666667%;
  }
  /* line 1955, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-md-7 {
    width: 58.33333333%;
  }
  /* line 1958, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-md-6 {
    width: 50%;
  }
  /* line 1961, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-md-5 {
    width: 41.66666667%;
  }
  /* line 1964, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-md-4 {
    width: 33.33333333%;
  }
  /* line 1967, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-md-3 {
    width: 25%;
  }
  /* line 1970, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-md-2 {
    width: 16.66666667%;
  }
  /* line 1973, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-md-1 {
    width: 8.33333333%;
  }
  /* line 1976, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-md-pull-12 {
    right: 100%;
  }
  /* line 1979, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  /* line 1982, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  /* line 1985, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-md-pull-9 {
    right: 75%;
  }
  /* line 1988, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  /* line 1991, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  /* line 1994, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-md-pull-6 {
    right: 50%;
  }
  /* line 1997, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  /* line 2000, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  /* line 2003, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-md-pull-3 {
    right: 25%;
  }
  /* line 2006, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  /* line 2009, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  /* line 2012, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-md-pull-0 {
    right: auto;
  }
  /* line 2015, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-md-push-12 {
    left: 100%;
  }
  /* line 2018, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-md-push-11 {
    left: 91.66666667%;
  }
  /* line 2021, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-md-push-10 {
    left: 83.33333333%;
  }
  /* line 2024, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-md-push-9 {
    left: 75%;
  }
  /* line 2027, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-md-push-8 {
    left: 66.66666667%;
  }
  /* line 2030, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-md-push-7 {
    left: 58.33333333%;
  }
  /* line 2033, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-md-push-6 {
    left: 50%;
  }
  /* line 2036, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-md-push-5 {
    left: 41.66666667%;
  }
  /* line 2039, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-md-push-4 {
    left: 33.33333333%;
  }
  /* line 2042, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-md-push-3 {
    left: 25%;
  }
  /* line 2045, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-md-push-2 {
    left: 16.66666667%;
  }
  /* line 2048, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-md-push-1 {
    left: 8.33333333%;
  }
  /* line 2051, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-md-push-0 {
    left: auto;
  }
  /* line 2054, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-md-offset-12 {
    margin-left: 100%;
  }
  /* line 2057, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  /* line 2060, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  /* line 2063, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-md-offset-9 {
    margin-left: 75%;
  }
  /* line 2066, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  /* line 2069, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  /* line 2072, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-md-offset-6 {
    margin-left: 50%;
  }
  /* line 2075, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  /* line 2078, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  /* line 2081, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-md-offset-3 {
    margin-left: 25%;
  }
  /* line 2084, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  /* line 2087, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  /* line 2090, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  /* line 2095, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  /* line 2098, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-lg-12 {
    width: 100%;
  }
  /* line 2101, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-lg-11 {
    width: 91.66666667%;
  }
  /* line 2104, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-lg-10 {
    width: 83.33333333%;
  }
  /* line 2107, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-lg-9 {
    width: 75%;
  }
  /* line 2110, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-lg-8 {
    width: 66.66666667%;
  }
  /* line 2113, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-lg-7 {
    width: 58.33333333%;
  }
  /* line 2116, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-lg-6 {
    width: 50%;
  }
  /* line 2119, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-lg-5 {
    width: 41.66666667%;
  }
  /* line 2122, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-lg-4 {
    width: 33.33333333%;
  }
  /* line 2125, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-lg-3 {
    width: 25%;
  }
  /* line 2128, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-lg-2 {
    width: 16.66666667%;
  }
  /* line 2131, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-lg-1 {
    width: 8.33333333%;
  }
  /* line 2134, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-lg-pull-12 {
    right: 100%;
  }
  /* line 2137, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  /* line 2140, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  /* line 2143, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-lg-pull-9 {
    right: 75%;
  }
  /* line 2146, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  /* line 2149, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  /* line 2152, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-lg-pull-6 {
    right: 50%;
  }
  /* line 2155, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  /* line 2158, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  /* line 2161, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-lg-pull-3 {
    right: 25%;
  }
  /* line 2164, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  /* line 2167, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  /* line 2170, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-lg-pull-0 {
    right: auto;
  }
  /* line 2173, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-lg-push-12 {
    left: 100%;
  }
  /* line 2176, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  /* line 2179, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  /* line 2182, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-lg-push-9 {
    left: 75%;
  }
  /* line 2185, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  /* line 2188, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  /* line 2191, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-lg-push-6 {
    left: 50%;
  }
  /* line 2194, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  /* line 2197, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  /* line 2200, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-lg-push-3 {
    left: 25%;
  }
  /* line 2203, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  /* line 2206, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  /* line 2209, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-lg-push-0 {
    left: auto;
  }
  /* line 2212, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  /* line 2215, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  /* line 2218, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  /* line 2221, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  /* line 2224, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  /* line 2227, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  /* line 2230, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  /* line 2233, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  /* line 2236, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  /* line 2239, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  /* line 2242, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  /* line 2245, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  /* line 2248, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
/* line 2252, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
table {
  background-color: transparent;
}
/* line 2255, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
/* line 2261, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
th {
  text-align: left;
}
/* line 2264, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
/* line 2269, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
/* line 2280, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
/* line 2284, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
/* line 2292, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
/* line 2295, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.table .table {
  background-color: #fff;
}
/* line 2298, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
/* line 2306, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.table-bordered {
  border: 1px solid #ddd;
}
/* line 2309, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
/* line 2317, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
/* line 2321, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
/* line 2324, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
/* line 2327, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
/* line 2332, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
/* line 2338, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
/* line 2352, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
/* line 2359, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
/* line 2373, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
/* line 2380, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
/* line 2394, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
/* line 2401, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
/* line 2415, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
/* line 2422, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
/* line 2436, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
/* line 2443, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  /* line 2448, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  /* line 2455, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .table-responsive > .table {
    margin-bottom: 0;
  }
  /* line 2458, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  /* line 2466, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .table-responsive > .table-bordered {
    border: 0;
  }
  /* line 2469, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  /* line 2477, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  /* line 2485, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
/* line 2492, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
/* line 2498, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
/* line 2509, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
/* line 2515, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 2520, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
/* line 2526, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
input[type="file"] {
  display: block;
}
/* line 2529, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
input[type="range"] {
  display: block;
  width: 100%;
}
/* line 2533, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
select[multiple],
select[size] {
  height: auto;
}
/* line 2537, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* line 2544, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
/* line 2551, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
/* line 2569, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
/* line 2575, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
/* line 2579, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.form-control:-ms-input-placeholder {
  color: #999;
}
/* line 2582, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.form-control::-webkit-input-placeholder {
  color: #999;
}
/* line 2585, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
/* line 2589, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
/* line 2595, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
/* line 2599, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
textarea.form-control {
  height: auto;
}
/* line 2602, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 2606, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  /* line 2612, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  /* line 2622, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
/* line 2633, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.form-group {
  margin-bottom: 15px;
}
/* line 2636, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 2643, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
/* line 2651, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
/* line 2659, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
/* line 2663, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
/* line 2673, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
/* line 2678, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
/* line 2686, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
/* line 2692, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
/* line 2698, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
/* line 2704, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
/* line 2709, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
/* line 2716, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
select.input-sm {
  height: 30px;
  line-height: 30px;
}
/* line 2720, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
/* line 2724, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
/* line 2731, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
/* line 2735, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
/* line 2739, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
/* line 2746, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
/* line 2753, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
select.input-lg {
  height: 46px;
  line-height: 46px;
}
/* line 2757, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
/* line 2761, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
/* line 2768, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
/* line 2772, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
/* line 2776, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
/* line 2783, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.has-feedback {
  position: relative;
}
/* line 2786, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.has-feedback .form-control {
  padding-right: 42.5px;
}
/* line 2789, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
/* line 2801, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
/* line 2808, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
/* line 2815, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
/* line 2827, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 2832, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
/* line 2837, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
/* line 2842, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.has-success .form-control-feedback {
  color: #3c763d;
}
/* line 2845, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
/* line 2857, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 2862, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
/* line 2867, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
/* line 2872, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
/* line 2875, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
/* line 2887, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 2892, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
/* line 2897, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
/* line 2902, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.has-error .form-control-feedback {
  color: #a94442;
}
/* line 2905, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
/* line 2908, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
/* line 2911, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  /* line 2918, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 2923, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 2928, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .form-inline .form-control-static {
    display: inline-block;
  }
  /* line 2931, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 2935, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  /* line 2940, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  /* line 2943, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 2947, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 2954, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  /* line 2958, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 2963, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
/* line 2967, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
/* line 2975, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
/* line 2979, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  /* line 2984, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
/* line 2990, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  /* line 2994, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  /* line 3000, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
/* line 3005, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
/* line 3026, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* line 3036, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
/* line 3042, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* line 3049, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}
/* line 3058, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
/* line 3062, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
/* line 3067, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
/* line 3073, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
/* line 3078, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
/* line 3085, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
/* line 3098, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
/* line 3103, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
/* line 3115, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
/* line 3119, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
/* line 3124, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
/* line 3130, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
/* line 3135, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
/* line 3142, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
/* line 3155, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
/* line 3160, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
/* line 3172, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
/* line 3176, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* line 3181, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
/* line 3187, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
/* line 3192, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
/* line 3199, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
/* line 3212, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
/* line 3217, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* line 3229, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
/* line 3233, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 3238, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
/* line 3244, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
/* line 3249, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
/* line 3256, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
/* line 3269, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
/* line 3274, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 3286, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
/* line 3290, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 3295, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
/* line 3301, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
/* line 3306, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
/* line 3313, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
/* line 3326, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
/* line 3331, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 3343, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
/* line 3347, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* line 3352, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
/* line 3358, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
/* line 3363, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
/* line 3370, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
/* line 3383, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
/* line 3388, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* line 3400, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
/* line 3404, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}
/* line 3409, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 3418, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
/* line 3424, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
/* line 3430, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
/* line 3437, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
/* line 3444, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
/* line 3451, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
/* line 3458, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.btn-block {
  display: block;
  width: 100%;
}
/* line 3462, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.btn-block + .btn-block {
  margin-top: 5px;
}
/* line 3465, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
/* line 3470, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}
/* line 3476, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.fade.in {
  opacity: 1;
}
/* line 3479, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.collapse {
  display: none;
}
/* line 3482, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.collapse.in {
  display: block;
}
/* line 3485, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
tr.collapse.in {
  display: table-row;
}
/* line 3488, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
tbody.collapse.in {
  display: table-row-group;
}
/* line 3491, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
}
/* line 3505, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
/* line 3516, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.dropup,
.dropdown {
  position: relative;
}
/* line 3520, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.dropdown-toggle:focus {
  outline: 0;
}
/* line 3523, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
/* line 3545, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
/* line 3549, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 3555, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
/* line 3564, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
/* line 3570, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
/* line 3578, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
/* line 3583, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
/* line 3591, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.open > .dropdown-menu {
  display: block;
}
/* line 3594, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.open > a {
  outline: 0;
}
/* line 3597, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.dropdown-menu-right {
  right: 0;
  left: auto;
}
/* line 3601, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.dropdown-menu-left {
  right: auto;
  left: 0;
}
/* line 3605, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
/* line 3613, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
/* line 3621, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
/* line 3625, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
/* line 3632, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  /* line 3639, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .navbar-right .dropdown-menu {
    right: auto;
    left: 0;
  }
  /* line 3643, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
/* line 3648, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
/* line 3654, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
/* line 3659, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
/* line 3669, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
/* line 3675, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.btn-toolbar {
  margin-left: -5px;
}
/* line 3678, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
/* line 3683, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
/* line 3688, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
/* line 3691, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.btn-group > .btn:first-child {
  margin-left: 0;
}
/* line 3694, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
/* line 3698, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 3703, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.btn-group > .btn-group {
  float: left;
}
/* line 3706, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
/* line 3709, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
/* line 3714, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 3718, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
/* line 3722, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
/* line 3726, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
/* line 3730, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* line 3734, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 3738, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.btn .caret {
  margin-left: 0;
}
/* line 3741, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
/* line 3745, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
/* line 3748, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
/* line 3756, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
/* line 3759, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
/* line 3766, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
/* line 3769, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 3775, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
/* line 3781, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
/* line 3784, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 3789, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
/* line 3793, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
/* line 3799, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
/* line 3805, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
/* line 3808, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
/* line 3811, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
/* line 3819, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
/* line 3824, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
/* line 3829, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
/* line 3836, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.input-group .form-control:focus {
  z-index: 3;
}
/* line 3839, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
/* line 3848, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
/* line 3854, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
/* line 3862, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
/* line 3871, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
/* line 3877, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
/* line 3885, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
/* line 3890, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
/* line 3895, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
/* line 3901, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
/* line 3912, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
/* line 3917, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
/* line 3922, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
/* line 3926, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
/* line 3936, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.input-group-addon:first-child {
  border-right: 0;
}
/* line 3939, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 3949, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.input-group-addon:last-child {
  border-left: 0;
}
/* line 3952, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
/* line 3957, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.input-group-btn > .btn {
  position: relative;
}
/* line 3960, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
/* line 3963, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
/* line 3968, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
/* line 3972, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
/* line 3977, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
/* line 3982, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.nav > li {
  position: relative;
  display: block;
}
/* line 3986, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
/* line 3991, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
/* line 3996, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.nav > li.disabled > a {
  color: #777;
}
/* line 3999, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
/* line 4006, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
/* line 4012, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 4018, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.nav > li > a > img {
  max-width: none;
}
/* line 4021, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
/* line 4024, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
/* line 4028, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
/* line 4034, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
/* line 4037, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
/* line 4046, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
/* line 4050, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.nav-tabs.nav-justified > li {
  float: none;
}
/* line 4053, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
/* line 4057, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  /* line 4062, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  /* line 4066, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
/* line 4070, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
/* line 4074, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  /* line 4080, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  /* line 4084, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
/* line 4090, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.nav-pills > li {
  float: left;
}
/* line 4093, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.nav-pills > li > a {
  border-radius: 4px;
}
/* line 4096, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.nav-pills > li + li {
  margin-left: 2px;
}
/* line 4099, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
/* line 4105, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.nav-stacked > li {
  float: none;
}
/* line 4108, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
/* line 4112, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.nav-justified {
  width: 100%;
}
/* line 4115, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.nav-justified > li {
  float: none;
}
/* line 4118, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
/* line 4122, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  /* line 4127, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  /* line 4131, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
/* line 4135, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.nav-tabs-justified {
  border-bottom: 0;
}
/* line 4138, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
/* line 4142, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  /* line 4148, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  /* line 4152, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
/* line 4158, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.tab-content > .tab-pane {
  display: none;
}
/* line 4161, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.tab-content > .active {
  display: block;
}
/* line 4164, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
/* line 4169, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  /* line 4176, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  /* line 4181, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .navbar-header {
    float: left;
  }
}
/* line 4185, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
/* line 4194, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  /* line 4198, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  /* line 4204, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  /* line 4210, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .navbar-collapse.in {
    overflow-y: visible;
  }
  /* line 4213, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
/* line 4220, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  /* line 4225, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
/* line 4230, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  /* line 4238, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
/* line 4246, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  /* line 4251, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .navbar-static-top {
    border-radius: 0;
  }
}
/* line 4255, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  /* line 4263, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
/* line 4268, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
/* line 4272, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
/* line 4277, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
/* line 4284, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
/* line 4288, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  /* line 4292, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -6px;
  }
}
/* line 4297, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
/* line 4309, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.navbar-toggle:focus {
  outline: 0;
}
/* line 4312, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
/* line 4318, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  /* line 4322, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .navbar-toggle {
    display: none;
  }
}
/* line 4326, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.navbar-nav {
  margin: 7.5px -15px;
}
/* line 4329, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  /* line 4335, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  /* line 4345, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  /* line 4349, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  /* line 4352, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  /* line 4358, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .navbar-nav {
    float: left;
    margin: 0;
  }
  /* line 4362, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .navbar-nav > li {
    float: left;
  }
  /* line 4365, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
/* line 4370, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}
@media (min-width: 768px) {
  /* line 4382, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 4387, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 4392, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .navbar-form .form-control-static {
    display: inline-block;
  }
  /* line 4395, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 4399, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  /* line 4404, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  /* line 4407, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 4411, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 4418, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  /* line 4422, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 4427, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  /* line 4432, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  /* line 4435, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  /* line 4440, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
/* line 4451, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
/* line 4456, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 4463, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
/* line 4467, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 4471, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
/* line 4475, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  /* line 4480, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  /* line 4487, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .navbar-left {
    float: left !important;
  }
  /* line 4490, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  /* line 4494, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
/* line 4498, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
/* line 4502, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.navbar-default .navbar-brand {
  color: #777;
}
/* line 4505, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #000000;
  background-color: transparent;
}
/* line 4510, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.navbar-default .navbar-text {
  color: #777;
}
/* line 4513, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.navbar-default .navbar-nav > li > a {
  color: #777;
}
/* line 4516, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
/* line 4521, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
/* line 4527, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
/* line 4533, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
/* line 4536, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
/* line 4540, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
/* line 4543, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
/* line 4547, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  /* line 4554, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  /* line 4557, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  /* line 4562, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  /* line 4568, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
/* line 4575, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.navbar-default .navbar-link {
  color: #777;
}
/* line 4578, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.navbar-default .navbar-link:hover {
  color: #333;
}
/* line 4581, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.navbar-default .btn-link {
  color: #777;
}
/* line 4584, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
/* line 4588, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
/* line 4594, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
/* line 4598, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
/* line 4601, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
/* line 4606, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
/* line 4609, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
/* line 4612, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
/* line 4617, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
/* line 4623, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
/* line 4629, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
/* line 4632, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
/* line 4636, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
/* line 4639, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
/* line 4643, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  /* line 4650, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  /* line 4653, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  /* line 4656, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  /* line 4659, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  /* line 4664, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  /* line 4670, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
/* line 4677, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
/* line 4680, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
/* line 4683, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
/* line 4686, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
/* line 4690, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
/* line 4696, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
/* line 4703, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.breadcrumb > li {
  display: inline-block;
}
/* line 4706, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
/* line 4711, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.breadcrumb > .active {
  color: #777;
}
/* line 4714, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
/* line 4720, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.pagination > li {
  display: inline;
}
/* line 4723, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
/* line 4735, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
/* line 4741, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 4746, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
/* line 4755, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
/* line 4767, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
/* line 4778, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
/* line 4784, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
/* line 4789, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
/* line 4794, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
/* line 4800, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
/* line 4805, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
/* line 4810, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
/* line 4816, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.pager li {
  display: inline;
}
/* line 4819, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
/* line 4827, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
/* line 4832, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.pager .next > a,
.pager .next > span {
  float: right;
}
/* line 4836, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.pager .previous > a,
.pager .previous > span {
  float: left;
}
/* line 4840, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
/* line 4848, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
/* line 4860, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
/* line 4866, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.label:empty {
  display: none;
}
/* line 4869, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.btn .label {
  position: relative;
  top: -1px;
}
/* line 4873, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.label-default {
  background-color: #777;
}
/* line 4876, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #000000;
}
/* line 4880, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.label-primary {
  background-color: #337ab7;
}
/* line 4883, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
/* line 4887, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.label-success {
  background-color: #5cb85c;
}
/* line 4890, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
/* line 4894, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.label-info {
  background-color: #5bc0de;
}
/* line 4897, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
/* line 4901, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.label-warning {
  background-color: #f0ad4e;
}
/* line 4904, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
/* line 4908, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.label-danger {
  background-color: #d9534f;
}
/* line 4911, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
/* line 4915, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}
/* line 4929, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.badge:empty {
  display: none;
}
/* line 4932, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.btn .badge {
  position: relative;
  top: -1px;
}
/* line 4936, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
/* line 4941, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
/* line 4947, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
/* line 4952, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.list-group-item > .badge {
  float: right;
}
/* line 4955, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
/* line 4958, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
/* line 4961, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
/* line 4968, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
/* line 4972, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
/* line 4977, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
/* line 4980, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
/* line 4986, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  /* line 4990, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  /* line 4994, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  /* line 4999, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
/* line 5004, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
/* line 5016, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
/* line 5021, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
/* line 5026, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
/* line 5030, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
/* line 5036, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.alert h4 {
  margin-top: 0;
  color: inherit;
}
/* line 5040, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.alert .alert-link {
  font-weight: bold;
}
/* line 5043, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
/* line 5047, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.alert > p + p {
  margin-top: 5px;
}
/* line 5050, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
/* line 5054, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
/* line 5061, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
/* line 5066, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.alert-success hr {
  border-top-color: #c9e2b3;
}
/* line 5069, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.alert-success .alert-link {
  color: #2b542c;
}
/* line 5072, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
/* line 5077, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.alert-info hr {
  border-top-color: #a6e1ec;
}
/* line 5080, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.alert-info .alert-link {
  color: #245269;
}
/* line 5083, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
/* line 5088, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.alert-warning hr {
  border-top-color: #f7e1b5;
}
/* line 5091, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.alert-warning .alert-link {
  color: #66512c;
}
/* line 5094, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
/* line 5099, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.alert-danger hr {
  border-top-color: #e4b9c0;
}
/* line 5102, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  /* line 5106, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  from {
    background-position: 40px 0;
  }
  /* line 5109, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  /* line 5114, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  from {
    background-position: 40px 0;
  }
  /* line 5117, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  /* line 5122, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  from {
    background-position: 40px 0;
  }
  /* line 5125, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  to {
    background-position: 0 0;
  }
}
/* line 5129, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
/* line 5138, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}
/* line 5153, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}
/* line 5161, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
/* line 5167, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.progress-bar-success {
  background-color: #5cb85c;
}
/* line 5170, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
/* line 5175, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.progress-bar-info {
  background-color: #5bc0de;
}
/* line 5178, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
/* line 5183, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.progress-bar-warning {
  background-color: #f0ad4e;
}
/* line 5186, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
/* line 5191, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.progress-bar-danger {
  background-color: #d9534f;
}
/* line 5194, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
/* line 5199, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.media {
  margin-top: 15px;
}
/* line 5202, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.media:first-child {
  margin-top: 0;
}
/* line 5205, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
/* line 5210, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.media-body {
  width: 10000px;
}
/* line 5213, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.media-object {
  display: block;
}
/* line 5216, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.media-object.img-thumbnail {
  max-width: none;
}
/* line 5219, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
/* line 5223, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
/* line 5227, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
/* line 5233, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.media-middle {
  vertical-align: middle;
}
/* line 5236, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.media-bottom {
  vertical-align: bottom;
}
/* line 5239, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
/* line 5243, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.media-list {
  padding-left: 0;
  list-style: none;
}
/* line 5247, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
/* line 5251, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
/* line 5259, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
/* line 5263, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
/* line 5268, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
a.list-group-item,
button.list-group-item {
  color: #555;
}
/* line 5272, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
/* line 5276, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
/* line 5284, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
button.list-group-item {
  width: 100%;
  text-align: left;
}
/* line 5288, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
/* line 5295, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
/* line 5300, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
/* line 5305, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
/* line 5313, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
/* line 5324, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
/* line 5329, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
/* line 5333, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
/* line 5337, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
/* line 5341, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
/* line 5348, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
/* line 5358, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
/* line 5362, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
/* line 5366, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
/* line 5370, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
/* line 5377, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
/* line 5387, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
/* line 5391, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
/* line 5395, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
/* line 5399, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
/* line 5406, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
/* line 5416, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
/* line 5420, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
/* line 5424, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
/* line 5428, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
/* line 5435, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
/* line 5445, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
/* line 5449, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
/* line 5453, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
/* line 5461, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.panel-body {
  padding: 15px;
}
/* line 5464, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
/* line 5470, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
/* line 5473, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
/* line 5479, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
/* line 5486, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
/* line 5493, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
/* line 5497, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
/* line 5502, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
/* line 5508, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
/* line 5514, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
/* line 5518, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
/* line 5521, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.list-group + .panel-footer {
  border-top-width: 0;
}
/* line 5524, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
/* line 5529, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
/* line 5535, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
/* line 5540, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
/* line 5547, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
/* line 5557, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
/* line 5567, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
/* line 5572, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
/* line 5579, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
/* line 5589, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
/* line 5599, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
/* line 5605, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
/* line 5609, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
/* line 5613, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
/* line 5627, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
/* line 5641, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
/* line 5651, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
/* line 5661, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
/* line 5665, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.panel-group {
  margin-bottom: 20px;
}
/* line 5668, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
/* line 5672, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.panel-group .panel + .panel {
  margin-top: 5px;
}
/* line 5675, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.panel-group .panel-heading {
  border-bottom: 0;
}
/* line 5678, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
/* line 5682, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.panel-group .panel-footer {
  border-top: 0;
}
/* line 5685, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
/* line 5688, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.panel-default {
  border-color: #ddd;
}
/* line 5691, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
/* line 5696, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
/* line 5699, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
/* line 5703, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
/* line 5706, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.panel-primary {
  border-color: #337ab7;
}
/* line 5709, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
/* line 5714, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
/* line 5717, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
/* line 5721, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
/* line 5724, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.panel-success {
  border-color: #d6e9c6;
}
/* line 5727, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
/* line 5732, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
/* line 5735, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
/* line 5739, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
/* line 5742, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.panel-info {
  border-color: #bce8f1;
}
/* line 5745, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
/* line 5750, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
/* line 5753, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
/* line 5757, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
/* line 5760, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.panel-warning {
  border-color: #faebcc;
}
/* line 5763, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
/* line 5768, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
/* line 5771, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
/* line 5775, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
/* line 5778, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.panel-danger {
  border-color: #ebccd1;
}
/* line 5781, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
/* line 5786, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
/* line 5789, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
/* line 5793, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
/* line 5796, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
/* line 5803, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
/* line 5816, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
/* line 5819, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
/* line 5822, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
/* line 5832, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
/* line 5836, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
/* line 5840, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
/* line 5844, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
/* line 5854, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
/* line 5862, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
/* line 5869, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.modal-open {
  overflow: hidden;
}
/* line 5872, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
/* line 5884, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
/* line 5893, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
/* line 5899, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
/* line 5903, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
/* line 5908, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
/* line 5920, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
/* line 5929, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
/* line 5933, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
/* line 5937, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
/* line 5941, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.modal-header .close {
  margin-top: -2px;
}
/* line 5944, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
/* line 5948, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.modal-body {
  position: relative;
  padding: 15px;
}
/* line 5952, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
/* line 5957, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
/* line 5961, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
/* line 5964, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
/* line 5967, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  /* line 5975, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  /* line 5979, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  /* line 5983, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  /* line 5988, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .modal-lg {
    width: 900px;
  }
}
/* line 5992, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto;
}
/* line 6016, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
/* line 6020, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
/* line 6024, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
/* line 6028, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
/* line 6032, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
/* line 6036, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
/* line 6044, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
/* line 6051, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/* line 6058, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/* line 6065, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/* line 6072, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
/* line 6079, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
/* line 6086, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
/* line 6093, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
/* line 6100, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
/* line 6107, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto;
}
/* line 6141, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.popover.top {
  margin-top: -10px;
}
/* line 6144, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.popover.right {
  margin-left: 10px;
}
/* line 6147, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.popover.bottom {
  margin-top: 10px;
}
/* line 6150, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.popover.left {
  margin-left: -10px;
}
/* line 6153, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
/* line 6161, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.popover-content {
  padding: 9px 14px;
}
/* line 6164, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
/* line 6173, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.popover > .arrow {
  border-width: 11px;
}
/* line 6176, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
/* line 6180, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
/* line 6188, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
/* line 6195, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
/* line 6203, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
/* line 6210, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
/* line 6218, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
/* line 6225, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
/* line 6233, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
/* line 6240, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.carousel {
  position: relative;
}
/* line 6243, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
/* line 6248, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
/* line 6255, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  /* line 6260, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  /* line 6270, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  /* line 6276, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  /* line 6282, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 6290, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
/* line 6295, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.carousel-inner > .active {
  left: 0;
}
/* line 6298, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 6304, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.carousel-inner > .next {
  left: 100%;
}
/* line 6307, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.carousel-inner > .prev {
  left: -100%;
}
/* line 6310, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
/* line 6314, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.carousel-inner > .active.left {
  left: -100%;
}
/* line 6317, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.carousel-inner > .active.right {
  left: 100%;
}
/* line 6320, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: .5;
}
/* line 6334, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
/* line 6342, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
/* line 6352, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
/* line 6360, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
/* line 6370, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
/* line 6375, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
/* line 6380, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
/* line 6387, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.carousel-control .icon-prev:before {
  content: '\2039';
}
/* line 6390, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.carousel-control .icon-next:before {
  content: '\203a';
}
/* line 6393, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
/* line 6404, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
/* line 6416, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
/* line 6422, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
/* line 6434, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  /* line 6438, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  /* line 6447, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  /* line 6451, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  /* line 6455, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  /* line 6460, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .carousel-indicators {
    bottom: 20px;
  }
}
/* line 6464, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after,
.plone-nav:before,
.plone-nav:after,
.plone-navbar:before,
.plone-navbar:after,
.plone-navbar-collapse:before,
.plone-navbar-collapse:after {
  display: table;
  content: " ";
}
/* line 6499, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after,
.plone-nav:after,
.plone-navbar:after,
.plone-navbar-collapse:after {
  clear: both;
}
/* line 6517, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
/* line 6522, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.pull-right {
  float: right !important;
}
/* line 6525, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.pull-left {
  float: left !important;
}
/* line 6528, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.hide {
  display: none !important;
}
/* line 6531, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.show {
  display: block !important;
}
/* line 6534, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.invisible {
  visibility: hidden;
}
/* line 6537, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
/* line 6544, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.hidden {
  display: none !important;
}
/* line 6547, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
/* line 6553, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
/* line 6559, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  /* line 6574, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .visible-xs {
    display: block !important;
  }
  /* line 6577, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  table.visible-xs {
    display: table !important;
  }
  /* line 6580, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  tr.visible-xs {
    display: table-row !important;
  }
  /* line 6583, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  /* line 6589, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  /* line 6594, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  /* line 6599, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 6604, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .visible-sm {
    display: block !important;
  }
  /* line 6607, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  table.visible-sm {
    display: table !important;
  }
  /* line 6610, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  tr.visible-sm {
    display: table-row !important;
  }
  /* line 6613, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 6619, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 6624, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 6629, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6634, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .visible-md {
    display: block !important;
  }
  /* line 6637, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  table.visible-md {
    display: table !important;
  }
  /* line 6640, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  tr.visible-md {
    display: table-row !important;
  }
  /* line 6643, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6649, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6654, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6659, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  /* line 6664, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .visible-lg {
    display: block !important;
  }
  /* line 6667, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  table.visible-lg {
    display: table !important;
  }
  /* line 6670, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  tr.visible-lg {
    display: table-row !important;
  }
  /* line 6673, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 6679, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  /* line 6684, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  /* line 6689, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  /* line 6694, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 6699, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6704, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 6709, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .hidden-lg {
    display: none !important;
  }
}
/* line 6713, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.visible-print {
  display: none !important;
}
@media print {
  /* line 6717, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .visible-print {
    display: block !important;
  }
  /* line 6720, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  table.visible-print {
    display: table !important;
  }
  /* line 6723, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  tr.visible-print {
    display: table-row !important;
  }
  /* line 6726, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
/* line 6731, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.visible-print-block {
  display: none !important;
}
@media print {
  /* line 6735, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .visible-print-block {
    display: block !important;
  }
}
/* line 6739, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.visible-print-inline {
  display: none !important;
}
@media print {
  /* line 6743, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .visible-print-inline {
    display: inline !important;
  }
}
/* line 6747, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
.visible-print-inline-block {
  display: none !important;
}
@media print {
  /* line 6751, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  /* line 6756, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/bootstrap.css */
  .hidden-print {
    display: none !important;
  }
}
/* Variables */
@font-face {
  font-family: 'circularBold';
  src: url('../++theme++plonetheme.cuypershuis/css/++resource++plonetheme.cuypershuis/Circularstd-Bold.eot'), url('../++theme++plonetheme.cuypershuis/css/++resource++plonetheme.cuypershuis/Circularstd-Bold.woff') format('woff'), url('../++theme++plonetheme.cuypershuis/css/++resource++plonetheme.cuypershuis/CircularStd-Bold.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'circularBook';
  src: url('../++theme++plonetheme.cuypershuis/css/++resource++plonetheme.cuypershuis/Circularstd-Book.eot'), url('../++theme++plonetheme.cuypershuis/css/++resource++plonetheme.cuypershuis/Circularstd-Book.woff') format('woff'), url('../++theme++plonetheme.cuypershuis/css/++resource++plonetheme.cuypershuis/CircularStd-Book.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
/* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/cuypershuis.less */
body.frontend {
  font-family: 'circularBook', 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 16px;
  color: #252527;
  -webkit-font-smoothing: antialiased;
}
/* line 14, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/cuypershuis.less */
body.frontend p,
body#tinymce p {
  line-height: 1.5;
  margin: 30px 0;
}
/* line 17, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/cuypershuis.less */
body.frontend p a,
body#tinymce p a {
  text-decoration: none;
  border-bottom: 1px solid #e81f2d;
}
/* line 23, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/cuypershuis.less */
body.frontend h1,
body#tinymce h1,
body.frontend h2,
body#tinymce h2,
body.frontend h3,
body#tinymce h3,
body.frontend h4,
body#tinymce h4,
body.frontend h5,
body#tinymce h5,
body.frontend h6,
body#tinymce h6 {
  font-family: 'circularBook', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 800;
}
/* line 33, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/cuypershuis.less */
body.frontend a,
body#tinymce a {
  color: #000000;
  text-decoration: none;
  /*border-bottom: 1px solid @brand-primary;*/
}
/* line 37, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/cuypershuis.less */
body.frontend a:hover,
body#tinymce a:hover,
body.frontend a:focus,
body#tinymce a:focus {
  color: #e81f2d;
  text-decoration: #e81f2d;
  /*border-bottom: 0px;*/
}
/* line 51, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/cuypershuis.less */
body.frontend blockquote,
body#tinymce blockquote {
  color: #808080;
  font-style: italic;
}
/* line 60, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/cuypershuis.less */
body.frontend .post-preview,
body#tinymce .post-preview {
  /* 	To make sure we dont need to link 
			the description to a post */
}
/* line 63, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/cuypershuis.less */
body.frontend .post-preview .post-subtitle,
body#tinymce .post-preview .post-subtitle {
  margin: 0;
  font-weight: 300;
  margin-bottom: 10px;
}
/* line 69, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/cuypershuis.less */
body.frontend .post-preview a,
body#tinymce .post-preview a {
  color: #404040;
}
/* line 71, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/cuypershuis.less */
body.frontend .post-preview a:hover,
body#tinymce .post-preview a:hover,
body.frontend .post-preview a:focus,
body#tinymce .post-preview a:focus {
  text-decoration: none;
  color: #e81f2d;
}
/* line 76, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/cuypershuis.less */
body.frontend .post-preview a .post-title,
body#tinymce .post-preview a .post-title {
  font-size: 30px;
  margin-top: 30px;
  margin-bottom: 10px;
}
/* line 83, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/cuypershuis.less */
body.frontend .post-preview .post-meta,
body#tinymce .post-preview .post-meta {
  color: #808080;
  font-size: 18px;
  font-style: italic;
  margin-top: 0;
}
/* line 88, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/cuypershuis.less */
body.frontend .post-preview .post-meta a,
body#tinymce .post-preview .post-meta a {
  text-decoration: none;
  color: #000000;
  border-bottom: 1px solid #e81f2d;
}
/* line 92, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/cuypershuis.less */
body.frontend .post-preview .post-meta a:hover,
body#tinymce .post-preview .post-meta a:hover,
body.frontend .post-preview .post-meta a:focus,
body#tinymce .post-preview .post-meta a:focus {
  color: #e81f2d;
  border-bottom: 0px;
}
@media only screen and (min-width: 768px) {
  /* line 101, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/cuypershuis.less */
  body.frontend .post-preview a .post-title,
  body#tinymce .post-preview a .post-title {
    font-size: 36px;
  }
}
/* line 111, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/cuypershuis.less */
body.frontend .floating-label-form-group,
body#tinymce .floating-label-form-group {
  font-size: 14px;
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  border-bottom: 0px solid #eeeeee;
  /*label {
			opacity: 0;
			-webkit-transition: top 0.3s ease,opacity 0.3s ease;
			-moz-transition: top 0.3s ease,opacity 0.3s ease;
			-ms-transition: top 0.3s ease,opacity 0.3s ease;
			transition: top 0.3s ease,opacity 0.3s ease;
		}*/
}
/* line 118, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/cuypershuis.less */
body.frontend .floating-label-form-group input[type="text"]:not(.search-btn),
body#tinymce .floating-label-form-group input[type="text"]:not(.search-btn),
body.frontend .floating-label-form-group textarea,
body#tinymce .floating-label-form-group textarea {
  z-index: 1;
  position: relative;
  /*padding-right: 0;
			padding-left: 0;*/
  /*border: none;
			border-radius: 0;*/
  /*font-size: 1.5em;*/
  background: none;
  box-shadow: none !important;
  resize: none;
}
/* line 140, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/cuypershuis.less */
body.frontend .floating-label-form-group > .field:not(.ArchetypesBooleanWidget):not(.ArchetypesCalendarWidget):not(.ArchetypesMultiSelectionWidget):not(.ArchetypesSelectionWidget) label,
body#tinymce .floating-label-form-group > .field:not(.ArchetypesBooleanWidget):not(.ArchetypesCalendarWidget):not(.ArchetypesMultiSelectionWidget):not(.ArchetypesSelectionWidget) label {
  display: block;
  z-index: 0;
  position: relative;
  top: 2em;
  margin: 0;
  font-size: 0.85em;
  line-height: 1.764705882em;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
  -webkit-transition: top 0.3s ease,opacity 0.3s ease;
  -moz-transition: top 0.3s ease,opacity 0.3s ease;
  -ms-transition: top 0.3s ease,opacity 0.3s ease;
  transition: top 0.3s ease,opacity 0.3s ease;
}
/* line 157, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/cuypershuis.less */
body.frontend .floating-label-form-group::not(:first-child),
body#tinymce .floating-label-form-group::not(:first-child) {
  padding-left: 14px;
  border-left: 1px solid #eeeeee;
}
/* line 165, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/cuypershuis.less */
body.frontend .floating-label-form-group-with-value > .field:not(.ArchetypesBooleanWidget):not(.ArchetypesCalendarWidget):not(.ArchetypesMultiSelectionWidget):not(.ArchetypesSelectionWidget) label,
body#tinymce .floating-label-form-group-with-value > .field:not(.ArchetypesBooleanWidget):not(.ArchetypesCalendarWidget):not(.ArchetypesMultiSelectionWidget):not(.ArchetypesSelectionWidget) label {
  top: 0;
  opacity: 1;
}
/* line 172, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/cuypershuis.less */
body.frontend .floating-label-form-group-with-focus > .field:not(.ArchetypesBooleanWidget):not(.ArchetypesCalendarWidget):not(.ArchetypesMultiSelectionWidget):not(.ArchetypesSelectionWidget) label,
body#tinymce .floating-label-form-group-with-focus > .field:not(.ArchetypesBooleanWidget):not(.ArchetypesCalendarWidget):not(.ArchetypesMultiSelectionWidget):not(.ArchetypesSelectionWidget) label {
  color: #e81f2d;
}
/* line 177, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/cuypershuis.less */
body.frontend form .row:first-child .floating-label-form-group,
body#tinymce form .row:first-child .floating-label-form-group {
  border-top: 0px solid #eeeeee;
}
/* line 182, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/cuypershuis.less */
body.frontend .btn,
body#tinymce .btn {
  font-family: 'circularBook', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  border-radius: 0;
  padding: 15px 25px;
}
/* line 192, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/cuypershuis.less */
body.frontend .btn-lg,
body#tinymce .btn-lg {
  font-size: 16px;
  padding: 25px 35px;
}
/* line 198, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/cuypershuis.less */
body.frontend .btn-default:hover,
body#tinymce .btn-default:hover,
body.frontend .btn-default:focus,
body#tinymce .btn-default:focus {
  background-color: #e81f2d;
  border: 1px solid #e81f2d;
  color: white;
}
/* line 207, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/cuypershuis.less */
body.frontend .pager,
body#tinymce .pager {
  margin: 0px 0 0;
}
/* line 211, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/cuypershuis.less */
body.frontend .pager li > a,
body#tinymce .pager li > a,
body.frontend .pager li > span,
body#tinymce .pager li > span {
  font-family: 'circularBook', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  padding: 15px 25px;
  background-color: white;
  border-radius: 0;
}
/* line 223, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/cuypershuis.less */
body.frontend .pager li > a:hover,
body#tinymce .pager li > a:hover,
body.frontend .pager li > a:focus,
body#tinymce .pager li > a:focus {
  color: white;
  background-color: #e81f2d;
  border: 1px solid #e81f2d !important;
}
/* line 232, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/cuypershuis.less */
body.frontend .pager .disabled > a,
body#tinymce .pager .disabled > a,
body.frontend .pager .disabled > a:hover,
body#tinymce .pager .disabled > a:hover,
body.frontend .pager .disabled > a:focus,
body#tinymce .pager .disabled > a:focus,
body.frontend .pager .disabled > span,
body#tinymce .pager .disabled > span {
  color: #808080;
  background-color: #404040;
  cursor: not-allowed;
}
/* line 245, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/cuypershuis.less */
body.frontend ::-moz-selection,
body#tinymce ::-moz-selection {
  color: white;
  text-shadow: none;
  background: #e81f2d;
}
/* line 251, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/cuypershuis.less */
body.frontend ::selection,
body#tinymce ::selection {
  color: white;
  text-shadow: none;
  background: #e81f2d;
}
/* line 257, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/cuypershuis.less */
body.frontend img::selection,
body#tinymce img::selection {
  color: white;
  background: transparent;
}
/* line 262, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/cuypershuis.less */
body.frontend img::-moz-selection,
body#tinymce img::-moz-selection {
  color: white;
  background: transparent;
}
/* line 268, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/cuypershuis.less */
body {
  webkit-tap-highlight-color: #e81f2d;
}
/* line 273, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/cuypershuis.less */
.navbar-custom {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  font-family: 'circularBook', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
/* line 280, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/cuypershuis.less */
.navbar-custom .navbar-brand {
  font-weight: 800;
}
/* line 285, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/cuypershuis.less */
.navbar-custom .nav li a {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
}
@media only screen and (min-width: 768px) {
  /* line 293, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/cuypershuis.less */
  .navbar-custom {
    background: transparent;
    border-bottom: 0px solid transparent;
  }
  /* line 296, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/cuypershuis.less */
  .navbar-custom .navbar-brand {
    color: white;
    padding: 20px;
  }
  /* line 299, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/cuypershuis.less */
  .navbar-custom .navbar-brand:hover,
  .navbar-custom .navbar-brand:focus {
    color: rgba(255, 255, 255, 0.8);
  }
  /* line 306, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/cuypershuis.less */
  .navbar-custom .nav li a {
    color: white;
    padding: 20px;
  }
  /* line 309, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/cuypershuis.less */
  .navbar-custom .nav li a:hover,
  .navbar-custom .nav li a:focus {
    color: rgba(255, 255, 255, 0.8);
  }
}
@media only screen and (min-width: 1170px) {
  /* line 317, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/cuypershuis.less */
  .navbar-custom {
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  /* line 329, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/cuypershuis.less */
  .navbar-custom.is-fixed {
    /* when the user scrolls down, we hide the header right above the viewport */
    position: fixed;
    top: -61px;
    background-color: rgba(255, 255, 255, 0.9);
    border-bottom: 0px solid #f2f2f2;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
  }
  /* line 338, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/cuypershuis.less */
  .navbar-custom.is-fixed .navbar-brand {
    color: #404040;
  }
  /* line 340, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/cuypershuis.less */
  .navbar-custom.is-fixed .navbar-brand:hover,
  .navbar-custom.is-fixed .navbar-brand:focus {
    color: #e81f2d;
  }
  /* line 347, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/cuypershuis.less */
  .navbar-custom.is-fixed .nav li a {
    color: #404040;
  }
  /* line 349, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/cuypershuis.less */
  .navbar-custom.is-fixed .nav li a:hover,
  .navbar-custom.is-fixed .nav li a:focus {
    color: #e81f2d;
  }
  /* line 357, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/cuypershuis.less */
  .navbar-custom.is-visible {
    /* if the user changes the scrolling direction, we show the header */
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
/* line 369, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/cuypershuis.less */
.intro-header {
  background-color: #808080;
  background: no-repeat center center;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  margin-bottom: 55px;
}
@media (max-width: 768px) {
  /* line 376, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/cuypershuis.less */
  .intro-header {
    margin-bottom: 40px;
  }
}
/* line 380, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/cuypershuis.less */
.intro-header .site-heading,
.intro-header .post-heading,
.intro-header .page-heading {
  padding: 100px 0 50px;
  color: white;
}
@media only screen and (min-width: 768px) {
  /* line 385, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/cuypershuis.less */
  .intro-header .site-heading,
  .intro-header .post-heading,
  .intro-header .page-heading {
    padding: 150px 0;
  }
}
/* line 389, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/cuypershuis.less */
.intro-header .site-heading,
.intro-header .page-heading {
  text-align: center;
}
/* line 392, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/cuypershuis.less */
.intro-header .site-heading h1,
.intro-header .page-heading h1 {
  margin-top: 0;
  font-size: 50px;
}
/* line 396, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/cuypershuis.less */
.intro-header .site-heading .subheading,
.intro-header .page-heading .subheading {
  font-size: 24px;
  line-height: 1.1;
  display: block;
  font-family: 'circularBook', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin: 10px 0 0;
}
@media only screen and (min-width: 768px) {
  /* line 405, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/cuypershuis.less */
  .intro-header .site-heading h1,
  .intro-header .page-heading h1 {
    font-size: 80px;
  }
}
/* line 411, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/cuypershuis.less */
.intro-header .post-heading h1 {
  font-size: 35px;
}
/* line 414, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/cuypershuis.less */
.intro-header .post-heading .subheading,
.intro-header .post-heading .meta {
  line-height: 1.1;
  display: block;
}
/* line 419, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/cuypershuis.less */
.intro-header .post-heading .subheading {
  font-family: 'circularBook', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 24px;
  margin: 10px 0 30px;
  font-weight: 600;
}
/* line 425, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/cuypershuis.less */
.intro-header .post-heading .meta {
  font-family: 'circularBook', 'Helvetica Neue', Helvetica, sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 20px;
}
/* line 430, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/cuypershuis.less */
.intro-header .post-heading .meta a {
  color: white;
}
@media only screen and (min-width: 768px) {
  /* line 435, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/cuypershuis.less */
  .intro-header .post-heading h1 {
    font-size: 55px;
  }
  /* line 438, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/cuypershuis.less */
  .intro-header .post-heading .subheading {
    font-size: 30px;
  }
}
/* line 445, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/cuypershuis.less */
hr.small {
  max-width: 100px;
  margin: 15px auto;
  border-width: 4px;
  border-color: white;
}
/* line 452, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/cuypershuis.less */
.section-heading {
  font-size: 36px;
  margin-top: 60px;
  font-weight: 700;
}
/* line 458, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/cuypershuis.less */
.caption {
  text-align: center;
  font-size: 14px;
  padding: 10px;
  font-style: italic;
  margin: 0;
  display: block;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
/* line 469, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/cuypershuis.less */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 800;
}
/* line 478, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/cuypershuis.less */
footer {
  padding: 50px 0 65px;
}
/* line 480, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/cuypershuis.less */
footer .list-inline {
  margin: 0;
  padding: 0;
}
/* line 484, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/cuypershuis.less */
footer .copyright {
  font-size: 14px;
  text-align: center;
  margin-bottom: 0;
  font-family: 'circularBook', 'Helvetica Neue', Helvetica, sans-serif;
}
/* line 491, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/cuypershuis.less */
footer a {
  color: #404040;
}
/* line 493, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/cuypershuis.less */
footer a:hover,
footer a:focus {
  color: #e81f2d;
}
/* line 500, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/cuypershuis.less */
footer a img:hover,
footer a img:focus {
  cursor: zoom-in;
}
/* line 506, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/cuypershuis.less */
footer p {
  line-height: 1.5;
  margin: 30px 0;
}
/* line 509, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/cuypershuis.less */
footer p a {
  text-decoration: underline;
}
/* include our custom less */
/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url('https://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/fonts/fontawesome-webfont.eot');
  src: url('https://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('https://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/fonts/fontawesome-webfont.woff') format('woff'), url('https://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/fonts/fontawesome-webfont.ttf') format('truetype'), url('https://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-2x {
  font-size: 2em;
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-3x {
  font-size: 3em;
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-4x {
  font-size: 4em;
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-5x {
  font-size: 5em;
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-ul > li {
  position: relative;
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-li.fa-lg {
  left: -1.85714286em;
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: 0.1em;
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.pull-right {
  float: right;
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.pull-left {
  float: left;
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa.pull-left {
  margin-right: 0.3em;
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa.pull-right {
  margin-left: 0.3em;
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  /* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
  0% {
    -moz-transform: rotate(0deg);
  }
  /* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  /* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
  0% {
    -webkit-transform: rotate(0deg);
  }
  /* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  /* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
  0% {
    -o-transform: rotate(0deg);
  }
  /* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  /* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  /* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-stack-1x {
  line-height: inherit;
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-stack-2x {
  font-size: 2em;
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-inverse {
  color: #ffffff;
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-glass:before {
  content: "\f000";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-music:before {
  content: "\f001";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-search:before {
  content: "\f002";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-envelope-o:before {
  content: "\f003";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-heart:before {
  content: "\f004";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-star:before {
  content: "\f005";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-star-o:before {
  content: "\f006";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-user:before {
  content: "\f007";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-film:before {
  content: "\f008";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-th-large:before {
  content: "\f009";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-th:before {
  content: "\f00a";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-th-list:before {
  content: "\f00b";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-check:before {
  content: "\f00c";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-times:before {
  content: "\f00d";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-search-plus:before {
  content: "\f00e";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-search-minus:before {
  content: "\f010";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-power-off:before {
  content: "\f011";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-signal:before {
  content: "\f012";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-trash-o:before {
  content: "\f014";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-home:before {
  content: "\f015";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-file-o:before {
  content: "\f016";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-clock-o:before {
  content: "\f017";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-road:before {
  content: "\f018";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-download:before {
  content: "\f019";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-inbox:before {
  content: "\f01c";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-play-circle-o:before {
  content: "\f01d";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-refresh:before {
  content: "\f021";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-list-alt:before {
  content: "\f022";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-lock:before {
  content: "\f023";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-flag:before {
  content: "\f024";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-headphones:before {
  content: "\f025";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-volume-off:before {
  content: "\f026";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-volume-down:before {
  content: "\f027";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-volume-up:before {
  content: "\f028";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-qrcode:before {
  content: "\f029";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-barcode:before {
  content: "\f02a";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-tag:before {
  content: "\f02b";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-tags:before {
  content: "\f02c";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-book:before {
  content: "\f02d";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-bookmark:before {
  content: "\f02e";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-print:before {
  content: "\f02f";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-camera:before {
  content: "\f030";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-font:before {
  content: "\f031";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-bold:before {
  content: "\f032";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-italic:before {
  content: "\f033";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-text-height:before {
  content: "\f034";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-text-width:before {
  content: "\f035";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-align-left:before {
  content: "\f036";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-align-center:before {
  content: "\f037";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-align-right:before {
  content: "\f038";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-align-justify:before {
  content: "\f039";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-list:before {
  content: "\f03a";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-indent:before {
  content: "\f03c";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-video-camera:before {
  content: "\f03d";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-pencil:before {
  content: "\f040";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-map-marker:before {
  content: "\f041";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-adjust:before {
  content: "\f042";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-tint:before {
  content: "\f043";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-share-square-o:before {
  content: "\f045";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-check-square-o:before {
  content: "\f046";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-arrows:before {
  content: "\f047";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-step-backward:before {
  content: "\f048";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-fast-backward:before {
  content: "\f049";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-backward:before {
  content: "\f04a";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-play:before {
  content: "\f04b";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-pause:before {
  content: "\f04c";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-stop:before {
  content: "\f04d";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-forward:before {
  content: "\f04e";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-fast-forward:before {
  content: "\f050";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-step-forward:before {
  content: "\f051";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-eject:before {
  content: "\f052";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-chevron-left:before {
  content: "\f053";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-chevron-right:before {
  content: "\f054";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-plus-circle:before {
  content: "\f055";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-minus-circle:before {
  content: "\f056";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-times-circle:before {
  content: "\f057";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-check-circle:before {
  content: "\f058";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-question-circle:before {
  content: "\f059";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-info-circle:before {
  content: "\f05a";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-crosshairs:before {
  content: "\f05b";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-times-circle-o:before {
  content: "\f05c";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-check-circle-o:before {
  content: "\f05d";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-ban:before {
  content: "\f05e";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-arrow-left:before {
  content: "\f060";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-arrow-right:before {
  content: "\f061";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-arrow-up:before {
  content: "\f062";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-arrow-down:before {
  content: "\f063";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-expand:before {
  content: "\f065";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-compress:before {
  content: "\f066";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-plus:before {
  content: "\f067";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-minus:before {
  content: "\f068";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-asterisk:before {
  content: "\f069";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-exclamation-circle:before {
  content: "\f06a";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-gift:before {
  content: "\f06b";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-leaf:before {
  content: "\f06c";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-fire:before {
  content: "\f06d";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-eye:before {
  content: "\f06e";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-eye-slash:before {
  content: "\f070";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-plane:before {
  content: "\f072";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-calendar:before {
  content: "\f073";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-random:before {
  content: "\f074";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-comment:before {
  content: "\f075";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-magnet:before {
  content: "\f076";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-chevron-up:before {
  content: "\f077";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-chevron-down:before {
  content: "\f078";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-retweet:before {
  content: "\f079";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-shopping-cart:before {
  content: "\f07a";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-folder:before {
  content: "\f07b";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-folder-open:before {
  content: "\f07c";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-arrows-v:before {
  content: "\f07d";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-arrows-h:before {
  content: "\f07e";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-bar-chart-o:before {
  content: "\f080";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-twitter-square:before {
  content: "\f081";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-facebook-square:before {
  content: "\f082";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-camera-retro:before {
  content: "\f083";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-key:before {
  content: "\f084";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-comments:before {
  content: "\f086";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-thumbs-o-up:before {
  content: "\f087";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-thumbs-o-down:before {
  content: "\f088";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-star-half:before {
  content: "\f089";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-heart-o:before {
  content: "\f08a";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-sign-out:before {
  content: "\f08b";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-linkedin-square:before {
  content: "\f08c";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-thumb-tack:before {
  content: "\f08d";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-external-link:before {
  content: "\f08e";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-sign-in:before {
  content: "\f090";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-trophy:before {
  content: "\f091";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-github-square:before {
  content: "\f092";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-upload:before {
  content: "\f093";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-lemon-o:before {
  content: "\f094";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-phone:before {
  content: "\f095";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-square-o:before {
  content: "\f096";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-bookmark-o:before {
  content: "\f097";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-phone-square:before {
  content: "\f098";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-twitter:before {
  content: "\f099";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-facebook:before {
  content: "\f09a";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-github:before {
  content: "\f09b";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-unlock:before {
  content: "\f09c";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-credit-card:before {
  content: "\f09d";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-rss:before {
  content: "\f09e";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-hdd-o:before {
  content: "\f0a0";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-bullhorn:before {
  content: "\f0a1";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-bell:before {
  content: "\f0f3";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-certificate:before {
  content: "\f0a3";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-hand-o-right:before {
  content: "\f0a4";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-hand-o-left:before {
  content: "\f0a5";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-hand-o-up:before {
  content: "\f0a6";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-hand-o-down:before {
  content: "\f0a7";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-globe:before {
  content: "\f0ac";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-wrench:before {
  content: "\f0ad";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-tasks:before {
  content: "\f0ae";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-filter:before {
  content: "\f0b0";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-briefcase:before {
  content: "\f0b1";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-arrows-alt:before {
  content: "\f0b2";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-cloud:before {
  content: "\f0c2";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-flask:before {
  content: "\f0c3";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-paperclip:before {
  content: "\f0c6";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-square:before {
  content: "\f0c8";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-list-ul:before {
  content: "\f0ca";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-list-ol:before {
  content: "\f0cb";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-strikethrough:before {
  content: "\f0cc";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-underline:before {
  content: "\f0cd";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-table:before {
  content: "\f0ce";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-magic:before {
  content: "\f0d0";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-truck:before {
  content: "\f0d1";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-pinterest:before {
  content: "\f0d2";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-pinterest-square:before {
  content: "\f0d3";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-google-plus-square:before {
  content: "\f0d4";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-google-plus:before {
  content: "\f0d5";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-money:before {
  content: "\f0d6";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-caret-down:before {
  content: "\f0d7";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-caret-up:before {
  content: "\f0d8";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-caret-left:before {
  content: "\f0d9";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-caret-right:before {
  content: "\f0da";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-columns:before {
  content: "\f0db";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-envelope:before {
  content: "\f0e0";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-linkedin:before {
  content: "\f0e1";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-comment-o:before {
  content: "\f0e5";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-comments-o:before {
  content: "\f0e6";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-sitemap:before {
  content: "\f0e8";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-umbrella:before {
  content: "\f0e9";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-lightbulb-o:before {
  content: "\f0eb";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-exchange:before {
  content: "\f0ec";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-cloud-download:before {
  content: "\f0ed";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-cloud-upload:before {
  content: "\f0ee";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-user-md:before {
  content: "\f0f0";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-stethoscope:before {
  content: "\f0f1";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-suitcase:before {
  content: "\f0f2";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-bell-o:before {
  content: "\f0a2";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-coffee:before {
  content: "\f0f4";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-cutlery:before {
  content: "\f0f5";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-file-text-o:before {
  content: "\f0f6";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-building-o:before {
  content: "\f0f7";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-hospital-o:before {
  content: "\f0f8";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-ambulance:before {
  content: "\f0f9";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-medkit:before {
  content: "\f0fa";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-fighter-jet:before {
  content: "\f0fb";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-beer:before {
  content: "\f0fc";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-h-square:before {
  content: "\f0fd";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-plus-square:before {
  content: "\f0fe";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-angle-double-left:before {
  content: "\f100";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-angle-double-right:before {
  content: "\f101";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-angle-double-up:before {
  content: "\f102";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-angle-double-down:before {
  content: "\f103";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-angle-left:before {
  content: "\f104";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-angle-right:before {
  content: "\f105";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-angle-up:before {
  content: "\f106";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-angle-down:before {
  content: "\f107";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-desktop:before {
  content: "\f108";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-laptop:before {
  content: "\f109";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-tablet:before {
  content: "\f10a";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-circle-o:before {
  content: "\f10c";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-quote-left:before {
  content: "\f10d";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-quote-right:before {
  content: "\f10e";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-spinner:before {
  content: "\f110";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-circle:before {
  content: "\f111";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-github-alt:before {
  content: "\f113";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-folder-o:before {
  content: "\f114";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-folder-open-o:before {
  content: "\f115";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-smile-o:before {
  content: "\f118";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-frown-o:before {
  content: "\f119";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-meh-o:before {
  content: "\f11a";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-gamepad:before {
  content: "\f11b";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-keyboard-o:before {
  content: "\f11c";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-flag-o:before {
  content: "\f11d";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-flag-checkered:before {
  content: "\f11e";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-terminal:before {
  content: "\f120";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-code:before {
  content: "\f121";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-location-arrow:before {
  content: "\f124";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-crop:before {
  content: "\f125";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-code-fork:before {
  content: "\f126";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-question:before {
  content: "\f128";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-info:before {
  content: "\f129";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-exclamation:before {
  content: "\f12a";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-superscript:before {
  content: "\f12b";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-subscript:before {
  content: "\f12c";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-eraser:before {
  content: "\f12d";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-puzzle-piece:before {
  content: "\f12e";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-microphone:before {
  content: "\f130";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-microphone-slash:before {
  content: "\f131";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-shield:before {
  content: "\f132";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-calendar-o:before {
  content: "\f133";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-fire-extinguisher:before {
  content: "\f134";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-rocket:before {
  content: "\f135";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-maxcdn:before {
  content: "\f136";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-chevron-circle-left:before {
  content: "\f137";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-chevron-circle-right:before {
  content: "\f138";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-chevron-circle-up:before {
  content: "\f139";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-chevron-circle-down:before {
  content: "\f13a";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-html5:before {
  content: "\f13b";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-css3:before {
  content: "\f13c";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-anchor:before {
  content: "\f13d";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-unlock-alt:before {
  content: "\f13e";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-bullseye:before {
  content: "\f140";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-ellipsis-h:before {
  content: "\f141";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-ellipsis-v:before {
  content: "\f142";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-rss-square:before {
  content: "\f143";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-play-circle:before {
  content: "\f144";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-ticket:before {
  content: "\f145";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-minus-square:before {
  content: "\f146";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-minus-square-o:before {
  content: "\f147";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-level-up:before {
  content: "\f148";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-level-down:before {
  content: "\f149";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-check-square:before {
  content: "\f14a";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-pencil-square:before {
  content: "\f14b";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-external-link-square:before {
  content: "\f14c";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-share-square:before {
  content: "\f14d";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-compass:before {
  content: "\f14e";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-gbp:before {
  content: "\f154";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-file:before {
  content: "\f15b";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-file-text:before {
  content: "\f15c";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-sort-amount-asc:before {
  content: "\f160";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-sort-amount-desc:before {
  content: "\f161";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-sort-numeric-asc:before {
  content: "\f162";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-sort-numeric-desc:before {
  content: "\f163";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-thumbs-up:before {
  content: "\f164";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-thumbs-down:before {
  content: "\f165";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-youtube-square:before {
  content: "\f166";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-youtube:before {
  content: "\f167";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-xing:before {
  content: "\f168";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-xing-square:before {
  content: "\f169";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-youtube-play:before {
  content: "\f16a";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-dropbox:before {
  content: "\f16b";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-stack-overflow:before {
  content: "\f16c";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-instagram:before {
  content: "\f16d";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-flickr:before {
  content: "\f16e";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-adn:before {
  content: "\f170";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-bitbucket:before {
  content: "\f171";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-bitbucket-square:before {
  content: "\f172";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-tumblr:before {
  content: "\f173";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-tumblr-square:before {
  content: "\f174";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-long-arrow-down:before {
  content: "\f175";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-long-arrow-up:before {
  content: "\f176";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-long-arrow-left:before {
  content: "\f177";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-long-arrow-right:before {
  content: "\f178";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-apple:before {
  content: "\f179";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-windows:before {
  content: "\f17a";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-android:before {
  content: "\f17b";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-linux:before {
  content: "\f17c";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-dribbble:before {
  content: "\f17d";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-skype:before {
  content: "\f17e";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-foursquare:before {
  content: "\f180";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-trello:before {
  content: "\f181";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-female:before {
  content: "\f182";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-male:before {
  content: "\f183";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-gittip:before {
  content: "\f184";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-sun-o:before {
  content: "\f185";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-moon-o:before {
  content: "\f186";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-archive:before {
  content: "\f187";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-bug:before {
  content: "\f188";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-vk:before {
  content: "\f189";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-weibo:before {
  content: "\f18a";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-renren:before {
  content: "\f18b";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-pagelines:before {
  content: "\f18c";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-stack-exchange:before {
  content: "\f18d";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-dot-circle-o:before {
  content: "\f192";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-wheelchair:before {
  content: "\f193";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-vimeo-square:before {
  content: "\f194";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-plus-square-o:before {
  content: "\f196";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-space-shuttle:before {
  content: "\f197";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-slack:before {
  content: "\f198";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-envelope-square:before {
  content: "\f199";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-wordpress:before {
  content: "\f19a";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-openid:before {
  content: "\f19b";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-yahoo:before {
  content: "\f19e";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-google:before {
  content: "\f1a0";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-reddit:before {
  content: "\f1a1";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-reddit-square:before {
  content: "\f1a2";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-stumbleupon:before {
  content: "\f1a4";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-delicious:before {
  content: "\f1a5";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-digg:before {
  content: "\f1a6";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-pied-piper-square:before,
.fa-pied-piper:before {
  content: "\f1a7";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-drupal:before {
  content: "\f1a9";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-joomla:before {
  content: "\f1aa";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-language:before {
  content: "\f1ab";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-fax:before {
  content: "\f1ac";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-building:before {
  content: "\f1ad";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-child:before {
  content: "\f1ae";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-paw:before {
  content: "\f1b0";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-spoon:before {
  content: "\f1b1";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-cube:before {
  content: "\f1b2";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-cubes:before {
  content: "\f1b3";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-behance:before {
  content: "\f1b4";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-behance-square:before {
  content: "\f1b5";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-steam:before {
  content: "\f1b6";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-steam-square:before {
  content: "\f1b7";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-recycle:before {
  content: "\f1b8";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-tree:before {
  content: "\f1bb";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-spotify:before {
  content: "\f1bc";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-deviantart:before {
  content: "\f1bd";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-soundcloud:before {
  content: "\f1be";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-database:before {
  content: "\f1c0";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-file-pdf-o:before {
  content: "\f1c1";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-file-word-o:before {
  content: "\f1c2";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-file-excel-o:before {
  content: "\f1c3";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-file-code-o:before {
  content: "\f1c9";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-vine:before {
  content: "\f1ca";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-codepen:before {
  content: "\f1cb";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-jsfiddle:before {
  content: "\f1cc";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-life-bouy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-circle-o-notch:before {
  content: "\f1ce";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-git-square:before {
  content: "\f1d2";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-git:before {
  content: "\f1d3";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-hacker-news:before {
  content: "\f1d4";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-tencent-weibo:before {
  content: "\f1d5";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-qq:before {
  content: "\f1d6";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-history:before {
  content: "\f1da";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-circle-thin:before {
  content: "\f1db";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-header:before {
  content: "\f1dc";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-paragraph:before {
  content: "\f1dd";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-sliders:before {
  content: "\f1de";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-share-alt:before {
  content: "\f1e0";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-share-alt-square:before {
  content: "\f1e1";
}
/* line 4, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/fontawesome.css */
.fa-bomb:before {
  content: "\f1e2";
}
/* Media element js */
/* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.mejs-container {
  position: relative;
  background: #000;
  font-family: Helvetica,Arial;
  text-align: left;
  vertical-align: top;
  text-indent: 0;
}
/* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.me-plugin {
  position: absolute;
}
/* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.mejs-embed,
.mejs-embed body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #000;
  overflow: hidden;
}
/* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.mejs-fullscreen {
  overflow: hidden!important;
}
/* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.mejs-container-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1000;
}
/* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video {
  width: 100%;
  height: 100%;
}
/* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.mejs-clear {
  clear: both;
}
/* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.mejs-background {
  position: absolute;
  top: 0;
  left: 0;
}
/* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.mejs-mediaelement {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.mejs-poster {
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
/* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
:root .mejs-poster img {
  display: none;
}
/* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.mejs-poster img {
  padding: 0;
  border: 0;
}
/* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.mejs-overlay {
  position: absolute;
  top: 0;
  left: 0;
}
/* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.mejs-overlay-play {
  cursor: pointer;
}
/* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.mejs-overlay-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  background: url(../++theme++plonetheme.cuypershuis/css/bigplay.svg) no-repeat;
}
/* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.no-svg .mejs-overlay-button {
  background-image: url(../++theme++plonetheme.cuypershuis/css/bigplay.png);
}
/* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.mejs-overlay:hover .mejs-overlay-button {
  background-position: 0 -100px;
}
/* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.mejs-overlay-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  background: #333;
  background: url(../++theme++plonetheme.cuypershuis/css/background.png);
  background: rgba(0, 0, 0, 0.9);
  background: -webkit-gradient(linear, 0% 0, 0% 100%, from(rgba(50, 50, 50, 0.9)), to(rgba(0, 0, 0, 0.9)));
  background: -webkit-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background: -moz-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background: -o-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background: -ms-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background: linear-gradient(rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
}
/* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.mejs-overlay-loading span {
  display: block;
  width: 80px;
  height: 80px;
  background: transparent url(../++theme++plonetheme.cuypershuis/css/loading.gif) 50% 50% no-repeat;
}
/* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.mejs-container .mejs-controls {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
  bottom: 0;
  left: 0;
  background: url(../++theme++plonetheme.cuypershuis/css/background.png);
  background: rgba(0, 0, 0, 0.7);
  background: -webkit-gradient(linear, 0% 0, 0% 100%, from(rgba(50, 50, 50, 0.7)), to(rgba(0, 0, 0, 0.7)));
  background: -webkit-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: -moz-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: -o-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: -ms-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  height: 30px;
  width: 100%;
}
/* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.mejs-container .mejs-controls div {
  list-style-type: none;
  background-image: none;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 26px;
  height: 26px;
  font-size: 11px;
  line-height: 11px;
  font-family: Helvetica,Arial;
  border: 0;
}
/* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.mejs-controls .mejs-button button {
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 0;
  text-decoration: none;
  margin: 7px 5px;
  padding: 0;
  position: absolute;
  height: 16px;
  width: 16px;
  border: 0;
  background: transparent url(../++theme++plonetheme.cuypershuis/css/++resource++collective.mediaelementjs/controls.svg) no-repeat;
}
/* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.no-svg .mejs-controls .mejs-button button {
  background-image: url(../++theme++plonetheme.cuypershuis/css/controls.png);
}
/* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.mejs-controls .mejs-button button:focus {
  outline: dotted 1px #999;
}
/* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.mejs-container .mejs-controls .mejs-time {
  color: #fff;
  display: block;
  height: 17px;
  width: auto;
  padding: 8px 3px 0 3px;
  overflow: hidden;
  text-align: center;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
/* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.mejs-container .mejs-controls .mejs-time span {
  color: #fff;
  font-size: 11px;
  line-height: 12px;
  display: block;
  float: left;
  margin: 1px 2px 0 0;
  width: auto;
}
/* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.mejs-controls .mejs-play button {
  background-position: 0 0;
}
/* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.mejs-controls .mejs-pause button {
  background-position: 0 -16px;
}
/* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.mejs-controls .mejs-stop button {
  background-position: -112px 0;
}
/* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.mejs-controls div.mejs-time-rail {
  direction: ltr;
  width: 200px;
  padding-top: 5px;
}
/* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.mejs-controls .mejs-time-rail span {
  display: block;
  position: absolute;
  width: 180px;
  height: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
}
/* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.mejs-controls .mejs-time-rail .mejs-time-total {
  margin: 5px;
  background: #333;
  background: rgba(50, 50, 50, 0.8);
  background: -webkit-gradient(linear, 0% 0, 0% 100%, from(rgba(30, 30, 30, 0.8)), to(rgba(60, 60, 60, 0.8)));
  background: -webkit-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: -moz-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: -o-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: -ms-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: linear-gradient(rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
}
/* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.mejs-controls .mejs-time-rail .mejs-time-buffering {
  width: 100%;
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 15px 15px;
  -moz-background-size: 15px 15px;
  -o-background-size: 15px 15px;
  background-size: 15px 15px;
  -webkit-animation: buffering-stripes 2s linear infinite;
  -moz-animation: buffering-stripes 2s linear infinite;
  -ms-animation: buffering-stripes 2s linear infinite;
  -o-animation: buffering-stripes 2s linear infinite;
  animation: buffering-stripes 2s linear infinite;
}
@-webkit-keyframes buffering-stripes {
  /* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  from {
    background-position: 0 0;
  }
  /* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  to {
    background-position: 30px 0;
  }
}
@-moz-keyframes buffering-stripes {
  /* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  from {
    background-position: 0 0;
  }
  /* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  to {
    background-position: 30px 0;
  }
}
@-ms-keyframes buffering-stripes {
  /* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  from {
    background-position: 0 0;
  }
  /* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  to {
    background-position: 30px 0;
  }
}
@-o-keyframes buffering-stripes {
  /* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  from {
    background-position: 0 0;
  }
  /* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  to {
    background-position: 30px 0;
  }
}
@keyframes buffering-stripes {
  /* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  from {
    background-position: 0 0;
  }
  /* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  to {
    background-position: 30px 0;
  }
}
/* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #3caac8;
  background: rgba(60, 170, 200, 0.8);
  background: -webkit-gradient(linear, 0% 0, 0% 100%, from(rgba(44, 124, 145, 0.8)), to(rgba(78, 183, 212, 0.8)));
  background: -webkit-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  background: -moz-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  background: -o-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  background: -ms-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  background: linear-gradient(rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  width: 0;
}
/* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.mejs-controls .mejs-time-rail .mejs-time-current {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  background: -webkit-gradient(linear, 0% 0, 0% 100%, from(rgba(255, 255, 255, 0.9)), to(rgba(200, 200, 200, 0.8)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  width: 0;
}
/* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.mejs-controls .mejs-time-rail .mejs-time-handle {
  display: none;
  position: absolute;
  margin: 0;
  width: 10px;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  border: solid 2px #333;
  top: -2px;
  text-align: center;
}
/* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.mejs-controls .mejs-time-rail .mejs-time-float {
  position: absolute;
  display: none;
  background: #eee;
  width: 36px;
  height: 17px;
  border: solid 1px #333;
  top: -26px;
  margin-left: -18px;
  text-align: center;
  color: #111;
}
/* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.mejs-controls .mejs-time-rail .mejs-time-float-current {
  margin: 2px;
  width: 30px;
  display: block;
  text-align: center;
  left: 0;
}
/* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.mejs-controls .mejs-time-rail .mejs-time-float-corner {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  line-height: 0;
  border: solid 5px #eee;
  border-color: #eee transparent transparent transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  top: 15px;
  left: 13px;
}
/* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float {
  width: 48px;
}
/* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current {
  width: 44px;
}
/* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner {
  left: 18px;
}
/* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.mejs-controls .mejs-fullscreen-button button {
  background-position: -32px 0;
}
/* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.mejs-controls .mejs-unfullscreen button {
  background-position: -32px -16px;
}
/* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.mejs-controls .mejs-mute button {
  background-position: -16px -16px;
}
/* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.mejs-controls .mejs-unmute button {
  background-position: -16px 0;
}
/* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.mejs-controls .mejs-volume-button {
  position: relative;
}
/* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.mejs-controls .mejs-volume-button .mejs-volume-slider {
  display: none;
  height: 115px;
  width: 25px;
  background: url(../++theme++plonetheme.cuypershuis/css/background.png);
  background: rgba(50, 50, 50, 0.7);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  top: -115px;
  left: 0;
  z-index: 1;
  position: absolute;
  margin: 0;
}
/* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.mejs-controls .mejs-volume-button:hover {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
/* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.5);
  margin: 0;
}
/* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.9);
  margin: 0;
}
/* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
  position: absolute;
  left: 4px;
  top: -3px;
  width: 16px;
  height: 6px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.9);
  cursor: N-resize;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  margin: 0;
}
/* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.mejs-controls div.mejs-horizontal-volume-slider {
  height: 26px;
  width: 60px;
  position: relative;
}
/* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  position: absolute;
  left: 0;
  top: 11px;
  width: 50px;
  height: 8px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #333;
  background: rgba(50, 50, 50, 0.8);
  background: -webkit-gradient(linear, 0% 0, 0% 100%, from(rgba(30, 30, 30, 0.8)), to(rgba(60, 60, 60, 0.8)));
  background: -webkit-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: -moz-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: -o-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: -ms-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: linear-gradient(rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
}
/* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  position: absolute;
  left: 0;
  top: 11px;
  width: 50px;
  height: 8px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  background: -webkit-gradient(linear, 0% 0, 0% 100%, from(rgba(255, 255, 255, 0.9)), to(rgba(200, 200, 200, 0.8)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
}
/* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
  display: none;
}
/* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.mejs-controls .mejs-captions-button {
  position: relative;
}
/* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.mejs-controls .mejs-captions-button button {
  background-position: -48px 0;
}
/* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.mejs-controls .mejs-captions-button .mejs-captions-selector {
  visibility: hidden;
  position: absolute;
  bottom: 26px;
  right: -10px;
  width: 130px;
  height: 100px;
  background: url(../++theme++plonetheme.cuypershuis/css/background.png);
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 10px;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.mejs-controls .mejs-captions-button .mejs-captions-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none!important;
  overflow: hidden;
}
/* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
  margin: 0 0 6px 0;
  padding: 0;
  list-style-type: none!important;
  display: block;
  color: #fff;
  overflow: hidden;
}
/* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
}
/* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
  width: 100px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-family: helvetica,arial;
  font-size: 10px;
}
/* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.mejs-controls .mejs-captions-button .mejs-captions-translations {
  font-size: 10px;
  margin: 0 0 5px 0;
}
/* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.mejs-chapters {
  position: absolute;
  top: 0;
  left: 0;
  -xborder-right: solid 1px #fff;
  width: 10000px;
  z-index: 1;
}
/* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.mejs-chapters .mejs-chapter {
  position: absolute;
  float: left;
  background: #222;
  background: rgba(0, 0, 0, 0.7);
  background: -webkit-gradient(linear, 0% 0, 0% 100%, from(rgba(50, 50, 50, 0.7)), to(rgba(0, 0, 0, 0.7)));
  background: -webkit-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: -moz-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: -o-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: -ms-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232, endColorstr=#373739);
  overflow: hidden;
  border: 0;
}
/* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.mejs-chapters .mejs-chapter .mejs-chapter-block {
  font-size: 11px;
  color: #fff;
  padding: 5px;
  display: block;
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
  cursor: pointer;
}
/* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.mejs-chapters .mejs-chapter .mejs-chapter-block-last {
  border-right: none;
}
/* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
  background: #666;
  background: rgba(102, 102, 102, 0.7);
  background: -webkit-gradient(linear, 0% 0, 0% 100%, from(rgba(102, 102, 102, 0.7)), to(rgba(50, 50, 50, 0.6)));
  background: -webkit-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  background: -moz-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  background: -o-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  background: -ms-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  background: linear-gradient(rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666, endColorstr=#323232);
}
/* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
  font-size: 12px;
  font-weight: bold;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 0 3px 0;
  line-height: 12px;
}
/* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
  font-size: 12px;
  line-height: 12px;
  margin: 3px 0 4px 0;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.mejs-captions-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  line-height: 22px;
  font-size: 12px;
  color: #fff;
}
/* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.mejs-captions-layer a {
  color: #fff;
  text-decoration: underline;
}
/* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.mejs-captions-layer[lang=ar] {
  font-size: 20px;
  font-weight: normal;
}
/* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.mejs-captions-position {
  position: absolute;
  width: 100%;
  bottom: 15px;
  left: 0;
}
/* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.mejs-captions-position-hover {
  bottom: 45px;
}
/* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.mejs-captions-text {
  padding: 3px 5px;
  background: url(../++theme++plonetheme.cuypershuis/css/background.png);
  background: rgba(20, 20, 20, 0.8);
}
/* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.me-cannotplay a {
  color: #fff;
  font-weight: bold;
}
/* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.me-cannotplay span {
  padding: 15px;
  display: block;
}
/* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.mejs-controls .mejs-loop-off button {
  background-position: -64px -16px;
}
/* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.mejs-controls .mejs-loop-on button {
  background-position: -64px 0;
}
/* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.mejs-controls .mejs-backlight-off button {
  background-position: -80px -16px;
}
/* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.mejs-controls .mejs-backlight-on button {
  background-position: -80px 0;
}
/* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.mejs-controls .mejs-picturecontrols-button {
  background-position: -96px 0;
}
/* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.mejs-contextmenu {
  position: absolute;
  width: 150px;
  padding: 10px;
  border-radius: 4px;
  top: 0;
  left: 0;
  background: #fff;
  border: solid 1px #999;
  z-index: 1001;
}
/* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.mejs-contextmenu .mejs-contextmenu-separator {
  height: 1px;
  font-size: 0;
  margin: 5px 6px;
  background: #333;
}
/* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.mejs-contextmenu .mejs-contextmenu-item {
  font-family: Helvetica,Arial;
  font-size: 12px;
  padding: 4px 6px;
  cursor: pointer;
  color: #333;
}
/* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.mejs-contextmenu .mejs-contextmenu-item:hover {
  background: #2C7C91;
  color: #fff;
}
/* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.mejs-controls .mejs-sourcechooser-button {
  position: relative;
}
/* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.mejs-controls .mejs-sourcechooser-button button {
  background-position: -128px 0;
}
/* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
  visibility: hidden;
  position: absolute;
  bottom: 26px;
  right: -10px;
  width: 130px;
  height: 100px;
  background: url(../++theme++plonetheme.cuypershuis/css/background.png);
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 10px;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none!important;
  overflow: hidden;
}
/* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {
  margin: 0 0 6px 0;
  padding: 0;
  list-style-type: none!important;
  display: block;
  color: #fff;
  overflow: hidden;
}
/* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
}
/* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label {
  width: 100px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-family: helvetica,arial;
  font-size: 10px;
}
/* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.mejs-postroll-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../++theme++plonetheme.cuypershuis/css/background.png);
  background: rgba(50, 50, 50, 0.7);
  z-index: 1000;
  overflow: hidden;
}
/* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.mejs-postroll-layer-content {
  width: 100%;
  height: 100%;
}
/* line 5, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.mejs-postroll-close {
  position: absolute;
  right: 0;
  top: 0;
  background: url(../++theme++plonetheme.cuypershuis/css/background.png);
  background: rgba(50, 50, 50, 0.7);
  color: #fff;
  padding: 4px;
  z-index: 100;
  cursor: pointer;
}
/* RRSSB buttons */
/* line 8, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.rrssb-buttons {
  box-sizing: border-box;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  height: 36px;
  margin: 0;
  padding: 0;
  width: 100%;
}
/* line 8, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.rrssb-buttons:after {
  clear: both;
}
/* line 8, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.rrssb-buttons:after,
.rrssb-buttons:before {
  content: ' ';
  display: table;
}
/* line 8, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.rrssb-buttons li {
  box-sizing: border-box;
  float: left;
  height: 100%;
  line-height: 13px;
  list-style: none;
  margin: 0;
  padding: 0 2px;
}
/* line 8, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.rrssb-buttons li.rrssb-email a {
  background-color: #0a88ff;
}
/* line 8, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.rrssb-buttons li.rrssb-email a:hover {
  background-color: #006ed6;
}
/* line 8, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.rrssb-buttons li.rrssb-facebook a {
  background-color: #306199;
}
/* line 8, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.rrssb-buttons li.rrssb-facebook a:hover {
  background-color: #244872;
}
/* line 8, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.rrssb-buttons li.rrssb-tumblr a {
  background-color: #32506d;
}
/* line 8, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.rrssb-buttons li.rrssb-tumblr a:hover {
  background-color: #22364a;
}
/* line 8, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.rrssb-buttons li.rrssb-linkedin a {
  background-color: #007bb6;
}
/* line 8, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.rrssb-buttons li.rrssb-linkedin a:hover {
  background-color: #005983;
}
/* line 8, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.rrssb-buttons li.rrssb-twitter a {
  background-color: #26c4f1;
}
/* line 8, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.rrssb-buttons li.rrssb-twitter a:hover {
  background-color: #0eaad6;
}
/* line 8, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.rrssb-buttons li.rrssb-googleplus a {
  background-color: #e93f2e;
}
/* line 8, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.rrssb-buttons li.rrssb-googleplus a:hover {
  background-color: #ce2616;
}
/* line 8, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.rrssb-buttons li.rrssb-youtube a {
  background-color: #df1c31;
}
/* line 8, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.rrssb-buttons li.rrssb-youtube a:hover {
  background-color: #b21627;
}
/* line 8, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.rrssb-buttons li.rrssb-reddit a {
  background-color: #8bbbe3;
}
/* line 8, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.rrssb-buttons li.rrssb-reddit a:hover {
  background-color: #62a3d9;
}
/* line 8, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.rrssb-buttons li.rrssb-pinterest a {
  background-color: #b81621;
}
/* line 8, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.rrssb-buttons li.rrssb-pinterest a:hover {
  background-color: #8a1119;
}
/* line 8, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.rrssb-buttons li.rrssb-pocket a {
  background-color: #ed4054;
}
/* line 8, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.rrssb-buttons li.rrssb-pocket a:hover {
  background-color: #e4162d;
}
/* line 8, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.rrssb-buttons li.rrssb-github a {
  background-color: #444444;
}
/* line 8, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.rrssb-buttons li.rrssb-github a:hover {
  background-color: #2b2b2b;
}
/* line 8, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.rrssb-buttons li.rrssb-instagram a {
  background-color: #125688;
}
/* line 8, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.rrssb-buttons li.rrssb-instagram a:hover {
  background-color: #0c3a5b;
}
/* line 8, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.rrssb-buttons li.rrssb-delicious a {
  background-color: #0b79e5;
}
/* line 8, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.rrssb-buttons li.rrssb-delicious a:hover {
  background-color: #095fb4;
}
/* line 8, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.rrssb-buttons li.rrssb-vk a {
  background-color: #4d71a9;
}
/* line 8, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.rrssb-buttons li.rrssb-vk a:hover {
  background-color: #3d5a86;
}
/* line 8, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.rrssb-buttons li.rrssb-hackernews a {
  background-color: #ff6600;
}
/* line 8, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.rrssb-buttons li.rrssb-hackernews a:hover {
  background-color: #cc5200;
}
/* line 8, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.rrssb-buttons li.rrssb-whatsapp a {
  background-color: #43d854;
}
/* line 8, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.rrssb-buttons li.rrssb-whatsapp a:hover {
  background-color: #28c039;
}
/* line 8, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.rrssb-buttons li.rrssb-print a {
  background-color: #8d98a2;
}
/* line 8, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.rrssb-buttons li.rrssb-print a:hover {
  background-color: #717f8b;
}
/* line 8, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.rrssb-buttons li a {
  background-color: #ccc;
  border-radius: 2px;
  box-sizing: border-box;
  display: block;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
  height: 100%;
  padding: 11px 7px 12px 27px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  width: 100%;
}
/* line 8, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.rrssb-buttons li a .rrssb-icon {
  display: block;
  left: 10px;
  padding-top: 9px;
  position: absolute;
  top: 0;
  width: 10%;
}
/* line 8, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.rrssb-buttons li a .rrssb-icon svg {
  height: 17px;
  width: 17px;
}
/* line 8, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.rrssb-buttons li a .rrssb-icon svg path {
  fill: #ffffff;
}
/* line 8, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.rrssb-buttons li a .rrssb-text {
  color: #ffffff;
}
/* line 8, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.rrssb-buttons li a:active {
  box-shadow: inset 1px 3px 15px 0 rgba(22, 0, 0, 0.25);
}
/* line 8, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.rrssb-buttons li.small a {
  padding: 0;
}
/* line 8, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.rrssb-buttons li.small a .rrssb-icon {
  left: auto;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  top: auto;
  width: 100%;
}
/* line 8, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.rrssb-buttons li.small a .rrssb-text {
  visibility: hidden;
}
/* line 8, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.rrssb-buttons.large-format,
.rrssb-buttons.large-format li {
  height: auto;
}
/* line 8, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.rrssb-buttons.large-format li a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: .2em;
  padding: 8.5% 0 8.5% 12%;
}
/* line 8, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.rrssb-buttons.large-format li a .rrssb-icon {
  height: 100%;
  left: 7%;
  padding-top: 0;
  width: 12%;
}
/* line 8, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.rrssb-buttons.large-format li a .rrssb-icon svg {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 8, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.rrssb-buttons.large-format li a .rrssb-text {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 8, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.rrssb-buttons.small-format {
  padding-top: 0px;
}
/* line 8, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.rrssb-buttons.small-format li {
  height: 80%;
  padding: 0 1px;
}
/* line 8, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.rrssb-buttons.small-format li a .rrssb-icon {
  height: 100%;
  padding-top: 0;
}
/* line 8, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.rrssb-buttons.small-format li a .rrssb-icon svg {
  height: 48%;
  position: relative;
  top: 6px;
  width: 80%;
}
/* line 8, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.rrssb-buttons.tiny-format {
  height: 22px;
  position: relative;
}
/* line 8, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.rrssb-buttons.tiny-format li {
  padding-right: 7px;
}
/* line 8, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.rrssb-buttons.tiny-format li a {
  background-color: transparent;
  padding: 0;
}
/* line 8, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.rrssb-buttons.tiny-format li a .rrssb-icon svg {
  height: 30px;
  width: 100%;
}
/* line 8, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.rrssb-buttons.tiny-format li a:active,
.rrssb-buttons.tiny-format li a:hover {
  background-color: transparent;
}
/* line 8, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.rrssb-buttons.tiny-format li.rrssb-email a .rrssb-icon svg path {
  fill: #0a88ff;
}
/* line 8, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.rrssb-buttons.tiny-format li.rrssb-email a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #0054a3;
}
/* line 8, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.rrssb-buttons.tiny-format li.rrssb-facebook a .rrssb-icon svg path {
  fill: #306199;
}
/* line 8, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.rrssb-buttons.tiny-format li.rrssb-facebook a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #18304b;
}
/* line 8, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.rrssb-buttons.tiny-format li.rrssb-tumblr a .rrssb-icon svg path {
  fill: #32506d;
}
/* line 8, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.rrssb-buttons.tiny-format li.rrssb-tumblr a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #121d27;
}
/* line 8, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.rrssb-buttons.tiny-format li.rrssb-linkedin a .rrssb-icon svg path {
  fill: #007bb6;
}
/* line 8, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.rrssb-buttons.tiny-format li.rrssb-linkedin a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #003650;
}
/* line 8, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.rrssb-buttons.tiny-format li.rrssb-twitter a .rrssb-icon svg path {
  fill: #26c4f1;
}
/* line 8, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.rrssb-buttons.tiny-format li.rrssb-twitter a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #0b84a6;
}
/* line 8, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.rrssb-buttons.tiny-format li.rrssb-googleplus a .rrssb-icon svg path {
  fill: #e93f2e;
}
/* line 8, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.rrssb-buttons.tiny-format li.rrssb-googleplus a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #a01e11;
}
/* line 8, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.rrssb-buttons.tiny-format li.rrssb-youtube a .rrssb-icon svg path {
  fill: #df1c31;
}
/* line 8, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.rrssb-buttons.tiny-format li.rrssb-youtube a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #84111d;
}
/* line 8, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.rrssb-buttons.tiny-format li.rrssb-reddit a .rrssb-icon svg path {
  fill: #8bbbe3;
}
/* line 8, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.rrssb-buttons.tiny-format li.rrssb-reddit a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #398bcf;
}
/* line 8, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.rrssb-buttons.tiny-format li.rrssb-pinterest a .rrssb-icon svg path {
  fill: #b81621;
}
/* line 8, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.rrssb-buttons.tiny-format li.rrssb-pinterest a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #5d0b11;
}
/* line 8, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.rrssb-buttons.tiny-format li.rrssb-pocket a .rrssb-icon svg path {
  fill: #ed4054;
}
/* line 8, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.rrssb-buttons.tiny-format li.rrssb-pocket a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #b61124;
}
/* line 8, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.rrssb-buttons.tiny-format li.rrssb-github a .rrssb-icon svg path {
  fill: #444444;
}
/* line 8, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.rrssb-buttons.tiny-format li.rrssb-github a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #111111;
}
/* line 8, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.rrssb-buttons.tiny-format li.rrssb-instagram a .rrssb-icon svg path {
  fill: #125688;
}
/* line 8, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.rrssb-buttons.tiny-format li.rrssb-instagram a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #061d2e;
}
/* line 8, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.rrssb-buttons.tiny-format li.rrssb-delicious a .rrssb-icon svg path {
  fill: #0b79e5;
}
/* line 8, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.rrssb-buttons.tiny-format li.rrssb-delicious a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #064684;
}
/* line 8, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.rrssb-buttons.tiny-format li.rrssb-vk a .rrssb-icon svg path {
  fill: #4d71a9;
}
/* line 8, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.rrssb-buttons.tiny-format li.rrssb-vk a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #2d4263;
}
/* line 8, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.rrssb-buttons.tiny-format li.rrssb-hackernews a .rrssb-icon svg path {
  fill: #ff6600;
}
/* line 8, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.rrssb-buttons.tiny-format li.rrssb-hackernews a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #993d00;
}
/* line 8, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.rrssb-buttons.tiny-format li.rrssb-whatsapp a .rrssb-icon svg path {
  fill: #43d854;
}
/* line 8, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.rrssb-buttons.tiny-format li.rrssb-whatsapp a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #1f962d;
}
/* line 8, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.rrssb-buttons.tiny-format li.rrssb-print a .rrssb-icon svg path {
  fill: #8d98a2;
}
/* line 8, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.rrssb-buttons.tiny-format li.rrssb-print a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #5a656f;
}
/* line 8, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.rrssb-buttons li.rrssb-print a .rrssb-icon svg path:nth-child(2) {
  fill: none;
}
/* line 10, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.rrssb-buttons li a .rrssb-icon svg {
  height: 45px;
  position: relative;
  top: 6px;
  width: 45px;
  padding: 10px;
  border: 2px solid #e81f2d;
  border-radius: 50%;
}
/* line 20, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.rrssb-buttons.small-format li a .rrssb-icon svg {
  height: 45px;
  position: relative;
  top: 6px;
  width: 45px;
  padding: 10px;
  border: 2px solid #e81f2d;
  border-radius: 50%;
}
/* line 30, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.rrssb-buttons li a .rrssb-icon {
  display: block;
  left: 10px;
  padding-top: 9px;
  position: absolute;
  top: 0;
  width: 50px;
}
/* line 39, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.rrssb-buttons:not(.small-format) {
  visibility: hidden !important;
}
/* Theme */
/* line 44, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.hi-icon-wrap {
  text-align: center;
  margin: 0 auto;
  padding: 2em 0 3em;
}
/* line 50, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.hi-icon {
  display: inline-block;
  font-size: 0px;
  cursor: pointer;
  margin: 15px 30px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #fff;
}
/* line 64, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.hi-icon:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
/* line 76, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.hi-icon:before {
  font-family: 'ecoicon';
  speak: none;
  font-size: 48px;
  line-height: 90px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: block;
  -webkit-font-smoothing: antialiased;
}
/* line 89, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.hi-icon-volume-off:before {
  font-family: "FontAwesome";
  content: "\f026";
}
/* line 94, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.hi-icon-volume-up:before {
  font-family: "FontAwesome";
  content: "\f028";
}
/* line 99, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.hi-icon-mobile:before {
  content: "\e009";
}
/* line 103, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.hi-icon-screen:before {
  content: "\e00a";
}
/* line 107, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.hi-icon-earth:before {
  content: "\e002";
}
/* line 111, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.hi-icon-support:before {
  content: "\e000";
}
/* line 115, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.hi-icon-locked:before {
  content: "\e001";
}
/* line 119, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.hi-icon-cog:before {
  content: "\e003";
}
/* line 123, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.hi-icon-clock:before {
  content: "\e004";
}
/* line 127, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.hi-icon-videos:before {
  content: "\e005";
}
/* line 131, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.hi-icon-list:before {
  content: "\e006";
}
/* line 135, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.hi-icon-refresh:before {
  content: "\e007";
}
/* line 139, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.hi-icon-images:before {
  content: "\e008";
}
/* line 143, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.hi-icon-pencil:before {
  content: "\e00b";
}
/* line 147, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.hi-icon-link:before {
  content: "\e00c";
}
/* line 151, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.hi-icon-mail:before {
  content: "\e00d";
}
/* line 155, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.hi-icon-location:before {
  content: "\e00e";
}
/* line 159, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.hi-icon-archive:before {
  content: "\e00f";
}
/* line 163, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.hi-icon-chat:before {
  content: "\e010";
}
/* line 167, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.hi-icon-bookmark:before {
  content: "\e011";
}
/* line 171, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.hi-icon-user:before {
  content: "\e012";
}
/* line 175, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.hi-icon-contract:before {
  content: "\e013";
}
/* line 179, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.hi-icon-star:before {
  content: "\e014";
}
/* Effect 1 */
/* line 184, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.hi-icon-effect-1 .hi-icon {
  background: rgba(255, 255, 255, 0.1);
  -webkit-transition: background 0.2s, color 0.2s;
  -moz-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}
/* line 191, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.hi-icon-effect-1 .hi-icon:after {
  top: -7px;
  left: -7px;
  padding: 7px;
  box-shadow: 0 0 0 4px #fff;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -webkit-transform: scale(0.8);
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transition: transform 0.2s, opacity 0.2s;
  transform: scale(0.8);
  opacity: 0;
}
/* Effect 1a */
/* line 207, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.hi-icon-effect-1a .hi-icon:hover {
  background: #ffffff;
  color: #41ab6b;
}
/* line 212, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.hi-icon-effect-1a .hi-icon:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/* Effect 1b */
/* line 221, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.hi-icon-effect-1b .hi-icon:hover {
  background: #ffffff;
  color: #41ab6b;
}
/* line 226, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.hi-icon-effect-1b .hi-icon:after {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
/* line 233, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.hi-icon-effect-1b .hi-icon:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/* Effect 2 */
/* line 242, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.hi-icon-effect-2 .hi-icon {
  color: #eea303;
  box-shadow: 0 0 0 3px #fff;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
/* line 250, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.hi-icon-effect-2 .hi-icon:after {
  top: -2px;
  left: -2px;
  padding: 2px;
  z-index: -1;
  background: #fff;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
}
/* Effect 2a */
/* line 262, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.hi-icon-effect-2a .hi-icon:hover {
  color: #eea303;
}
/* line 266, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.hi-icon-effect-2a .hi-icon:hover:after {
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
}
/* Effect 2b */
/* line 274, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.hi-icon-effect-2b .hi-icon:hover:after {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.2s;
  -moz-transition: -moz-transform 0.4s, opacity 0.2s;
  transition: transform 0.4s, opacity 0.2s;
}
/* line 285, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.hi-icon-effect-2b .hi-icon:hover {
  color: #fff;
}
/* Effect 3 */
/* line 290, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.hi-icon-effect-3 .hi-icon {
  box-shadow: 0 0 0 4px #fff;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
/* line 297, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.hi-icon-effect-3 .hi-icon:after {
  top: -2px;
  left: -2px;
  padding: 2px;
  z-index: -1;
  background: #fff;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
  -moz-transition: -moz-transform 0.2s, opacity 0.3s;
  transition: transform 0.2s, opacity 0.3s;
}
/* Effect 3a */
/* line 309, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.hi-icon-effect-3a .hi-icon {
  color: #f06060;
}
/* line 313, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.hi-icon-effect-3a .hi-icon:hover {
  color: #fff;
}
/* line 317, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.hi-icon-effect-3a .hi-icon:hover:after {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
}
/* Effect 3b */
/* line 326, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.hi-icon-effect-3b .hi-icon {
  color: #fff;
}
/* line 330, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.hi-icon-effect-3b .hi-icon:hover {
  color: #f06060;
}
/* line 334, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.hi-icon-effect-3b .hi-icon:after {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
}
/* line 342, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.hi-icon-effect-3b .hi-icon:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/* Effect 4 */
/* line 351, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.hi-icon-effect-4 .hi-icon {
  width: 92px;
  height: 92px;
  box-shadow: 0 0 0 4px #ffffff;
}
/* line 357, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.hi-icon-effect-4a .hi-icon {
  -webkit-transition: box-shadow 0.2s;
  -moz-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
}
/* line 363, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.hi-icon-effect-4 .hi-icon:before {
  line-height: 92px;
}
/* line 367, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.hi-icon-effect-4 .hi-icon:after {
  top: -4px;
  left: -4px;
  padding: 0;
  z-index: 10;
  border: 4px dashed #fff;
}
/* line 375, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.hi-icon-effect-4 .hi-icon:hover {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  color: #fff;
}
/* Effect 4b */
/* line 381, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.hi-icon-effect-4b .hi-icon:hover {
  -webkit-transition: box-shadow 0.2s;
  -moz-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
}
/* line 387, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.hi-icon-effect-4b .hi-icon:hover:after {
  -webkit-animation: spinAround 9s linear infinite;
  -moz-animation: spinAround 9s linear infinite;
  animation: spinAround 9s linear infinite;
}
@-webkit-keyframes spinAround {
  /* line 394, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  from {
    -webkit-transform: rotate(0deg);
  }
  /* line 397, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spinAround {
  /* line 402, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  from {
    -moz-transform: rotate(0deg);
  }
  /* line 405, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  to {
    -moz-transform: rotate(360deg);
  }
}
@keyframes spinAround {
  /* line 410, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  from {
    transform: rotate(0deg);
  }
  /* line 413, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  to {
    transform: rotate(360deg);
  }
}
/* Effect 5 */
/* line 419, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.hi-icon-effect-5 .hi-icon {
  box-shadow: 0 0 0 4px #ffffff;
  overflow: hidden;
  -webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
  -moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
  transition: background 0.3s, color 0.3s, box-shadow 0.3s;
}
/* line 427, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.hi-icon-effect-5 .hi-icon:after {
  display: none;
}
/* line 431, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.hi-icon-effect-5 .hi-icon:hover {
  background: #ffffff;
  color: #702fa8;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.3);
}
/* line 437, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.hi-icon-effect-5a .hi-icon:hover:before {
  -webkit-animation: toRightFromLeft 0.3s forwards;
  -moz-animation: toRightFromLeft 0.3s forwards;
  animation: toRightFromLeft 0.3s forwards;
}
@-webkit-keyframes toRightFromLeft {
  /* line 444, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  49% {
    -webkit-transform: translate(100%);
  }
  /* line 447, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  50% {
    opacity: 0;
    -webkit-transform: translate(-100%);
  }
  /* line 451, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toRightFromLeft {
  /* line 456, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  49% {
    -moz-transform: translate(100%);
  }
  /* line 459, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  50% {
    opacity: 0;
    -moz-transform: translate(-100%);
  }
  /* line 463, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  51% {
    opacity: 1;
  }
}
@keyframes toRightFromLeft {
  /* line 468, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  49% {
    transform: translate(100%);
  }
  /* line 471, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  50% {
    opacity: 0;
    transform: translate(-100%);
  }
  /* line 475, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  51% {
    opacity: 1;
  }
}
/* line 480, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.hi-icon-effect-5b .hi-icon:hover:before {
  -webkit-animation: toLeftFromRight 0.3s forwards;
  -moz-animation: toLeftFromRight 0.3s forwards;
  animation: toLeftFromRight 0.3s forwards;
}
@-webkit-keyframes toLeftFromRight {
  /* line 487, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  49% {
    -webkit-transform: translate(-100%);
  }
  /* line 490, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  50% {
    opacity: 0;
    -webkit-transform: translate(100%);
  }
  /* line 494, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toLeftFromRight {
  /* line 499, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  49% {
    -moz-transform: translate(-100%);
  }
  /* line 502, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  50% {
    opacity: 0;
    -moz-transform: translate(100%);
  }
  /* line 506, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  51% {
    opacity: 1;
  }
}
@keyframes toLeftFromRight {
  /* line 511, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  49% {
    transform: translate(-100%);
  }
  /* line 514, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  50% {
    opacity: 0;
    transform: translate(100%);
  }
  /* line 518, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  51% {
    opacity: 1;
  }
}
/* line 523, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.hi-icon-effect-5c .hi-icon:hover:before {
  -webkit-animation: toTopFromBottom 0.3s forwards;
  -moz-animation: toTopFromBottom 0.3s forwards;
  animation: toTopFromBottom 0.3s forwards;
}
@-webkit-keyframes toTopFromBottom {
  /* line 530, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  49% {
    -webkit-transform: translateY(-100%);
  }
  /* line 533, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
  /* line 537, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toTopFromBottom {
  /* line 542, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  49% {
    -moz-transform: translateY(-100%);
  }
  /* line 545, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  50% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
  /* line 549, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  51% {
    opacity: 1;
  }
}
@keyframes toTopFromBottom {
  /* line 554, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  49% {
    transform: translateY(-100%);
  }
  /* line 557, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  50% {
    opacity: 0;
    transform: translateY(100%);
  }
  /* line 561, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  51% {
    opacity: 1;
  }
}
/* line 566, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.hi-icon-effect-5d .hi-icon:hover:before {
  -webkit-animation: toBottomFromTop 0.3s forwards;
  -moz-animation: toBottomFromTop 0.3s forwards;
  animation: toBottomFromTop 0.3s forwards;
}
@-webkit-keyframes toBottomFromTop {
  /* line 573, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  49% {
    -webkit-transform: translateY(100%);
  }
  /* line 576, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  /* line 580, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toBottomFromTop {
  /* line 585, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  49% {
    -moz-transform: translateY(100%);
  }
  /* line 588, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  50% {
    opacity: 0;
    -moz-transform: translateY(-100%);
  }
  /* line 592, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  51% {
    opacity: 1;
  }
}
@keyframes toBottomFromTop {
  /* line 597, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  49% {
    transform: translateY(100%);
  }
  /* line 600, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  50% {
    opacity: 0;
    transform: translateY(-100%);
  }
  /* line 604, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  51% {
    opacity: 1;
  }
}
/* Effect 6 */
/* line 610, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.hi-icon-effect-6 .hi-icon {
  box-shadow: 0 0 0 4px #ffffff;
  -webkit-transition: background 0.2s, color 0.2s;
  -moz-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}
/* line 617, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.hi-icon-effect-6 .hi-icon:hover {
  background: #ffffff;
  color: #64bb5d;
}
/* line 622, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.hi-icon-effect-6 .hi-icon:hover:before {
  -webkit-animation: spinAround 2s linear infinite;
  -moz-animation: spinAround 2s linear infinite;
  animation: spinAround 2s linear infinite;
}
/* Effect 7 */
/* line 629, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.hi-icon-effect-7 .hi-icon {
  box-shadow: 0 0 0 4px #ffffff;
  -webkit-transition: background 0.2s, color 0.2s;
  -moz-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}
/* line 636, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.hi-icon-effect-7 .hi-icon:hover {
  color: #fff;
}
/* line 640, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.hi-icon-effect-7 .hi-icon:after {
  top: -8px;
  left: -8px;
  padding: 8px;
  z-index: -1;
  opacity: 0;
}
/* Effect 7a */
/* line 649, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.hi-icon-effect-7a .hi-icon:after {
  box-shadow: 0 0 0 #ffffff;
  -webkit-transition: opacity 0.2s, box-shadow 0.2s;
  -moz-transition: opacity 0.2s, box-shadow 0.2s;
  transition: opacity 0.2s, box-shadow 0.2s;
}
/* line 656, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.hi-icon-effect-7a .hi-icon:hover:after {
  opacity: 1;
  box-shadow: 3px 3px 0 #ffffff;
}
/* line 661, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.hi-icon-effect-7a .hi-icon:before {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0.7;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
}
/* line 672, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.hi-icon-effect-7a .hi-icon:hover:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/* Effect 7b */
/* line 681, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.hi-icon-effect-7b .hi-icon:after {
  box-shadow: 3px 3px #ffffff;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  -moz-transition: opacity 0.2s, -moz-transform 0.2s;
  transition: opacity 0.2s, transform 0.2s;
}
/* line 692, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.hi-icon-effect-7b .hi-icon:hover:after {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
/* line 700, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.hi-icon-effect-7b .hi-icon:before {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0.7;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
}
/* line 711, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.hi-icon-effect-7b .hi-icon:hover:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/* Effect 8 */
/* line 720, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.hi-icon-effect-8 .hi-icon {
  background: rgba(255, 255, 255, 0.1);
  -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
  -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
  transition: transform ease-out 0.1s, background 0.2s;
}
/* line 727, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.hi-icon-effect-8 .hi-icon:after {
  top: 0;
  left: 0;
  padding: 0;
  z-index: -1;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
  opacity: 0;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
/* line 740, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.hi-icon-effect-8 .hi-icon:hover {
  background: rgba(255, 255, 255, 0.05);
  -webkit-transform: scale(0.93);
  -moz-transform: scale(0.93);
  -ms-transform: scale(0.93);
  transform: scale(0.93);
  color: #fff;
}
/* line 749, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.hi-icon-effect-8 .hi-icon:hover:after {
  -webkit-animation: sonarEffect 1.3s ease-out 75ms;
  -moz-animation: sonarEffect 1.3s ease-out 75ms;
  animation: sonarEffect 1.3s ease-out 75ms;
}
@-webkit-keyframes sonarEffect {
  /* line 756, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  0% {
    opacity: 0.3;
  }
  /* line 759, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  /* line 763, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes sonarEffect {
  /* line 770, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  0% {
    opacity: 0.3;
  }
  /* line 773, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  /* line 777, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
    -moz-transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes sonarEffect {
  /* line 784, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  0% {
    opacity: 0.3;
  }
  /* line 787, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  /* line 791, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
/* Effect 9 */
/* line 799, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.hi-icon-effect-9 .hi-icon {
  -webkit-transition: box-shadow 0.2s;
  -moz-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
}
/* line 805, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.hi-icon-effect-9 .hi-icon:after {
  top: 0;
  left: 0;
  padding: 0;
  box-shadow: 0 0 0 3px #fff;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
}
/* Effect 9a */
/* line 816, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.hi-icon-effect-9a .hi-icon:hover:after {
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
  opacity: 0.5;
}
/* line 824, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.hi-icon-effect-9a .hi-icon:hover {
  box-shadow: 0 0 0 10px #ffffff;
  color: #fff;
}
/* Effect 9b */
/* line 830, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.hi-icon-effect-9b .hi-icon:hover:after {
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
}
/* line 837, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.hi-icon-effect-9b .hi-icon:hover {
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4);
  color: #fff;
}
/* line 843, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body {
  background-color: #ffffff;
  overflow-x: hidden;
  min-height: 100%;
}
/* line 849, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
html {
  background-color: #ffffff;
  min-height: 100%;
}
/* line 854, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
abbr[title],
abbr[data-original-title],
abbr {
  border-bottom: 0px;
}
/* line 860, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.page-container,
footer {
  background-color: #ffffff;
}
/* line 864, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.intro-header {
  background-color: #404040;
}
/* line 868, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.logo-nav-wrapper {
  width: 35%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  /* line 872, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  .logo-nav-wrapper {
    width: auto;
  }
}
/* line 878, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body:not(.frontend) span.label {
  color: #333;
}
/* line 883, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body:not(.frontend) footer .fa-lg {
  font-size: 1.85em !important;
}
/* line 889, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
#slickslideshow img {
  padding: 0;
}
/* line 1092, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
#portal-logo {
  position: absolute;
  top: 0;
  right: 0;
  width: 230px;
  height: auto;
  background-color: #ffffff;
  cursor: pointer;
  z-index: 2;
}
/* line 1102, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
#portal-logo img {
  width: inherit;
  height: auto;
  cursor: inherit;
  z-index: inherit;
}
@media (max-width: 768px) {
  /* line 1109, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  #portal-logo {
    width: 180px;
    height: auto;
    /*img {
			content: url('++resource++plonetheme.cuypershuis/logo-glyph.svg') !important;
			height: 70px;
		}

		img:before {
			content: url('++resource++plonetheme.cuypershuis/logo-glyph.svg') !important;
		}*/
  }
}
/* line 1125, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend,
body#tinymce {
  /* Portlet collection */
  /* HEADER */
  /* CONTENT CORE */
  /* DOCUMENT LAYOUT */
  /* Iframe and images in content */
  /* Form controls */
  /* I.E
	line-height: 20px !important;
    padding-bottom: 16px;
    padding-top: 16px;
    */
  /* Multiple content page */
  /* Event recurrence */
  /* PORTLET PAGE */
  /* CONTACT FORM */
}
/* line 1127, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend .intro-header,
body#tinymce .intro-header {
  margin-bottom: 0px;
}
/* line 1131, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend .page-container,
body#tinymce .page-container {
  position: relative;
}
/* line 1135, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend .event-calendar,
body#tinymce .event-calendar {
  display: none;
}
/* line 1140, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend .pager .disabled > span,
body#tinymce .pager .disabled > span {
  background-color: #fff;
}
/* line 1144, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend .title-container,
body#tinymce .title-container {
  padding-top: 8px;
}
/* line 1148, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend .main-content,
body#tinymce .main-content {
  width: 100% !important;
  margin: 0 auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  /* line 1153, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend .main-content,
  body#tinymce .main-content {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* line 1159, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend article#content,
body#tinymce article#content {
  margin-bottom: 30px;
  clear: both;
}
/* line 1164, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend .no-padding,
body#tinymce .no-padding {
  padding-left: 0px;
  padding-right: 0px;
}
/* line 1169, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend .no-margin,
body#tinymce .no-margin {
  margin-left: 0px;
  margin-right: 0px;
}
@media (max-width: 768px) {
  /* line 1175, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend .no-padding,
  body#tinymce .no-padding {
    padding-left: 0px;
    padding-right: 0px;
  }
  /* line 1179, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend .no-margin,
  body#tinymce .no-margin {
    margin-left: 0px;
    margin-right: 0px;
  }
}
/* line 1185, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend img.image-inline,
body#tinymce img.image-inline {
  display: block;
  max-width: 100%;
  height: auto;
  padding-top: 28px;
}
/* line 1192, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend .section-heading,
body#tinymce .section-heading {
  font-weight: 700 !important;
}
/* line 1196, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend #content article.entry::after,
body#tinymce #content article.entry::after,
body.frontend .entries::before,
body#tinymce .entries::before {
  height: 0px;
}
/* line 1201, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend .pager li.active span,
body#tinymce .pager li.active span {
  background-color: #0085a1;
  border: 1px solid #0085a1 !important;
}
/* line 1206, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend .pagination,
body#tinymce .pagination {
  margin: 0px 0 0;
  float: none;
}
/* line 1211, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend #content-core a,
body#tinymce #content-core a {
  border-bottom: 0px;
}
/* line 1215, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend .formControls,
body#tinymce .formControls {
  border-top: 0px;
  background: inherit;
  padding-top: 0px;
  padding-bottom: 0px;
  box-shadow: none;
}
/* line 1223, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend .form-group .field,
body#tinymce .form-group .field {
  margin-bottom: 0px;
}
/* line 1227, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend .help-block,
body#tinymce .help-block {
  margin-top: 5px;
  margin-bottom: 10px;
}
/* line 1232, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend .floating-label-form-group label,
body#tinymce .floating-label-form-group label {
  line-height: 1.761705882em;
}
/* line 1241, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend .floating-label-form-group .field.error,
body#tinymce .floating-label-form-group .field.error {
  background: #ffffff;
  -webkit-box-shadow: 0 0 0 0px #ffffff;
  box-shadow: 0 0 0 0px #ffffff;
  color: #a94442;
}
/* line 1248, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend .floating-label-form-group textarea,
body#tinymce .floating-label-form-group textarea {
  height: auto;
  min-height: auto;
}
/* line 1253, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend .floating-label-form-group input::-webkit-input-placeholder,
body#tinymce .floating-label-form-group input::-webkit-input-placeholder,
body.frontend .floating-label-form-group textarea::-webkit-input-placeholder,
body#tinymce .floating-label-form-group textarea::-webkit-input-placeholder {
  color: #999999;
}
/* line 1257, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend .floating-label-form-group input:-moz-placeholder,
body#tinymce .floating-label-form-group input:-moz-placeholder,
body.frontend .floating-label-form-group textarea:-moz-placeholder,
body#tinymce .floating-label-form-group textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #999999;
}
/* line 1261, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend .floating-label-form-group input::-moz-placeholder,
body#tinymce .floating-label-form-group input::-moz-placeholder,
body.frontend .floating-label-form-group textarea::-moz-placeholder,
body#tinymce .floating-label-form-group textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #999999;
}
/* line 1265, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend .floating-label-form-group input:-ms-input-placeholder,
body#tinymce .floating-label-form-group input:-ms-input-placeholder,
body.frontend .floating-label-form-group textarea:-ms-input-placeholder,
body#tinymce .floating-label-form-group textarea:-ms-input-placeholder {
  color: #999999;
}
/* line 1271, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend .portletCollection.portlet,
body#tinymce .portletCollection.portlet,
body.frontend .portletMailChimp.portlet,
body#tinymce .portletMailChimp.portlet,
body.frontend .portlet-mailplus,
body#tinymce .portlet-mailplus {
  border: 0px;
  box-shadow: none;
}
/* line 1277, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend .portletCollection.portlet .portletHeader,
body#tinymce .portletCollection.portlet .portletHeader,
body.frontend .portletMailChimp.portlet .portletHeader,
body#tinymce .portletMailChimp.portlet .portletHeader,
body.frontend .portlet-mailplus .portletHeader,
body#tinymce .portlet-mailplus .portletHeader {
  border-top: 0px;
  border-radius: 0px;
  background: none;
}
/* line 1283, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend .portletCollection.portlet .portletContent,
body#tinymce .portletCollection.portlet .portletContent,
body.frontend .portletMailChimp.portlet .portletContent,
body#tinymce .portletMailChimp.portlet .portletContent,
body.frontend .portlet-mailplus .portletContent,
body#tinymce .portlet-mailplus .portletContent {
  border-top: 0px;
}
/* line 1287, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend .portletCollection.portlet .mailchimp-btn-text,
body#tinymce .portletCollection.portlet .mailchimp-btn-text,
body.frontend .portletMailChimp.portlet .mailchimp-btn-text,
body#tinymce .portletMailChimp.portlet .mailchimp-btn-text,
body.frontend .portlet-mailplus .mailchimp-btn-text,
body#tinymce .portlet-mailplus .mailchimp-btn-text {
  /*display: none;*/
}
/* line 1291, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend .portletCollection.portlet .portletFooter,
body#tinymce .portletCollection.portlet .portletFooter,
body.frontend .portletMailChimp.portlet .portletFooter,
body#tinymce .portletMailChimp.portlet .portletFooter,
body.frontend .portlet-mailplus .portletFooter,
body#tinymce .portlet-mailplus .portletFooter {
  border-top: 0px;
  background: #ffffff;
  box-shadow: none;
  padding-left: 0px;
}
/* line 1298, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend .portletCollection.portlet .caption,
body#tinymce .portletCollection.portlet .caption,
body.frontend .portletMailChimp.portlet .caption,
body#tinymce .portletMailChimp.portlet .caption,
body.frontend .portlet-mailplus .caption,
body#tinymce .portlet-mailplus .caption {
  font-style: initial;
  text-align: initial;
  padding: 0px;
}
/* line 1304, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend .portletCollection.portlet #row-items,
body#tinymce .portletCollection.portlet #row-items,
body.frontend .portletMailChimp.portlet #row-items,
body#tinymce .portletMailChimp.portlet #row-items,
body.frontend .portlet-mailplus #row-items,
body#tinymce .portlet-mailplus #row-items {
  padding-left: 0px;
  padding-right: 0px;
  margin-left: -15px;
  margin-right: -15px;
}
/* line 1311, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend .portletCollection.portlet .tileImage,
body#tinymce .portletCollection.portlet .tileImage,
body.frontend .portletMailChimp.portlet .tileImage,
body#tinymce .portletMailChimp.portlet .tileImage,
body.frontend .portlet-mailplus .tileImage,
body#tinymce .portlet-mailplus .tileImage {
  padding-right: 0px;
  width: 100%;
  padding-bottom: 0px;
}
@media (min-width: 769px) {
  /* line 1320, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend .title-container,
  body#tinymce .title-container {
    max-width: 625px;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  /* line 1326, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend .title-container,
  body#tinymce .title-container {
    margin-left: 20%;
  }
}
/* line 1330, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend .title-container h1,
body#tinymce .title-container h1 {
  color: #373739;
  margin-bottom: 9px;
  font-family: 'circularBook', Arial, sans-serif;
  font-size: 3.750em;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0.00em;
}
@media (max-width: 768px) {
  /* line 1339, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend .title-container h1,
  body#tinymce .title-container h1 {
    font-size: 2.000em;
  }
}
/* line 1344, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend .title-container .subheading,
body#tinymce .title-container .subheading {
  color: #373739;
  font-size: 28px;
  letter-spacing: 0.0sem;
  line-height: 37px;
  display: block;
  margin-top: 19px;
  margin-bottom: 24px;
  margin-left: -1px;
  font-family: 'circularBook', Arial, sans-serif;
}
/* line 1356, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend .title-container .subheading:empty,
body#tinymce .title-container .subheading:empty {
  margin-top: -15px;
}
/* line 1361, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend .title-container .separator-wrapper,
body#tinymce .title-container .separator-wrapper {
  margin-top: 50px;
  margin-bottom: 35px;
}
/* line 1365, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend .title-container .separator-wrapper img,
body#tinymce .title-container .separator-wrapper img {
  width: 280px;
  display: block;
  margin: 0 auto;
}
@media (max-width: 768px) {
  /* line 1372, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend .title-container,
  body#tinymce .title-container {
    margin-right: 15px;
    margin-left: 15px;
    padding-top: 28px;
  }
}
/* line 1380, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend:not(.portaltype-document):not(.portaltype-collection):not(.portaltype-folder):not(.portaltype-formfolder):not(.portaltype-event) .separator-wrapper:not(.kasteel),
body#tinymce:not(.portaltype-document):not(.portaltype-collection):not(.portaltype-folder):not(.portaltype-formfolder):not(.portaltype-event) .separator-wrapper:not(.kasteel) {
  display: none;
}
@media (max-width: 768px) {
  /* line 1386, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend .page-container,
  body#tinymce .page-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* line 1393, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-logged_out article#content,
body#tinymce.template-logged_out article#content {
  padding-top: 50px;
}
@media (min-width: 768px) {
  /* line 1400, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend #content-core,
  body#tinymce #content-core {
    width: 625px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  /* line 1406, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend #content-core,
  body#tinymce #content-core {
    padding-bottom: 35px;
  }
}
@media (min-width: 992px) {
  /* line 1410, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend #content-core,
  body#tinymce #content-core {
    width: 80%;
    max-width: 625px;
    margin-left: 20%;
  }
}
/* line 1418, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend h2,
body#tinymce h2 {
  font-family: 'circularBook', Arial, sans-serif;
  font-size: 28px;
  line-height: 32px;
  color: #252527;
  letter-spacing: 0.0em;
  font-weight: 400;
  margin-top: 47px;
  text-transform: none;
}
@media (max-width: 768px) {
  /* line 1427, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend h2,
  body#tinymce h2 {
    font-size: 1.350em;
  }
}
/* line 1432, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend h3,
body#tinymce h3 {
  font-family: 'circularBold', Arial, sans-serif;
  font-size: 20px;
  color: #252527;
  letter-spacing: 0.0em;
  line-height: 28px;
  font-weight: 400;
  margin-top: 47px;
  text-transform: none;
}
@media (max-width: 768px) {
  /* line 1441, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend h3,
  body#tinymce h3 {
    font-size: 1.200em;
  }
}
/* line 1446, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend h4:not(.page-header),
body#tinymce h4:not(.page-header) {
  font-family: 'circularBold', Arial, sans-serif;
  font-size: 14px;
  color: #252527;
  letter-spacing: 0.0em;
  line-height: 18px;
  font-weight: 400;
  margin-top: 47px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  /* line 1455, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend h4:not(.page-header),
  body#tinymce h4:not(.page-header) {
    font-size: 1.150em;
  }
}
/* line 1460, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend h5,
body#tinymce h5 {
  font-family: 'circularBold', Arial, sans-serif;
  font-size: 13px;
  color: #252527;
  letter-spacing: 0.0em;
  line-height: 18px;
  font-weight: 400;
  margin-top: 47px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  /* line 1469, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend h5,
  body#tinymce h5 {
    font-size: 1.000em;
  }
}
/* line 1474, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend h6,
body#tinymce h6 {
  font-family: 'circularBold', Arial, sans-serif;
  font-size: 12px;
  color: #252527;
  letter-spacing: 0.0em;
  font-weight: 400;
  margin-top: 47px;
  line-height: 18px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  /* line 1483, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend h6,
  body#tinymce h6 {
    font-size: 0.875em;
  }
}
/* line 1488, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend span.discreet,
body#tinymce span.discreet {
  font-family: 'circularBook', Arial, sans-serif;
  font-size: 16px;
  color: #252527;
  line-height: 28px;
}
/* line 1495, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend p,
body#tinymce p {
  font-family: 'circularBook', Arial, sans-serif;
  font-size: 20px;
  line-height: 33px;
  letter-spacing: 0.0em;
  color: #252527;
  margin: 20px 0;
  margin-bottom: 35px;
}
/* line 1504, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend p.image-description,
body#tinymce p.image-description {
  font-size: 0.875em;
  color: #666666;
  margin-top: -15px;
}
@media (max-width: 768px) {
  /* line 1510, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend p,
  body#tinymce p {
    font-size: 1.000em;
  }
}
/* line 1515, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend div.image-description,
body#tinymce div.image-description {
  padding-top: 10px;
  letter-spacing: 0.0em;
  font-size: 18px;
  line-height: 28px;
}
/* line 1522, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend p strong,
body#tinymce p strong {
  font-family: 'circularBook', Arial, sans-serif;
  font-size: 20px;
  line-height: 33px;
  color: #252527;
  font-weight: 800;
}
@media (max-width: 768px) {
  /* line 1528, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend p strong,
  body#tinymce p strong {
    font-size: 20px;
  }
}
/* line 1533, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend blockquote,
body#tinymce blockquote {
  text-align: center;
  padding: 0px;
  font-style: normal;
  border-left: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 26px;
  margin-top: 10px;
  margin-left: 0px;
  margin-right: 0px;
}
/* line 1545, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend blockquote p,
body#tinymce blockquote p {
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
  padding-bottom: 10px;
  padding-top: 28px;
  text-align: center;
  max-width: 575px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  /* line 1555, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend blockquote p,
  body#tinymce blockquote p {
    font-size: 22px;
    line-height: 33px;
  }
}
/* line 1561, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend blockquote:before,
body#tinymce blockquote:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 39%;
  padding-top: 20px;
  border-bottom: 3px solid #e81f2d;
}
@media (min-width: 768px) {
  /* line 1572, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend #parent-fieldname-text blockquote,
  body#tinymce #parent-fieldname-text blockquote {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (min-width: 1080px) {
  /* line 1579, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend #parent-fieldname-text table,
  body#tinymce #parent-fieldname-text table {
    margin-left: 0px;
  }
}
/* line 975, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.mce-content-body h1,
body#tinymce.mce-content-body h1,
body.frontend div#parent-fieldname-text h1,
body#tinymce div#parent-fieldname-text h1 {
  color: #252527;
  font-family: 'circularBook', Arial, sans-serif;
  font-size: 48px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0.0em;
  line-height: 42px;
}
@media (max-width: 768px) {
  /* line 984, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.mce-content-body h1,
  body#tinymce.mce-content-body h1,
  body.frontend div#parent-fieldname-text h1,
  body#tinymce div#parent-fieldname-text h1 {
    font-size: 35px;
  }
}
/* line 989, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.mce-content-body div,
body#tinymce.mce-content-body div,
body.frontend div#parent-fieldname-text div,
body#tinymce div#parent-fieldname-text div {
  font-family: 'circularBook', Arial, sans-serif;
  font-size: 16px;
  letter-spacing: 0.0em;
  color: #252527;
}
/* line 996, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.mce-content-body ol li,
body#tinymce.mce-content-body ol li,
body.frontend div#parent-fieldname-text ol li,
body#tinymce div#parent-fieldname-text ol li,
body.frontend.mce-content-body ul li,
body#tinymce.mce-content-body ul li,
body.frontend div#parent-fieldname-text ul li,
body#tinymce div#parent-fieldname-text ul li {
  font-family: 'circularBook', Arial, sans-serif;
  letter-spacing: 0.0em;
  color: #252527;
  font-size: 20px;
  line-height: 33px;
  padding-left: 0px;
}
/* line 1005, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.mce-content-body ul,
body#tinymce.mce-content-body ul,
body.frontend div#parent-fieldname-text ul,
body#tinymce div#parent-fieldname-text ul,
body.frontend.mce-content-body ol,
body#tinymce.mce-content-body ol,
body.frontend div#parent-fieldname-text ol,
body#tinymce div#parent-fieldname-text ol {
  font-size: 22px;
  margin-left: 20px;
}
@media (max-width: 768px) {
  /* line 1009, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.mce-content-body ul,
  body#tinymce.mce-content-body ul,
  body.frontend div#parent-fieldname-text ul,
  body#tinymce div#parent-fieldname-text ul,
  body.frontend.mce-content-body ol,
  body#tinymce.mce-content-body ol,
  body.frontend div#parent-fieldname-text ol,
  body#tinymce div#parent-fieldname-text ol {
    font-size: 1.000em;
  }
}
/* line 1014, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.mce-content-body ol,
body#tinymce.mce-content-body ol,
body.frontend div#parent-fieldname-text ol,
body#tinymce div#parent-fieldname-text ol {
  margin-left: 0px;
}
/* line 1018, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.mce-content-body ul ul,
body#tinymce.mce-content-body ul ul,
body.frontend div#parent-fieldname-text ul ul,
body#tinymce div#parent-fieldname-text ul ul {
  list-style-type: disc;
}
/* line 1022, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.mce-content-body hr,
body#tinymce.mce-content-body hr,
body.frontend div#parent-fieldname-text hr,
body#tinymce div#parent-fieldname-text hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #e81f2d;
  margin: 1em 0;
  padding: 0;
}
/* line 1031, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.mce-content-body table,
body#tinymce.mce-content-body table,
body.frontend div#parent-fieldname-text table,
body#tinymce div#parent-fieldname-text table {
  border: 0px;
  margin-top: 45px;
  width: 100%;
  max-width: 100%;
}
/* line 1038, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.mce-content-body table tr:nth-child(even),
body#tinymce.mce-content-body table tr:nth-child(even),
body.frontend div#parent-fieldname-text table tr:nth-child(even),
body#tinymce div#parent-fieldname-text table tr:nth-child(even) {
  background: #f5f7f9;
}
/* line 1042, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.mce-content-body table tr:nth-child(odd),
body#tinymce.mce-content-body table tr:nth-child(odd),
body.frontend div#parent-fieldname-text table tr:nth-child(odd),
body#tinymce div#parent-fieldname-text table tr:nth-child(odd) {
  background: #ffffff;
}
/* line 1046, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.mce-content-body table td,
body#tinymce.mce-content-body table td,
body.frontend div#parent-fieldname-text table td,
body#tinymce div#parent-fieldname-text table td {
  padding: 0;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 3px;
  line-height: 32px;
  font-family: 'circularBook', Arial, sans-serif;
  font-size: 17px;
  letter-spacing: 0.0em;
  vertical-align: middle;
  color: #252527;
  padding-top: 10px;
  padding-bottom: 10px;
}
/* line 1061, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.mce-content-body table tr:first-child td,
body#tinymce.mce-content-body table tr:first-child td,
body.frontend div#parent-fieldname-text table tr:first-child td,
body#tinymce div#parent-fieldname-text table tr:first-child td {
  /*.circularBold();
		text-transform: uppercase;
		font-size: 16px;
		line-height: 22px;
		letter-spacing: 0.05em;
		color: @brand-primary-text-black;
		vertical-align: middle;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 15px;
    	padding-bottom: 15px;*/
}
/* line 1075, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.mce-content-body table > tbody > tr > td,
body#tinymce.mce-content-body table > tbody > tr > td,
body.frontend div#parent-fieldname-text table > tbody > tr > td,
body#tinymce div#parent-fieldname-text table > tbody > tr > td {
  border: 0px;
}
/* line 1079, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.mce-content-body table > tbody > tr > td:not(:last-child),
body#tinymce.mce-content-body table > tbody > tr > td:not(:last-child),
body.frontend div#parent-fieldname-text table > tbody > tr > td:not(:last-child),
body#tinymce div#parent-fieldname-text table > tbody > tr > td:not(:last-child) {
  border-right: 1px solid #e5e5e5;
}
@media (min-width: 1049px) {
  /* line 1086, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.mce-content-body .table-responsive,
  body#tinymce.mce-content-body .table-responsive,
  body.frontend div#parent-fieldname-text .table-responsive,
  body#tinymce div#parent-fieldname-text .table-responsive {
    overflow-x: visible;
  }
}
/* line 1587, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.mce-content-body ul,
body#tinymce.mce-content-body ul,
body.frontend div#parent-fieldname-text ul,
body#tinymce div#parent-fieldname-text ul,
body.frontend.mce-content-body ol,
body#tinymce.mce-content-body ol,
body.frontend div#parent-fieldname-text ol,
body#tinymce div#parent-fieldname-text ol {
  margin-top: 30px;
  /* same margin top as a paragraph */
  margin-bottom: 30px;
}
/* line 1592, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.mce-content-body ul ul,
body#tinymce.mce-content-body ul ul,
body.frontend div#parent-fieldname-text ul ul,
body#tinymce div#parent-fieldname-text ul ul,
body.frontend.mce-content-body ol ol,
body#tinymce.mce-content-body ol ol,
body.frontend div#parent-fieldname-text ol ol,
body#tinymce div#parent-fieldname-text ol ol {
  margin-top: initial;
  /* same margin top as a paragraph */
  margin-bottom: initial;
}
/* line 1597, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.mce-content-body ol li,
body#tinymce.mce-content-body ol li,
body.frontend div#parent-fieldname-text ol li,
body#tinymce div#parent-fieldname-text ol li,
body.frontend.mce-content-body ul li,
body#tinymce.mce-content-body ul li,
body.frontend div#parent-fieldname-text ul li,
body#tinymce div#parent-fieldname-text ul li {
  font-size: 20px;
  line-height: 33px;
}
@media (max-width: 768px) {
  /* line 1601, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.mce-content-body ol li,
  body#tinymce.mce-content-body ol li,
  body.frontend div#parent-fieldname-text ol li,
  body#tinymce div#parent-fieldname-text ol li,
  body.frontend.mce-content-body ul li,
  body#tinymce.mce-content-body ul li,
  body.frontend div#parent-fieldname-text ul li,
  body#tinymce div#parent-fieldname-text ul li {
    font-size: 1.000em;
  }
}
/* line 1609, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend div#parent-fieldname-text iframe,
body#tinymce div#parent-fieldname-text iframe {
  border: 0px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 1618, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend div#parent-fieldname-text .iframe-wrapper,
body#tinymce div#parent-fieldname-text .iframe-wrapper {
  position: relative;
  clear: both;
  margin-top: 40px;
}
/* line 1624, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend div#parent-fieldname-text .iframe-wrapper:before,
body#tinymce div#parent-fieldname-text .iframe-wrapper:before {
  display: block;
  content: "";
  min-width: 100%;
  padding-top: 56.26%;
  clear: both;
}
@media (min-width: 1025px) {
  /* line 1633, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend div#parent-fieldname-text .iframe-wrapper,
  body#tinymce div#parent-fieldname-text .iframe-wrapper {
    margin-left: -50px;
    margin-right: -50px;
  }
  /* line 1638, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend div#parent-fieldname-text .img-wrapper,
  body#tinymce div#parent-fieldname-text .img-wrapper {
    min-width: 100%;
    margin-left: -50px;
    margin-right: -50px;
  }
}
/* line 1648, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend span.explain,
body#tinymce span.explain {
  cursor: initial;
}
/* line 1653, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend .formControls input:not(.btn),
body#tinymce .formControls input:not(.btn),
body.frontend .input-group-btn input:not(.btn),
body#tinymce .input-group-btn input:not(.btn),
body.frontend .input-group-btn .submit-button,
body#tinymce .input-group-btn .submit-button {
  font-family: 'circularBook', Arial, sans-serif;
  margin: 0 auto;
  display: block;
  border: 2px solid #252527;
  border-radius: 0px;
  text-transform: none;
  height: auto;
  color: #252527;
  letter-spacing: 0.1em;
  width: auto;
  font-size: 18px;
  background-color: #ffffff;
  letter-spacing: 0.0em;
  text-shadow: 0px 0px 0px #ffffff;
  font-weight: 400;
  padding-left: 22px;
  padding-right: 22px;
  line-height: 14px;
  padding-top: 18px;
  padding-bottom: 18px;
}
/* line 915, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend .formControls input:not(.btn)#form-buttons-subscribe,
body#tinymce .formControls input:not(.btn)#form-buttons-subscribe,
body.frontend .input-group-btn input:not(.btn)#form-buttons-subscribe,
body#tinymce .input-group-btn input:not(.btn)#form-buttons-subscribe,
body.frontend .input-group-btn .submit-button#form-buttons-subscribe,
body#tinymce .input-group-btn .submit-button#form-buttons-subscribe {
  background-color: #f8f3ef;
}
/* line 919, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend .formControls input:not(.btn):active:focus,
body#tinymce .formControls input:not(.btn):active:focus,
body.frontend .input-group-btn input:not(.btn):active:focus,
body#tinymce .input-group-btn input:not(.btn):active:focus,
body.frontend .input-group-btn .submit-button:active:focus,
body#tinymce .input-group-btn .submit-button:active:focus,
body.frontend .formControls input:not(.btn):focus,
body#tinymce .formControls input:not(.btn):focus,
body.frontend .input-group-btn input:not(.btn):focus,
body#tinymce .input-group-btn input:not(.btn):focus,
body.frontend .input-group-btn .submit-button:focus,
body#tinymce .input-group-btn .submit-button:focus {
  background: #e81f2d !important;
  color: #ffffff;
  border: 2px solid #e81f2d;
  box-shadow: none;
}
/* line 927, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend .formControls input:not(.btn):hover,
body#tinymce .formControls input:not(.btn):hover,
body.frontend .input-group-btn input:not(.btn):hover,
body#tinymce .input-group-btn input:not(.btn):hover,
body.frontend .input-group-btn .submit-button:hover,
body#tinymce .input-group-btn .submit-button:hover {
  background: #e81f2d !important;
  color: #ffffff;
  border: 2px solid #e81f2d;
  box-shadow: none;
}
/* line 1659, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend .input-group-btn .submit-button,
body#tinymce .input-group-btn .submit-button {
  padding-left: 22px;
  padding-right: 22px;
  line-height: 10px;
  padding-top: 19px;
  padding-bottom: 19px;
}
/* line 1668, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend button,
body#tinymce button {
  text-shadow: 0px 0px 0px #ffffff;
}
/* line 1672, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend input[type="text"]:not(.btn):not(.text-widget),
body#tinymce input[type="text"]:not(.btn):not(.text-widget),
body.frontend input[type="button"]:not(.btn),
body#tinymce input[type="button"]:not(.btn),
body.frontend input[type="password"]:not(.btn),
body#tinymce input[type="password"]:not(.btn) {
  font-family: 'circularBook', Arial, sans-serif;
  margin: 0 auto;
  display: block;
  padding: 14px;
  border: 0px;
  border-radius: 0px;
  height: auto;
  color: #848484;
  width: auto;
  font-size: 16px;
  background-color: #ffffff;
  letter-spacing: 0.00em;
  text-shadow: 0px 0px 0px #ffffff;
  font-weight: 400;
  border-color: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  outline: 0px;
  outline-offset: 0px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 14px;
}
/* line 961, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend input[type="text"]:not(.btn):not(.text-widget):focus,
body#tinymce input[type="text"]:not(.btn):not(.text-widget):focus,
body.frontend input[type="button"]:not(.btn):focus,
body#tinymce input[type="button"]:not(.btn):focus,
body.frontend input[type="password"]:not(.btn):focus,
body#tinymce input[type="password"]:not(.btn):focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 967, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend input[type="text"]:not(.btn):not(.text-widget):active:focus,
body#tinymce input[type="text"]:not(.btn):not(.text-widget):active:focus,
body.frontend input[type="button"]:not(.btn):active:focus,
body#tinymce input[type="button"]:not(.btn):active:focus,
body.frontend input[type="password"]:not(.btn):active:focus,
body#tinymce input[type="password"]:not(.btn):active:focus {
  outline: none;
  outline: 0px;
  outline-offset: 0px;
}
/* line 1689, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-collection .title-container h1,
body#tinymce.portaltype-collection .title-container h1,
body.frontend.portaltype-folder .title-container h1,
body#tinymce.portaltype-folder .title-container h1,
body.frontend .portletCollection .title-container h1,
body#tinymce .portletCollection .title-container h1 {
  font-size: 3.750em;
  text-align: center;
  margin-top: 0px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0.0em;
}
@media (max-width: 768px) {
  /* line 1697, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.portaltype-collection .title-container h1,
  body#tinymce.portaltype-collection .title-container h1,
  body.frontend.portaltype-folder .title-container h1,
  body#tinymce.portaltype-folder .title-container h1,
  body.frontend .portletCollection .title-container h1,
  body#tinymce .portletCollection .title-container h1 {
    font-size: 35px;
  }
}
/* line 1702, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-collection .title-container .separator-wrapper,
body#tinymce.portaltype-collection .title-container .separator-wrapper,
body.frontend.portaltype-folder .title-container .separator-wrapper,
body#tinymce.portaltype-folder .title-container .separator-wrapper,
body.frontend .portletCollection .title-container .separator-wrapper,
body#tinymce .portletCollection .title-container .separator-wrapper {
  margin-top: 55px;
  margin-bottom: 70px;
}
@media (min-width: 767px) {
  /* line 1708, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.portaltype-collection .main-container,
  body#tinymce.portaltype-collection .main-container,
  body.frontend.portaltype-folder .main-container,
  body#tinymce.portaltype-folder .main-container,
  body.frontend .portletCollection .main-container,
  body#tinymce .portletCollection .main-container {
    width: 100%;
    padding-right: 66px;
    padding-left: 66px;
  }
  /* line 1713, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.portaltype-collection .main-container .row,
  body#tinymce.portaltype-collection .main-container .row,
  body.frontend.portaltype-folder .main-container .row,
  body#tinymce.portaltype-folder .main-container .row,
  body.frontend .portletCollection .main-container .row,
  body#tinymce .portletCollection .main-container .row {
    margin-left: 0px;
    margin-right: 0px;
  }
}
/* line 1720, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-collection h3.item-title,
body#tinymce.portaltype-collection h3.item-title,
body.frontend.portaltype-folder h3.item-title,
body#tinymce.portaltype-folder h3.item-title,
body.frontend .portletCollection h3.item-title,
body#tinymce .portletCollection h3.item-title {
  margin-top: 0px;
  margin-bottom: 0px;
  clear: both;
}
/* line 1725, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-collection h3.item-title a,
body#tinymce.portaltype-collection h3.item-title a,
body.frontend.portaltype-folder h3.item-title a,
body#tinymce.portaltype-folder h3.item-title a,
body.frontend .portletCollection h3.item-title a,
body#tinymce .portletCollection h3.item-title a {
  border-bottom: 0px !important;
}
/* line 1730, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-collection p.event-date,
body#tinymce.portaltype-collection p.event-date,
body.frontend.portaltype-folder p.event-date,
body#tinymce.portaltype-folder p.event-date,
body.frontend .portletCollection p.event-date,
body#tinymce .portletCollection p.event-date {
  font-size: 16px;
  line-height: 18px;
  color: #252527;
  letter-spacing: 0.0em;
  margin-bottom: 0px;
  margin-top: 0px;
  font-family: 'circularBook', Arial, sans-serif;
}
/* line 1740, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-collection .main-content,
body#tinymce.portaltype-collection .main-content,
body.frontend.portaltype-folder .main-content,
body#tinymce.portaltype-folder .main-content,
body.frontend .portletCollection .main-content,
body#tinymce .portletCollection .main-content {
  padding: 0;
  margin: 0;
  width: 100%;
}
/* line 1746, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-collection #content-core,
body#tinymce.portaltype-collection #content-core,
body.frontend.portaltype-folder #content-core,
body#tinymce.portaltype-folder #content-core,
body.frontend .portletCollection #content-core,
body#tinymce .portletCollection #content-core {
  width: 100%;
  max-width: 100%;
  padding: 0px;
  margin-left: 0;
  padding-top: 36px;
}
@media (max-width: 768px) {
  /* line 1753, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.portaltype-collection #content-core,
  body#tinymce.portaltype-collection #content-core,
  body.frontend.portaltype-folder #content-core,
  body#tinymce.portaltype-folder #content-core,
  body.frontend .portletCollection #content-core,
  body#tinymce .portletCollection #content-core {
    padding: 0px;
  }
}
/* line 1758, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-collection a img,
body#tinymce.portaltype-collection a img,
body.frontend.portaltype-folder a img,
body#tinymce.portaltype-folder a img,
body.frontend .portletCollection a img,
body#tinymce .portletCollection a img {
  cursor: pointer;
}
/* line 1762, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-collection .thumb-wrapper,
body#tinymce.portaltype-collection .thumb-wrapper,
body.frontend.portaltype-folder .thumb-wrapper,
body#tinymce.portaltype-folder .thumb-wrapper,
body.frontend .portletCollection .thumb-wrapper,
body#tinymce .portletCollection .thumb-wrapper {
  width: 100%;
  padding-bottom: 10px;
}
/* line 1766, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-collection .thumb-wrapper img,
body#tinymce.portaltype-collection .thumb-wrapper img,
body.frontend.portaltype-folder .thumb-wrapper img,
body#tinymce.portaltype-folder .thumb-wrapper img,
body.frontend .portletCollection .thumb-wrapper img,
body#tinymce .portletCollection .thumb-wrapper img {
  width: 100%;
  padding: 0px;
  margin-bottom: 22px;
}
/* line 1773, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-collection .item-description,
body#tinymce.portaltype-collection .item-description,
body.frontend.portaltype-folder .item-description,
body#tinymce.portaltype-folder .item-description,
body.frontend .portletCollection .item-description,
body#tinymce .portletCollection .item-description {
  margin-top: 14px;
  line-height: 28px;
  font-size: 1.095em;
}
/* line 1780, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-collection .listing-item,
body#tinymce.portaltype-collection .listing-item,
body.frontend.portaltype-folder .listing-item,
body#tinymce.portaltype-folder .listing-item,
body.frontend .portletCollection .listing-item,
body#tinymce .portletCollection .listing-item {
  padding-bottom: 40px;
}
/* line 1784, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-collection abbr,
body#tinymce.portaltype-collection abbr,
body.frontend.portaltype-folder abbr,
body#tinymce.portaltype-folder abbr,
body.frontend .portletCollection abbr,
body#tinymce .portletCollection abbr {
  cursor: initial;
  border: 0px;
}
/* line 1789, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-collection .item-title,
body#tinymce.portaltype-collection .item-title,
body.frontend.portaltype-folder .item-title,
body#tinymce.portaltype-folder .item-title,
body.frontend .portletCollection .item-title,
body#tinymce .portletCollection .item-title {
  color: #252527 !important;
  margin-top: 1px;
}
/* line 1793, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-collection .item-title a,
body#tinymce.portaltype-collection .item-title a,
body.frontend.portaltype-folder .item-title a,
body#tinymce.portaltype-folder .item-title a,
body.frontend .portletCollection .item-title a,
body#tinymce .portletCollection .item-title a {
  color: #252527 !important;
  border-bottom: 0px !important;
}
/* line 1797, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-collection .item-title a:hover,
body#tinymce.portaltype-collection .item-title a:hover,
body.frontend.portaltype-folder .item-title a:hover,
body#tinymce.portaltype-folder .item-title a:hover,
body.frontend .portletCollection .item-title a:hover,
body#tinymce .portletCollection .item-title a:hover,
body.frontend.portaltype-collection .item-title a:focus,
body#tinymce.portaltype-collection .item-title a:focus,
body.frontend.portaltype-folder .item-title a:focus,
body#tinymce.portaltype-folder .item-title a:focus,
body.frontend .portletCollection .item-title a:focus,
body#tinymce .portletCollection .item-title a:focus,
body.frontend.portaltype-collection .item-title a:active,
body#tinymce.portaltype-collection .item-title a:active,
body.frontend.portaltype-folder .item-title a:active,
body#tinymce.portaltype-folder .item-title a:active,
body.frontend .portletCollection .item-title a:active,
body#tinymce .portletCollection .item-title a:active {
  border-bottom: 2px solid #252527 !important;
}
/* line 1808, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend .event.summary,
body#tinymce .event.summary {
  margin-top: -8px;
  max-width: 100%;
  clear: both;
  float: none;
  width: 100%;
  list-style-type: none;
  background: none;
  box-shadow: none;
  padding: 0;
  margin-left: 0;
  letter-spacing: 0.05em;
  padding-bottom: 15px;
}
/* line 1823, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend .event-date-title,
body#tinymce .event-date-title {
  display: none;
}
/* line 1829, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-event abbr,
body#tinymce.portaltype-event abbr,
body.frontend.portaltype-occurrence abbr,
body#tinymce.portaltype-occurrence abbr {
  cursor: initial;
}
/* line 1833, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-event span.timezone,
body#tinymce.portaltype-event span.timezone,
body.frontend.portaltype-occurrence span.timezone,
body#tinymce.portaltype-occurrence span.timezone {
  display: none;
}
/* line 1837, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-event .event-date,
body#tinymce.portaltype-event .event-date,
body.frontend.portaltype-occurrence .event-date,
body#tinymce.portaltype-occurrence .event-date {
  font-size: 18px;
  line-height: 35px;
  color: #666666;
  letter-spacing: 0.00em;
  font-family: 'circularBook', Arial, sans-serif;
}
/* line 1846, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-event .event.summary li,
body#tinymce.portaltype-event .event.summary li,
body.frontend.portaltype-occurrence .event.summary li,
body#tinymce.portaltype-occurrence .event.summary li {
  padding-bottom: 0px;
  margin-top: 0px;
}
/* line 1856, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-portlet-page #column-collective-portletpage-toprow-portlet-slideshow,
body#tinymce.portaltype-portlet-page #column-collective-portletpage-toprow-portlet-slideshow,
body.frontend.portaltype-portlet-page #column-collective-portletpage-toprow-portlet-ontdek,
body#tinymce.portaltype-portlet-page #column-collective-portletpage-toprow-portlet-ontdek,
body.frontend.portaltype-portlet-page #column-collective-portletpage-toprow-portlet-ontdek-het-paleis,
body#tinymce.portaltype-portlet-page #column-collective-portletpage-toprow-portlet-ontdek-het-paleis {
  display: none;
}
/* line 1862, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-portlet-page .title-container,
body#tinymce.portaltype-portlet-page .title-container {
  display: none;
}
@media (max-width: 768px) {
  /* line 1867, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.portaltype-portlet-page .portletMailChimp,
  body#tinymce.portaltype-portlet-page .portletMailChimp,
  body.frontend.portaltype-portlet-page .portlet-mailplus,
  body#tinymce.portaltype-portlet-page .portlet-mailplus {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
/* line 1876, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-portlet-page .portletHeader,
body#tinymce.portaltype-portlet-page .portletHeader {
  position: relative;
}
/* line 1880, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-portlet-page h1,
body#tinymce.portaltype-portlet-page h1 {
  text-align: left;
  margin-top: 0px;
  letter-spacing: 0.00em;
  color: #000000 !important;
  font-family: 'circularBook', Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: -0.01em;
  margin-bottom: 0px;
  line-height: 18px;
  padding-bottom: 0px;
  text-transform: lowercase;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 68px;
  z-index: 100;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  /* line 1901, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.portaltype-portlet-page h1,
  body#tinymce.portaltype-portlet-page h1 {
    margin-left: 25px;
    font-size: 15px;
    line-height: 15px;
  }
}
/* line 1909, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-portlet-page #portletPageTopRow > div:nth-child(even) h1,
body#tinymce.portaltype-portlet-page #portletPageTopRow > div:nth-child(even) h1 {
  right: 0;
  left: auto;
  margin-right: 68px;
  margin-left: auto;
}
@media (max-width: 768px) {
  /* line 1915, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.portaltype-portlet-page #portletPageTopRow > div:nth-child(even) h1,
  body#tinymce.portaltype-portlet-page #portletPageTopRow > div:nth-child(even) h1 {
    left: 0;
    margin-left: 35px;
    right: auto;
    margin-right: auto;
  }
}
/* line 1924, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-portlet-page .separator-wrapper,
body#tinymce.portaltype-portlet-page .separator-wrapper {
  display: block !important;
  margin-top: 55px;
  margin-bottom: 70px;
}
/* line 1929, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-portlet-page .separator-wrapper img,
body#tinymce.portaltype-portlet-page .separator-wrapper img {
  width: 280px;
  display: block;
  margin: 0 auto;
}
/* line 1936, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-portlet-page .main-container,
body#tinymce.portaltype-portlet-page .main-container {
  padding: 15px;
  padding-top: 0px;
  margin: 0px;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}
/* line 1945, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-portlet-page #portletPageTopRow > div:not(:first-child) .portletWrapper,
body#tinymce.portaltype-portlet-page #portletPageTopRow > div:not(:first-child) .portletWrapper {
  border-bottom: 0px;
}
/* line 1949, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-portlet-page #portletPageTopRow > div:last-child .portletWrapper,
body#tinymce.portaltype-portlet-page #portletPageTopRow > div:last-child .portletWrapper {
  border-bottom: 0px;
}
/* line 1953, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-portlet-page .main-content,
body#tinymce.portaltype-portlet-page .main-content {
  width: 100%;
  margin: 0;
}
/* line 1958, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-portlet-page #content-core,
body#tinymce.portaltype-portlet-page #content-core {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
}
/* line 1964, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-portlet-page .portletCollection,
body#tinymce.portaltype-portlet-page .portletCollection {
  padding-bottom: 0px;
  padding-top: 0px;
  margin-bottom: 0px;
  margin-top: 40px;
}
/* line 1965, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-portlet-page .portletCollection .portletHeader,
body#tinymce.portaltype-portlet-page .portletCollection .portletHeader {
  background: none;
  padding-bottom: 0px;
}
@media (min-width: 769px) {
  /* line 1969, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.portaltype-portlet-page .portletCollection .portletHeader,
  body#tinymce.portaltype-portlet-page .portletCollection .portletHeader {
    padding-left: 66px;
    padding-top: 0px;
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  /* line 1975, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.portaltype-portlet-page .portletCollection .portletHeader,
  body#tinymce.portaltype-portlet-page .portletCollection .portletHeader {
    padding-left: 0px;
    padding-top: 0px;
  }
}
/* line 1980, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-portlet-page .portletCollection .portletHeader a:hover,
body#tinymce.portaltype-portlet-page .portletCollection .portletHeader a:hover {
  text-decoration: none;
}
@media (max-width: 480px) {
  /* line 1984, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.portaltype-portlet-page .portletCollection .portletHeader,
  body#tinymce.portaltype-portlet-page .portletCollection .portletHeader {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
  }
}
@media (max-width: 768px) {
  /* line 1990, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.portaltype-portlet-page .portletCollection .portletHeader,
  body#tinymce.portaltype-portlet-page .portletCollection .portletHeader {
    padding-top: 0px;
    margin-top: 60px !important;
  }
}
/* line 2001, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-portlet-page .portletCollection .portletFooter,
body#tinymce.portaltype-portlet-page .portletCollection .portletFooter {
  clear: both;
  padding-bottom: 72px;
  padding-top: 0px;
  margin-top: 0px;
}
/* line 2007, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-portlet-page .portletCollection .portletFooter a:hover,
body#tinymce.portaltype-portlet-page .portletCollection .portletFooter a:hover {
  text-decoration: none;
}
/* line 2012, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-portlet-page .portletCollection .show-more,
body#tinymce.portaltype-portlet-page .portletCollection .show-more {
  font-family: 'circularBook', Arial, sans-serif;
  margin: 0 auto;
  display: block;
  border: 2px solid #252527;
  border-radius: 0px;
  text-transform: none;
  height: auto;
  color: #252527;
  letter-spacing: 0.1em;
  width: auto;
  font-size: 18px;
  background-color: #ffffff;
  letter-spacing: 0.0em;
  text-shadow: 0px 0px 0px #ffffff;
  font-weight: 400;
  padding-left: 22px;
  padding-right: 22px;
  line-height: 14px;
  padding-top: 18px;
  padding-bottom: 18px;
  width: 170px;
}
/* line 915, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-portlet-page .portletCollection .show-more#form-buttons-subscribe,
body#tinymce.portaltype-portlet-page .portletCollection .show-more#form-buttons-subscribe {
  background-color: #f8f3ef;
}
/* line 919, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-portlet-page .portletCollection .show-more:active:focus,
body#tinymce.portaltype-portlet-page .portletCollection .show-more:active:focus,
body.frontend.portaltype-portlet-page .portletCollection .show-more:focus,
body#tinymce.portaltype-portlet-page .portletCollection .show-more:focus {
  background: #e81f2d !important;
  color: #ffffff;
  border: 2px solid #e81f2d;
  box-shadow: none;
}
/* line 927, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-portlet-page .portletCollection .show-more:hover,
body#tinymce.portaltype-portlet-page .portletCollection .show-more:hover {
  background: #e81f2d !important;
  color: #ffffff;
  border: 2px solid #e81f2d;
  box-shadow: none;
}
/* line 2019, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-portlet-page:not(.section-collectie) .portlet-collection-wat-is-er-te-zien,
body#tinymce.portaltype-portlet-page:not(.section-collectie) .portlet-collection-wat-is-er-te-zien,
body.frontend.portaltype-portlet-page:not(.section-collectie) .portlet-collection-nu-in-het-museum,
body#tinymce.portaltype-portlet-page:not(.section-collectie) .portlet-collection-nu-in-het-museum {
  padding-top: 0px;
}
@media (min-width: 769px) {
  /* line 2026, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.portaltype-portlet-page #row-items,
  body#tinymce.portaltype-portlet-page #row-items {
    padding-left: 66px !important;
    padding-right: 66px !important;
  }
}
@media (min-width: 768px) {
  /* line 2033, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.portaltype-portlet-page #row-items > div.portlet-item,
  body#tinymce.portaltype-portlet-page #row-items > div.portlet-item {
    padding-bottom: 0px;
  }
}
@media (min-width: 992px) {
  /* line 2039, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.portaltype-portlet-page #row-items > div.portlet-item,
  body#tinymce.portaltype-portlet-page #row-items > div.portlet-item {
    padding-bottom: 0px;
  }
  /* line 2043, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.portaltype-portlet-page #column-collective-portletpage-toprow-portlet-historiehuis div.portlet-item.portlet-item-small,
  body#tinymce.portaltype-portlet-page #column-collective-portletpage-toprow-portlet-historiehuis div.portlet-item.portlet-item-small,
  body.frontend.portaltype-portlet-page #column-collective-portletpage-toprow-portlet-whats-on div.portlet-item.portlet-item-small,
  body#tinymce.portaltype-portlet-page #column-collective-portletpage-toprow-portlet-whats-on div.portlet-item.portlet-item-small {
    padding-bottom: 75px;
  }
}
@media (min-width: 992px) {
  /* line 2050, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage #row-items > div.portlet-item.portlet-item-small,
  body#tinymce.portaltype-portlet-page.section-frontpage #row-items > div.portlet-item.portlet-item-small {
    padding-bottom: 75px;
  }
}
@media (max-width: 768px) {
  /* line 2057, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.portaltype-portlet-page #row-items,
  body#tinymce.portaltype-portlet-page #row-items,
  body.frontend.portaltype-portlet-page #portletPageTopRow,
  body#tinymce.portaltype-portlet-page #portletPageTopRow {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
/* line 2063, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-portlet-page .intro-header,
body#tinymce.portaltype-portlet-page .intro-header {
  margin-bottom: 0px;
}
/* line 2067, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-portlet-page article#content,
body#tinymce.portaltype-portlet-page article#content {
  margin-bottom: 0px;
}
/* line 2071, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-portlet-page #portletPageColumns > .row,
body#tinymce.portaltype-portlet-page #portletPageColumns > .row {
  margin-right: 0px !important;
  margin-left: 0px !important;
}
/* line 2076, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-portlet-page .main-container > .row,
body#tinymce.portaltype-portlet-page .main-container > .row {
  margin-right: 0px !important;
  margin-left: 0px !important;
}
/* line 2087, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-formfolder #global_statusmessage,
body#tinymce.portaltype-formfolder #global_statusmessage {
  padding-top: 35px !important;
}
@media (max-width: 991px) {
  /* line 2090, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.portaltype-formfolder #global_statusmessage,
  body#tinymce.portaltype-formfolder #global_statusmessage {
    padding-top: 0px !important;
  }
}
/* line 2095, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-formfolder .label,
body#tinymce.portaltype-formfolder .label {
  color: #373739;
  font-size: 18px;
  text-align: left;
  padding-left: 0px;
  display: block;
  letter-spacing: 0.0em;
  font-weight: 400;
  margin-bottom: 5px;
}
/* line 2106, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-formfolder .field.ArchetypesMultiSelectionWidget,
body#tinymce.portaltype-formfolder .field.ArchetypesMultiSelectionWidget,
body.frontend.portaltype-formfolder .field.ArchetypesCalendarWidget,
body#tinymce.portaltype-formfolder .field.ArchetypesCalendarWidget,
body.frontend.portaltype-formfolder .field.ArchetypesSelectionWidget,
body#tinymce.portaltype-formfolder .field.ArchetypesSelectionWidget,
body.frontend.portaltype-formfolder .field.ArchetypesLinesWidget,
body#tinymce.portaltype-formfolder .field.ArchetypesLinesWidget,
body.frontend.portaltype-formfolder .field.ArchetypesBooleanWidget,
body#tinymce.portaltype-formfolder .field.ArchetypesBooleanWidget {
  padding-top: 0px;
}
/* line 2114, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-formfolder .listing,
body#tinymce.portaltype-formfolder .listing {
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  /* line 2119, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.portaltype-formfolder .formHelp,
  body#tinymce.portaltype-formfolder .formHelp {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
/* line 2126, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-formfolder article#content,
body#tinymce.portaltype-formfolder article#content {
  margin-bottom: 75px;
}
/* line 2130, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-formfolder label,
body#tinymce.portaltype-formfolder label {
  letter-spacing: 0.0em;
  color: #373739;
  margin-left: 4px;
  font-size: 16px;
  font-weight: 400;
}
/* line 2137, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-formfolder label.formQuestion,
body#tinymce.portaltype-formfolder label.formQuestion {
  font-size: 18px;
  margin-left: 0px;
}
/* line 2143, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-formfolder label .required:after,
body#tinymce.portaltype-formfolder label .required:after {
  top: -2px !important;
  margin-left: 0px !important;
}
/* line 2149, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-formfolder:not(.template-quickedit) .field,
body#tinymce.portaltype-formfolder:not(.template-quickedit) .field {
  width: initial;
  margin-bottom: 5px;
  margin-top: 10px;
}
/* line 2155, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-formfolder:not(.template-quickedit) .pfg-form,
body#tinymce.portaltype-formfolder:not(.template-quickedit) .pfg-form {
  width: initial;
  float: none;
}
/* line 2162, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-formfolder div.plone_jscalendar select,
body#tinymce.portaltype-formfolder div.plone_jscalendar select {
  width: auto;
  display: inline-block;
}
/* line 2168, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-formfolder .row.control-group,
body#tinymce.portaltype-formfolder .row.control-group {
  padding-top: 10px;
}
/* line 2172, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-formfolder .title-container,
body#tinymce.portaltype-formfolder .title-container {
  padding-bottom: 0px !important;
}
/* line 2175, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-formfolder .title-container h1,
body#tinymce.portaltype-formfolder .title-container h1 {
  font-size: 30px;
  text-align: left;
  margin-top: 25px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0.00em;
  padding-bottom: 0px;
}
@media (max-width: 768px) {
  /* line 2184, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.portaltype-formfolder .title-container h1,
  body#tinymce.portaltype-formfolder .title-container h1 {
    font-size: 35px;
  }
}
/* line 2189, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-formfolder .title-container .separator-wrapper,
body#tinymce.portaltype-formfolder .title-container .separator-wrapper {
  margin-top: 55px;
  margin-bottom: 70px;
}
/* line 2198, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-formfolder .address-wrapper h4,
body#tinymce.portaltype-formfolder .address-wrapper h4 {
  margin-top: 10px;
}
/* line 2202, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-formfolder .address-wrapper p,
body#tinymce.portaltype-formfolder .address-wrapper p {
  margin: 0px 0 !important;
}
@media (min-width: 769px) {
  /* line 2209, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.portaltype-formfolder #content-core,
  body#tinymce.portaltype-formfolder #content-core {
    margin-left: 0;
    margin: 0 auto;
    width: 625px;
    max-width: 625px;
  }
}
/* line 2216, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-formfolder #content-core p,
body#tinymce.portaltype-formfolder #content-core p {
  margin: 0px 0;
}
/* line 2220, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-formfolder #content-core h3,
body#tinymce.portaltype-formfolder #content-core h3 {
  margin-top: 60px;
}
/* line 2225, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-formfolder .main-container,
body#tinymce.portaltype-formfolder .main-container {
  width: 100% !important;
}
/* line 2229, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-formfolder .title-container,
body#tinymce.portaltype-formfolder .title-container {
  margin-left: 0;
  margin: 0 auto;
}
/* line 2233, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-formfolder .title-container h1,
body#tinymce.portaltype-formfolder .title-container h1 {
  text-align: center;
  font-size: 48px;
  margin-top: 0px;
}
@media (max-width: 768px) {
  /* line 2238, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.portaltype-formfolder .title-container h1,
  body#tinymce.portaltype-formfolder .title-container h1 {
    text-align: left;
  }
}
/* line 2245, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-formfolder .subheading,
body#tinymce.portaltype-formfolder .subheading {
  color: #373739;
  line-height: 2em;
}
/* line 2250, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-formfolder .floating-label-form-group,
body#tinymce.portaltype-formfolder .floating-label-form-group {
  padding-bottom: 0;
}
/* line 2253, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-formfolder .floating-label-form-group textarea,
body#tinymce.portaltype-formfolder .floating-label-form-group textarea {
  font-family: 'circularBook', Arial, sans-serif;
  margin: 0 auto;
  display: block;
  padding: 14px;
  border: 0px;
  border-radius: 0px;
  color: #848484;
  width: auto;
  font-size: 16px;
  background-color: #ffffff;
  letter-spacing: 0.00em;
  text-shadow: 0px 0px 0px #ffffff;
  font-weight: 400;
  border-color: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  outline: 0px;
  outline-offset: 0px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 14px;
  height: auto;
}
/* line 961, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-formfolder .floating-label-form-group textarea:focus,
body#tinymce.portaltype-formfolder .floating-label-form-group textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 967, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-formfolder .floating-label-form-group textarea:active:focus,
body#tinymce.portaltype-formfolder .floating-label-form-group textarea:active:focus {
  outline: none;
  outline: 0px;
  outline-offset: 0px;
}
/* line 2258, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-formfolder .floating-label-form-group textarea,
body#tinymce.portaltype-formfolder .floating-label-form-group textarea,
body.frontend.portaltype-formfolder .floating-label-form-group input[type="text"],
body#tinymce.portaltype-formfolder .floating-label-form-group input[type="text"] {
  border: 1px  solid #c3c3c3;
  color: #727276;
}
/* line 2262, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-formfolder .floating-label-form-group textarea::-webkit-input-placeholder,
body#tinymce.portaltype-formfolder .floating-label-form-group textarea::-webkit-input-placeholder,
body.frontend.portaltype-formfolder .floating-label-form-group input[type="text"]::-webkit-input-placeholder,
body#tinymce.portaltype-formfolder .floating-label-form-group input[type="text"]::-webkit-input-placeholder {
  color: #727276;
}
/* line 2266, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-formfolder .floating-label-form-group textarea:-moz-placeholder,
body#tinymce.portaltype-formfolder .floating-label-form-group textarea:-moz-placeholder,
body.frontend.portaltype-formfolder .floating-label-form-group input[type="text"]:-moz-placeholder,
body#tinymce.portaltype-formfolder .floating-label-form-group input[type="text"]:-moz-placeholder {
  /* Firefox 18- */
  color: #727276;
}
/* line 2270, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-formfolder .floating-label-form-group textarea::-moz-placeholder,
body#tinymce.portaltype-formfolder .floating-label-form-group textarea::-moz-placeholder,
body.frontend.portaltype-formfolder .floating-label-form-group input[type="text"]::-moz-placeholder,
body#tinymce.portaltype-formfolder .floating-label-form-group input[type="text"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #727276;
}
/* line 2274, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-formfolder .floating-label-form-group textarea:-ms-input-placeholder,
body#tinymce.portaltype-formfolder .floating-label-form-group textarea:-ms-input-placeholder,
body.frontend.portaltype-formfolder .floating-label-form-group input[type="text"]:-ms-input-placeholder,
body#tinymce.portaltype-formfolder .floating-label-form-group input[type="text"]:-ms-input-placeholder {
  color: #727276;
}
/* line 2278, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-formfolder .floating-label-form-group textarea:focus,
body#tinymce.portaltype-formfolder .floating-label-form-group textarea:focus,
body.frontend.portaltype-formfolder .floating-label-form-group input[type="text"]:focus,
body#tinymce.portaltype-formfolder .floating-label-form-group input[type="text"]:focus,
body.frontend.portaltype-formfolder .floating-label-form-group textarea:active,
body#tinymce.portaltype-formfolder .floating-label-form-group textarea:active,
body.frontend.portaltype-formfolder .floating-label-form-group input[type="text"]:active,
body#tinymce.portaltype-formfolder .floating-label-form-group input[type="text"]:active {
  border: 1px solid #8e8e90;
  color: #373739;
}
/* line 2283, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-formfolder .floating-label-form-group textarea:focus::-webkit-input-placeholder,
body#tinymce.portaltype-formfolder .floating-label-form-group textarea:focus::-webkit-input-placeholder,
body.frontend.portaltype-formfolder .floating-label-form-group input[type="text"]:focus::-webkit-input-placeholder,
body#tinymce.portaltype-formfolder .floating-label-form-group input[type="text"]:focus::-webkit-input-placeholder,
body.frontend.portaltype-formfolder .floating-label-form-group textarea:active::-webkit-input-placeholder,
body#tinymce.portaltype-formfolder .floating-label-form-group textarea:active::-webkit-input-placeholder,
body.frontend.portaltype-formfolder .floating-label-form-group input[type="text"]:active::-webkit-input-placeholder,
body#tinymce.portaltype-formfolder .floating-label-form-group input[type="text"]:active::-webkit-input-placeholder {
  color: #373739;
}
/* line 2287, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-formfolder .floating-label-form-group textarea:focus:-moz-placeholder,
body#tinymce.portaltype-formfolder .floating-label-form-group textarea:focus:-moz-placeholder,
body.frontend.portaltype-formfolder .floating-label-form-group input[type="text"]:focus:-moz-placeholder,
body#tinymce.portaltype-formfolder .floating-label-form-group input[type="text"]:focus:-moz-placeholder,
body.frontend.portaltype-formfolder .floating-label-form-group textarea:active:-moz-placeholder,
body#tinymce.portaltype-formfolder .floating-label-form-group textarea:active:-moz-placeholder,
body.frontend.portaltype-formfolder .floating-label-form-group input[type="text"]:active:-moz-placeholder,
body#tinymce.portaltype-formfolder .floating-label-form-group input[type="text"]:active:-moz-placeholder {
  /* Firefox 18- */
  color: #373739;
}
/* line 2291, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-formfolder .floating-label-form-group textarea:focus::-moz-placeholder,
body#tinymce.portaltype-formfolder .floating-label-form-group textarea:focus::-moz-placeholder,
body.frontend.portaltype-formfolder .floating-label-form-group input[type="text"]:focus::-moz-placeholder,
body#tinymce.portaltype-formfolder .floating-label-form-group input[type="text"]:focus::-moz-placeholder,
body.frontend.portaltype-formfolder .floating-label-form-group textarea:active::-moz-placeholder,
body#tinymce.portaltype-formfolder .floating-label-form-group textarea:active::-moz-placeholder,
body.frontend.portaltype-formfolder .floating-label-form-group input[type="text"]:active::-moz-placeholder,
body#tinymce.portaltype-formfolder .floating-label-form-group input[type="text"]:active::-moz-placeholder {
  /* Firefox 19+ */
  color: #373739;
}
/* line 2295, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-formfolder .floating-label-form-group textarea:focus:-ms-input-placeholder,
body#tinymce.portaltype-formfolder .floating-label-form-group textarea:focus:-ms-input-placeholder,
body.frontend.portaltype-formfolder .floating-label-form-group input[type="text"]:focus:-ms-input-placeholder,
body#tinymce.portaltype-formfolder .floating-label-form-group input[type="text"]:focus:-ms-input-placeholder,
body.frontend.portaltype-formfolder .floating-label-form-group textarea:active:-ms-input-placeholder,
body#tinymce.portaltype-formfolder .floating-label-form-group textarea:active:-ms-input-placeholder,
body.frontend.portaltype-formfolder .floating-label-form-group input[type="text"]:active:-ms-input-placeholder,
body#tinymce.portaltype-formfolder .floating-label-form-group input[type="text"]:active:-ms-input-placeholder {
  color: #373739;
}
/* line 2301, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-formfolder .floating-label-form-group input[type="text"],
body#tinymce.portaltype-formfolder .floating-label-form-group input[type="text"],
body.frontend.portaltype-formfolder .floating-label-form-group input[type="button"],
body#tinymce.portaltype-formfolder .floating-label-form-group input[type="button"],
body.frontend.portaltype-formfolder .floating-label-form-group input[type="password"],
body#tinymce.portaltype-formfolder .floating-label-form-group input[type="password"] {
  height: auto;
}
/* line 2307, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-formfolder .floating-label-form-group > .field:not(.ArchetypesBooleanWidget):not(.ArchetypesCalendarWidget):not(.ArchetypesMultiSelectionWidget):not(.ArchetypesSelectionWidget) label,
body#tinymce.portaltype-formfolder .floating-label-form-group > .field:not(.ArchetypesBooleanWidget):not(.ArchetypesCalendarWidget):not(.ArchetypesMultiSelectionWidget):not(.ArchetypesSelectionWidget) label {
  letter-spacing: 0.0em;
  font-size: 18px;
  color: #373739;
  text-transform: none;
}
/* line 2316, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-formfolder div.field.error input,
body#tinymce.portaltype-formfolder div.field.error input,
body.frontend.portaltype-formfolder div.field.error textarea,
body#tinymce.portaltype-formfolder div.field.error textarea {
  border: 1px solid #a94442 !important;
}
/* line 2321, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-formfolder .pfg-form .formControls,
body#tinymce.portaltype-formfolder .pfg-form .formControls {
  text-align: left;
  padding-bottom: 0px;
}
@media (max-width: 768px) {
  /* line 2324, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.portaltype-formfolder .pfg-form .formControls,
  body#tinymce.portaltype-formfolder .pfg-form .formControls {
    text-align: center;
  }
}
/* line 2328, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-formfolder .pfg-form .formControls input,
body#tinymce.portaltype-formfolder .pfg-form .formControls input {
  display: initial;
}
/* line 2336, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-formfolder .pfg-form table.listing td,
body#tinymce.portaltype-formfolder .pfg-form table.listing td {
  vertical-align: middle;
}
/* line 2340, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-formfolder .pfg-form select,
body#tinymce.portaltype-formfolder .pfg-form select {
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 0px;
  width: 100%;
  font-size: 16px;
}
/* line 2348, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-formfolder .pfg-form select:active:focus,
body#tinymce.portaltype-formfolder .pfg-form select:active:focus {
  border-color: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 2357, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-formfolder label.formQuestion,
body#tinymce.portaltype-formfolder label.formQuestion {
  opacity: 1 !important;
  top: 0 !important;
  margin-bottom: 1px !important;
}
/* line 2362, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-formfolder label.formQuestion span.required,
body#tinymce.portaltype-formfolder label.formQuestion span.required {
  font-size: 5px !important;
}
/* line 2369, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-formfolder footer,
body#tinymce.portaltype-formfolder footer {
  margin-top: 0px !important;
}
/* line 2373, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-formfolder div.field div.plone_jscalendar select,
body#tinymce.portaltype-formfolder div.field div.plone_jscalendar select {
  height: 40px !important;
}
@media (max-width: 991px) {
  /* line 2378, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.portaltype-formfolder div.ArchetypesLikertWidget,
  body#tinymce.portaltype-formfolder div.ArchetypesLikertWidget {
    overflow-x: auto;
  }
}
@media (max-width: 768px) {
  /* line 2384, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.portaltype-formfolder .title-container,
  body#tinymce.portaltype-formfolder .title-container {
    margin-left: 15px;
    margin-right: 15px;
  }
}
/* line 2391, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-formthankspage blockquote,
body#tinymce.portaltype-formthankspage blockquote {
  padding-top: 50px;
  border-left: 0px !important;
}
/* line 2396, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend .portlet-rrssb,
body#tinymce .portlet-rrssb {
  padding-top: 15px;
  width: 100%;
  max-width: 180px;
  display: block;
  margin: 0 auto;
  margin-left: 0;
  margin-right: auto;
}
@media (min-width: 992px) {
  /* line 2405, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend .portlet-rrssb,
  body#tinymce .portlet-rrssb {
    position: relative;
    margin-right: 0px;
  }
}
@media (max-width: 480px) {
  /* line 2410, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend .portlet-rrssb,
  body#tinymce .portlet-rrssb {
    width: 100%;
  }
}
/* line 2414, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend .portlet-rrssb .rrssb-buttons,
body#tinymce .portlet-rrssb .rrssb-buttons {
  width: 150px;
  margin: 0 auto;
}
/* line 2419, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend .portlet-rrssb .rrssb-buttons,
body#tinymce .portlet-rrssb .rrssb-buttons {
  height: 50px;
}
/* line 2423, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend .portlet-rrssb .rrssb-buttons li a,
body#tinymce .portlet-rrssb .rrssb-buttons li a {
  background-color: transparent !important;
}
/* line 2426, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend .portlet-rrssb .rrssb-buttons li a .rrssb-icon svg path,
body#tinymce .portlet-rrssb .rrssb-buttons li a .rrssb-icon svg path {
  fill: #e81f2d !important;
}
/* line 2430, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend .portlet-rrssb .rrssb-buttons li a:hover,
body#tinymce .portlet-rrssb .rrssb-buttons li a:hover {
  background-color: transparent !important;
}
/* line 2435, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend .portlet-rrssb .rrssb-buttons li.rrssb-facebook a:hover .rrssb-icon svg path,
body#tinymce .portlet-rrssb .rrssb-buttons li.rrssb-facebook a:hover .rrssb-icon svg path {
  fill: #252527 !important;
}
/* line 2439, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend .portlet-rrssb .rrssb-buttons li.rrssb-twitter a:hover .rrssb-icon svg path,
body#tinymce .portlet-rrssb .rrssb-buttons li.rrssb-twitter a:hover .rrssb-icon svg path {
  fill: #252527 !important;
}
/* line 2443, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend .portlet-rrssb .rrssb-buttons li.rrssb-email a:hover .rrssb-icon svg path,
body#tinymce .portlet-rrssb .rrssb-buttons li.rrssb-email a:hover .rrssb-icon svg path {
  fill: #252527 !important;
}
/* line 2447, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend .portlet-rrssb .rrssb-buttons li.rrssb-googleplus a:hover .rrssb-icon svg path,
body#tinymce .portlet-rrssb .rrssb-buttons li.rrssb-googleplus a:hover .rrssb-icon svg path {
  fill: #252527 !important;
}
/* line 2451, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend .portlet-rrssb .rrssb-buttons li.rrssb-facebook a:hover .rrssb-icon svg,
body#tinymce .portlet-rrssb .rrssb-buttons li.rrssb-facebook a:hover .rrssb-icon svg {
  border: 2px solid #252527 !important;
}
/* line 2455, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend .portlet-rrssb .rrssb-buttons li.rrssb-twitter a:hover .rrssb-icon svg,
body#tinymce .portlet-rrssb .rrssb-buttons li.rrssb-twitter a:hover .rrssb-icon svg {
  border: 2px solid #252527 !important;
}
/* line 2459, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend .portlet-rrssb .rrssb-buttons li.rrssb-email a:hover .rrssb-icon svg,
body#tinymce .portlet-rrssb .rrssb-buttons li.rrssb-email a:hover .rrssb-icon svg {
  border: 2px solid #252527 !important;
}
/* line 2463, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend .portlet-rrssb .rrssb-buttons li.rrssb-googleplus a:hover .rrssb-icon svg,
body#tinymce .portlet-rrssb .rrssb-buttons li.rrssb-googleplus a:hover .rrssb-icon svg {
  border: 2px solid #252527 !important;
}
/* line 2467, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend .portlet-rrssb .rrssb-buttons.small-format li a .rrssb-icon svg path,
body#tinymce .portlet-rrssb .rrssb-buttons.small-format li a .rrssb-icon svg path {
  height: 50%;
}
/* line 2471, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend .portlet-rrssb .rrssb-buttons.small-format li,
body#tinymce .portlet-rrssb .rrssb-buttons.small-format li {
  height: 100%;
}
/* line 2475, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend .portlet-rrssb .rrssb-buttons li a:active,
body#tinymce .portlet-rrssb .rrssb-buttons li a:active {
  box-shadow: none !important;
}
/* line 2480, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend .sharing-buttons-wrapper,
body#tinymce .sharing-buttons-wrapper {
  padding-top: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  border: 2px solid #ececec;
  border-radius: 6px;
}
/* line 2489, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend .sharing-buttons-wrapper .social-media-title,
body#tinymce .sharing-buttons-wrapper .social-media-title {
  border-bottom: 0px;
  text-align: left;
  margin-left: 7px;
  text-transform: uppercase;
  letter-spacing: 0.085em;
  color: #252527;
  padding-top: 15px;
  padding-bottom: 0px;
  font-size: 15px;
  font-family: 'circularBold', Arial, sans-serif;
}
@media (max-width: 991px) {
  /* line 2501, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend .sharing-buttons-wrapper .social-media-title,
  body#tinymce .sharing-buttons-wrapper .social-media-title {
    padding-top: 15px;
  }
}
@media (min-width: 992px) {
  /* line 2507, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend .sharing-buttons-wrapper,
  body#tinymce .sharing-buttons-wrapper {
    position: absolute;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    top: 32px;
    width: 180px;
    border: 0px;
    border-radius: 0px;
    border-right: 0px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    height: auto;
    margin-right: auto;
    margin: 0 auto;
    left: 0;
  }
  /* line 2529, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend .sharing-buttons-wrapper .rrssb-buttons li,
  body#tinymce .sharing-buttons-wrapper .rrssb-buttons li {
    width: 50px !important;
    padding-left: 1px;
    padding-right: 1px;
    display: block !important;
    float: left !important;
    height: 60px !important;
    line-height: 1px !important;
  }
  /* line 2539, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend .sharing-buttons-wrapper ul.rrssb-buttons,
  body#tinymce .sharing-buttons-wrapper ul.rrssb-buttons {
    padding-top: 5px;
    height: 100px !important;
    width: 180px !important;
    margin: 0 auto;
    margin-left: 0;
    padding-bottom: 10px;
  }
  /* line 2549, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend .sharing-buttons-wrapper .rrssb-buttons.tiny-format li .rrssb-icon svg path,
  body#tinymce .sharing-buttons-wrapper .rrssb-buttons.tiny-format li .rrssb-icon svg path {
    fill: #929292 !important;
  }
  /* line 2552, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend .sharing-buttons-wrapper .rrssb-buttons.tiny-format li,
  body#tinymce .sharing-buttons-wrapper .rrssb-buttons.tiny-format li {
    padding-right: 3px;
    padding-left: 3px;
  }
  /* line 2558, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend .sharing-buttons-wrapper .rrssb-buttons li a:active,
  body#tinymce .sharing-buttons-wrapper .rrssb-buttons li a:active {
    box-shadow: none !important;
  }
}
/* line 2566, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body:not(.frontend).portaltype-formfolder footer .field {
  width: initial;
  margin-bottom: 15px;
}
/* FOOTER */
/* line 2573, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
footer,
body.mce-content-body {
  border-top: 0px solid #e7e7e7;
  padding-top: 70px;
}
/* line 975, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
footer h1,
body.mce-content-body h1 {
  color: #252527;
  font-family: 'circularBook', Arial, sans-serif;
  font-size: 48px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0.0em;
  line-height: 42px;
}
@media (max-width: 768px) {
  /* line 984, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  footer h1,
  body.mce-content-body h1 {
    font-size: 35px;
  }
}
/* line 989, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
footer div,
body.mce-content-body div {
  font-family: 'circularBook', Arial, sans-serif;
  font-size: 16px;
  letter-spacing: 0.0em;
  color: #252527;
}
/* line 996, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
footer ol li,
body.mce-content-body ol li,
footer ul li,
body.mce-content-body ul li {
  font-family: 'circularBook', Arial, sans-serif;
  letter-spacing: 0.0em;
  color: #252527;
  font-size: 20px;
  line-height: 33px;
  padding-left: 0px;
}
/* line 1005, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
footer ul,
body.mce-content-body ul,
footer ol,
body.mce-content-body ol {
  font-size: 22px;
  margin-left: 20px;
}
@media (max-width: 768px) {
  /* line 1009, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  footer ul,
  body.mce-content-body ul,
  footer ol,
  body.mce-content-body ol {
    font-size: 1.000em;
  }
}
/* line 1014, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
footer ol,
body.mce-content-body ol {
  margin-left: 0px;
}
/* line 1018, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
footer ul ul,
body.mce-content-body ul ul {
  list-style-type: disc;
}
/* line 1022, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
footer hr,
body.mce-content-body hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #e81f2d;
  margin: 1em 0;
  padding: 0;
}
/* line 1031, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
footer table,
body.mce-content-body table {
  border: 0px;
  margin-top: 45px;
  width: 100%;
  max-width: 100%;
}
/* line 1038, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
footer table tr:nth-child(even),
body.mce-content-body table tr:nth-child(even) {
  background: #f5f7f9;
}
/* line 1042, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
footer table tr:nth-child(odd),
body.mce-content-body table tr:nth-child(odd) {
  background: #ffffff;
}
/* line 1046, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
footer table td,
body.mce-content-body table td {
  padding: 0;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 3px;
  line-height: 32px;
  font-family: 'circularBook', Arial, sans-serif;
  font-size: 17px;
  letter-spacing: 0.0em;
  vertical-align: middle;
  color: #252527;
  padding-top: 10px;
  padding-bottom: 10px;
}
/* line 1061, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
footer table tr:first-child td,
body.mce-content-body table tr:first-child td {
  /*.circularBold();
		text-transform: uppercase;
		font-size: 16px;
		line-height: 22px;
		letter-spacing: 0.05em;
		color: @brand-primary-text-black;
		vertical-align: middle;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 15px;
    	padding-bottom: 15px;*/
}
/* line 1075, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
footer table > tbody > tr > td,
body.mce-content-body table > tbody > tr > td {
  border: 0px;
}
/* line 1079, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
footer table > tbody > tr > td:not(:last-child),
body.mce-content-body table > tbody > tr > td:not(:last-child) {
  border-right: 1px solid #e5e5e5;
}
@media (min-width: 1049px) {
  /* line 1086, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  footer .table-responsive,
  body.mce-content-body .table-responsive {
    overflow-x: visible;
  }
}
@media (min-width: 992px) {
  /* line 2577, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  footer .portletWrapper,
  body.mce-content-body .portletWrapper {
    float: left;
  }
}
/* line 2582, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
footer .portletWrapper:last-child,
body.mce-content-body .portletWrapper:last-child {
  float: none !important;
}
@media (min-width: 992px) {
  /* line 2586, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  footer,
  body.mce-content-body {
    /*.portletWrapper:first-child {
			float: none;
		}*/
  }
  /* line 2591, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  footer .portletWrapper:nth-child(1),
  body.mce-content-body .portletWrapper:nth-child(1) {
    width: 70%;
  }
  /* line 2595, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  footer .portletWrapper:nth-child(2),
  body.mce-content-body .portletWrapper:nth-child(2) {
    width: 30%;
    padding-right: 0px;
  }
}
/* line 2603, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
footer .see-also-footer,
body.mce-content-body .see-also-footer {
  float: left;
  width: 100%;
  padding-bottom: 100px;
  background: #445071;
}
/* line 2609, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
footer .see-also-footer .see-also-wrapper,
body.mce-content-body .see-also-footer .see-also-wrapper {
  max-width: 833px;
  width: 100%;
  margin: 0 auto;
  display: block;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 2617, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
footer .see-also-footer .see-also-wrapper h2,
body.mce-content-body .see-also-footer .see-also-wrapper h2 {
  text-align: center;
  margin-bottom: 5px !important;
  color: #ffffff;
  margin-top: 81px;
}
@media (max-width: 768px) {
  /* line 2622, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  footer .see-also-footer .see-also-wrapper h2,
  body.mce-content-body .see-also-footer .see-also-wrapper h2 {
    margin-top: 50px;
  }
}
/* line 2627, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
footer .see-also-footer .see-also-wrapper p,
body.mce-content-body .see-also-footer .see-also-wrapper p {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 46px;
  color: #ffffff;
}
@media (max-width: 768px) {
  /* line 2633, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  footer .see-also-footer .see-also-wrapper p,
  body.mce-content-body .see-also-footer .see-also-wrapper p {
    line-height: 25px !important;
    margin-bottom: 5px !important;
  }
}
/* line 2639, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
footer .see-also-footer .see-also-wrapper img,
body.mce-content-body .see-also-footer .see-also-wrapper img {
  transform: scale(1);
  transition: transform .2s;
  max-width: 100% !important;
}
@media (max-width: 768px) {
  /* line 2645, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  footer .see-also-footer .see-also-wrapper img,
  body.mce-content-body .see-also-footer .see-also-wrapper img {
    margin-top: 30px;
  }
}
/* line 2649, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
footer .see-also-footer .see-also-wrapper img:hover,
body.mce-content-body .see-also-footer .see-also-wrapper img:hover {
  cursor: pointer;
  transform: scale(1.02);
  transition: transform .2s;
}
/* line 2658, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
footer a.text-button,
body.mce-content-body a.text-button,
footer input.text-button,
body.mce-content-body input.text-button {
  font-family: 'circularBook', Arial, sans-serif;
  margin: 0 auto;
  display: block;
  border: 2px solid #252527;
  border-radius: 0px;
  text-transform: none;
  height: auto;
  color: #252527;
  letter-spacing: 0.1em;
  width: auto;
  font-size: 18px;
  background-color: #ffffff;
  letter-spacing: 0.0em;
  text-shadow: 0px 0px 0px #ffffff;
  font-weight: 400;
  padding-left: 22px;
  padding-right: 22px;
  line-height: 14px;
  padding-top: 18px;
  padding-bottom: 18px;
  text-align: center;
  margin-top: 30px;
}
/* line 915, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
footer a.text-button#form-buttons-subscribe,
body.mce-content-body a.text-button#form-buttons-subscribe,
footer input.text-button#form-buttons-subscribe,
body.mce-content-body input.text-button#form-buttons-subscribe {
  background-color: #f8f3ef;
}
/* line 919, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
footer a.text-button:active:focus,
body.mce-content-body a.text-button:active:focus,
footer input.text-button:active:focus,
body.mce-content-body input.text-button:active:focus,
footer a.text-button:focus,
body.mce-content-body a.text-button:focus,
footer input.text-button:focus,
body.mce-content-body input.text-button:focus {
  background: #e81f2d !important;
  color: #ffffff;
  border: 2px solid #e81f2d;
  box-shadow: none;
}
/* line 927, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
footer a.text-button:hover,
body.mce-content-body a.text-button:hover,
footer input.text-button:hover,
body.mce-content-body input.text-button:hover {
  background: #e81f2d !important;
  color: #ffffff;
  border: 2px solid #e81f2d;
  box-shadow: none;
}
@media (max-width: 768px) {
  /* line 2668, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  footer,
  body.mce-content-body {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  /* line 2672, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  footer,
  body.mce-content-body {
    padding-top: 0px;
  }
  /* line 2675, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  footer .line-wrapper p,
  body.mce-content-body .line-wrapper p {
    text-align: center;
  }
  /* line 2678, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  footer .line-wrapper ul,
  body.mce-content-body .line-wrapper ul {
    text-align: center;
  }
  /* line 2682, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  footer .line-wrapper ul a.text-button,
  body.mce-content-body .line-wrapper ul a.text-button,
  footer .line-wrapper ul input.text-button,
  body.mce-content-body .line-wrapper ul input.text-button {
    width: auto;
  }
}
/* line 2689, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
footer .portletStaticText.portlet-static-logo,
body.mce-content-body .portletStaticText.portlet-static-logo {
  clear: both;
  /* float: none; */
  margin-left: -15px;
  margin-right: -15px;
  border-top: 0px;
}
/* line 2696, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
footer .portletStaticText.portlet-static-logo img,
body.mce-content-body .portletStaticText.portlet-static-logo img {
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
}
@media (max-width: 768px) {
  /* line 2701, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  footer .portletStaticText.portlet-static-logo img,
  body.mce-content-body .portletStaticText.portlet-static-logo img {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
/* line 2708, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
footer #bottom-footer-background,
body.mce-content-body #bottom-footer-background {
  width: 325px;
  margin: 0 auto;
  margin-left: 75px;
}
@media (max-width: 768px) {
  /* line 2713, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  footer #bottom-footer-background,
  body.mce-content-body #bottom-footer-background {
    width: 300px;
  }
}
/* line 2722, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.portaltype-folder footer,
body.portaltype-collection footer,
body:not(.portaltype-document):not(.portaltype-event) footer {
  border-top: 0px;
}
/* line 2727, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.plone-toolbar-left-default footer > .container {
  width: 100% !important;
}
/* line 2731, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.plone-toolbar-left-expanded footer > .container {
  width: 100% !important;
}
/* line 2735, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.portlet {
  border: 0px;
}
/* line 2739, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
footer {
  background-color: #f8f3ef;
  margin-top: 80px;
  padding-bottom: 0px;
  /* Footer - social media */
}
/* line 2745, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
footer ul {
  margin-left: -40px;
  margin-bottom: 40px;
  list-style-type: none;
}
/* line 2750, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
footer ul li {
  padding-left: 0px;
  margin-bottom: 8px;
}
/* line 2756, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
footer > .container {
  width: 100%;
}
/* line 2762, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
footer > .container > .row > .col-xs-12:first-child {
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  /* line 2770, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  footer .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 2777, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  footer .container .row {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 2782, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  footer .container .footer-wrapper {
    padding-left: 65px;
    padding-right: 25px;
  }
}
/* line 2789, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
footer .portlet-static-footer,
footer .portlet-static-social-media {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 2794, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
footer .portlet-static-social-media {
  position: relative;
}
/* line 2798, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
footer .portletStaticText {
  border-top: 0px;
}
/* line 2802, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
footer div.portlet-static-footer {
  background-color: #ffffff;
  margin-left: 0px;
  margin-right: 0px;
}
/* line 2807, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
footer div.portlet-static-footer p {
  color: #252527;
  margin-bottom: 13px;
  margin-top: 0px;
  font-family: 'circularBold', Arial, sans-serif;
}
/* line 2813, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
footer div.portlet-static-footer p a:not(.text-button) {
  font-family: 'circularBold', Arial, sans-serif;
  font-size: 20px;
  text-transform: none;
  text-decoration: none;
  color: #252527;
  letter-spacing: 0.0em;
  border-bottom: 0px;
}
/* line 2823, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
footer div.portlet-static-footer a:not(.text-button) {
  color: #e81f2d;
  margin-top: 0px;
  margin-bottom: 20px;
}
/* line 2825, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
footer div.portlet-static-footer a:not(.text-button):hover {
  color: #252527;
  text-decoration: none;
}
/* line 2830, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
footer div.portlet-static-footer a:not(.text-button):active,
footer div.portlet-static-footer a:not(.text-button):focus {
  color: #252527;
  text-decoration: none;
}
/* line 2842, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
footer div.portlet-static-footer a.text-button:hover,
footer div.portlet-static-footer input.text-button:hover {
  text-decoration: none;
}
/* line 2846, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
footer div.portlet-static-footer a.text-button:active,
footer div.portlet-static-footer input.text-button:active,
footer div.portlet-static-footer a.text-button:focus,
footer div.portlet-static-footer input.text-button:focus {
  text-decoration: none;
}
/* line 2852, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
footer div.portlet-static-footer li a:not(.text-button) {
  color: #e81f2d;
  border-bottom: 1px solid #e81f2d;
}
/* line 2856, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
footer div.portlet-static-footer li a:not(.text-button):hover {
  color: #e81f2d;
  border-bottom: 0px;
  text-decoration: none;
}
/* line 2862, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
footer div.portlet-static-footer li a:not(.text-button):active,
footer div.portlet-static-footer li a:not(.text-button):focus {
  color: #e81f2d;
  text-decoration: none;
}
/* line 2869, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
footer div.portlet-static-footer li {
  color: #373739;
  font-size: 18px;
  line-height: 22px;
}
/* line 2877, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
footer .social-media-wrapper,
footer .footer-wrapper {
  padding-top: 0px;
  background-color: #f8f3ef;
}
@media (min-width: 769px) {
  /* line 2879, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  footer .social-media-wrapper,
  footer .footer-wrapper {
    padding-bottom: 85px;
  }
}
@media (min-width: 992px) {
  /* line 2888, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  footer .footer-wrapper .container-fluid {
    border-right: 0px;
  }
}
@media (max-width: 767px) {
  /* line 2896, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  footer .footer-wrapper .container-fluid {
    padding-right: 0px;
    padding-left: 0px;
  }
  /* line 2901, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  footer .footer-wrapper .line-wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  /* line 2912, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  footer .social-media-wrapper {
    width: 55%;
    margin: 0 auto;
  }
}
/* line 2917, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
footer .social-media-wrapper p strong {
  font-family: 'circularBook', Arial, sans-serif;
  font-size: 24px;
  color: #4b4b4b;
}
/* line 2923, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
footer .social-media-wrapper li a {
  color: #373739;
}
/* line 2927, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
footer .social-media-wrapper li i {
  margin-right: 30px;
}
@media (min-width: 992px) {
  /* line 2933, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  footer .social-media-wrapper .top-left-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 145px;
    background: url('../++theme++plonetheme.cuypershuis/css/++resource++plonetheme.cuypershuis/footer-topleft.svg');
  }
  /* line 2942, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  footer .social-media-wrapper .bottom-left-background {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 200px;
    height: 250px;
    background: url("../++theme++plonetheme.cuypershuis/css/++resource++plonetheme.cuypershuis/footer-bottomleft.svg");
  }
  /* line 2951, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  footer .social-media-wrapper .right-background {
    position: absolute;
    top: 40px;
    right: 0;
    width: 250px;
    height: 330px;
    background: url('../++theme++plonetheme.cuypershuis/css/++resource++plonetheme.cuypershuis/footer-right.svg');
  }
}
/* line 2963, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
footer .line-wrapper {
  padding-top: 30px;
}
@media (max-width: 767px) {
  /* line 2966, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  footer .line-wrapper {
    padding-bottom: 0px;
    border-bottom: 0px;
  }
}
@media (min-width: 992px) {
  /* line 2973, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  footer .social-media-wrapper {
    width: 67%;
  }
  /* line 2977, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  footer .line-wrapper {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
  }
  /* line 2982, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  footer .line-wrapper.contact {
    padding-right: 10px;
  }
  /* line 2987, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  footer .address-contact {
    padding-right: 0px;
    padding-left: 0px;
    margin-left: -120px;
    width: 320px;
  }
  /* line 2994, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  footer .social-media {
    margin-left: 17%;
  }
}
@media (max-width: 480px) {
  /* line 3000, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  footer .address-contact {
    padding-right: 0px;
  }
}
/* line 3006, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
footer .mailchimp-btn-text {
  /*display: none;*/
}
/* line 3010, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
footer .portletMailChimp {
  background-color: #f8f3ef;
  width: 100%;
}
@media (min-width: 992px) {
  /* line 3014, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  footer .portletMailChimp {
    padding-top: 120px;
  }
}
/* line 3021, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.portaltype-collection footer {
  margin-top: 0px !important;
}
@media (min-width: 992px) {
  /* line 3030, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  .plone-toolbar-expanded footer .address-contact {
    margin-left: -80px;
  }
  /* line 3034, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  .plone-toolbar-expanded footer .social-media {
    margin-left: 30px;
  }
}
/* line 3041, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.portlet-button,
body#tinymce .portlet-button {
  font-family: 'circularBook', Arial, sans-serif;
  margin: 0 auto;
  display: block;
  border: 2px solid #252527;
  border-radius: 0px;
  text-transform: none;
  height: auto;
  color: #252527;
  letter-spacing: 0.1em;
  font-size: 18px;
  background-color: #ffffff;
  letter-spacing: 0.0em;
  text-shadow: 0px 0px 0px #ffffff;
  font-weight: 400;
  padding-left: 22px;
  padding-right: 22px;
  line-height: 14px;
  padding-top: 18px;
  padding-bottom: 18px;
  width: auto;
  margin: none;
  color: #ffffff;
  text-decoration: none;
  width: 200px;
}
/* line 915, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.portlet-button#form-buttons-subscribe,
body#tinymce .portlet-button#form-buttons-subscribe {
  background-color: #f8f3ef;
}
/* line 919, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.portlet-button:active:focus,
body#tinymce .portlet-button:active:focus,
.portlet-button:focus,
body#tinymce .portlet-button:focus {
  background: #e81f2d !important;
  color: #ffffff;
  border: 2px solid #e81f2d;
  box-shadow: none;
}
/* line 927, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.portlet-button:hover,
body#tinymce .portlet-button:hover {
  background: #e81f2d !important;
  color: #ffffff;
  border: 2px solid #e81f2d;
  box-shadow: none;
}
/* line 3050, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.portlet-button:hover,
body#tinymce .portlet-button:hover {
  color: #ffffff;
  text-decoration: none;
}
/* line 3055, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.portlet-button:active,
body#tinymce .portlet-button:active,
.portlet-button:focus,
body#tinymce .portlet-button:focus {
  color: #ffffff;
}
/* line 3061, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.portlet-static-online-tickets,
.portlet-weekday {
  padding-left: 72px;
  padding-right: 72px;
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  margin-bottom: 0px;
  text-align: center;
}
@media (max-width: 768px) {
  /* line 3074, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  .portlet-static-online-tickets,
  .portlet-weekday {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 0px;
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    /*padding-bottom: 5px;*/
  }
}
/* line 3085, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.portlet-static-online-tickets .clock-wrapper,
.portlet-weekday .clock-wrapper {
  display: inline-block;
  /* margin: 13px 0; */
  margin-top: 15px;
  line-height: 33px;
  vertical-align: top;
  margin: 15px 0;
  margin-bottom: 35px;
  margin-right: 8px;
}
@media (max-width: 768px) {
  /* line 3095, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  .portlet-static-online-tickets .clock-wrapper,
  .portlet-weekday .clock-wrapper {
    display: block;
    margin-top: 24px;
    line-height: 33px;
    vertical-align: top;
    margin: 19px 0;
    margin-bottom: 0px;
    margin-top: 8px;
  }
}
/* line 3106, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.portlet-static-online-tickets p,
.portlet-weekday p {
  margin-top: 16px !important;
  display: inline-block;
}
@media (max-width: 768px) {
  /* line 3109, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  .portlet-static-online-tickets p,
  .portlet-weekday p {
    margin-top: 5px !important;
  }
}
/* line 3114, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.portlet-static-online-tickets a,
.portlet-weekday a {
  margin-left: 10px;
}
@media (max-width: 768px) {
  /* line 3116, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  .portlet-static-online-tickets a,
  .portlet-weekday a {
    display: inline-block;
  }
}
/* line 3121, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.portlet-static-online-tickets .portlet-button,
.portlet-weekday .portlet-button {
  font-family: 'circularBook', Arial, sans-serif;
  margin: 0 auto;
  display: block;
  border: 2px solid #252527;
  border-radius: 0px;
  text-transform: none;
  height: auto;
  color: #252527;
  letter-spacing: 0.1em;
  width: auto;
  font-size: 18px;
  background-color: #ffffff;
  letter-spacing: 0.0em;
  text-shadow: 0px 0px 0px #ffffff;
  font-weight: 400;
  padding-left: 22px;
  padding-right: 22px;
  line-height: 14px;
  padding-top: 18px;
  padding-bottom: 18px;
  margin: none;
  color: #ffffff;
  text-decoration: none;
  width: 200px;
  margin-right: 0;
}
/* line 915, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.portlet-static-online-tickets .portlet-button#form-buttons-subscribe,
.portlet-weekday .portlet-button#form-buttons-subscribe {
  background-color: #f8f3ef;
}
/* line 919, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.portlet-static-online-tickets .portlet-button:active:focus,
.portlet-weekday .portlet-button:active:focus,
.portlet-static-online-tickets .portlet-button:focus,
.portlet-weekday .portlet-button:focus {
  background: #e81f2d !important;
  color: #ffffff;
  border: 2px solid #e81f2d;
  box-shadow: none;
}
/* line 927, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.portlet-static-online-tickets .portlet-button:hover,
.portlet-weekday .portlet-button:hover {
  background: #e81f2d !important;
  color: #ffffff;
  border: 2px solid #e81f2d;
  box-shadow: none;
}
/* line 3129, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.portlet-static-online-tickets .portlet-button:hover,
.portlet-weekday .portlet-button:hover {
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 768px) {
  /* line 3136, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  .portlet-static-online-tickets .portlet-button,
  .portlet-weekday .portlet-button {
    margin: 0 auto;
  }
}
/* line 3142, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.portlet-static-online-tickets h5,
.portlet-weekday h5 {
  margin-top: 0px !important;
  margin-bottom: 0px;
  line-height: 55px;
}
@media (max-width: 768px) {
  /* line 3147, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  .portlet-static-online-tickets h5,
  .portlet-weekday h5 {
    padding-bottom: 25px;
    text-align: center;
    margin: 0 auto;
    line-height: 1.1;
  }
}
@media (min-width: 992px) {
  /* line 3155, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  .portlet-static-online-tickets h5 span,
  .portlet-weekday h5 span {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  /* line 3162, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  .portlet-static-online-tickets .img-background-left,
  .portlet-weekday .img-background-left {
    position: absolute;
    left: 0;
    width: 24px;
    height: 60px;
    background: url('../++theme++plonetheme.cuypershuis/css/++resource++plonetheme.cuypershuis/ticketbox.svg');
  }
}
/* line 3174, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.portlet-weekday .portletHeader {
  display: none;
}
/* Mailchimp portlet */
/* line 3180, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.portletMailChimp,
.portlet-mailplus {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
  margin: 0px;
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 992px) {
  /* line 3189, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  .portletMailChimp,
  .portlet-mailplus {
    padding-left: 45px;
    padding-right: 0px;
    padding-top: 10px;
  }
}
@media (max-width: 768px) {
  /* line 3195, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  .portletMailChimp,
  .portlet-mailplus {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  /* line 3198, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  .portletMailChimp,
  .portlet-mailplus {
    padding-left: 30px;
    padding-right: 0px;
    padding-top: 50px;
  }
}
@media (max-width: 480px) {
  /* line 3204, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  .portletMailChimp,
  .portlet-mailplus {
    padding-left: 30px;
    padding-right: 0px;
    padding-top: 50px;
  }
}
@media (min-width: 992px) {
  /* line 3210, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  .portletMailChimp,
  .portlet-mailplus {
    padding-left: 25px;
    padding-right: 110px;
  }
}
/* line 3215, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.portletMailChimp .field,
.portlet-mailplus .field {
  margin-bottom: 5px;
}
/* line 3219, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.portletMailChimp.portlet .portletHeader,
.portlet-mailplus.portlet .portletHeader {
  border-top: 0px;
  text-align: left;
  background: inherit;
  padding-bottom: 15px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (max-width: 767px) {
  /* line 3227, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  .portletMailChimp.portlet .portletHeader,
  .portlet-mailplus.portlet .portletHeader {
    text-align: center;
  }
}
/* line 3231, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.portletMailChimp.portlet .portletHeader span,
.portlet-mailplus.portlet .portletHeader span {
  font-size: 20px;
  color: #373739;
  line-height: 30px;
  font-family: 'circularBold', Arial, sans-serif;
}
@media (max-width: 767px) {
  /* line 3237, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  .portletMailChimp.portlet .portletHeader span,
  .portlet-mailplus.portlet .portletHeader span {
    text-align: center;
  }
}
@media (max-width: 767px) {
  /* line 3242, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  .portletMailChimp.portlet .portletHeader,
  .portlet-mailplus.portlet .portletHeader {
    padding-bottom: 26px;
  }
}
/* line 3249, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.portletMailChimp #formfield-form-widgets-email,
.portlet-mailplus #formfield-form-widgets-email {
  text-align: center;
}
/* line 3253, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.portletMailChimp .portletItem,
.portlet-mailplus .portletItem {
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  /* line 3257, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  .portletMailChimp .portletItem,
  .portlet-mailplus .portletItem {
    width: 100%;
    margin: 0 auto;
  }
}
/* line 3263, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.portletMailChimp .portletHeader,
.portlet-mailplus .portletHeader {
  padding-top: 0px;
}
@media (min-width: 768px) {
  /* line 3266, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  .portletMailChimp .portletHeader,
  .portlet-mailplus .portletHeader {
    width: 100%;
    margin: 0 auto;
    text-align: left;
  }
}
/* line 3274, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.portletMailChimp .formControls,
.portlet-mailplus .formControls {
  background: inherit;
  text-align: center;
}
/* line 3279, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.portletMailChimp #formfield-form-widgets-email label,
.portlet-mailplus #formfield-form-widgets-email label {
  display: none;
}
/* line 3283, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.portletMailChimp .formControls input:not(.btn),
.portlet-mailplus .formControls input:not(.btn),
.portletMailChimp .input-group-btn input:not(.btn),
.portlet-mailplus .input-group-btn input:not(.btn),
.portletMailChimp .input-group-btn .submit-button,
.portlet-mailplus .input-group-btn .submit-button {
  font-family: 'circularBook', Arial, sans-serif;
  margin: 0 auto;
  display: block;
  border: 2px solid #252527;
  border-radius: 0px;
  text-transform: none;
  height: auto;
  color: #252527;
  letter-spacing: 0.1em;
  width: auto;
  font-size: 18px;
  background-color: #ffffff;
  letter-spacing: 0.0em;
  text-shadow: 0px 0px 0px #ffffff;
  font-weight: 400;
  padding-left: 22px;
  padding-right: 22px;
  line-height: 14px;
  padding-top: 18px;
  padding-bottom: 18px;
}
/* line 915, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.portletMailChimp .formControls input:not(.btn)#form-buttons-subscribe,
.portlet-mailplus .formControls input:not(.btn)#form-buttons-subscribe,
.portletMailChimp .input-group-btn input:not(.btn)#form-buttons-subscribe,
.portlet-mailplus .input-group-btn input:not(.btn)#form-buttons-subscribe,
.portletMailChimp .input-group-btn .submit-button#form-buttons-subscribe,
.portlet-mailplus .input-group-btn .submit-button#form-buttons-subscribe {
  background-color: #f8f3ef;
}
/* line 919, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.portletMailChimp .formControls input:not(.btn):active:focus,
.portlet-mailplus .formControls input:not(.btn):active:focus,
.portletMailChimp .input-group-btn input:not(.btn):active:focus,
.portlet-mailplus .input-group-btn input:not(.btn):active:focus,
.portletMailChimp .input-group-btn .submit-button:active:focus,
.portlet-mailplus .input-group-btn .submit-button:active:focus,
.portletMailChimp .formControls input:not(.btn):focus,
.portlet-mailplus .formControls input:not(.btn):focus,
.portletMailChimp .input-group-btn input:not(.btn):focus,
.portlet-mailplus .input-group-btn input:not(.btn):focus,
.portletMailChimp .input-group-btn .submit-button:focus,
.portlet-mailplus .input-group-btn .submit-button:focus {
  background: #e81f2d !important;
  color: #ffffff;
  border: 2px solid #e81f2d;
  box-shadow: none;
}
/* line 927, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.portletMailChimp .formControls input:not(.btn):hover,
.portlet-mailplus .formControls input:not(.btn):hover,
.portletMailChimp .input-group-btn input:not(.btn):hover,
.portlet-mailplus .input-group-btn input:not(.btn):hover,
.portletMailChimp .input-group-btn .submit-button:hover,
.portlet-mailplus .input-group-btn .submit-button:hover {
  background: #e81f2d !important;
  color: #ffffff;
  border: 2px solid #e81f2d;
  box-shadow: none;
}
/* line 3289, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.portletMailChimp .input-group-btn .submit-button,
.portlet-mailplus .input-group-btn .submit-button {
  padding-left: 22px;
  padding-right: 22px;
  line-height: 10px;
  padding-top: 20px;
  padding-bottom: 16px;
}
/* line 3297, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.portletMailChimp button,
.portlet-mailplus button {
  text-shadow: 0px 0px 0px #ffffff;
}
/* line 3301, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.portletMailChimp input[type="text"]:not(.btn),
.portlet-mailplus input[type="text"]:not(.btn),
.portletMailChimp input[type="button"]:not(.btn),
.portlet-mailplus input[type="button"]:not(.btn),
.portletMailChimp input[type="password"]:not(.btn),
.portlet-mailplus input[type="password"]:not(.btn) {
  font-family: 'circularBook', Arial, sans-serif;
  margin: 0 auto;
  display: block;
  padding: 14px;
  border: 0px;
  border-radius: 0px;
  height: auto;
  color: #848484;
  width: auto;
  font-size: 16px;
  background-color: #ffffff;
  letter-spacing: 0.00em;
  text-shadow: 0px 0px 0px #ffffff;
  font-weight: 400;
  border-color: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  outline: 0px;
  outline-offset: 0px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 14px;
  -webkit-appearance: none;
}
/* line 961, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.portletMailChimp input[type="text"]:not(.btn):focus,
.portlet-mailplus input[type="text"]:not(.btn):focus,
.portletMailChimp input[type="button"]:not(.btn):focus,
.portlet-mailplus input[type="button"]:not(.btn):focus,
.portletMailChimp input[type="password"]:not(.btn):focus,
.portlet-mailplus input[type="password"]:not(.btn):focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 967, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.portletMailChimp input[type="text"]:not(.btn):active:focus,
.portlet-mailplus input[type="text"]:not(.btn):active:focus,
.portletMailChimp input[type="button"]:not(.btn):active:focus,
.portlet-mailplus input[type="button"]:not(.btn):active:focus,
.portletMailChimp input[type="password"]:not(.btn):active:focus,
.portlet-mailplus input[type="password"]:not(.btn):active:focus {
  outline: none;
  outline: 0px;
  outline-offset: 0px;
}
/* line 3308, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.portletMailChimp #formfield-form-widgets-interest_groups,
.portlet-mailplus #formfield-form-widgets-interest_groups {
  display: none;
}
@media (min-width: 992px) {
  /* line 3313, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  .portletMailChimp .email-left-background,
  .portlet-mailplus .email-left-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 250px;
    background: url('../++theme++plonetheme.cuypershuis/css/++resource++plonetheme.cuypershuis/email-left.svg');
  }
  /* line 3322, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  .portletMailChimp .email-right-background,
  .portlet-mailplus .email-right-background {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 200px;
    height: 250px;
    background: url('../++theme++plonetheme.cuypershuis/css/++resource++plonetheme.cuypershuis/email-right.svg');
  }
}
/* line 3332, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.portletMailChimp #form-widgets-email,
.portlet-mailplus #form-widgets-email,
.portletMailChimp #form-buttons-subscribe,
.portlet-mailplus #form-buttons-subscribe {
  width: 100%;
}
/* line 3336, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.portletMailChimp #form-widgets-email,
.portlet-mailplus #form-widgets-email {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  /* line 3341, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  .portletMailChimp #form-widgets-email,
  .portlet-mailplus #form-widgets-email {
    border-right: 0px;
  }
}
/* line 3346, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.portletMailChimp .portletTitle p,
.portlet-mailplus .portletTitle p {
  font-family: 'circularBold', Arial, sans-serif;
  font-size: 17px;
  text-transform: uppercase;
  text-decoration: none;
  color: #848484;
  font-weight: 400;
  letter-spacing: 0.075em;
  margin-top: 0px;
  margin-bottom: 11px;
  display: none;
}
@media (max-width: 767px) {
  /* line 3358, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  .portletMailChimp .portletTitle p,
  .portlet-mailplus .portletTitle p {
    text-align: center;
  }
}
/* line 3363, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.portletMailChimp .input-group,
.portlet-mailplus .input-group {
  width: 100%;
}
/* line 3366, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.portletMailChimp .input-group .submit-button,
.portlet-mailplus .input-group .submit-button {
  margin-left: 0px !important;
  width: 100% !important;
}
/* line 3371, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.portletMailChimp .input-group .input-group-btn,
.portlet-mailplus .input-group .input-group-btn {
  display: block;
  width: 140px !important;
}
/* line 3377, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.portletMailChimp .fieldErrorBox,
.portlet-mailplus .fieldErrorBox {
  padding-top: 10px;
}
/* line 3380, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.portletMailChimp .fieldErrorBox .error,
.portlet-mailplus .fieldErrorBox .error {
  font-size: 17px;
}
/* Event recurrence */
/* line 3387, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
div.riform {
  z-index: 1000;
}
/* line 3391, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
div.occurrence {
  clear: both;
}
/* General */
/* line 3397, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.vevent span.cal_month {
  font-size: 12px;
}
/* line 3401, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.vevent span.cal_wkday {
  font-size: 12px;
}
/* line 3405, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body:not(.frontend) footer > .container {
  width: 100%;
}
/* line 3410, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.template-image_view .image-product img {
  max-width: 100%;
  height: auto;
}
/* line 3417, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.section-contact article#content {
  margin-bottom: 0px;
}
/* line 3422, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-listing_view article#content {
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  /* line 3424, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.template-listing_view article#content {
    padding-top: 30px;
  }
}
/* line 3429, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-login_form #content-core,
body.template-logged_out #content-core {
  max-width: 500px;
}
/* line 3434, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.alert-warning {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
/* line 3439, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-default_error_message #content-core p {
  white-space: initial;
}
/* line 3443, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
#formfolder-base-edit .field {
  width: auto;
}
/* Search page */
/* line 3456, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-search .extra-fields p,
body.frontend.template-advancedsearch .extra-fields p {
  display: inline-block;
}
/* line 3460, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-search .select2-container,
body.frontend.template-advancedsearch .select2-container {
  margin-bottom: 0px;
}
/* line 3464, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-search .search-type-options > div,
body.frontend.template-advancedsearch .search-type-options > div {
  display: block;
}
/* line 3468, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-search #search-filter label,
body.frontend.template-advancedsearch #search-filter label {
  font-weight: 300;
  color: #373739;
}
/* line 3473, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-search div.div-advanced-search,
body.frontend.template-advancedsearch div.div-advanced-search {
  margin-top: 10px;
}
/* line 3477, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-search .extra-fields > p:not(:first-child),
body.frontend.template-advancedsearch .extra-fields > p:not(:first-child) {
  margin-left: 15px;
}
/* line 3481, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-search .extra-fields,
body.frontend.template-advancedsearch .extra-fields {
  margin-top: -30px;
}
@media (max-width: 768px) {
  /* line 3484, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.template-search .extra-fields,
  body.frontend.template-advancedsearch .extra-fields {
    margin-top: 0px !important;
  }
}
/* line 3489, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-search .extra-fields p,
body.frontend.template-advancedsearch .extra-fields p {
  font-size: 16px !important;
  margin-top: 0px !important;
}
/* line 3494, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-search .extra-filter-remove,
body.frontend.template-advancedsearch .extra-filter-remove {
  border-bottom: 0px !important;
  font-size: 11px !important;
}
/* line 3499, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-search .main-container,
body.frontend.template-advancedsearch .main-container {
  letter-spacing: 0.0em;
}
/* line 3503, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-search .lead-img,
body.frontend.template-advancedsearch .lead-img {
  width: 100%;
}
/* line 3507, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-search .search-item,
body.frontend.template-advancedsearch .search-item {
  padding-bottom: 40px;
  padding-top: 40px;
  border-top: 1px solid #e7e7e8;
}
/* line 3513, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-search .search-item:first-child,
body.frontend.template-advancedsearch .search-item:first-child {
  border-top: 0px solid #e7e7e8;
}
/* line 3517, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-search .search-item:last-child,
body.frontend.template-advancedsearch .search-item:last-child {
  border-bottom: 0px solid #e7e7e8 !important;
}
/* line 3521, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-search .actionMenu dt,
body.frontend.template-advancedsearch .actionMenu dt {
  /*position: initial;
		display: block;*/
}
/* line 3526, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-search h3.item-title,
body.frontend.template-advancedsearch h3.item-title {
  margin-top: 20px;
}
/* line 3528, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-search h3.item-title a,
body.frontend.template-advancedsearch h3.item-title a {
  border-bottom: 0px !important;
}
/* line 3533, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-search p.event-date,
body.frontend.template-advancedsearch p.event-date {
  font-size: 16px;
  line-height: 18px;
  color: #252527;
  letter-spacing: 0.0em;
  margin-bottom: 3px;
  margin-top: 0px;
  font-family: 'circularBook', Arial, sans-serif;
}
@media (max-width: 768px) {
  /* line 3542, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.template-search p.event-date,
  body.frontend.template-advancedsearch p.event-date {
    margin-top: 20px;
  }
}
/* line 3547, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-search .item-description,
body.frontend.template-advancedsearch .item-description {
  margin-top: 6px;
  margin-bottom: 0px;
  line-height: 28px;
  font-size: 1.063em;
}
/* line 3554, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-search a img,
body.frontend.template-advancedsearch a img {
  cursor: pointer;
}
/* line 3558, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-search .highlightedSearchTerm,
body.frontend.template-advancedsearch .highlightedSearchTerm {
  background: none;
  box-shadow: none;
  font-weight: 800;
}
/* line 3564, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-search h4 .highlightedSearchTerm,
body.frontend.template-advancedsearch h4 .highlightedSearchTerm {
  font-weight: 400;
  color: #848484;
}
/* line 3569, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-search #sorting-options .highlightedSearchTerm,
body.frontend.template-advancedsearch #sorting-options .highlightedSearchTerm {
  font-weight: 400;
}
/* line 3573, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-search #search-filter-toggle,
body.frontend.template-advancedsearch #search-filter-toggle {
  /*margin: 0 auto;
		display: block;*/
  font-family: 'circularBook', Arial, sans-serif;
  margin: 0 auto;
  display: block;
  border: 2px solid #252527;
  border-radius: 0px;
  text-transform: none;
  height: auto;
  color: #252527;
  letter-spacing: 0.1em;
  font-size: 18px;
  background-color: #ffffff;
  letter-spacing: 0.0em;
  text-shadow: 0px 0px 0px #ffffff;
  font-weight: 400;
  padding-left: 22px;
  padding-right: 22px;
  line-height: 14px;
  padding-top: 18px;
  padding-bottom: 18px;
  width: auto;
}
/* line 915, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-search #search-filter-toggle#form-buttons-subscribe,
body.frontend.template-advancedsearch #search-filter-toggle#form-buttons-subscribe {
  background-color: #f8f3ef;
}
/* line 919, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-search #search-filter-toggle:active:focus,
body.frontend.template-advancedsearch #search-filter-toggle:active:focus,
body.frontend.template-search #search-filter-toggle:focus,
body.frontend.template-advancedsearch #search-filter-toggle:focus {
  background: #e81f2d !important;
  color: #ffffff;
  border: 2px solid #e81f2d;
  box-shadow: none;
}
/* line 927, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-search #search-filter-toggle:hover,
body.frontend.template-advancedsearch #search-filter-toggle:hover {
  background: #e81f2d !important;
  color: #ffffff;
  border: 2px solid #e81f2d;
  box-shadow: none;
}
/* line 3580, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-search input.search-btn,
body.frontend.template-advancedsearch input.search-btn {
  font-family: 'circularBook', Arial, sans-serif;
  margin: 0 auto;
  display: block;
  border: 2px solid #252527;
  border-radius: 0px;
  text-transform: none;
  height: auto;
  color: #252527;
  letter-spacing: 0.1em;
  font-size: 18px;
  background-color: #ffffff;
  letter-spacing: 0.0em;
  text-shadow: 0px 0px 0px #ffffff;
  font-weight: 400;
  padding-left: 22px;
  padding-right: 22px;
  line-height: 14px;
  padding-top: 18px;
  padding-bottom: 18px;
  width: auto;
}
/* line 915, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-search input.search-btn#form-buttons-subscribe,
body.frontend.template-advancedsearch input.search-btn#form-buttons-subscribe {
  background-color: #f8f3ef;
}
/* line 919, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-search input.search-btn:active:focus,
body.frontend.template-advancedsearch input.search-btn:active:focus,
body.frontend.template-search input.search-btn:focus,
body.frontend.template-advancedsearch input.search-btn:focus {
  background: #e81f2d !important;
  color: #ffffff;
  border: 2px solid #e81f2d;
  box-shadow: none;
}
/* line 927, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-search input.search-btn:hover,
body.frontend.template-advancedsearch input.search-btn:hover {
  background: #e81f2d !important;
  color: #ffffff;
  border: 2px solid #e81f2d;
  box-shadow: none;
}
/* line 3585, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-search #searchform .input-group,
body.frontend.template-advancedsearch #searchform .input-group {
  max-width: 100%;
}
@media (max-width: 768px) {
  /* line 3588, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.template-search #searchform .input-group,
  body.frontend.template-advancedsearch #searchform .input-group {
    max-width: 100%;
  }
}
/* line 3593, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-search legend,
body.frontend.template-advancedsearch legend {
  border-bottom: 0px;
}
/* line 3597, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-search .searchPage .actionMenu dd,
body.frontend.template-advancedsearch .searchPage .actionMenu dd {
  display: block;
  border: 0px;
  background: none;
  top: 112px;
  width: 355px;
}
@media (max-width: 768px) {
  /* line 3604, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.template-search .searchPage .actionMenu dd,
  body.frontend.template-advancedsearch .searchPage .actionMenu dd {
    left: 0;
    width: auto;
    top: 140px;
  }
}
/* line 3611, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-search .searchPage .actionMenu,
body.frontend.template-advancedsearch .searchPage .actionMenu {
  float: none;
  margin-top: 30px;
}
/* line 3616, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-search #search-results-wrapper,
body.frontend.template-advancedsearch #search-results-wrapper {
  margin-top: 25px;
}
/* line 3620, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-search #search-results-bar-wrapper,
body.frontend.template-advancedsearch #search-results-bar-wrapper {
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  /* line 3623, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.template-search #search-results-bar-wrapper,
  body.frontend.template-advancedsearch #search-results-bar-wrapper {
    padding-bottom: 70px;
  }
}
/* line 3628, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-search fieldset > h3,
body.frontend.template-advancedsearch fieldset > h3 {
  margin-top: 0px;
}
/* line 3632, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-search .search-input,
body.frontend.template-advancedsearch .search-input {
  height: 52px;
  width: 100% !important;
}
/* line 3637, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-search .pagination,
body.frontend.template-advancedsearch .pagination {
  margin-top: 20px;
}
/* line 3642, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-search.plone-toolbar-expanded .actionMenu dt,
body.frontend.template-advancedsearch.plone-toolbar-expanded .actionMenu dt {
  position: initial;
}
/* line 3646, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-search.plone-toolbar-expanded .searchPage .actionMenu,
body.frontend.template-advancedsearch.plone-toolbar-expanded .searchPage .actionMenu {
  float: none;
}
/* line 3650, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-search.plone-toolbar-expanded #searchform .input-group,
body.frontend.template-advancedsearch.plone-toolbar-expanded #searchform .input-group {
  max-width: 100%;
  width: 100%;
}
@media (max-width: 768px) {
  /* line 3657, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.template-search .actionMenu dt,
  body.frontend.template-advancedsearch .actionMenu dt {
    position: initial;
  }
  /* line 3661, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.template-search .searchPage .actionMenu,
  body.frontend.template-advancedsearch .searchPage .actionMenu {
    float: none;
  }
}
/* line 3666, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-search #search-results,
body.frontend.template-advancedsearch #search-results {
  padding-top: 20px;
}
/* line 3670, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-search #searchResultsSort,
body.frontend.template-advancedsearch #searchResultsSort {
  display: none;
}
/* line 3674, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-search .actionMenuContent.no-results,
body.frontend.template-advancedsearch .actionMenuContent.no-results {
  display: none !important;
}
/* line 3678, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-search .actionMenuContent:not(.no-results),
body.frontend.template-advancedsearch .actionMenuContent:not(.no-results) {
  display: block;
}
/* line 3683, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-search #search-results-wrapper .autotabs,
body.frontend.template-advancedsearch #search-results-wrapper .autotabs {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding-left: 0px;
  min-height: 300px;
}
@media (min-width: 1140px) {
  /* line 3690, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.template-search #search-results-wrapper .autotabs,
  body.frontend.template-advancedsearch #search-results-wrapper .autotabs {
    margin-left: -20%;
    margin-right: 15%;
  }
}
/* line 3696, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-search #search-results-wrapper #searchResultsSort,
body.frontend.template-advancedsearch #search-results-wrapper #searchResultsSort {
  background: transparent;
  border-bottom: 0;
}
/* line 3701, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-search #search-results-wrapper .autotoc-nav,
body.frontend.template-advancedsearch #search-results-wrapper .autotoc-nav {
  margin-left: 0px;
}
/* line 3705, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-search #search-results-wrapper .autotoc-nav a,
body.frontend.template-advancedsearch #search-results-wrapper .autotoc-nav a {
  border: 0px;
  border-radius: 0;
  background: transparent;
}
/* line 3710, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-search #search-results-wrapper .autotoc-nav a.active:hover,
body.frontend.template-advancedsearch #search-results-wrapper .autotoc-nav a.active:hover {
  cursor: pointer;
}
/* line 3714, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-search #search-results-wrapper .autotoc-nav a:hover,
body.frontend.template-advancedsearch #search-results-wrapper .autotoc-nav a:hover {
  color: #e81f2d;
}
/* line 3720, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-search #search-results-wrapper .autotabs .autotoc-nav .autotab-heading,
body.frontend.template-advancedsearch #search-results-wrapper .autotabs .autotoc-nav .autotab-heading {
  margin-left: 0px;
}
/* line 3724, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-search #search-results-wrapper a:hover,
body.frontend.template-advancedsearch #search-results-wrapper a:hover {
  text-decoration: none;
  color: #252527;
}
/* line 3728, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-search #search-results-wrapper a:hover h2,
body.frontend.template-advancedsearch #search-results-wrapper a:hover h2 {
  color: #252527;
  text-decoration: underline;
}
/* line 3735, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-search #search-results-wrapper .pagination a:hover,
body.frontend.template-advancedsearch #search-results-wrapper .pagination a:hover {
  color: #e81f2d;
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (max-width: 769px) {
  /* line 3746, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.template-search .autotabs .autotoc-nav,
  body.frontend.template-advancedsearch .autotabs .autotoc-nav {
    max-height: 80px;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  /* line 3752, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.template-search .title-container,
  body.frontend.template-advancedsearch .title-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* line 3758, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-search abbr,
body.frontend.template-advancedsearch abbr {
  cursor: initial;
}
/* line 3763, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-search #search-filter-toggle,
body.frontend.template-advancedsearch #search-filter-toggle {
  display: none;
}
/* line 3767, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-search .portlet-rrssb,
body.frontend.template-advancedsearch .portlet-rrssb {
  display: none;
}
/* line 3771, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-search #content-core,
body.frontend.template-advancedsearch #content-core {
  border-bottom: 0px !important;
}
/* line 3775, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-search h2.item-title,
body.frontend.template-advancedsearch h2.item-title {
  margin-bottom: 0px;
  margin-top: 5px;
}
@media (min-width: 768px) {
  /* line 3779, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.template-search h2.item-title,
  body.frontend.template-advancedsearch h2.item-title {
    margin-top: 0px;
  }
}
/* line 3784, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-search .pagination,
body.frontend.template-advancedsearch .pagination {
  width: 100%;
  padding-bottom: 70px;
}
/* line 3788, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-search .pagination ul.pager,
body.frontend.template-advancedsearch .pagination ul.pager {
  width: 100%;
  margin: 0 auto;
}
/* line 3792, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-search .pagination ul.pager li > a,
body.frontend.template-advancedsearch .pagination ul.pager li > a {
  border: 1px solid #ffffff !important;
  padding: 5px 9px;
  font-weight: 400;
  font-size: 19px;
}
@media (max-width: 768px) {
  /* line 3798, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.template-search .pagination ul.pager li > a,
  body.frontend.template-advancedsearch .pagination ul.pager li > a {
    font-size: 16px;
  }
}
/* line 3802, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-search .pagination ul.pager li > a:hover,
body.frontend.template-advancedsearch .pagination ul.pager li > a:hover,
body.frontend.template-search .pagination ul.pager li > a:focus,
body.frontend.template-advancedsearch .pagination ul.pager li > a:focus,
body.frontend.template-search .pagination ul.pager li > a:active,
body.frontend.template-advancedsearch .pagination ul.pager li > a:active {
  background-color: #ffffff;
  border: 1px solid #ffffff !important;
  border-bottom: 1px solid #e81f2d !important;
  color: #e81f2d;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 3814, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-search .pagination ul.pager li.disabled > span,
body.frontend.template-advancedsearch .pagination ul.pager li.disabled > span {
  border: 1px solid #ffffff !important;
  padding: 5px 9px;
  font-weight: 400;
  font-size: 19px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 3821, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-search .pagination ul.pager li.disabled > span:hover,
body.frontend.template-advancedsearch .pagination ul.pager li.disabled > span:hover,
body.frontend.template-search .pagination ul.pager li.disabled > span:focus,
body.frontend.template-advancedsearch .pagination ul.pager li.disabled > span:focus,
body.frontend.template-search .pagination ul.pager li.disabled > span:active,
body.frontend.template-advancedsearch .pagination ul.pager li.disabled > span:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 3830, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-search .pagination ul.pager li.active > span,
body.frontend.template-advancedsearch .pagination ul.pager li.active > span {
  font-size: 19px;
  font-weight: 400;
  background: #ffffff;
  color: #e81f2d;
  border: 1px solid #ffffff !important;
  padding: 5px 9px;
  border-bottom: 1px solid #e81f2d !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 3840, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-search .pagination ul.pager li.active > span:hover,
body.frontend.template-advancedsearch .pagination ul.pager li.active > span:hover,
body.frontend.template-search .pagination ul.pager li.active > span:focus,
body.frontend.template-advancedsearch .pagination ul.pager li.active > span:focus,
body.frontend.template-search .pagination ul.pager li.active > span:active,
body.frontend.template-advancedsearch .pagination ul.pager li.active > span:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (max-width: 768px) {
  /* line 3847, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.template-search .pagination ul.pager li.active > span,
  body.frontend.template-advancedsearch .pagination ul.pager li.active > span {
    padding: 2px 9px;
    margin-top: 1px;
  }
}
/* line 3853, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-search .pagination ul.pager li.next > a,
body.frontend.template-advancedsearch .pagination ul.pager li.next > a {
  color: #848484;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 3857, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-search .pagination ul.pager li.next > a:hover,
body.frontend.template-advancedsearch .pagination ul.pager li.next > a:hover,
body.frontend.template-search .pagination ul.pager li.next > a:focus,
body.frontend.template-advancedsearch .pagination ul.pager li.next > a:focus,
body.frontend.template-search .pagination ul.pager li.next > a:active,
body.frontend.template-advancedsearch .pagination ul.pager li.next > a:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 3865, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-search .pagination ul.pager li.previous > a,
body.frontend.template-advancedsearch .pagination ul.pager li.previous > a {
  color: #848484;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 3869, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-search .pagination ul.pager li.previous > a:hover,
body.frontend.template-advancedsearch .pagination ul.pager li.previous > a:hover,
body.frontend.template-search .pagination ul.pager li.previous > a:focus,
body.frontend.template-advancedsearch .pagination ul.pager li.previous > a:focus,
body.frontend.template-search .pagination ul.pager li.previous > a:active,
body.frontend.template-advancedsearch .pagination ul.pager li.previous > a:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 3879, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-search .title-container,
body.frontend.template-advancedsearch .title-container {
  padding-top: 0px;
}
@media (max-width: 767px) {
  /* line 3884, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.template-search #searchform span.input-group-btn,
  body.frontend.template-advancedsearch #searchform span.input-group-btn {
    width: 100% !important;
    display: block !important;
  }
  /* line 3888, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.template-search #searchform span.input-group-btn input,
  body.frontend.template-advancedsearch #searchform span.input-group-btn input {
    width: 100% !important;
  }
  /* line 3893, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.template-search #searchform div.input-group,
  body.frontend.template-advancedsearch #searchform div.input-group {
    width: 100% !important;
  }
  /* line 3897, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.template-search #searchform,
  body.frontend.template-advancedsearch #searchform {
    padding-top: 25px;
  }
}
@media (min-width: 1140px) {
  /* line 3903, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.template-search .actionMenuContent,
  body.frontend.template-advancedsearch .actionMenuContent {
    margin-right: -35%;
  }
}
@media (max-width: 1139px) {
  /* line 3909, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.template-search .actionMenuContent,
  body.frontend.template-advancedsearch .actionMenuContent {
    position: initial;
    padding-left: 0px;
  }
  /* line 3914, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.template-search .actionMenuContent,
  body.frontend.template-advancedsearch .actionMenuContent {
    display: none !important;
  }
  /* line 3918, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.template-search #search-filter-toggle,
  body.frontend.template-advancedsearch #search-filter-toggle {
    display: block;
    position: initial;
    margin-left: 0;
  }
  /* line 3924, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.template-search fieldset > h3,
  body.frontend.template-advancedsearch fieldset > h3 {
    display: none;
  }
  /* line 3928, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.template-search .actionMenu dt,
  body.frontend.template-advancedsearch .actionMenu dt {
    position: initial;
  }
  /* line 3933, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.template-search .actionMenu:not(.activated) .actionMenuContent,
  body.frontend.template-advancedsearch .actionMenu:not(.activated) .actionMenuContent {
    display: none !important;
  }
  /* line 3939, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.template-search .actionMenu.activated .actionMenuContent,
  body.frontend.template-advancedsearch .actionMenu.activated .actionMenuContent {
    display: block !important;
  }
}
@media (min-width: 992px) {
  /* line 3948, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.template-search .search-input {
    border-right: 0px !important;
  }
}
/* line 3955, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-advancedsearch article#content {
  margin-bottom: 80px;
}
/* 404 page */
/* line 3961, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-default_error_message {
  /* ZM */
}
/* line 3962, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-default_error_message .lead-img {
  width: 100%;
}
/* line 3966, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-default_error_message h2.item-title {
  margin-top: 0px;
}
/* line 3969, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-default_error_message h2.item-title a {
  border-bottom: 0px !important;
}
@media (max-width: 768px) {
  /* line 3973, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.template-default_error_message h2.item-title {
    margin-top: 10px;
  }
}
/* line 3978, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-default_error_message a:hover {
  text-decoration: none;
  color: #e81f2d;
}
/* line 3982, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-default_error_message a:hover h4 {
  color: #e81f2d;
}
/* line 3988, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-default_error_message div.portlet-static-footer a:hover,
body.frontend.template-default_error_message div.portlet-static-footer a:active,
body.frontend.template-default_error_message div.portlet-static-footer a:focus {
  color: #ffffff;
}
/* line 3995, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-default_error_message p.event-date {
  font-size: 17px;
  line-height: 35px;
  color: rgba(0, 0, 0, 0.6);
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  margin-top: 10px;
}
/* line 4004, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-default_error_message .item-description {
  margin-top: 0px;
  margin-bottom: 0px;
}
/* line 4009, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-default_error_message a img {
  cursor: pointer;
}
/* line 4013, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-default_error_message .similar-item {
  padding-bottom: 50px;
}
/* line 4017, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-default_error_message abbr {
  cursor: initial;
}
/* line 4022, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-default_error_message #page-not-found-list .list-not-found {
  padding-bottom: 50px;
}
/* line 4029, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-default_error_message .similar-item a:hover {
  text-decoration: none;
  color: #252527;
}
/* line 4033, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-default_error_message .similar-item a:hover h2 {
  color: #252527;
  text-decoration: underline;
}
/* TOP MENU */
/* line 4042, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
#cd-nav {
  /*.searchField {
		display: inline-block;
		width: auto;
		background-color: transparent;
		background:transparent;
		color: #ffffff;
		border: 0px;
		width: 75%;
		padding-left: 10px;
		letter-spacing: 0.15em;

		@media (max-width: 768px) {
			width: auto;
		}

		@media (max-width: 480px) {
			width: auto;
		}
	}*/
}
/* line 4043, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
#cd-nav .navigation-search-wrapper {
  position: absolute;
  top: 27px;
  right: 50px;
  width: 25%;
}
@media (max-width: 992px) {
  /* line 4049, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  #cd-nav .navigation-search-wrapper {
    position: initial;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 50px;
    width: auto;
  }
}
@media (max-width: 480px) {
  /* line 4057, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  #cd-nav .navigation-search-wrapper {
    position: initial;
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  /* line 4065, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  #cd-nav .navigation-search-wrapper {
    padding-left: 45px;
    padding-right: 45px;
  }
}
/* line 4071, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
#cd-nav .LSBox {
  position: relative;
}
/* line 4075, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
#cd-nav .searchField {
  padding-right: 45px;
  padding-left: 20px;
  border-radius: 20px;
  height: 35px;
  font-size: 15px;
  font-style: italic;
  color: #404040;
  border: 1px solid #0095da;
  padding-top: 5px;
  padding-bottom: 5px;
}
/* line 4108, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
#cd-nav .searchField::-webkit-input-placeholder {
  color: #373739;
}
/* line 4112, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
#cd-nav .searchField:-moz-placeholder {
  color: #373739;
}
/* line 4116, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
#cd-nav .searchField::-moz-placeholder {
  color: #373739;
}
/* line 4120, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
#cd-nav .searchField:-ms-input-placeholder {
  color: #373739;
}
/* line 4124, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
#cd-nav .searchField:focus::-webkit-input-placeholder {
  color: #404040;
}
/* line 4128, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
#cd-nav .searchField:focus:-moz-placeholder {
  color: #404040;
}
/* line 4132, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
#cd-nav .searchField:focus::-moz-placeholder {
  color: #404040;
}
/* line 4136, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
#cd-nav .searchField:focus:-ms-input-placeholder {
  color: #404040;
}
/* line 4140, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
#cd-nav .searchSection {
  display: none;
}
/* line 4144, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
#cd-nav .searchField:focus + .searchButton {
  color: #404040;
}
/* line 4148, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
#cd-nav .fa.fa-search {
  /*color: rgba(255, 255, 255, 0.8);*/
}
/* line 4152, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
#cd-nav .searchButton {
  font-family: 'circularBook', Arial, sans-serif;
  margin: 0 auto;
  display: block;
  border: 2px solid #252527;
  border-radius: 0px;
  text-transform: none;
  height: auto;
  color: #252527;
  letter-spacing: 0.1em;
  font-size: 18px;
  background-color: #ffffff;
  letter-spacing: 0.0em;
  text-shadow: 0px 0px 0px #ffffff;
  font-weight: 400;
  padding-left: 22px;
  padding-right: 22px;
  line-height: 14px;
  padding-top: 18px;
  padding-bottom: 18px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  color: #373739;
  width: auto;
  margin: 0;
  margin-top: -1px;
  background: transparent;
  background-color: transparent;
  height: 35px;
  padding: 5px;
  padding-right: 14px;
  font-size: 19px;
}
/* line 915, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
#cd-nav .searchButton#form-buttons-subscribe {
  background-color: #f8f3ef;
}
/* line 919, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
#cd-nav .searchButton:active:focus,
#cd-nav .searchButton:focus {
  background: #e81f2d !important;
  color: #ffffff;
  border: 2px solid #e81f2d;
  box-shadow: none;
}
/* line 927, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
#cd-nav .searchButton:hover {
  background: #e81f2d !important;
  color: #ffffff;
  border: 2px solid #e81f2d;
  box-shadow: none;
}
/* line 4169, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
#cd-nav .searchButton:hover {
  background: transparent;
  text-shadow: none;
  box-shadow: none;
  outline: none;
  outline: 0px;
  outline-offset: 0px;
}
/* line 4178, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
#cd-nav .searchButton:active {
  background: none;
  text-shadow: none;
  box-shadow: none;
  outline: none;
  outline: 0px;
  outline-offset: 0px;
}
/* line 4187, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
#cd-nav .searchButton:focus {
  background: none;
  text-shadow: none;
  box-shadow: none;
  outline: none;
  outline: 0px;
  outline-offset: 0px;
}
/* line 4199, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
#cd-nav .language-wrapper a.lang-link {
  color: #ffffff;
  text-transform: uppercase;
}
/* line 4203, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
#cd-nav .language-wrapper a.lang-link:hover {
  color: #ffffff;
}
/* line 4207, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
#cd-nav .language-wrapper a.lang-link:active,
#cd-nav .language-wrapper a.lang-link:focus {
  color: #ffffff;
}
@media (min-width: 768px) {
  /* line 4213, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  #cd-nav .language-wrapper {
    position: absolute;
    bottom: 40px;
    right: 5%;
    width: auto;
  }
}
@media (max-width: 768px) {
  /* line 4220, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  #cd-nav .language-wrapper {
    position: initial;
  }
  /* line 4222, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  #cd-nav .language-wrapper h5 {
    text-align: right;
  }
}
/* line 4230, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.mobile input[type='text'],
body.frontend.mobile input[type='number'],
body.frontend.mobile textarea {
  font-size: 16px;
}
/* line 4238, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-default_error_message .intro-header {
  display: none;
}
/* line 4242, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-default_error_message .page-container {
  padding-top: 150px;
}
@media (max-width: 768px) {
  /* line 4245, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.template-default_error_message .page-container {
    padding-top: 80px;
  }
}
@media (min-width: 768px) {
  /* line 4251, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.template-default_error_message #content-core {
    width: 730px !important;
    margin: 0 auto !important;
  }
}
@media (max-width: 480px) {
  /* line 4260, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend .mejs-container {
    max-width: 90% !important;
  }
}
/* Street view */
/* line 4267, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.gm-bundled-control-on-bottom {
  display: none;
}
/* line 4271, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.street-view {
  height: 100%;
  width: 100%;
}
/* line 4276, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.audio-player {
  z-index: 2;
  position: absolute;
  bottom: 20px;
  right: 10px;
}
/* line 4283, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.slick-slide {
  position: relative;
}
/* line 4291, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend .slideshow-btn-wrapper,
body.portaltype-object.template-edit .slideshow-btn-wrapper,
body.template-collective-object-object .slideshow-btn-wrapper {
  position: absolute;
  text-align: center;
  bottom: 120px;
  width: 100%;
  z-index: 2;
}
@media (max-width: 480px) {
  /* line 4298, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend .slideshow-btn-wrapper,
  body.portaltype-object.template-edit .slideshow-btn-wrapper,
  body.template-collective-object-object .slideshow-btn-wrapper {
    bottom: 30px;
  }
}
/* line 4302, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend #slideshow-btn,
body.portaltype-object.template-edit #slideshow-btn,
body.template-collective-object-object #slideshow-btn,
body.frontend #slickslideshow .slick-cloned .btn,
body.portaltype-object.template-edit #slickslideshow .slick-cloned .btn,
body.template-collective-object-object #slickslideshow .slick-cloned .btn {
  font-family: 'circularBook', Arial, sans-serif;
  margin: 0 auto;
  display: block;
  border: 2px solid #252527;
  border-radius: 0px;
  height: auto;
  color: #252527;
  letter-spacing: 0.1em;
  font-size: 18px;
  background-color: #ffffff;
  letter-spacing: 0.0em;
  text-shadow: 0px 0px 0px #ffffff;
  font-weight: 400;
  padding-left: 22px;
  padding-right: 22px;
  line-height: 14px;
  padding-top: 18px;
  padding-bottom: 18px;
  width: auto;
  padding-left: 25px;
  padding-right: 25px;
  text-transform: none;
}
/* line 915, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend #slideshow-btn#form-buttons-subscribe,
body.portaltype-object.template-edit #slideshow-btn#form-buttons-subscribe,
body.template-collective-object-object #slideshow-btn#form-buttons-subscribe,
body.frontend #slickslideshow .slick-cloned .btn#form-buttons-subscribe,
body.portaltype-object.template-edit #slickslideshow .slick-cloned .btn#form-buttons-subscribe,
body.template-collective-object-object #slickslideshow .slick-cloned .btn#form-buttons-subscribe {
  background-color: #f8f3ef;
}
/* line 919, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend #slideshow-btn:active:focus,
body.portaltype-object.template-edit #slideshow-btn:active:focus,
body.template-collective-object-object #slideshow-btn:active:focus,
body.frontend #slickslideshow .slick-cloned .btn:active:focus,
body.portaltype-object.template-edit #slickslideshow .slick-cloned .btn:active:focus,
body.template-collective-object-object #slickslideshow .slick-cloned .btn:active:focus,
body.frontend #slideshow-btn:focus,
body.portaltype-object.template-edit #slideshow-btn:focus,
body.template-collective-object-object #slideshow-btn:focus,
body.frontend #slickslideshow .slick-cloned .btn:focus,
body.portaltype-object.template-edit #slickslideshow .slick-cloned .btn:focus,
body.template-collective-object-object #slickslideshow .slick-cloned .btn:focus {
  background: #e81f2d !important;
  color: #ffffff;
  border: 2px solid #e81f2d;
  box-shadow: none;
}
/* line 927, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend #slideshow-btn:hover,
body.portaltype-object.template-edit #slideshow-btn:hover,
body.template-collective-object-object #slideshow-btn:hover,
body.frontend #slickslideshow .slick-cloned .btn:hover,
body.portaltype-object.template-edit #slickslideshow .slick-cloned .btn:hover,
body.template-collective-object-object #slickslideshow .slick-cloned .btn:hover {
  background: #e81f2d !important;
  color: #ffffff;
  border: 2px solid #e81f2d;
  box-shadow: none;
}
/* line 4311, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend .mejs-container,
body.portaltype-object.template-edit .mejs-container,
body.template-collective-object-object .mejs-container {
  display: none;
}
/* line 4315, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend #slickslideshow .hi-icon-wrap,
body.portaltype-object.template-edit #slickslideshow .hi-icon-wrap,
body.template-collective-object-object #slickslideshow .hi-icon-wrap {
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 2;
}
@media (max-width: 480px) {
  /* line 4321, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend #slickslideshow .hi-icon-wrap,
  body.portaltype-object.template-edit #slickslideshow .hi-icon-wrap,
  body.template-collective-object-object #slickslideshow .hi-icon-wrap {
    left: 50%;
    right: auto;
    margin-left: -70px;
    top: 10px;
  }
}
/* line 4332, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-online_experience #inline-css {
  display: none;
}
/* line 4338, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-online_experience:not(.navigation-is-open) .website-wrapper {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
/* line 4346, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-online_experience #online-experience-container {
  height: 100%;
  position: relative;
  z-index: 1;
}
/* line 4352, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-online_experience .cd-scrolling-bg > p {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 90%;
  max-width: 768px;
  margin: 0 auto;
}
/* line 4359, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-online_experience .cd-scrolling-bg > p::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}
/* line 4366, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-online_experience .cd-main-content {
  /* you need to assign a min-height to the main content so that the children can inherit it*/
  height: 100%;
  position: relative;
  z-index: 1;
}
/* line 4373, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-online_experience .cd-fixed-bg {
  position: relative;
  min-height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}
/* line 4381, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-online_experience .cd-fixed-bg h1,
body.template-online_experience .cd-fixed-bg h2 {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 90%;
  max-width: 1170px;
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  color: white;
}
@media only screen and (min-width: 768px) {
  /* line 4402, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.template-online_experience .cd-fixed-bg h1,
  body.template-online_experience .cd-fixed-bg h2 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 1170px) {
  /* line 4407, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.template-online_experience .cd-fixed-bg {
    background-attachment: fixed;
  }
  /* line 4410, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.template-online_experience .cd-fixed-bg h1,
  body.template-online_experience .cd-fixed-bg h2 {
    font-size: 48px;
    font-weight: 300;
  }
}
/* line 4417, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-online_experience.mobile .cd-fixed-bg {
  background-attachment: scroll;
}
/* line 4422, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-online_experience .cd-scrolling-bg {
  position: relative;
  min-height: 100%;
  padding: 4em 0;
  line-height: 1.6;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  z-index: 2;
  background-color: #dbd7d7;
  color: #595959;
}
/* line 4432, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-online_experience .cd-scrolling-bg p {
  color: #595959 !important;
}
/* line 4436, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-online_experience .cd-scrolling-bg.cd-color-2,
body.template-online_experience .cd-scrolling-bg:nth-child(2) {
  background-color: #dbd7d7;
  color: #595959;
}
/* line 4441, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-online_experience .cd-scrolling-bg.cd-color-2 p,
body.template-online_experience .cd-scrolling-bg:nth-child(2) p {
  color: #595959 !important;
}
/* line 4445, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-online_experience .cd-scrolling-bg.cd-color-3,
body.template-online_experience .cd-scrolling-bg:nth-child(4) {
  background-color: #3d3536;
  color: #dbd7d7;
}
/* line 4450, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-online_experience .cd-scrolling-bg.cd-color-3 p,
body.template-online_experience .cd-scrolling-bg:nth-child(4) p {
  color: #dbd7d7 !important;
}
/* line 4455, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-online_experience .cd-scrolling-bg.cd-color-1,
body.template-online_experience .cd-scrolling-bg:nth-child(6) {
  background-color: #dbd7d7;
  color: #595959;
}
/* line 4460, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-online_experience .cd-scrolling-bg.cd-color-1 p,
body.template-online_experience .cd-scrolling-bg:nth-child(6) p {
  color: #595959 !important;
}
/* line 4465, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-online_experience .cd-scrolling-bg:nth-child(8) {
  background-color: #3d3536;
  color: #dbd7d7;
}
/* line 4469, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-online_experience .cd-scrolling-bg:nth-child(8) p {
  color: #dbd7d7 !important;
}
/* line 4474, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-online_experience .cd-scrolling-bg:nth-child(10) {
  background-color: #dbd7d7;
  color: #595959;
}
/* line 4478, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-online_experience .cd-scrolling-bg:nth-child(10) p {
  color: #595959 !important;
}
/* line 4483, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-online_experience .cd-scrolling-bg:nth-child(12) {
  background-color: #3d3536;
  color: #dbd7d7;
}
/* line 4487, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-online_experience .cd-scrolling-bg:nth-child(12) p {
  color: #dbd7d7 !important;
}
/* line 4492, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-online_experience .cd-scrolling-bg:nth-child(14) {
  background-color: #dbd7d7;
  color: #595959;
}
/* line 4496, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-online_experience .cd-scrolling-bg:nth-child(14) p {
  color: #595959 !important;
}
/* line 4501, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-online_experience .cd-scrolling-bg:nth-child(16) {
  background-color: #3d3536;
  color: #dbd7d7;
}
/* line 4505, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-online_experience .cd-scrolling-bg:nth-child(16) p {
  color: #dbd7d7 !important;
}
/* line 4510, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-online_experience .cd-scrolling-bg:nth-child(18) {
  background-color: #dbd7d7;
  color: #595959;
}
/* line 4514, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-online_experience .cd-scrolling-bg:nth-child(18) p {
  color: #595959 !important;
}
/* line 4519, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-online_experience .cd-scrolling-bg:nth-child(20) {
  background-color: #3d3536;
  color: #dbd7d7;
}
/* line 4523, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-online_experience .cd-scrolling-bg:nth-child(20) p {
  color: #dbd7d7 !important;
}
/* line 4528, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-online_experience .cd-scrolling-bg:nth-child(22) {
  background-color: #dbd7d7;
  color: #595959;
}
/* line 4532, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-online_experience .cd-scrolling-bg:nth-child(22) p {
  color: #595959 !important;
}
/* line 4537, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-online_experience .cd-scrolling-bg:nth-child(24) {
  background-color: #3d3536;
  color: #dbd7d7;
}
/* line 4541, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-online_experience .cd-scrolling-bg:nth-child(24) p {
  color: #dbd7d7 !important;
}
/* line 4546, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-online_experience .cd-scrolling-bg:nth-child(26) {
  background-color: #dbd7d7;
  color: #595959;
}
/* line 4550, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-online_experience .cd-scrolling-bg:nth-child(26) p {
  color: #595959 !important;
}
/* line 4555, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-online_experience .cd-scrolling-bg:nth-child(28) {
  background-color: #3d3536;
  color: #dbd7d7;
}
/* line 4559, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-online_experience .cd-scrolling-bg:nth-child(28) p {
  color: #dbd7d7 !important;
}
/* line 4564, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-online_experience .cd-scrolling-bg:nth-child(30) {
  background-color: #dbd7d7;
  color: #595959;
}
/* line 4568, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-online_experience .cd-scrolling-bg:nth-child(30) p {
  color: #595959 !important;
}
@media only screen and (min-width: 768px) {
  /* line 4574, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.template-online_experience .cd-scrolling-bg {
    padding: 8em 0;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 2;
    font-weight: 300;
  }
}
/* line 4583, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-online_experience footer {
  padding-top: 0px;
}
/* line 4588, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.nav-home-wrapper {
  display: none;
}
/* line 4593, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.site-ZM #above-content {
  width: 100%;
  padding-right: 0px;
}
/* line 4598, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.site-ZM .portlet-rrssb {
  padding-top: 40px;
}
/* line 4602, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.site-ZM .title-container {
  padding-top: 35px;
}
/* line 4607, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend #slickslideshow,
body.portaltype-object.template-edit #slickslideshow,
body.template-collective-object-object #slickslideshow {
  background: #f2f2f2 !important;
}
/* line 4613, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend .intro-header {
  background-color: #f2f2f2;
}
/* line 4617, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.rrssb-buttons.tiny-format li a .rrssb-icon svg {
  height: 27px;
}
/* line 4621, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend .event-date {
  word-wrap: normal !important;
}
/* line 4623, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend .event-date .dtstart .explain {
  word-wrap: normal !important;
}
/* line 4627, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend .event-date .dtend .explain {
  word-wrap: normal !important;
}
/* line 4631, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend .event-date .dtstart,
body.frontend .event-date .dtend {
  text-decoration: none !important;
}
@media (max-width: 768px) {
  /* line 4637, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  .main-container {
    width: auto;
  }
}
/* line 4643, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.mobile.frontend input[type="text"]:not(.btn),
body.mobile.frontend input[type="button"]:not(.btn),
body.mobile.frontend input[type="password"]:not(.btn),
body.mobile.frontend .portletMailChimp .input-group input.input-lg {
  padding: 16px;
  padding-bottom: 15px;
}
/* Single content page */
@media (min-width: 769px) {
  /* line 4657, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.portaltype-document #content-core,
  body.frontend.portaltype-event #content-core {
    border-bottom: 0px solid #e7e7e7;
    padding-bottom: 0px;
  }
}
@media (max-width: 768px) {
  /* line 4662, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.portaltype-document #content-core,
  body.frontend.portaltype-event #content-core {
    border-bottom: 0px solid #e7e7e7;
  }
}
@media (min-width: 768px) {
  /* line 4671, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend:not(.portaltype-event) .title-container {
    padding-bottom: 10px;
  }
}
@media (min-width: 768px) {
  /* line 4680, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.portaltype-collection .title-container,
  body.frontend.portaltype-folder .title-container {
    padding-bottom: 0px;
    padding-top: 65px;
  }
}
/* line 4689, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend #content-core a,
body#tinymce #content-core a {
  border-bottom: 1px solid #e81f2d;
  color: #e81f2d;
}
/* line 4693, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend #content-core a:hover,
body#tinymce #content-core a:hover,
body.frontend #content-core a:focus,
body#tinymce #content-core a:focus,
body.frontend #content-core a:active,
body#tinymce #content-core a:active,
body.frontend #content-core a:visited,
body#tinymce #content-core a:visited {
  border-bottom: 0px;
  color: #e81f2d;
}
/* line 4704, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body#tinymce {
  padding-top: 10px !important;
}
/* Below content */
/* line 4710, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend #below-content .portletCollection .portletHeader {
  padding-bottom: 0px;
  text-align: center;
}
/* line 4714, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend #below-content .portletCollection .portletHeader h1 {
  display: inline-block;
  font-size: 1.400em;
  color: #373739;
  font-family: 'circularBook', Arial, sans-serif;
  text-align: center;
  margin-top: 45px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
/* line 4726, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend #below-content .portletCollection .portletHeader h1.arrow-title {
  display: inline-block;
  font-size: 10px;
  padding-top: 0px;
  margin-top: 5px;
  margin-left: 25px;
  vertical-align: middle;
}
/* line 4737, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend #below-content dt.portletTitle {
  text-align: center;
}
/* line 4746, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend #below-content dl.portletMailChimp .submit-button {
  padding-top: 19px;
  padding-bottom: 17px;
}
/* line 4754, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend .page-container dl.portletMailChimp {
  max-width: 520px;
  margin: 0 auto;
  background: inherit;
  padding-bottom: 70px;
}
/* line 4760, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend .page-container dl.portletMailChimp dt.portletTitle {
  padding-top: 65px;
}
/* line 4763, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend .page-container dl.portletMailChimp dt.portletTitle p {
  letter-spacing: 0.140em;
}
/* line 4767, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend .page-container dl.portletMailChimp dt.portletHeader {
  padding-top: 30px;
  padding-bottom: 25px;
}
/* line 4772, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend .page-container dl.portletMailChimp dt.portletHeader span {
  letter-spacing: 0.05em;
}
/* line 4776, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend .page-container dl.portletMailChimp .mailchimp-btn-text {
  display: inline-block;
  margin-right: 16px;
}
/* line 4781, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend .page-container dl.portletMailChimp .submit-button {
  padding-left: 24px;
}
@media (max-width: 768px) {
  /* line 4785, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend .page-container dl.portletMailChimp {
    width: 100% !important;
    padding-left: 0px;
    padding-right: 0px;
  }
  /* line 4790, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend .page-container dl.portletMailChimp span.input-group-btn {
    display: block;
    width: 100% !important;
  }
  /* line 4795, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend .page-container dl.portletMailChimp dt.portletTitle {
    padding-top: 10px;
  }
}
/* line 4803, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend #below-content .portletWrapper {
  padding-left: 40px;
  padding-right: 40px;
}
/* line 4808, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend #below-content .portletWrapper:nth-last-child(odd) {
  background: #fafafa;
}
/* line 4812, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend #below-content p.item-description {
  line-height: 30px;
  font-size: 1.063em;
}
/* line 4818, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend #below-content section.portletCollection {
  margin-bottom: 0px;
}
/* line 4821, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend #below-content section.portletCollection .portletFooter {
  display: none;
}
/* line 4827, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend #below-content .portletCollection .formControls {
  display: none;
}
/* line 4832, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend #below-content #row-items {
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  /* line 4838, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend #below-content .portletCollection .tileImage {
    margin-bottom: 14px;
  }
  /* line 4842, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend #below-content .portletCollection h3.item-title {
    margin-bottom: 0px;
  }
  /* line 4846, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend #below-content .portletCollection p.event-date {
    margin-top: 0px;
    margin-bottom: 1px;
  }
  /* line 4851, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend #below-content .portletCollection p.item-description {
    margin-bottom: 50px;
    margin-top: 0px;
  }
  /* line 4856, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend #below-content .portletCollection #row-items .col-lg-6:nth-child(2) p.item-description {
    margin-bottom: 0px;
  }
}
@media (max-width: 768px) {
  /* line 4863, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend #below-content .sharing-buttons-wrapper {
    padding-bottom: 40px;
  }
}
/* line 4873, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-logged_out #login-form div:not(.formControls) input,
body.frontend.template-login_form #login-form div:not(.formControls) input {
  width: 100%;
}
/* line 4879, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-logged_out .formControls,
body.frontend.template-login_form .formControls {
  padding-bottom: 25px;
}
@media (max-width: 768px) {
  /* line 4887, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend #content-core,
  body.mce-content-body #content-core {
    width: auto;
  }
  /* line 4891, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend #column1-container,
  body.mce-content-body #column1-container,
  body.frontend #column2-container,
  body.mce-content-body #column2-container {
    width: auto;
  }
  /* line 4896, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend .title-container,
  body.mce-content-body .title-container {
    width: auto;
  }
  /* line 4900, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend .page-container .container,
  body.mce-content-body .page-container .container {
    width: auto;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  /* line 4906, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend footer .container .footer-wrapper,
  body.mce-content-body footer .container .footer-wrapper {
    padding-left: 20px;
  }
  /* line 4910, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend footer .portletWrapper:nth-child(3),
  body.mce-content-body footer .portletWrapper:nth-child(3) {
    padding-right: 0px;
  }
}
@media (max-width: 768) {
  /* line 4918, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.template-listing_view article#content {
    padding-top: 30px;
  }
}
@media (min-width: 1080px) {
  /* line 4925, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 14px;
    margin-top: 22px;
    margin-bottom: 21px;
  }
  /* line 4932, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  #portal-globalnav.navbar-nav > li:last-child > a {
    /*margin-top: 20px;
	    margin-bottom: 19px;
	    border: 2px solid @brand-primary-black;
	    padding-left: 22px;
	    padding-right: 22px;
	    margin-left: 20px;
	    font-size: 17px;

	    &:hover {
	    	border: 2px solid @brand-primary;
	    	background-color: @brand-primary;
			color: #ffffff;
	    }*/
  }
  /*#portal-globalnav.navbar-nav > li.open:last-child > a {
		border: 2px solid @brand-primary;
		background-color: @brand-primary;
		color: #ffffff;
	}*/
  /*#portal-globalnav.navbar-nav > li.iselected:last-child > a {
		border: 2px solid @brand-primary;
		background-color: @brand-primary;
		color: #ffffff;
	}*/
}
/* line 4961, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.plone-navbar-nav li .submenu {
  background-color: #ffffff;
}
@media (min-width: 1080px) {
  /* line 4963, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  .plone-navbar-nav li .submenu {
    padding-top: 22px;
    padding-bottom: 18px;
  }
}
/* line 4969, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.plone-navbar-nav li .submenu a:hover {
  background-color: #ffffff;
}
/* line 4973, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.plone-navbar-nav li .submenu li {
  width: 100%;
}
@media (min-width: 768px) {
  /* line 4975, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  .plone-navbar-nav li .submenu li {
    padding-left: 25px;
    padding-right: 25px;
  }
}
/* line 4981, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.plone-navbar-nav li .submenu a {
  color: #373739;
  font-family: 'circularBook', Arial, sans-serif;
  letter-spacing: 0.0em;
  padding: 4px;
  padding-bottom: 6px;
  padding-top: 6px;
  font-size: 17px;
}
/* line 4990, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.plone-navbar-nav li .submenu a:hover,
.plone-navbar-nav li .submenu a:focus,
.plone-navbar-nav li .submenu a:active {
  color: #e81f2d;
}
/* line 4997, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.navbar-default {
  background-color: #ffffff;
}
/* line 5001, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.navbar-default .navbar-nav > li > a {
  color: #373739;
  font-size: 18px;
  text-transform: none;
  font-family: 'circularBook', Arial, sans-serif;
  letter-spacing: 0em;
}
/* line 5008, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:active {
  color: #e81f2d;
}
/* line 5013, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.navbar-default .navbar-nav > li > a:hover .fa-angle-down,
.navbar-default .navbar-nav > li > a:focus .fa-angle-down,
.navbar-default .navbar-nav > li > a:active .fa-angle-down {
  color: #e81f2d;
}
/* line 5019, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.navbar-default .navbar-nav > li:not(.open) > a:focus {
  color: #373739;
}
/* line 5023, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.navbar-default .navbar-nav > li:not(.open) > a .fa-angle-down {
  color: #373739;
}
/* line 5027, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.navbar-default .navbar-nav > li > a .fa-angle-down {
  display: none !important;
}
/* line 5031, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.navbar-default #language-dropdown.navbar-nav > li > a .fa-angle-down {
  display: inline-block !important;
  font-size: 13px;
}
/* line 5036, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.navbar-default .caret,
.navbar-default .fa-angle-down {
  color: #373739;
  margin-left: 0px;
}
/* line 5042, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.navbar-default .fa-search:before {
  content: "" !important;
}
/* line 5047, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.plone-toolbar-left-expanded .navbar-default .menu-search-button > a.nav-btn {
  background: url("/nl/intk/images/icon-search-blue.svg") no-repeat center;
  background: url("/nl/intk/images/icon-search.svg") no-repeat center;
  background-size: 25px;
}
/* line 5052, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.plone-toolbar-left-expanded .navbar-default .menu-search-button > a.nav-btn:hover,
body.plone-toolbar-left-expanded .navbar-default .menu-search-button > a.nav-btn:focus,
body.plone-toolbar-left-expanded .navbar-default .menu-search-button > a.nav-btn:active {
  background: url("/nl/intk/images/icon-search-blue.svg") no-repeat center;
  background-size: 25px;
}
@media (max-width: 1185px) {
  /* line 5057, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.plone-toolbar-left-expanded .navbar-default .menu-search-button > a.nav-btn:hover,
  body.plone-toolbar-left-expanded .navbar-default .menu-search-button > a.nav-btn:focus,
  body.plone-toolbar-left-expanded .navbar-default .menu-search-button > a.nav-btn:active {
    background: url("/nl/intk/images/icon-search-blue.svg") no-repeat 20px;
    background-size: 25px;
  }
}
@media (max-width: 1185px) {
  /* line 5063, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.plone-toolbar-left-expanded .navbar-default .menu-search-button > a.nav-btn {
    background: url("../++theme++plonetheme.cuypershuis/css/++resource++plonetheme.cuypershuis/icon-search.svg") no-repeat 20px;
    background-size: 25px;
  }
}
/* line 5068, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.plone-toolbar-left-expanded .navbar-default .menu-search-button > a.nav-btn:after {
  content: url("/nl/intk/images/icon-search-blue.svg");
  display: none;
}
/* line 5076, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body:not(.plone-toolbar-left-expanded) .navbar-default .menu-search-button > a.nav-btn {
  background: url("/nl/intk/images/icon-search-blue.svg") no-repeat center;
  background: url("/nl/intk/images/icon-search.svg") no-repeat center;
  background-size: 25px;
}
/* line 5081, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body:not(.plone-toolbar-left-expanded) .navbar-default .menu-search-button > a.nav-btn:hover,
body:not(.plone-toolbar-left-expanded) .navbar-default .menu-search-button > a.nav-btn:focus,
body:not(.plone-toolbar-left-expanded) .navbar-default .menu-search-button > a.nav-btn:active {
  background: url("/nl/intk/images/icon-search-blue.svg") no-repeat center;
  background-size: 25px;
}
@media (max-width: 1080px) {
  /* line 5086, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body:not(.plone-toolbar-left-expanded) .navbar-default .menu-search-button > a.nav-btn:hover,
  body:not(.plone-toolbar-left-expanded) .navbar-default .menu-search-button > a.nav-btn:focus,
  body:not(.plone-toolbar-left-expanded) .navbar-default .menu-search-button > a.nav-btn:active {
    background: url("/nl/intk/images/icon-search-blue.svg") no-repeat 20px;
    background-size: 25px;
  }
}
@media (max-width: 1080px) {
  /* line 5092, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body:not(.plone-toolbar-left-expanded) .navbar-default .menu-search-button > a.nav-btn {
    background: url("/nl/intk/images/icon-search.svg") no-repeat 20px;
    background-size: 25px;
  }
}
/* line 5097, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body:not(.plone-toolbar-left-expanded) .navbar-default .menu-search-button > a.nav-btn:after {
  content: url("/nl/intk/images/icon-search-blue.svg");
  display: none;
}
/* line 5106, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.nav > li > a.dropdown-toggle {
  padding-left: 17px;
  padding-right: 10px;
}
/* line 5112, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.plone-navbar-nav li .submenu > li:last-child a:hover,
.plone-navbar-nav li .submenu > li:last-child a:focus,
.plone-navbar-nav li .submenu > li:last-child a:active {
  border-radius: 4px;
}
@media (max-width: 767px) {
  /* line 5120, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  .nav li {
    clear: both;
  }
}
@media (max-width: 767px) {
  /* line 5126, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  .navbar-nav .open .dropdown-menu {
    margin-left: 25px;
  }
}
/* line 5131, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #ffffff;
  color: #e81f2d;
}
/* line 5138, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: #ffffff;
  color: #e81f2d;
}
/* line 5143, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #ffffff;
  color: #e81f2d !important;
}
/* line 5148, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.navbar-default {
  border-color: #ffffff;
  border-bottom: 0px solid #ffffff;
  box-shadow: none;
}
@media (min-width: 768px) {
  /* line 5156, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.plone-toolbar-left-expanded .navbar-default {
    left: 120px;
  }
}
/* line 5162, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.navbar-default a.navbar-brand {
  font-family: 'circularBold', Arial, sans-serif;
  color: #e81f2d;
  font-size: 30px;
  padding-top: 36px;
  padding-bottom: 35px;
}
/* line 5168, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.navbar-default a.navbar-brand:hover,
.navbar-default a.navbar-brand:active,
.navbar-default a.navbar-brand:focus {
  color: #e81f2d;
}
@media (max-width: 1080px) {
  /* line 5174, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  .navbar-default a.navbar-brand {
    padding-top: 13px !important;
  }
}
/* line 5179, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.navbar-default ul.submenu {
  border-radius: 0px;
  border: 1px solid #ffffff;
  border-right: 1px;
  border-left: 1px;
  margin-top: 0px;
  box-shadow: none;
}
@media (min-width: 768px) {
  /* line 5187, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  .navbar-default ul.submenu {
    border-top: 1px solid #ffffff;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  }
}
/* line 5194, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.navbar-default a.nav-btn {
  border: 0px;
  color: #373739;
  padding: 72px 6px;
  padding-bottom: 0px;
  width: 32px;
  border-left: 0px;
  font-weight: 400 !important;
}
/* line 5202, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.navbar-default a.nav-btn:hover,
.navbar-default a.nav-btn:focus,
.navbar-default a.nav-btn:active {
  background: #ffffff;
  color: #e81f2d;
  box-shadow: none;
  text-shadow: none;
  border: 0px;
  border-left: 0px;
}
/* line 5214, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.navbar-default .navbar-form {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
}
/* line 5223, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.navbar-header .navbar-form {
  width: 80px;
  border: 0px;
  float: left;
}
/* line 5230, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.navbar-header .navbar-form a.nav-btn:hover,
.navbar-header .navbar-form a.nav-btn:focus,
.navbar-header .navbar-form a.nav-btn:active {
  border: 0px;
}
/* line 5238, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.navbar-default a.lang-btn {
  font-family: 'circularBold', Arial, sans-serif;
  font-size: 17px;
  padding-bottom: 34px;
  padding-top: 33px;
  letter-spacing: 0.1em;
}
/* line 5240, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.navbar-default a.lang-btn:hover,
.navbar-default a.lang-btn:focus,
.navbar-default a.lang-btn:active {
  border-right: 0px solid #e5e5e5;
}
/* line 5252, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.navbar-default .logo-mobile-menu {
  width: 100px;
  margin: 0 auto;
  padding-top: 6px;
}
@media (max-width: 768px) {
  /* line 5260, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  .navbar-default .language-selector {
    border-top: 0px !important;
  }
}
@media (min-width: 992px) {
  /* line 5268, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  .navbar-default .navbar-nav > li:last-child {
    /*margin-right: 15px;*/
  }
}
/* line 5280, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.cd-auto-hide-header {
  /* Force Hardware Acceleration */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform .5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
/* line 5291, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.cd-auto-hide-header.is-hidden {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
/* line 5300, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.mobile input.search-input {
  -webkit-appearance: none !important;
}
/* line 5309, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-collection #content-core .pagination,
body.frontend.portaltype-folder #content-core .pagination {
  padding-bottom: 70px;
}
/* line 5315, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend #content-core .pagination {
  width: 100%;
  text-align: center;
}
/* line 5319, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend #content-core .pagination ul.pager {
  display: inline-block;
  max-width: 100%;
  margin: 0 auto;
  width: auto;
}
/* line 5325, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend #content-core .pagination ul.pager li > a {
  border: 1px solid #ffffff !important;
  padding: 5px 9px;
  font-weight: 400;
  font-size: 19px;
  color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 768px) {
  /* line 5332, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend #content-core .pagination ul.pager li > a {
    font-size: 16px;
  }
}
/* line 5336, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend #content-core .pagination ul.pager li > a:hover,
body.frontend #content-core .pagination ul.pager li > a:focus,
body.frontend #content-core .pagination ul.pager li > a:active {
  background-color: #ffffff;
  border: 1px solid #ffffff !important;
  border-bottom: 1px solid #e81f2d !important;
  color: #e81f2d;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 5348, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend #content-core .pagination ul.pager li.disabled > span {
  border: 1px solid #ffffff !important;
  padding: 5px 9px;
  font-weight: 400;
  font-size: 19px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 5355, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend #content-core .pagination ul.pager li.disabled > span:hover,
body.frontend #content-core .pagination ul.pager li.disabled > span:focus,
body.frontend #content-core .pagination ul.pager li.disabled > span:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 5364, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend #content-core .pagination ul.pager li.active > span {
  font-size: 19px;
  font-weight: 400;
  background: #ffffff;
  color: #e81f2d;
  border: 1px solid #ffffff !important;
  padding: 5px 9px;
  border-bottom: 1px solid #e81f2d !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 5374, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend #content-core .pagination ul.pager li.active > span:hover,
body.frontend #content-core .pagination ul.pager li.active > span:focus,
body.frontend #content-core .pagination ul.pager li.active > span:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (max-width: 768px) {
  /* line 5381, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend #content-core .pagination ul.pager li.active > span {
    padding: 2px 9px;
    margin-top: 1px;
  }
}
/* line 5387, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend #content-core .pagination ul.pager li.next > a {
  color: #848484;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 5391, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend #content-core .pagination ul.pager li.next > a:hover,
body.frontend #content-core .pagination ul.pager li.next > a:focus,
body.frontend #content-core .pagination ul.pager li.next > a:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 5399, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend #content-core .pagination ul.pager li.previous > a {
  color: #848484;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 5403, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend #content-core .pagination ul.pager li.previous > a:hover,
body.frontend #content-core .pagination ul.pager li.previous > a:focus,
body.frontend #content-core .pagination ul.pager li.previous > a:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 5415, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.navbar-default .navbar-toggle {
  border: 1px solid #ffffff;
}
/* line 5418, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0px;
  background: #ffffff;
  border: 1px solid #ddd;
}
/* line 5428, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #848484;
}
@media (max-width: 1080px) {
  /* line 5435, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body:not(.plone-toolbar-left-expanded) .navbar-default .menu-search-button > a,
  body:not(.plone-toolbar-left-expanded) .navbar-default .language-selector > a {
    width: 100%;
    padding-left: 22px;
    text-align: left;
  }
  /* line 5443, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body:not(.plone-toolbar-left-expanded) .navbar-default #language-dropdown a {
    padding-left: 22px;
  }
}
@media (max-width: 1185px) {
  /* line 5451, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.plone-toolbar-left-expanded .navbar-default .menu-search-button > a,
  body.plone-toolbar-left-expanded .navbar-default .language-selector > a {
    width: 100%;
    padding-left: 22px;
    text-align: left;
    padding-top: 50px;
  }
}
/* line 5461, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.nav-trigger {
  /* vertically align its content */
  display: table;
  height: 100%;
  padding-right: 25px;
  padding-top: 23px;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #373739;
  font-weight: bold;
  right: 0;
  border-left: 0px;
  float: right;
}
@media (max-width: 1080px) {
  /* line 5475, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  .nav-trigger {
    padding-top: 20px;
  }
}
/* line 5480, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.nav-trigger span {
  /* vertically align inside parent element */
  display: table-cell;
  vertical-align: middle;
}
/* line 5486, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.nav-trigger em,
.nav-trigger em::after,
.nav-trigger em::before {
  /* this is the menu icon */
  display: block;
  position: relative;
  height: 2px;
  width: 22px;
  background-color: #373739;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 5497, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.cd-auto-hide-header .nav-trigger em {
  /* this is the menu central line */
  margin: 6px auto 14px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
/* line 5503, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.nav-trigger em::before,
.nav-trigger em::after {
  position: absolute;
  content: '';
  left: 0;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform .2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
/* line 5512, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.nav-trigger em::before {
  /* this is the menu icon top line */
  -webkit-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
}
/* line 5518, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.nav-trigger em::after {
  /* this is the menu icon bottom line */
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
}
@media only screen and (min-width: 1080px) {
  /* line 5527, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body:not(.plone-toolbar-left-expanded) .nav-trigger {
    display: none;
  }
}
@media only screen and (min-width: 1151px) {
  /* line 5535, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.plone-toolbar-left-expanded .nav-trigger {
    display: none;
  }
}
/* line 5541, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.cd-auto-hide-header.nav-open .nav-trigger em {
  /* transform menu icon into a 'X' icon */
  background-color: rgba(255, 255, 255, 0);
}
/* line 5545, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.cd-auto-hide-header.nav-open .nav-trigger em::before {
  /* rotate top line */
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 5551, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.cd-auto-hide-header.nav-open .nav-trigger em::after {
  /* rotate bottom line */
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 5558, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.navbar-header {
  position: relative;
}
@media (min-width: 1185px) {
  /* line 5563, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  .navbar-default .language-selector {
    margin-left: 30px;
  }
}
@media (min-width: 1080px) {
  /* line 5570, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body:not(.plone-toolbar-left-expanded) .navbar-default .language-selector {
    margin-left: 30px;
  }
}
@media (min-width: 1185px) {
  /* line 5578, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.plone-toolbar-left-expanded .navbar-default .language-selector {
    margin-left: 30px;
  }
}
@media (max-width: 1080px) {
  /* line 5587, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body:not(.plone-toolbar-left-expanded) .navbar-header {
    float: none;
  }
  /* line 5590, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body:not(.plone-toolbar-left-expanded) .navbar-left,
  body:not(.plone-toolbar-left-expanded) .navbar-right {
    float: none !important;
  }
  /* line 5593, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body:not(.plone-toolbar-left-expanded) .navbar-toggle {
    display: block;
  }
  /* line 5596, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body:not(.plone-toolbar-left-expanded) .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  /* line 5600, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body:not(.plone-toolbar-left-expanded) .navbar-fixed-top {
    top: 0;
    border-width: 0 0 0px;
  }
  /* line 5604, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body:not(.plone-toolbar-left-expanded) .navbar-collapse.collapse {
    display: none!important;
  }
  /* line 5607, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body:not(.plone-toolbar-left-expanded) .navbar-nav {
    float: none!important;
    margin-top: 7.5px;
  }
  /* line 5611, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body:not(.plone-toolbar-left-expanded) .navbar-nav > li {
    float: none;
  }
  /* line 5614, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body:not(.plone-toolbar-left-expanded) .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 22px;
  }
  /* line 5619, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body:not(.plone-toolbar-left-expanded) .collapse.in {
    display: block !important;
  }
  /* line 5623, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body:not(.plone-toolbar-left-expanded) .navbar-default a.navbar-brand {
    padding-bottom: 38px;
    padding-top: 21px;
  }
  /* line 5627, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body:not(.plone-toolbar-left-expanded) .navbar-default a.navbar-brand img.website-logo-menu {
    width: 200px !important;
    height: 26px;
    margin-left: 0px !important;
  }
}
@media (max-width: 1185px) {
  /* line 5638, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.plone-toolbar-left-expanded .navbar-header {
    float: none;
  }
  /* line 5641, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.plone-toolbar-left-expanded .navbar-left,
  body.plone-toolbar-left-expanded .navbar-right {
    float: none !important;
  }
  /* line 5644, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.plone-toolbar-left-expanded .navbar-toggle {
    display: block;
  }
  /* line 5647, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.plone-toolbar-left-expanded .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  /* line 5651, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.plone-toolbar-left-expanded .navbar-fixed-top {
    top: 0;
    border-width: 0 0 0px;
  }
  /* line 5655, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.plone-toolbar-left-expanded .navbar-collapse.collapse {
    display: none!important;
  }
  /* line 5658, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.plone-toolbar-left-expanded .navbar-nav {
    float: none!important;
    margin-top: 7.5px;
  }
  /* line 5662, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.plone-toolbar-left-expanded .navbar-nav > li {
    float: none;
  }
  /* line 5665, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.plone-toolbar-left-expanded .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  /* line 5669, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.plone-toolbar-left-expanded .collapse.in {
    display: block !important;
  }
  /* line 5673, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.plone-toolbar-left-expanded .navbar-default a.navbar-brand {
    padding-bottom: 36px;
  }
  /* line 5676, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.plone-toolbar-left-expanded .navbar-default a.navbar-brand img.website-logo-menu {
    width: 200px !important;
    height: 26px;
    margin-left: 0px !important;
  }
}
@media (max-width: 1185px) {
  /* line 5687, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.plone-toolbar-left-expanded .nav li {
    clear: both;
  }
  /* line 5691, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.plone-toolbar-left-expanded .navbar-default .menu-search-button {
    border-top: 1px solid #e7e7e7;
  }
  /* line 5695, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.plone-toolbar-left-expanded .plone-navbar-nav.navbar-right:last-child {
    margin-right: 0px;
  }
  /* line 5699, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.plone-toolbar-left-expanded .container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
    padding-right: 0px;
  }
  /* line 5705, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.plone-toolbar-left-expanded .navbar-form {
    border-bottom: 1px solid transparent;
    border-color: #e7e7e7;
  }
  /* line 5710, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.plone-toolbar-left-expanded .navbar-nav {
    margin: 7.5px -15px;
    margin-left: 0px;
    margin-right: 0px;
  }
  /* line 5716, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.plone-toolbar-left-expanded .navbar-nav .open .dropdown-menu {
    margin-left: 25px;
  }
  /* line 5720, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.plone-toolbar-left-expanded .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  /* line 5731, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.plone-toolbar-left-expanded .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #373739;
  }
  /* line 5733, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.plone-toolbar-left-expanded .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  body.plone-toolbar-left-expanded .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
  body.plone-toolbar-left-expanded .navbar-default .navbar-nav .open .dropdown-menu > li > a:active {
    color: #e81f2d;
  }
  /* line 5740, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.plone-toolbar-left-expanded .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  /* line 5744, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.plone-toolbar-left-expanded .navbar-collapse.in {
    overflow-y: auto !important;
  }
  /* line 5748, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.plone-toolbar-left-expanded .navbar-right {
    margin-right: 0px !important;
  }
}
@media (max-width: 1080px) {
  /* line 5756, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body:not(.plone-toolbar-left-expanded) .nav li {
    clear: both;
  }
  /* line 5760, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body:not(.plone-toolbar-left-expanded) .plone-navbar-nav.navbar-right:last-child {
    margin-right: 0px;
  }
  /* line 5764, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body:not(.plone-toolbar-left-expanded) .navbar-default .menu-search-button {
    border-top: 1px solid #e7e7e7;
  }
  /* line 5768, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body:not(.plone-toolbar-left-expanded) .container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
    padding-right: 0px;
  }
  /* line 5774, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body:not(.plone-toolbar-left-expanded) .navbar-form {
    border-bottom: 1px solid transparent;
    border-color: #e7e7e7;
  }
  /* line 5779, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body:not(.plone-toolbar-left-expanded) .navbar-nav {
    margin: 7.5px -15px;
    margin-left: 0px;
    margin-right: 0px;
  }
  /* line 5785, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body:not(.plone-toolbar-left-expanded) .navbar-nav .open .dropdown-menu {
    margin-left: 25px;
  }
  /* line 5789, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body:not(.plone-toolbar-left-expanded) .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  /* line 5799, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body:not(.plone-toolbar-left-expanded) .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #373739;
  }
  /* line 5801, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body:not(.plone-toolbar-left-expanded) .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  body:not(.plone-toolbar-left-expanded) .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
  body:not(.plone-toolbar-left-expanded) .navbar-default .navbar-nav .open .dropdown-menu > li > a:active {
    color: #e81f2d;
  }
  /* line 5808, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body:not(.plone-toolbar-left-expanded) .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  /* line 5812, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body:not(.plone-toolbar-left-expanded) .navbar-collapse.in {
    overflow-y: auto !important;
  }
  /* line 5816, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body:not(.plone-toolbar-left-expanded) .navbar-right {
    margin-right: 0px !important;
  }
}
@media (max-width: 768px) {
  /* line 5823, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  .navbar-nav {
    margin-left: -15px !important;
  }
}
/* line 5830, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend #above-content .portlet-rrssb {
  display: none !important;
}
/* line 5835, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend #below-content .portlet-rrssb {
  /*display: none !important;*/
}
/* line 5839, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend #below-content .portletCollection {
  display: none !important;
}
/* line 5843, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend #below-content .portletMailChimp {
  display: none !important;
}
@media (min-width: 992px) {
  /* line 5853, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.portaltype-document #above-content .portlet-rrssb,
  body.frontend.portaltype-event #above-content .portlet-rrssb {
    display: block !important;
  }
}
/* line 5860, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-document #below-content .portletCollection,
body.frontend.portaltype-event #below-content .portletCollection {
  display: block !important;
}
/* line 5864, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-document #below-content .portletMailChimp,
body.frontend.portaltype-event #below-content .portletMailChimp {
  display: block !important;
}
/* FORMS */
/* line 5874, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.portaltype-formfolder input,
body.portaltype-formfolder textarea {
  width: 100% !important;
}
/* line 5879, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.portaltype-formfolder input[type="checkbox"],
body.portaltype-formfolder input[type="radio"] {
  width: auto !important;
  margin: 4px 0 0;
}
/* line 5885, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.portaltype-formfolder input[type="submit"] {
  width: auto !important;
}
@media (max-width: 768px) {
  /* line 5888, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.portaltype-formfolder input[type="submit"] {
    width: 100% !important;
  }
}
/* line 5893, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.portaltype-formfolder .form-group fieldset.PFGFieldsetWidget > legend {
  padding-top: 50px;
}
/* line 5898, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.portaltype-formfolder #content-core p.help-block {
  margin: 0px 0 !important;
}
/* line 5904, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.navbar-fixed-top .navbar-collapse {
  max-height: 100%;
}
/* line 5908, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.navbar-default {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.17);
}
@media (min-width: 768px) and (max-width: 768px) {
  /* line 5913, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  .navbar-nav {
    margin-left: 0px !important;
  }
}
/* line 5918, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend:not(.portaltype-object) .intro-header,
body.template-edit.portaltype-object .intro-header,
body.template-collective-object-object .intro-header,
body.portaltype-object:not(.template-edit).userrole-authenticated {
  margin-top: 50px;
}
@media (min-width: 1080px) {
  /* line 5924, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend:not(.portaltype-object) .intro-header,
  body.template-edit.portaltype-object .intro-header,
  body.template-collective-object-object .intro-header,
  body.portaltype-object:not(.template-edit).userrole-authenticated {
    margin-top: 91px;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  /* line 5930, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  #website-nav {
    position: absolute !important;
  }
}
/* line 5936, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-object #object-title {
  display: none;
}
/* Advanced search */
/* line 5943, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-advancedsearch .search-btn {
  margin-left: 0px !important;
}
/* line 5947, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-advancedsearch .input-wrapper {
  padding-top: 25px;
}
/* line 5951, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-advancedsearch .form-horizontal .control-label {
  text-align: left;
  padding-top: 17px;
}
/* line 5956, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-advancedsearch label {
  font-weight: 400;
}
/* line 5960, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-advancedsearch .select2-container-multi .select2-choices {
  font-family: 'circularBook', Arial, sans-serif;
  margin: 0 auto;
  display: block;
  padding: 14px;
  border: 0px;
  border-radius: 0px;
  height: auto;
  color: #848484;
  width: auto;
  font-size: 16px;
  background-color: #ffffff;
  letter-spacing: 0.00em;
  text-shadow: 0px 0px 0px #ffffff;
  font-weight: 400;
  border-color: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  outline: 0px;
  outline-offset: 0px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 14px;
  background-image: none;
  padding: 9px;
  padding-bottom: 8px;
  padding-left: 5px !important;
  padding-right: 28px;
}
/* line 961, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-advancedsearch .select2-container-multi .select2-choices:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 967, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-advancedsearch .select2-container-multi .select2-choices:active:focus {
  outline: none;
  outline: 0px;
  outline-offset: 0px;
}
/* line 5968, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-advancedsearch .select2-container-multi .select2-choices input.select2-input {
  padding-left: 28px !important;
  padding-top: 2px !important;
}
/* line 5974, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-advancedsearch input:not(.search-btn),
body.frontend.template-advancedsearch select,
body.frontend.template-advancedsearch .select2-container {
  width: 100% !important;
}
/* line 5978, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-advancedsearch .select2-input {
  border: 0px !important;
  padding: 0px !important;
  line-height: 34px;
}
/* line 5985, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-advancedsearch.mobile input {
  -webkit-appearance: none;
}
/* line 5990, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-advancedsearch .select2-container-multi .select2-choices .select2-search-choice {
  line-height: 22px;
}
/* line 5994, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-advancedsearch .select2-search-choice {
  padding-right: 8px;
}
/* line 5997, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-advancedsearch .select2-search-choice > div {
  line-height: 18px;
  padding-top: 4px;
}
/* line 6002, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-advancedsearch .select2-search-choice a.select2-search-choice-close {
  border-bottom: 0px !important;
  left: 4px;
  margin-top: 3px;
}
/* line 6009, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-advancedsearch .select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: none !important;
}
/* line 6013, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-advancedsearch .select2-result-label {
  font-size: 0.8em;
}
/* line 6017, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-advancedsearch span.select2-hidden-accessible {
  font-size: 0.8em;
}
/* line 6021, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-advancedsearch .search-btn-wrapper {
  padding-top: 40px;
}
/* line 6026, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-advancedsearch #content-core input.form-control[type="text"] {
  border: 1px solid #c4c4c4 !important;
}
/* line 6030, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-advancedsearch #content-core .select2-container-multi .select2-choices {
  border: 1px solid #c4c4c4 !important;
}
/* line 6034, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-advancedsearch #content-core .select2-container-multi .select2-choices input.select2-input {
  padding-left: 28px !important;
  padding-top: 2px !important;
}
/* OBJECT Logged in view */
/* OBJECT edit and logged in view */
/* line 6060, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.portaltype-object,
body.portaltype-personorinstitution,
body.portaltype-treatment,
body.portaltype-outgoingloan,
body.portaltype-incomingloan,
body.portaltype-objectentry,
body.portaltype-image,
body.portaltype-book,
body.portaltype-audiovisual,
body.portaltype-article,
body.portaltype-serial,
body.portaltype-resource,
body.portaltype-taxonomie,
body.template-collective-object-object {
  /* Common */
  /* Logged in view */
}
/* line 6074, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.portaltype-object #slide-description,
body.portaltype-personorinstitution #slide-description,
body.portaltype-treatment #slide-description,
body.portaltype-outgoingloan #slide-description,
body.portaltype-incomingloan #slide-description,
body.portaltype-objectentry #slide-description,
body.portaltype-image #slide-description,
body.portaltype-book #slide-description,
body.portaltype-audiovisual #slide-description,
body.portaltype-article #slide-description,
body.portaltype-serial #slide-description,
body.portaltype-resource #slide-description,
body.portaltype-taxonomie #slide-description,
body.template-collective-object-object #slide-description {
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  white-space: -moz-nowrap;
  white-space: -nowrap;
  white-space: -o-nowrap;
  word-wrap: break-word;
}
/* line 6086, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.portaltype-object.template-edit .label,
body.portaltype-personorinstitution.template-edit .label,
body.portaltype-treatment.template-edit .label,
body.portaltype-outgoingloan.template-edit .label,
body.portaltype-incomingloan.template-edit .label,
body.portaltype-objectentry.template-edit .label,
body.portaltype-image.template-edit .label,
body.portaltype-book.template-edit .label,
body.portaltype-audiovisual.template-edit .label,
body.portaltype-article.template-edit .label,
body.portaltype-serial.template-edit .label,
body.portaltype-resource.template-edit .label,
body.portaltype-taxonomie.template-edit .label,
body.template-collective-object-object.template-edit .label,
body.portaltype-object .template-edit .label,
body.portaltype-personorinstitution .template-edit .label,
body.portaltype-treatment .template-edit .label,
body.portaltype-outgoingloan .template-edit .label,
body.portaltype-incomingloan .template-edit .label,
body.portaltype-objectentry .template-edit .label,
body.portaltype-image .template-edit .label,
body.portaltype-book .template-edit .label,
body.portaltype-audiovisual .template-edit .label,
body.portaltype-article .template-edit .label,
body.portaltype-serial .template-edit .label,
body.portaltype-resource .template-edit .label,
body.portaltype-taxonomie .template-edit .label,
body.template-collective-object-object .template-edit .label,
body.portaltype-object.template-edit label,
body.portaltype-personorinstitution.template-edit label,
body.portaltype-treatment.template-edit label,
body.portaltype-outgoingloan.template-edit label,
body.portaltype-incomingloan.template-edit label,
body.portaltype-objectentry.template-edit label,
body.portaltype-image.template-edit label,
body.portaltype-book.template-edit label,
body.portaltype-audiovisual.template-edit label,
body.portaltype-article.template-edit label,
body.portaltype-serial.template-edit label,
body.portaltype-resource.template-edit label,
body.portaltype-taxonomie.template-edit label,
body.template-collective-object-object.template-edit label,
body.portaltype-object .template-edit label,
body.portaltype-personorinstitution .template-edit label,
body.portaltype-treatment .template-edit label,
body.portaltype-outgoingloan .template-edit label,
body.portaltype-incomingloan .template-edit label,
body.portaltype-objectentry .template-edit label,
body.portaltype-image .template-edit label,
body.portaltype-book .template-edit label,
body.portaltype-audiovisual .template-edit label,
body.portaltype-article .template-edit label,
body.portaltype-serial .template-edit label,
body.portaltype-resource .template-edit label,
body.portaltype-taxonomie .template-edit label,
body.template-collective-object-object .template-edit label {
  color: #404040;
  padding-left: 0px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
}
/* line 6092, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.portaltype-object.template-edit select,
body.portaltype-personorinstitution.template-edit select,
body.portaltype-treatment.template-edit select,
body.portaltype-outgoingloan.template-edit select,
body.portaltype-incomingloan.template-edit select,
body.portaltype-objectentry.template-edit select,
body.portaltype-image.template-edit select,
body.portaltype-book.template-edit select,
body.portaltype-audiovisual.template-edit select,
body.portaltype-article.template-edit select,
body.portaltype-serial.template-edit select,
body.portaltype-resource.template-edit select,
body.portaltype-taxonomie.template-edit select,
body.template-collective-object-object.template-edit select,
body.portaltype-object .template-edit select,
body.portaltype-personorinstitution .template-edit select,
body.portaltype-treatment .template-edit select,
body.portaltype-outgoingloan .template-edit select,
body.portaltype-incomingloan .template-edit select,
body.portaltype-objectentry .template-edit select,
body.portaltype-image .template-edit select,
body.portaltype-book .template-edit select,
body.portaltype-audiovisual .template-edit select,
body.portaltype-article .template-edit select,
body.portaltype-serial .template-edit select,
body.portaltype-resource .template-edit select,
body.portaltype-taxonomie .template-edit select,
body.template-collective-object-object .template-edit select {
  height: 34px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
}
/* line 6099, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.portaltype-object .template-edit .datagridwidget-table-view .header,
body.portaltype-personorinstitution .template-edit .datagridwidget-table-view .header,
body.portaltype-treatment .template-edit .datagridwidget-table-view .header,
body.portaltype-outgoingloan .template-edit .datagridwidget-table-view .header,
body.portaltype-incomingloan .template-edit .datagridwidget-table-view .header,
body.portaltype-objectentry .template-edit .datagridwidget-table-view .header,
body.portaltype-image .template-edit .datagridwidget-table-view .header,
body.portaltype-book .template-edit .datagridwidget-table-view .header,
body.portaltype-audiovisual .template-edit .datagridwidget-table-view .header,
body.portaltype-article .template-edit .datagridwidget-table-view .header,
body.portaltype-serial .template-edit .datagridwidget-table-view .header,
body.portaltype-resource .template-edit .datagridwidget-table-view .header,
body.portaltype-taxonomie .template-edit .datagridwidget-table-view .header,
body.template-collective-object-object .template-edit .datagridwidget-table-view .header,
body.portaltype-object .template-edit .select2-container a,
body.portaltype-personorinstitution .template-edit .select2-container a,
body.portaltype-treatment .template-edit .select2-container a,
body.portaltype-outgoingloan .template-edit .select2-container a,
body.portaltype-incomingloan .template-edit .select2-container a,
body.portaltype-objectentry .template-edit .select2-container a,
body.portaltype-image .template-edit .select2-container a,
body.portaltype-book .template-edit .select2-container a,
body.portaltype-audiovisual .template-edit .select2-container a,
body.portaltype-article .template-edit .select2-container a,
body.portaltype-serial .template-edit .select2-container a,
body.portaltype-resource .template-edit .select2-container a,
body.portaltype-taxonomie .template-edit .select2-container a,
body.template-collective-object-object .template-edit .select2-container a,
body.portaltype-object .template-edit textarea,
body.portaltype-personorinstitution .template-edit textarea,
body.portaltype-treatment .template-edit textarea,
body.portaltype-outgoingloan .template-edit textarea,
body.portaltype-incomingloan .template-edit textarea,
body.portaltype-objectentry .template-edit textarea,
body.portaltype-image .template-edit textarea,
body.portaltype-book .template-edit textarea,
body.portaltype-audiovisual .template-edit textarea,
body.portaltype-article .template-edit textarea,
body.portaltype-serial .template-edit textarea,
body.portaltype-resource .template-edit textarea,
body.portaltype-taxonomie .template-edit textarea,
body.template-collective-object-object .template-edit textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
}
/* line 6105, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.portaltype-object .template-edit textarea,
body.portaltype-personorinstitution .template-edit textarea,
body.portaltype-treatment .template-edit textarea,
body.portaltype-outgoingloan .template-edit textarea,
body.portaltype-incomingloan .template-edit textarea,
body.portaltype-objectentry .template-edit textarea,
body.portaltype-image .template-edit textarea,
body.portaltype-book .template-edit textarea,
body.portaltype-audiovisual .template-edit textarea,
body.portaltype-article .template-edit textarea,
body.portaltype-serial .template-edit textarea,
body.portaltype-resource .template-edit textarea,
body.portaltype-taxonomie .template-edit textarea,
body.template-collective-object-object .template-edit textarea {
  padding-top: 7px;
  color: #696969;
}
/* line 6110, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.portaltype-object .template-edit .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice,
body.portaltype-personorinstitution .template-edit .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice,
body.portaltype-treatment .template-edit .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice,
body.portaltype-outgoingloan .template-edit .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice,
body.portaltype-incomingloan .template-edit .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice,
body.portaltype-objectentry .template-edit .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice,
body.portaltype-image .template-edit .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice,
body.portaltype-book .template-edit .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice,
body.portaltype-audiovisual .template-edit .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice,
body.portaltype-article .template-edit .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice,
body.portaltype-serial .template-edit .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice,
body.portaltype-resource .template-edit .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice,
body.portaltype-taxonomie .template-edit .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice,
body.template-collective-object-object .template-edit .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 0px 4px 3px 5px;
}
/* line 6114, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.portaltype-object .template-edit input[type="text"].text-widget,
body.portaltype-personorinstitution .template-edit input[type="text"].text-widget,
body.portaltype-treatment .template-edit input[type="text"].text-widget,
body.portaltype-outgoingloan .template-edit input[type="text"].text-widget,
body.portaltype-incomingloan .template-edit input[type="text"].text-widget,
body.portaltype-objectentry .template-edit input[type="text"].text-widget,
body.portaltype-image .template-edit input[type="text"].text-widget,
body.portaltype-book .template-edit input[type="text"].text-widget,
body.portaltype-audiovisual .template-edit input[type="text"].text-widget,
body.portaltype-article .template-edit input[type="text"].text-widget,
body.portaltype-serial .template-edit input[type="text"].text-widget,
body.portaltype-resource .template-edit input[type="text"].text-widget,
body.portaltype-taxonomie .template-edit input[type="text"].text-widget,
body.template-collective-object-object .template-edit input[type="text"].text-widget {
  padding-top: 4px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
}
/* line 6119, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.portaltype-object .template-edit .select2-container-multi.pat-relateditems .select2-choices .select2-search-choice,
body.portaltype-personorinstitution .template-edit .select2-container-multi.pat-relateditems .select2-choices .select2-search-choice,
body.portaltype-treatment .template-edit .select2-container-multi.pat-relateditems .select2-choices .select2-search-choice,
body.portaltype-outgoingloan .template-edit .select2-container-multi.pat-relateditems .select2-choices .select2-search-choice,
body.portaltype-incomingloan .template-edit .select2-container-multi.pat-relateditems .select2-choices .select2-search-choice,
body.portaltype-objectentry .template-edit .select2-container-multi.pat-relateditems .select2-choices .select2-search-choice,
body.portaltype-image .template-edit .select2-container-multi.pat-relateditems .select2-choices .select2-search-choice,
body.portaltype-book .template-edit .select2-container-multi.pat-relateditems .select2-choices .select2-search-choice,
body.portaltype-audiovisual .template-edit .select2-container-multi.pat-relateditems .select2-choices .select2-search-choice,
body.portaltype-article .template-edit .select2-container-multi.pat-relateditems .select2-choices .select2-search-choice,
body.portaltype-serial .template-edit .select2-container-multi.pat-relateditems .select2-choices .select2-search-choice,
body.portaltype-resource .template-edit .select2-container-multi.pat-relateditems .select2-choices .select2-search-choice,
body.portaltype-taxonomie .template-edit .select2-container-multi.pat-relateditems .select2-choices .select2-search-choice,
body.template-collective-object-object .template-edit .select2-container-multi.pat-relateditems .select2-choices .select2-search-choice {
  margin: 4px 0 3px 5px;
}
/* line 6123, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.portaltype-object .template-edit .pat-select2 .select2-search-choice a,
body.portaltype-personorinstitution .template-edit .pat-select2 .select2-search-choice a,
body.portaltype-treatment .template-edit .pat-select2 .select2-search-choice a,
body.portaltype-outgoingloan .template-edit .pat-select2 .select2-search-choice a,
body.portaltype-incomingloan .template-edit .pat-select2 .select2-search-choice a,
body.portaltype-objectentry .template-edit .pat-select2 .select2-search-choice a,
body.portaltype-image .template-edit .pat-select2 .select2-search-choice a,
body.portaltype-book .template-edit .pat-select2 .select2-search-choice a,
body.portaltype-audiovisual .template-edit .pat-select2 .select2-search-choice a,
body.portaltype-article .template-edit .pat-select2 .select2-search-choice a,
body.portaltype-serial .template-edit .pat-select2 .select2-search-choice a,
body.portaltype-resource .template-edit .pat-select2 .select2-search-choice a,
body.portaltype-taxonomie .template-edit .pat-select2 .select2-search-choice a,
body.template-collective-object-object .template-edit .pat-select2 .select2-search-choice a {
  color: #696969;
}
/* line 6126, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.portaltype-object .template-edit .pat-select2 .select2-search-choice a:hover,
body.portaltype-personorinstitution .template-edit .pat-select2 .select2-search-choice a:hover,
body.portaltype-treatment .template-edit .pat-select2 .select2-search-choice a:hover,
body.portaltype-outgoingloan .template-edit .pat-select2 .select2-search-choice a:hover,
body.portaltype-incomingloan .template-edit .pat-select2 .select2-search-choice a:hover,
body.portaltype-objectentry .template-edit .pat-select2 .select2-search-choice a:hover,
body.portaltype-image .template-edit .pat-select2 .select2-search-choice a:hover,
body.portaltype-book .template-edit .pat-select2 .select2-search-choice a:hover,
body.portaltype-audiovisual .template-edit .pat-select2 .select2-search-choice a:hover,
body.portaltype-article .template-edit .pat-select2 .select2-search-choice a:hover,
body.portaltype-serial .template-edit .pat-select2 .select2-search-choice a:hover,
body.portaltype-resource .template-edit .pat-select2 .select2-search-choice a:hover,
body.portaltype-taxonomie .template-edit .pat-select2 .select2-search-choice a:hover,
body.template-collective-object-object .template-edit .pat-select2 .select2-search-choice a:hover,
body.portaltype-object .template-edit .pat-select2 .select2-search-choice a:focus,
body.portaltype-personorinstitution .template-edit .pat-select2 .select2-search-choice a:focus,
body.portaltype-treatment .template-edit .pat-select2 .select2-search-choice a:focus,
body.portaltype-outgoingloan .template-edit .pat-select2 .select2-search-choice a:focus,
body.portaltype-incomingloan .template-edit .pat-select2 .select2-search-choice a:focus,
body.portaltype-objectentry .template-edit .pat-select2 .select2-search-choice a:focus,
body.portaltype-image .template-edit .pat-select2 .select2-search-choice a:focus,
body.portaltype-book .template-edit .pat-select2 .select2-search-choice a:focus,
body.portaltype-audiovisual .template-edit .pat-select2 .select2-search-choice a:focus,
body.portaltype-article .template-edit .pat-select2 .select2-search-choice a:focus,
body.portaltype-serial .template-edit .pat-select2 .select2-search-choice a:focus,
body.portaltype-resource .template-edit .pat-select2 .select2-search-choice a:focus,
body.portaltype-taxonomie .template-edit .pat-select2 .select2-search-choice a:focus,
body.template-collective-object-object .template-edit .pat-select2 .select2-search-choice a:focus,
body.portaltype-object .template-edit .pat-select2 .select2-search-choice a:active,
body.portaltype-personorinstitution .template-edit .pat-select2 .select2-search-choice a:active,
body.portaltype-treatment .template-edit .pat-select2 .select2-search-choice a:active,
body.portaltype-outgoingloan .template-edit .pat-select2 .select2-search-choice a:active,
body.portaltype-incomingloan .template-edit .pat-select2 .select2-search-choice a:active,
body.portaltype-objectentry .template-edit .pat-select2 .select2-search-choice a:active,
body.portaltype-image .template-edit .pat-select2 .select2-search-choice a:active,
body.portaltype-book .template-edit .pat-select2 .select2-search-choice a:active,
body.portaltype-audiovisual .template-edit .pat-select2 .select2-search-choice a:active,
body.portaltype-article .template-edit .pat-select2 .select2-search-choice a:active,
body.portaltype-serial .template-edit .pat-select2 .select2-search-choice a:active,
body.portaltype-resource .template-edit .pat-select2 .select2-search-choice a:active,
body.portaltype-taxonomie .template-edit .pat-select2 .select2-search-choice a:active,
body.template-collective-object-object .template-edit .pat-select2 .select2-search-choice a:active {
  color: #e81f2d;
}
/* line 6133, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.portaltype-object .template-edit .select2-container.pat-relateditems .select2-search-choice span,
body.portaltype-personorinstitution .template-edit .select2-container.pat-relateditems .select2-search-choice span,
body.portaltype-treatment .template-edit .select2-container.pat-relateditems .select2-search-choice span,
body.portaltype-outgoingloan .template-edit .select2-container.pat-relateditems .select2-search-choice span,
body.portaltype-incomingloan .template-edit .select2-container.pat-relateditems .select2-search-choice span,
body.portaltype-objectentry .template-edit .select2-container.pat-relateditems .select2-search-choice span,
body.portaltype-image .template-edit .select2-container.pat-relateditems .select2-search-choice span,
body.portaltype-book .template-edit .select2-container.pat-relateditems .select2-search-choice span,
body.portaltype-audiovisual .template-edit .select2-container.pat-relateditems .select2-search-choice span,
body.portaltype-article .template-edit .select2-container.pat-relateditems .select2-search-choice span,
body.portaltype-serial .template-edit .select2-container.pat-relateditems .select2-search-choice span,
body.portaltype-resource .template-edit .select2-container.pat-relateditems .select2-search-choice span,
body.portaltype-taxonomie .template-edit .select2-container.pat-relateditems .select2-search-choice span,
body.template-collective-object-object .template-edit .select2-container.pat-relateditems .select2-search-choice span {
  color: #696969;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
}
/* line 6136, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.portaltype-object .template-edit .select2-container.pat-relateditems .select2-search-choice span.pattern-relateditems-item-path,
body.portaltype-personorinstitution .template-edit .select2-container.pat-relateditems .select2-search-choice span.pattern-relateditems-item-path,
body.portaltype-treatment .template-edit .select2-container.pat-relateditems .select2-search-choice span.pattern-relateditems-item-path,
body.portaltype-outgoingloan .template-edit .select2-container.pat-relateditems .select2-search-choice span.pattern-relateditems-item-path,
body.portaltype-incomingloan .template-edit .select2-container.pat-relateditems .select2-search-choice span.pattern-relateditems-item-path,
body.portaltype-objectentry .template-edit .select2-container.pat-relateditems .select2-search-choice span.pattern-relateditems-item-path,
body.portaltype-image .template-edit .select2-container.pat-relateditems .select2-search-choice span.pattern-relateditems-item-path,
body.portaltype-book .template-edit .select2-container.pat-relateditems .select2-search-choice span.pattern-relateditems-item-path,
body.portaltype-audiovisual .template-edit .select2-container.pat-relateditems .select2-search-choice span.pattern-relateditems-item-path,
body.portaltype-article .template-edit .select2-container.pat-relateditems .select2-search-choice span.pattern-relateditems-item-path,
body.portaltype-serial .template-edit .select2-container.pat-relateditems .select2-search-choice span.pattern-relateditems-item-path,
body.portaltype-resource .template-edit .select2-container.pat-relateditems .select2-search-choice span.pattern-relateditems-item-path,
body.portaltype-taxonomie .template-edit .select2-container.pat-relateditems .select2-search-choice span.pattern-relateditems-item-path,
body.template-collective-object-object .template-edit .select2-container.pat-relateditems .select2-search-choice span.pattern-relateditems-item-path {
  color: #696969;
  font-size: 11px;
}
/* line 6142, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.portaltype-object .template-edit .autotoc-nav a,
body.portaltype-personorinstitution .template-edit .autotoc-nav a,
body.portaltype-treatment .template-edit .autotoc-nav a,
body.portaltype-outgoingloan .template-edit .autotoc-nav a,
body.portaltype-incomingloan .template-edit .autotoc-nav a,
body.portaltype-objectentry .template-edit .autotoc-nav a,
body.portaltype-image .template-edit .autotoc-nav a,
body.portaltype-book .template-edit .autotoc-nav a,
body.portaltype-audiovisual .template-edit .autotoc-nav a,
body.portaltype-article .template-edit .autotoc-nav a,
body.portaltype-serial .template-edit .autotoc-nav a,
body.portaltype-resource .template-edit .autotoc-nav a,
body.portaltype-taxonomie .template-edit .autotoc-nav a,
body.template-collective-object-object .template-edit .autotoc-nav a {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #337ab7;
  border-radius: 4px 4px 0 0;
  border: 1px solid #e5e5e5 !important;
  background: #fcfcfd;
  border-bottom: 1px solid #cccccc !important;
}
/* line 6150, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.portaltype-object .template-edit .autotoc-nav a:hover,
body.portaltype-personorinstitution .template-edit .autotoc-nav a:hover,
body.portaltype-treatment .template-edit .autotoc-nav a:hover,
body.portaltype-outgoingloan .template-edit .autotoc-nav a:hover,
body.portaltype-incomingloan .template-edit .autotoc-nav a:hover,
body.portaltype-objectentry .template-edit .autotoc-nav a:hover,
body.portaltype-image .template-edit .autotoc-nav a:hover,
body.portaltype-book .template-edit .autotoc-nav a:hover,
body.portaltype-audiovisual .template-edit .autotoc-nav a:hover,
body.portaltype-article .template-edit .autotoc-nav a:hover,
body.portaltype-serial .template-edit .autotoc-nav a:hover,
body.portaltype-resource .template-edit .autotoc-nav a:hover,
body.portaltype-taxonomie .template-edit .autotoc-nav a:hover,
body.template-collective-object-object .template-edit .autotoc-nav a:hover {
  text-decoration: none;
  background: #ffffff;
}
/* line 6159, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-edit #slickslideshow {
  display: none;
}
/* line 6177, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.portaltype-object.template-edit #slickslideshow,
body.portaltype-personorinstitution.template-edit #slickslideshow,
body.portaltype-taxonomie.template-edit #slickslideshow,
body.portaltype-treatment.template-edit #slickslideshow,
body.portaltype-outgoingloan.template-edit #slickslideshow,
body.portaltype-incomingloan.template-edit #slickslideshow,
body.portaltype-objectentry.template-edit #slickslideshow,
body.portaltype-image.template-edit #slickslideshow,
body.portaltype-book.template-edit #slickslideshow,
body.portaltype-audiovisual.template-edit #slickslideshow,
body.portaltype-article.template-edit #slickslideshow,
body.portaltype-serial.template-edit #slickslideshow,
body.portaltype-resource.template-edit #slickslideshow,
body.template-collective-object-object #slickslideshow {
  display: block;
}
@media (min-width: 768px) {
  /* line 6182, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.portaltype-object.template-edit #content-core,
  body.portaltype-personorinstitution.template-edit #content-core,
  body.portaltype-taxonomie.template-edit #content-core,
  body.portaltype-treatment.template-edit #content-core,
  body.portaltype-outgoingloan.template-edit #content-core,
  body.portaltype-incomingloan.template-edit #content-core,
  body.portaltype-objectentry.template-edit #content-core,
  body.portaltype-image.template-edit #content-core,
  body.portaltype-book.template-edit #content-core,
  body.portaltype-audiovisual.template-edit #content-core,
  body.portaltype-article.template-edit #content-core,
  body.portaltype-serial.template-edit #content-core,
  body.portaltype-resource.template-edit #content-core,
  body.template-collective-object-object #content-core {
    padding-top: 55px;
  }
}
/* line 6187, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.portaltype-object.template-edit .intro-header > .container,
body.portaltype-personorinstitution.template-edit .intro-header > .container,
body.portaltype-taxonomie.template-edit .intro-header > .container,
body.portaltype-treatment.template-edit .intro-header > .container,
body.portaltype-outgoingloan.template-edit .intro-header > .container,
body.portaltype-incomingloan.template-edit .intro-header > .container,
body.portaltype-objectentry.template-edit .intro-header > .container,
body.portaltype-image.template-edit .intro-header > .container,
body.portaltype-book.template-edit .intro-header > .container,
body.portaltype-audiovisual.template-edit .intro-header > .container,
body.portaltype-article.template-edit .intro-header > .container,
body.portaltype-serial.template-edit .intro-header > .container,
body.portaltype-resource.template-edit .intro-header > .container,
body.template-collective-object-object .intro-header > .container {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
@media (max-width: 1000px) {
  /* line 6197, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.portaltype-object.template-edit .expand-btn,
  body.portaltype-personorinstitution.template-edit .expand-btn,
  body.portaltype-taxonomie.template-edit .expand-btn,
  body.portaltype-treatment.template-edit .expand-btn,
  body.portaltype-outgoingloan.template-edit .expand-btn,
  body.portaltype-incomingloan.template-edit .expand-btn,
  body.portaltype-objectentry.template-edit .expand-btn,
  body.portaltype-image.template-edit .expand-btn,
  body.portaltype-book.template-edit .expand-btn,
  body.portaltype-audiovisual.template-edit .expand-btn,
  body.portaltype-article.template-edit .expand-btn,
  body.portaltype-serial.template-edit .expand-btn,
  body.portaltype-resource.template-edit .expand-btn,
  body.template-collective-object-object .expand-btn {
    display: none !important;
  }
}
/* line 6201, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.portaltype-object.template-edit #slickslideshow,
body.portaltype-personorinstitution.template-edit #slickslideshow,
body.portaltype-taxonomie.template-edit #slickslideshow,
body.portaltype-treatment.template-edit #slickslideshow,
body.portaltype-outgoingloan.template-edit #slickslideshow,
body.portaltype-incomingloan.template-edit #slickslideshow,
body.portaltype-objectentry.template-edit #slickslideshow,
body.portaltype-image.template-edit #slickslideshow,
body.portaltype-book.template-edit #slickslideshow,
body.portaltype-audiovisual.template-edit #slickslideshow,
body.portaltype-article.template-edit #slickslideshow,
body.portaltype-serial.template-edit #slickslideshow,
body.portaltype-resource.template-edit #slickslideshow,
body.template-collective-object-object #slickslideshow {
  background: #2b2b2b !important;
}
/* Password reset page */
/* line 6209, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-mail_password_form input[type="text"],
body.template-pwreset_form input[type="text"] {
  width: 100% !important;
}
/* line 6213, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-mail_password_form input[type="submit"],
body.template-pwreset_form input[type="submit"] {
  margin-left: -12px !important;
  /*same as padding of formControls */
}
/* line 6217, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-mail_password_form .page-container,
body.template-pwreset_form .page-container {
  padding-top: 20px !important;
}
/* line 6221, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-mail_password_form #content-core,
body.template-pwreset_form #content-core {
  border-bottom: 0px !important;
}
/* line 6225, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-mail_password_form label,
body.template-pwreset_form label {
  font-weight: 400 !important;
}
/* Login and logout page */
/* line 6234, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-login_form .page-container,
body.template-logged_out .page-container,
body.template-login_failed .page-container {
  padding-top: 20px !important;
}
/* line 6238, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-login_form #content-core,
body.template-logged_out #content-core,
body.template-login_failed #content-core {
  padding-top: 30px;
  padding-bottom: 20px !important;
}
/* line 6243, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-login_form article#content,
body.template-logged_out article#content,
body.template-login_failed article#content {
  padding-bottom: 80px;
}
/* line 6247, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-login_form .formControls,
body.template-logged_out .formControls,
body.template-login_failed .formControls {
  padding-bottom: 20px !important;
  padding-top: 10px !important;
}
/* line 6252, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-login_form p.discreet,
body.template-logged_out p.discreet,
body.template-login_failed p.discreet {
  font-size: 1.00em !important;
}
/* line 6256, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-login_form label,
body.template-logged_out label,
body.template-login_failed label {
  letter-spacing: 0.05em;
}
/* line 6262, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-login_failed .page-container {
  padding-top: 20px !important;
}
/* line 6266, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-login_failed input[type="text"],
body.template-login_failed input[type="password"] {
  width: 100% !important;
}
/* line 6271, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-login_failed p.discreet {
  font-size: 1.00em !important;
}
/* line 6275, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-login_failed label {
  letter-spacing: 0.05em;
}
/* line 6279, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-login_failed .formControls {
  padding-bottom: 20px !important;
  padding-top: 10px !important;
}
/* line 6284, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-login_failed .title-container {
  display: none;
}
/* line 6288, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-login_failed #content-core {
  border-bottom: 0px !important;
}
/* line 6295, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.image_reference_view #edit-header-wrapper,
body.portaltype-image #edit-header-wrapper {
  width: 100% !important;
  height: auto !important;
}
/* line 6302, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend section.portletSearch {
  box-shadow: none;
}
/* line 6304, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend section.portletSearch .portletHeader {
  background: none;
  border: 0px;
  padding-top: 60px;
}
/* line 6308, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend section.portletSearch .portletHeader h1 a {
  border-bottom: 0px !important;
}
/* line 6313, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend section.portletSearch .portletContent {
  border: 0px;
  padding-bottom: 40px;
  padding-top: 50px;
  padding-bottom: 5px;
}
/* line 6320, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend section.portletSearch .portletFooter {
  display: none;
}
/* line 6324, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend section.portletSearch .searchButton {
  font-family: 'circularBook', Arial, sans-serif;
  margin: 0 auto;
  display: block;
  border: 2px solid #252527;
  border-radius: 0px;
  text-transform: none;
  height: auto;
  color: #252527;
  letter-spacing: 0.1em;
  width: auto;
  font-size: 18px;
  background-color: #ffffff;
  letter-spacing: 0.0em;
  text-shadow: 0px 0px 0px #ffffff;
  font-weight: 400;
  padding-left: 22px;
  padding-right: 22px;
  line-height: 14px;
  padding-top: 18px;
  padding-bottom: 18px;
}
/* line 915, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend section.portletSearch .searchButton#form-buttons-subscribe {
  background-color: #f8f3ef;
}
/* line 919, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend section.portletSearch .searchButton:active:focus,
body.frontend section.portletSearch .searchButton:focus {
  background: #e81f2d !important;
  color: #ffffff;
  border: 2px solid #e81f2d;
  box-shadow: none;
}
/* line 927, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend section.portletSearch .searchButton:hover {
  background: #e81f2d !important;
  color: #ffffff;
  border: 2px solid #e81f2d;
  box-shadow: none;
}
@media (min-width: 992px) {
  /* line 6329, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend section.portletSearch .LSBox {
    width: 90%;
    margin: 0 auto;
  }
  /* line 6333, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend section.portletSearch .LSBox input.searchField {
    width: 80%;
    float: left;
  }
  /* line 6338, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend section.portletSearch .LSBox input.searchButton {
    width: 20%;
    float: left;
  }
  /* line 6343, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend section.portletSearch .LSBox:after {
    display: table;
    content: " ";
    clear: both;
  }
}
@media (max-width: 991px) {
  /* line 6353, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend section.portletSearch .LSBox input.searchField,
  body.frontend section.portletSearch .LSBox input.searchButton {
    width: 100%;
  }
  /* line 6358, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend section.portletSearch .LSBox input.searchField {
    margin-bottom: 15px;
  }
}
/* Books folder listing */
/* line 6367, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
th.header-book_author {
  width: 30%;
}
/* line 6371, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
th.header-titleAuthorImprintCollation_imprint_year {
  width: 10%;
}
/* line 6375, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body:not(.portaltype-event):not(.portaltype-occurrence) .event.summary {
  display: none;
}
/* line 6380, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend #column2-container {
  width: 100% !important;
  padding-left: 0px;
  padding-right: 0px;
}
@media (max-width: 768px) {
  /* line 6388, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend #below-content .belowcontent-portlets > .col-xs-12 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* line 6397, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body:not(.portaltype-document):not(.portaltype-event) .arrow-title {
  display: none;
}
/* line 6402, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend #above-content.container {
  width: 100% !important;
  padding-left: 0px;
  padding-right: 0px;
}
@media (max-width: 991px) {
  /* line 6409, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend #above-content .portlet-rrssb {
    display: none !important;
  }
}
@media (max-width: 991px) {
  /* line 6418, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.portaltype-document #below-content .portlet-rrssb,
  body.frontend.portaltype-event #below-content .portlet-rrssb {
    padding-bottom: 50px;
    margin-top: -40px;
    display: block !important;
  }
}
/* line 6428, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend #below-content .portlet-rrssb .sharing-buttons-wrapper {
  border: 0px !important;
}
@media (min-width: 992px) {
  /* line 6432, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend #below-content .portlet-rrssb {
    /*display: none !important;*/
  }
}
/* line 6439, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend h3.item-title a.hover {
  color: #e81f2d !important;
}
/* line 6444, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend #searchform .input-group input.searchPage.btn {
  padding-top: 17px;
  padding-bottom: 12px;
}
/* line 6449, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.portaltype-formfolder .formid-contact #pfg-fieldwrapper {
  padding-top: 10px;
}
/* line 6454, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-portlet-page #portletPageTopRow > div:nth-child(2) .portletCollection {
  padding-top: 0px;
}
/* line 6457, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-portlet-page #portletPageTopRow > div:nth-child(2) .portletCollection .portletHeader {
  padding-top: 10px;
}
@media (min-width: 992px) {
  /* line 6460, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.portaltype-portlet-page #portletPageTopRow > div:nth-child(2) .portletCollection .portletHeader {
    display: none;
  }
}
@media (min-width: 769px) {
  /* line 6469, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend #column2-container > .row {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  /* line 6474, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend #below-content .belowcontent-portlets > .col-xs-12 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
/* line 6482, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.text-button,
body#tinymce .text-button {
  font-family: 'circularBook', Arial, sans-serif;
  margin: 0 auto;
  display: block;
  border: 2px solid #252527;
  border-radius: 0px;
  text-transform: none;
  height: auto;
  color: #252527;
  letter-spacing: 0.1em;
  width: auto;
  font-size: 18px;
  background-color: #ffffff;
  letter-spacing: 0.0em;
  text-shadow: 0px 0px 0px #ffffff;
  font-weight: 400;
  padding-left: 22px;
  padding-right: 22px;
  line-height: 14px;
  padding-top: 18px;
  padding-bottom: 18px;
  text-decoration: none !important;
  width: 200px;
}
/* line 915, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.text-button#form-buttons-subscribe,
body#tinymce .text-button#form-buttons-subscribe {
  background-color: #f8f3ef;
}
/* line 919, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.text-button:active:focus,
body#tinymce .text-button:active:focus,
.text-button:focus,
body#tinymce .text-button:focus {
  background: #e81f2d !important;
  color: #ffffff;
  border: 2px solid #e81f2d;
  box-shadow: none;
}
/* line 927, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.text-button:hover,
body#tinymce .text-button:hover {
  background: #e81f2d !important;
  color: #ffffff;
  border: 2px solid #e81f2d;
  box-shadow: none;
}
/* line 6487, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.text-button:hover,
body#tinymce .text-button:hover {
  color: #ffffff;
  text-decoration: none !important;
  border-bottom: 1px solid #e81f2d !important;
}
/* line 6493, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.text-button:active,
body#tinymce .text-button:active,
.text-button:focus,
body#tinymce .text-button:focus {
  color: #ffffff;
}
/* line 6499, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
#content-core .text-button {
  font-family: 'circularBook', Arial, sans-serif;
  margin: 0 auto;
  display: block;
  border: 2px solid #252527;
  border-radius: 0px;
  text-transform: none;
  height: auto;
  color: #252527;
  letter-spacing: 0.1em;
  width: auto;
  font-size: 18px;
  background-color: #ffffff;
  letter-spacing: 0.0em;
  text-shadow: 0px 0px 0px #ffffff;
  font-weight: 400;
  padding-left: 22px;
  padding-right: 22px;
  line-height: 14px;
  padding-top: 18px;
  padding-bottom: 18px;
  line-height: 27px;
  display: inline-block;
}
/* line 915, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
#content-core .text-button#form-buttons-subscribe {
  background-color: #f8f3ef;
}
/* line 919, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
#content-core .text-button:active:focus,
#content-core .text-button:focus {
  background: #e81f2d !important;
  color: #ffffff;
  border: 2px solid #e81f2d;
  box-shadow: none;
}
/* line 927, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
#content-core .text-button:hover {
  background: #e81f2d !important;
  color: #ffffff;
  border: 2px solid #e81f2d;
  box-shadow: none;
}
/* line 6505, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-folder_contents .portlet-rrssb {
  display: none !important;
}
/* line 6509, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body:not(.frontend) .portlet-rrssb {
  display: none !important;
}
/* line 6515, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-document li.event-category,
body.frontend.portaltype-event li.event-category {
  display: none;
}
/* line 6520, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.portaltype-portlet-page.section-zeeuws-museum-v4,
body.portaltype-portlet-page.subsection-front-page-fullscreen,
body.portaltype-collection.template-fullscreen_collection_view {
  /* 1. No object-fit support: */
  /* 2. If supporting object-fit, overriding (1): */
}
/* line 6524, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.portaltype-portlet-page.section-zeeuws-museum-v4 #global_statusmessage,
body.portaltype-portlet-page.subsection-front-page-fullscreen #global_statusmessage,
body.portaltype-collection.template-fullscreen_collection_view #global_statusmessage {
  position: fixed !important;
  top: 60px !important;
  width: 100% !important;
}
/* line 6530, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.portaltype-portlet-page.section-zeeuws-museum-v4 footer,
body.portaltype-portlet-page.subsection-front-page-fullscreen footer,
body.portaltype-collection.template-fullscreen_collection_view footer,
body.portaltype-portlet-page.section-zeeuws-museum-v4 .main-container,
body.portaltype-portlet-page.subsection-front-page-fullscreen .main-container,
body.portaltype-collection.template-fullscreen_collection_view .main-container,
body.portaltype-portlet-page.section-zeeuws-museum-v4 #column1-container,
body.portaltype-portlet-page.subsection-front-page-fullscreen #column1-container,
body.portaltype-collection.template-fullscreen_collection_view #column1-container,
body.portaltype-portlet-page.section-zeeuws-museum-v4 #column2-container,
body.portaltype-portlet-page.subsection-front-page-fullscreen #column2-container,
body.portaltype-collection.template-fullscreen_collection_view #column2-container,
body.portaltype-portlet-page.section-zeeuws-museum-v4 .page-container,
body.portaltype-portlet-page.subsection-front-page-fullscreen .page-container,
body.portaltype-collection.template-fullscreen_collection_view .page-container {
  display: none;
}
/* line 6534, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.portaltype-portlet-page.section-zeeuws-museum-v4 #website-wrapper,
body.portaltype-portlet-page.subsection-front-page-fullscreen #website-wrapper,
body.portaltype-collection.template-fullscreen_collection_view #website-wrapper {
  height: 100%;
}
/* line 6538, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.portaltype-portlet-page.section-zeeuws-museum-v4 .intro-header,
body.portaltype-portlet-page.subsection-front-page-fullscreen .intro-header,
body.portaltype-collection.template-fullscreen_collection_view .intro-header,
body.portaltype-portlet-page.section-zeeuws-museum-v4 #slickcarousel,
body.portaltype-portlet-page.subsection-front-page-fullscreen #slickcarousel,
body.portaltype-collection.template-fullscreen_collection_view #slickcarousel {
  height: 100%;
}
/* line 6542, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.portaltype-portlet-page.section-zeeuws-museum-v4 .intro-header,
body.portaltype-portlet-page.subsection-front-page-fullscreen .intro-header,
body.portaltype-collection.template-fullscreen_collection_view .intro-header {
  margin-top: 0px !important;
}
/* line 6546, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.portaltype-portlet-page.section-zeeuws-museum-v4 #slickcarousel:before,
body.portaltype-portlet-page.subsection-front-page-fullscreen #slickcarousel:before,
body.portaltype-collection.template-fullscreen_collection_view #slickcarousel:before {
  display: none;
}
@media (min-aspect-ratio: 16/9) {
  /* line 6552, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.portaltype-portlet-page.section-zeeuws-museum-v4 #slickcarousel .carousel-item.video-slide iframe,
  body.portaltype-portlet-page.subsection-front-page-fullscreen #slickcarousel .carousel-item.video-slide iframe,
  body.portaltype-collection.template-fullscreen_collection_view #slickcarousel .carousel-item.video-slide iframe {
    height: 300%;
    top: -100%;
  }
}
@media (max-aspect-ratio: 16/9) {
  /* line 6556, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.portaltype-portlet-page.section-zeeuws-museum-v4 #slickcarousel .carousel-item.video-slide iframe,
  body.portaltype-portlet-page.subsection-front-page-fullscreen #slickcarousel .carousel-item.video-slide iframe,
  body.portaltype-collection.template-fullscreen_collection_view #slickcarousel .carousel-item.video-slide iframe {
    width: 300%;
    left: -100%;
  }
}
/* line 6560, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.portaltype-portlet-page.section-zeeuws-museum-v4 #slideshow-btn,
body.portaltype-portlet-page.subsection-front-page-fullscreen #slideshow-btn,
body.portaltype-collection.template-fullscreen_collection_view #slideshow-btn {
  margin: 10px 20px !important;
  display: inline-block;
  text-transform: uppercase;
  background: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
  min-width: 228px;
}
/* line 6569, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.portaltype-portlet-page.section-zeeuws-museum-v4 #slideshow-btn:hover,
body.portaltype-portlet-page.subsection-front-page-fullscreen #slideshow-btn:hover,
body.portaltype-collection.template-fullscreen_collection_view #slideshow-btn:hover,
body.portaltype-portlet-page.section-zeeuws-museum-v4 #slideshow-btn:focus,
body.portaltype-portlet-page.subsection-front-page-fullscreen #slideshow-btn:focus,
body.portaltype-collection.template-fullscreen_collection_view #slideshow-btn:focus {
  background: #e81f2d;
  border: 1px solid #e81f2d;
}
/* line 6576, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.portaltype-portlet-page.section-zeeuws-museum-v4 .slideshow-btn-wrapper,
body.portaltype-portlet-page.subsection-front-page-fullscreen .slideshow-btn-wrapper,
body.portaltype-collection.template-fullscreen_collection_view .slideshow-btn-wrapper {
  display: block;
  text-align: center;
  z-index: 4 !important;
  width: 100%;
}
@media (max-width: 767px) {
  /* line 6582, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.portaltype-portlet-page.section-zeeuws-museum-v4 .slideshow-btn-wrapper,
  body.portaltype-portlet-page.subsection-front-page-fullscreen .slideshow-btn-wrapper,
  body.portaltype-collection.template-fullscreen_collection_view .slideshow-btn-wrapper {
    width: 100%;
  }
}
@media screen and (orientation: landscape) and (max-width: 768px) {
  /* line 6586, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.portaltype-portlet-page.section-zeeuws-museum-v4 .slideshow-btn-wrapper,
  body.portaltype-portlet-page.subsection-front-page-fullscreen .slideshow-btn-wrapper,
  body.portaltype-collection.template-fullscreen_collection_view .slideshow-btn-wrapper {
    width: 100%;
    bottom: 20px;
  }
}
/* line 6594, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.disable-hover .entries,
body.disable-hover .entries * {
  pointer-events: none !important;
}
/* line 6599, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
#babel-edit fieldset {
  height: auto !important;
}
/* line 6604, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
html.ie11,
html.ie10,
html.ie9 {
  height: 100%;
}
/* line 6610, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
html.ie11 body,
html.ie10 body,
html.ie9 body {
  height: 100%;
}
/* line 6615, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
html.ie11 footer#above,
html.ie10 footer#above,
html.ie9 footer#above {
  margin-top: 0px !important;
  padding-top: 80px !important;
}
/* line 6621, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
html.ie11 input[type="text"]:not(.btn):not(.text-widget),
html.ie10 input[type="text"]:not(.btn):not(.text-widget),
html.ie9 input[type="text"]:not(.btn):not(.text-widget),
html.ie11 input[type="button"]:not(.btn),
html.ie10 input[type="button"]:not(.btn),
html.ie9 input[type="button"]:not(.btn),
html.ie11 input[type="password"]:not(.btn),
html.ie10 input[type="password"]:not(.btn),
html.ie9 input[type="password"]:not(.btn) {
  line-height: 20px !important;
  padding-bottom: 16px !important;
  padding-top: 16px !important;
}
/* line 6630, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
html.ie11 .portletMailChimp input[type="text"],
html.ie10 .portletMailChimp input[type="text"],
html.ie9 .portletMailChimp input[type="text"] {
  line-height: 20px !important;
  padding-bottom: 16px !important;
  padding-top: 16px !important;
}
/* line 6637, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
html.ie11 body.template-advancedsearch.frontend .select2-container-multi .select2-choices,
html.ie10 body.template-advancedsearch.frontend .select2-container-multi .select2-choices,
html.ie9 body.template-advancedsearch.frontend .select2-container-multi .select2-choices {
  padding-bottom: 0px !important;
}
/* line 6643, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
html.ie11 #content-core .portletCollection .portletHeader a:hover,
html.ie10 #content-core .portletCollection .portletHeader a:hover,
html.ie9 #content-core .portletCollection .portletHeader a:hover,
html.ie11 #content-core .portletCollection .portletHeader a:focus,
html.ie10 #content-core .portletCollection .portletHeader a:focus,
html.ie9 #content-core .portletCollection .portletHeader a:focus {
  border-bottom: 1px solid transparent !important;
}
@media print {
  /* line 6653, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  a[href]:after {
    content: none !important;
  }
}
/* line 6658, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
#language-dropdown {
  padding-left: 0px;
}
/* line 6661, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
#language-dropdown a.dropdown-toggle {
  border-left: 0px;
  padding-top: 15px;
  padding-left: 7px;
  padding-bottom: 14px;
  padding-right: 6px;
  color: #373739;
  letter-spacing: -0.03em;
}
/* line 6669, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
#language-dropdown a.dropdown-toggle:hover,
#language-dropdown a.dropdown-toggle:focus {
  color: #e81f2d;
}
/* line 6675, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
#language-dropdown .extra-lang a {
  text-transform: uppercase !important;
}
/* line 6679, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
#language-dropdown .submenu {
  min-width: 10px;
}
/* line 6682, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
#language-dropdown .submenu li a {
  min-width: 100%;
}
@media (max-width: 1185px) {
  /* line 6687, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  #language-dropdown {
    padding-left: 0px;
  }
  /* line 6690, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  #language-dropdown a.dropdown-toggle {
    border-left: 1px solid #ffffff;
  }
}
/* line 6702, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.subsection-nu-in-het-museum-overzicht #portletPageTopRow > div:first-child .portletWrapper {
  border-bottom: 1px solid #e7e7e7;
}
/* line 6706, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.subsection-nu-in-het-museum-overzicht #portletPageTopRow > div:nth-child(2) .portletCollection {
  padding-top: 50px !important;
}
/* Jaarverslag */
/* line 6714, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-folder_contents #portal-breadcrumbs-context {
  display: none !important;
}
/* line 6721, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend #website-nav .plone-breadcrumb {
  padding-top: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  text-align: center;
  background-color: #ffffff;
}
/* line 6729, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend #website-nav .plone-breadcrumb .breadcrumbs-wrapper a {
  font-family: 'circularBold', Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 1.00em;
  line-height: 20px;
}
/* line 6737, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend #website-nav .plone-breadcrumb .breadcrumbs-wrapper ol > li + li:after {
  color: #ffffff;
  top: -7px;
}
/* line 6742, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend #website-nav .plone-breadcrumb .breadcrumbs-wrapper ol > li + li:before {
  top: -7px;
}
/* line 6746, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend #website-nav .plone-breadcrumb .breadcrumbs-wrapper ol > li {
  padding-left: 10px;
  margin-right: 10px;
}
/* line 6751, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend #website-nav .plone-breadcrumb .breadcrumbs-wrapper li span:not(.fa) {
  font-family: 'circularBold', Arial, sans-serif;
  color: #373739;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 1.00em;
  line-height: 20px;
}
/* line 6760, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend #website-nav .plone-breadcrumb .breadcrumbs-wrapper ol {
  padding-top: 20px;
  padding-bottom: 16px;
}
/* line 6767, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend #website-nav .breadcrumbs-container {
  border-top: 1px solid #c3c3c3;
  padding-top: 0px;
  padding-bottom: 0px;
}
/* line 6773, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend #website-nav .more-dropdown .dropdown-toggle {
  text-align: left;
  font-size: 1.00em;
}
/* line 6779, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend #website-nav .more-dropdown .navbar-nav > li > a {
  color: #373739;
}
@media (max-width: 767px) {
  /* line 6785, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend #website-nav .visible-xs {
    display: inline-block !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  /* line 6791, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend #website-nav .visible-sm {
    display: inline-block !important;
  }
}
/* line 6799, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend .abovecontent-portlets .portletBreadcrumbs {
  display: none !important;
}
@media (max-width: 1080px) {
  /* line 6807, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body:not(.plone-toolbar-left-expanded) .breadcrumbs-wrapper {
    display: none;
  }
}
@media (max-width: 1185px) {
  /* line 6815, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.plone-toolbar-left-expanded .breadcrumbs-wrapper {
    display: none;
  }
}
/* Jaarverslag */
/* line 6826, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.section-jaarverslag:not(.portaltype-folder) .intro-header,
body.portaltype-object.section-collectie:not(.userrole-authenticated) .intro-header {
  padding-top: 59px !important;
}
@media (max-width: 1185px) {
  /* line 6828, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.section-jaarverslag:not(.portaltype-folder) .intro-header,
  body.portaltype-object.section-collectie:not(.userrole-authenticated) .intro-header {
    padding-top: 55px !important;
  }
}
/* line 6835, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.section-jaarverslag.template-fullscreen_collection_view .intro-header {
  padding-top: 119px !important;
}
@media (max-width: 1185px) {
  /* line 6837, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.section-jaarverslag.template-fullscreen_collection_view .intro-header {
    padding-top: 115px !important;
  }
}
/* line 6844, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.section-jaarverslag.portaltype-document:not(.portaltype-folder) footer {
  border-top: 1px solid #c3c3c3 !important;
}
/* line 6849, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-folder_contents #slickcarousel {
  display: none !important;
}
/* line 6854, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.section-jaarverslag.portaltype-document table tr:first-child td {
  padding-left: 20px !important;
  padding-right: 20px !important;
  font-size: 16px !important;
  height: 70px !important;
}
@media (min-width: 768px) {
  /* line 6865, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.section-jaarverslag .extra-padding-left {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  /* line 6869, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.section-jaarverslag .extra-padding-left {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (max-width: 1025px) and (min-width: 768px) {
  /* line 6877, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.section-jaarverslag .more-dropdown {
    width: 50% !important;
  }
  /* line 6880, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.section-jaarverslag .more-dropdown .visible-xs {
    display: none !important;
  }
  /* line 6884, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.section-jaarverslag .more-dropdown .visible-sm {
    display: inline-block !important;
  }
  /* line 6888, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.section-jaarverslag .more-dropdown .hidden-sm {
    display: none !important;
  }
}
/* line 6895, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.section-jaarverslag #below-content .portletWrapper:nth-last-child(odd) {
  background: #ffffff !important;
}
/* line 6899, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.event-date.past {
  text-decoration: line-through !important;
}
/* line 6905, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.subsection-publicaties-handwerk-handboek.frontend .iframe-wrapper:before {
  display: none !important;
}
/* line 6909, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.subsection-publicaties-handwerk-handboek.frontend .iframe-wrapper iframe {
  position: static !important;
}
/* TICKETS */
/* line 6919, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-mollie_payment_success a.payment_button {
  font-family: 'circularBook', Arial, sans-serif;
  margin: 0 auto;
  display: block;
  border: 2px solid #252527;
  border-radius: 0px;
  text-transform: none;
  height: auto;
  color: #252527;
  letter-spacing: 0.1em;
  width: auto;
  font-size: 18px;
  background-color: #ffffff;
  letter-spacing: 0.0em;
  text-shadow: 0px 0px 0px #ffffff;
  font-weight: 400;
  padding-left: 22px;
  padding-right: 22px;
  line-height: 14px;
  padding-top: 18px;
  padding-bottom: 18px;
  display: inline-block;
}
/* line 915, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-mollie_payment_success a.payment_button#form-buttons-subscribe {
  background-color: #f8f3ef;
}
/* line 919, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-mollie_payment_success a.payment_button:active:focus,
body.template-mollie_payment_success a.payment_button:focus {
  background: #e81f2d !important;
  color: #ffffff;
  border: 2px solid #e81f2d;
  box-shadow: none;
}
/* line 927, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-mollie_payment_success a.payment_button:hover {
  background: #e81f2d !important;
  color: #ffffff;
  border: 2px solid #e81f2d;
  box-shadow: none;
}
/* line 6928, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-cart #form-widgets-email,
body.template-checkout #form-widgets-email {
  width: 100% !important;
}
/* line 6932, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-cart .subtotal-th,
body.template-checkout .subtotal-th,
body.template-cart .subtotal-col,
body.template-checkout .subtotal-col {
  padding-right: 0px !important;
}
/* line 6936, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-cart .subtotal-col,
body.template-checkout .subtotal-col {
  padding-top: 27px !important;
}
/* line 6940, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-cart .post-cart,
body.template-checkout .post-cart {
  padding-bottom: 50px;
}
/* line 6944, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-cart .intro-header,
body.template-checkout .intro-header {
  background-image: url(https://www.cuypershuis.nl/nl/over-het-museum/pers/persberichten-1/nieuwe-website-zeeuws-museum-volledige-museumcollectie-online-toegankelijk/slideshow/beeldmerk-zeeuws-museum-foto-koen-hauser-liggend.jpg/@@images/image/large);
  position: relative;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (min-width: 992px) {
  /* line 6952, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.template-cart .intro-header,
  body.template-checkout .intro-header {
    margin-top: 49px;
  }
}
/* line 6957, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-cart .intro-header:before,
body.template-checkout .intro-header:before {
  padding-top: 35%;
  content: "";
  display: table;
}
/* line 6963, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-cart .intro-header,
body.template-checkout .intro-header {
  position: relative;
}
/* line 6967, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-cart div#website-title,
body.template-checkout div#website-title {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 48%;
}
/* line 6973, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-cart div#website-title h1,
body.template-checkout div#website-title h1 {
  font-weight: 800 !important;
  font-size: 3.125em !important;
  line-height: 50px !important;
  color: #ffffff !important;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin: 0 auto;
  display: block;
  font-family: 'circularBook', Arial, sans-serif;
}
@media (max-width: 991px) {
  /* line 6983, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.template-cart div#website-title h1,
  body.template-checkout div#website-title h1 {
    font-size: 36px !important;
  }
}
/* line 7000, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-cart .title-container,
body.template-checkout .title-container {
  padding-top: 50px;
}
/* line 7004, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-cart h2,
body.template-checkout h2 {
  font-weight: 700;
  color: #e81f2d;
  line-height: 36px;
  font-size: 1.875em;
  margin: 0 0;
}
/* line 7012, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-cart p,
body.template-checkout p {
  letter-spacing: 0.00em;
  line-height: 33px;
  color: #333333;
}
/* line 7018, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-cart h3,
body.template-checkout h3 {
  font-weight: 700;
  color: #e81f2d;
  line-height: 24px;
  font-size: 1.500em;
  margin: 0 0;
}
/* line 7026, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-cart div.discount_coupon_title h4,
body.template-checkout div.discount_coupon_title h4 {
  font-size: 18px !important;
  padding-bottom: 8px !important;
}
/* line 7031, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-cart input.cart_couponcode,
body.template-checkout input.cart_couponcode {
  height: 55px !important;
  font-size: 16px !important;
  width: 100% !important;
}
/* line 7038, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-cart div.tickets-breadcrumbs button.btn,
body.template-checkout div.tickets-breadcrumbs button.btn,
body.template-cart div.tickets-breadcrumbs a.btn,
body.template-checkout div.tickets-breadcrumbs a.btn,
body.template-cart a.btn.discount_coupon_button,
body.template-checkout a.btn.discount_coupon_button,
body.template-cart a.btn.cart_checkout_button,
body.template-checkout a.btn.cart_checkout_button {
  font-family: 'circularBold', Arial, sans-serif;
  padding: 17px;
  border: 1px solid #e81f2d;
  border-radius: 0px;
  text-transform: uppercase;
  height: auto;
  color: #e81f2d;
  letter-spacing: 0.1em;
  width: auto;
  font-size: 17px;
  background-color: #ffffff;
  letter-spacing: 0.05em;
  text-shadow: 0px 0px 0px #ffffff;
  font-weight: 400;
  padding-left: 28px;
  padding-right: 28px;
  padding-bottom: 12px;
  text-align: center;
  margin-top: 30px;
}
@media (max-width: 768px) {
  /* line 7064, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.template-cart div.discount_coupon_wrapper,
  body.template-checkout div.discount_coupon_wrapper {
    padding: 15px !important;
  }
  /* line 7068, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.template-cart div.post-cart,
  body.template-checkout div.post-cart {
    padding-top: 30px;
  }
}
/* line 7078, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-cart .tickets-breadcrumbs .btn.step,
body.template-checkout .tickets-breadcrumbs .btn.step {
  margin: 5px 0px;
}
/* line 7082, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-cart #content div.tickets-breadcrumbs button.btn.selected,
body.template-checkout #content div.tickets-breadcrumbs button.btn.selected,
body.template-cart #content div.tickets-breadcrumbs a.btn.selected,
body.template-checkout #content div.tickets-breadcrumbs a.btn.selected {
  background: #e81f2d !important;
  cursor: pointer;
  pointer-events: none;
  color: #ffffff !important;
  border-color: #e81f2d !important;
}
/* line 7092, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-cart div.tickets-breadcrumbs button.btn:not(.disabled):not(.selected):hover,
body.template-checkout div.tickets-breadcrumbs button.btn:not(.disabled):not(.selected):hover {
  background: #373739 !important;
  box-shadow: none !important;
}
/* line 7097, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-cart div.tickets-breadcrumbs a.btn:not(.disabled):not(.selected):hover,
body.template-checkout div.tickets-breadcrumbs a.btn:not(.disabled):not(.selected):hover {
  background: #e81f2d !important;
  box-shadow: none !important;
  border-color: #e81f2d !important;
  color: #ffffff !important;
}
/* line 7104, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-cart div.tickets-breadcrumbs a.btn,
body.template-checkout div.tickets-breadcrumbs a.btn {
  text-shadow: none !important;
}
/* line 7108, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-cart div.tickets-breadcrumbs,
body.template-checkout div.tickets-breadcrumbs {
  padding-top: 18px;
  padding-bottom: 30px;
}
/* line 7113, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-cart .h3-like,
body.template-checkout .h3-like {
  padding-top: 20px;
  padding-bottom: 20px;
}
/* line 7118, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-cart .cart_item select,
body.template-checkout .cart_item select {
  background-color: #e81f2d !important;
  color: #ffffff !important;
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  width: 102px !important;
  border-radius: 0px !important;
  -webkit-appearance: none !important;
  border: 0 !important;
  font-weight: 400 !important;
  height: 43px;
  padding: 15px 18px;
  line-height: 17px;
  -moz-appearance: none !important;
  text-indent: 0.01px !important;
  text-overflow: '' !important;
  overflow: hidden;
  vertical-align: top;
}
/* line 7142, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-cart .cart_item select:hover,
body.template-checkout .cart_item select:hover {
  cursor: pointer;
}
@media (max-width: 991px) {
  /* line 7146, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.template-cart .cart_item select,
  body.template-checkout .cart_item select {
    width: 75px !important;
  }
}
/* line 7151, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-cart .table-responsive,
body.template-checkout .table-responsive {
  border: 0px !important;
}
/* line 7155, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-cart .cart-select-box,
body.template-checkout .cart-select-box {
  position: relative;
  display: inline-block;
}
/* line 7160, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-cart .cart-select-box:after,
body.template-checkout .cart-select-box:after {
  content: " ";
  height: 0;
  width: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #ffffff;
  position: absolute;
  right: 18px;
  top: 20px;
  transition: all 0.3s linear;
  pointer-events: none;
}
@media (min-width: 767px) {
  /* line 7175, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.template-cart .main-container,
  body.template-checkout .main-container {
    width: 100%;
    padding-right: 105px !important;
    padding-left: 105px !important;
  }
}
/* line 7182, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-cart tr.cart-header th h4,
body.template-checkout tr.cart-header th h4 {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background-color: #ffffff !important;
  font-size: 1.000em !important;
}
/* line 7189, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-cart tr.cart-header th,
body.template-checkout tr.cart-header th {
  padding-left: 0px;
}
/* line 7193, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-cart tr.cart_item td,
body.template-checkout tr.cart_item td {
  padding-left: 0px;
  padding-right: 20px;
  border-bottom: 0.1em solid #e4e4e4;
  padding-top: 26px;
  padding-bottom: 7px;
}
/* line 7200, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-cart tr.cart_item td.quantity-col,
body.template-checkout tr.cart_item td.quantity-col {
  padding-top: 18px;
  padding-bottom: 20px;
}
/* line 7205, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-cart .cart_item_content,
body.template-checkout .cart_item_content {
  padding-top: 0px;
}
/* line 7209, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-cart tr,
body.template-checkout tr {
  font-size: 1.000em;
}
/* line 7213, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-cart .cart_item,
body.template-checkout .cart_item {
  border-bottom: 0.1em solid #ccc;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}
/* line 7219, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-cart h4,
body.template-checkout h4 {
  margin: 0 0;
  line-height: 21px;
  color: #333333;
  font-weight: 400 !important;
  font-size: 16px !important;
  margin-top: 0px !important;
}
/* line 7228, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-cart .separator_template,
body.template-checkout .separator_template {
  background: #ffffff;
}
/* line 7232, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-cart thead,
body.template-checkout thead {
  border-bottom: 0.1em solid #ccc;
}
/* line 7236, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-cart .post-cart h3,
body.template-checkout .post-cart h3 {
  padding-bottom: 30px;
}
/* line 7240, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-cart .cart_sum_content,
body.template-checkout .cart_sum_content {
  margin-top: 30px;
  margin-bottom: 50px;
  font-size: 1.200em;
}
/* line 7246, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-cart a.btn.cart_checkout_button,
body.template-checkout a.btn.cart_checkout_button,
body.template-cart a.btn.discount_coupon_button,
body.template-checkout a.btn.discount_coupon_button {
  font-family: 'circularBook', Arial, sans-serif;
  margin: 0 auto;
  display: block;
  border: 2px solid #252527;
  border-radius: 0px;
  text-transform: none;
  height: auto;
  color: #252527;
  letter-spacing: 0.1em;
  width: auto;
  font-size: 18px;
  background-color: #ffffff;
  letter-spacing: 0.0em;
  text-shadow: 0px 0px 0px #ffffff;
  font-weight: 400;
  padding-left: 22px;
  padding-right: 22px;
  line-height: 14px;
  padding-top: 18px;
  padding-bottom: 18px;
  display: inline-block;
  margin-left: 10px;
}
/* line 915, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-cart a.btn.cart_checkout_button#form-buttons-subscribe,
body.template-checkout a.btn.cart_checkout_button#form-buttons-subscribe,
body.template-cart a.btn.discount_coupon_button#form-buttons-subscribe,
body.template-checkout a.btn.discount_coupon_button#form-buttons-subscribe {
  background-color: #f8f3ef;
}
/* line 919, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-cart a.btn.cart_checkout_button:active:focus,
body.template-checkout a.btn.cart_checkout_button:active:focus,
body.template-cart a.btn.discount_coupon_button:active:focus,
body.template-checkout a.btn.discount_coupon_button:active:focus,
body.template-cart a.btn.cart_checkout_button:focus,
body.template-checkout a.btn.cart_checkout_button:focus,
body.template-cart a.btn.discount_coupon_button:focus,
body.template-checkout a.btn.discount_coupon_button:focus {
  background: #e81f2d !important;
  color: #ffffff;
  border: 2px solid #e81f2d;
  box-shadow: none;
}
/* line 927, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-cart a.btn.cart_checkout_button:hover,
body.template-checkout a.btn.cart_checkout_button:hover,
body.template-cart a.btn.discount_coupon_button:hover,
body.template-checkout a.btn.discount_coupon_button:hover {
  background: #e81f2d !important;
  color: #ffffff;
  border: 2px solid #e81f2d;
  box-shadow: none;
}
@media (min-width: 991px) {
  /* line 7254, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.template-cart .portletCalendar,
  body.template-checkout .portletCalendar {
    width: 33%;
  }
}
/* line 7258, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-cart .portletCalendar .portletHeader > a,
body.template-checkout .portletCalendar .portletHeader > a {
  color: #e81f2d;
}
/* line 7262, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-cart .portletCalendar .cal_has_events a:after,
body.template-checkout .portletCalendar .cal_has_events a:after {
  color: #e81f2d !important;
}
/* line 7266, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-cart .portletCalendar .ploneCalendar td.today.selected,
body.template-checkout .portletCalendar .ploneCalendar td.today.selected {
  border-color: #e81f2d !important;
}
/* line 7270, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-cart .portletCalendar .table-time .time-free:not(.time-ua):hover,
body.template-checkout .portletCalendar .table-time .time-free:not(.time-ua):hover {
  color: #7ed321 !important;
}
/* line 7274, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-cart .portletCalendar .table-time .time-busy:not(.time-ua),
body.template-checkout .portletCalendar .table-time .time-busy:not(.time-ua) {
  color: #7ed321 !important;
}
/* line 7278, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-cart .portletCalendar .table-time .time-busy:not(.time-ua):hover,
body.template-checkout .portletCalendar .table-time .time-busy:not(.time-ua):hover {
  color: #7ed321 !important;
}
/* line 7282, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-cart .portletCalendar a.calendarNext:hover,
body.template-checkout .portletCalendar a.calendarNext:hover {
  color: #e81f2d !important;
}
/* line 7285, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-cart .portletCalendar a.calendarNext:hover:after,
body.template-checkout .portletCalendar a.calendarNext:hover:after {
  color: #e81f2d !important;
}
@media (max-width: 768px) {
  /* line 7292, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.template-cart .subtotal-th,
  body.template-checkout .subtotal-th,
  body.template-cart .subtotal-col,
  body.template-checkout .subtotal-col {
    display: none !important;
  }
  /* line 7296, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.template-cart h4,
  body.template-checkout h4 {
    font-size: 0.750em !important;
  }
}
/* line 7304, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-checkout #slickcarousel,
body.template-checkout .intro-header {
  margin-bottom: 0px !important;
}
/* line 7309, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-checkout .main-block {
  padding-top: 0px !important;
}
/* line 7313, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-checkout .cd-navigation-wrapper {
  padding-top: 120px !important;
}
/* line 7317, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-checkout select {
  background-color: #f5f5f5;
  border: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-weight: 400 !important;
  font-size: 1.000em !important;
  color: #373739 !important;
  vertical-align: top;
  height: 43px;
  cursor: pointer;
}
/* line 7329, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-checkout select option {
  color: #373739;
}
/* line 7334, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-checkout div.field input[type="text"]:not(#form-widgets-email),
body.template-checkout div.field input[type="email"]:not(#form-widgets-email) {
  font-weight: 400 !important;
  font-size: 1.000em !important;
  color: #373739 !important;
  background-color: #f5f5f5 !important;
  border: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  padding: 0.4em!important;
  padding-top: 0.7em !important;
  padding-left: 0.9em !important;
  width: 15em;
  height: 43px;
  font-family: 'circularBook', Arial, sans-serif;
  /*.inputField();
    	width: 15em;*/
}
/* line 7354, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-checkout div.field label {
  font-weight: 400 !important;
  font-size: 1.100em !important;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 15px;
  font-family: 'circularBook', Arial, sans-serif;
}
/* line 7363, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-checkout h2 {
  padding-top: 10px;
  margin-top: 1em;
  margin-bottom: 0.5em;
  padding-bottom: 0.25em;
  border-bottom: 0.1em solid #bbb;
  font-weight: 700;
  color: #e81f2d;
  line-height: 36px;
  font-size: 1.350em !important;
  margin: 0 0;
  letter-spacing: 0.05em;
  font-family: 'circularBold', Arial, sans-serif;
}
/* line 7378, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-checkout #input-checkout-checkout_back,
body.template-checkout #input-checkout-next {
  font-family: 'circularBook', Arial, sans-serif;
  margin: 0 auto;
  display: block;
  border: 2px solid #252527;
  border-radius: 0px;
  text-transform: none;
  height: auto;
  color: #252527;
  letter-spacing: 0.1em;
  width: auto;
  font-size: 18px;
  background-color: #ffffff;
  letter-spacing: 0.0em;
  text-shadow: 0px 0px 0px #ffffff;
  font-weight: 400;
  padding-left: 22px;
  padding-right: 22px;
  line-height: 14px;
  padding-top: 18px;
  padding-bottom: 18px;
}
/* line 915, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-checkout #input-checkout-checkout_back#form-buttons-subscribe,
body.template-checkout #input-checkout-next#form-buttons-subscribe {
  background-color: #f8f3ef;
}
/* line 919, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-checkout #input-checkout-checkout_back:active:focus,
body.template-checkout #input-checkout-next:active:focus,
body.template-checkout #input-checkout-checkout_back:focus,
body.template-checkout #input-checkout-next:focus {
  background: #e81f2d !important;
  color: #ffffff;
  border: 2px solid #e81f2d;
  box-shadow: none;
}
/* line 927, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-checkout #input-checkout-checkout_back:hover,
body.template-checkout #input-checkout-next:hover {
  background: #e81f2d !important;
  color: #ffffff;
  border: 2px solid #e81f2d;
  box-shadow: none;
}
/* line 7383, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-checkout #cart_summary {
  font-family: 'circularBook', Arial, sans-serif;
  font-size: 18px;
}
/* line 7388, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-checkout .mode_display .field {
  font-family: 'circularBook', Arial, sans-serif;
  font-size: 16px;
}
/* line 7394, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-checkout .checkout_cart_overview .cart_item h4 {
  font-size: 1.150em !important;
  padding-bottom: 20px !important;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  font-family: 'circularBook', Arial, sans-serif;
}
/* line 7402, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-checkout .checkout_cart_overview .cart_item td.quantity-col {
  padding-top: 37px !important;
  padding-bottom: 12px !important;
}
/* line 7407, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-checkout .checkout_cart_overview tr.cart-header th h4 {
  font-size: 1.125em !important;
  font-family: 'circularBook', Arial, sans-serif;
}
/* line 7412, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-checkout .checkout_cart_overview .cart_item td {
  padding-top: 35px !important;
}
/* line 7416, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-checkout .checkout_cart_overview .subtotal-col,
body.template-checkout .checkout_cart_overview .subtotal-th {
  padding-right: 0px !important;
}
/* line 7421, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-checkout .checkout_cart_overview .cart_sum_content {
  font-size: 1.125em !important;
}
/* line 7426, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-checkout #form-checkout.mode_display label {
  display: none;
}
/* line 7430, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-checkout #form-checkout #field-checkout-accept_terms_and_conditions-accept label {
  display: inline !important;
}
/* line 7434, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-checkout #form-checkout #field-checkout-accept_terms_and_conditions-accept a {
  color: #373739 !important;
  text-decoration: underline !important;
}
/* line 7437, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-checkout #form-checkout #field-checkout-accept_terms_and_conditions-accept a:hover,
body.template-checkout #form-checkout #field-checkout-accept_terms_and_conditions-accept a:active,
body.template-checkout #form-checkout #field-checkout-accept_terms_and_conditions-accept a:focus {
  color: #373739 !important;
}
/* line 7444, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-checkout #form-checkout #field-checkout-accept_terms_and_conditions-accept {
  padding-bottom: 15px;
}
/* line 7448, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-checkout .checkbox {
  display: inline-block;
}
/* line 7452, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-checkout #input-checkout-confirm_back,
body.template-checkout #input-checkout-finish {
  font-family: 'circularBook', Arial, sans-serif;
  margin: 0 auto;
  display: block;
  border: 2px solid #252527;
  border-radius: 0px;
  text-transform: none;
  height: auto;
  color: #252527;
  letter-spacing: 0.1em;
  width: auto;
  font-size: 18px;
  background-color: #ffffff;
  letter-spacing: 0.0em;
  text-shadow: 0px 0px 0px #ffffff;
  font-weight: 400;
  padding-left: 22px;
  padding-right: 22px;
  line-height: 14px;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 1.000em !important;
}
/* line 915, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-checkout #input-checkout-confirm_back#form-buttons-subscribe,
body.template-checkout #input-checkout-finish#form-buttons-subscribe {
  background-color: #f8f3ef;
}
/* line 919, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-checkout #input-checkout-confirm_back:active:focus,
body.template-checkout #input-checkout-finish:active:focus,
body.template-checkout #input-checkout-confirm_back:focus,
body.template-checkout #input-checkout-finish:focus {
  background: #e81f2d !important;
  color: #ffffff;
  border: 2px solid #e81f2d;
  box-shadow: none;
}
/* line 927, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-checkout #input-checkout-confirm_back:hover,
body.template-checkout #input-checkout-finish:hover {
  background: #e81f2d !important;
  color: #ffffff;
  border: 2px solid #e81f2d;
  box-shadow: none;
}
@media (max-width: 768px) {
  /* line 7459, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.template-checkout div.field {
    width: 100% !important;
    clear: both !important;
    display: block;
  }
  /* line 7463, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.template-checkout div.field input:not([type="radio"]) {
    width: 100% !important;
  }
  /* line 7467, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.template-checkout div.field select {
    width: 100% !important;
  }
  /* line 7472, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.template-checkout .intro-header {
    height: 400px !important;
  }
  /* line 7476, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.template-checkout .navbar-fixed-top {
    background: transparent !important;
    border: 0px !important;
  }
}
/* line 7482, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-checkout #input-checkout-checkout_back,
body.template-checkout #input-checkout-next,
body.template-checkout #input-checkout-confirm_back,
body.template-checkout #input-checkout-finish {
  font-family: 'circularBold', Arial, sans-serif;
  padding: 17px;
  border: 1px solid #e81f2d;
  border-radius: 0px;
  text-transform: uppercase;
  height: auto;
  color: #e81f2d;
  letter-spacing: 0.1em;
  width: auto;
  font-size: 17px;
  background-color: #ffffff;
  letter-spacing: 0.05em;
  text-shadow: 0px 0px 0px #ffffff;
  font-weight: 400;
  padding-left: 28px;
  padding-right: 28px;
  padding-bottom: 12px;
  text-align: center;
  margin-top: 30px;
  margin-right: 10px;
  display: inline-block;
}
/* line 7509, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-checkout #input-checkout-confirm_back,
body.template-checkout #input-checkout-finish {
  padding: 13px 28px !important;
  padding-bottom: 12px !important;
}
/* line 7516, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.template-etickets * {
  font-weight: 400 !important;
}
/* line 7522, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-etickets #slickcarousel,
body.template-etickets #logo-wrapper,
body.template-etickets #cd-nav,
body.template-etickets .cd-nav-trigger,
body.template-etickets .title-container {
  display: none !important;
}
/* line 7526, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-etickets #portal-logo {
  display: none !important;
}
/* line 7530, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-etickets #cart {
  width: 100% !important;
  padding-left: 55px !important;
  padding-right: 55px !important;
  padding-top: 0px !important;
  background: transparent !important;
  z-index: 10000 !important;
}
/* line 7539, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-etickets .ticket-item:not(:first-child) #ticket-header {
  margin-top: 35px !important;
}
/* line 7543, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-etickets .ticket-item #ticket-header {
  padding: 20px !important;
  background-color: #e81f2d !important;
  border-radius: 0px !important;
}
/* line 7549, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-etickets .cart_item {
  padding-top: 15px !important;
  width: 100% !important;
  border-bottom: 0px !important;
}
/* line 7555, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-etickets table {
  width: 100%;
}
/* line 7559, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-etickets .cart_item tr {
  height: 40px !important;
  color: #666666;
  font-size: 1.000em;
}
/* line 7565, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-etickets td:not(.ticket-info) {
  padding-right: 0px !important;
  line-height: 24px !important;
  padding: 0px !important;
}
/* line 7571, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-etickets td {
  padding-left: 10px !important;
}
/* line 7575, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-etickets td.ticket-info {
  width: 55%;
  font-size: 9px !important;
  padding-top: 0px !important;
}
/* line 7581, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-etickets span {
  font-size: 16px !important;
  color: #666666 !important;
  font-family: 'circularBook', Arial, sans-serif !important;
}
/* line 7587, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-etickets .info-div {
  margin-left: 12px !important;
}
/* line 7591, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-etickets .info-div p {
  letter-spacing: 0.015em !important;
}
/* line 7595, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-etickets .info-div p {
  margin: 3px !important;
  line-height: 10px !important;
  font-size: 9px !important;
  margin: 0px 0 !important;
}
/* line 7601, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-etickets .info-div p:first-child {
  margin-top: 0px !important;
}
/* line 7606, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-etickets #content ul {
  margin-left: 0px !important;
  -webkit-padding-start: 15px !important;
}
/* line 7611, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-etickets li {
  display: list-item;
}
/* line 7615, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-etickets h3 {
  font-size: 16px !important;
  color: #e81f2d !important;
  font-weight: 800 !important;
  letter-spacing: 0.06em !important;
  line-height: 24px;
  margin: 0 0;
}
/* line 7624, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-etickets #ticket-footer {
  padding-top: 25px !important;
  height: auto !important;
  padding-right: 50px !important;
  padding: 0px !important;
}
/* line 7631, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-etickets #ticket-footer div {
  padding-left: 0px !important;
  padding-top: 5px !important;
}
/* line 7636, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-etickets h4 {
  color: #e81f2d !important;
  font-weight: 800 !important;
  letter-spacing: 0.06em !important;
  line-height: 21px;
  margin: 0 0;
  margin-top: 0px !important;
  font-size: 16px !important;
}
/* line 7646, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-etickets #ticket-footer p,
body.template-etickets #ticket-footer ul > li {
  font-size: 9px !important;
  line-height: 12px !important;
  letter-spacing: 0.07em !important;
  color: #666666 !important;
  margin: 1px 0 !important;
}
/* line 7654, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-etickets .logo-container {
  height: 50px !important;
}
/* line 7658, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-etickets .tickets-title h1 {
  font-family: sans-serif !important;
  margin-left: 3px;
}
/* line 7663, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-etickets h1 {
  font-size: 20px !important;
  line-height: 160px !important;
  text-transform: uppercase !important;
  margin-top: 120px !important;
  color: #ffffff !important;
}
/* line 7672, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-etickets .tickets-title {
  height: 100px !important;
}
/* line 7676, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-etickets .title-aux {
  font-family: sans-serif !important;
  text-transform: uppercase;
  margin-bottom: 0px !important;
  font-size: 40px;
  color: #ffffff !important;
  margin: 0 0 !important;
}
/* line 7685, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-etickets .intro-header {
  display: none !important;
}
/* line 7689, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-etickets .ticket-barcode {
  padding-bottom: 30px !important;
}
/* line 7693, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-etickets .main-container {
  padding: 0px !important;
}
/* line 7697, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-etickets .ticket-item:not(:last-child) {
  padding-bottom: 60px !important;
}
/* line 7704, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-etickets footer {
  display: none;
}
/* line 7708, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-etickets img.logo {
  width: 240px !important;
  height: auto !important;
}
/* line 7715, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-etickets #logos-wrapper {
  width: 100%;
  text-align: left;
}
/* line 7720, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-etickets #logos-wrapper img {
  max-width: 100%;
  margin: 0 auto;
}
/* line 7726, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-etickets .ticket-title {
  font-style: italic;
}
/* line 7730, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-etickets .lorentz-formule {
  font-style: italic;
}
@media (max-width: 768px) {
  /* line 7737, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.template-cart .navbar-fixed-top {
    background: transparent !important;
    border: 0px !important;
  }
}
/* line 7746, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-mollie_payment_success .intro-header {
  background-image: url(https://www.cuypershuis.nl/nl/over-het-museum/pers/persberichten-1/nieuwe-website-zeeuws-museum-volledige-museumcollectie-online-toegankelijk/slideshow/beeldmerk-zeeuws-museum-foto-koen-hauser-liggend.jpg/@@images/image/large);
  position: relative;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (min-width: 992px) {
  /* line 7754, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.template-mollie_payment_success .intro-header {
    margin-top: 49px;
  }
}
/* line 7759, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-mollie_payment_success .intro-header:before {
  padding-top: 35%;
  content: "";
  display: table;
}
/* line 7765, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-mollie_payment_success .intro-header {
  position: relative;
}
/* line 7769, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-mollie_payment_success article#content {
  padding-top: 50px;
}
/* line 7773, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-mollie_payment_success div#website-title {
  position: absolute;
  top: 48%;
  text-align: center;
  width: 100%;
}
/* line 7779, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-mollie_payment_success div#website-title h1 {
  font-weight: 800 !important;
  font-size: 2.125em !important;
  line-height: 50px !important;
  color: #ffffff !important;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin: 0 auto;
  display: block;
  font-family: 'circularBook', Arial, sans-serif;
}
@media (max-width: 991px) {
  /* line 7790, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.template-mollie_payment_success div#website-title h1 {
    font-size: 36px !important;
  }
}
@media (max-width: 991px) {
  /* line 7795, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.template-mollie_payment_success div#website-title {
    margin-left: -150px;
    margin-top: -25px;
  }
}
/* line 7803, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-mollie_payment_success .brand-name {
  display: none !important;
}
/* line 7807, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-mollie_payment_success .title-container {
  padding-top: 50px;
}
@media (min-width: 991px) {
  /* line 7812, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.template-mollie_payment_success .wrapper-result-page {
    width: 650px;
    margin: 0 auto;
    background: #ffffff;
  }
}
/* line 7819, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-mollie_payment_success p {
  font-weight: 400;
  line-height: 33px;
  color: #333333;
  margin: 0 0 10.5px;
  font-size: 1.00em !important;
  letter-spacing: 0.00em !important;
}
/* line 7828, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-mollie_payment_success a.payment_button {
  font-family: 'circularBook', Arial, sans-serif;
  margin: 0 auto;
  display: block;
  border: 2px solid #252527;
  border-radius: 0px;
  text-transform: none;
  height: auto;
  color: #252527;
  letter-spacing: 0.1em;
  width: auto;
  font-size: 18px;
  background-color: #ffffff;
  letter-spacing: 0.0em;
  text-shadow: 0px 0px 0px #ffffff;
  font-weight: 400;
  padding-left: 22px;
  padding-right: 22px;
  line-height: 14px;
  padding-top: 18px;
  padding-bottom: 18px;
  text-shadow: none !important;
}
/* line 915, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-mollie_payment_success a.payment_button#form-buttons-subscribe {
  background-color: #f8f3ef;
}
/* line 919, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-mollie_payment_success a.payment_button:active:focus,
body.template-mollie_payment_success a.payment_button:focus {
  background: #e81f2d !important;
  color: #ffffff;
  border: 2px solid #e81f2d;
  box-shadow: none;
}
/* line 927, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-mollie_payment_success a.payment_button:hover {
  background: #e81f2d !important;
  color: #ffffff;
  border: 2px solid #e81f2d;
  box-shadow: none;
}
/* line 7832, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-mollie_payment_success #ordernumber_order_text strong {
  color: #373739 !important;
}
/* line 7838, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-etickets p.logo-text {
  font-family: 'circularBold', Arial, sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 0px;
}
/* line 7847, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-checkout #form-checkout #field-checkout-subscribe-subscribe {
  padding-bottom: 15px !important;
  margin-top: 0px;
}
/* line 7850, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-checkout #form-checkout #field-checkout-subscribe-subscribe label {
  display: inline !important;
}
@media (min-width: 992px) {
  /* line 7853, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.template-checkout #form-checkout #field-checkout-subscribe-subscribe label span {
    margin-left: 20px;
    font-style: italic;
    display: block;
  }
}
/* line 7862, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-checkout #tag-checkout-subscribe-heading {
  display: none !important;
}
/* line 7866, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-checkout #form-checkout #field-checkout-accept_terms_and_conditions-accept {
  padding-bottom: 0px !important;
}
/* line 7872, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.portaltype-event #slickcarousel .video-slide iframe,
body.portaltype-document #slickcarousel .video-slide iframe {
  display: none;
}
/* line 7876, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.portaltype-event #slickcarousel .video-slide img.overlay-image,
body.portaltype-document #slickcarousel .video-slide img.overlay-image {
  z-index: 3;
}
/* line 7881, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body i.glyphicon.link-external,
body i.glyphicon.link-mailto,
body i.glyphicon.link-https {
  display: none !important;
}
@media (min-width: 1081px) {
  /* line 7889, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  #website-nav a.navbar-brand img.website-logo-menu {
    width: 200px !important;
    height: 26px;
    margin-left: 14px;
  }
}
@media (min-width: 768px) {
  /* line 7897, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  .navbar-right.menu-search-button {
    padding-right: 30px;
  }
  /* line 7901, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  #website-nav .plone-navbar-nav.navbar-right:last-child {
    margin-right: 15px;
  }
}
/* line 7906, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
ul#language-dropdown .fa-caret-down:before {
  font-size: 10px;
}
/* line 7911, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
ul#language-dropdown .fa-caret-down {
  line-height: 15px;
  margin-left: -1px;
  vertical-align: top;
}
/* line 7920, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend #global_statusmessage {
  padding-top: 33px;
  background: #ffffff;
}
@media (max-width: 991px) {
  /* line 7927, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  #portal-column-two div.portlet-rrssb {
    display: none !important;
  }
}
/* line 7933, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend #below-content .belowcontent-portlets .col-xs-12 > .portletWrapper:first-child {
  background: #ffffff;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 992px) {
  /* line 7938, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend #below-content .belowcontent-portlets .col-xs-12 > .portletWrapper:first-child {
    padding-left: 0px;
    padding-right: 0px;
    width: 66.66666667%;
  }
}
/* line 7945, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend #below-content .belowcontent-portlets .col-xs-12 .portlet-rrssb {
  max-width: 625px;
  width: 100%;
  margin: 0 auto;
  padding-top: 0px;
}
@media (min-width: 992px) {
  /* line 7952, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend #below-content .belowcontent-portlets .col-xs-12 .portlet-rrssb {
    width: 80%;
    margin-left: 20%;
    max-width: 625px;
  }
}
/* line 7958, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend #below-content .belowcontent-portlets .col-xs-12 .portlet-rrssb .sharing-buttons-wrapper {
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  top: 0;
  width: 100%;
  max-width: 625px;
  border: 0px;
  border-radius: 0px;
  border-right: 0px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  height: auto;
  margin-right: auto;
  margin: 0 auto;
  left: 0;
  border-top: 1px solid #e5e5e5 !important;
  border-bottom: 1px solid #e5e5e5 !important;
}
/* line 7979, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend #below-content .belowcontent-portlets .col-xs-12 .portlet-rrssb .sharing-buttons-wrapper .social-media-title {
  border-bottom: 0px;
  text-align: left;
  margin-left: 5px;
  text-transform: uppercase;
  letter-spacing: 0.085em;
  color: #252527;
  padding-top: 35px;
  padding-bottom: 0px;
  display: inline-block;
  width: auto;
  margin-right: 20px;
  float: left;
  height: auto;
  font-size: 15px;
}
@media (max-width: 768px) {
  /* line 7995, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend #below-content .belowcontent-portlets .col-xs-12 .portlet-rrssb .sharing-buttons-wrapper .social-media-title {
    font-size: 13px;
    margin-right: 14px;
    padding-top: 36px;
  }
}
/* line 8002, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend #below-content .belowcontent-portlets .col-xs-12 .portlet-rrssb .sharing-buttons-wrapper ul.rrssb-buttons {
  padding-top: 18px;
  height: auto !important;
  width: 150px !important;
  margin: 0 auto;
  margin-left: 0;
  padding-bottom: 10px;
  display: inline-block;
}
/* line 8012, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend #below-content .belowcontent-portlets .col-xs-12 .portlet-rrssb .sharing-buttons-wrapper ul.rrssb-buttons li {
  width: 50px !important;
  padding-left: 1px;
  padding-right: 1px;
  display: block !important;
  float: left !important;
  height: 60px !important;
  line-height: 1px !important;
}
/* line 8027, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
#babel-edit #frame-content img.image-inline {
  width: 100% !important;
}
@media (max-width: 991px) {
  /* line 8032, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  .main-container {
    float: none !important;
  }
}
/* line 8039, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.site-en .mailchimp-btn-text.nl {
  display: none !important;
}
/* line 8045, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.site-nl .mailchimp-btn-text.en {
  display: none !important;
}
/* line 8050, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
ul.social-media {
  margin-left: 0 !important;
  padding-left: 0px !important;
  margin-top: -20px;
  margin-bottom: 0px;
}
/* line 8057, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
footer ul.social-media {
  margin-left: 0 !important;
  padding-left: 0px !important;
  margin-top: -20px;
  margin-bottom: 0px;
}
/* line 8064, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
div#parent-fieldname-text ul.social-media {
  margin-top: -20px !important;
}
/* line 8068, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
footer .footer-logo-wrapper {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 40px;
  width: 100%;
  max-width: 325px;
}
@media (max-width: 991px) {
  /* line 8075, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  footer .footer-logo-wrapper {
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  /* line 8081, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  footer .footer-logo-wrapper {
    margin: 0 auto;
    padding-top: 50px;
  }
}
/* line 8086, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
footer .footer-logo-wrapper img {
  width: 100%;
}
/* line 8092, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
ul.social-media li {
  display: inline-block;
}
/* line 8095, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
ul.social-media li a {
  padding: 11px;
  border: 2px solid #e81f2d !important;
  border-radius: 50%;
  font-size: 16px;
  line-height: 18px;
  width: 45px;
  height: 45px;
  display: inline-block;
  margin-bottom: 0px !important;
}
/* line 8106, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
ul.social-media li a:hover,
ul.social-media li a:active,
ul.social-media li a:focus {
  color: #252527 !important;
  border: 2px solid #252527 !important;
}
/* line 8113, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
ul.social-media li a i {
  width: 100%;
  text-align: center;
}
/* line 8121, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
footer ul.social-media li {
  display: inline-block;
}
/* line 8124, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
footer ul.social-media li a {
  padding: 11px;
  border: 2px solid #e81f2d !important;
  border-radius: 50%;
  font-size: 16px;
  line-height: 18px;
  width: 45px;
  height: 45px;
  display: inline-block;
  margin-bottom: 0px !important;
}
/* line 8135, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
footer ul.social-media li a:hover,
footer ul.social-media li a:active,
footer ul.social-media li a:focus {
  color: #252527 !important;
  border: 2px solid #252527 !important;
}
/* line 8142, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
footer ul.social-media li a i {
  width: 100%;
  text-align: center;
}
/* line 8151, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-event .event-date.permanent,
body.frontend.portaltype-occurrence .event-date.permanent {
  display: none !important;
}
/* line 8159, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-search .main-container,
body.frontend.template-advancedsearch .main-container,
body.template-default_error_message .main-container {
  width: 100% !important;
}
/* line 8163, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-search .event-date.permanent,
body.frontend.template-advancedsearch .event-date.permanent,
body.template-default_error_message .event-date.permanent {
  display: none !important;
}
/* line 8167, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-search .title-container h1,
body.frontend.template-advancedsearch .title-container h1,
body.template-default_error_message .title-container h1 {
  text-align: center;
  font-size: 48px;
  padding-bottom: 10px;
}
@media (min-width: 769px) {
  /* line 8175, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.template-search #content-core,
  body.frontend.template-advancedsearch #content-core,
  body.template-default_error_message #content-core {
    width: 725px;
    max-width: 725px;
    margin-left: 0;
    margin: 0 auto;
  }
  /* line 8182, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.template-search .title-container,
  body.frontend.template-advancedsearch .title-container,
  body.template-default_error_message .title-container {
    width: 725px;
    max-width: 725px;
    margin-left: 0;
    margin: 0 auto;
  }
}
/* line 8190, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-search .search-input,
body.frontend.template-advancedsearch .search-input,
body.template-default_error_message .search-input {
  border: 1px solid #c4c4c4 !important;
  padding-top: 13px !important;
  padding-bottom: 13px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  letter-spacing: 0.0em !important;
}
/* line 8199, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-search #searchform .input-group input.searchPage.btn,
body.frontend.template-advancedsearch #searchform .input-group input.searchPage.btn,
body.template-default_error_message #searchform .input-group input.searchPage.btn {
  padding-top: 16px;
  padding-bottom: 16px;
}
@media (min-width: 769px) {
  /* line 8203, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.template-search #searchform .input-group input.searchPage.btn,
  body.frontend.template-advancedsearch #searchform .input-group input.searchPage.btn,
  body.template-default_error_message #searchform .input-group input.searchPage.btn {
    margin-left: 15px !important;
  }
}
/* line 8208, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-search #results-count,
body.frontend.template-advancedsearch #results-count,
body.template-default_error_message #results-count {
  font-size: 18px;
}
/* line 8212, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-search .search-item .no-padding-left,
body.frontend.template-advancedsearch .search-item .no-padding-left,
body.template-default_error_message .search-item .no-padding-left {
  padding-left: 0px !important;
}
/* line 8216, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-search .search-item.row,
body.frontend.template-advancedsearch .search-item.row,
body.template-default_error_message .search-item.row,
body.frontend.template-search .similar-item.row,
body.frontend.template-advancedsearch .similar-item.row,
body.template-default_error_message .similar-item.row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
/* line 8221, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-search .search-item .no-media,
body.frontend.template-advancedsearch .search-item .no-media,
body.template-default_error_message .search-item .no-media,
body.frontend.template-search .similar-item .no-media,
body.frontend.template-advancedsearch .similar-item .no-media,
body.template-default_error_message .similar-item .no-media {
  display: none !important;
}
@media (min-width: 769px) {
  /* line 8227, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.template-search .search-item .search-item-right,
  body.frontend.template-advancedsearch .search-item .search-item-right,
  body.template-default_error_message .search-item .search-item-right {
    padding-left: 30px !important;
  }
}
/* line 8232, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-search .search-item .search-item-right.no-media-right,
body.frontend.template-advancedsearch .search-item .search-item-right.no-media-right,
body.template-default_error_message .search-item .search-item-right.no-media-right,
body.frontend.template-search .similar-item .no-media-right,
body.frontend.template-advancedsearch .similar-item .no-media-right,
body.template-default_error_message .similar-item .no-media-right {
  padding-left: 0px !important;
}
@media (min-width: 769px) {
  /* line 8236, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.template-search .search-item .search-item-right.no-media-right,
  body.frontend.template-advancedsearch .search-item .search-item-right.no-media-right,
  body.template-default_error_message .search-item .search-item-right.no-media-right,
  body.frontend.template-search .similar-item .no-media-right,
  body.frontend.template-advancedsearch .similar-item .no-media-right,
  body.template-default_error_message .similar-item .no-media-right {
    padding-left: 0px !important;
  }
}
/* line 8241, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-search .similar-item .no-padding-left,
body.frontend.template-advancedsearch .similar-item .no-padding-left,
body.template-default_error_message .similar-item .no-padding-left {
  padding-left: 0px !important;
}
/* line 8245, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-search .similar-item,
body.frontend.template-advancedsearch .similar-item,
body.template-default_error_message .similar-item {
  padding-bottom: 40px !important;
  padding-top: 40px !important;
  border-top: 1px solid #e7e7e8;
}
/* line 8252, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-search .search-item a:hover,
body.frontend.template-advancedsearch .search-item a:hover,
body.template-default_error_message .search-item a:hover,
body.frontend.template-search .search-item a:focus,
body.frontend.template-advancedsearch .search-item a:focus,
body.template-default_error_message .search-item a:focus,
body.frontend.template-search .search-item a:active,
body.frontend.template-advancedsearch .search-item a:active,
body.template-default_error_message .search-item a:active {
  border-bottom: 2px solid #252527 !important;
}
/* line 8259, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-search .searchResults > .search-item:last-child,
body.frontend.template-advancedsearch .searchResults > .search-item:last-child,
body.template-default_error_message .searchResults > .search-item:last-child,
body.frontend.template-search #page-not-found-list > .similar-item:last-child,
body.frontend.template-advancedsearch #page-not-found-list > .similar-item:last-child,
body.template-default_error_message #page-not-found-list > .similar-item:last-child {
  border-bottom: 1px solid #e7e7e8;
}
/* line 8263, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.template-search footer,
body.frontend.template-advancedsearch footer,
body.template-default_error_message footer {
  margin-top: 0px !important;
}
/* line 8269, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.portaltype-folder .portlet-rrssb,
body.portaltype-collection .portlet-rrssb,
body.portaltype-formfolder .portlet-rrssb,
body.template-fg_thankspage_view_p3 .portlet-rrssb {
  display: none !important;
}
/* line 8274, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-default_error_message .item-description {
  margin-top: 6px;
  margin-bottom: 0px;
  line-height: 28px;
  font-size: 1.063em;
}
/* line 8286, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-fg_thankspage_view_p3 .main-container,
body.template-login_form .main-container,
body.template-login_failed .main-container,
body.template-logged_out .main-container {
  width: 100% !important;
}
@media (min-width: 769px) {
  /* line 8291, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.template-fg_thankspage_view_p3 .title-container,
  body.template-login_form .title-container,
  body.template-login_failed .title-container,
  body.template-logged_out .title-container,
  body.template-fg_thankspage_view_p3 #content-core,
  body.template-login_form #content-core,
  body.template-login_failed #content-core,
  body.template-logged_out #content-core {
    width: 625px;
    max-width: 625px;
    margin-left: 0;
    margin: 0 auto;
  }
}
/* line 8304, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-login_form footer,
body.template-login_failed footer,
body.template-logged_out footer {
  padding-top: 0px !important;
}
/* line 8308, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-login_form input,
body.template-login_failed input,
body.template-logged_out input {
  border: 1px solid #c4c4c4 !important;
}
/* line 8313, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-quickedit #pfgWidgetWrapper {
  top: 20% !important;
}
/* new FRONT PAGE */
/* line 8319, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-portlet-page .intro-header #global_statusmessage {
  display: none !important;
}
/* line 8323, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-portlet-page #slickcarousel .slick-slider {
  margin-bottom: 0px !important;
}
/* line 8327, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-portlet-page #column-collective-portletpage-toprow-portlet-header .portletSlideshow {
  margin-bottom: 0px !important;
}
@media (max-width: 767px) {
  /* line 8335, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage #slickcarousel:before {
    padding-top: 100% !important;
  }
}
@media (max-width: 991px) {
  /* line 8340, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage #slickcarousel .title-wrapper {
    display: block !important;
  }
}
@media (min-width: 992px) {
  /* line 8348, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage #column-collective-portletpage-toprow-portlet-nu-te-zien .portlet-item,
  body.frontend.portaltype-portlet-page.section-frontpage #column-collective-portletpage-toprow-portlet-tentoonstellingen .portlet-item {
    width: 50% !important;
  }
  /* line 8354, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage #column-collective-portletpage-toprow-portlet-nieuws .portlet-item {
    width: 25% !important;
  }
  /* line 8358, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage #column-collective-portletpage-toprow-portlet-nieuws .clearfix,
  body.frontend.portaltype-portlet-page.section-frontpage #column-collective-portletpage-toprow-portlet-nieuws .plone-nav,
  body.frontend.portaltype-portlet-page.section-frontpage #column-collective-portletpage-toprow-portlet-nieuws .plone-navbar,
  body.frontend.portaltype-portlet-page.section-frontpage #column-collective-portletpage-toprow-portlet-nieuws .plone-navbar-collapse {
    display: none !important;
  }
}
@media (min-width: 992px) {
  /* line 8366, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage #portletPageTopRow > div:nth-child(2) .portletCollection .portletHeader {
    display: block !important;
  }
}
/* line 8373, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-portlet-page.section-frontpage #column-collective-portletpage-toprow-portlet-nieuws .portlet-item h2.item-title {
  font-family: 'circularBold', Arial, sans-serif;
  font-size: 20px;
}
/* line 8378, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-portlet-page.section-frontpage .title-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  margin-left: 75px;
  margin-bottom: 48px;
  padding-right: 40px;
  pointer-events: all !important;
}
/* line 8388, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-portlet-page.section-frontpage .title-wrapper p.slide-title-parent {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #ffffff;
  line-height: 30px;
  margin-left: 4px;
}
/* line 8397, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-portlet-page.section-frontpage .title-wrapper h3.item-title {
  border-bottom: 2px solid transparent !important;
  color: #ffffff !important;
  font-family: 'circularBook', Arial, sans-serif;
  font-size: 3.750em;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0.00em;
  margin-bottom: 0px;
  line-height: 63px;
  margin-top: 0px;
  margin-bottom: 2px !important;
}
/* line 8411, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-portlet-page.section-frontpage .title-wrapper a:hover,
body.frontend.portaltype-portlet-page.section-frontpage .title-wrapper a:focus,
body.frontend.portaltype-portlet-page.section-frontpage .title-wrapper a:active {
  outline: 0px !important;
}
/* line 8414, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-portlet-page.section-frontpage .title-wrapper a:hover h3.item-title,
body.frontend.portaltype-portlet-page.section-frontpage .title-wrapper a:focus h3.item-title,
body.frontend.portaltype-portlet-page.section-frontpage .title-wrapper a:active h3.item-title {
  border-bottom: 2px solid #ffffff !important;
}
@media (max-width: 768px) {
  /* line 8417, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage .title-wrapper a:hover h3.item-title,
  body.frontend.portaltype-portlet-page.section-frontpage .title-wrapper a:focus h3.item-title,
  body.frontend.portaltype-portlet-page.section-frontpage .title-wrapper a:active h3.item-title {
    border-bottom: 2px solid transparent !important;
    text-decoration: underline !important;
  }
}
/* line 8426, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-portlet-page.section-frontpage .title-wrapper .event-date {
  color: #ffffff;
  margin-left: 4px;
  margin-top: 2px;
  margin-bottom: 0px;
}
@media (min-width: 991px) {
  /* line 8434, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage .title-wrapper .event-date {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  /* line 8439, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage .title-wrapper {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    padding-right: 0px;
  }
  /* line 8445, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage .title-wrapper h3.item-title {
    font-size: 35px;
    line-height: 35px;
    margin-left: 3px;
  }
}
/* line 8459, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.portaltype-event li.event-dates,
.portaltype-occurrence li.event-dates {
  display: none !important;
}
@media (max-width: 767px) {
  /* line 8465, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  #website-wrapper {
    box-shadow: none !important;
    margin-bottom: 0 !important;
  }
  /* line 8470, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  footer {
    z-index: 0 !important;
    position: initial !important;
    bottom: 0px !important;
    width: auto !important;
  }
}
/* line 8478, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
#website-wrapper {
  box-shadow: none !important;
}
/* line 8483, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
footer#above .portletWrapper:last-child {
  display: none !important;
}
/* line 8487, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
footer#below {
  padding-top: 0px !important;
  margin-top: -20px !important;
}
@media (max-width: 991px) {
  /* line 8492, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  footer#below .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* line 8499, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
footer#above .portletWrapper:last-child {
  display: none !important;
}
/* line 8503, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
footer#below {
  padding-top: 0px !important;
  margin-top: -20px !important;
}
@media (max-width: 991px) {
  /* line 8508, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  footer#below .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* line 8515, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
#share-settings > .row {
  visibility: hidden !important;
}
/* line 8518, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
#share-settings > .row iframe {
  visibility: hidden !important;
}
@media (min-width: 992px) {
  /* line 8524, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  footer#below {
    background: #445071 !important;
  }
}
@media (min-width: 768px) {
  /* line 8530, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  footer#below:before {
    content: ' ';
    display: table;
    padding-top: 120px;
  }
}
/* line 8538, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body:not(.site-nl) #language-dropdown {
  padding-right: 35px;
}
/* line 8544, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-portlet-page.section-frontpage .slide-title-parent {
  display: none !important;
}
/* line 8551, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.site-en .menu-search-button a,
body.site-de .menu-search-button a {
  display: none !important;
}
@media (min-width: 1080px) {
  /* line 8560, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.site-en #language-dropdown .dropdown-menu,
  body.site-de #language-dropdown .dropdown-menu,
  body.site-nl #language-dropdown .dropdown-menu {
    left: -17px;
  }
}
@media (max-width: 768px) {
  /* line 8569, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.portaltype-portlet-page .portletCollection.portlet-collection-show-quote #row-items {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media (min-width: 769px) {
  /* line 8576, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.portaltype-portlet-page .portletCollection.portlet-collection-show-quote #row-items {
    padding-left: 81px !important;
    padding-right: 81px !important;
  }
}
/* line 8583, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.portaltype-portlet-page .portletCollection .quote-section {
  min-height: 500px;
  position: relative;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  /* line 8588, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.portaltype-portlet-page .portletCollection .quote-section {
    margin-bottom: 80px;
  }
}
@media (min-width: 992px) {
  /* line 8592, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.portaltype-portlet-page .portletCollection .quote-section {
    margin-bottom: 100px;
  }
}
/* line 8596, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.portaltype-portlet-page .portletCollection .quote-section .quote-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
/* line 8607, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.portaltype-portlet-page .portletCollection .quote-section .quote-image-wrapper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
/* line 8615, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.portaltype-portlet-page .portletCollection .quote-section .quote-details-wrapper {
  position: relative;
  background: #ffffff;
  padding: 40px;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
/* line 8626, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.portaltype-portlet-page .portletCollection .quote-section .quote-details-wrapper input {
  margin-left: 0;
}
/* line 8631, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.portaltype-portlet-page .portletCollection .quote-section .quote-details-wrapper h2 {
  margin-top: 0px;
}
/* line 8636, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.portaltype-portlet-page .portletCollection .quote-section .quote-details-wrapper p.item-description {
  margin-bottom: 30px;
  margin-top: 20px;
}
@media (min-width: 992px) {
  /* line 8641, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.portaltype-portlet-page .portletCollection .quote-section .quote-details-wrapper {
    margin-top: 125px;
    margin-bottom: 125px;
    margin-right: 40px;
    margin-left: auto;
    max-width: 450px;
    padding: 55px;
  }
}
/* line 8656, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-portlet-page .portletCollection.frontpage-portlet-collection .portletFooter {
  display: none;
}
/* line 8661, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-portlet-page .portletCollection.frontpage-portlet-collection .entry-wrapper .show-more-portlet-item {
  margin-top: 25px;
}
/* line 8664, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-portlet-page .portletCollection.frontpage-portlet-collection .entry-wrapper .show-more-portlet-item input {
  margin-left: 0;
  width: 135px;
}
/* line 8674, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-portlet-page .portletCollection.frontpage-portlet-collection.alternate-color #row-items > .portlet-item:nth-child(even) {
  background-color: #e1ecf4;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  /* line 8679, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.portaltype-portlet-page .portletCollection.frontpage-portlet-collection.alternate-color #row-items > .portlet-item:nth-child(even) {
    margin-bottom: 0px;
  }
}
@media (max-width: 991px) {
  /* line 8699, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.portaltype-portlet-page .portletCollection.frontpage-portlet-collection {
    padding-bottom: 80px !important;
  }
  /* line 8703, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.portaltype-portlet-page .portletCollection.frontpage-portlet-collection {
    background-color: #373739;
    margin-left: -30px;
    margin-right: -30px;
    border-radius: 0px !important;
    padding-top: 60px;
    margin-bottom: 110px;
  }
  /* line 8711, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.portaltype-portlet-page .portletCollection.frontpage-portlet-collection #row-items {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  /* line 8716, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.portaltype-portlet-page .portletCollection.frontpage-portlet-collection .portlet-item {
    padding-left: 30px;
    padding-right: 30px;
  }
  /* line 8721, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.portaltype-portlet-page .portletCollection.frontpage-portlet-collection h2 {
    color: #ffffff;
  }
  /* line 8723, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.portaltype-portlet-page .portletCollection.frontpage-portlet-collection h2 a {
    color: #ffffff !important;
  }
  /* line 8725, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.portaltype-portlet-page .portletCollection.frontpage-portlet-collection h2 a:hover,
  body.frontend.portaltype-portlet-page .portletCollection.frontpage-portlet-collection h2 a:focus,
  body.frontend.portaltype-portlet-page .portletCollection.frontpage-portlet-collection h2 a:active,
  body.frontend.portaltype-portlet-page .portletCollection.frontpage-portlet-collection h2 a:active:focus {
    color: #ffffff !important;
    border-bottom: 0px !important;
    text-decoration: underline;
  }
  /* line 8736, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.portaltype-portlet-page .portletCollection.frontpage-portlet-collection p.event-date {
    color: #ffffff;
  }
  /* line 8740, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.portaltype-portlet-page .portletCollection.frontpage-portlet-collection p.item-description {
    color: #ffffff;
  }
  /* line 8744, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.portaltype-portlet-page .portletCollection.frontpage-portlet-collection .show-more-portlet-item input.show-more {
    border: 2px solid #ffffff !important;
    background: transparent !important;
    color: #ffffff !important;
  }
  /* line 8749, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.portaltype-portlet-page .portletCollection.frontpage-portlet-collection .show-more-portlet-item input.show-more:hover,
  body.frontend.portaltype-portlet-page .portletCollection.frontpage-portlet-collection .show-more-portlet-item input.show-more:focus,
  body.frontend.portaltype-portlet-page .portletCollection.frontpage-portlet-collection .show-more-portlet-item input.show-more:active,
  body.frontend.portaltype-portlet-page .portletCollection.frontpage-portlet-collection .show-more-portlet-item input.show-more:active:focus {
    background: #e81f2d !important;
    color: #ffffff;
    border: 2px solid #e81f2d !important;
    box-shadow: none;
  }
}
@media (min-width: 992px) {
  /* line 8764, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.portaltype-portlet-page .portlet.portletCollection {
    padding-bottom: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
  }
  /* line 8770, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.portaltype-portlet-page .portletCollection.frontpage-portlet-collection {
    padding-bottom: 100px !important;
    margin-top: 0px !important;
  }
  /* line 8775, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.portaltype-portlet-page .portletCollection.frontpage-portlet-collection .portletHeader {
    margin-bottom: 25px;
  }
  /* line 8778, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.portaltype-portlet-page .portletCollection.frontpage-portlet-collection .portletHeader h1 {
    font-size: 80px;
    margin-top: 5px;
  }
  /* line 8784, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.portaltype-portlet-page .portletCollection.frontpage-portlet-collection #row-items {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  /* line 8789, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.portaltype-portlet-page .portletCollection.frontpage-portlet-collection #row-items .portlet-item {
    margin-bottom: 0px !important;
    padding-left: 0px;
    padding-right: 0px;
    background-color: #373739;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  /* line 8798, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.portaltype-portlet-page .portletCollection.frontpage-portlet-collection #row-items .thumb-wrapper {
    width: 54%;
    float: left;
    padding: 15px;
    padding-left: 80px;
  }
  /* line 8804, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.portaltype-portlet-page .portletCollection.frontpage-portlet-collection #row-items .thumb-wrapper img {
    margin-bottom: 0px;
    width: auto;
    max-height: 715px;
    height: auto;
    max-width: 100%;
  }
  /* line 8813, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.portaltype-portlet-page .portletCollection.frontpage-portlet-collection #row-items .entry-wrapper {
    width: 46%;
    float: right;
    padding: 50px;
    padding-left: 70px;
    padding-top: 3.5vw;
    padding-bottom: 30px;
    max-width: 500px;
  }
  /* line 8826, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.portaltype-portlet-page .portletCollection.frontpage-portlet-collection #row-items .entry-wrapper h2 {
    font-size: 42px;
    line-height: 45px;
    color: #ffffff;
  }
  /* line 8836, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.portaltype-portlet-page .portletCollection.frontpage-portlet-collection #row-items .entry-wrapper h2 a {
    color: #ffffff !important;
  }
  /* line 8838, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.portaltype-portlet-page .portletCollection.frontpage-portlet-collection #row-items .entry-wrapper h2 a:hover,
  body.frontend.portaltype-portlet-page .portletCollection.frontpage-portlet-collection #row-items .entry-wrapper h2 a:focus,
  body.frontend.portaltype-portlet-page .portletCollection.frontpage-portlet-collection #row-items .entry-wrapper h2 a:active,
  body.frontend.portaltype-portlet-page .portletCollection.frontpage-portlet-collection #row-items .entry-wrapper h2 a:active:focus {
    color: #ffffff !important;
    border-bottom: 0px !important;
    text-decoration: underline;
  }
  /* line 8849, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.portaltype-portlet-page .portletCollection.frontpage-portlet-collection #row-items .entry-wrapper p.event-date {
    margin-left: 3px;
    color: #ffffff;
  }
  /* line 8854, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.portaltype-portlet-page .portletCollection.frontpage-portlet-collection #row-items .entry-wrapper p.item-description {
    color: #ffffff;
    margin-top: 25px;
  }
  /* line 8859, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.portaltype-portlet-page .portletCollection.frontpage-portlet-collection #row-items .entry-wrapper .show-more-portlet-item input.show-more {
    border: 2px solid #ffffff !important;
    background: transparent !important;
    color: #ffffff !important;
  }
  /* line 8864, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.portaltype-portlet-page .portletCollection.frontpage-portlet-collection #row-items .entry-wrapper .show-more-portlet-item input.show-more:hover,
  body.frontend.portaltype-portlet-page .portletCollection.frontpage-portlet-collection #row-items .entry-wrapper .show-more-portlet-item input.show-more:focus,
  body.frontend.portaltype-portlet-page .portletCollection.frontpage-portlet-collection #row-items .entry-wrapper .show-more-portlet-item input.show-more:active,
  body.frontend.portaltype-portlet-page .portletCollection.frontpage-portlet-collection #row-items .entry-wrapper .show-more-portlet-item input.show-more:active:focus {
    background: #e81f2d !important;
    color: #ffffff;
    border: 2px solid #e81f2d !important;
    box-shadow: none;
  }
  /* line 8878, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.portaltype-portlet-page .portletCollection.frontpage-portlet-collection #row-items > .portlet-item:nth-child(even) .thumb-wrapper {
    width: 60%;
    float: right;
    padding-right: 55px;
  }
  /* line 8883, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.portaltype-portlet-page .portletCollection.frontpage-portlet-collection #row-items > .portlet-item:nth-child(even) .thumb-wrapper img {
    float: left;
  }
  /* line 8888, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.portaltype-portlet-page .portletCollection.frontpage-portlet-collection #row-items > .portlet-item:nth-child(even) .entry-wrapper {
    width: 40%;
    float: left;
    padding-left: 75px;
    float: right;
    padding-top: 3vw;
  }
  /* line 8901, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.portaltype-portlet-page .portletCollection.frontpage-portlet-collection #row-items > .portlet-item:nth-child(odd) .thumb-wrapper {
    padding-left: 80px;
  }
  /* line 8903, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.portaltype-portlet-page .portletCollection.frontpage-portlet-collection #row-items > .portlet-item:nth-child(odd) .thumb-wrapper img {
    float: right;
  }
  /* line 8909, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.portaltype-portlet-page .portletCollection.frontpage-portlet-collection #row-items > .portlet-item:nth-child(odd) .entry-wrapper {
    padding-right: 80px;
    float: left;
  }
}
@media (min-width: 992px) and (min-width: 1300px) {
  /* line 8822, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.portaltype-portlet-page .portletCollection.frontpage-portlet-collection #row-items .entry-wrapper {
    padding-top: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  /* line 8831, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.portaltype-portlet-page .portletCollection.frontpage-portlet-collection #row-items .entry-wrapper h2 {
    font-size: 3.9vw;
    line-height: 3.8vw;
  }
}
@media (min-width: 992px) and (min-width: 1300px) {
  /* line 8894, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.frontend.portaltype-portlet-page .portletCollection.frontpage-portlet-collection #row-items > .portlet-item:nth-child(even) .entry-wrapper {
    padding-top: 40px;
  }
}
/* line 8919, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.plone-loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10000;
}
/* line 8925, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.plone-loader div {
  border-radius: 50%;
  width: 10em;
  height: 10em;
  margin: -6em auto;
  font-size: 5px;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(39, 33, 33, 0.2);
  border-right: 1.1em solid rgba(218, 211, 211, 0.2);
  border-bottom: 1.1em solid rgba(218, 211, 211, 0.2);
  border-left: 1.1em solid rgba(218, 211, 211, 0.2);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
/* line 8943, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
.plone-loader div,
.plone-loader div:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
@-webkit-keyframes load8 {
  /* line 8950, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  /* line 8954, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  /* line 8960, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  /* line 8964, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* line 8972, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-infinite_collection_view,
body.portaltype-portlet-page .portletCollection {
  /* Effect 1: opacity */
}
/* line 8974, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-infinite_collection_view .entries.masonry-grid:not(.overview) h4.item-title,
body.portaltype-portlet-page .portletCollection .entries.masonry-grid:not(.overview) h4.item-title {
  font-size: 15px !important;
  line-height: 22px !important;
}
/* line 8978, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-infinite_collection_view .plone-loader,
body.portaltype-portlet-page .portletCollection .plone-loader {
  position: initial !important;
  display: block !important;
  padding-bottom: 80px;
}
/* line 8982, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-infinite_collection_view .plone-loader .loader,
body.portaltype-portlet-page .portletCollection .plone-loader .loader {
  display: none;
}
/* line 8986, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-infinite_collection_view .plone-loader #infscr-loading img,
body.portaltype-portlet-page .portletCollection .plone-loader #infscr-loading img {
  display: none !important;
}
/* line 8989, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-infinite_collection_view .plone-loader #infscr-loading div,
body.portaltype-portlet-page .portletCollection .plone-loader #infscr-loading div {
  display: none !important;
}
/* line 8994, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-infinite_collection_view nav.pagination,
body.portaltype-portlet-page .portletCollection nav.pagination {
  visibility: hidden;
}
/* line 8997, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-infinite_collection_view .masonry-grid:not(.overview) p.item-description,
body.portaltype-portlet-page .portletCollection .masonry-grid:not(.overview) p.item-description {
  line-height: 16px !important;
  font-size: 0.750em !important;
  margin-top: 8px !important;
}
/* line 9002, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-infinite_collection_view .masonry-grid:not(.init),
body.portaltype-portlet-page .portletCollection .masonry-grid:not(.init) {
  visibility: hidden !important;
}
/* line 9006, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-infinite_collection_view .masonry-grid.init,
body.portaltype-portlet-page .portletCollection .masonry-grid.init {
  visibility: visible !important;
}
/* line 9009, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-infinite_collection_view .masonry-grid,
body.portaltype-portlet-page .portletCollection .masonry-grid {
  max-width: 100%;
  list-style: none;
  margin: 30px auto;
  padding: 0;
}
/* line 9015, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-infinite_collection_view .masonry-grid .grid-item,
body.portaltype-portlet-page .portletCollection .masonry-grid .grid-item {
  display: block;
  float: left;
  padding: 20px;
  width: 100%;
  opacity: 1;
}
/* line 9022, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-infinite_collection_view .masonry-grid .grid-item.shown,
body.portaltype-portlet-page .portletCollection .masonry-grid .grid-item.shown,
body.template-infinite_collection_view .no-js .masonry-grid .grid-item,
body.portaltype-portlet-page .portletCollection .no-js .masonry-grid .grid-item,
body.template-infinite_collection_view .no-cssanimations .masonry-grid .grid-item,
body.portaltype-portlet-page .portletCollection .no-cssanimations .masonry-grid .grid-item {
  opacity: 1;
}
/* line 9027, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-infinite_collection_view .masonry-grid .grid-item img,
body.portaltype-portlet-page .portletCollection .masonry-grid .grid-item img {
  outline: none;
  border: none;
  display: block;
  max-width: 100%;
}
/* line 9034, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-infinite_collection_view .portletSearch input[type="text"],
body.portaltype-portlet-page .portletCollection .portletSearch input[type="text"] {
  border: 1px solid #c3c3c3 !important;
  color: #727276 !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
/* line 9042, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-infinite_collection_view .masonry-grid.effect-1 li.animate,
body.portaltype-portlet-page .portletCollection .masonry-grid.effect-1 li.animate {
  -webkit-animation: fadeIn 0.65s ease forwards;
  animation: fadeIn 0.65s ease forwards;
}
@-webkit-keyframes fadeIn {
  /* line 9048, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  /* line 9052, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  100% {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  /* line 9055, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.template-infinite_collection_view .masonry-grid .grid-item,
  body.portaltype-portlet-page .portletCollection .masonry-grid .grid-item {
    width: 50%;
  }
}
@media screen and (min-width: 991px) {
  /* line 9060, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
  body.template-infinite_collection_view .masonry-grid .grid-item,
  body.portaltype-portlet-page .portletCollection .masonry-grid .grid-item {
    width: 33.3333333%;
  }
}
/* line 9067, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-portlet-page .portletSearch input[type="text"] {
  border: 1px solid #c3c3c3 !important;
  color: #727276 !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
/* line 9073, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend.portaltype-portlet-page .portletSearch .portletContent {
  padding-top: 70px;
}
/* line 9078, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
div.on-display-wrapper {
  position: absolute;
  left: calc(100% - 15px);
  color: #e81f2d;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  width: auto;
}
/* line 9088, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
div.on-display-wrapper .label_inner {
  text-transform: none;
  white-space: nowrap;
  box-sizing: border-box;
  background-color: #ffffff;
  font-size: 1.00em;
  font-weight: bold;
  padding: 2px 7pt 1px;
  border: 1px solid #e81f2d;
  border-bottom: 0px;
}
/* line 9101, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.template-infinite_collection_view div.on-display-wrapper,
body.portaltype-portlet-page .portletCollection #masonry-grid div.on-display-wrapper {
  left: calc(100% - 20px);
}
/* line 9107, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
body.frontend #subscribe-result p {
  color: inherit !important;
  margin-bottom: 0px !important;
}
/* line 9113, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/custom.less */
a.site-admin {
  text-transform: lowercase !important;
}
/* ------------------------------------------------------------------------------
    S L I D E S H O W - E N H A N C E M E N T S
--------------------------------------------------------------------------------- */
/* line 9, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.frontend:not(.portaltype-object) #slideshow-controls,
body:not(.frontend).portaltype-object:not(.portaltype-object) #slideshow-controls {
  display: none;
}
/* line 14, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.frontend nav#category,
body:not(.frontend).portaltype-object nav#category {
  display: none;
}
/* line 18, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.frontend .intro-header,
body:not(.frontend).portaltype-object .intro-header {
  position: relative;
}
/* line 22, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.frontend .heading-wrapper,
body:not(.frontend).portaltype-object .heading-wrapper {
  pointer-events: none;
}
/* line 29, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.frontend.not-empty-slideshow .intro-header:before,
body:not(.frontend).portaltype-object.not-empty-slideshow .intro-header:before,
body.frontend.portaltype-portlet-page .intro-header:before,
body:not(.frontend).portaltype-object.portaltype-portlet-page .intro-header:before,
body.frontend.template-edit.portaltype-object .intro-header:before,
body:not(.frontend).portaltype-object.template-edit.portaltype-object .intro-header:before {
  /*display: block;
			content: "";
			width: 100%;
			padding-top: 56.26%;*/
}
/* line 36, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.frontend.not-empty-slideshow .heading-container,
body:not(.frontend).portaltype-object.not-empty-slideshow .heading-container,
body.frontend.portaltype-portlet-page .heading-container,
body:not(.frontend).portaltype-object.portaltype-portlet-page .heading-container,
body.frontend.template-edit.portaltype-object .heading-container,
body:not(.frontend).portaltype-object.template-edit.portaltype-object .heading-container {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 100;
}
/* line 45, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.frontend.not-empty-slideshow .site-heading,
body:not(.frontend).portaltype-object.not-empty-slideshow .site-heading,
body.frontend.portaltype-portlet-page .site-heading,
body:not(.frontend).portaltype-object.portaltype-portlet-page .site-heading,
body.frontend.template-edit.portaltype-object .site-heading,
body:not(.frontend).portaltype-object.template-edit.portaltype-object .site-heading {
  transition: opacity 0.2s ease-in;
}
@media (max-width: 480px) {
  /* line 48, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
  body.frontend.not-empty-slideshow .site-heading,
  body:not(.frontend).portaltype-object.not-empty-slideshow .site-heading,
  body.frontend.portaltype-portlet-page .site-heading,
  body:not(.frontend).portaltype-object.portaltype-portlet-page .site-heading,
  body.frontend.template-edit.portaltype-object .site-heading,
  body:not(.frontend).portaltype-object.template-edit.portaltype-object .site-heading {
    padding: 50px 0 50px;
  }
}
/* line 53, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.frontend.not-empty-slideshow .portletSlideshow.portlet,
body:not(.frontend).portaltype-object.not-empty-slideshow .portletSlideshow.portlet,
body.frontend.portaltype-portlet-page .portletSlideshow.portlet,
body:not(.frontend).portaltype-object.portaltype-portlet-page .portletSlideshow.portlet,
body.frontend.template-edit.portaltype-object .portletSlideshow.portlet,
body:not(.frontend).portaltype-object.template-edit.portaltype-object .portletSlideshow.portlet {
  border: 0px;
}
/* line 58, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.frontend:not(.not-empty-slideshow):not(.portaltype-portlet-page),
body:not(.frontend).portaltype-object:not(.not-empty-slideshow):not(.portaltype-portlet-page) {
  /*.page-container {
			padding-top: 150px;

			@media (max-width: 768px) {
				padding-top: 80px;
			}
		}*/
}
/* line 70, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.frontend.portaltype-portlet-page .site-heading,
body:not(.frontend).portaltype-object.portaltype-portlet-page .site-heading {
  display: none !important;
}
/* line 75, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.frontend #slickslideshow,
body:not(.frontend).portaltype-object #slickslideshow {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  padding-bottom: 0px !important;
  /* Slick slide */
  /* Slick list */
  /* Slick track */
  /* Slick wrapper */
  /* Slick fullscreen bg */
  /* Slick arrows */
}
/* line 85, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.frontend #slickslideshow.slick-init,
body:not(.frontend).portaltype-object #slickslideshow.slick-init {
  visibility: visible;
}
/* line 87, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.frontend #slickslideshow.slick-init .video-play-btn,
body:not(.frontend).portaltype-object #slickslideshow.slick-init .video-play-btn {
  position: relative;
  top: 55%;
  left: 50%;
  width: 100px;
  height: 100px;
  background: url("../++theme++plonetheme.cuypershuis/img/play.svg") no-repeat;
  background-size: 100% 100%;
  z-index: 10;
  margin-left: -50px;
  margin-top: -100px;
  opacity: 0.75;
  transition: opacity 0.2s ease-in;
  cursor: pointer;
  /*&:hover {
			    	opacity: 1 !important;
    				transition: opacity 0.2s ease-in;
    				cursor: pointer;
			    }*/
}
/* line 111, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.frontend #slickslideshow:hover .wrap-next,
body:not(.frontend).portaltype-object #slickslideshow:hover .wrap-next,
body.frontend #slickslideshow:hover .wrap-prev,
body:not(.frontend).portaltype-object #slickslideshow:hover .wrap-prev {
  opacity: 1;
  transition: opacity 0.2s ease-in;
}
/* line 118, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.frontend #slickslideshow .slick-slider img,
body:not(.frontend).portaltype-object #slickslideshow .slick-slider img {
  max-width: none !important;
}
/* line 122, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.frontend #slickslideshow .slick-slide,
body:not(.frontend).portaltype-object #slickslideshow .slick-slide {
  overflow: hidden;
}
/* line 125, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.frontend #slickslideshow .slick-slide img,
body:not(.frontend).portaltype-object #slickslideshow .slick-slide img,
body.frontend #slickslideshow .slick-slide iframe,
body:not(.frontend).portaltype-object #slickslideshow .slick-slide iframe {
  overflow: hidden;
  margin: 0px;
  height: 100%;
  max-width: 100%;
}
/* line 132, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.frontend #slickslideshow .slick-slide iframe,
body:not(.frontend).portaltype-object #slickslideshow .slick-slide iframe {
  width: 100%;
}
/* line 138, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.frontend #slickslideshow .slick-list,
body:not(.frontend).portaltype-object #slickslideshow .slick-list {
  overflow: hidden;
  margin: 0px;
  height: 100% !important;
}
/* line 145, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.frontend #slickslideshow .slick-track,
body:not(.frontend).portaltype-object #slickslideshow .slick-track {
  overflow: hidden;
  margin: 0px;
  height: 100%;
}
/* line 152, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.frontend #slickslideshow .slideshowWrapper,
body:not(.frontend).portaltype-object #slickslideshow .slideshowWrapper {
  height: 100%;
}
/* line 156, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.frontend #slickslideshow .slideshowWrapper:before,
body:not(.frontend).portaltype-object #slickslideshow .slideshowWrapper:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: none;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  transition: opacity 0.3s linear;
}
/* line 170, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.frontend #slickslideshow .slideshowWrapper.moved:before,
body:not(.frontend).portaltype-object #slickslideshow .slideshowWrapper.moved:before {
  opacity: 0 !important;
}
/* line 175, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.frontend #slickslideshow .slideshowWrapper.moved .overlay-image,
body:not(.frontend).portaltype-object #slickslideshow .slideshowWrapper.moved .overlay-image {
  display: none;
}
/* line 181, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.frontend #slickslideshow .slideshowWrapper.moved .video-slide .overlay-image,
body:not(.frontend).portaltype-object #slickslideshow .slideshowWrapper.moved .video-slide .overlay-image {
  display: block;
}
/* line 186, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.frontend #slickslideshow .slick-slideshow,
body:not(.frontend).portaltype-object #slickslideshow .slick-slideshow {
  width: 100%;
  height: 100% !important;
}
/* line 190, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.frontend #slickslideshow .slick-slideshow img:-moz-loading,
body:not(.frontend).portaltype-object #slickslideshow .slick-slideshow img:-moz-loading {
  visibility: hidden;
}
/* line 196, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.frontend #slickslideshow .slick-slideshow.collection .inner-bg img,
body:not(.frontend).portaltype-object #slickslideshow .slick-slideshow.collection .inner-bg img {
  width: 100% !important;
  height: auto !important;
}
/* line 203, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.frontend #slickslideshow .slick-slideshow.regular.fullscreen .inner-bg img,
body:not(.frontend).portaltype-object #slickslideshow .slick-slideshow.regular.fullscreen .inner-bg img {
  width: 100% !important;
  height: auto !important;
  margin-top: 0px;
}
/* line 211, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.frontend #slickslideshow .slick-slideshow.regular:not(.fullscreen) .inner-bg img,
body:not(.frontend).portaltype-object #slickslideshow .slick-slideshow.regular:not(.fullscreen) .inner-bg img {
  width: 100%;
  height: auto;
  padding-bottom: 80px;
}
/* line 219, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.frontend #slickslideshow .inner-bg,
body:not(.frontend).portaltype-object #slickslideshow .inner-bg {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 226, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.frontend #slickslideshow .inner-bg img,
body:not(.frontend).portaltype-object #slickslideshow .inner-bg img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: none;
  transform: none;
  width: 100%;
  height: auto;
  max-width: none !important;
}
/* line 242, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.frontend #slickslideshow .slick-prev,
body:not(.frontend).portaltype-object #slickslideshow .slick-prev,
body.frontend #slickslideshow .slick-next,
body:not(.frontend).portaltype-object #slickslideshow .slick-next {
  width: 80px;
  height: 80px;
  margin-top: -40px;
  opacity: 0;
  transition: opacity 0.2s ease-in;
  text-shadow: none;
}
/* line 251, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.frontend #slickslideshow .slick-prev,
body:not(.frontend).portaltype-object #slickslideshow .slick-prev {
  background: url("../++theme++plonetheme.cuypershuis/img/arrow-left.svg") no-repeat 27px !important;
  background-position: 50% 50%;
  background-size: 20px 20px;
  left: 0;
  opacity: 0.6;
}
/* line 258, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.frontend #slickslideshow .slick-prev:hover,
body:not(.frontend).portaltype-object #slickslideshow .slick-prev:hover {
  opacity: 1;
  transition: opacity 0.2s ease-in;
}
/* line 263, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.frontend #slickslideshow .slick-prev:active,
body:not(.frontend).portaltype-object #slickslideshow .slick-prev:active {
  border: none !important;
  outline: none !important;
}
/* line 268, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.frontend #slickslideshow .slick-prev:before,
body:not(.frontend).portaltype-object #slickslideshow .slick-prev:before {
  content: "";
}
/* line 273, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.frontend #slickslideshow .slick-next,
body:not(.frontend).portaltype-object #slickslideshow .slick-next {
  background: url("../++theme++plonetheme.cuypershuis/img/arrow-right.svg") no-repeat 30px !important;
  background-position: 50% 50%;
  background-size: 20px 20px;
  right: 0;
  opacity: 0.6;
}
/* line 280, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.frontend #slickslideshow .slick-next:hover,
body:not(.frontend).portaltype-object #slickslideshow .slick-next:hover {
  opacity: 1;
  transition: opacity 0.2s ease-in;
}
/* line 285, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.frontend #slickslideshow .slick-next:active,
body:not(.frontend).portaltype-object #slickslideshow .slick-next:active {
  border: none !important;
  outline: none !important;
}
/* line 290, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.frontend #slickslideshow .slick-next:before,
body:not(.frontend).portaltype-object #slickslideshow .slick-next:before {
  content: "";
}
/* line 295, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.frontend #slickslideshow .wrap-next,
body:not(.frontend).portaltype-object #slickslideshow .wrap-next,
body.frontend #slickslideshow .wrap-prev,
body:not(.frontend).portaltype-object #slickslideshow .wrap-prev {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 50%;
  margin-top: -50px;
  background-color: rgba(36, 36, 36, 0.6);
  opacity: 0;
  transition: opacity 0.2s ease-in;
}
/* line 306, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.frontend #slickslideshow .wrap-next,
body:not(.frontend).portaltype-object #slickslideshow .wrap-next {
  right: 0;
}
/* line 310, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.frontend #slickslideshow .wrap-prev,
body:not(.frontend).portaltype-object #slickslideshow .wrap-prev {
  left: 0;
}
/* line 317, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.userrole-authenticated .video-play-btn {
  display: none;
}
@media (max-width: 468px) {
  /* line 331, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
  body.frontend #slickslideshow .slick-prev,
  body:not(.frontend).portaltype-object.template-edit #slickslideshow .slick-prev,
  body.frontend #slickslideshow .slick-next,
  body:not(.frontend).portaltype-object.template-edit #slickslideshow .slick-next,
  body.frontend #slickslideshow .wrap-prev,
  body:not(.frontend).portaltype-object.template-edit #slickslideshow .wrap-prev,
  body.frontend #slickslideshow .wrap-next,
  body:not(.frontend).portaltype-object.template-edit #slickslideshow .wrap-next {
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }
  /* line 341, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
  body.frontend #slickslideshow .slick-next,
  body:not(.frontend).portaltype-object.template-edit #slickslideshow .slick-next {
    background: url("../++theme++plonetheme.cuypershuis/css/++theme++plonetheme.cuypershuis/img/arrow-right.svg") no-repeat 10px !important;
  }
  /* line 345, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
  body.frontend #slickslideshow .slick-prev,
  body:not(.frontend).portaltype-object.template-edit #slickslideshow .slick-prev {
    background: url("../++theme++plonetheme.cuypershuis/css/++theme++plonetheme.cuypershuis/img/arrow-left.svg") no-repeat 10px !important;
  }
}
/* Collection slideshow */
/* line 355, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.frontend.portaltype-object {
  /* Fullscreen mode */
  /* Object details */
}
/* line 361, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.frontend.portaltype-object #slickslideshow {
  width: 100%;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
}
/* line 368, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.frontend.portaltype-object .slideshowWrapper {
  height: 100%;
}
/* line 372, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.frontend.portaltype-object .slick-slideshow {
  width: 100% !important;
  background-color: #2b2b2b !important;
}
/* line 377, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.frontend.portaltype-object .slick-list,
body.frontend.portaltype-object .slick-track {
  height: 100% !important;
}
/* line 382, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.frontend.portaltype-object #slickslideshow .slick-slide {
  max-width: 100%;
}
/* line 385, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.frontend.portaltype-object #slickslideshow .slick-slide img {
  max-width: 100%;
}
/* line 394, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.frontend.portaltype-object .intro-header:before {
  padding-top: 0px !important;
  height: 100% !important;
}
/* line 399, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.frontend.portaltype-object .intro-header {
  height: 80vh !important;
}
/* line 409, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.frontend.portaltype-object #slickslideshow .slick-slideshow.fullscreen .inner-bg {
  position: relative;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
}
/* line 416, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.frontend.portaltype-object #slickslideshow .slick-slideshow.fullscreen .inner-bg img {
  max-width: none !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 50%;
  min-height: 50%;
  -webkit-transform: none;
  transform: none;
  width: auto !important;
  height: auto !important;
}
/* line 433, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.frontend.portaltype-object #slickslideshow .slick-slideshow.fullscreen .slick-list,
body.frontend.portaltype-object #slickslideshow .slick-slideshow.fullscreen .slick-track,
body.frontend.portaltype-object #slickslideshow .slick-slideshow.fullscreen .slick-slide {
  overflow: hidden;
  margin: 0px;
}
/* line 441, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.frontend.portaltype-object #slickslideshow .slick-slideshow:not(.fullscreen) {
  padding-bottom: 80px;
}
/* line 447, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.frontend.portaltype-object #slide-description {
  font-family: 'circularBold', Arial, sans-serif;
}
/* line 451, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.frontend.portaltype-object #slide-count {
  font-family: 'circularBold', Arial, sans-serif;
}
@media (max-width: 991px) {
  /* line 456, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
  body.frontend.portaltype-object #slideshow-controls .count-description {
    display: none !important;
  }
}
/* line 461, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.frontend.portaltype-object .object-container {
  width: 100% !important;
}
/* line 465, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.frontend.portaltype-object .object-fieldset {
  padding-bottom: 70px;
}
/* line 466, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.frontend.portaltype-object .object-fieldset p {
  margin: 0px 0;
}
/* line 470, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.frontend.portaltype-object .object-fieldset h3 {
  padding-top: 50px;
  clear: both;
}
/* line 477, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.frontend.portaltype-object .fieldset-header h3:first-child {
  padding-top: 20px;
}
/* line 481, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.frontend.portaltype-object .title-container {
  display: none !important;
}
/* line 485, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.frontend.portaltype-object .object-label span {
  font-size: 1.188em;
}
/* line 489, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.frontend.portaltype-object #slide-description {
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  white-space: -moz-nowrap;
  white-space: -nowrap;
  white-space: -o-nowrap;
  word-wrap: break-word;
}
@media (max-width: 768px) {
  /* line 500, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
  body.frontend.portaltype-object .object-value {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 15px;
  }
  /* line 506, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
  body.frontend.portaltype-object .object-fieldset h3 {
    padding-top: 25px;
  }
  /* line 510, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
  body.frontend.portaltype-object .object-fieldset {
    padding-bottom: 30px;
  }
}
/* line 515, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.frontend.portaltype-object .slideshowWrapper:not(.moved) .slick-next,
body.frontend.portaltype-object .slideshowWrapper:not(.moved) .slick-prev,
body.frontend.portaltype-object .slideshowWrapper:not(.moved) .wrap-next,
body.frontend.portaltype-object .slideshowWrapper:not(.moved) .wrap-prev {
  display: block;
  opacity: 1 !important;
}
/* line 522, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body:not(.portaltype-object) #slideshow-controls {
  display: none !important;
}
/* line 529, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body:not(.portaltype-object) #slickslideshow .slick-slideshow.regular:not(.fullscreen) .inner-bg img {
  padding-bottom: 0px !important;
}
/*body.portaltype-object:not(.template-edit).userrole-authenticated {
	.info-btn {
		display: none;
	}
}*/
/* line 542, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.portaltype-object #slide-description a {
  color: #ffffff !important;
}
/* Slick carousel */
/* line 551, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.frontend .slick-slider img {
  max-width: 100%;
}
/* line 555, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.frontend #slickcarousel {
  position: relative;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
/* line 561, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.frontend #slickcarousel .carousel-item {
  pointer-events: none;
}
/* line 565, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.frontend #slickcarousel .slideshow-btn-wrapper {
  pointer-events: all;
  z-index: 2;
}
/* line 574, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.frontend #slickcarousel .video-slide .carousel-image-wrapper {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 581, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.frontend #slickcarousel .video-slide iframe {
  z-index: 2;
}
/* line 587, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.frontend #slickcarousel iframe {
  z-index: 2;
  pointer-events: all;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 596, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.portaltype-formfolder .intro-header {
  height: 90px !important;
  background: #ffffff !important;
}
@media (max-width: 991px) {
  /* line 600, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
  body.portaltype-formfolder .intro-header {
    height: 60px !important;
  }
}
/* line 605, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.portaltype-formfolder .abovecontent-portlets,
body.portaltype-formfolder .belowcontent-portlets {
  display: none !important;
}
/* line 612, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.portaltype-object #slickcarousel {
  height: 100% !important;
}
/* line 615, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.portaltype-object #slickcarousel:before {
  height: 100% !important;
  padding-top: 0px;
  padding-bottom: 0px;
}
/* line 621, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.portaltype-object .intro-header {
  height: 80vh !important;
}
/* line 625, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.portaltype-object #slickcarousel .slick-slide {
  float: left;
  height: 100%;
}
/* line 630, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.portaltype-object #slickcarousel {
  background: #2b2b2b;
  /* Slideshw controls */
}
/* line 633, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.portaltype-object #slickcarousel .slick-next,
body.portaltype-object #slickcarousel .slick-prev {
  border: none;
  outline: none !important;
}
/* line 637, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.portaltype-object #slickcarousel .slick-next:focus,
body.portaltype-object #slickcarousel .slick-prev:focus {
  outline: none !important;
}
/* line 642, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.portaltype-object #slickcarousel .slick-track,
body.portaltype-object #slickcarousel .carousel-item {
  overflow: hidden;
}
/* line 648, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.portaltype-object #slickcarousel #slideshow-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 80px;
  width: 100%;
  background-color: #242424;
  padding-right: 0px;
  padding-left: 0px;
  opacity: 0.8;
}
/* line 659, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.portaltype-object #slickcarousel #slideshow-controls > div {
  height: 100%;
}
/* line 662, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.portaltype-object #slickcarousel #slideshow-controls > div p {
  line-height: 33px;
  padding: 23.5px;
  margin: 0;
}
/* line 669, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.portaltype-object #slickcarousel #slideshow-controls .slide-description {
  color: #ffffff !important;
  display: none !important;
}
/* line 673, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.portaltype-object #slickcarousel #slideshow-controls .slide-description span {
  padding-right: 20px;
}
/* line 678, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.portaltype-object #slickcarousel #slideshow-controls .btn.share-btn .fa.fa-share-alt,
body.portaltype-object #slickcarousel #slideshow-controls .btn.expand-btn .fa.fa-expand,
body.portaltype-object #slickcarousel #slideshow-controls .btn.expand-btn .fa.fa-compress,
body.portaltype-object #slickcarousel #slideshow-controls .btn.info-btn .fa.fa-info-circle,
body.portaltype-object #slickcarousel #slideshow-controls .btn.info-btn .fa.fa-times,
body.portaltype-object #slickcarousel #slideshow-controls .btn-share-btn .fa.fa-share-alt {
  line-height: 55px;
  color: #ffffff;
  font-size: 1.400em;
  opacity: 0.6;
  font-weight: 400;
}
/* line 691, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.portaltype-object #slickcarousel #slideshow-controls .btn {
  width: 32%;
  height: 100%;
  background-color: #242424;
  float: right;
  border: 0px;
  border-left: 0px solid #2b2b2b;
  border-right: 0px solid #2b2b2b;
  padding: 15px 25px;
}
/* line 702, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.portaltype-object #slickcarousel #slideshow-controls .btn.expand-btn,
body.portaltype-object #slickcarousel #slideshow-controls .btn.share-btn {
  display: block;
}
/* line 706, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.portaltype-object #slickcarousel #slideshow-controls .btn.expand-btn:hover .fa,
body.portaltype-object #slickcarousel #slideshow-controls .btn.share-btn:hover .fa,
body.portaltype-object #slickcarousel #slideshow-controls .btn.info-btn:hover .fa,
body.portaltype-object #slickcarousel #slideshow-controls .btn.share-btn:hover {
  opacity: 1;
}
/* line 710, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.portaltype-object #slickcarousel #slideshow-controls .actions-div {
  padding-right: 0px;
  padding-left: 0px;
}
/* line 717, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.portaltype-object #content-core {
  padding-top: 10px;
}
/* line 722, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
#slickcarousel .slick-slide {
  float: left;
  height: 100%;
}
/* line 728, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
#slickcarousel .slick-next,
#slickcarousel .slick-prev {
  border: none;
  outline: none !important;
}
/* line 732, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
#slickcarousel .slick-next:focus,
#slickcarousel .slick-prev:focus {
  outline: none !important;
}
/* line 737, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
#slickcarousel .slick-track,
#slickcarousel .carousel-item {
  overflow: hidden;
}
/* line 744, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
#slickcarousel .video-play-btn {
  position: relative;
  top: 55%;
  left: 50%;
  width: 100px;
  height: 100px;
  background: url("../++theme++plonetheme.cuypershuis/img/play.svg") no-repeat;
  background-size: 100% 100%;
  z-index: 10;
  margin-left: -50px;
  margin-top: -100px;
  opacity: 0.75;
  transition: opacity 0.2s ease-in;
  cursor: pointer;
}
/* line 763, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.template-search .title-container,
body.template-advancedsearch .title-container {
  padding-top: 40px !important;
}
@media (max-width: 768px) {
  /* line 766, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
  body.template-search .title-container,
  body.template-advancedsearch .title-container {
    padding-top: 40px;
  }
}
/* Online experience */
/* line 778, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.template-online_experience_view nav.pagination {
  display: none !important;
}
/* line 783, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.template-online_experience_view,
.portletOnlineExperience {
  /* Experiment */
}
/* line 785, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.template-online_experience_view .line,
.portletOnlineExperience .line {
  padding-bottom: 100px;
}
/* line 791, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.template-online_experience_view .line .line-image,
.portletOnlineExperience .line .line-image {
  max-width: 100%;
}
/* line 795, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.template-online_experience_view .line a,
.portletOnlineExperience .line a {
  display: block;
}
/* line 799, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.template-online_experience_view .image-wrapper,
.portletOnlineExperience .image-wrapper {
  position: relative;
}
/* line 803, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.template-online_experience_view .line .inner,
.portletOnlineExperience .line .inner {
  position: absolute;
  padding: 20px 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  color: #222;
  background-color: transparent;
  width: 100%;
  opacity: 0;
  transition: 400ms;
  text-align: center;
}
/* line 818, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.template-online_experience_view .line .inner .helper,
.portletOnlineExperience .line .inner .helper {
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
}
/* line 825, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.template-online_experience_view .line .inner .info,
.portletOnlineExperience .line .inner .info {
  display: inline-block;
  max-width: 95%;
  max-height: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
  text-align: center;
}
/* line 834, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.template-online_experience_view .inner .info h2,
.portletOnlineExperience .inner .info h2 {
  font-size: 16px;
  color: #ffffff;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  line-height: 24px;
  letter-spacing: 4px;
  text-transform: uppercase;
}
/* line 845, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.template-online_experience_view .inner .info p,
.portletOnlineExperience .inner .info p {
  color: #ffffff;
  word-wrap: break-word;
  font-size: 16px;
  line-height: 24px;
}
/* line 852, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.template-online_experience_view .inner .info h2:after,
.portletOnlineExperience .inner .info h2:after {
  content: "\a ─";
  white-space: pre;
}
@media (max-width: 991px) {
  /* line 858, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
  body.template-online_experience_view .line.portrait img,
  .portletOnlineExperience .line.portrait img {
    max-width: 80%;
    margin: 0 auto;
    display: block;
  }
  /* line 864, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
  body.template-online_experience_view .line,
  .portletOnlineExperience .line {
    padding-top: 50px;
    padding-bottom: 0px;
  }
}
@media (min-width: 992px) {
  /* line 871, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
  body.template-online_experience_view .line a:hover .inner,
  .portletOnlineExperience .line a:hover .inner {
    /*opacity: 1;
			transition: none;*/
  }
  /* line 876, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
  body.template-online_experience_view .line.left .image-wrapper,
  .portletOnlineExperience .line.left .image-wrapper {
    float: left;
  }
  /* line 880, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
  body.template-online_experience_view .line.right .image-wrapper,
  .portletOnlineExperience .line.right .image-wrapper {
    float: right;
  }
  /* line 884, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
  body.template-online_experience_view .line.bottom .image-wrapper,
  .portletOnlineExperience .line.bottom .image-wrapper {
    margin-top: 160px;
  }
  /* line 888, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
  body.template-online_experience_view .line img.right,
  .portletOnlineExperience .line img.right {
    float: right;
  }
  /* line 892, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
  body.template-online_experience_view .line img.left,
  .portletOnlineExperience .line img.left {
    float: left;
  }
  /* line 896, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
  body.template-online_experience_view .line.landscape .image-wrapper,
  .portletOnlineExperience .line.landscape .image-wrapper {
    max-width: 100%;
    margin: 0 auto;
  }
  /* line 901, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
  body.template-online_experience_view .line.portrait img,
  .portletOnlineExperience .line.portrait img {
    max-width: 80%;
    margin: 0 auto;
    display: block;
  }
}
/* line 908, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.template-online_experience_view .main-container,
.portletOnlineExperience .main-container {
  width: 100% !important;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0;
  padding-bottom: 100px;
  padding-top: 100px;
}
@media (max-width: 768px) {
  /* line 916, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
  body.template-online_experience_view .main-container,
  .portletOnlineExperience .main-container {
    padding-top: 0px;
  }
}
/* line 922, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.template-online_experience_view .line,
.portletOnlineExperience .line {
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 768px) {
  /* line 926, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
  body.template-online_experience_view .line,
  .portletOnlineExperience .line {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* line 933, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.template-online_experience_view #content-core a,
.portletOnlineExperience #content-core a {
  border-bottom: 0px !important;
}
/* line 938, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.template-online_experience_view .title-container,
.portletOnlineExperience .title-container {
  display: none;
}
/* line 944, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.template-online_experience_view .entry,
.portletOnlineExperience .entry {
  padding: 0px;
  margin: 0px;
  float: left;
}
/* line 950, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.template-online_experience_view .entry.portrait,
.portletOnlineExperience .entry.portrait {
  max-width: 100% !important;
}
/* line 954, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.template-online_experience_view .entry.landscape,
.portletOnlineExperience .entry.landscape {
  max-width: 100% !important;
}
/* line 958, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.template-online_experience_view .entry img,
.portletOnlineExperience .entry img {
  width: 100%;
}
/* line 962, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.template-online_experience_view .entry,
.portletOnlineExperience .entry {
  padding: 50px 35px !important;
}
@media (max-width: 768px) {
  /* line 964, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
  body.template-online_experience_view .entry,
  .portletOnlineExperience .entry {
    padding: 20px !important;
  }
}
/* line 969, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.template-online_experience_view .entries > div:nth-child(odd) article.entry,
.portletOnlineExperience .entries > div:nth-child(odd) article.entry {
  float: right;
}
/* line 973, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.template-online_experience_view .entries > div:nth-child(even) article.entry,
.portletOnlineExperience .entries > div:nth-child(even) article.entry {
  float: left;
}
/* line 977, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.template-online_experience_view .entries div.left article.entry,
.portletOnlineExperience .entries div.left article.entry {
  float: left;
}
/* line 981, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.template-online_experience_view .entries div.right article.entry,
.portletOnlineExperience .entries div.right article.entry {
  float: right;
}
@media (min-width: 992px) {
  /* line 986, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
  body.template-online_experience_view .entries div.bottom article.entry,
  .portletOnlineExperience .entries div.bottom article.entry {
    margin-top: 160px;
  }
}
@media (min-width: 992px) {
  /* line 992, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
  body.template-online_experience_view .entry.landscape.big,
  .portletOnlineExperience .entry.landscape.big {
    max-width: 70% !important;
  }
}
@media (min-width: 992px) {
  /* line 998, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
  body.template-online_experience_view div.pair-landscape,
  .portletOnlineExperience div.pair-landscape {
    width: 60%;
  }
  /* line 1002, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
  body.template-online_experience_view div.pair-portrait:not(.big),
  .portletOnlineExperience div.pair-portrait:not(.big) {
    width: 40%;
  }
}
/* line 1007, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.template-online_experience_view .entry .inner,
.portletOnlineExperience .entry .inner {
  position: absolute;
  padding: 20px 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  color: #373739;
  background-color: transparent;
  width: 100%;
  opacity: 0;
  transition: 400ms;
  text-align: center;
}
/* line 1022, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.template-online_experience_view .entry .inner .helper,
.portletOnlineExperience .entry .inner .helper {
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
}
/* line 1029, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.template-online_experience_view .entry .inner .info,
.portletOnlineExperience .entry .inner .info {
  display: inline-block;
  max-width: 95%;
  max-height: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
  text-align: center;
}
/* line 1039, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.template-online_experience_view .entry .info h3,
.portletOnlineExperience .entry .info h3 {
  color: #373739;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  text-transform: uppercase;
  font-family: 'circularBold', Arial, sans-serif;
}
/* line 1048, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.template-online_experience_view .entry .info h3::after,
.portletOnlineExperience .entry .info h3::after {
  content: "\a ─";
  white-space: pre-wrap;
}
/* line 1053, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.template-online_experience_view .entry .info p,
.portletOnlineExperience .entry .info p {
  color: #373739;
  word-wrap: break-word;
  line-height: 30px;
  font-size: 1.063em;
  margin-top: 0px;
  margin-bottom: 0px;
}
/* line 1062, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.template-online_experience_view .entry .image-wrapper,
.portletOnlineExperience .entry .image-wrapper {
  position: relative;
  display: block;
}
/* line 1067, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.template-online_experience_view .entries .small,
.portletOnlineExperience .entries .small {
  font-size: 100% !important;
}
/* line 1071, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.template-online_experience_view .entry a.image-wrapper img,
.portletOnlineExperience .entry a.image-wrapper img {
  opacity: 1;
  transition: 400ms;
}
@media (min-width: 992px) {
  /* line 1077, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
  body.template-online_experience_view .entry a.image-wrapper:hover .inner,
  .portletOnlineExperience .entry a.image-wrapper:hover .inner {
    opacity: 1;
    transition: none;
    background: transparent;
  }
  /* line 1083, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
  body.template-online_experience_view .entry a.image-wrapper:hover img,
  .portletOnlineExperience .entry a.image-wrapper:hover img {
    opacity: 0.15;
    transition: none;
  }
}
/* line 1089, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.template-online_experience_view .entry a,
.portletOnlineExperience .entry a {
  border-bottom: 0px !important;
}
@media (min-width: 992px) {
  /* line 1094, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
  body.template-online_experience_view .entries > div:first-child .entry.big.portrait,
  .portletOnlineExperience .entries > div:first-child .entry.big.portrait {
    width: 55% !important;
  }
  /* line 1098, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
  body.template-online_experience_view .entries .single .entry.big.portrait,
  .portletOnlineExperience .entries .single .entry.big.portrait {
    width: 55% !important;
  }
}
/* line 1104, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
.portletOnlineExperience {
  box-shadow: none;
}
/* line 1107, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
.portletOnlineExperience > :last-child {
  border: 0px !important;
}
/* line 1111, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
.portletOnlineExperience > :first-child {
  border: 0px !important;
}
@media (min-width: 992px) {
  /* line 1115, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
  .portletOnlineExperience {
    padding-top: 100px;
  }
}
/* line 1121, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.subsection-online-experience-v3 article#content {
  padding-bottom: 75px !important;
}
/* line 1127, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.portaltype-object.slideshow-empty footer {
  display: block !important;
}
@media (max-width: 991px) {
  /* line 1133, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
  #slickcarousel .title-wrapper {
    display: none !important;
  }
}
/* line 1141, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.slideshow-empty #slickcarousel .title-wrapper {
  display: none !important;
}
@media (min-width: 992px) {
  /* line 1147, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
  body.frontend:not(.portaltype-folder):not(.slideshow-empty):not(.template-folder_contents) .title-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    margin-left: 75px;
    margin-bottom: 59px;
    padding-right: 40px;
  }
  /* line 1156, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
  body.frontend:not(.portaltype-folder):not(.slideshow-empty):not(.template-folder_contents) .title-wrapper h3.item-title {
    color: #ffffff !important;
    font-family: 'circularBook', Arial, sans-serif;
    font-size: 3.750em;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0.00em;
    margin-bottom: 0px;
    line-height: 63px;
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
  }
  /* line 1168, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
  body.frontend:not(.portaltype-folder):not(.slideshow-empty):not(.template-folder_contents) .title-wrapper .event-date {
    color: #ffffff;
    margin-left: 4px;
    margin-top: 2px;
    margin-bottom: 0px;
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
  }
  /* line 1179, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
  body.frontend:not(.portaltype-folder):not(.slideshow-empty):not(.template-folder_contents) .title-container h1,
  body.frontend:not(.portaltype-folder):not(.slideshow-empty):not(.template-folder_contents) .title-container ul.summary {
    display: none !important;
  }
}
/* line 1189, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/slideshow.less */
body.site-en #website-nav a.navbar-brand,
body.site-de #website-nav a.navbar-brand {
  pointer-events: none;
}
/* -------------------------------- 

xnugget info 

-------------------------------- */
/* line 6, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/menu.less */
.cd-nugget-info {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 50px;
  line-height: 50px;
  bottom: 0;
  left: 0;
}
/* line 15, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/menu.less */
.cd-nugget-info a {
  position: relative;
  font-size: 14px;
  color: #0095da;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
/* line 23, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/menu.less */
.no-touch .cd-nugget-info a:hover {
  opacity: .8;
}
/* line 26, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/menu.less */
.cd-nugget-info span {
  vertical-align: middle;
  display: inline-block;
}
/* line 30, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/menu.less */
.cd-nugget-info span svg {
  display: block;
}
/* line 33, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/menu.less */
.cd-nugget-info .cd-nugget-info-arrow {
  fill: #0095da;
}
/* line 37, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/menu.less */
.cd-nav-trigger {
  position: fixed;
  z-index: 3;
  left: 0px;
  top: 0px;
  height: 90px;
  width: 90px;
  background-color: #ffffff;
  border-radius: 0;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
}
@media (max-width: 768px) {
  /* line 54, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/menu.less */
  .cd-nav-trigger {
    height: 70px;
    width: 70px;
  }
  /* line 57, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/menu.less */
  .cd-nav-trigger rect {
    stroke-dasharray: 280 280;
    stroke-dashoffset: 280;
    width: 70px;
    height: 70px;
  }
}
/* line 66, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/menu.less */
.plone-toolbar-expanded .cd-nav-trigger {
  left: 120px;
}
/* line 70, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/menu.less */
.cd-nav-trigger .cd-nav-icon {
  /* icon created in CSS */
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 22px;
  height: 2px;
  background-color: #0095da;
}
/* line 86, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/menu.less */
.cd-nav-trigger .cd-nav-icon::before,
.cd-nav-trigger .cd-nav-icon:after {
  /* upper and lower lines of the menu icon */
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: inherit;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.5s, width 0.5s, top 0.3s;
  -moz-transition: -moz-transform 0.5s, width 0.5s, top 0.3s;
  transition: transform 0.5s, width 0.5s, top 0.3s;
}
/* line 107, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/menu.less */
.cd-nav-trigger .cd-nav-icon::before {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  transform: translateY(-6px);
}
/* line 119, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/menu.less */
.cd-nav-trigger .cd-nav-icon::after {
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  -o-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: translateY(6px);
  -moz-transform: translateY(6px);
  -ms-transform: translateY(6px);
  -o-transform: translateY(6px);
  transform: translateY(6px);
}
/* line 132, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/menu.less */
body:not(.navigation-is-open) .cd-nav-trigger:hover .cd-nav-icon::after {
  top: 2px;
}
/* line 135, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/menu.less */
body:not(.navigation-is-open) .cd-nav-trigger:hover .cd-nav-icon::before {
  top: -2px;
}
/* line 139, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/menu.less */
.cd-nav-trigger svg {
  position: absolute;
  top: 0;
  left: 0;
}
/* line 144, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/menu.less */
.cd-nav-trigger rect {
  /* circle border animation */
  -webkit-transition: stroke-dashoffset 0.4s 0s;
  -moz-transition: stroke-dashoffset 0.4s 0s;
  transition: stroke-dashoffset 0.4s 0s;
}
/* line 150, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/menu.less */
.navigation-is-open .cd-nav-trigger {
  /* rotate trigger when navigation becomes visible */
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 159, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/menu.less */
.navigation-is-open .cd-nav-trigger .cd-nav-icon::after,
.navigation-is-open .cd-nav-trigger .cd-nav-icon::before {
  /* animate arrow --> from hamburger to arrow */
  width: 50%;
  -webkit-transition: -webkit-transform 0.5s, width 0.5s;
  -moz-transition: -moz-transform 0.5s, width 0.5s;
  transition: transform 0.5s, width 0.5s;
}
/* line 167, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/menu.less */
.navigation-is-open .cd-nav-trigger .cd-nav-icon::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 174, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/menu.less */
.navigation-is-open .cd-nav-trigger .cd-nav-icon::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 181, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/menu.less */
.no-touch .navigation-is-open .cd-nav-trigger:hover .cd-nav-icon::after,
.no-touch .navigation-is-open .cd-nav-trigger:hover .cd-nav-icon::before {
  top: 0;
}
/* line 184, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/menu.less */
.navigation-is-open .cd-nav-trigger rect {
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset 0.4s 0.3s;
  -moz-transition: stroke-dashoffset 0.4s 0.3s;
  transition: stroke-dashoffset 0.4s 0.3s;
}
@media only screen and (min-width: 1170px) {
  /* line 191, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/menu.less */
  .cd-nav-trigger {
    top: 0px;
  }
}
/* line 196, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/menu.less */
.cd-nav {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.7s;
  -moz-transition: visibility 0s 0.7s;
  transition: visibility 0s 0.7s;
}
/* line 210, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/menu.less */
.cd-nav .cd-navigation-wrapper {
  /* all navigation content */
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 40px 5% 40px calc(85%);
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: -webkit-transform 0.7s;
  -moz-transition: -moz-transform 0.7s;
  transition: transform 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
  -moz-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
  transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
}
/* line 237, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/menu.less */
.cd-nav .cd-navigation-wrapper {
  padding: 20px;
  padding-top: 0px;
}
/* line 242, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/menu.less */
.main-block {
  padding-top: 0px;
}
/* line 246, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/menu.less */
.navigation-is-open .cd-nav {
  visibility: visible;
  -webkit-transition: visibility 0s 0s;
  -moz-transition: visibility 0s 0s;
  transition: visibility 0s 0s;
}
/* line 252, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/menu.less */
.navigation-is-open .cd-nav .cd-navigation-wrapper {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
  -moz-transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
  transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
}
/* line 265, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/menu.less */
.cd-nav h2 {
  position: relative;
  margin-bottom: 1.7em;
  font-size: 1.3rem;
  font-weight: 800;
  color: #080b0f;
  text-transform: uppercase;
}
/* line 273, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/menu.less */
.cd-nav h2::after {
  /* bottom separation line */
  content: '';
  position: absolute;
  left: 0;
  bottom: -20px;
  height: 1px;
  width: 60px;
  background-color: currentColor;
}
/* line 283, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/menu.less */
.cd-nav .cd-primary-nav {
  margin-top: 60px;
}
/* line 286, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/menu.less */
.cd-nav .cd-primary-nav .line-wrapper > li {
  margin: 0;
  border-top: 3px solid rgba(0, 149, 218, 0.3);
}
/* line 290, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/menu.less */
.cd-nav .cd-primary-nav a {
  font-family: 'circularBook', Arial, sans-serif;
  font-size: 22px;
  letter-spacing: 0.05em;
  color: #0095da;
  display: inline-block;
  margin-top: 35px;
}
/* line 298, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/menu.less */
.cd-nav .cd-primary-nav a.selected {
  color: rgba(0, 149, 218, 0.5);
}
/* line 301, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/menu.less */
.no-touch .cd-nav .cd-primary-nav a:hover {
  color: #0095da;
}
/* line 304, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/menu.less */
.cd-nav .cd-contact-info {
  margin-top: 80px;
}
/* line 307, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/menu.less */
.cd-nav .cd-contact-info li {
  font-family: 'circularBook', Arial, sans-serif;
  margin-bottom: 1.5em;
  line-height: 1.2;
  color: #0095da;
}
/* line 313, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/menu.less */
.cd-nav .cd-contact-info a {
  color: #0095da;
}
/* line 316, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/menu.less */
.cd-nav .cd-contact-info span {
  display: block;
}
/* line 319, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/menu.less */
.cd-nav .cd-contact-info li,
.cd-nav .cd-contact-info a,
.cd-nav .cd-contact-info span {
  font-size: 22px;
}
@media only screen and (min-width: 992px) {
  /* line 323, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/menu.less */
  .cd-nav .cd-navigation-wrapper {
    padding: 75px;
    padding-top: 0px;
  }
  /* line 328, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/menu.less */
  .main-block {
    padding-top: 160px;
  }
  /* line 332, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/menu.less */
  .cd-nav .cd-navigation-wrapper::after {
    clear: both;
    content: "";
    display: table;
  }
  /* line 337, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/menu.less */
  .cd-nav .cd-half-block {
    width: 50%;
    float: left;
  }
  /* line 341, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/menu.less */
  .cd-nav .cd-primary-nav {
    margin-top: 0;
  }
  /* line 345, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/menu.less */
  .cd-nav .cd-primary-nav .line-wrapper > li {
    margin: 0;
    margin-bottom: 45px;
    width: 100%;
  }
  /* line 351, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/menu.less */
  .cd-nav .cd-primary-nav a {
    font-family: 'circularBook', Arial, sans-serif;
    font-size: 22px;
    letter-spacing: 0.05em;
  }
  /* line 356, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/menu.less */
  .cd-nav .cd-contact-info {
    margin-top: 120px;
    text-align: right;
  }
  /* line 360, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/menu.less */
  .cd-nav .cd-contact-info li {
    margin-bottom: 2.4em;
  }
  /* line 363, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/menu.less */
  .cd-nav .cd-contact-info li,
  .cd-nav .cd-contact-info a,
  .cd-nav .cd-contact-info span {
    font-size: 2rem;
  }
}
/* line 369, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/menu.less */
.website-wrapper {
  /*position: relative;
  z-index: 2;
  background: #ffffff;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;*/
  /* Force Hardware Acceleration in WebKit */
  /*-webkit-transition: -webkit-transform 0.7s;
  -moz-transition: -moz-transform 0.7s;
  transition: transform 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
  -moz-transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
  transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);*/
}
/*body:not(.template-online_experience) {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}*/
/*.navigation-is-open .website-wrapper {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}*/
/* line 403, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/menu.less */
.no-js .cd-nav {
  position: static;
  visibility: visible;
}
/* line 408, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/menu.less */
.no-js .cd-nav .cd-navigation-wrapper {
  height: auto;
  overflow: visible;
  padding: 100px 5%;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
/* CUSTOM */
/* line 420, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/menu.less */
.cd-primary-nav li {
  display: inline-block;
}
/* line 424, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/menu.less */
ul.cd-primary-nav {
  margin-left: -40px;
}
/* line 428, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/menu.less */
.cd-nav .cd-primary-nav .line-wrapper > li {
  margin: 0;
  margin-bottom: 45px;
  width: 100%;
}
@media (max-width: 768px) {
  /* line 433, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/menu.less */
  .cd-nav .cd-primary-nav .line-wrapper > li {
    width: 100%;
  }
}
/* line 438, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/menu.less */
.cd-nav .cd-primary-nav .line-wrapper > li > a {
  font-family: 'circularBook', Arial, sans-serif;
  font-size: 26px;
  margin-bottom: 35px;
}
/* line 443, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/menu.less */
.cd-nav .cd-primary-nav .line-wrapper > li > a:hover {
  color: #0095da;
  text-decoration: none;
}
/* line 448, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/menu.less */
.cd-nav .cd-primary-nav .line-wrapper > li > a:active,
.cd-nav .cd-primary-nav .line-wrapper > li > a:focus {
  color: #0095da;
}
/* line 455, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/menu.less */
.cd-nav .cd-primary-nav ul {
  margin-left: -40px;
}
/* line 459, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/menu.less */
.cd-nav .cd-primary-nav ul li {
  display: block;
}
/* line 463, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/menu.less */
.cd-nav .cd-primary-nav ul li a {
  margin-top: 0px;
  margin-bottom: 20px;
  color: rgba(0, 149, 218, 0.8);
}
/* line 468, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/menu.less */
.cd-nav .cd-primary-nav ul li a:hover {
  color: #0095da;
}
/* line 472, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/menu.less */
.cd-nav .cd-primary-nav ul li a:active,
.cd-nav .cd-primary-nav ul li a:focus {
  color: #0095da;
}
/* line 478, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/menu.less */
.cd-nav .cd-primary-nav .caret {
  display: none;
}
@media (max-width: 1086px) {
  /* line 483, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/menu.less */
  .cd-nav .cd-primary-nav li {
    display: block;
    clear: both;
  }
}
/* line 489, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/menu.less */
#nav-logo {
  width: 230px;
  height: auto;
  display: block;
  cursor: pointer;
  margin: 0 auto;
  /*@media (max-width: 768px) {
    width: 70px;
    height: 70px;
  }*/
}
/* line 502, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/menu.less */
.plone-toolbar-expanded .cd-navigation-wrapper {
  padding-left: 205px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  /* line 508, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/menu.less */
  .line-wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  /* line 513, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/menu.less */
  .line-wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  /* line 518, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/menu.less */
  .line-wrapper {
    padding-right: 30px;
  }
}
/* OBJECT fields */
/* line 3, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/objects.less */
body.portaltype-object.template-edit,
body.portaltype-object.userrole-authenticated:not(.template-edit),
body.template-collective-object-object,
body.portaltype-personorinstitution.template-edit,
body.portaltype-personorinstitution.userrole-authenticated:not(.template-edit),
body.portaltype-treatment.template-edit,
body.portaltype-treatment.userrole-authenticated:not(.template-edit),
body.portaltype-outgoingloan.template-edit,
body.portaltype-outgoingloan.userrole-authenticated:not(.template-edit),
body.portaltype-incomingloan.template-edit,
body.portaltype-incomingloan.userrole-authenticated:not(.template-edit),
body.portaltype-objectentry.template-edit,
body.portaltype-objectentry.userrole-authenticated:not(.template-edit),
body.portaltype-image.template-edit,
body.portaltype-image.userrole-authenticated:not(.template-edit),
body.portaltype-book.template-edit,
body.portaltype-book.userrole-authenticated:not(.template-edit),
body.portaltype-audiovisual.template-edit,
body.portaltype-audiovisual.userrole-authenticated:not(.template-edit),
body.portaltype-article.template-edit,
body.portaltype-article.userrole-authenticated:not(.template-edit),
body.portaltype-serial.template-edit,
body.portaltype-serial.userrole-authenticated:not(.template-edit),
body.portaltype-resource.template-edit,
body.portaltype-resource.userrole-authenticated:not(.template-edit) {
  /* Identificatie */
  /* Production and Dating */
  /* Physical characteristics */
  /* General */
}
/* line 28, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/objects.less */
body.portaltype-object.template-edit .form-horizontal,
body.portaltype-object.userrole-authenticated:not(.template-edit) .form-horizontal,
body.template-collective-object-object .form-horizontal,
body.portaltype-personorinstitution.template-edit .form-horizontal,
body.portaltype-personorinstitution.userrole-authenticated:not(.template-edit) .form-horizontal,
body.portaltype-treatment.template-edit .form-horizontal,
body.portaltype-treatment.userrole-authenticated:not(.template-edit) .form-horizontal,
body.portaltype-outgoingloan.template-edit .form-horizontal,
body.portaltype-outgoingloan.userrole-authenticated:not(.template-edit) .form-horizontal,
body.portaltype-incomingloan.template-edit .form-horizontal,
body.portaltype-incomingloan.userrole-authenticated:not(.template-edit) .form-horizontal,
body.portaltype-objectentry.template-edit .form-horizontal,
body.portaltype-objectentry.userrole-authenticated:not(.template-edit) .form-horizontal,
body.portaltype-image.template-edit .form-horizontal,
body.portaltype-image.userrole-authenticated:not(.template-edit) .form-horizontal,
body.portaltype-book.template-edit .form-horizontal,
body.portaltype-book.userrole-authenticated:not(.template-edit) .form-horizontal,
body.portaltype-audiovisual.template-edit .form-horizontal,
body.portaltype-audiovisual.userrole-authenticated:not(.template-edit) .form-horizontal,
body.portaltype-article.template-edit .form-horizontal,
body.portaltype-article.userrole-authenticated:not(.template-edit) .form-horizontal,
body.portaltype-serial.template-edit .form-horizontal,
body.portaltype-serial.userrole-authenticated:not(.template-edit) .form-horizontal,
body.portaltype-resource.template-edit .form-horizontal,
body.portaltype-resource.userrole-authenticated:not(.template-edit) .form-horizontal {
  clear: both;
  padding-top: 20px;
}
/* line 33, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/objects.less */
body.portaltype-object.template-edit .control-label,
body.portaltype-object.userrole-authenticated:not(.template-edit) .control-label,
body.template-collective-object-object .control-label,
body.portaltype-personorinstitution.template-edit .control-label,
body.portaltype-personorinstitution.userrole-authenticated:not(.template-edit) .control-label,
body.portaltype-treatment.template-edit .control-label,
body.portaltype-treatment.userrole-authenticated:not(.template-edit) .control-label,
body.portaltype-outgoingloan.template-edit .control-label,
body.portaltype-outgoingloan.userrole-authenticated:not(.template-edit) .control-label,
body.portaltype-incomingloan.template-edit .control-label,
body.portaltype-incomingloan.userrole-authenticated:not(.template-edit) .control-label,
body.portaltype-objectentry.template-edit .control-label,
body.portaltype-objectentry.userrole-authenticated:not(.template-edit) .control-label,
body.portaltype-image.template-edit .control-label,
body.portaltype-image.userrole-authenticated:not(.template-edit) .control-label,
body.portaltype-book.template-edit .control-label,
body.portaltype-book.userrole-authenticated:not(.template-edit) .control-label,
body.portaltype-audiovisual.template-edit .control-label,
body.portaltype-audiovisual.userrole-authenticated:not(.template-edit) .control-label,
body.portaltype-article.template-edit .control-label,
body.portaltype-article.userrole-authenticated:not(.template-edit) .control-label,
body.portaltype-serial.template-edit .control-label,
body.portaltype-serial.userrole-authenticated:not(.template-edit) .control-label,
body.portaltype-resource.template-edit .control-label,
body.portaltype-resource.userrole-authenticated:not(.template-edit) .control-label {
  text-align: left;
}
/* line 37, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/objects.less */
body.portaltype-object.template-edit fieldset,
body.portaltype-object.userrole-authenticated:not(.template-edit) fieldset,
body.template-collective-object-object fieldset,
body.portaltype-personorinstitution.template-edit fieldset,
body.portaltype-personorinstitution.userrole-authenticated:not(.template-edit) fieldset,
body.portaltype-treatment.template-edit fieldset,
body.portaltype-treatment.userrole-authenticated:not(.template-edit) fieldset,
body.portaltype-outgoingloan.template-edit fieldset,
body.portaltype-outgoingloan.userrole-authenticated:not(.template-edit) fieldset,
body.portaltype-incomingloan.template-edit fieldset,
body.portaltype-incomingloan.userrole-authenticated:not(.template-edit) fieldset,
body.portaltype-objectentry.template-edit fieldset,
body.portaltype-objectentry.userrole-authenticated:not(.template-edit) fieldset,
body.portaltype-image.template-edit fieldset,
body.portaltype-image.userrole-authenticated:not(.template-edit) fieldset,
body.portaltype-book.template-edit fieldset,
body.portaltype-book.userrole-authenticated:not(.template-edit) fieldset,
body.portaltype-audiovisual.template-edit fieldset,
body.portaltype-audiovisual.userrole-authenticated:not(.template-edit) fieldset,
body.portaltype-article.template-edit fieldset,
body.portaltype-article.userrole-authenticated:not(.template-edit) fieldset,
body.portaltype-serial.template-edit fieldset,
body.portaltype-serial.userrole-authenticated:not(.template-edit) fieldset,
body.portaltype-resource.template-edit fieldset,
body.portaltype-resource.userrole-authenticated:not(.template-edit) fieldset {
  padding-bottom: 40px;
}
/* line 41, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/objects.less */
body.portaltype-object.template-edit .select2-search-choice a,
body.portaltype-object.userrole-authenticated:not(.template-edit) .select2-search-choice a,
body.template-collective-object-object .select2-search-choice a,
body.portaltype-personorinstitution.template-edit .select2-search-choice a,
body.portaltype-personorinstitution.userrole-authenticated:not(.template-edit) .select2-search-choice a,
body.portaltype-treatment.template-edit .select2-search-choice a,
body.portaltype-treatment.userrole-authenticated:not(.template-edit) .select2-search-choice a,
body.portaltype-outgoingloan.template-edit .select2-search-choice a,
body.portaltype-outgoingloan.userrole-authenticated:not(.template-edit) .select2-search-choice a,
body.portaltype-incomingloan.template-edit .select2-search-choice a,
body.portaltype-incomingloan.userrole-authenticated:not(.template-edit) .select2-search-choice a,
body.portaltype-objectentry.template-edit .select2-search-choice a,
body.portaltype-objectentry.userrole-authenticated:not(.template-edit) .select2-search-choice a,
body.portaltype-image.template-edit .select2-search-choice a,
body.portaltype-image.userrole-authenticated:not(.template-edit) .select2-search-choice a,
body.portaltype-book.template-edit .select2-search-choice a,
body.portaltype-book.userrole-authenticated:not(.template-edit) .select2-search-choice a,
body.portaltype-audiovisual.template-edit .select2-search-choice a,
body.portaltype-audiovisual.userrole-authenticated:not(.template-edit) .select2-search-choice a,
body.portaltype-article.template-edit .select2-search-choice a,
body.portaltype-article.userrole-authenticated:not(.template-edit) .select2-search-choice a,
body.portaltype-serial.template-edit .select2-search-choice a,
body.portaltype-serial.userrole-authenticated:not(.template-edit) .select2-search-choice a,
body.portaltype-resource.template-edit .select2-search-choice a,
body.portaltype-resource.userrole-authenticated:not(.template-edit) .select2-search-choice a {
  border-bottom: 0px !important;
}
/* line 45, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/objects.less */
body.portaltype-object.template-edit textarea,
body.portaltype-object.userrole-authenticated:not(.template-edit) textarea,
body.template-collective-object-object textarea,
body.portaltype-personorinstitution.template-edit textarea,
body.portaltype-personorinstitution.userrole-authenticated:not(.template-edit) textarea,
body.portaltype-treatment.template-edit textarea,
body.portaltype-treatment.userrole-authenticated:not(.template-edit) textarea,
body.portaltype-outgoingloan.template-edit textarea,
body.portaltype-outgoingloan.userrole-authenticated:not(.template-edit) textarea,
body.portaltype-incomingloan.template-edit textarea,
body.portaltype-incomingloan.userrole-authenticated:not(.template-edit) textarea,
body.portaltype-objectentry.template-edit textarea,
body.portaltype-objectentry.userrole-authenticated:not(.template-edit) textarea,
body.portaltype-image.template-edit textarea,
body.portaltype-image.userrole-authenticated:not(.template-edit) textarea,
body.portaltype-book.template-edit textarea,
body.portaltype-book.userrole-authenticated:not(.template-edit) textarea,
body.portaltype-audiovisual.template-edit textarea,
body.portaltype-audiovisual.userrole-authenticated:not(.template-edit) textarea,
body.portaltype-article.template-edit textarea,
body.portaltype-article.userrole-authenticated:not(.template-edit) textarea,
body.portaltype-serial.template-edit textarea,
body.portaltype-serial.userrole-authenticated:not(.template-edit) textarea,
body.portaltype-resource.template-edit textarea,
body.portaltype-resource.userrole-authenticated:not(.template-edit) textarea {
  color: #696969;
}
/* line 50, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/objects.less */
body.portaltype-object.template-edit .datagridwidget-block h4.page-header,
body.portaltype-object.userrole-authenticated:not(.template-edit) .datagridwidget-block h4.page-header,
body.template-collective-object-object .datagridwidget-block h4.page-header,
body.portaltype-personorinstitution.template-edit .datagridwidget-block h4.page-header,
body.portaltype-personorinstitution.userrole-authenticated:not(.template-edit) .datagridwidget-block h4.page-header,
body.portaltype-treatment.template-edit .datagridwidget-block h4.page-header,
body.portaltype-treatment.userrole-authenticated:not(.template-edit) .datagridwidget-block h4.page-header,
body.portaltype-outgoingloan.template-edit .datagridwidget-block h4.page-header,
body.portaltype-outgoingloan.userrole-authenticated:not(.template-edit) .datagridwidget-block h4.page-header,
body.portaltype-incomingloan.template-edit .datagridwidget-block h4.page-header,
body.portaltype-incomingloan.userrole-authenticated:not(.template-edit) .datagridwidget-block h4.page-header,
body.portaltype-objectentry.template-edit .datagridwidget-block h4.page-header,
body.portaltype-objectentry.userrole-authenticated:not(.template-edit) .datagridwidget-block h4.page-header,
body.portaltype-image.template-edit .datagridwidget-block h4.page-header,
body.portaltype-image.userrole-authenticated:not(.template-edit) .datagridwidget-block h4.page-header,
body.portaltype-book.template-edit .datagridwidget-block h4.page-header,
body.portaltype-book.userrole-authenticated:not(.template-edit) .datagridwidget-block h4.page-header,
body.portaltype-audiovisual.template-edit .datagridwidget-block h4.page-header,
body.portaltype-audiovisual.userrole-authenticated:not(.template-edit) .datagridwidget-block h4.page-header,
body.portaltype-article.template-edit .datagridwidget-block h4.page-header,
body.portaltype-article.userrole-authenticated:not(.template-edit) .datagridwidget-block h4.page-header,
body.portaltype-serial.template-edit .datagridwidget-block h4.page-header,
body.portaltype-serial.userrole-authenticated:not(.template-edit) .datagridwidget-block h4.page-header,
body.portaltype-resource.template-edit .datagridwidget-block h4.page-header,
body.portaltype-resource.userrole-authenticated:not(.template-edit) .datagridwidget-block h4.page-header {
  color: #404040 !important;
  padding-top: 20px !important;
}
/* line 56, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/objects.less */
body.portaltype-object.template-edit .datagridwidget-block.bool-field div.label,
body.portaltype-object.userrole-authenticated:not(.template-edit) .datagridwidget-block.bool-field div.label,
body.template-collective-object-object .datagridwidget-block.bool-field div.label,
body.portaltype-personorinstitution.template-edit .datagridwidget-block.bool-field div.label,
body.portaltype-personorinstitution.userrole-authenticated:not(.template-edit) .datagridwidget-block.bool-field div.label,
body.portaltype-treatment.template-edit .datagridwidget-block.bool-field div.label,
body.portaltype-treatment.userrole-authenticated:not(.template-edit) .datagridwidget-block.bool-field div.label,
body.portaltype-outgoingloan.template-edit .datagridwidget-block.bool-field div.label,
body.portaltype-outgoingloan.userrole-authenticated:not(.template-edit) .datagridwidget-block.bool-field div.label,
body.portaltype-incomingloan.template-edit .datagridwidget-block.bool-field div.label,
body.portaltype-incomingloan.userrole-authenticated:not(.template-edit) .datagridwidget-block.bool-field div.label,
body.portaltype-objectentry.template-edit .datagridwidget-block.bool-field div.label,
body.portaltype-objectentry.userrole-authenticated:not(.template-edit) .datagridwidget-block.bool-field div.label,
body.portaltype-image.template-edit .datagridwidget-block.bool-field div.label,
body.portaltype-image.userrole-authenticated:not(.template-edit) .datagridwidget-block.bool-field div.label,
body.portaltype-book.template-edit .datagridwidget-block.bool-field div.label,
body.portaltype-book.userrole-authenticated:not(.template-edit) .datagridwidget-block.bool-field div.label,
body.portaltype-audiovisual.template-edit .datagridwidget-block.bool-field div.label,
body.portaltype-audiovisual.userrole-authenticated:not(.template-edit) .datagridwidget-block.bool-field div.label,
body.portaltype-article.template-edit .datagridwidget-block.bool-field div.label,
body.portaltype-article.userrole-authenticated:not(.template-edit) .datagridwidget-block.bool-field div.label,
body.portaltype-serial.template-edit .datagridwidget-block.bool-field div.label,
body.portaltype-serial.userrole-authenticated:not(.template-edit) .datagridwidget-block.bool-field div.label,
body.portaltype-resource.template-edit .datagridwidget-block.bool-field div.label,
body.portaltype-resource.userrole-authenticated:not(.template-edit) .datagridwidget-block.bool-field div.label {
  display: block !important;
}
/* line 63, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/objects.less */
body.portaltype-object.template-edit #form-widgets-freeFieldsAndNumbers_freeFields .cell-3 span.option,
body.portaltype-object.userrole-authenticated:not(.template-edit) #form-widgets-freeFieldsAndNumbers_freeFields .cell-3 span.option,
body.template-collective-object-object #form-widgets-freeFieldsAndNumbers_freeFields .cell-3 span.option,
body.portaltype-personorinstitution.template-edit #form-widgets-freeFieldsAndNumbers_freeFields .cell-3 span.option,
body.portaltype-personorinstitution.userrole-authenticated:not(.template-edit) #form-widgets-freeFieldsAndNumbers_freeFields .cell-3 span.option,
body.portaltype-treatment.template-edit #form-widgets-freeFieldsAndNumbers_freeFields .cell-3 span.option,
body.portaltype-treatment.userrole-authenticated:not(.template-edit) #form-widgets-freeFieldsAndNumbers_freeFields .cell-3 span.option,
body.portaltype-outgoingloan.template-edit #form-widgets-freeFieldsAndNumbers_freeFields .cell-3 span.option,
body.portaltype-outgoingloan.userrole-authenticated:not(.template-edit) #form-widgets-freeFieldsAndNumbers_freeFields .cell-3 span.option,
body.portaltype-incomingloan.template-edit #form-widgets-freeFieldsAndNumbers_freeFields .cell-3 span.option,
body.portaltype-incomingloan.userrole-authenticated:not(.template-edit) #form-widgets-freeFieldsAndNumbers_freeFields .cell-3 span.option,
body.portaltype-objectentry.template-edit #form-widgets-freeFieldsAndNumbers_freeFields .cell-3 span.option,
body.portaltype-objectentry.userrole-authenticated:not(.template-edit) #form-widgets-freeFieldsAndNumbers_freeFields .cell-3 span.option,
body.portaltype-image.template-edit #form-widgets-freeFieldsAndNumbers_freeFields .cell-3 span.option,
body.portaltype-image.userrole-authenticated:not(.template-edit) #form-widgets-freeFieldsAndNumbers_freeFields .cell-3 span.option,
body.portaltype-book.template-edit #form-widgets-freeFieldsAndNumbers_freeFields .cell-3 span.option,
body.portaltype-book.userrole-authenticated:not(.template-edit) #form-widgets-freeFieldsAndNumbers_freeFields .cell-3 span.option,
body.portaltype-audiovisual.template-edit #form-widgets-freeFieldsAndNumbers_freeFields .cell-3 span.option,
body.portaltype-audiovisual.userrole-authenticated:not(.template-edit) #form-widgets-freeFieldsAndNumbers_freeFields .cell-3 span.option,
body.portaltype-article.template-edit #form-widgets-freeFieldsAndNumbers_freeFields .cell-3 span.option,
body.portaltype-article.userrole-authenticated:not(.template-edit) #form-widgets-freeFieldsAndNumbers_freeFields .cell-3 span.option,
body.portaltype-serial.template-edit #form-widgets-freeFieldsAndNumbers_freeFields .cell-3 span.option,
body.portaltype-serial.userrole-authenticated:not(.template-edit) #form-widgets-freeFieldsAndNumbers_freeFields .cell-3 span.option,
body.portaltype-resource.template-edit #form-widgets-freeFieldsAndNumbers_freeFields .cell-3 span.option,
body.portaltype-resource.userrole-authenticated:not(.template-edit) #form-widgets-freeFieldsAndNumbers_freeFields .cell-3 span.option {
  text-align: center;
}
/* line 67, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/objects.less */
body.portaltype-object.template-edit #form-widgets-freeFieldsAndNumbers_freeFields .cell-3 label,
body.portaltype-object.userrole-authenticated:not(.template-edit) #form-widgets-freeFieldsAndNumbers_freeFields .cell-3 label,
body.template-collective-object-object #form-widgets-freeFieldsAndNumbers_freeFields .cell-3 label,
body.portaltype-personorinstitution.template-edit #form-widgets-freeFieldsAndNumbers_freeFields .cell-3 label,
body.portaltype-personorinstitution.userrole-authenticated:not(.template-edit) #form-widgets-freeFieldsAndNumbers_freeFields .cell-3 label,
body.portaltype-treatment.template-edit #form-widgets-freeFieldsAndNumbers_freeFields .cell-3 label,
body.portaltype-treatment.userrole-authenticated:not(.template-edit) #form-widgets-freeFieldsAndNumbers_freeFields .cell-3 label,
body.portaltype-outgoingloan.template-edit #form-widgets-freeFieldsAndNumbers_freeFields .cell-3 label,
body.portaltype-outgoingloan.userrole-authenticated:not(.template-edit) #form-widgets-freeFieldsAndNumbers_freeFields .cell-3 label,
body.portaltype-incomingloan.template-edit #form-widgets-freeFieldsAndNumbers_freeFields .cell-3 label,
body.portaltype-incomingloan.userrole-authenticated:not(.template-edit) #form-widgets-freeFieldsAndNumbers_freeFields .cell-3 label,
body.portaltype-objectentry.template-edit #form-widgets-freeFieldsAndNumbers_freeFields .cell-3 label,
body.portaltype-objectentry.userrole-authenticated:not(.template-edit) #form-widgets-freeFieldsAndNumbers_freeFields .cell-3 label,
body.portaltype-image.template-edit #form-widgets-freeFieldsAndNumbers_freeFields .cell-3 label,
body.portaltype-image.userrole-authenticated:not(.template-edit) #form-widgets-freeFieldsAndNumbers_freeFields .cell-3 label,
body.portaltype-book.template-edit #form-widgets-freeFieldsAndNumbers_freeFields .cell-3 label,
body.portaltype-book.userrole-authenticated:not(.template-edit) #form-widgets-freeFieldsAndNumbers_freeFields .cell-3 label,
body.portaltype-audiovisual.template-edit #form-widgets-freeFieldsAndNumbers_freeFields .cell-3 label,
body.portaltype-audiovisual.userrole-authenticated:not(.template-edit) #form-widgets-freeFieldsAndNumbers_freeFields .cell-3 label,
body.portaltype-article.template-edit #form-widgets-freeFieldsAndNumbers_freeFields .cell-3 label,
body.portaltype-article.userrole-authenticated:not(.template-edit) #form-widgets-freeFieldsAndNumbers_freeFields .cell-3 label,
body.portaltype-serial.template-edit #form-widgets-freeFieldsAndNumbers_freeFields .cell-3 label,
body.portaltype-serial.userrole-authenticated:not(.template-edit) #form-widgets-freeFieldsAndNumbers_freeFields .cell-3 label,
body.portaltype-resource.template-edit #form-widgets-freeFieldsAndNumbers_freeFields .cell-3 label,
body.portaltype-resource.userrole-authenticated:not(.template-edit) #form-widgets-freeFieldsAndNumbers_freeFields .cell-3 label {
  display: none;
}
@media (min-width: 992px) {
  /* line 75, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/objects.less */
  body.portaltype-object.template-edit #formfield-form-widgets-identification_identification_part,
  body.portaltype-object.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_part,
  body.template-collective-object-object #formfield-form-widgets-identification_identification_part,
  body.portaltype-personorinstitution.template-edit #formfield-form-widgets-identification_identification_part,
  body.portaltype-personorinstitution.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_part,
  body.portaltype-treatment.template-edit #formfield-form-widgets-identification_identification_part,
  body.portaltype-treatment.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_part,
  body.portaltype-outgoingloan.template-edit #formfield-form-widgets-identification_identification_part,
  body.portaltype-outgoingloan.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_part,
  body.portaltype-incomingloan.template-edit #formfield-form-widgets-identification_identification_part,
  body.portaltype-incomingloan.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_part,
  body.portaltype-objectentry.template-edit #formfield-form-widgets-identification_identification_part,
  body.portaltype-objectentry.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_part,
  body.portaltype-image.template-edit #formfield-form-widgets-identification_identification_part,
  body.portaltype-image.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_part,
  body.portaltype-book.template-edit #formfield-form-widgets-identification_identification_part,
  body.portaltype-book.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_part,
  body.portaltype-audiovisual.template-edit #formfield-form-widgets-identification_identification_part,
  body.portaltype-audiovisual.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_part,
  body.portaltype-article.template-edit #formfield-form-widgets-identification_identification_part,
  body.portaltype-article.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_part,
  body.portaltype-serial.template-edit #formfield-form-widgets-identification_identification_part,
  body.portaltype-serial.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_part,
  body.portaltype-resource.template-edit #formfield-form-widgets-identification_identification_part,
  body.portaltype-resource.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_part,
  body.portaltype-object.template-edit #formfield-form-widgets-identification_identification_totNumber,
  body.portaltype-object.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_totNumber,
  body.template-collective-object-object #formfield-form-widgets-identification_identification_totNumber,
  body.portaltype-personorinstitution.template-edit #formfield-form-widgets-identification_identification_totNumber,
  body.portaltype-personorinstitution.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_totNumber,
  body.portaltype-treatment.template-edit #formfield-form-widgets-identification_identification_totNumber,
  body.portaltype-treatment.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_totNumber,
  body.portaltype-outgoingloan.template-edit #formfield-form-widgets-identification_identification_totNumber,
  body.portaltype-outgoingloan.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_totNumber,
  body.portaltype-incomingloan.template-edit #formfield-form-widgets-identification_identification_totNumber,
  body.portaltype-incomingloan.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_totNumber,
  body.portaltype-objectentry.template-edit #formfield-form-widgets-identification_identification_totNumber,
  body.portaltype-objectentry.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_totNumber,
  body.portaltype-image.template-edit #formfield-form-widgets-identification_identification_totNumber,
  body.portaltype-image.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_totNumber,
  body.portaltype-book.template-edit #formfield-form-widgets-identification_identification_totNumber,
  body.portaltype-book.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_totNumber,
  body.portaltype-audiovisual.template-edit #formfield-form-widgets-identification_identification_totNumber,
  body.portaltype-audiovisual.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_totNumber,
  body.portaltype-article.template-edit #formfield-form-widgets-identification_identification_totNumber,
  body.portaltype-article.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_totNumber,
  body.portaltype-serial.template-edit #formfield-form-widgets-identification_identification_totNumber,
  body.portaltype-serial.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_totNumber,
  body.portaltype-resource.template-edit #formfield-form-widgets-identification_identification_totNumber,
  body.portaltype-resource.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_totNumber {
    width: 50%;
    float: left;
    clear: none;
  }
  /* line 83, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/objects.less */
  body.portaltype-object.template-edit #formfield-form-widgets-identification_identification_part label,
  body.portaltype-object.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_part label,
  body.template-collective-object-object #formfield-form-widgets-identification_identification_part label,
  body.portaltype-personorinstitution.template-edit #formfield-form-widgets-identification_identification_part label,
  body.portaltype-personorinstitution.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_part label,
  body.portaltype-treatment.template-edit #formfield-form-widgets-identification_identification_part label,
  body.portaltype-treatment.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_part label,
  body.portaltype-outgoingloan.template-edit #formfield-form-widgets-identification_identification_part label,
  body.portaltype-outgoingloan.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_part label,
  body.portaltype-incomingloan.template-edit #formfield-form-widgets-identification_identification_part label,
  body.portaltype-incomingloan.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_part label,
  body.portaltype-objectentry.template-edit #formfield-form-widgets-identification_identification_part label,
  body.portaltype-objectentry.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_part label,
  body.portaltype-image.template-edit #formfield-form-widgets-identification_identification_part label,
  body.portaltype-image.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_part label,
  body.portaltype-book.template-edit #formfield-form-widgets-identification_identification_part label,
  body.portaltype-book.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_part label,
  body.portaltype-audiovisual.template-edit #formfield-form-widgets-identification_identification_part label,
  body.portaltype-audiovisual.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_part label,
  body.portaltype-article.template-edit #formfield-form-widgets-identification_identification_part label,
  body.portaltype-article.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_part label,
  body.portaltype-serial.template-edit #formfield-form-widgets-identification_identification_part label,
  body.portaltype-serial.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_part label,
  body.portaltype-resource.template-edit #formfield-form-widgets-identification_identification_part label,
  body.portaltype-resource.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_part label {
    width: 50%;
  }
  /* line 87, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/objects.less */
  body.portaltype-object.template-edit #formfield-form-widgets-identification_identification_part .fieldset-input,
  body.portaltype-object.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_part .fieldset-input,
  body.template-collective-object-object #formfield-form-widgets-identification_identification_part .fieldset-input,
  body.portaltype-personorinstitution.template-edit #formfield-form-widgets-identification_identification_part .fieldset-input,
  body.portaltype-personorinstitution.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_part .fieldset-input,
  body.portaltype-treatment.template-edit #formfield-form-widgets-identification_identification_part .fieldset-input,
  body.portaltype-treatment.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_part .fieldset-input,
  body.portaltype-outgoingloan.template-edit #formfield-form-widgets-identification_identification_part .fieldset-input,
  body.portaltype-outgoingloan.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_part .fieldset-input,
  body.portaltype-incomingloan.template-edit #formfield-form-widgets-identification_identification_part .fieldset-input,
  body.portaltype-incomingloan.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_part .fieldset-input,
  body.portaltype-objectentry.template-edit #formfield-form-widgets-identification_identification_part .fieldset-input,
  body.portaltype-objectentry.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_part .fieldset-input,
  body.portaltype-image.template-edit #formfield-form-widgets-identification_identification_part .fieldset-input,
  body.portaltype-image.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_part .fieldset-input,
  body.portaltype-book.template-edit #formfield-form-widgets-identification_identification_part .fieldset-input,
  body.portaltype-book.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_part .fieldset-input,
  body.portaltype-audiovisual.template-edit #formfield-form-widgets-identification_identification_part .fieldset-input,
  body.portaltype-audiovisual.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_part .fieldset-input,
  body.portaltype-article.template-edit #formfield-form-widgets-identification_identification_part .fieldset-input,
  body.portaltype-article.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_part .fieldset-input,
  body.portaltype-serial.template-edit #formfield-form-widgets-identification_identification_part .fieldset-input,
  body.portaltype-serial.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_part .fieldset-input,
  body.portaltype-resource.template-edit #formfield-form-widgets-identification_identification_part .fieldset-input,
  body.portaltype-resource.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_part .fieldset-input {
    width: 47%;
  }
  /* line 93, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/objects.less */
  body.portaltype-object.template-edit #formfield-form-widgets-identification_identification_totNumber label,
  body.portaltype-object.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_totNumber label,
  body.template-collective-object-object #formfield-form-widgets-identification_identification_totNumber label,
  body.portaltype-personorinstitution.template-edit #formfield-form-widgets-identification_identification_totNumber label,
  body.portaltype-personorinstitution.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_totNumber label,
  body.portaltype-treatment.template-edit #formfield-form-widgets-identification_identification_totNumber label,
  body.portaltype-treatment.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_totNumber label,
  body.portaltype-outgoingloan.template-edit #formfield-form-widgets-identification_identification_totNumber label,
  body.portaltype-outgoingloan.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_totNumber label,
  body.portaltype-incomingloan.template-edit #formfield-form-widgets-identification_identification_totNumber label,
  body.portaltype-incomingloan.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_totNumber label,
  body.portaltype-objectentry.template-edit #formfield-form-widgets-identification_identification_totNumber label,
  body.portaltype-objectentry.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_totNumber label,
  body.portaltype-image.template-edit #formfield-form-widgets-identification_identification_totNumber label,
  body.portaltype-image.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_totNumber label,
  body.portaltype-book.template-edit #formfield-form-widgets-identification_identification_totNumber label,
  body.portaltype-book.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_totNumber label,
  body.portaltype-audiovisual.template-edit #formfield-form-widgets-identification_identification_totNumber label,
  body.portaltype-audiovisual.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_totNumber label,
  body.portaltype-article.template-edit #formfield-form-widgets-identification_identification_totNumber label,
  body.portaltype-article.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_totNumber label,
  body.portaltype-serial.template-edit #formfield-form-widgets-identification_identification_totNumber label,
  body.portaltype-serial.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_totNumber label,
  body.portaltype-resource.template-edit #formfield-form-widgets-identification_identification_totNumber label,
  body.portaltype-resource.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_totNumber label {
    width: 30%;
    text-align: right;
  }
  /* line 98, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/objects.less */
  body.portaltype-object.template-edit #formfield-form-widgets-identification_identification_totNumber .fieldset-input,
  body.portaltype-object.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_totNumber .fieldset-input,
  body.template-collective-object-object #formfield-form-widgets-identification_identification_totNumber .fieldset-input,
  body.portaltype-personorinstitution.template-edit #formfield-form-widgets-identification_identification_totNumber .fieldset-input,
  body.portaltype-personorinstitution.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_totNumber .fieldset-input,
  body.portaltype-treatment.template-edit #formfield-form-widgets-identification_identification_totNumber .fieldset-input,
  body.portaltype-treatment.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_totNumber .fieldset-input,
  body.portaltype-outgoingloan.template-edit #formfield-form-widgets-identification_identification_totNumber .fieldset-input,
  body.portaltype-outgoingloan.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_totNumber .fieldset-input,
  body.portaltype-incomingloan.template-edit #formfield-form-widgets-identification_identification_totNumber .fieldset-input,
  body.portaltype-incomingloan.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_totNumber .fieldset-input,
  body.portaltype-objectentry.template-edit #formfield-form-widgets-identification_identification_totNumber .fieldset-input,
  body.portaltype-objectentry.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_totNumber .fieldset-input,
  body.portaltype-image.template-edit #formfield-form-widgets-identification_identification_totNumber .fieldset-input,
  body.portaltype-image.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_totNumber .fieldset-input,
  body.portaltype-book.template-edit #formfield-form-widgets-identification_identification_totNumber .fieldset-input,
  body.portaltype-book.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_totNumber .fieldset-input,
  body.portaltype-audiovisual.template-edit #formfield-form-widgets-identification_identification_totNumber .fieldset-input,
  body.portaltype-audiovisual.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_totNumber .fieldset-input,
  body.portaltype-article.template-edit #formfield-form-widgets-identification_identification_totNumber .fieldset-input,
  body.portaltype-article.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_totNumber .fieldset-input,
  body.portaltype-serial.template-edit #formfield-form-widgets-identification_identification_totNumber .fieldset-input,
  body.portaltype-serial.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_totNumber .fieldset-input,
  body.portaltype-resource.template-edit #formfield-form-widgets-identification_identification_totNumber .fieldset-input,
  body.portaltype-resource.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_totNumber .fieldset-input {
    width: 70%;
  }
  /* line 103, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/objects.less */
  body.portaltype-object.template-edit #formfield-form-widgets-identification_identification_copyNumber,
  body.portaltype-object.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_copyNumber,
  body.template-collective-object-object #formfield-form-widgets-identification_identification_copyNumber,
  body.portaltype-personorinstitution.template-edit #formfield-form-widgets-identification_identification_copyNumber,
  body.portaltype-personorinstitution.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_copyNumber,
  body.portaltype-treatment.template-edit #formfield-form-widgets-identification_identification_copyNumber,
  body.portaltype-treatment.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_copyNumber,
  body.portaltype-outgoingloan.template-edit #formfield-form-widgets-identification_identification_copyNumber,
  body.portaltype-outgoingloan.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_copyNumber,
  body.portaltype-incomingloan.template-edit #formfield-form-widgets-identification_identification_copyNumber,
  body.portaltype-incomingloan.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_copyNumber,
  body.portaltype-objectentry.template-edit #formfield-form-widgets-identification_identification_copyNumber,
  body.portaltype-objectentry.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_copyNumber,
  body.portaltype-image.template-edit #formfield-form-widgets-identification_identification_copyNumber,
  body.portaltype-image.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_copyNumber,
  body.portaltype-book.template-edit #formfield-form-widgets-identification_identification_copyNumber,
  body.portaltype-book.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_copyNumber,
  body.portaltype-audiovisual.template-edit #formfield-form-widgets-identification_identification_copyNumber,
  body.portaltype-audiovisual.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_copyNumber,
  body.portaltype-article.template-edit #formfield-form-widgets-identification_identification_copyNumber,
  body.portaltype-article.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_copyNumber,
  body.portaltype-serial.template-edit #formfield-form-widgets-identification_identification_copyNumber,
  body.portaltype-serial.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_copyNumber,
  body.portaltype-resource.template-edit #formfield-form-widgets-identification_identification_copyNumber,
  body.portaltype-resource.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_copyNumber,
  body.portaltype-object.template-edit #formfield-form-widgets-identification_identification_edition,
  body.portaltype-object.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_edition,
  body.template-collective-object-object #formfield-form-widgets-identification_identification_edition,
  body.portaltype-personorinstitution.template-edit #formfield-form-widgets-identification_identification_edition,
  body.portaltype-personorinstitution.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_edition,
  body.portaltype-treatment.template-edit #formfield-form-widgets-identification_identification_edition,
  body.portaltype-treatment.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_edition,
  body.portaltype-outgoingloan.template-edit #formfield-form-widgets-identification_identification_edition,
  body.portaltype-outgoingloan.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_edition,
  body.portaltype-incomingloan.template-edit #formfield-form-widgets-identification_identification_edition,
  body.portaltype-incomingloan.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_edition,
  body.portaltype-objectentry.template-edit #formfield-form-widgets-identification_identification_edition,
  body.portaltype-objectentry.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_edition,
  body.portaltype-image.template-edit #formfield-form-widgets-identification_identification_edition,
  body.portaltype-image.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_edition,
  body.portaltype-book.template-edit #formfield-form-widgets-identification_identification_edition,
  body.portaltype-book.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_edition,
  body.portaltype-audiovisual.template-edit #formfield-form-widgets-identification_identification_edition,
  body.portaltype-audiovisual.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_edition,
  body.portaltype-article.template-edit #formfield-form-widgets-identification_identification_edition,
  body.portaltype-article.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_edition,
  body.portaltype-serial.template-edit #formfield-form-widgets-identification_identification_edition,
  body.portaltype-serial.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_edition,
  body.portaltype-resource.template-edit #formfield-form-widgets-identification_identification_edition,
  body.portaltype-resource.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_edition {
    width: 50%;
    float: left;
    clear: none;
  }
  /* line 111, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/objects.less */
  body.portaltype-object.template-edit #formfield-form-widgets-identification_identification_copyNumber label,
  body.portaltype-object.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_copyNumber label,
  body.template-collective-object-object #formfield-form-widgets-identification_identification_copyNumber label,
  body.portaltype-personorinstitution.template-edit #formfield-form-widgets-identification_identification_copyNumber label,
  body.portaltype-personorinstitution.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_copyNumber label,
  body.portaltype-treatment.template-edit #formfield-form-widgets-identification_identification_copyNumber label,
  body.portaltype-treatment.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_copyNumber label,
  body.portaltype-outgoingloan.template-edit #formfield-form-widgets-identification_identification_copyNumber label,
  body.portaltype-outgoingloan.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_copyNumber label,
  body.portaltype-incomingloan.template-edit #formfield-form-widgets-identification_identification_copyNumber label,
  body.portaltype-incomingloan.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_copyNumber label,
  body.portaltype-objectentry.template-edit #formfield-form-widgets-identification_identification_copyNumber label,
  body.portaltype-objectentry.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_copyNumber label,
  body.portaltype-image.template-edit #formfield-form-widgets-identification_identification_copyNumber label,
  body.portaltype-image.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_copyNumber label,
  body.portaltype-book.template-edit #formfield-form-widgets-identification_identification_copyNumber label,
  body.portaltype-book.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_copyNumber label,
  body.portaltype-audiovisual.template-edit #formfield-form-widgets-identification_identification_copyNumber label,
  body.portaltype-audiovisual.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_copyNumber label,
  body.portaltype-article.template-edit #formfield-form-widgets-identification_identification_copyNumber label,
  body.portaltype-article.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_copyNumber label,
  body.portaltype-serial.template-edit #formfield-form-widgets-identification_identification_copyNumber label,
  body.portaltype-serial.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_copyNumber label,
  body.portaltype-resource.template-edit #formfield-form-widgets-identification_identification_copyNumber label,
  body.portaltype-resource.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_copyNumber label {
    width: 50%;
  }
  /* line 115, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/objects.less */
  body.portaltype-object.template-edit #formfield-form-widgets-identification_identification_copyNumber .fieldset-input,
  body.portaltype-object.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_copyNumber .fieldset-input,
  body.template-collective-object-object #formfield-form-widgets-identification_identification_copyNumber .fieldset-input,
  body.portaltype-personorinstitution.template-edit #formfield-form-widgets-identification_identification_copyNumber .fieldset-input,
  body.portaltype-personorinstitution.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_copyNumber .fieldset-input,
  body.portaltype-treatment.template-edit #formfield-form-widgets-identification_identification_copyNumber .fieldset-input,
  body.portaltype-treatment.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_copyNumber .fieldset-input,
  body.portaltype-outgoingloan.template-edit #formfield-form-widgets-identification_identification_copyNumber .fieldset-input,
  body.portaltype-outgoingloan.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_copyNumber .fieldset-input,
  body.portaltype-incomingloan.template-edit #formfield-form-widgets-identification_identification_copyNumber .fieldset-input,
  body.portaltype-incomingloan.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_copyNumber .fieldset-input,
  body.portaltype-objectentry.template-edit #formfield-form-widgets-identification_identification_copyNumber .fieldset-input,
  body.portaltype-objectentry.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_copyNumber .fieldset-input,
  body.portaltype-image.template-edit #formfield-form-widgets-identification_identification_copyNumber .fieldset-input,
  body.portaltype-image.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_copyNumber .fieldset-input,
  body.portaltype-book.template-edit #formfield-form-widgets-identification_identification_copyNumber .fieldset-input,
  body.portaltype-book.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_copyNumber .fieldset-input,
  body.portaltype-audiovisual.template-edit #formfield-form-widgets-identification_identification_copyNumber .fieldset-input,
  body.portaltype-audiovisual.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_copyNumber .fieldset-input,
  body.portaltype-article.template-edit #formfield-form-widgets-identification_identification_copyNumber .fieldset-input,
  body.portaltype-article.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_copyNumber .fieldset-input,
  body.portaltype-serial.template-edit #formfield-form-widgets-identification_identification_copyNumber .fieldset-input,
  body.portaltype-serial.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_copyNumber .fieldset-input,
  body.portaltype-resource.template-edit #formfield-form-widgets-identification_identification_copyNumber .fieldset-input,
  body.portaltype-resource.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_copyNumber .fieldset-input {
    width: 47%;
  }
  /* line 121, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/objects.less */
  body.portaltype-object.template-edit #formfield-form-widgets-identification_identification_edition label,
  body.portaltype-object.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_edition label,
  body.template-collective-object-object #formfield-form-widgets-identification_identification_edition label,
  body.portaltype-personorinstitution.template-edit #formfield-form-widgets-identification_identification_edition label,
  body.portaltype-personorinstitution.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_edition label,
  body.portaltype-treatment.template-edit #formfield-form-widgets-identification_identification_edition label,
  body.portaltype-treatment.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_edition label,
  body.portaltype-outgoingloan.template-edit #formfield-form-widgets-identification_identification_edition label,
  body.portaltype-outgoingloan.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_edition label,
  body.portaltype-incomingloan.template-edit #formfield-form-widgets-identification_identification_edition label,
  body.portaltype-incomingloan.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_edition label,
  body.portaltype-objectentry.template-edit #formfield-form-widgets-identification_identification_edition label,
  body.portaltype-objectentry.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_edition label,
  body.portaltype-image.template-edit #formfield-form-widgets-identification_identification_edition label,
  body.portaltype-image.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_edition label,
  body.portaltype-book.template-edit #formfield-form-widgets-identification_identification_edition label,
  body.portaltype-book.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_edition label,
  body.portaltype-audiovisual.template-edit #formfield-form-widgets-identification_identification_edition label,
  body.portaltype-audiovisual.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_edition label,
  body.portaltype-article.template-edit #formfield-form-widgets-identification_identification_edition label,
  body.portaltype-article.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_edition label,
  body.portaltype-serial.template-edit #formfield-form-widgets-identification_identification_edition label,
  body.portaltype-serial.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_edition label,
  body.portaltype-resource.template-edit #formfield-form-widgets-identification_identification_edition label,
  body.portaltype-resource.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_edition label {
    width: 30%;
    text-align: right;
  }
  /* line 126, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/objects.less */
  body.portaltype-object.template-edit #formfield-form-widgets-identification_identification_edition .fieldset-input,
  body.portaltype-object.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_edition .fieldset-input,
  body.template-collective-object-object #formfield-form-widgets-identification_identification_edition .fieldset-input,
  body.portaltype-personorinstitution.template-edit #formfield-form-widgets-identification_identification_edition .fieldset-input,
  body.portaltype-personorinstitution.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_edition .fieldset-input,
  body.portaltype-treatment.template-edit #formfield-form-widgets-identification_identification_edition .fieldset-input,
  body.portaltype-treatment.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_edition .fieldset-input,
  body.portaltype-outgoingloan.template-edit #formfield-form-widgets-identification_identification_edition .fieldset-input,
  body.portaltype-outgoingloan.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_edition .fieldset-input,
  body.portaltype-incomingloan.template-edit #formfield-form-widgets-identification_identification_edition .fieldset-input,
  body.portaltype-incomingloan.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_edition .fieldset-input,
  body.portaltype-objectentry.template-edit #formfield-form-widgets-identification_identification_edition .fieldset-input,
  body.portaltype-objectentry.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_edition .fieldset-input,
  body.portaltype-image.template-edit #formfield-form-widgets-identification_identification_edition .fieldset-input,
  body.portaltype-image.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_edition .fieldset-input,
  body.portaltype-book.template-edit #formfield-form-widgets-identification_identification_edition .fieldset-input,
  body.portaltype-book.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_edition .fieldset-input,
  body.portaltype-audiovisual.template-edit #formfield-form-widgets-identification_identification_edition .fieldset-input,
  body.portaltype-audiovisual.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_edition .fieldset-input,
  body.portaltype-article.template-edit #formfield-form-widgets-identification_identification_edition .fieldset-input,
  body.portaltype-article.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_edition .fieldset-input,
  body.portaltype-serial.template-edit #formfield-form-widgets-identification_identification_edition .fieldset-input,
  body.portaltype-serial.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_edition .fieldset-input,
  body.portaltype-resource.template-edit #formfield-form-widgets-identification_identification_edition .fieldset-input,
  body.portaltype-resource.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_edition .fieldset-input {
    width: 70%;
  }
}
/* line 136, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/objects.less */
body.portaltype-object.template-edit div.field.field-repeatable .control-label:not(.add-link),
body.portaltype-object.userrole-authenticated:not(.template-edit) div.field.field-repeatable .control-label:not(.add-link),
body.template-collective-object-object div.field.field-repeatable .control-label:not(.add-link),
body.portaltype-personorinstitution.template-edit div.field.field-repeatable .control-label:not(.add-link),
body.portaltype-personorinstitution.userrole-authenticated:not(.template-edit) div.field.field-repeatable .control-label:not(.add-link),
body.portaltype-treatment.template-edit div.field.field-repeatable .control-label:not(.add-link),
body.portaltype-treatment.userrole-authenticated:not(.template-edit) div.field.field-repeatable .control-label:not(.add-link),
body.portaltype-outgoingloan.template-edit div.field.field-repeatable .control-label:not(.add-link),
body.portaltype-outgoingloan.userrole-authenticated:not(.template-edit) div.field.field-repeatable .control-label:not(.add-link),
body.portaltype-incomingloan.template-edit div.field.field-repeatable .control-label:not(.add-link),
body.portaltype-incomingloan.userrole-authenticated:not(.template-edit) div.field.field-repeatable .control-label:not(.add-link),
body.portaltype-objectentry.template-edit div.field.field-repeatable .control-label:not(.add-link),
body.portaltype-objectentry.userrole-authenticated:not(.template-edit) div.field.field-repeatable .control-label:not(.add-link),
body.portaltype-image.template-edit div.field.field-repeatable .control-label:not(.add-link),
body.portaltype-image.userrole-authenticated:not(.template-edit) div.field.field-repeatable .control-label:not(.add-link),
body.portaltype-book.template-edit div.field.field-repeatable .control-label:not(.add-link),
body.portaltype-book.userrole-authenticated:not(.template-edit) div.field.field-repeatable .control-label:not(.add-link),
body.portaltype-audiovisual.template-edit div.field.field-repeatable .control-label:not(.add-link),
body.portaltype-audiovisual.userrole-authenticated:not(.template-edit) div.field.field-repeatable .control-label:not(.add-link),
body.portaltype-article.template-edit div.field.field-repeatable .control-label:not(.add-link),
body.portaltype-article.userrole-authenticated:not(.template-edit) div.field.field-repeatable .control-label:not(.add-link),
body.portaltype-serial.template-edit div.field.field-repeatable .control-label:not(.add-link),
body.portaltype-serial.userrole-authenticated:not(.template-edit) div.field.field-repeatable .control-label:not(.add-link),
body.portaltype-resource.template-edit div.field.field-repeatable .control-label:not(.add-link),
body.portaltype-resource.userrole-authenticated:not(.template-edit) div.field.field-repeatable .control-label:not(.add-link) {
  display: none;
}
/* line 140, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/objects.less */
body.portaltype-object.template-edit div.field.field-repeatable .fieldset-input:not(.add-link),
body.portaltype-object.userrole-authenticated:not(.template-edit) div.field.field-repeatable .fieldset-input:not(.add-link),
body.template-collective-object-object div.field.field-repeatable .fieldset-input:not(.add-link),
body.portaltype-personorinstitution.template-edit div.field.field-repeatable .fieldset-input:not(.add-link),
body.portaltype-personorinstitution.userrole-authenticated:not(.template-edit) div.field.field-repeatable .fieldset-input:not(.add-link),
body.portaltype-treatment.template-edit div.field.field-repeatable .fieldset-input:not(.add-link),
body.portaltype-treatment.userrole-authenticated:not(.template-edit) div.field.field-repeatable .fieldset-input:not(.add-link),
body.portaltype-outgoingloan.template-edit div.field.field-repeatable .fieldset-input:not(.add-link),
body.portaltype-outgoingloan.userrole-authenticated:not(.template-edit) div.field.field-repeatable .fieldset-input:not(.add-link),
body.portaltype-incomingloan.template-edit div.field.field-repeatable .fieldset-input:not(.add-link),
body.portaltype-incomingloan.userrole-authenticated:not(.template-edit) div.field.field-repeatable .fieldset-input:not(.add-link),
body.portaltype-objectentry.template-edit div.field.field-repeatable .fieldset-input:not(.add-link),
body.portaltype-objectentry.userrole-authenticated:not(.template-edit) div.field.field-repeatable .fieldset-input:not(.add-link),
body.portaltype-image.template-edit div.field.field-repeatable .fieldset-input:not(.add-link),
body.portaltype-image.userrole-authenticated:not(.template-edit) div.field.field-repeatable .fieldset-input:not(.add-link),
body.portaltype-book.template-edit div.field.field-repeatable .fieldset-input:not(.add-link),
body.portaltype-book.userrole-authenticated:not(.template-edit) div.field.field-repeatable .fieldset-input:not(.add-link),
body.portaltype-audiovisual.template-edit div.field.field-repeatable .fieldset-input:not(.add-link),
body.portaltype-audiovisual.userrole-authenticated:not(.template-edit) div.field.field-repeatable .fieldset-input:not(.add-link),
body.portaltype-article.template-edit div.field.field-repeatable .fieldset-input:not(.add-link),
body.portaltype-article.userrole-authenticated:not(.template-edit) div.field.field-repeatable .fieldset-input:not(.add-link),
body.portaltype-serial.template-edit div.field.field-repeatable .fieldset-input:not(.add-link),
body.portaltype-serial.userrole-authenticated:not(.template-edit) div.field.field-repeatable .fieldset-input:not(.add-link),
body.portaltype-resource.template-edit div.field.field-repeatable .fieldset-input:not(.add-link),
body.portaltype-resource.userrole-authenticated:not(.template-edit) div.field.field-repeatable .fieldset-input:not(.add-link) {
  width: 100% !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
/* line 147, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/objects.less */
body.portaltype-object.template-edit div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block,
body.portaltype-object.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block,
body.template-collective-object-object div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block,
body.portaltype-personorinstitution.template-edit div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block,
body.portaltype-personorinstitution.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block,
body.portaltype-treatment.template-edit div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block,
body.portaltype-treatment.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block,
body.portaltype-outgoingloan.template-edit div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block,
body.portaltype-outgoingloan.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block,
body.portaltype-incomingloan.template-edit div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block,
body.portaltype-incomingloan.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block,
body.portaltype-objectentry.template-edit div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block,
body.portaltype-objectentry.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block,
body.portaltype-image.template-edit div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block,
body.portaltype-image.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block,
body.portaltype-book.template-edit div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block,
body.portaltype-book.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block,
body.portaltype-audiovisual.template-edit div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block,
body.portaltype-audiovisual.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block,
body.portaltype-article.template-edit div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block,
body.portaltype-article.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block,
body.portaltype-serial.template-edit div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block,
body.portaltype-serial.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block,
body.portaltype-resource.template-edit div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block,
body.portaltype-resource.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block {
  clear: both;
  padding-left: 0px;
}
/* line 151, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/objects.less */
body.portaltype-object.template-edit div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div.label,
body.portaltype-object.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div.label,
body.template-collective-object-object div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div.label,
body.portaltype-personorinstitution.template-edit div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div.label,
body.portaltype-personorinstitution.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div.label,
body.portaltype-treatment.template-edit div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div.label,
body.portaltype-treatment.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div.label,
body.portaltype-outgoingloan.template-edit div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div.label,
body.portaltype-outgoingloan.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div.label,
body.portaltype-incomingloan.template-edit div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div.label,
body.portaltype-incomingloan.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div.label,
body.portaltype-objectentry.template-edit div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div.label,
body.portaltype-objectentry.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div.label,
body.portaltype-image.template-edit div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div.label,
body.portaltype-image.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div.label,
body.portaltype-book.template-edit div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div.label,
body.portaltype-book.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div.label,
body.portaltype-audiovisual.template-edit div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div.label,
body.portaltype-audiovisual.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div.label,
body.portaltype-article.template-edit div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div.label,
body.portaltype-article.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div.label,
body.portaltype-serial.template-edit div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div.label,
body.portaltype-serial.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div.label,
body.portaltype-resource.template-edit div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div.label,
body.portaltype-resource.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div.label {
  width: 29% !important;
  float: left;
}
/* line 155, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/objects.less */
body.portaltype-object.template-edit div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div.label label,
body.portaltype-object.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div.label label,
body.template-collective-object-object div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div.label label,
body.portaltype-personorinstitution.template-edit div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div.label label,
body.portaltype-personorinstitution.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div.label label,
body.portaltype-treatment.template-edit div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div.label label,
body.portaltype-treatment.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div.label label,
body.portaltype-outgoingloan.template-edit div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div.label label,
body.portaltype-outgoingloan.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div.label label,
body.portaltype-incomingloan.template-edit div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div.label label,
body.portaltype-incomingloan.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div.label label,
body.portaltype-objectentry.template-edit div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div.label label,
body.portaltype-objectentry.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div.label label,
body.portaltype-image.template-edit div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div.label label,
body.portaltype-image.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div.label label,
body.portaltype-book.template-edit div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div.label label,
body.portaltype-book.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div.label label,
body.portaltype-audiovisual.template-edit div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div.label label,
body.portaltype-audiovisual.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div.label label,
body.portaltype-article.template-edit div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div.label label,
body.portaltype-article.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div.label label,
body.portaltype-serial.template-edit div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div.label label,
body.portaltype-serial.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div.label label,
body.portaltype-resource.template-edit div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div.label label,
body.portaltype-resource.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div.label label {
  float: left;
}
/* line 160, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/objects.less */
body.portaltype-object.template-edit div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div:not(.label),
body.portaltype-object.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div:not(.label),
body.template-collective-object-object div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div:not(.label),
body.portaltype-personorinstitution.template-edit div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div:not(.label),
body.portaltype-personorinstitution.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div:not(.label),
body.portaltype-treatment.template-edit div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div:not(.label),
body.portaltype-treatment.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div:not(.label),
body.portaltype-outgoingloan.template-edit div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div:not(.label),
body.portaltype-outgoingloan.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div:not(.label),
body.portaltype-incomingloan.template-edit div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div:not(.label),
body.portaltype-incomingloan.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div:not(.label),
body.portaltype-objectentry.template-edit div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div:not(.label),
body.portaltype-objectentry.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div:not(.label),
body.portaltype-image.template-edit div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div:not(.label),
body.portaltype-image.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div:not(.label),
body.portaltype-book.template-edit div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div:not(.label),
body.portaltype-book.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div:not(.label),
body.portaltype-audiovisual.template-edit div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div:not(.label),
body.portaltype-audiovisual.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div:not(.label),
body.portaltype-article.template-edit div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div:not(.label),
body.portaltype-article.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div:not(.label),
body.portaltype-serial.template-edit div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div:not(.label),
body.portaltype-serial.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div:not(.label),
body.portaltype-resource.template-edit div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div:not(.label),
body.portaltype-resource.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div:not(.label),
body.portaltype-object.template-edit div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > input,
body.portaltype-object.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > input,
body.template-collective-object-object div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > input,
body.portaltype-personorinstitution.template-edit div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > input,
body.portaltype-personorinstitution.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > input,
body.portaltype-treatment.template-edit div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > input,
body.portaltype-treatment.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > input,
body.portaltype-outgoingloan.template-edit div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > input,
body.portaltype-outgoingloan.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > input,
body.portaltype-incomingloan.template-edit div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > input,
body.portaltype-incomingloan.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > input,
body.portaltype-objectentry.template-edit div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > input,
body.portaltype-objectentry.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > input,
body.portaltype-image.template-edit div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > input,
body.portaltype-image.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > input,
body.portaltype-book.template-edit div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > input,
body.portaltype-book.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > input,
body.portaltype-audiovisual.template-edit div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > input,
body.portaltype-audiovisual.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > input,
body.portaltype-article.template-edit div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > input,
body.portaltype-article.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > input,
body.portaltype-serial.template-edit div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > input,
body.portaltype-serial.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > input,
body.portaltype-resource.template-edit div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > input,
body.portaltype-resource.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > input,
body.portaltype-object.template-edit div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > select,
body.portaltype-object.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > select,
body.template-collective-object-object div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > select,
body.portaltype-personorinstitution.template-edit div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > select,
body.portaltype-personorinstitution.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > select,
body.portaltype-treatment.template-edit div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > select,
body.portaltype-treatment.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > select,
body.portaltype-outgoingloan.template-edit div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > select,
body.portaltype-outgoingloan.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > select,
body.portaltype-incomingloan.template-edit div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > select,
body.portaltype-incomingloan.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > select,
body.portaltype-objectentry.template-edit div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > select,
body.portaltype-objectentry.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > select,
body.portaltype-image.template-edit div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > select,
body.portaltype-image.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > select,
body.portaltype-book.template-edit div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > select,
body.portaltype-book.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > select,
body.portaltype-audiovisual.template-edit div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > select,
body.portaltype-audiovisual.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > select,
body.portaltype-article.template-edit div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > select,
body.portaltype-article.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > select,
body.portaltype-serial.template-edit div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > select,
body.portaltype-serial.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > select,
body.portaltype-resource.template-edit div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > select,
body.portaltype-resource.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > select,
body.portaltype-object.template-edit div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > textarea,
body.portaltype-object.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > textarea,
body.template-collective-object-object div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > textarea,
body.portaltype-personorinstitution.template-edit div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > textarea,
body.portaltype-personorinstitution.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > textarea,
body.portaltype-treatment.template-edit div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > textarea,
body.portaltype-treatment.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > textarea,
body.portaltype-outgoingloan.template-edit div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > textarea,
body.portaltype-outgoingloan.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > textarea,
body.portaltype-incomingloan.template-edit div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > textarea,
body.portaltype-incomingloan.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > textarea,
body.portaltype-objectentry.template-edit div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > textarea,
body.portaltype-objectentry.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > textarea,
body.portaltype-image.template-edit div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > textarea,
body.portaltype-image.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > textarea,
body.portaltype-book.template-edit div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > textarea,
body.portaltype-book.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > textarea,
body.portaltype-audiovisual.template-edit div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > textarea,
body.portaltype-audiovisual.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > textarea,
body.portaltype-article.template-edit div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > textarea,
body.portaltype-article.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > textarea,
body.portaltype-serial.template-edit div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > textarea,
body.portaltype-serial.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > textarea,
body.portaltype-resource.template-edit div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > textarea,
body.portaltype-resource.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > textarea {
  width: 70% !important;
}
/* line 167, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/objects.less */
body.portaltype-object.template-edit div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > .select2-container,
body.portaltype-object.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > .select2-container,
body.template-collective-object-object div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > .select2-container,
body.portaltype-personorinstitution.template-edit div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > .select2-container,
body.portaltype-personorinstitution.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > .select2-container,
body.portaltype-treatment.template-edit div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > .select2-container,
body.portaltype-treatment.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > .select2-container,
body.portaltype-outgoingloan.template-edit div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > .select2-container,
body.portaltype-outgoingloan.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > .select2-container,
body.portaltype-incomingloan.template-edit div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > .select2-container,
body.portaltype-incomingloan.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > .select2-container,
body.portaltype-objectentry.template-edit div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > .select2-container,
body.portaltype-objectentry.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > .select2-container,
body.portaltype-image.template-edit div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > .select2-container,
body.portaltype-image.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > .select2-container,
body.portaltype-book.template-edit div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > .select2-container,
body.portaltype-book.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > .select2-container,
body.portaltype-audiovisual.template-edit div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > .select2-container,
body.portaltype-audiovisual.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > .select2-container,
body.portaltype-article.template-edit div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > .select2-container,
body.portaltype-article.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > .select2-container,
body.portaltype-serial.template-edit div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > .select2-container,
body.portaltype-serial.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > .select2-container,
body.portaltype-resource.template-edit div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > .select2-container,
body.portaltype-resource.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > .select2-container {
  min-width: auto !important;
}
/* line 176, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/objects.less */
body.portaltype-object.template-edit div.field.field-repeatable.field-block .datagridwidget-row:not(.datagridfield-last-filled-row) .datagridwidget-block-edit-cell,
body.portaltype-object.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-row:not(.datagridfield-last-filled-row) .datagridwidget-block-edit-cell,
body.template-collective-object-object div.field.field-repeatable.field-block .datagridwidget-row:not(.datagridfield-last-filled-row) .datagridwidget-block-edit-cell,
body.portaltype-personorinstitution.template-edit div.field.field-repeatable.field-block .datagridwidget-row:not(.datagridfield-last-filled-row) .datagridwidget-block-edit-cell,
body.portaltype-personorinstitution.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-row:not(.datagridfield-last-filled-row) .datagridwidget-block-edit-cell,
body.portaltype-treatment.template-edit div.field.field-repeatable.field-block .datagridwidget-row:not(.datagridfield-last-filled-row) .datagridwidget-block-edit-cell,
body.portaltype-treatment.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-row:not(.datagridfield-last-filled-row) .datagridwidget-block-edit-cell,
body.portaltype-outgoingloan.template-edit div.field.field-repeatable.field-block .datagridwidget-row:not(.datagridfield-last-filled-row) .datagridwidget-block-edit-cell,
body.portaltype-outgoingloan.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-row:not(.datagridfield-last-filled-row) .datagridwidget-block-edit-cell,
body.portaltype-incomingloan.template-edit div.field.field-repeatable.field-block .datagridwidget-row:not(.datagridfield-last-filled-row) .datagridwidget-block-edit-cell,
body.portaltype-incomingloan.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-row:not(.datagridfield-last-filled-row) .datagridwidget-block-edit-cell,
body.portaltype-objectentry.template-edit div.field.field-repeatable.field-block .datagridwidget-row:not(.datagridfield-last-filled-row) .datagridwidget-block-edit-cell,
body.portaltype-objectentry.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-row:not(.datagridfield-last-filled-row) .datagridwidget-block-edit-cell,
body.portaltype-image.template-edit div.field.field-repeatable.field-block .datagridwidget-row:not(.datagridfield-last-filled-row) .datagridwidget-block-edit-cell,
body.portaltype-image.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-row:not(.datagridfield-last-filled-row) .datagridwidget-block-edit-cell,
body.portaltype-book.template-edit div.field.field-repeatable.field-block .datagridwidget-row:not(.datagridfield-last-filled-row) .datagridwidget-block-edit-cell,
body.portaltype-book.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-row:not(.datagridfield-last-filled-row) .datagridwidget-block-edit-cell,
body.portaltype-audiovisual.template-edit div.field.field-repeatable.field-block .datagridwidget-row:not(.datagridfield-last-filled-row) .datagridwidget-block-edit-cell,
body.portaltype-audiovisual.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-row:not(.datagridfield-last-filled-row) .datagridwidget-block-edit-cell,
body.portaltype-article.template-edit div.field.field-repeatable.field-block .datagridwidget-row:not(.datagridfield-last-filled-row) .datagridwidget-block-edit-cell,
body.portaltype-article.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-row:not(.datagridfield-last-filled-row) .datagridwidget-block-edit-cell,
body.portaltype-serial.template-edit div.field.field-repeatable.field-block .datagridwidget-row:not(.datagridfield-last-filled-row) .datagridwidget-block-edit-cell,
body.portaltype-serial.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-row:not(.datagridfield-last-filled-row) .datagridwidget-block-edit-cell,
body.portaltype-resource.template-edit div.field.field-repeatable.field-block .datagridwidget-row:not(.datagridfield-last-filled-row) .datagridwidget-block-edit-cell,
body.portaltype-resource.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-row:not(.datagridfield-last-filled-row) .datagridwidget-block-edit-cell {
  padding-bottom: 20px;
}
/* line 181, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/objects.less */
body.portaltype-object.template-edit div.field.field-repeatable .datagridwidget-table-view,
body.portaltype-object.userrole-authenticated:not(.template-edit) div.field.field-repeatable .datagridwidget-table-view,
body.template-collective-object-object div.field.field-repeatable .datagridwidget-table-view,
body.portaltype-personorinstitution.template-edit div.field.field-repeatable .datagridwidget-table-view,
body.portaltype-personorinstitution.userrole-authenticated:not(.template-edit) div.field.field-repeatable .datagridwidget-table-view,
body.portaltype-treatment.template-edit div.field.field-repeatable .datagridwidget-table-view,
body.portaltype-treatment.userrole-authenticated:not(.template-edit) div.field.field-repeatable .datagridwidget-table-view,
body.portaltype-outgoingloan.template-edit div.field.field-repeatable .datagridwidget-table-view,
body.portaltype-outgoingloan.userrole-authenticated:not(.template-edit) div.field.field-repeatable .datagridwidget-table-view,
body.portaltype-incomingloan.template-edit div.field.field-repeatable .datagridwidget-table-view,
body.portaltype-incomingloan.userrole-authenticated:not(.template-edit) div.field.field-repeatable .datagridwidget-table-view,
body.portaltype-objectentry.template-edit div.field.field-repeatable .datagridwidget-table-view,
body.portaltype-objectentry.userrole-authenticated:not(.template-edit) div.field.field-repeatable .datagridwidget-table-view,
body.portaltype-image.template-edit div.field.field-repeatable .datagridwidget-table-view,
body.portaltype-image.userrole-authenticated:not(.template-edit) div.field.field-repeatable .datagridwidget-table-view,
body.portaltype-book.template-edit div.field.field-repeatable .datagridwidget-table-view,
body.portaltype-book.userrole-authenticated:not(.template-edit) div.field.field-repeatable .datagridwidget-table-view,
body.portaltype-audiovisual.template-edit div.field.field-repeatable .datagridwidget-table-view,
body.portaltype-audiovisual.userrole-authenticated:not(.template-edit) div.field.field-repeatable .datagridwidget-table-view,
body.portaltype-article.template-edit div.field.field-repeatable .datagridwidget-table-view,
body.portaltype-article.userrole-authenticated:not(.template-edit) div.field.field-repeatable .datagridwidget-table-view,
body.portaltype-serial.template-edit div.field.field-repeatable .datagridwidget-table-view,
body.portaltype-serial.userrole-authenticated:not(.template-edit) div.field.field-repeatable .datagridwidget-table-view,
body.portaltype-resource.template-edit div.field.field-repeatable .datagridwidget-table-view,
body.portaltype-resource.userrole-authenticated:not(.template-edit) div.field.field-repeatable .datagridwidget-table-view {
  border: 0px !important;
}
/* line 183, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/objects.less */
body.portaltype-object.template-edit div.field.field-repeatable .datagridwidget-table-view .datagridwidget-manipulator,
body.portaltype-object.userrole-authenticated:not(.template-edit) div.field.field-repeatable .datagridwidget-table-view .datagridwidget-manipulator,
body.template-collective-object-object div.field.field-repeatable .datagridwidget-table-view .datagridwidget-manipulator,
body.portaltype-personorinstitution.template-edit div.field.field-repeatable .datagridwidget-table-view .datagridwidget-manipulator,
body.portaltype-personorinstitution.userrole-authenticated:not(.template-edit) div.field.field-repeatable .datagridwidget-table-view .datagridwidget-manipulator,
body.portaltype-treatment.template-edit div.field.field-repeatable .datagridwidget-table-view .datagridwidget-manipulator,
body.portaltype-treatment.userrole-authenticated:not(.template-edit) div.field.field-repeatable .datagridwidget-table-view .datagridwidget-manipulator,
body.portaltype-outgoingloan.template-edit div.field.field-repeatable .datagridwidget-table-view .datagridwidget-manipulator,
body.portaltype-outgoingloan.userrole-authenticated:not(.template-edit) div.field.field-repeatable .datagridwidget-table-view .datagridwidget-manipulator,
body.portaltype-incomingloan.template-edit div.field.field-repeatable .datagridwidget-table-view .datagridwidget-manipulator,
body.portaltype-incomingloan.userrole-authenticated:not(.template-edit) div.field.field-repeatable .datagridwidget-table-view .datagridwidget-manipulator,
body.portaltype-objectentry.template-edit div.field.field-repeatable .datagridwidget-table-view .datagridwidget-manipulator,
body.portaltype-objectentry.userrole-authenticated:not(.template-edit) div.field.field-repeatable .datagridwidget-table-view .datagridwidget-manipulator,
body.portaltype-image.template-edit div.field.field-repeatable .datagridwidget-table-view .datagridwidget-manipulator,
body.portaltype-image.userrole-authenticated:not(.template-edit) div.field.field-repeatable .datagridwidget-table-view .datagridwidget-manipulator,
body.portaltype-book.template-edit div.field.field-repeatable .datagridwidget-table-view .datagridwidget-manipulator,
body.portaltype-book.userrole-authenticated:not(.template-edit) div.field.field-repeatable .datagridwidget-table-view .datagridwidget-manipulator,
body.portaltype-audiovisual.template-edit div.field.field-repeatable .datagridwidget-table-view .datagridwidget-manipulator,
body.portaltype-audiovisual.userrole-authenticated:not(.template-edit) div.field.field-repeatable .datagridwidget-table-view .datagridwidget-manipulator,
body.portaltype-article.template-edit div.field.field-repeatable .datagridwidget-table-view .datagridwidget-manipulator,
body.portaltype-article.userrole-authenticated:not(.template-edit) div.field.field-repeatable .datagridwidget-table-view .datagridwidget-manipulator,
body.portaltype-serial.template-edit div.field.field-repeatable .datagridwidget-table-view .datagridwidget-manipulator,
body.portaltype-serial.userrole-authenticated:not(.template-edit) div.field.field-repeatable .datagridwidget-table-view .datagridwidget-manipulator,
body.portaltype-resource.template-edit div.field.field-repeatable .datagridwidget-table-view .datagridwidget-manipulator,
body.portaltype-resource.userrole-authenticated:not(.template-edit) div.field.field-repeatable .datagridwidget-table-view .datagridwidget-manipulator {
  border: 0px !important;
}
/* line 188, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/objects.less */
body.portaltype-object.template-edit div.field.field-repeatable .datagridwidget-cell,
body.portaltype-object.userrole-authenticated:not(.template-edit) div.field.field-repeatable .datagridwidget-cell,
body.template-collective-object-object div.field.field-repeatable .datagridwidget-cell,
body.portaltype-personorinstitution.template-edit div.field.field-repeatable .datagridwidget-cell,
body.portaltype-personorinstitution.userrole-authenticated:not(.template-edit) div.field.field-repeatable .datagridwidget-cell,
body.portaltype-treatment.template-edit div.field.field-repeatable .datagridwidget-cell,
body.portaltype-treatment.userrole-authenticated:not(.template-edit) div.field.field-repeatable .datagridwidget-cell,
body.portaltype-outgoingloan.template-edit div.field.field-repeatable .datagridwidget-cell,
body.portaltype-outgoingloan.userrole-authenticated:not(.template-edit) div.field.field-repeatable .datagridwidget-cell,
body.portaltype-incomingloan.template-edit div.field.field-repeatable .datagridwidget-cell,
body.portaltype-incomingloan.userrole-authenticated:not(.template-edit) div.field.field-repeatable .datagridwidget-cell,
body.portaltype-objectentry.template-edit div.field.field-repeatable .datagridwidget-cell,
body.portaltype-objectentry.userrole-authenticated:not(.template-edit) div.field.field-repeatable .datagridwidget-cell,
body.portaltype-image.template-edit div.field.field-repeatable .datagridwidget-cell,
body.portaltype-image.userrole-authenticated:not(.template-edit) div.field.field-repeatable .datagridwidget-cell,
body.portaltype-book.template-edit div.field.field-repeatable .datagridwidget-cell,
body.portaltype-book.userrole-authenticated:not(.template-edit) div.field.field-repeatable .datagridwidget-cell,
body.portaltype-audiovisual.template-edit div.field.field-repeatable .datagridwidget-cell,
body.portaltype-audiovisual.userrole-authenticated:not(.template-edit) div.field.field-repeatable .datagridwidget-cell,
body.portaltype-article.template-edit div.field.field-repeatable .datagridwidget-cell,
body.portaltype-article.userrole-authenticated:not(.template-edit) div.field.field-repeatable .datagridwidget-cell,
body.portaltype-serial.template-edit div.field.field-repeatable .datagridwidget-cell,
body.portaltype-serial.userrole-authenticated:not(.template-edit) div.field.field-repeatable .datagridwidget-cell,
body.portaltype-resource.template-edit div.field.field-repeatable .datagridwidget-cell,
body.portaltype-resource.userrole-authenticated:not(.template-edit) div.field.field-repeatable .datagridwidget-cell {
  padding-left: 0px;
}
/* line 192, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/objects.less */
body.portaltype-object.template-edit div.field.field-repeatable .datagridwidget-table-view-block .datagridwidget-row,
body.portaltype-object.userrole-authenticated:not(.template-edit) div.field.field-repeatable .datagridwidget-table-view-block .datagridwidget-row,
body.template-collective-object-object div.field.field-repeatable .datagridwidget-table-view-block .datagridwidget-row,
body.portaltype-personorinstitution.template-edit div.field.field-repeatable .datagridwidget-table-view-block .datagridwidget-row,
body.portaltype-personorinstitution.userrole-authenticated:not(.template-edit) div.field.field-repeatable .datagridwidget-table-view-block .datagridwidget-row,
body.portaltype-treatment.template-edit div.field.field-repeatable .datagridwidget-table-view-block .datagridwidget-row,
body.portaltype-treatment.userrole-authenticated:not(.template-edit) div.field.field-repeatable .datagridwidget-table-view-block .datagridwidget-row,
body.portaltype-outgoingloan.template-edit div.field.field-repeatable .datagridwidget-table-view-block .datagridwidget-row,
body.portaltype-outgoingloan.userrole-authenticated:not(.template-edit) div.field.field-repeatable .datagridwidget-table-view-block .datagridwidget-row,
body.portaltype-incomingloan.template-edit div.field.field-repeatable .datagridwidget-table-view-block .datagridwidget-row,
body.portaltype-incomingloan.userrole-authenticated:not(.template-edit) div.field.field-repeatable .datagridwidget-table-view-block .datagridwidget-row,
body.portaltype-objectentry.template-edit div.field.field-repeatable .datagridwidget-table-view-block .datagridwidget-row,
body.portaltype-objectentry.userrole-authenticated:not(.template-edit) div.field.field-repeatable .datagridwidget-table-view-block .datagridwidget-row,
body.portaltype-image.template-edit div.field.field-repeatable .datagridwidget-table-view-block .datagridwidget-row,
body.portaltype-image.userrole-authenticated:not(.template-edit) div.field.field-repeatable .datagridwidget-table-view-block .datagridwidget-row,
body.portaltype-book.template-edit div.field.field-repeatable .datagridwidget-table-view-block .datagridwidget-row,
body.portaltype-book.userrole-authenticated:not(.template-edit) div.field.field-repeatable .datagridwidget-table-view-block .datagridwidget-row,
body.portaltype-audiovisual.template-edit div.field.field-repeatable .datagridwidget-table-view-block .datagridwidget-row,
body.portaltype-audiovisual.userrole-authenticated:not(.template-edit) div.field.field-repeatable .datagridwidget-table-view-block .datagridwidget-row,
body.portaltype-article.template-edit div.field.field-repeatable .datagridwidget-table-view-block .datagridwidget-row,
body.portaltype-article.userrole-authenticated:not(.template-edit) div.field.field-repeatable .datagridwidget-table-view-block .datagridwidget-row,
body.portaltype-serial.template-edit div.field.field-repeatable .datagridwidget-table-view-block .datagridwidget-row,
body.portaltype-serial.userrole-authenticated:not(.template-edit) div.field.field-repeatable .datagridwidget-table-view-block .datagridwidget-row,
body.portaltype-resource.template-edit div.field.field-repeatable .datagridwidget-table-view-block .datagridwidget-row,
body.portaltype-resource.userrole-authenticated:not(.template-edit) div.field.field-repeatable .datagridwidget-table-view-block .datagridwidget-row {
  border: 0px !important;
  background: #ffffff;
}
/* line 197, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/objects.less */
body.portaltype-object.template-edit div.field.field-repeatable .datagridwidget-block-edit-cell,
body.portaltype-object.userrole-authenticated:not(.template-edit) div.field.field-repeatable .datagridwidget-block-edit-cell,
body.template-collective-object-object div.field.field-repeatable .datagridwidget-block-edit-cell,
body.portaltype-personorinstitution.template-edit div.field.field-repeatable .datagridwidget-block-edit-cell,
body.portaltype-personorinstitution.userrole-authenticated:not(.template-edit) div.field.field-repeatable .datagridwidget-block-edit-cell,
body.portaltype-treatment.template-edit div.field.field-repeatable .datagridwidget-block-edit-cell,
body.portaltype-treatment.userrole-authenticated:not(.template-edit) div.field.field-repeatable .datagridwidget-block-edit-cell,
body.portaltype-outgoingloan.template-edit div.field.field-repeatable .datagridwidget-block-edit-cell,
body.portaltype-outgoingloan.userrole-authenticated:not(.template-edit) div.field.field-repeatable .datagridwidget-block-edit-cell,
body.portaltype-incomingloan.template-edit div.field.field-repeatable .datagridwidget-block-edit-cell,
body.portaltype-incomingloan.userrole-authenticated:not(.template-edit) div.field.field-repeatable .datagridwidget-block-edit-cell,
body.portaltype-objectentry.template-edit div.field.field-repeatable .datagridwidget-block-edit-cell,
body.portaltype-objectentry.userrole-authenticated:not(.template-edit) div.field.field-repeatable .datagridwidget-block-edit-cell,
body.portaltype-image.template-edit div.field.field-repeatable .datagridwidget-block-edit-cell,
body.portaltype-image.userrole-authenticated:not(.template-edit) div.field.field-repeatable .datagridwidget-block-edit-cell,
body.portaltype-book.template-edit div.field.field-repeatable .datagridwidget-block-edit-cell,
body.portaltype-book.userrole-authenticated:not(.template-edit) div.field.field-repeatable .datagridwidget-block-edit-cell,
body.portaltype-audiovisual.template-edit div.field.field-repeatable .datagridwidget-block-edit-cell,
body.portaltype-audiovisual.userrole-authenticated:not(.template-edit) div.field.field-repeatable .datagridwidget-block-edit-cell,
body.portaltype-article.template-edit div.field.field-repeatable .datagridwidget-block-edit-cell,
body.portaltype-article.userrole-authenticated:not(.template-edit) div.field.field-repeatable .datagridwidget-block-edit-cell,
body.portaltype-serial.template-edit div.field.field-repeatable .datagridwidget-block-edit-cell,
body.portaltype-serial.userrole-authenticated:not(.template-edit) div.field.field-repeatable .datagridwidget-block-edit-cell,
body.portaltype-resource.template-edit div.field.field-repeatable .datagridwidget-block-edit-cell,
body.portaltype-resource.userrole-authenticated:not(.template-edit) div.field.field-repeatable .datagridwidget-block-edit-cell {
  border: 0px !important;
  background: #ffffff;
}
/* line 202, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/objects.less */
body.portaltype-object.template-edit div.field.field-repeatable th.header,
body.portaltype-object.userrole-authenticated:not(.template-edit) div.field.field-repeatable th.header,
body.template-collective-object-object div.field.field-repeatable th.header,
body.portaltype-personorinstitution.template-edit div.field.field-repeatable th.header,
body.portaltype-personorinstitution.userrole-authenticated:not(.template-edit) div.field.field-repeatable th.header,
body.portaltype-treatment.template-edit div.field.field-repeatable th.header,
body.portaltype-treatment.userrole-authenticated:not(.template-edit) div.field.field-repeatable th.header,
body.portaltype-outgoingloan.template-edit div.field.field-repeatable th.header,
body.portaltype-outgoingloan.userrole-authenticated:not(.template-edit) div.field.field-repeatable th.header,
body.portaltype-incomingloan.template-edit div.field.field-repeatable th.header,
body.portaltype-incomingloan.userrole-authenticated:not(.template-edit) div.field.field-repeatable th.header,
body.portaltype-objectentry.template-edit div.field.field-repeatable th.header,
body.portaltype-objectentry.userrole-authenticated:not(.template-edit) div.field.field-repeatable th.header,
body.portaltype-image.template-edit div.field.field-repeatable th.header,
body.portaltype-image.userrole-authenticated:not(.template-edit) div.field.field-repeatable th.header,
body.portaltype-book.template-edit div.field.field-repeatable th.header,
body.portaltype-book.userrole-authenticated:not(.template-edit) div.field.field-repeatable th.header,
body.portaltype-audiovisual.template-edit div.field.field-repeatable th.header,
body.portaltype-audiovisual.userrole-authenticated:not(.template-edit) div.field.field-repeatable th.header,
body.portaltype-article.template-edit div.field.field-repeatable th.header,
body.portaltype-article.userrole-authenticated:not(.template-edit) div.field.field-repeatable th.header,
body.portaltype-serial.template-edit div.field.field-repeatable th.header,
body.portaltype-serial.userrole-authenticated:not(.template-edit) div.field.field-repeatable th.header,
body.portaltype-resource.template-edit div.field.field-repeatable th.header,
body.portaltype-resource.userrole-authenticated:not(.template-edit) div.field.field-repeatable th.header,
body.portaltype-object.template-edit div.field.field-repeatable .datagridwidget-body,
body.portaltype-object.userrole-authenticated:not(.template-edit) div.field.field-repeatable .datagridwidget-body,
body.template-collective-object-object div.field.field-repeatable .datagridwidget-body,
body.portaltype-personorinstitution.template-edit div.field.field-repeatable .datagridwidget-body,
body.portaltype-personorinstitution.userrole-authenticated:not(.template-edit) div.field.field-repeatable .datagridwidget-body,
body.portaltype-treatment.template-edit div.field.field-repeatable .datagridwidget-body,
body.portaltype-treatment.userrole-authenticated:not(.template-edit) div.field.field-repeatable .datagridwidget-body,
body.portaltype-outgoingloan.template-edit div.field.field-repeatable .datagridwidget-body,
body.portaltype-outgoingloan.userrole-authenticated:not(.template-edit) div.field.field-repeatable .datagridwidget-body,
body.portaltype-incomingloan.template-edit div.field.field-repeatable .datagridwidget-body,
body.portaltype-incomingloan.userrole-authenticated:not(.template-edit) div.field.field-repeatable .datagridwidget-body,
body.portaltype-objectentry.template-edit div.field.field-repeatable .datagridwidget-body,
body.portaltype-objectentry.userrole-authenticated:not(.template-edit) div.field.field-repeatable .datagridwidget-body,
body.portaltype-image.template-edit div.field.field-repeatable .datagridwidget-body,
body.portaltype-image.userrole-authenticated:not(.template-edit) div.field.field-repeatable .datagridwidget-body,
body.portaltype-book.template-edit div.field.field-repeatable .datagridwidget-body,
body.portaltype-book.userrole-authenticated:not(.template-edit) div.field.field-repeatable .datagridwidget-body,
body.portaltype-audiovisual.template-edit div.field.field-repeatable .datagridwidget-body,
body.portaltype-audiovisual.userrole-authenticated:not(.template-edit) div.field.field-repeatable .datagridwidget-body,
body.portaltype-article.template-edit div.field.field-repeatable .datagridwidget-body,
body.portaltype-article.userrole-authenticated:not(.template-edit) div.field.field-repeatable .datagridwidget-body,
body.portaltype-serial.template-edit div.field.field-repeatable .datagridwidget-body,
body.portaltype-serial.userrole-authenticated:not(.template-edit) div.field.field-repeatable .datagridwidget-body,
body.portaltype-resource.template-edit div.field.field-repeatable .datagridwidget-body,
body.portaltype-resource.userrole-authenticated:not(.template-edit) div.field.field-repeatable .datagridwidget-body,
body.portaltype-object.template-edit div.field.field-repeatable .datagridwidget-cell,
body.portaltype-object.userrole-authenticated:not(.template-edit) div.field.field-repeatable .datagridwidget-cell,
body.template-collective-object-object div.field.field-repeatable .datagridwidget-cell,
body.portaltype-personorinstitution.template-edit div.field.field-repeatable .datagridwidget-cell,
body.portaltype-personorinstitution.userrole-authenticated:not(.template-edit) div.field.field-repeatable .datagridwidget-cell,
body.portaltype-treatment.template-edit div.field.field-repeatable .datagridwidget-cell,
body.portaltype-treatment.userrole-authenticated:not(.template-edit) div.field.field-repeatable .datagridwidget-cell,
body.portaltype-outgoingloan.template-edit div.field.field-repeatable .datagridwidget-cell,
body.portaltype-outgoingloan.userrole-authenticated:not(.template-edit) div.field.field-repeatable .datagridwidget-cell,
body.portaltype-incomingloan.template-edit div.field.field-repeatable .datagridwidget-cell,
body.portaltype-incomingloan.userrole-authenticated:not(.template-edit) div.field.field-repeatable .datagridwidget-cell,
body.portaltype-objectentry.template-edit div.field.field-repeatable .datagridwidget-cell,
body.portaltype-objectentry.userrole-authenticated:not(.template-edit) div.field.field-repeatable .datagridwidget-cell,
body.portaltype-image.template-edit div.field.field-repeatable .datagridwidget-cell,
body.portaltype-image.userrole-authenticated:not(.template-edit) div.field.field-repeatable .datagridwidget-cell,
body.portaltype-book.template-edit div.field.field-repeatable .datagridwidget-cell,
body.portaltype-book.userrole-authenticated:not(.template-edit) div.field.field-repeatable .datagridwidget-cell,
body.portaltype-audiovisual.template-edit div.field.field-repeatable .datagridwidget-cell,
body.portaltype-audiovisual.userrole-authenticated:not(.template-edit) div.field.field-repeatable .datagridwidget-cell,
body.portaltype-article.template-edit div.field.field-repeatable .datagridwidget-cell,
body.portaltype-article.userrole-authenticated:not(.template-edit) div.field.field-repeatable .datagridwidget-cell,
body.portaltype-serial.template-edit div.field.field-repeatable .datagridwidget-cell,
body.portaltype-serial.userrole-authenticated:not(.template-edit) div.field.field-repeatable .datagridwidget-cell,
body.portaltype-resource.template-edit div.field.field-repeatable .datagridwidget-cell,
body.portaltype-resource.userrole-authenticated:not(.template-edit) div.field.field-repeatable .datagridwidget-cell {
  background: #ffffff;
  border: 0px;
}
/* line 209, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/objects.less */
body.portaltype-object.template-edit div.field.field-repeatable th.header,
body.portaltype-object.userrole-authenticated:not(.template-edit) div.field.field-repeatable th.header,
body.template-collective-object-object div.field.field-repeatable th.header,
body.portaltype-personorinstitution.template-edit div.field.field-repeatable th.header,
body.portaltype-personorinstitution.userrole-authenticated:not(.template-edit) div.field.field-repeatable th.header,
body.portaltype-treatment.template-edit div.field.field-repeatable th.header,
body.portaltype-treatment.userrole-authenticated:not(.template-edit) div.field.field-repeatable th.header,
body.portaltype-outgoingloan.template-edit div.field.field-repeatable th.header,
body.portaltype-outgoingloan.userrole-authenticated:not(.template-edit) div.field.field-repeatable th.header,
body.portaltype-incomingloan.template-edit div.field.field-repeatable th.header,
body.portaltype-incomingloan.userrole-authenticated:not(.template-edit) div.field.field-repeatable th.header,
body.portaltype-objectentry.template-edit div.field.field-repeatable th.header,
body.portaltype-objectentry.userrole-authenticated:not(.template-edit) div.field.field-repeatable th.header,
body.portaltype-image.template-edit div.field.field-repeatable th.header,
body.portaltype-image.userrole-authenticated:not(.template-edit) div.field.field-repeatable th.header,
body.portaltype-book.template-edit div.field.field-repeatable th.header,
body.portaltype-book.userrole-authenticated:not(.template-edit) div.field.field-repeatable th.header,
body.portaltype-audiovisual.template-edit div.field.field-repeatable th.header,
body.portaltype-audiovisual.userrole-authenticated:not(.template-edit) div.field.field-repeatable th.header,
body.portaltype-article.template-edit div.field.field-repeatable th.header,
body.portaltype-article.userrole-authenticated:not(.template-edit) div.field.field-repeatable th.header,
body.portaltype-serial.template-edit div.field.field-repeatable th.header,
body.portaltype-serial.userrole-authenticated:not(.template-edit) div.field.field-repeatable th.header,
body.portaltype-resource.template-edit div.field.field-repeatable th.header,
body.portaltype-resource.userrole-authenticated:not(.template-edit) div.field.field-repeatable th.header {
  padding-left: 0px;
  color: #404040;
}
/* line 219, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/objects.less */
body.portaltype-object.template-edit .page-header,
body.portaltype-object.userrole-authenticated:not(.template-edit) .page-header,
body.template-collective-object-object .page-header,
body.portaltype-personorinstitution.template-edit .page-header,
body.portaltype-personorinstitution.userrole-authenticated:not(.template-edit) .page-header,
body.portaltype-treatment.template-edit .page-header,
body.portaltype-treatment.userrole-authenticated:not(.template-edit) .page-header,
body.portaltype-outgoingloan.template-edit .page-header,
body.portaltype-outgoingloan.userrole-authenticated:not(.template-edit) .page-header,
body.portaltype-incomingloan.template-edit .page-header,
body.portaltype-incomingloan.userrole-authenticated:not(.template-edit) .page-header,
body.portaltype-objectentry.template-edit .page-header,
body.portaltype-objectentry.userrole-authenticated:not(.template-edit) .page-header,
body.portaltype-image.template-edit .page-header,
body.portaltype-image.userrole-authenticated:not(.template-edit) .page-header,
body.portaltype-book.template-edit .page-header,
body.portaltype-book.userrole-authenticated:not(.template-edit) .page-header,
body.portaltype-audiovisual.template-edit .page-header,
body.portaltype-audiovisual.userrole-authenticated:not(.template-edit) .page-header,
body.portaltype-article.template-edit .page-header,
body.portaltype-article.userrole-authenticated:not(.template-edit) .page-header,
body.portaltype-serial.template-edit .page-header,
body.portaltype-serial.userrole-authenticated:not(.template-edit) .page-header,
body.portaltype-resource.template-edit .page-header,
body.portaltype-resource.userrole-authenticated:not(.template-edit) .page-header {
  margin-top: 20px !important;
}
/* line 225, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/objects.less */
body.portaltype-object.template-edit #formfield-form-widgets-identification_identification_institutionNames h4,
body.portaltype-object.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_institutionNames h4,
body.template-collective-object-object #formfield-form-widgets-identification_identification_institutionNames h4,
body.portaltype-personorinstitution.template-edit #formfield-form-widgets-identification_identification_institutionNames h4,
body.portaltype-personorinstitution.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_institutionNames h4,
body.portaltype-treatment.template-edit #formfield-form-widgets-identification_identification_institutionNames h4,
body.portaltype-treatment.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_institutionNames h4,
body.portaltype-outgoingloan.template-edit #formfield-form-widgets-identification_identification_institutionNames h4,
body.portaltype-outgoingloan.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_institutionNames h4,
body.portaltype-incomingloan.template-edit #formfield-form-widgets-identification_identification_institutionNames h4,
body.portaltype-incomingloan.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_institutionNames h4,
body.portaltype-objectentry.template-edit #formfield-form-widgets-identification_identification_institutionNames h4,
body.portaltype-objectentry.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_institutionNames h4,
body.portaltype-image.template-edit #formfield-form-widgets-identification_identification_institutionNames h4,
body.portaltype-image.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_institutionNames h4,
body.portaltype-book.template-edit #formfield-form-widgets-identification_identification_institutionNames h4,
body.portaltype-book.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_institutionNames h4,
body.portaltype-audiovisual.template-edit #formfield-form-widgets-identification_identification_institutionNames h4,
body.portaltype-audiovisual.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_institutionNames h4,
body.portaltype-article.template-edit #formfield-form-widgets-identification_identification_institutionNames h4,
body.portaltype-article.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_institutionNames h4,
body.portaltype-serial.template-edit #formfield-form-widgets-identification_identification_institutionNames h4,
body.portaltype-serial.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_institutionNames h4,
body.portaltype-resource.template-edit #formfield-form-widgets-identification_identification_institutionNames h4,
body.portaltype-resource.userrole-authenticated:not(.template-edit) #formfield-form-widgets-identification_identification_institutionNames h4,
body.portaltype-object.template-edit #formfield-form-widgets-productionDating_productionDating h4,
body.portaltype-object.userrole-authenticated:not(.template-edit) #formfield-form-widgets-productionDating_productionDating h4,
body.template-collective-object-object #formfield-form-widgets-productionDating_productionDating h4,
body.portaltype-personorinstitution.template-edit #formfield-form-widgets-productionDating_productionDating h4,
body.portaltype-personorinstitution.userrole-authenticated:not(.template-edit) #formfield-form-widgets-productionDating_productionDating h4,
body.portaltype-treatment.template-edit #formfield-form-widgets-productionDating_productionDating h4,
body.portaltype-treatment.userrole-authenticated:not(.template-edit) #formfield-form-widgets-productionDating_productionDating h4,
body.portaltype-outgoingloan.template-edit #formfield-form-widgets-productionDating_productionDating h4,
body.portaltype-outgoingloan.userrole-authenticated:not(.template-edit) #formfield-form-widgets-productionDating_productionDating h4,
body.portaltype-incomingloan.template-edit #formfield-form-widgets-productionDating_productionDating h4,
body.portaltype-incomingloan.userrole-authenticated:not(.template-edit) #formfield-form-widgets-productionDating_productionDating h4,
body.portaltype-objectentry.template-edit #formfield-form-widgets-productionDating_productionDating h4,
body.portaltype-objectentry.userrole-authenticated:not(.template-edit) #formfield-form-widgets-productionDating_productionDating h4,
body.portaltype-image.template-edit #formfield-form-widgets-productionDating_productionDating h4,
body.portaltype-image.userrole-authenticated:not(.template-edit) #formfield-form-widgets-productionDating_productionDating h4,
body.portaltype-book.template-edit #formfield-form-widgets-productionDating_productionDating h4,
body.portaltype-book.userrole-authenticated:not(.template-edit) #formfield-form-widgets-productionDating_productionDating h4,
body.portaltype-audiovisual.template-edit #formfield-form-widgets-productionDating_productionDating h4,
body.portaltype-audiovisual.userrole-authenticated:not(.template-edit) #formfield-form-widgets-productionDating_productionDating h4,
body.portaltype-article.template-edit #formfield-form-widgets-productionDating_productionDating h4,
body.portaltype-article.userrole-authenticated:not(.template-edit) #formfield-form-widgets-productionDating_productionDating h4,
body.portaltype-serial.template-edit #formfield-form-widgets-productionDating_productionDating h4,
body.portaltype-serial.userrole-authenticated:not(.template-edit) #formfield-form-widgets-productionDating_productionDating h4,
body.portaltype-resource.template-edit #formfield-form-widgets-productionDating_productionDating h4,
body.portaltype-resource.userrole-authenticated:not(.template-edit) #formfield-form-widgets-productionDating_productionDating h4 {
  margin-top: 5px !important;
}
/* line 230, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/objects.less */
body.portaltype-object.template-edit a.add-link,
body.portaltype-object.userrole-authenticated:not(.template-edit) a.add-link,
body.template-collective-object-object a.add-link,
body.portaltype-personorinstitution.template-edit a.add-link,
body.portaltype-personorinstitution.userrole-authenticated:not(.template-edit) a.add-link,
body.portaltype-treatment.template-edit a.add-link,
body.portaltype-treatment.userrole-authenticated:not(.template-edit) a.add-link,
body.portaltype-outgoingloan.template-edit a.add-link,
body.portaltype-outgoingloan.userrole-authenticated:not(.template-edit) a.add-link,
body.portaltype-incomingloan.template-edit a.add-link,
body.portaltype-incomingloan.userrole-authenticated:not(.template-edit) a.add-link,
body.portaltype-objectentry.template-edit a.add-link,
body.portaltype-objectentry.userrole-authenticated:not(.template-edit) a.add-link,
body.portaltype-image.template-edit a.add-link,
body.portaltype-image.userrole-authenticated:not(.template-edit) a.add-link,
body.portaltype-book.template-edit a.add-link,
body.portaltype-book.userrole-authenticated:not(.template-edit) a.add-link,
body.portaltype-audiovisual.template-edit a.add-link,
body.portaltype-audiovisual.userrole-authenticated:not(.template-edit) a.add-link,
body.portaltype-article.template-edit a.add-link,
body.portaltype-article.userrole-authenticated:not(.template-edit) a.add-link,
body.portaltype-serial.template-edit a.add-link,
body.portaltype-serial.userrole-authenticated:not(.template-edit) a.add-link,
body.portaltype-resource.template-edit a.add-link,
body.portaltype-resource.userrole-authenticated:not(.template-edit) a.add-link {
  border-bottom: 0px !important;
}
/* line 234, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/objects.less */
body.portaltype-object.template-edit .fieldset-input.add-link,
body.portaltype-object.userrole-authenticated:not(.template-edit) .fieldset-input.add-link,
body.template-collective-object-object .fieldset-input.add-link,
body.portaltype-personorinstitution.template-edit .fieldset-input.add-link,
body.portaltype-personorinstitution.userrole-authenticated:not(.template-edit) .fieldset-input.add-link,
body.portaltype-treatment.template-edit .fieldset-input.add-link,
body.portaltype-treatment.userrole-authenticated:not(.template-edit) .fieldset-input.add-link,
body.portaltype-outgoingloan.template-edit .fieldset-input.add-link,
body.portaltype-outgoingloan.userrole-authenticated:not(.template-edit) .fieldset-input.add-link,
body.portaltype-incomingloan.template-edit .fieldset-input.add-link,
body.portaltype-incomingloan.userrole-authenticated:not(.template-edit) .fieldset-input.add-link,
body.portaltype-objectentry.template-edit .fieldset-input.add-link,
body.portaltype-objectentry.userrole-authenticated:not(.template-edit) .fieldset-input.add-link,
body.portaltype-image.template-edit .fieldset-input.add-link,
body.portaltype-image.userrole-authenticated:not(.template-edit) .fieldset-input.add-link,
body.portaltype-book.template-edit .fieldset-input.add-link,
body.portaltype-book.userrole-authenticated:not(.template-edit) .fieldset-input.add-link,
body.portaltype-audiovisual.template-edit .fieldset-input.add-link,
body.portaltype-audiovisual.userrole-authenticated:not(.template-edit) .fieldset-input.add-link,
body.portaltype-article.template-edit .fieldset-input.add-link,
body.portaltype-article.userrole-authenticated:not(.template-edit) .fieldset-input.add-link,
body.portaltype-serial.template-edit .fieldset-input.add-link,
body.portaltype-serial.userrole-authenticated:not(.template-edit) .fieldset-input.add-link,
body.portaltype-resource.template-edit .fieldset-input.add-link,
body.portaltype-resource.userrole-authenticated:not(.template-edit) .fieldset-input.add-link {
  padding-bottom: 10px;
}
/* line 239, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/objects.less */
body.portaltype-object.template-edit fieldset:not(#fieldset-default) span.required,
body.portaltype-object.userrole-authenticated:not(.template-edit) fieldset:not(#fieldset-default) span.required,
body.template-collective-object-object fieldset:not(#fieldset-default) span.required,
body.portaltype-personorinstitution.template-edit fieldset:not(#fieldset-default) span.required,
body.portaltype-personorinstitution.userrole-authenticated:not(.template-edit) fieldset:not(#fieldset-default) span.required,
body.portaltype-treatment.template-edit fieldset:not(#fieldset-default) span.required,
body.portaltype-treatment.userrole-authenticated:not(.template-edit) fieldset:not(#fieldset-default) span.required,
body.portaltype-outgoingloan.template-edit fieldset:not(#fieldset-default) span.required,
body.portaltype-outgoingloan.userrole-authenticated:not(.template-edit) fieldset:not(#fieldset-default) span.required,
body.portaltype-incomingloan.template-edit fieldset:not(#fieldset-default) span.required,
body.portaltype-incomingloan.userrole-authenticated:not(.template-edit) fieldset:not(#fieldset-default) span.required,
body.portaltype-objectentry.template-edit fieldset:not(#fieldset-default) span.required,
body.portaltype-objectentry.userrole-authenticated:not(.template-edit) fieldset:not(#fieldset-default) span.required,
body.portaltype-image.template-edit fieldset:not(#fieldset-default) span.required,
body.portaltype-image.userrole-authenticated:not(.template-edit) fieldset:not(#fieldset-default) span.required,
body.portaltype-book.template-edit fieldset:not(#fieldset-default) span.required,
body.portaltype-book.userrole-authenticated:not(.template-edit) fieldset:not(#fieldset-default) span.required,
body.portaltype-audiovisual.template-edit fieldset:not(#fieldset-default) span.required,
body.portaltype-audiovisual.userrole-authenticated:not(.template-edit) fieldset:not(#fieldset-default) span.required,
body.portaltype-article.template-edit fieldset:not(#fieldset-default) span.required,
body.portaltype-article.userrole-authenticated:not(.template-edit) fieldset:not(#fieldset-default) span.required,
body.portaltype-serial.template-edit fieldset:not(#fieldset-default) span.required,
body.portaltype-serial.userrole-authenticated:not(.template-edit) fieldset:not(#fieldset-default) span.required,
body.portaltype-resource.template-edit fieldset:not(#fieldset-default) span.required,
body.portaltype-resource.userrole-authenticated:not(.template-edit) fieldset:not(#fieldset-default) span.required {
  display: none;
}
@media (min-width: 992px) {
  /* line 248, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/objects.less */
  body.portaltype-outgoingloan.template-edit #formfield-form-widgets-loanRequest_requestDetails_periodFrom,
  body.portaltype-outgoingloan.userrole-authenticated:not(.template-edit) #formfield-form-widgets-loanRequest_requestDetails_periodFrom,
  body.portaltype-outgoingloan.template-edit #formfield-form-widgets-loanRequest_requestDetails_to,
  body.portaltype-outgoingloan.userrole-authenticated:not(.template-edit) #formfield-form-widgets-loanRequest_requestDetails_to {
    width: 50%;
    float: left;
    clear: none;
  }
  /* line 256, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/objects.less */
  body.portaltype-outgoingloan.template-edit #formfield-form-widgets-loanRequest_requestDetails_periodFrom label,
  body.portaltype-outgoingloan.userrole-authenticated:not(.template-edit) #formfield-form-widgets-loanRequest_requestDetails_periodFrom label {
    width: 50%;
  }
  /* line 260, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/objects.less */
  body.portaltype-outgoingloan.template-edit #formfield-form-widgets-loanRequest_requestDetails_periodFrom .fieldset-input,
  body.portaltype-outgoingloan.userrole-authenticated:not(.template-edit) #formfield-form-widgets-loanRequest_requestDetails_periodFrom .fieldset-input {
    width: 47%;
  }
  /* line 266, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/objects.less */
  body.portaltype-outgoingloan.template-edit #formfield-form-widgets-loanRequest_requestDetails_to label,
  body.portaltype-outgoingloan.userrole-authenticated:not(.template-edit) #formfield-form-widgets-loanRequest_requestDetails_to label {
    width: 30%;
    text-align: right;
  }
  /* line 271, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/objects.less */
  body.portaltype-outgoingloan.template-edit #formfield-form-widgets-loanRequest_requestDetails_to .fieldset-input,
  body.portaltype-outgoingloan.userrole-authenticated:not(.template-edit) #formfield-form-widgets-loanRequest_requestDetails_to .fieldset-input {
    width: 70%;
  }
  /* line 276, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/objects.less */
  body.portaltype-outgoingloan.template-edit #formfield-form-widgets-loanRequest_requestConfirmation_date,
  body.portaltype-outgoingloan.userrole-authenticated:not(.template-edit) #formfield-form-widgets-loanRequest_requestConfirmation_date,
  body.portaltype-outgoingloan.template-edit #formfield-form-widgets-loanRequest_requestConfirmation_digRef,
  body.portaltype-outgoingloan.userrole-authenticated:not(.template-edit) #formfield-form-widgets-loanRequest_requestConfirmation_digRef {
    width: 50%;
    float: left;
    clear: none;
  }
  /* line 284, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/objects.less */
  body.portaltype-outgoingloan.template-edit #formfield-form-widgets-loanRequest_requestConfirmation_date label,
  body.portaltype-outgoingloan.userrole-authenticated:not(.template-edit) #formfield-form-widgets-loanRequest_requestConfirmation_date label {
    width: 50%;
  }
  /* line 288, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/objects.less */
  body.portaltype-outgoingloan.template-edit #formfield-form-widgets-loanRequest_requestConfirmation_date .fieldset-input,
  body.portaltype-outgoingloan.userrole-authenticated:not(.template-edit) #formfield-form-widgets-loanRequest_requestConfirmation_date .fieldset-input {
    width: 47%;
  }
  /* line 294, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/objects.less */
  body.portaltype-outgoingloan.template-edit #formfield-form-widgets-loanRequest_requestConfirmation_digRef label,
  body.portaltype-outgoingloan.userrole-authenticated:not(.template-edit) #formfield-form-widgets-loanRequest_requestConfirmation_digRef label {
    width: 30%;
    text-align: right;
  }
  /* line 299, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/objects.less */
  body.portaltype-outgoingloan.template-edit #formfield-form-widgets-loanRequest_requestConfirmation_digRef .fieldset-input,
  body.portaltype-outgoingloan.userrole-authenticated:not(.template-edit) #formfield-form-widgets-loanRequest_requestConfirmation_digRef .fieldset-input {
    width: 70%;
  }
}
/* line 305, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/objects.less */
body.portaltype-outgoingloan.template-edit .page-header-top,
body.portaltype-outgoingloan.userrole-authenticated:not(.template-edit) .page-header-top {
  margin-bottom: 0px;
  padding-top: 40px !important;
  clear: both;
}
@media (min-width: 992px) {
  /* line 321, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/objects.less */
  body.portaltype-article.template-edit #formfield-form-widgets-abstractAndSubjectTerms_startDate,
  body.portaltype-article.userrole-authenticated:not(.template-edit) #formfield-form-widgets-abstractAndSubjectTerms_startDate,
  body.portaltype-audiovisual.template-edit #formfield-form-widgets-abstractAndSubjectTerms_startDate,
  body.portaltype-audiovisual.userrole-authenticated:not(.template-edit) #formfield-form-widgets-abstractAndSubjectTerms_startDate,
  body.portaltype-book.template-edit #formfield-form-widgets-abstractAndSubjectTerms_startDate,
  body.portaltype-book.userrole-authenticated:not(.template-edit) #formfield-form-widgets-abstractAndSubjectTerms_startDate,
  body.portaltype-serial.template-edit #formfield-form-widgets-abstractAndSubjectTerms_startDate,
  body.portaltype-serial.userrole-authenticated:not(.template-edit) #formfield-form-widgets-abstractAndSubjectTerms_startDate,
  body.portaltype-article.template-edit #formfield-form-widgets-abstractAndSubjectTerms_endDate,
  body.portaltype-article.userrole-authenticated:not(.template-edit) #formfield-form-widgets-abstractAndSubjectTerms_endDate,
  body.portaltype-audiovisual.template-edit #formfield-form-widgets-abstractAndSubjectTerms_endDate,
  body.portaltype-audiovisual.userrole-authenticated:not(.template-edit) #formfield-form-widgets-abstractAndSubjectTerms_endDate,
  body.portaltype-book.template-edit #formfield-form-widgets-abstractAndSubjectTerms_endDate,
  body.portaltype-book.userrole-authenticated:not(.template-edit) #formfield-form-widgets-abstractAndSubjectTerms_endDate,
  body.portaltype-serial.template-edit #formfield-form-widgets-abstractAndSubjectTerms_endDate,
  body.portaltype-serial.userrole-authenticated:not(.template-edit) #formfield-form-widgets-abstractAndSubjectTerms_endDate {
    width: 50%;
    float: left;
    clear: none;
  }
  /* line 329, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/objects.less */
  body.portaltype-article.template-edit #formfield-form-widgets-abstractAndSubjectTerms_startDate label,
  body.portaltype-article.userrole-authenticated:not(.template-edit) #formfield-form-widgets-abstractAndSubjectTerms_startDate label,
  body.portaltype-audiovisual.template-edit #formfield-form-widgets-abstractAndSubjectTerms_startDate label,
  body.portaltype-audiovisual.userrole-authenticated:not(.template-edit) #formfield-form-widgets-abstractAndSubjectTerms_startDate label,
  body.portaltype-book.template-edit #formfield-form-widgets-abstractAndSubjectTerms_startDate label,
  body.portaltype-book.userrole-authenticated:not(.template-edit) #formfield-form-widgets-abstractAndSubjectTerms_startDate label,
  body.portaltype-serial.template-edit #formfield-form-widgets-abstractAndSubjectTerms_startDate label,
  body.portaltype-serial.userrole-authenticated:not(.template-edit) #formfield-form-widgets-abstractAndSubjectTerms_startDate label {
    width: 50%;
  }
  /* line 333, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/objects.less */
  body.portaltype-article.template-edit #formfield-form-widgets-abstractAndSubjectTerms_startDate .fieldset-input,
  body.portaltype-article.userrole-authenticated:not(.template-edit) #formfield-form-widgets-abstractAndSubjectTerms_startDate .fieldset-input,
  body.portaltype-audiovisual.template-edit #formfield-form-widgets-abstractAndSubjectTerms_startDate .fieldset-input,
  body.portaltype-audiovisual.userrole-authenticated:not(.template-edit) #formfield-form-widgets-abstractAndSubjectTerms_startDate .fieldset-input,
  body.portaltype-book.template-edit #formfield-form-widgets-abstractAndSubjectTerms_startDate .fieldset-input,
  body.portaltype-book.userrole-authenticated:not(.template-edit) #formfield-form-widgets-abstractAndSubjectTerms_startDate .fieldset-input,
  body.portaltype-serial.template-edit #formfield-form-widgets-abstractAndSubjectTerms_startDate .fieldset-input,
  body.portaltype-serial.userrole-authenticated:not(.template-edit) #formfield-form-widgets-abstractAndSubjectTerms_startDate .fieldset-input {
    width: 47%;
  }
  /* line 339, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/objects.less */
  body.portaltype-article.template-edit #formfield-form-widgets-abstractAndSubjectTerms_endDate label,
  body.portaltype-article.userrole-authenticated:not(.template-edit) #formfield-form-widgets-abstractAndSubjectTerms_endDate label,
  body.portaltype-audiovisual.template-edit #formfield-form-widgets-abstractAndSubjectTerms_endDate label,
  body.portaltype-audiovisual.userrole-authenticated:not(.template-edit) #formfield-form-widgets-abstractAndSubjectTerms_endDate label,
  body.portaltype-book.template-edit #formfield-form-widgets-abstractAndSubjectTerms_endDate label,
  body.portaltype-book.userrole-authenticated:not(.template-edit) #formfield-form-widgets-abstractAndSubjectTerms_endDate label,
  body.portaltype-serial.template-edit #formfield-form-widgets-abstractAndSubjectTerms_endDate label,
  body.portaltype-serial.userrole-authenticated:not(.template-edit) #formfield-form-widgets-abstractAndSubjectTerms_endDate label {
    width: 30%;
    text-align: right;
  }
  /* line 344, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/objects.less */
  body.portaltype-article.template-edit #formfield-form-widgets-abstractAndSubjectTerms_endDate .fieldset-input,
  body.portaltype-article.userrole-authenticated:not(.template-edit) #formfield-form-widgets-abstractAndSubjectTerms_endDate .fieldset-input,
  body.portaltype-audiovisual.template-edit #formfield-form-widgets-abstractAndSubjectTerms_endDate .fieldset-input,
  body.portaltype-audiovisual.userrole-authenticated:not(.template-edit) #formfield-form-widgets-abstractAndSubjectTerms_endDate .fieldset-input,
  body.portaltype-book.template-edit #formfield-form-widgets-abstractAndSubjectTerms_endDate .fieldset-input,
  body.portaltype-book.userrole-authenticated:not(.template-edit) #formfield-form-widgets-abstractAndSubjectTerms_endDate .fieldset-input,
  body.portaltype-serial.template-edit #formfield-form-widgets-abstractAndSubjectTerms_endDate .fieldset-input,
  body.portaltype-serial.userrole-authenticated:not(.template-edit) #formfield-form-widgets-abstractAndSubjectTerms_endDate .fieldset-input {
    width: 70%;
  }
}
/* line 350, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/objects.less */
body.portaltype-article.template-edit .page-header-top,
body.portaltype-article.userrole-authenticated:not(.template-edit) .page-header-top,
body.portaltype-audiovisual.template-edit .page-header-top,
body.portaltype-audiovisual.userrole-authenticated:not(.template-edit) .page-header-top,
body.portaltype-book.template-edit .page-header-top,
body.portaltype-book.userrole-authenticated:not(.template-edit) .page-header-top,
body.portaltype-serial.template-edit .page-header-top,
body.portaltype-serial.userrole-authenticated:not(.template-edit) .page-header-top {
  margin-bottom: 0px;
  padding-top: 40px !important;
  clear: both;
}
/* OBJECTS logged in view */
/* line 374, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/objects.less */
body.portaltype-object.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div.label,
body.portaltype-personorinstitution.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div.label,
body.portaltype-treatment.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div.label,
body.portaltype-outgoingloan.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div.label,
body.portaltype-incomingloan.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div.label,
body.portaltype-objectentry.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div.label,
body.portaltype-image.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div.label,
body.portaltype-book.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div.label,
body.portaltype-audiovisual.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div.label,
body.portaltype-article.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div.label,
body.portaltype-serial.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div.label,
body.portaltype-resource.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div.label {
  width: 26.9% !important;
  float: left;
}
/* line 378, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/objects.less */
body.portaltype-object.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div.label label,
body.portaltype-personorinstitution.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div.label label,
body.portaltype-treatment.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div.label label,
body.portaltype-outgoingloan.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div.label label,
body.portaltype-incomingloan.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div.label label,
body.portaltype-objectentry.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div.label label,
body.portaltype-image.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div.label label,
body.portaltype-book.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div.label label,
body.portaltype-audiovisual.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div.label label,
body.portaltype-article.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div.label label,
body.portaltype-serial.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div.label label,
body.portaltype-resource.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div.label label {
  float: left;
}
/* line 383, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/objects.less */
body.portaltype-object.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div:not(.label),
body.portaltype-personorinstitution.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div:not(.label),
body.portaltype-treatment.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div:not(.label),
body.portaltype-outgoingloan.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div:not(.label),
body.portaltype-incomingloan.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div:not(.label),
body.portaltype-objectentry.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div:not(.label),
body.portaltype-image.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div:not(.label),
body.portaltype-book.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div:not(.label),
body.portaltype-audiovisual.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div:not(.label),
body.portaltype-article.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div:not(.label),
body.portaltype-serial.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div:not(.label),
body.portaltype-resource.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > div:not(.label),
body.portaltype-object.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > input,
body.portaltype-personorinstitution.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > input,
body.portaltype-treatment.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > input,
body.portaltype-outgoingloan.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > input,
body.portaltype-incomingloan.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > input,
body.portaltype-objectentry.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > input,
body.portaltype-image.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > input,
body.portaltype-book.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > input,
body.portaltype-audiovisual.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > input,
body.portaltype-article.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > input,
body.portaltype-serial.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > input,
body.portaltype-resource.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > input,
body.portaltype-object.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > select,
body.portaltype-personorinstitution.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > select,
body.portaltype-treatment.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > select,
body.portaltype-outgoingloan.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > select,
body.portaltype-incomingloan.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > select,
body.portaltype-objectentry.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > select,
body.portaltype-image.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > select,
body.portaltype-book.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > select,
body.portaltype-audiovisual.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > select,
body.portaltype-article.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > select,
body.portaltype-serial.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > select,
body.portaltype-resource.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > select,
body.portaltype-object.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > textarea,
body.portaltype-personorinstitution.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > textarea,
body.portaltype-treatment.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > textarea,
body.portaltype-outgoingloan.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > textarea,
body.portaltype-incomingloan.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > textarea,
body.portaltype-objectentry.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > textarea,
body.portaltype-image.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > textarea,
body.portaltype-book.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > textarea,
body.portaltype-audiovisual.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > textarea,
body.portaltype-article.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > textarea,
body.portaltype-serial.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > textarea,
body.portaltype-resource.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > textarea {
  width: 72.4% !important;
}
/* line 390, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/objects.less */
body.portaltype-object.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > .select2-container,
body.portaltype-personorinstitution.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > .select2-container,
body.portaltype-treatment.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > .select2-container,
body.portaltype-outgoingloan.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > .select2-container,
body.portaltype-incomingloan.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > .select2-container,
body.portaltype-objectentry.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > .select2-container,
body.portaltype-image.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > .select2-container,
body.portaltype-book.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > .select2-container,
body.portaltype-audiovisual.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > .select2-container,
body.portaltype-article.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > .select2-container,
body.portaltype-serial.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > .select2-container,
body.portaltype-resource.userrole-authenticated:not(.template-edit) div.field.field-repeatable.field-block .datagridwidget-block-edit-cell .datagridwidget-block > .select2-container {
  min-width: auto !important;
}
/* line 397, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/objects.less */
body.portaltype-object.userrole-authenticated:not(.template-edit) a.add-link,
body.portaltype-personorinstitution.userrole-authenticated:not(.template-edit) a.add-link,
body.portaltype-treatment.userrole-authenticated:not(.template-edit) a.add-link,
body.portaltype-outgoingloan.userrole-authenticated:not(.template-edit) a.add-link,
body.portaltype-incomingloan.userrole-authenticated:not(.template-edit) a.add-link,
body.portaltype-objectentry.userrole-authenticated:not(.template-edit) a.add-link,
body.portaltype-image.userrole-authenticated:not(.template-edit) a.add-link,
body.portaltype-book.userrole-authenticated:not(.template-edit) a.add-link,
body.portaltype-audiovisual.userrole-authenticated:not(.template-edit) a.add-link,
body.portaltype-article.userrole-authenticated:not(.template-edit) a.add-link,
body.portaltype-serial.userrole-authenticated:not(.template-edit) a.add-link,
body.portaltype-resource.userrole-authenticated:not(.template-edit) a.add-link {
  display: none !important;
}
/* line 401, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/objects.less */
body.portaltype-object.userrole-authenticated:not(.template-edit) .datagridwidget-table-view,
body.portaltype-personorinstitution.userrole-authenticated:not(.template-edit) .datagridwidget-table-view,
body.portaltype-treatment.userrole-authenticated:not(.template-edit) .datagridwidget-table-view,
body.portaltype-outgoingloan.userrole-authenticated:not(.template-edit) .datagridwidget-table-view,
body.portaltype-incomingloan.userrole-authenticated:not(.template-edit) .datagridwidget-table-view,
body.portaltype-objectentry.userrole-authenticated:not(.template-edit) .datagridwidget-table-view,
body.portaltype-image.userrole-authenticated:not(.template-edit) .datagridwidget-table-view,
body.portaltype-book.userrole-authenticated:not(.template-edit) .datagridwidget-table-view,
body.portaltype-audiovisual.userrole-authenticated:not(.template-edit) .datagridwidget-table-view,
body.portaltype-article.userrole-authenticated:not(.template-edit) .datagridwidget-table-view,
body.portaltype-serial.userrole-authenticated:not(.template-edit) .datagridwidget-table-view,
body.portaltype-resource.userrole-authenticated:not(.template-edit) .datagridwidget-table-view {
  background: #ffffff;
}
/* line 405, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/objects.less */
body.portaltype-object.userrole-authenticated:not(.template-edit) th.header:not([class*='cell']),
body.portaltype-personorinstitution.userrole-authenticated:not(.template-edit) th.header:not([class*='cell']),
body.portaltype-treatment.userrole-authenticated:not(.template-edit) th.header:not([class*='cell']),
body.portaltype-outgoingloan.userrole-authenticated:not(.template-edit) th.header:not([class*='cell']),
body.portaltype-incomingloan.userrole-authenticated:not(.template-edit) th.header:not([class*='cell']),
body.portaltype-objectentry.userrole-authenticated:not(.template-edit) th.header:not([class*='cell']),
body.portaltype-image.userrole-authenticated:not(.template-edit) th.header:not([class*='cell']),
body.portaltype-book.userrole-authenticated:not(.template-edit) th.header:not([class*='cell']),
body.portaltype-audiovisual.userrole-authenticated:not(.template-edit) th.header:not([class*='cell']),
body.portaltype-article.userrole-authenticated:not(.template-edit) th.header:not([class*='cell']),
body.portaltype-serial.userrole-authenticated:not(.template-edit) th.header:not([class*='cell']),
body.portaltype-resource.userrole-authenticated:not(.template-edit) th.header:not([class*='cell']) {
  display: none;
}
/* line 409, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/objects.less */
body.portaltype-object.userrole-authenticated:not(.template-edit) .datagridwidget-cell,
body.portaltype-personorinstitution.userrole-authenticated:not(.template-edit) .datagridwidget-cell,
body.portaltype-treatment.userrole-authenticated:not(.template-edit) .datagridwidget-cell,
body.portaltype-outgoingloan.userrole-authenticated:not(.template-edit) .datagridwidget-cell,
body.portaltype-incomingloan.userrole-authenticated:not(.template-edit) .datagridwidget-cell,
body.portaltype-objectentry.userrole-authenticated:not(.template-edit) .datagridwidget-cell,
body.portaltype-image.userrole-authenticated:not(.template-edit) .datagridwidget-cell,
body.portaltype-book.userrole-authenticated:not(.template-edit) .datagridwidget-cell,
body.portaltype-audiovisual.userrole-authenticated:not(.template-edit) .datagridwidget-cell,
body.portaltype-article.userrole-authenticated:not(.template-edit) .datagridwidget-cell,
body.portaltype-serial.userrole-authenticated:not(.template-edit) .datagridwidget-cell,
body.portaltype-resource.userrole-authenticated:not(.template-edit) .datagridwidget-cell {
  vertical-align: top;
  padding: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 416, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/objects.less */
body.portaltype-object.userrole-authenticated:not(.template-edit) .datagridwidget-cell > input:only-child,
body.portaltype-personorinstitution.userrole-authenticated:not(.template-edit) .datagridwidget-cell > input:only-child,
body.portaltype-treatment.userrole-authenticated:not(.template-edit) .datagridwidget-cell > input:only-child,
body.portaltype-outgoingloan.userrole-authenticated:not(.template-edit) .datagridwidget-cell > input:only-child,
body.portaltype-incomingloan.userrole-authenticated:not(.template-edit) .datagridwidget-cell > input:only-child,
body.portaltype-objectentry.userrole-authenticated:not(.template-edit) .datagridwidget-cell > input:only-child,
body.portaltype-image.userrole-authenticated:not(.template-edit) .datagridwidget-cell > input:only-child,
body.portaltype-book.userrole-authenticated:not(.template-edit) .datagridwidget-cell > input:only-child,
body.portaltype-audiovisual.userrole-authenticated:not(.template-edit) .datagridwidget-cell > input:only-child,
body.portaltype-article.userrole-authenticated:not(.template-edit) .datagridwidget-cell > input:only-child,
body.portaltype-serial.userrole-authenticated:not(.template-edit) .datagridwidget-cell > input:only-child,
body.portaltype-resource.userrole-authenticated:not(.template-edit) .datagridwidget-cell > input:only-child {
  width: 100%;
}
/* line 420, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/objects.less */
body.portaltype-object.userrole-authenticated:not(.template-edit) h4.page-header,
body.portaltype-personorinstitution.userrole-authenticated:not(.template-edit) h4.page-header,
body.portaltype-treatment.userrole-authenticated:not(.template-edit) h4.page-header,
body.portaltype-outgoingloan.userrole-authenticated:not(.template-edit) h4.page-header,
body.portaltype-incomingloan.userrole-authenticated:not(.template-edit) h4.page-header,
body.portaltype-objectentry.userrole-authenticated:not(.template-edit) h4.page-header,
body.portaltype-image.userrole-authenticated:not(.template-edit) h4.page-header,
body.portaltype-book.userrole-authenticated:not(.template-edit) h4.page-header,
body.portaltype-audiovisual.userrole-authenticated:not(.template-edit) h4.page-header,
body.portaltype-article.userrole-authenticated:not(.template-edit) h4.page-header,
body.portaltype-serial.userrole-authenticated:not(.template-edit) h4.page-header,
body.portaltype-resource.userrole-authenticated:not(.template-edit) h4.page-header {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  font-size: 18px;
  margin-right: 15px;
}
/* line 426, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/objects.less */
body.portaltype-object.userrole-authenticated:not(.template-edit) .select2-search-choice a,
body.portaltype-personorinstitution.userrole-authenticated:not(.template-edit) .select2-search-choice a,
body.portaltype-treatment.userrole-authenticated:not(.template-edit) .select2-search-choice a,
body.portaltype-outgoingloan.userrole-authenticated:not(.template-edit) .select2-search-choice a,
body.portaltype-incomingloan.userrole-authenticated:not(.template-edit) .select2-search-choice a,
body.portaltype-objectentry.userrole-authenticated:not(.template-edit) .select2-search-choice a,
body.portaltype-image.userrole-authenticated:not(.template-edit) .select2-search-choice a,
body.portaltype-book.userrole-authenticated:not(.template-edit) .select2-search-choice a,
body.portaltype-audiovisual.userrole-authenticated:not(.template-edit) .select2-search-choice a,
body.portaltype-article.userrole-authenticated:not(.template-edit) .select2-search-choice a,
body.portaltype-serial.userrole-authenticated:not(.template-edit) .select2-search-choice a,
body.portaltype-resource.userrole-authenticated:not(.template-edit) .select2-search-choice a {
  border-bottom: 1px solid #e81f2d !important;
}
/* line 430, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/objects.less */
body.portaltype-object.userrole-authenticated:not(.template-edit) .select2-choices,
body.portaltype-personorinstitution.userrole-authenticated:not(.template-edit) .select2-choices,
body.portaltype-treatment.userrole-authenticated:not(.template-edit) .select2-choices,
body.portaltype-outgoingloan.userrole-authenticated:not(.template-edit) .select2-choices,
body.portaltype-incomingloan.userrole-authenticated:not(.template-edit) .select2-choices,
body.portaltype-objectentry.userrole-authenticated:not(.template-edit) .select2-choices,
body.portaltype-image.userrole-authenticated:not(.template-edit) .select2-choices,
body.portaltype-book.userrole-authenticated:not(.template-edit) .select2-choices,
body.portaltype-audiovisual.userrole-authenticated:not(.template-edit) .select2-choices,
body.portaltype-article.userrole-authenticated:not(.template-edit) .select2-choices,
body.portaltype-serial.userrole-authenticated:not(.template-edit) .select2-choices,
body.portaltype-resource.userrole-authenticated:not(.template-edit) .select2-choices {
  pointer-events: none;
}
/* line 435, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/objects.less */
body.portaltype-object.userrole-authenticated:not(.template-edit) #formfield-form-widgets-physicalCharacteristics_keyword td.datagridwidget-cell,
body.portaltype-personorinstitution.userrole-authenticated:not(.template-edit) #formfield-form-widgets-physicalCharacteristics_keyword td.datagridwidget-cell,
body.portaltype-treatment.userrole-authenticated:not(.template-edit) #formfield-form-widgets-physicalCharacteristics_keyword td.datagridwidget-cell,
body.portaltype-outgoingloan.userrole-authenticated:not(.template-edit) #formfield-form-widgets-physicalCharacteristics_keyword td.datagridwidget-cell,
body.portaltype-incomingloan.userrole-authenticated:not(.template-edit) #formfield-form-widgets-physicalCharacteristics_keyword td.datagridwidget-cell,
body.portaltype-objectentry.userrole-authenticated:not(.template-edit) #formfield-form-widgets-physicalCharacteristics_keyword td.datagridwidget-cell,
body.portaltype-image.userrole-authenticated:not(.template-edit) #formfield-form-widgets-physicalCharacteristics_keyword td.datagridwidget-cell,
body.portaltype-book.userrole-authenticated:not(.template-edit) #formfield-form-widgets-physicalCharacteristics_keyword td.datagridwidget-cell,
body.portaltype-audiovisual.userrole-authenticated:not(.template-edit) #formfield-form-widgets-physicalCharacteristics_keyword td.datagridwidget-cell,
body.portaltype-article.userrole-authenticated:not(.template-edit) #formfield-form-widgets-physicalCharacteristics_keyword td.datagridwidget-cell,
body.portaltype-serial.userrole-authenticated:not(.template-edit) #formfield-form-widgets-physicalCharacteristics_keyword td.datagridwidget-cell,
body.portaltype-resource.userrole-authenticated:not(.template-edit) #formfield-form-widgets-physicalCharacteristics_keyword td.datagridwidget-cell {
  width: 25%;
}
/* line 441, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/objects.less */
body.portaltype-object.userrole-authenticated:not(.template-edit) #formfield-form-widgets-physicalCharacteristics_technique td.datagridwidget-cell,
body.portaltype-personorinstitution.userrole-authenticated:not(.template-edit) #formfield-form-widgets-physicalCharacteristics_technique td.datagridwidget-cell,
body.portaltype-treatment.userrole-authenticated:not(.template-edit) #formfield-form-widgets-physicalCharacteristics_technique td.datagridwidget-cell,
body.portaltype-outgoingloan.userrole-authenticated:not(.template-edit) #formfield-form-widgets-physicalCharacteristics_technique td.datagridwidget-cell,
body.portaltype-incomingloan.userrole-authenticated:not(.template-edit) #formfield-form-widgets-physicalCharacteristics_technique td.datagridwidget-cell,
body.portaltype-objectentry.userrole-authenticated:not(.template-edit) #formfield-form-widgets-physicalCharacteristics_technique td.datagridwidget-cell,
body.portaltype-image.userrole-authenticated:not(.template-edit) #formfield-form-widgets-physicalCharacteristics_technique td.datagridwidget-cell,
body.portaltype-book.userrole-authenticated:not(.template-edit) #formfield-form-widgets-physicalCharacteristics_technique td.datagridwidget-cell,
body.portaltype-audiovisual.userrole-authenticated:not(.template-edit) #formfield-form-widgets-physicalCharacteristics_technique td.datagridwidget-cell,
body.portaltype-article.userrole-authenticated:not(.template-edit) #formfield-form-widgets-physicalCharacteristics_technique td.datagridwidget-cell,
body.portaltype-serial.userrole-authenticated:not(.template-edit) #formfield-form-widgets-physicalCharacteristics_technique td.datagridwidget-cell,
body.portaltype-resource.userrole-authenticated:not(.template-edit) #formfield-form-widgets-physicalCharacteristics_technique td.datagridwidget-cell {
  width: 33.33%;
}
/* line 447, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/objects.less */
body.portaltype-object.userrole-authenticated:not(.template-edit) #formfield-form-widgets-physicalCharacteristics_material td.cell-3,
body.portaltype-personorinstitution.userrole-authenticated:not(.template-edit) #formfield-form-widgets-physicalCharacteristics_material td.cell-3,
body.portaltype-treatment.userrole-authenticated:not(.template-edit) #formfield-form-widgets-physicalCharacteristics_material td.cell-3,
body.portaltype-outgoingloan.userrole-authenticated:not(.template-edit) #formfield-form-widgets-physicalCharacteristics_material td.cell-3,
body.portaltype-incomingloan.userrole-authenticated:not(.template-edit) #formfield-form-widgets-physicalCharacteristics_material td.cell-3,
body.portaltype-objectentry.userrole-authenticated:not(.template-edit) #formfield-form-widgets-physicalCharacteristics_material td.cell-3,
body.portaltype-image.userrole-authenticated:not(.template-edit) #formfield-form-widgets-physicalCharacteristics_material td.cell-3,
body.portaltype-book.userrole-authenticated:not(.template-edit) #formfield-form-widgets-physicalCharacteristics_material td.cell-3,
body.portaltype-audiovisual.userrole-authenticated:not(.template-edit) #formfield-form-widgets-physicalCharacteristics_material td.cell-3,
body.portaltype-article.userrole-authenticated:not(.template-edit) #formfield-form-widgets-physicalCharacteristics_material td.cell-3,
body.portaltype-serial.userrole-authenticated:not(.template-edit) #formfield-form-widgets-physicalCharacteristics_material td.cell-3,
body.portaltype-resource.userrole-authenticated:not(.template-edit) #formfield-form-widgets-physicalCharacteristics_material td.cell-3 {
  width: 60%;
}
/* line 451, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/objects.less */
body.portaltype-object.userrole-authenticated:not(.template-edit) #formfield-form-widgets-physicalCharacteristics_material td:not(.cell-3),
body.portaltype-personorinstitution.userrole-authenticated:not(.template-edit) #formfield-form-widgets-physicalCharacteristics_material td:not(.cell-3),
body.portaltype-treatment.userrole-authenticated:not(.template-edit) #formfield-form-widgets-physicalCharacteristics_material td:not(.cell-3),
body.portaltype-outgoingloan.userrole-authenticated:not(.template-edit) #formfield-form-widgets-physicalCharacteristics_material td:not(.cell-3),
body.portaltype-incomingloan.userrole-authenticated:not(.template-edit) #formfield-form-widgets-physicalCharacteristics_material td:not(.cell-3),
body.portaltype-objectentry.userrole-authenticated:not(.template-edit) #formfield-form-widgets-physicalCharacteristics_material td:not(.cell-3),
body.portaltype-image.userrole-authenticated:not(.template-edit) #formfield-form-widgets-physicalCharacteristics_material td:not(.cell-3),
body.portaltype-book.userrole-authenticated:not(.template-edit) #formfield-form-widgets-physicalCharacteristics_material td:not(.cell-3),
body.portaltype-audiovisual.userrole-authenticated:not(.template-edit) #formfield-form-widgets-physicalCharacteristics_material td:not(.cell-3),
body.portaltype-article.userrole-authenticated:not(.template-edit) #formfield-form-widgets-physicalCharacteristics_material td:not(.cell-3),
body.portaltype-serial.userrole-authenticated:not(.template-edit) #formfield-form-widgets-physicalCharacteristics_material td:not(.cell-3),
body.portaltype-resource.userrole-authenticated:not(.template-edit) #formfield-form-widgets-physicalCharacteristics_material td:not(.cell-3) {
  width: 20%;
}
/* line 457, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/objects.less */
body.portaltype-object.userrole-authenticated:not(.template-edit) #formfield-form-widgets-physicalCharacteristics_frame td.cell-2,
body.portaltype-personorinstitution.userrole-authenticated:not(.template-edit) #formfield-form-widgets-physicalCharacteristics_frame td.cell-2,
body.portaltype-treatment.userrole-authenticated:not(.template-edit) #formfield-form-widgets-physicalCharacteristics_frame td.cell-2,
body.portaltype-outgoingloan.userrole-authenticated:not(.template-edit) #formfield-form-widgets-physicalCharacteristics_frame td.cell-2,
body.portaltype-incomingloan.userrole-authenticated:not(.template-edit) #formfield-form-widgets-physicalCharacteristics_frame td.cell-2,
body.portaltype-objectentry.userrole-authenticated:not(.template-edit) #formfield-form-widgets-physicalCharacteristics_frame td.cell-2,
body.portaltype-image.userrole-authenticated:not(.template-edit) #formfield-form-widgets-physicalCharacteristics_frame td.cell-2,
body.portaltype-book.userrole-authenticated:not(.template-edit) #formfield-form-widgets-physicalCharacteristics_frame td.cell-2,
body.portaltype-audiovisual.userrole-authenticated:not(.template-edit) #formfield-form-widgets-physicalCharacteristics_frame td.cell-2,
body.portaltype-article.userrole-authenticated:not(.template-edit) #formfield-form-widgets-physicalCharacteristics_frame td.cell-2,
body.portaltype-serial.userrole-authenticated:not(.template-edit) #formfield-form-widgets-physicalCharacteristics_frame td.cell-2,
body.portaltype-resource.userrole-authenticated:not(.template-edit) #formfield-form-widgets-physicalCharacteristics_frame td.cell-2 {
  width: 75%;
}
/* line 462, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/objects.less */
body.portaltype-object.userrole-authenticated:not(.template-edit) fieldset,
body.portaltype-personorinstitution.userrole-authenticated:not(.template-edit) fieldset,
body.portaltype-treatment.userrole-authenticated:not(.template-edit) fieldset,
body.portaltype-outgoingloan.userrole-authenticated:not(.template-edit) fieldset,
body.portaltype-incomingloan.userrole-authenticated:not(.template-edit) fieldset,
body.portaltype-objectentry.userrole-authenticated:not(.template-edit) fieldset,
body.portaltype-image.userrole-authenticated:not(.template-edit) fieldset,
body.portaltype-book.userrole-authenticated:not(.template-edit) fieldset,
body.portaltype-audiovisual.userrole-authenticated:not(.template-edit) fieldset,
body.portaltype-article.userrole-authenticated:not(.template-edit) fieldset,
body.portaltype-serial.userrole-authenticated:not(.template-edit) fieldset,
body.portaltype-resource.userrole-authenticated:not(.template-edit) fieldset {
  margin-left: 15px;
}
/* line 466, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/objects.less */
body.portaltype-object.userrole-authenticated:not(.template-edit) fieldset > div:nth-child(2) h4.page-header,
body.portaltype-personorinstitution.userrole-authenticated:not(.template-edit) fieldset > div:nth-child(2) h4.page-header,
body.portaltype-treatment.userrole-authenticated:not(.template-edit) fieldset > div:nth-child(2) h4.page-header,
body.portaltype-outgoingloan.userrole-authenticated:not(.template-edit) fieldset > div:nth-child(2) h4.page-header,
body.portaltype-incomingloan.userrole-authenticated:not(.template-edit) fieldset > div:nth-child(2) h4.page-header,
body.portaltype-objectentry.userrole-authenticated:not(.template-edit) fieldset > div:nth-child(2) h4.page-header,
body.portaltype-image.userrole-authenticated:not(.template-edit) fieldset > div:nth-child(2) h4.page-header,
body.portaltype-book.userrole-authenticated:not(.template-edit) fieldset > div:nth-child(2) h4.page-header,
body.portaltype-audiovisual.userrole-authenticated:not(.template-edit) fieldset > div:nth-child(2) h4.page-header,
body.portaltype-article.userrole-authenticated:not(.template-edit) fieldset > div:nth-child(2) h4.page-header,
body.portaltype-serial.userrole-authenticated:not(.template-edit) fieldset > div:nth-child(2) h4.page-header,
body.portaltype-resource.userrole-authenticated:not(.template-edit) fieldset > div:nth-child(2) h4.page-header {
  margin-top: 5px !important;
}
/* line 472, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/objects.less */
body.portaltype-object.userrole-authenticated:not(.template-edit) #formfield-form-widgets-reproductions_reproduction .datagridwidget-widget-type,
body.portaltype-personorinstitution.userrole-authenticated:not(.template-edit) #formfield-form-widgets-reproductions_reproduction .datagridwidget-widget-type,
body.portaltype-treatment.userrole-authenticated:not(.template-edit) #formfield-form-widgets-reproductions_reproduction .datagridwidget-widget-type,
body.portaltype-outgoingloan.userrole-authenticated:not(.template-edit) #formfield-form-widgets-reproductions_reproduction .datagridwidget-widget-type,
body.portaltype-incomingloan.userrole-authenticated:not(.template-edit) #formfield-form-widgets-reproductions_reproduction .datagridwidget-widget-type,
body.portaltype-objectentry.userrole-authenticated:not(.template-edit) #formfield-form-widgets-reproductions_reproduction .datagridwidget-widget-type,
body.portaltype-image.userrole-authenticated:not(.template-edit) #formfield-form-widgets-reproductions_reproduction .datagridwidget-widget-type,
body.portaltype-book.userrole-authenticated:not(.template-edit) #formfield-form-widgets-reproductions_reproduction .datagridwidget-widget-type,
body.portaltype-audiovisual.userrole-authenticated:not(.template-edit) #formfield-form-widgets-reproductions_reproduction .datagridwidget-widget-type,
body.portaltype-article.userrole-authenticated:not(.template-edit) #formfield-form-widgets-reproductions_reproduction .datagridwidget-widget-type,
body.portaltype-serial.userrole-authenticated:not(.template-edit) #formfield-form-widgets-reproductions_reproduction .datagridwidget-widget-type,
body.portaltype-resource.userrole-authenticated:not(.template-edit) #formfield-form-widgets-reproductions_reproduction .datagridwidget-widget-type,
body.portaltype-object.userrole-authenticated:not(.template-edit) #formfield-form-widgets-reproductions_reproduction .datagridwidget-widget-format,
body.portaltype-personorinstitution.userrole-authenticated:not(.template-edit) #formfield-form-widgets-reproductions_reproduction .datagridwidget-widget-format,
body.portaltype-treatment.userrole-authenticated:not(.template-edit) #formfield-form-widgets-reproductions_reproduction .datagridwidget-widget-format,
body.portaltype-outgoingloan.userrole-authenticated:not(.template-edit) #formfield-form-widgets-reproductions_reproduction .datagridwidget-widget-format,
body.portaltype-incomingloan.userrole-authenticated:not(.template-edit) #formfield-form-widgets-reproductions_reproduction .datagridwidget-widget-format,
body.portaltype-objectentry.userrole-authenticated:not(.template-edit) #formfield-form-widgets-reproductions_reproduction .datagridwidget-widget-format,
body.portaltype-image.userrole-authenticated:not(.template-edit) #formfield-form-widgets-reproductions_reproduction .datagridwidget-widget-format,
body.portaltype-book.userrole-authenticated:not(.template-edit) #formfield-form-widgets-reproductions_reproduction .datagridwidget-widget-format,
body.portaltype-audiovisual.userrole-authenticated:not(.template-edit) #formfield-form-widgets-reproductions_reproduction .datagridwidget-widget-format,
body.portaltype-article.userrole-authenticated:not(.template-edit) #formfield-form-widgets-reproductions_reproduction .datagridwidget-widget-format,
body.portaltype-serial.userrole-authenticated:not(.template-edit) #formfield-form-widgets-reproductions_reproduction .datagridwidget-widget-format,
body.portaltype-resource.userrole-authenticated:not(.template-edit) #formfield-form-widgets-reproductions_reproduction .datagridwidget-widget-format,
body.portaltype-object.userrole-authenticated:not(.template-edit) #formfield-form-widgets-reproductions_reproduction .datagridwidget-widget-date,
body.portaltype-personorinstitution.userrole-authenticated:not(.template-edit) #formfield-form-widgets-reproductions_reproduction .datagridwidget-widget-date,
body.portaltype-treatment.userrole-authenticated:not(.template-edit) #formfield-form-widgets-reproductions_reproduction .datagridwidget-widget-date,
body.portaltype-outgoingloan.userrole-authenticated:not(.template-edit) #formfield-form-widgets-reproductions_reproduction .datagridwidget-widget-date,
body.portaltype-incomingloan.userrole-authenticated:not(.template-edit) #formfield-form-widgets-reproductions_reproduction .datagridwidget-widget-date,
body.portaltype-objectentry.userrole-authenticated:not(.template-edit) #formfield-form-widgets-reproductions_reproduction .datagridwidget-widget-date,
body.portaltype-image.userrole-authenticated:not(.template-edit) #formfield-form-widgets-reproductions_reproduction .datagridwidget-widget-date,
body.portaltype-book.userrole-authenticated:not(.template-edit) #formfield-form-widgets-reproductions_reproduction .datagridwidget-widget-date,
body.portaltype-audiovisual.userrole-authenticated:not(.template-edit) #formfield-form-widgets-reproductions_reproduction .datagridwidget-widget-date,
body.portaltype-article.userrole-authenticated:not(.template-edit) #formfield-form-widgets-reproductions_reproduction .datagridwidget-widget-date,
body.portaltype-serial.userrole-authenticated:not(.template-edit) #formfield-form-widgets-reproductions_reproduction .datagridwidget-widget-date,
body.portaltype-resource.userrole-authenticated:not(.template-edit) #formfield-form-widgets-reproductions_reproduction .datagridwidget-widget-date,
body.portaltype-object.userrole-authenticated:not(.template-edit) #formfield-form-widgets-reproductions_reproduction .datagridwidget-widget-creator,
body.portaltype-personorinstitution.userrole-authenticated:not(.template-edit) #formfield-form-widgets-reproductions_reproduction .datagridwidget-widget-creator,
body.portaltype-treatment.userrole-authenticated:not(.template-edit) #formfield-form-widgets-reproductions_reproduction .datagridwidget-widget-creator,
body.portaltype-outgoingloan.userrole-authenticated:not(.template-edit) #formfield-form-widgets-reproductions_reproduction .datagridwidget-widget-creator,
body.portaltype-incomingloan.userrole-authenticated:not(.template-edit) #formfield-form-widgets-reproductions_reproduction .datagridwidget-widget-creator,
body.portaltype-objectentry.userrole-authenticated:not(.template-edit) #formfield-form-widgets-reproductions_reproduction .datagridwidget-widget-creator,
body.portaltype-image.userrole-authenticated:not(.template-edit) #formfield-form-widgets-reproductions_reproduction .datagridwidget-widget-creator,
body.portaltype-book.userrole-authenticated:not(.template-edit) #formfield-form-widgets-reproductions_reproduction .datagridwidget-widget-creator,
body.portaltype-audiovisual.userrole-authenticated:not(.template-edit) #formfield-form-widgets-reproductions_reproduction .datagridwidget-widget-creator,
body.portaltype-article.userrole-authenticated:not(.template-edit) #formfield-form-widgets-reproductions_reproduction .datagridwidget-widget-creator,
body.portaltype-serial.userrole-authenticated:not(.template-edit) #formfield-form-widgets-reproductions_reproduction .datagridwidget-widget-creator,
body.portaltype-resource.userrole-authenticated:not(.template-edit) #formfield-form-widgets-reproductions_reproduction .datagridwidget-widget-creator {
  display: none;
}
/* line 481, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/objects.less */
body.portaltype-object.userrole-authenticated:not(.template-edit) #formfield-form-widgets-labels th.header.cell-3,
body.portaltype-personorinstitution.userrole-authenticated:not(.template-edit) #formfield-form-widgets-labels th.header.cell-3,
body.portaltype-treatment.userrole-authenticated:not(.template-edit) #formfield-form-widgets-labels th.header.cell-3,
body.portaltype-outgoingloan.userrole-authenticated:not(.template-edit) #formfield-form-widgets-labels th.header.cell-3,
body.portaltype-incomingloan.userrole-authenticated:not(.template-edit) #formfield-form-widgets-labels th.header.cell-3,
body.portaltype-objectentry.userrole-authenticated:not(.template-edit) #formfield-form-widgets-labels th.header.cell-3,
body.portaltype-image.userrole-authenticated:not(.template-edit) #formfield-form-widgets-labels th.header.cell-3,
body.portaltype-book.userrole-authenticated:not(.template-edit) #formfield-form-widgets-labels th.header.cell-3,
body.portaltype-audiovisual.userrole-authenticated:not(.template-edit) #formfield-form-widgets-labels th.header.cell-3,
body.portaltype-article.userrole-authenticated:not(.template-edit) #formfield-form-widgets-labels th.header.cell-3,
body.portaltype-serial.userrole-authenticated:not(.template-edit) #formfield-form-widgets-labels th.header.cell-3,
body.portaltype-resource.userrole-authenticated:not(.template-edit) #formfield-form-widgets-labels th.header.cell-3,
body.portaltype-object.userrole-authenticated:not(.template-edit) #formfield-form-widgets-labels td.cell-3,
body.portaltype-personorinstitution.userrole-authenticated:not(.template-edit) #formfield-form-widgets-labels td.cell-3,
body.portaltype-treatment.userrole-authenticated:not(.template-edit) #formfield-form-widgets-labels td.cell-3,
body.portaltype-outgoingloan.userrole-authenticated:not(.template-edit) #formfield-form-widgets-labels td.cell-3,
body.portaltype-incomingloan.userrole-authenticated:not(.template-edit) #formfield-form-widgets-labels td.cell-3,
body.portaltype-objectentry.userrole-authenticated:not(.template-edit) #formfield-form-widgets-labels td.cell-3,
body.portaltype-image.userrole-authenticated:not(.template-edit) #formfield-form-widgets-labels td.cell-3,
body.portaltype-book.userrole-authenticated:not(.template-edit) #formfield-form-widgets-labels td.cell-3,
body.portaltype-audiovisual.userrole-authenticated:not(.template-edit) #formfield-form-widgets-labels td.cell-3,
body.portaltype-article.userrole-authenticated:not(.template-edit) #formfield-form-widgets-labels td.cell-3,
body.portaltype-serial.userrole-authenticated:not(.template-edit) #formfield-form-widgets-labels td.cell-3,
body.portaltype-resource.userrole-authenticated:not(.template-edit) #formfield-form-widgets-labels td.cell-3 {
  display: none;
}
/* line 489, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/objects.less */
body.portaltype-object.userrole-authenticated:not(.template-edit) #formfield-form-widgets-notes_free_fields .cell-3 label,
body.portaltype-personorinstitution.userrole-authenticated:not(.template-edit) #formfield-form-widgets-notes_free_fields .cell-3 label,
body.portaltype-treatment.userrole-authenticated:not(.template-edit) #formfield-form-widgets-notes_free_fields .cell-3 label,
body.portaltype-outgoingloan.userrole-authenticated:not(.template-edit) #formfield-form-widgets-notes_free_fields .cell-3 label,
body.portaltype-incomingloan.userrole-authenticated:not(.template-edit) #formfield-form-widgets-notes_free_fields .cell-3 label,
body.portaltype-objectentry.userrole-authenticated:not(.template-edit) #formfield-form-widgets-notes_free_fields .cell-3 label,
body.portaltype-image.userrole-authenticated:not(.template-edit) #formfield-form-widgets-notes_free_fields .cell-3 label,
body.portaltype-book.userrole-authenticated:not(.template-edit) #formfield-form-widgets-notes_free_fields .cell-3 label,
body.portaltype-audiovisual.userrole-authenticated:not(.template-edit) #formfield-form-widgets-notes_free_fields .cell-3 label,
body.portaltype-article.userrole-authenticated:not(.template-edit) #formfield-form-widgets-notes_free_fields .cell-3 label,
body.portaltype-serial.userrole-authenticated:not(.template-edit) #formfield-form-widgets-notes_free_fields .cell-3 label,
body.portaltype-resource.userrole-authenticated:not(.template-edit) #formfield-form-widgets-notes_free_fields .cell-3 label {
  display: none;
}
/* line 493, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/objects.less */
body.portaltype-object.userrole-authenticated:not(.template-edit) #formfield-form-widgets-notes_free_fields .cell-3 input,
body.portaltype-personorinstitution.userrole-authenticated:not(.template-edit) #formfield-form-widgets-notes_free_fields .cell-3 input,
body.portaltype-treatment.userrole-authenticated:not(.template-edit) #formfield-form-widgets-notes_free_fields .cell-3 input,
body.portaltype-outgoingloan.userrole-authenticated:not(.template-edit) #formfield-form-widgets-notes_free_fields .cell-3 input,
body.portaltype-incomingloan.userrole-authenticated:not(.template-edit) #formfield-form-widgets-notes_free_fields .cell-3 input,
body.portaltype-objectentry.userrole-authenticated:not(.template-edit) #formfield-form-widgets-notes_free_fields .cell-3 input,
body.portaltype-image.userrole-authenticated:not(.template-edit) #formfield-form-widgets-notes_free_fields .cell-3 input,
body.portaltype-book.userrole-authenticated:not(.template-edit) #formfield-form-widgets-notes_free_fields .cell-3 input,
body.portaltype-audiovisual.userrole-authenticated:not(.template-edit) #formfield-form-widgets-notes_free_fields .cell-3 input,
body.portaltype-article.userrole-authenticated:not(.template-edit) #formfield-form-widgets-notes_free_fields .cell-3 input,
body.portaltype-serial.userrole-authenticated:not(.template-edit) #formfield-form-widgets-notes_free_fields .cell-3 input,
body.portaltype-resource.userrole-authenticated:not(.template-edit) #formfield-form-widgets-notes_free_fields .cell-3 input {
  margin-left: 40%;
}
/* line 501, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/objects.less */
body.template-collective-object-object .label,
body.template-collective-object-object label {
  color: #404040;
  padding-left: 0px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
}
/* line 507, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/objects.less */
body.template-collective-object-object select {
  height: 34px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
}
/* line 511, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/objects.less */
body.template-collective-object-object .datagridwidget-table-view .header,
body.template-collective-object-object .select2-container a,
body.template-collective-object-object textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
}
/* line 517, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/objects.less */
body.template-collective-object-object textarea {
  padding-top: 7px;
  color: #696969;
}
/* line 522, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/objects.less */
body.template-collective-object-object .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 0px 4px 3px 5px;
}
/* line 526, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/objects.less */
body.template-collective-object-object input[type="text"].text-widget {
  padding-top: 4px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
}
/* line 531, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/objects.less */
body.template-collective-object-object .select2-container-multi.pat-relateditems .select2-choices .select2-search-choice {
  margin: 4px 0 3px 5px;
}
/* line 535, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/objects.less */
body.template-collective-object-object .pat-select2 .select2-search-choice a {
  color: #696969;
}
/* line 538, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/objects.less */
body.template-collective-object-object .pat-select2 .select2-search-choice a:hover,
body.template-collective-object-object .pat-select2 .select2-search-choice a:focus,
body.template-collective-object-object .pat-select2 .select2-search-choice a:active {
  color: #e81f2d;
}
/* line 545, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/objects.less */
body.template-collective-object-object .select2-container.pat-relateditems .select2-search-choice span {
  color: #696969;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
}
/* line 548, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/objects.less */
body.template-collective-object-object .select2-container.pat-relateditems .select2-search-choice span.pattern-relateditems-item-path {
  color: #696969;
  font-size: 11px;
}
/* line 554, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/objects.less */
body.template-collective-object-object .autotoc-nav a {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #337ab7;
  border-radius: 4px 4px 0 0;
  border: 1px solid #e5e5e5 !important;
  background: #fcfcfd;
  border-bottom: 1px solid #cccccc !important;
}
/* line 562, https://www.historiehuis.nl/++theme++plonetheme.cuypershuis/css/objects.less */
body.template-collective-object-object .autotoc-nav a:hover {
  text-decoration: none;
  background: #ffffff;
}

