/* CSS ENHANCEMENTS */
/* line 5, https://www.hetpark.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
#slickcarousel.empty {
  display: none;
}
/* line 13, https://www.hetpark.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
body:not(.portaltype-object) #slickcarousel {
  max-height: 500px;
}
@media (min-width: 1640px) {
  /* line 16, https://www.hetpark.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
  body:not(.portaltype-object) #slickcarousel {
    max-height: 500px;
  }
}
@media screen and (min-height: 320px) {
  /* line 22, https://www.hetpark.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
  #slickcarousel {
    height: 90vh;
  }
}
@media screen and (min-height: 600px) and (min-width: 768px) {
  /* line 28, https://www.hetpark.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
  #slickcarousel {
    height: 90vh;
  }
}
@media screen and (min-height: 700px) {
  /* line 34, https://www.hetpark.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
  #slickcarousel {
    height: 90vh;
  }
}
@media screen and (min-height: 700px) and (max-width: 767px) {
  /* line 40, https://www.hetpark.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
  #slickcarousel {
    height: 90vh;
  }
}
@media screen and (min-height: 900px) {
  /* line 46, https://www.hetpark.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
  #slickcarousel {
    height: 90vh;
  }
}
@media screen and (max-width: 1024px) and (min-height: 900px) {
  /* line 52, https://www.hetpark.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
  #slickcarousel {
    height: 90vh;
  }
}
@media screen and (max-width: 768px) {
  /* line 58, https://www.hetpark.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
  #slickcarousel {
    height: 25vh;
  }
}
/*@media screen and (min-width: 992px) {
	#slickcarousel {
	    height: 56.25vw;
	}
}*/
/* line 69, https://www.hetpark.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
#slickcarousel {
  position: relative;
  margin-bottom: 80px;
  margin-left: 0px;
  margin-right: 0px;
}
/* line 76, https://www.hetpark.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
body:not(.portaltype-object) #website-wrapper:not(.presentation) #slickcarousel {
  min-height: 300px;
}
/* line 80, https://www.hetpark.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
.carousel-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
/* line 88, https://www.hetpark.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
.slideshow-wrapper,
.slick-list,
.slick-track {
  height: 100%;
}
/* line 94, https://www.hetpark.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
.slideshow-wrapper {
  visibility: hidden;
}
/* line 98, https://www.hetpark.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
.slideshow-wrapper.slick-initialized {
  visibility: visible;
}
/* line 102, https://www.hetpark.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 110, https://www.hetpark.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
.carousel-image-wrapper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (min-width: 991px) {
  /* line 117, https://www.hetpark.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
  .carousel-item.portrait .carousel-image-wrapper {
    /*background-size: contain;*/
  }
  /* line 121, https://www.hetpark.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
  .carousel-item.portrait .carousel-image-wrapper img {
    /*object-fit: contain;*/
  }
  /* line 125, https://www.hetpark.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
  .carousel-item:not([data-index="0"]) .carousel-image-wrapper {
    /*background: #ffffff;
		background-size: contain;
		padding-top: 38px;

		img {
			object-fit: contain;
		}*/
  }
}
@media (min-width: 991px) {
  /* line 138, https://www.hetpark.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
  body:not(.portaltype-object) .carousel-item.portrait[data-index="0"] .carousel-image-wrapper img {
    /*object-position: right;*/
  }
}
/* Fix Plone styles */
/* line 147, https://www.hetpark.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
.slick-prev:before,
.slick-next:before {
  color: #4d4d4d !important;
}
/* line 151, https://www.hetpark.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  box-shadow: none !important;
}
/* line 158, https://www.hetpark.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
.slick-prev:focus:active,
.slick-next:focus:active {
  outline: 0px !important;
}
/* INTK features */
/* line 166, https://www.hetpark.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
#slickcarousel .slick-prev,
#slickcarousel .slick-next {
  width: 80px;
  height: 80px;
  margin-top: 0px;
  opacity: 0;
  text-shadow: none;
}
@media (max-width: 991px) {
  /* line 173, https://www.hetpark.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
  #slickcarousel .slick-prev,
  #slickcarousel .slick-next {
    width: 40px;
    height: 40px;
  }
}
/* line 180, https://www.hetpark.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
#slickcarousel .slideshow-wrapper.image-contain .carousel-item {
  padding-bottom: 0px;
  padding-top: 0px;
}
/* line 185, https://www.hetpark.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
#slickcarousel .slideshow-wrapper.image-contain .carousel-image-wrapper {
  background-size: contain;
}
/* line 189, https://www.hetpark.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
#slickcarousel .slideshow-wrapper.image-contain .carousel-image-wrapper img {
  object-fit: contain;
}
/* line 194, https://www.hetpark.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
#slickcarousel .slick-list {
  z-index: 0;
}
/* line 198, https://www.hetpark.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
#slickcarousel .slick-prev,
#slickcarousel .wrap-prev,
#slickcarousel .slick-next,
#slickcarousel .wrap-next {
  z-index: 1;
}
/* line 202, https://www.hetpark.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
#slickcarousel .slick-prev {
  background: url("/++resource++collective.slickcarousel/arrow-left.svg") no-repeat 27px !important;
  background-position: 50% 50%;
  background-size: 20px 20px;
  left: 0;
  opacity: 1;
}
@media (max-width: 991px) {
  /* line 209, https://www.hetpark.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
  #slickcarousel .slick-prev {
    background: url("/++resource++collective.slickcarousel/arrow-left.svg") no-repeat 8px !important;
    background-size: 20px 20px;
    right: 0;
    opacity: 1;
  }
}
/* line 216, https://www.hetpark.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
#slickcarousel .slick-prev:hover {
  opacity: 1;
}
/* line 220, https://www.hetpark.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
#slickcarousel .slick-prev:active {
  border: none !important;
  outline: none !important;
}
/* line 225, https://www.hetpark.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
#slickcarousel .slick-prev:before {
  content: "";
}
/* line 230, https://www.hetpark.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
#slickcarousel .slick-next {
  background: url("/++resource++collective.slickcarousel/arrow-right.svg") no-repeat 30px !important;
  background-position: 50% 50%;
  background-size: 20px 20px;
  right: 0;
  opacity: 1;
}
@media (max-width: 991px) {
  /* line 237, https://www.hetpark.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
  #slickcarousel .slick-next {
    background: url("/++resource++collective.slickcarousel/arrow-right.svg") no-repeat 12px !important;
    background-position: 50% 50%;
    background-size: 20px 20px;
    right: 0;
    opacity: 1;
  }
}
/* line 246, https://www.hetpark.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
#slickcarousel .slick-next:hover {
  opacity: 1;
}
/* line 250, https://www.hetpark.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
#slickcarousel .slick-next:active {
  border: none !important;
  outline: none !important;
}
/* line 255, https://www.hetpark.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
#slickcarousel .slick-next:before {
  content: "";
}
/* line 260, https://www.hetpark.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(0, 0, 0, 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;
}
@media (max-width: 991px) {
  /* line 274, https://www.hetpark.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
  #slickcarousel .wrap-next,
  #slickcarousel .wrap-prev {
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }
}
/* line 280, https://www.hetpark.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
#slickcarousel .wrap-next:hover,
#slickcarousel .wrap-prev:hover,
#slickcarousel .wrap-next:active,
#slickcarousel .wrap-prev:active,
#slickcarousel .wrap-next:focus,
#slickcarousel .wrap-prev:focus,
#slickcarousel .wrap-next:focus:active,
#slickcarousel .wrap-prev:focus:active {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.6);
  background-color: #b02318;
}
/* line 290, https://www.hetpark.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
#slickcarousel .wrap-next {
  right: 0;
}
/* line 294, https://www.hetpark.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
#slickcarousel .wrap-prev {
  left: 0;
}
@media (max-width: 468px) {
  /* line 299, https://www.hetpark.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
  #slickcarousel .slick-prev,
  #slickcarousel .slick-next,
  #slickcarousel .wrap-prev,
  #slickcarousel .wrap-next {
    width: 40px;
    height: 40px;
  }
  /* line 307, https://www.hetpark.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
  #slickcarousel .wrap-prev,
  #slickcarousel .wrap-next {
    margin-top: -20px;
  }
  /* line 312, https://www.hetpark.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
  #slickcarousel .slick-next {
    background: url("/++resource++collective.slickcarousel/arrow-right.svg") no-repeat 10px !important;
  }
  /* line 316, https://www.hetpark.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
  #slickcarousel .slick-prev {
    background: url("/++resource++collective.slickcarousel/arrow-left.svg") no-repeat 10px !important;
  }
}
/* line 321, https://www.hetpark.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
#slickcarousel .carousel-item.video-slide iframe {
  width: 100%;
  height: 100%;
}
/* line 327, https://www.hetpark.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
#slickcarousel .slideshow-wrapper.initial-slide .wrap-next,
#slickcarousel .slideshow-wrapper.initial-slide .wrap-prev {
  opacity: 1;
}
/* line 331, https://www.hetpark.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
#slickcarousel .slideshow-wrapper.initial-slide #slideshow-controls {
  opacity: 1;
}
/* line 337, https://www.hetpark.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 343, https://www.hetpark.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
#slickcarousel .slideshow-wrapper.forward .wrap-prev {
  opacity: 1;
}
/* line 347, https://www.hetpark.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
#slickcarousel .slideshow-wrapper.forward .wrap-next {
  opacity: 1;
}
/* line 352, https://www.hetpark.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
#slickcarousel .slideshow-wrapper.forward:not(.image-contain) #slideshow-controls {
  opacity: 0;
}
/* line 359, https://www.hetpark.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
#slickcarousel .slideshow-wrapper.backward .wrap-prev {
  opacity: 1;
}
/* line 363, https://www.hetpark.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
#slickcarousel .slideshow-wrapper.backward .wrap-next {
  opacity: 1;
}
/* line 368, https://www.hetpark.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
#slickcarousel .slideshow-wrapper.backward:not(.image-contain) #slideshow-controls {
  opacity: 0;
}
/* line 377, https://www.hetpark.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
#slickcarousel .overlay-image {
  width: 100%;
  height: 100%;
}
/* line 384, https://www.hetpark.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 390, https://www.hetpark.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 396, https://www.hetpark.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 401, https://www.hetpark.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
#slickcarousel .carousel-image-wrapper.ie-object-fit img {
  display: none !important;
}
/* line 406, https://www.hetpark.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
#slickcarousel .carousel-wrapper.moved div.on-display-wrapper {
  opacity: 0;
}
/* line 413, https://www.hetpark.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
body.portaltype-object:not(.userrole-authenticated).slideshow-empty .intro-header {
  height: 0px !important;
  display: none;
}
/* line 418, https://www.hetpark.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 422, https://www.hetpark.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
  body.portaltype-object:not(.userrole-authenticated).slideshow-empty .page-container {
    padding-top: 75px;
  }
}
/* line 427, https://www.hetpark.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
body.portaltype-object:not(.userrole-authenticated).slideshow-empty #object-title {
  display: block;
}
/* line 436, https://www.hetpark.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
#slickcarousel .popover-content,
#object-details-btn .popover-content {
  font-size: 1.000em;
  font-weight: 400;
  color: #666666;
  padding: 20px;
}
/* line 443, https://www.hetpark.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
#slickcarousel .popover-title,
#object-details-btn .popover-title {
  padding: 10px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #242424;
  border-bottom: 0px solid #666666;
  padding-top: 15px;
  font-size: 22px;
  line-height: 30px;
}
/* line 454, https://www.hetpark.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
#slickcarousel h3.popover-title,
#object-details-btn h3.popover-title {
  color: #ffffff !important;
  margin-top: 0px !important;
}
/* line 459, https://www.hetpark.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
#slickcarousel .popover-content,
#object-details-btn .popover-content {
  background-color: #242424;
  padding: 10px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 0px;
}
/* line 467, https://www.hetpark.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
#slickcarousel .popover.top > .arrow:after,
#object-details-btn .popover.top > .arrow:after {
  border-top-color: #242424;
}
/* line 471, https://www.hetpark.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
#slickcarousel .popover.bottom > .arrow:after,
#object-details-btn .popover.bottom > .arrow:after {
  border-bottom-color: #242424;
}
/* line 475, https://www.hetpark.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
#slickcarousel .popover-content .row,
#object-details-btn .popover-content .row {
  padding: 5px;
  margin-right: 0px;
  margin-left: 0px;
}
/* line 481, https://www.hetpark.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
#slickcarousel .popover,
#object-details-btn .popover {
  padding: 0px;
  border: 1px solid #242424;
}
/* line 490, https://www.hetpark.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
#slickcarousel .slideshow-wrapper,
#object-details-btn .slideshow-wrapper {
  overflow: hidden;
}
/* line 499, https://www.hetpark.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
body.portaltype-object.userrole-authenticated #website-wrapper {
  height: 100% !important;
}
/* line 506, https://www.hetpark.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
body.portaltype-object.userrole-authenticated #website-wrapper .title-container {
  display: none !important;
}
/* line 510, https://www.hetpark.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
body.portaltype-object.userrole-authenticated #website-wrapper #slickcarousel .actions-div .share-btn {
  display: none !important;
}
@media (max-height: 740px) and (orientation: landscape) {
  /* line 517, https://www.hetpark.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
  body.frontend.portaltype-object.mobile #portal-logo {
    width: 150px;
    top: 20px;
  }
  /* line 521, https://www.hetpark.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
  body.frontend.portaltype-object.mobile #portal-logo img {
    margin-left: -70px;
  }
  /* line 526, https://www.hetpark.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
  body.frontend.portaltype-object.mobile .intro-header {
    height: 90vh !important;
    min-height: auto !important;
  }
  /* line 531, https://www.hetpark.nl/++resource++collective.slickcarousel/css/slickcarousel.less */
  body.frontend.portaltype-object.mobile #slickcarousel .slideshow-wrapper.image-contain .carousel-item {
    padding-top: 0px !important;
  }
}

/* To be used with cookieCuttr by Chris Wharton (http://cookiecuttr.com) */
/* line 4, https://www.hetpark.nl/++resource++collective.cookiecuttr/cookiecuttr.less */
.cc-cookies {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  padding: 0.5em 0.5em;
  background: rgba(0, 0, 0, 0.8);
  font-size: 13px;
  font-weight: 700;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
  z-index: 99999;
  text-align: center;
  color: #fff;
}
/* line 5, https://www.hetpark.nl/++resource++collective.cookiecuttr/cookiecuttr.less */
.cc-cookies a:not(.cc-cookie-accept) {
  color: #fff !important;
  text-decoration: underline !important;
}
/* line 6, https://www.hetpark.nl/++resource++collective.cookiecuttr/cookiecuttr.less */
.cc-cookies a:not(.cc-cookie-accept):hover {
  color: #fff !important;
  text-decoration: none !important;
}
/* line 7, https://www.hetpark.nl/++resource++collective.cookiecuttr/cookiecuttr.less */
.cc-cookies a:hover {
  text-decoration: none;
}
/* line 8, https://www.hetpark.nl/++resource++collective.cookiecuttr/cookiecuttr.less */
.cc-cookies a {
  color: #ffffff !important;
}
/* line 9, https://www.hetpark.nl/++resource++collective.cookiecuttr/cookiecuttr.less */
.cc-overlay {
  height: 100%;
  padding-top: 25%;
}
/* line 10, https://www.hetpark.nl/++resource++collective.cookiecuttr/cookiecuttr.less */
.cc-cookies-error {
  float: left;
  width: 100%;
  text-align: center;
  margin: 1em 0 2em 0;
  background: #fff;
  padding: 2em 5%;
  border: 1px solid #ccc;
  font-size: 18px;
  color: #333;
}
/* line 11, https://www.hetpark.nl/++resource++collective.cookiecuttr/cookiecuttr.less */
.cc-cookies a.cc-cookie-accept,
.cc-cookies-error a.cc-cookie-accept,
.cc-cookies a.cc-cookie-decline,
.cc-cookies-error a.cc-cookie-decline,
.cc-cookies a.cc-cookie-reset {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background: #000000;
  padding: 0.5em 0.75em;
  border-radius: 3px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
  -o-transition: background 0.5s ease-in;
  -webkit-transition: background 0.25s ease-in;
  -moz-transition: background 0.25s ease-in;
}
/* line 12, https://www.hetpark.nl/++resource++collective.cookiecuttr/cookiecuttr.less */
.cc-cookies a.cc-cookie-decline,
.cc-cookies-error a.cc-cookie-decline {
  background: #000000;
  margin-left: 0.5em;
}
/* line 13, https://www.hetpark.nl/++resource++collective.cookiecuttr/cookiecuttr.less */
.cc-cookies a.cc-cookie-reset {
  background: #000000;
}
/* line 14, https://www.hetpark.nl/++resource++collective.cookiecuttr/cookiecuttr.less */
.cc-cookies a:hover.cc-cookie-accept,
.cc-cookies-error a:hover.cc-cookie-accept,
.cc-cookies a:hover.cc-cookie-decline,
.cc-cookies-error a:hover.cc-cookie-decline,
.cc-cookies a:hover.cc-cookie-reset {
  background: #b02318;
  -o-transition: background 0.5s ease-in;
  -webkit-transition: background 0.25s ease-in;
  -moz-transition: background 0.25s ease-in;
  text-shadow: none;
}
/* line 15, https://www.hetpark.nl/++resource++collective.cookiecuttr/cookiecuttr.less */
.cc-cookies-error a.cc-cookie-accept,
.cc-cookies-error a.cc-cookie-decline {
  display: block;
  margin-top: 1em;
}
/* line 16, https://www.hetpark.nl/++resource++collective.cookiecuttr/cookiecuttr.less */
.cc-cookies.cc-discreet {
  width: auto;
  padding: 0.5em 1em;
  left: auto;
  top: auto;
}
/* line 17, https://www.hetpark.nl/++resource++collective.cookiecuttr/cookiecuttr.less */
.cc-cookies.cc-discreet a.cc-cookie-reset {
  background: none;
  text-shadow: none;
  padding: 0;
  text-decoration: underline !important;
}
/* line 18, https://www.hetpark.nl/++resource++collective.cookiecuttr/cookiecuttr.less */
.cc-cookies.cc-discreet a:hover.cc-cookie-reset {
  text-decoration: none;
}
/* line 20, https://www.hetpark.nl/++resource++collective.cookiecuttr/cookiecuttr.less */
.cc-cookies {
  letter-spacing: 0.05em;
  box-shadow: 0 0 12px -2px #808080;
}
/* line 25, https://www.hetpark.nl/++resource++collective.cookiecuttr/cookiecuttr.less */
.cc-cookies a {
  line-height: 30px;
}
/* line 29, https://www.hetpark.nl/++resource++collective.cookiecuttr/cookiecuttr.less */
.cc-cookies a.cc-cookie-accept {
  line-height: 18px;
}
@media (max-width: 991px) {
  /* line 34, https://www.hetpark.nl/++resource++collective.cookiecuttr/cookiecuttr.less */
  .cc-cookies a.cc-cookie-accept {
    max-width: 200px;
  }
}
@media screen and (max-width: 768px) {
  /* line 40, https://www.hetpark.nl/++resource++collective.cookiecuttr/cookiecuttr.less */
  .cc-cookies a.cc-cookie-accept,
  .cc-cookies a.cc-cookie-decline,
  .cc-cookies a.cc-cookie-reset {
    display: block;
    margin: 1em auto;
  }
}
@media screen and (max-width: 480px) {
  /* line 44, https://www.hetpark.nl/++resource++collective.cookiecuttr/cookiecuttr.less */
  .cc-cookies {
    position: fixed;
  }
}
/* line 47, https://www.hetpark.nl/++resource++collective.cookiecuttr/cookiecuttr.less */
.cc-cookies {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 3, https://www.hetpark.nl/++plone++dropdown/dropdown.less */
.plone-navbar-nav li {
  /*&:hover > .submenu {
    display: block;
  }*/
}
/* line 8, https://www.hetpark.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.hetpark.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.hetpark.nl/++plone++dropdown/dropdown.less */
.plone-navbar-nav li .submenu a:hover {
  background-color: #9abdd6;
  text-decoration: none;
}
/* line 26, https://www.hetpark.nl/++plone++dropdown/dropdown.less */
.plone-navbar-nav li .submenu a:before {
  margin-right: 10px;
}
/* line 29, https://www.hetpark.nl/++plone++dropdown/dropdown.less */
.plone-navbar-nav li .submenu a .submenu_image {
  float: right;
}
/* line 33, https://www.hetpark.nl/++plone++dropdown/dropdown.less */
.plone-navbar-nav li .submenu li {
  position: relative;
  float: left;
}
/* line 36, https://www.hetpark.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;
    }
  }
}*/

/* 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.hetpark.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.hetpark.nl/++theme++barceloneta/less/normalize.plone.less */
body {
  margin: 0;
}
/* line 32, https://www.hetpark.nl/++theme++barceloneta/less/normalize.plone.less */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}
/* line 51, https://www.hetpark.nl/++theme++barceloneta/less/normalize.plone.less */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
/* line 64, https://www.hetpark.nl/++theme++barceloneta/less/normalize.plone.less */
audio:not([controls]) {
  display: none;
  height: 0;
}
/* line 74, https://www.hetpark.nl/++theme++barceloneta/less/normalize.plone.less */
[hidden],
template {
  display: none;
}
/* line 86, https://www.hetpark.nl/++theme++barceloneta/less/normalize.plone.less */
a {
  background: transparent;
}
/* line 94, https://www.hetpark.nl/++theme++barceloneta/less/normalize.plone.less */
a:active,
a:hover {
  outline: 0;
}
/* line 106, https://www.hetpark.nl/++theme++barceloneta/less/normalize.plone.less */
abbr[title] {
  border-bottom: 1px dotted;
}
/* line 114, https://www.hetpark.nl/++theme++barceloneta/less/normalize.plone.less */
b,
strong {
  font-weight: bold;
}
/* line 123, https://www.hetpark.nl/++theme++barceloneta/less/normalize.plone.less */
dfn {
  font-style: italic;
}
/* line 132, https://www.hetpark.nl/++theme++barceloneta/less/normalize.plone.less */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* line 141, https://www.hetpark.nl/++theme++barceloneta/less/normalize.plone.less */
mark {
  background: #ff0;
  color: #000;
}
/* line 150, https://www.hetpark.nl/++theme++barceloneta/less/normalize.plone.less */
small {
  font-size: 80%;
}
/* line 158, https://www.hetpark.nl/++theme++barceloneta/less/normalize.plone.less */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
/* line 166, https://www.hetpark.nl/++theme++barceloneta/less/normalize.plone.less */
sup {
  top: -0.5em;
}
/* line 170, https://www.hetpark.nl/++theme++barceloneta/less/normalize.plone.less */
sub {
  bottom: -0.25em;
}
/* line 181, https://www.hetpark.nl/++theme++barceloneta/less/normalize.plone.less */
img {
  border: 0;
}
/* line 189, https://www.hetpark.nl/++theme++barceloneta/less/normalize.plone.less */
svg:not(:root) {
  overflow: hidden;
}
/* line 200, https://www.hetpark.nl/++theme++barceloneta/less/normalize.plone.less */
figure {
  margin: 1em 40px;
}
/* line 208, https://www.hetpark.nl/++theme++barceloneta/less/normalize.plone.less */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/* line 218, https://www.hetpark.nl/++theme++barceloneta/less/normalize.plone.less */
pre {
  overflow: auto;
}
/* line 226, https://www.hetpark.nl/++theme++barceloneta/less/normalize.plone.less */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* line 249, https://www.hetpark.nl/++theme++barceloneta/less/normalize.plone.less */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
/* line 263, https://www.hetpark.nl/++theme++barceloneta/less/normalize.plone.less */
button {
  overflow: visible;
}
/* line 274, https://www.hetpark.nl/++theme++barceloneta/less/normalize.plone.less */
button,
select {
  text-transform: none;
}
/* line 287, https://www.hetpark.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.hetpark.nl/++theme++barceloneta/less/normalize.plone.less */
button[disabled],
html input[disabled] {
  cursor: default;
}
/* line 308, https://www.hetpark.nl/++theme++barceloneta/less/normalize.plone.less */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* line 319, https://www.hetpark.nl/++theme++barceloneta/less/normalize.plone.less */
input {
  line-height: normal;
}
/* line 331, https://www.hetpark.nl/++theme++barceloneta/less/normalize.plone.less */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
/* line 343, https://www.hetpark.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.hetpark.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.hetpark.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.hetpark.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.hetpark.nl/++theme++barceloneta/less/normalize.plone.less */
legend {
  border: 0;
  padding: 0;
}
/* line 396, https://www.hetpark.nl/++theme++barceloneta/less/normalize.plone.less */
textarea {
  overflow: auto;
}
/* line 405, https://www.hetpark.nl/++theme++barceloneta/less/normalize.plone.less */
optgroup {
  font-weight: bold;
}
/* line 416, https://www.hetpark.nl/++theme++barceloneta/less/normalize.plone.less */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* line 421, https://www.hetpark.nl/++theme++barceloneta/less/normalize.plone.less */
td,
th {
  padding: 0;
}
@media print {
  /* line 9, https://www.hetpark.nl/++theme++barceloneta/less/print.plone.less */
  .sidebar-offcanvas,
  #portal-footer-wrapper,
  #mainnavigation-wrapper,
  #content-header,
  .link-https,
  #edit-zone {
    display: none;
    visibility: hidden;
  }
  /* line 19, https://www.hetpark.nl/++theme++barceloneta/less/print.plone.less */
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  /* line 26, https://www.hetpark.nl/++theme++barceloneta/less/print.plone.less */
  a,
  a:visited {
    text-decoration: underline;
  }
  /* line 31, https://www.hetpark.nl/++theme++barceloneta/less/print.plone.less */
  a[href]::after {
    content: " (" attr(href) ")";
  }
  /* line 35, https://www.hetpark.nl/++theme++barceloneta/less/print.plone.less */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /* line 40, https://www.hetpark.nl/++theme++barceloneta/less/print.plone.less */
  a[href^="javascript:"]::after,
  a[href^="#"]::after {
    content: "";
  }
  /* line 45, https://www.hetpark.nl/++theme++barceloneta/less/print.plone.less */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /* line 51, https://www.hetpark.nl/++theme++barceloneta/less/print.plone.less */
  thead {
    display: table-header-group;
  }
  /* line 55, https://www.hetpark.nl/++theme++barceloneta/less/print.plone.less */
  tr,
  img {
    page-break-inside: avoid;
  }
  /* line 60, https://www.hetpark.nl/++theme++barceloneta/less/print.plone.less */
  img {
    max-width: 100% !important;
  }
  /* line 64, https://www.hetpark.nl/++theme++barceloneta/less/print.plone.less */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 71, https://www.hetpark.nl/++theme++barceloneta/less/print.plone.less */
  h2,
  h3 {
    page-break-after: avoid;
  }
  /* line 78, https://www.hetpark.nl/++theme++barceloneta/less/print.plone.less */
  select {
    background: #fff !important;
  }
  /* line 83, https://www.hetpark.nl/++theme++barceloneta/less/print.plone.less */
  .navbar {
    display: none;
  }
  /* line 87, https://www.hetpark.nl/++theme++barceloneta/less/print.plone.less */
  .table td,
  .table th {
    background-color: #fff !important;
  }
  /* line 94, https://www.hetpark.nl/++theme++barceloneta/less/print.plone.less */
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  /* line 98, https://www.hetpark.nl/++theme++barceloneta/less/print.plone.less */
  .label {
    border: 1px solid #000;
  }
  /* line 102, https://www.hetpark.nl/++theme++barceloneta/less/print.plone.less */
  .table {
    border-collapse: collapse !important;
  }
  /* line 106, https://www.hetpark.nl/++theme++barceloneta/less/print.plone.less */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
  /* line 112, https://www.hetpark.nl/++theme++barceloneta/less/print.plone.less */
  #portal-searchbox {
    display: None;
  }
  /* line 116, https://www.hetpark.nl/++theme++barceloneta/less/print.plone.less */
  #portal-personaltools {
    display: None;
  }
  /* line 120, https://www.hetpark.nl/++theme++barceloneta/less/print.plone.less */
  #portal-breadcrumbs {
    display: None;
  }
}
/* Core CSS */
/* line 4, https://www.hetpark.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.hetpark.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.hetpark.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.hetpark.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.hetpark.nl/++theme++barceloneta/less/scaffolding.plone.less */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
/* line 43, https://www.hetpark.nl/++theme++barceloneta/less/scaffolding.plone.less */
a {
  color: #007bb3;
  text-decoration: none;
}
/* line 47, https://www.hetpark.nl/++theme++barceloneta/less/scaffolding.plone.less */
a:hover,
a:focus {
  color: #004666;
  text-decoration: underline;
}
/* line 53, https://www.hetpark.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.hetpark.nl/++theme++barceloneta/less/scaffolding.plone.less */
figure {
  margin: 0;
}
/* line 67, https://www.hetpark.nl/++theme++barceloneta/less/scaffolding.plone.less */
img {
  vertical-align: middle;
}
/* line 74, https://www.hetpark.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.hetpark.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.hetpark.nl/++theme++barceloneta/less/scaffolding.plone.less */
.sr-only a,
.hiddenStructure a {
  color: #fff;
  background-color: #000;
}
/* line 109, https://www.hetpark.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.hetpark.nl/++theme++barceloneta/less/type.plone.less */
body {
  word-wrap: break-word;
}
/* line 7, https://www.hetpark.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.hetpark.nl/++theme++barceloneta/less/type.plone.less */
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
/* line 17, https://www.hetpark.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 22, https://www.hetpark.nl/++theme++barceloneta/less/type.plone.less */
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 27, https://www.hetpark.nl/++theme++barceloneta/less/type.plone.less */
h1 {
  font-size: 36px;
}
/* line 28, https://www.hetpark.nl/++theme++barceloneta/less/type.plone.less */
h2 {
  font-size: 30px;
}
/* line 29, https://www.hetpark.nl/++theme++barceloneta/less/type.plone.less */
h3 {
  font-size: 24px;
}
/* line 30, https://www.hetpark.nl/++theme++barceloneta/less/type.plone.less */
h4 {
  font-size: 18px;
}
/* line 31, https://www.hetpark.nl/++theme++barceloneta/less/type.plone.less */
h5 {
  font-size: 14px;
}
/* line 32, https://www.hetpark.nl/++theme++barceloneta/less/type.plone.less */
h6 {
  font-size: 12px;
}
/* line 35, https://www.hetpark.nl/++theme++barceloneta/less/type.plone.less */
p {
  margin: 0 0 10px;
}
/* line 37, https://www.hetpark.nl/++theme++barceloneta/less/type.plone.less */
.documentDescription {
  font-size: 18px;
  font-weight: 700;
  color: #696969;
  margin-bottom: 10px;
}
/* line 45, https://www.hetpark.nl/++theme++barceloneta/less/type.plone.less */
small {
  font-size: 85%;
}
/* line 46, https://www.hetpark.nl/++theme++barceloneta/less/type.plone.less */
cite {
  font-style: normal;
}
/* line 47, https://www.hetpark.nl/++theme++barceloneta/less/type.plone.less */
mark {
  background-color: #ebd380;
  padding: .2em;
}
/* line 48, https://www.hetpark.nl/++theme++barceloneta/less/type.plone.less */
.discreet {
  color: #696969;
  font-weight: 400;
}
/* line 49, https://www.hetpark.nl/++theme++barceloneta/less/type.plone.less */
.documentByLine {
  color: #696969;
  font-weight: 400;
  margin-bottom: 10px;
}
/* line 52, https://www.hetpark.nl/++theme++barceloneta/less/type.plone.less */
.documentFirstHeading {
  padding-bottom: 9px;
  margin: 0 0 10px;
  border-bottom: 1px solid #cccccc;
}
/* line 59, https://www.hetpark.nl/++theme++barceloneta/less/type.plone.less */
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
/* line 63, https://www.hetpark.nl/++theme++barceloneta/less/type.plone.less */
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
/* line 69, https://www.hetpark.nl/++theme++barceloneta/less/type.plone.less */
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
/* line 73, https://www.hetpark.nl/++theme++barceloneta/less/type.plone.less */
dt,
dd {
  line-height: 1.42857143;
}
/* line 74, https://www.hetpark.nl/++theme++barceloneta/less/type.plone.less */
dt {
  font-weight: bold;
}
/* line 75, https://www.hetpark.nl/++theme++barceloneta/less/type.plone.less */
dd {
  margin-left: 0;
}
/* line 78, https://www.hetpark.nl/++theme++barceloneta/less/type.plone.less */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
/* line 84, https://www.hetpark.nl/++theme++barceloneta/less/type.plone.less */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
/* line 92, https://www.hetpark.nl/++theme++barceloneta/less/type.plone.less */
.pull-right {
  float: right !important;
}
/* line 95, https://www.hetpark.nl/++theme++barceloneta/less/type.plone.less */
.pull-left {
  float: left !important;
}
/* line 4, https://www.hetpark.nl/++theme++barceloneta/less/code.plone.less */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
/* line 11, https://www.hetpark.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.hetpark.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.hetpark.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.hetpark.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.hetpark.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.hetpark.nl/++theme++barceloneta/less/tables.plone.less */
th {
  text-align: left;
  color: #4d4d4d;
}
/* line 8, https://www.hetpark.nl/++theme++barceloneta/less/tables.plone.less */
.listing {
  width: 100%;
  margin-bottom: 20px;
}
/* line 16, https://www.hetpark.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.hetpark.nl/++theme++barceloneta/less/tables.plone.less */
.listing > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 1px solid #e5e5e5;
}
/* line 36, https://www.hetpark.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.hetpark.nl/++theme++barceloneta/less/tables.plone.less */
.listing > tbody + tbody {
  border-top: 2px solid #e5e5e5;
}
/* line 48, https://www.hetpark.nl/++theme++barceloneta/less/tables.plone.less */
.listing .listing {
  background-color: #fafafa;
}
/* line 54, https://www.hetpark.nl/++theme++barceloneta/less/tables.plone.less */
.invisible-grid {
  width: 100%;
  margin-bottom: 20px;
  border: 0;
  background: transparent;
}
/* line 64, https://www.hetpark.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.hetpark.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: 767px) {
  /* line 85, https://www.hetpark.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.hetpark.nl/++theme++barceloneta/less/tables.plone.less */
  .plone-has-table::after {
    content: "⟷";
    position: fixed;
    color: #cccccc;
    margin-top: -3px;
  }
  /* line 98, https://www.hetpark.nl/++theme++barceloneta/less/tables.plone.less */
  .plone-has-table > .listing {
    margin-bottom: 0;
  }
  /* line 106, https://www.hetpark.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.hetpark.nl/++theme++barceloneta/less/tables.plone.less */
table {
  width: 100%;
  max-width: 100%;
  border: 1px solid #e5e5e5;
}
/* line 129, https://www.hetpark.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.hetpark.nl/++theme++barceloneta/less/tables.plone.less */
table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #e5e5e5;
}
/* line 146, https://www.hetpark.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.hetpark.nl/++theme++barceloneta/less/tables.plone.less */
table > tbody + tbody {
  border-top: 2px solid #e5e5e5;
}
/* line 161, https://www.hetpark.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.hetpark.nl/++theme++barceloneta/less/tables.plone.less */
table > thead > tr > th,
table > thead > tr > td {
  border-bottom: 1px solid #e5e5e5;
}
/* line 181, https://www.hetpark.nl/++theme++barceloneta/less/tables.plone.less */
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
/* line 189, https://www.hetpark.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.hetpark.nl/++theme++barceloneta/less/forms.plone.less */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
/* line 15, https://www.hetpark.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.hetpark.nl/++theme++barceloneta/less/forms.plone.less */
label {
  display: inline-block;
  max-width: 95%;
  vertical-align: top;
  margin-bottom: 6px;
  font-weight: bold;
}
/* line 45, https://www.hetpark.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 50, https://www.hetpark.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 58, https://www.hetpark.nl/++theme++barceloneta/less/forms.plone.less */
input[type="file"] {
  display: block;
}
/* line 63, https://www.hetpark.nl/++theme++barceloneta/less/forms.plone.less */
input[type="range"] {
  display: block;
  width: 100%;
}
/* line 69, https://www.hetpark.nl/++theme++barceloneta/less/forms.plone.less */
select[multiple],
select[size] {
  height: auto;
  min-width: 10em;
}
/* line 74, https://www.hetpark.nl/++theme++barceloneta/less/forms.plone.less */
select[size="1"] {
  height: 34px;
}
/* line 79, https://www.hetpark.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 86, https://www.hetpark.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 95, https://www.hetpark.nl/++theme++barceloneta/less/forms.plone.less */
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea,
select {
  width: 100%;
  display: block;
  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.hetpark.nl/++theme++barceloneta/less/mixin.forms.plone.less */
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="range"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]: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.hetpark.nl/++theme++barceloneta/less/mixin.tabfocus.plone.less */
input[type="color"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="range"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
/* line 14, https://www.hetpark.nl/++theme++barceloneta/less/mixin.tabfocus.plone.less */
input[type="color"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="range"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #777777;
}
/* line 15, https://www.hetpark.nl/++theme++barceloneta/less/mixin.tabfocus.plone.less */
input[type="color"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="range"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #777777;
}
/* line 137, https://www.hetpark.nl/++theme++barceloneta/less/forms.plone.less */
input[disabled],
input[readonly],
textarea[disabled],
textarea[readonly],
select[disabled],
select[readonly],
fieldset[disabled]  {
  cursor: not-allowed;
  background-color: #e5e5e5;
  opacity: 1;
}
/* line 149, https://www.hetpark.nl/++theme++barceloneta/less/forms.plone.less */
input[disabled],
textarea[disabled],
select[disabled],
fieldset[disabled]  {
  cursor: not-allowed;
}
/* line 159, https://www.hetpark.nl/++theme++barceloneta/less/forms.plone.less */
textarea {
  min-height: 9em;
  min-width: 10em;
  resize: vertical;
}
/* line 164, https://www.hetpark.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 170, https://www.hetpark.nl/++theme++barceloneta/less/forms.plone.less */
select {
  width: unset;
  display: inline-block;
}
/* line 182, https://www.hetpark.nl/++theme++barceloneta/less/forms.plone.less */
input[type="search"] {
  -webkit-appearance: none;
}
/* line 195, https://www.hetpark.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 207, https://www.hetpark.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 214, https://www.hetpark.nl/++theme++barceloneta/less/forms.plone.less */
.field {
  margin-bottom: 15px;
}
/* line 217, https://www.hetpark.nl/++theme++barceloneta/less/forms.plone.less */
.field span.option {
  display: block;
}
/* line 222, https://www.hetpark.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.hetpark.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.hetpark.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.hetpark.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.hetpark.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.hetpark.nl/++theme++barceloneta/less/mixin.forms.plone.less */
.field.error .form-control-feedback {
  color: rgba(0, 0, 0, 0.5);
}
/* line 226, https://www.hetpark.nl/++theme++barceloneta/less/forms.plone.less */
.field.error > label,
.field.error div.error {
  color: #c4183c;
}
/* line 229, https://www.hetpark.nl/++theme++barceloneta/less/forms.plone.less */
.field.error div.error {
  padding-left: 30px;
  font-weight: 400;
}
/* line 232, https://www.hetpark.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 250, https://www.hetpark.nl/++theme++barceloneta/less/forms.plone.less */
.field.error input,
.field.error textarea,
.field.error select {
  border-color: #c4183c;
}
/* line 252, https://www.hetpark.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 258, https://www.hetpark.nl/++theme++barceloneta/less/forms.plone.less */
.formHelp {
  margin-top: 0;
  margin-bottom: 0;
  color: #666666;
  font-weight: 400;
  font-style: italic;
}
/* line 267, https://www.hetpark.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 275, https://www.hetpark.nl/++theme++barceloneta/less/forms.plone.less */
.plone-modal-body .formControls {
  border: none;
  background: transparent;
  padding: 0;
  box-shadow: none;
}
/* line 284, https://www.hetpark.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 296, https://www.hetpark.nl/++theme++barceloneta/less/forms.plone.less */
.searchField.portlet-search-gadget,
#sharing-user-group-search,
#select-rules {
  width: 100%;
  display: inline-block;
}
/* line 300, https://www.hetpark.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 307, https://www.hetpark.nl/++theme++barceloneta/less/forms.plone.less */
#search-results li {
  margin: 12px 0;
}
/* line 308, https://www.hetpark.nl/++theme++barceloneta/less/forms.plone.less */
#search-results li .croppedDescription {
  margin-bottom: 0;
}
/* line 310, https://www.hetpark.nl/++theme++barceloneta/less/forms.plone.less */
.highlightedSearchTerm {
  background: #fea;
  box-shadow: 0 0 1px 1px #fea;
}
/* line 314, https://www.hetpark.nl/++theme++barceloneta/less/forms.plone.less */
.search-date-options > div,
.search-type-options > div {
  display: inline-block;
  margin-right: 12px;
}
/* line 318, https://www.hetpark.nl/++theme++barceloneta/less/forms.plone.less */
.optionsToggle label {
  font-weight: 300;
  color: #696969;
}
/* line 321, https://www.hetpark.nl/++theme++barceloneta/less/forms.plone.less */
.ordered-selection-field td {
  vertical-align: middle;
  text-align: center;
}
/* line 325, https://www.hetpark.nl/++theme++barceloneta/less/forms.plone.less */
.ordered-selection-field td button {
  display: block;
  margin: auto;
}
/* line 331, https://www.hetpark.nl/++theme++barceloneta/less/forms.plone.less */
.folder-factories {
  list-style: none;
}
/* line 336, https://www.hetpark.nl/++theme++barceloneta/less/forms.plone.less */
.widget input + label {
  display: inline;
}
/* line 3, https://www.hetpark.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.hetpark.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.hetpark.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.hetpark.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.hetpark.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.hetpark.nl/++theme++barceloneta/less/buttons.plone.less */
.standalone,
[type="submit"],
button {
  color: #4d4d4d;
  background-color: #e5e5e5;
  border-color: #b2b2b2;
}
/* line 8, https://www.hetpark.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.hetpark.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.hetpark.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.hetpark.nl/++theme++barceloneta/less/mixin.buttons.plone.less */
.standalone .badge,
[type="submit"] .badge,
button .badge {
  color: #e5e5e5;
  background-color: #4d4d4d;
}
/* line 53, https://www.hetpark.nl/++theme++barceloneta/less/buttons.plone.less */
.context {
  color: #ffffff;
  background-color: #007bb1;
  border-color: #00587e;
}
/* line 8, https://www.hetpark.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.hetpark.nl/++theme++barceloneta/less/mixin.buttons.plone.less */
.context:active,
.context.active,
.open > .dropdown-toggle.context {
  background-image: none;
}
/* line 25, https://www.hetpark.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.hetpark.nl/++theme++barceloneta/less/mixin.buttons.plone.less */
.context .badge {
  color: #007bb1;
  background-color: #ffffff;
}
/* line 57, https://www.hetpark.nl/++theme++barceloneta/less/buttons.plone.less */
.destructive {
  color: #ffffff;
  background-color: #bb4f45;
  border-color: #963f37;
}
/* line 8, https://www.hetpark.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.hetpark.nl/++theme++barceloneta/less/mixin.buttons.plone.less */
.destructive:active,
.destructive.active,
.open > .dropdown-toggle.destructive {
  background-image: none;
}
/* line 25, https://www.hetpark.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.hetpark.nl/++theme++barceloneta/less/mixin.buttons.plone.less */
.destructive .badge {
  color: #bb4f45;
  background-color: #ffffff;
}
/* line 61, https://www.hetpark.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.hetpark.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.hetpark.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.hetpark.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.hetpark.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.hetpark.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.hetpark.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.hetpark.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.hetpark.nl/++theme++barceloneta/less/mixin.buttons.plone.less */
.link-parent .badge {
  color: #e5e5e5;
  background-color: #4d4d4d;
}
/* line 63, https://www.hetpark.nl/++theme++barceloneta/less/buttons.plone.less */
.link-parent::before {
  content: "↩ ";
  top: 3px;
  position: relative;
}
/* line 69, https://www.hetpark.nl/++theme++barceloneta/less/buttons.plone.less */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
/* line 75, https://www.hetpark.nl/++theme++barceloneta/less/buttons.plone.less */
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
/* line 81, https://www.hetpark.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.hetpark.nl/++theme++barceloneta/less/buttons.plone.less */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
/* line 104, https://www.hetpark.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.hetpark.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.hetpark.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.hetpark.nl/++theme++barceloneta/less/buttons.plone.less */
.input-group-addon:first-child {
  border-right: 0;
}
/* line 129, https://www.hetpark.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.hetpark.nl/++theme++barceloneta/less/buttons.plone.less */
.input-group-addon:last-child {
  border-left: 0;
}
/* line 144, https://www.hetpark.nl/++theme++barceloneta/less/buttons.plone.less */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
/* line 153, https://www.hetpark.nl/++theme++barceloneta/less/buttons.plone.less */
.input-group-btn > .btn {
  position: relative;
}
/* line 155, https://www.hetpark.nl/++theme++barceloneta/less/buttons.plone.less */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
/* line 159, https://www.hetpark.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.hetpark.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.hetpark.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.hetpark.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.hetpark.nl/++theme++barceloneta/less/buttons.plone.less */
.btn .caret {
  margin-left: 0;
}
/* line 197, https://www.hetpark.nl/++theme++barceloneta/less/buttons.plone.less */
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
/* line 5, https://www.hetpark.nl/++theme++barceloneta/less/states.plone.less */
.state-draft {
  color: #d39105 !important;
}
/* line 6, https://www.hetpark.nl/++theme++barceloneta/less/states.plone.less */
.state-draft:hover,
.state-draft:active,
.state-draft:focus {
  color: #885e03 !important;
}
/* line 7, https://www.hetpark.nl/++theme++barceloneta/less/states.plone.less */
.state-pending {
  color: #a5a912 !important;
}
/* line 8, https://www.hetpark.nl/++theme++barceloneta/less/states.plone.less */
.state-pending:hover,
.state-pending:active,
.state-pending:focus {
  color: #62640b !important;
}
/* line 9, https://www.hetpark.nl/++theme++barceloneta/less/states.plone.less */
.state-private {
  color: #c4183c !important;
}
/* line 10, https://www.hetpark.nl/++theme++barceloneta/less/states.plone.less */
.state-private:hover,
.state-private:active,
.state-private:focus {
  color: #801027 !important;
}
/* line 11, https://www.hetpark.nl/++theme++barceloneta/less/states.plone.less */
.state-internal {
  color: #d39105 !important;
}
/* line 12, https://www.hetpark.nl/++theme++barceloneta/less/states.plone.less */
.state-internal:hover,
.state-internal:active,
.state-internal:focus {
  color: #885e03 !important;
}
/* line 13, https://www.hetpark.nl/++theme++barceloneta/less/states.plone.less */
.state-internally_published {
  color: #7924f9 !important;
}
/* line 14, https://www.hetpark.nl/++theme++barceloneta/less/states.plone.less */
.state-internally_published:hover,
.state-internally_published:active,
.state-internally_published:focus {
  color: #5405cc !important;
}
/*// Components */
/* line 3, https://www.hetpark.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.hetpark.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.hetpark.nl/++theme++barceloneta/less/breadcrumbs.plone.less */
  .plone-breadcrumb > * > span {
    display: none;
  }
}
/* line 17, https://www.hetpark.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.hetpark.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.hetpark.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.hetpark.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.hetpark.nl/++theme++barceloneta/less/breadcrumbs.plone.less */
.plone-breadcrumb ol a {
  color: #086ca3;
}
/* line 56, https://www.hetpark.nl/++theme++barceloneta/less/breadcrumbs.plone.less */
.plone-breadcrumb ol > #breadcrumbs-current {
  color: #777777;
}
/* line 3, https://www.hetpark.nl/++theme++barceloneta/less/pagination.plone.less */
.pagination {
  display: inline-block;
  padding: 0;
  list-style: none;
  margin: 20px 0;
}
/* line 8, https://www.hetpark.nl/++theme++barceloneta/less/pagination.plone.less */
.pagination li {
  display: block;
  float: left;
  position: relative;
  padding: 0;
  font-weight: 300;
  /* wanna hide the label "next ... items"? */
  /* .label {
      display: none;
    } */
}
/* line 14, https://www.hetpark.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.hetpark.nl/++theme++barceloneta/less/pagination.plone.less */
.pagination li.previous > a {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
/* line 28, https://www.hetpark.nl/++theme++barceloneta/less/pagination.plone.less */
.pagination li.previous .arrow:before {
  content: '\3c';
}
/* line 33, https://www.hetpark.nl/++theme++barceloneta/less/pagination.plone.less */
.pagination li.next > a {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
/* line 36, https://www.hetpark.nl/++theme++barceloneta/less/pagination.plone.less */
.pagination li.next .arrow:after {
  content: '\3e';
}
/* line 45, https://www.hetpark.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 53, https://www.hetpark.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 61, https://www.hetpark.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 73, https://www.hetpark.nl/++theme++barceloneta/less/pagination.plone.less */
  .pagination li {
    display: none;
  }
  /* line 74, https://www.hetpark.nl/++theme++barceloneta/less/pagination.plone.less */
  .pagination li.previous,
  .pagination li.next {
    display: inline;
  }
}
/* line 2, https://www.hetpark.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.hetpark.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.hetpark.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.hetpark.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.hetpark.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.hetpark.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.hetpark.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.hetpark.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: 767px) {
  /* line 48, https://www.hetpark.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.hetpark.nl/++theme++barceloneta/less/formtabbing.plone.less */
  .autotabs .autotoc-nav a:not(.active) {
    box-shadow: inset 0 -1px #e5e5e5;
  }
}
/* line 61, https://www.hetpark.nl/++theme++barceloneta/less/formtabbing.plone.less */
.autotabs ul.autotoc-nav {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
/* line 65, https://www.hetpark.nl/++theme++barceloneta/less/formtabbing.plone.less */
.autotabs ul.autotoc-nav li {
  list-style: none;
  display: inline-block;
}
/* line 5, https://www.hetpark.nl/++theme++barceloneta/less/views.plone.less */
.folder-listing {
  font-weight: 700;
  list-style: none;
  position: relative;
  padding-left: 20px;
}
/* line 11, https://www.hetpark.nl/++theme++barceloneta/less/views.plone.less */
.folder-listing li {
  margin: 10px 0;
}
/* line 12, https://www.hetpark.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.hetpark.nl/++theme++barceloneta/less/views.plone.less */
.folder-listing .documentByLine {
  font-weight: 400;
  color: #777777;
}
/* line 20, https://www.hetpark.nl/++theme++barceloneta/less/views.plone.less */
.tileImage {
  padding-right: 5px;
  float: left;
}
/* line 21, https://www.hetpark.nl/++theme++barceloneta/less/views.plone.less */
.tileImageNoFloat {
  margin-bottom: 5px;
}
/* line 22, https://www.hetpark.nl/++theme++barceloneta/less/views.plone.less */
.tileFooter {
  clear: both;
  margin-top: 5px;
}
/* line 25, https://www.hetpark.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.hetpark.nl/++theme++barceloneta/less/views.plone.less */
.icon-group-right .image-icon {
  float: none;
}
/* line 4, https://www.hetpark.nl/++theme++barceloneta/less/thumbs.plone.less */
.photoalbumEntryWrapper {
  display: block;
}
/* line 8, https://www.hetpark.nl/++theme++barceloneta/less/thumbs.plone.less */
.photoAlbumEntry {
  display: inline-block;
  margin: 5px;
  vertical-align: middle;
}
/* line 12, https://www.hetpark.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.hetpark.nl/++theme++barceloneta/less/thumbs.plone.less */
.photoAlbumEntry img {
  max-width: 200px;
  max-height: 200px;
}
/* line 10, https://www.hetpark.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.hetpark.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.hetpark.nl/++theme++barceloneta/less/alerts.plone.less */
.alert.status a,
.portalMessage a {
  font-weight: 400;
  color: #005176;
}
/* line 30, https://www.hetpark.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.hetpark.nl/++theme++barceloneta/less/alerts.plone.less */
.alert.status > dt,
.portalMessage > dt,
.alert.status > dd,
.portalMessage > dd {
  display: inline;
}
/* line 47, https://www.hetpark.nl/++theme++barceloneta/less/alerts.plone.less */
.alert.status > dd,
.portalMessage > dd {
  margin: 0;
}
/* line 49, https://www.hetpark.nl/++theme++barceloneta/less/alerts.plone.less */
.alert.status.alert-none,
.portalMessage.alert-none {
  box-shadow: none;
}
/* line 52, https://www.hetpark.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.hetpark.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.hetpark.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.hetpark.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.hetpark.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.hetpark.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.hetpark.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.hetpark.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.hetpark.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.hetpark.nl/++theme++barceloneta/less/alerts.plone.less */
.portlet .portletContent > .portalMessage {
  padding: 15px;
  padding-left: 45px;
  margin: 15px;
}
/*@import "@{barceloneta-portlets}";*/
/* line 2, https://www.hetpark.nl/++theme++barceloneta/less/controlpanels.plone.less */
.portlet.portletSiteSetup .portletContent > ul > li a::before {
  content: "";
}
/* line 3, https://www.hetpark.nl/++theme++barceloneta/less/controlpanels.plone.less */
.portlet.portletSiteSetup .portletContent > ul li:hover {
  background: #edecec;
}
/* line 7, https://www.hetpark.nl/++theme++barceloneta/less/controlpanels.plone.less */
.portletNavigationTree.portletSiteSetup nav.portletContent > ul > li a {
  border: none;
  padding: 0px;
  color: #4D4D4D;
}
/* line 8, https://www.hetpark.nl/++theme++barceloneta/less/controlpanels.plone.less */
.portletNavigationTree.portletSiteSetup nav.portletContent > ul > li a:hover {
  text-decoration: none;
}
/* line 13, https://www.hetpark.nl/++theme++barceloneta/less/controlpanels.plone.less */
.portletNavigationTree.portletSiteSetup a {
  border: none;
  text-align: center;
  height: 100%;
  padding: 0;
}
/* line 25, https://www.hetpark.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.hetpark.nl/++theme++barceloneta/less/controlpanels.plone.less */
.portletNavigationTree.portletSiteSetup ul {
  background: #edecec;
  padding-bottom: 20px;
}
/* line 28, https://www.hetpark.nl/++theme++barceloneta/less/controlpanels.plone.less */
.portletNavigationTree.portletSiteSetup li {
  vertical-align: top;
}
/* line 29, https://www.hetpark.nl/++theme++barceloneta/less/controlpanels.plone.less */
.portletNavigationTree.portletSiteSetup ul > li > a:hover::after {
  content: "";
}
/* line 30, https://www.hetpark.nl/++theme++barceloneta/less/controlpanels.plone.less */
.portletNavigationTree.portletSiteSetup .inner-configlet {
  margin-top: 10px;
  padding-bottom: 10px;
}
/* line 32, https://www.hetpark.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.hetpark.nl/++theme++barceloneta/less/controlpanels.plone.less */
.portletNavigationTree.portletSiteSetup .inner-configlet:hover span {
  color: #333;
}
/* line 43, https://www.hetpark.nl/++theme++barceloneta/less/controlpanels.plone.less */
.template-overview-controlpanel .portlet.portletSiteSetup .portletContent > ul > li {
  height: 120px;
}
/* line 45, https://www.hetpark.nl/++theme++barceloneta/less/controlpanels.plone.less */
#portlet-prefs ul ul {
  padding-top: 10px;
}
/* line 47, https://www.hetpark.nl/++theme++barceloneta/less/controlpanels.plone.less */
#portlet-prefs ul ul li {
  padding-top: 10px;
}
/* line 49, https://www.hetpark.nl/++theme++barceloneta/less/controlpanels.plone.less */
#portlet-prefs ul ul li a {
  text-align: inherit;
  padding-left: 40px;
}
/* line 52, https://www.hetpark.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.hetpark.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.hetpark.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.hetpark.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.hetpark.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.hetpark.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.hetpark.nl/++theme++barceloneta/less/controlpanels.plone.less */
.template-usergroup-groupprefs form,
.template-usergroup-userprefs form {
  overflow: scroll;
}
/* line 78, https://www.hetpark.nl/++theme++barceloneta/less/controlpanels.plone.less */
.template-actions-controlpanel #content-core .addAction {
  height: 2em;
}
/* line 81, https://www.hetpark.nl/++theme++barceloneta/less/controlpanels.plone.less */
.template-actions-controlpanel #content-core section.portlet {
  clear: both;
}
/* line 84, https://www.hetpark.nl/++theme++barceloneta/less/controlpanels.plone.less */
.template-actions-controlpanel #content-core ol.configlets li {
  margin: 1.2em;
}
/* line 3, https://www.hetpark.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.hetpark.nl/++theme++barceloneta/less/tags.plone.less */
.link-category[href]:hover,
.link-category[href]:focus {
  background-color: #cccccc;
}
/* line 24, https://www.hetpark.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.hetpark.nl/++theme++barceloneta/less/tags.plone.less */
.link-category:empty {
  display: none;
}
/* line 39, https://www.hetpark.nl/++theme++barceloneta/less/tags.plone.less */
#category {
  margin-bottom: 12px;
}
/* line 41, https://www.hetpark.nl/++theme++barceloneta/less/tags.plone.less */
#category ul {
  list-style: none;
  padding: 0;
  display: inline;
}
/* line 47, https://www.hetpark.nl/++theme++barceloneta/less/tags.plone.less */
#category li {
  display: inline-block;
}
/* line 3, https://www.hetpark.nl/++theme++barceloneta/less/contents.plone.less */
[class*="contenttype-"]::before,
.contenttype-file #crud-edit-File-widgets-view_title::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;
  content: '\e834';
}
/* line 20, https://www.hetpark.nl/++theme++barceloneta/less/contents.plone.less */
.contenttype-folder::before {
  content: '\e801';
}
/* line 21, https://www.hetpark.nl/++theme++barceloneta/less/contents.plone.less */
.contenttype-document::before {
  content: '\e80e';
}
/* line 22, https://www.hetpark.nl/++theme++barceloneta/less/contents.plone.less */
.contenttype-file::before {
  content: '\e811';
}
/* line 23, https://www.hetpark.nl/++theme++barceloneta/less/contents.plone.less */
.contenttype-link::before {
  content: '\e806';
}
/* line 24, https://www.hetpark.nl/++theme++barceloneta/less/contents.plone.less */
.contenttype-image::before {
  content: '\e810';
}
/* line 25, https://www.hetpark.nl/++theme++barceloneta/less/contents.plone.less */
.contenttype-collection::before {
  content: '\e808';
}
/* line 26, https://www.hetpark.nl/++theme++barceloneta/less/contents.plone.less */
.contenttype-event::before {
  content: '\e809';
}
/* line 27, https://www.hetpark.nl/++theme++barceloneta/less/contents.plone.less */
.contenttype-news-item::before {
  content: '\e80f';
}
/* line 30, https://www.hetpark.nl/++theme++barceloneta/less/contents.plone.less */
.outer-wrapper .contenttype-file::before {
  content: none;
}
/* line 33, https://www.hetpark.nl/++theme++barceloneta/less/contents.plone.less */
.contenttype-file #crud-edit-File-widgets-view_title::before {
  content: '\e811';
}
/* line 37, https://www.hetpark.nl/++theme++barceloneta/less/contents.plone.less */
.mime-icon {
  margin-right: 8px;
}
/* Patterns */
/* line 4, https://www.hetpark.nl/++theme++barceloneta/less/accessibility.plone.less */
#textAdjust .decrease-text {
  font-size: 12px;
}
/* line 5, https://www.hetpark.nl/++theme++barceloneta/less/accessibility.plone.less */
#textAdjust .normal-text {
  font-size: 14px;
}
/* line 6, https://www.hetpark.nl/++theme++barceloneta/less/accessibility.plone.less */
#textAdjust .increase-text {
  font-size: 18px;
}
/* line 5, https://www.hetpark.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.hetpark.nl/++theme++barceloneta/less/toc.plone.less */
.pat-autotoc:not(.autotabs) .autotoc-nav a {
  display: block;
}
/* line 13, https://www.hetpark.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.hetpark.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.hetpark.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.hetpark.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: 767px) {
  /* line 30, https://www.hetpark.nl/++theme++barceloneta/less/toc.plone.less */
  .pat-autotoc .autotoc-nav {
    float: none;
    margin: 0 0 20px 0;
  }
}
/* line 4, https://www.hetpark.nl/++theme++barceloneta/less/dropzone.plone.less */
.pat-dropzone .dz-notice {
  margin-bottom: 6px;
}
/* line 7, https://www.hetpark.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.hetpark.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.hetpark.nl/++theme++barceloneta/less/modal.plone.less */
.plone-modal .plone-modal-dialog {
  width: 100%;
  position: relative;
}
/* line 19, https://www.hetpark.nl/++theme++barceloneta/less/modal.plone.less */
.plone-modal .plone-modal-dialog .plone-modal-header {
  min-height: 25px;
  padding: 12px;
}
/* line 22, https://www.hetpark.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.hetpark.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.hetpark.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.hetpark.nl/++theme++barceloneta/less/modal.plone.less */
.plone-modal .plone-modal-dialog .plone-modal-body {
  padding: 12px;
}
/* line 41, https://www.hetpark.nl/++theme++barceloneta/less/modal.plone.less */
.plone-modal .plone-modal-dialog .plone-modal-body .modal-image {
  text-align: center;
}
/* line 45, https://www.hetpark.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.hetpark.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.hetpark.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.hetpark.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.hetpark.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.hetpark.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.hetpark.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.hetpark.nl/++theme++barceloneta/less/modal.plone.less */
.plone-modal.in {
  display: block !important;
}
/* line 90, https://www.hetpark.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.hetpark.nl/++theme++barceloneta/less/modal.plone.less */
.plone-modal-open {
  padding-right: 0;
}
/* line 92, https://www.hetpark.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 3, https://www.hetpark.nl/++theme++barceloneta/less/pickadate.plone.less */
.picker--time {
  min-width: 256px;
  max-width: 320px;
}
/* line 7, https://www.hetpark.nl/++theme++barceloneta/less/pickadate.plone.less */
#content .picker--opened .picker__holder {
  opacity: 1;
}
/* line 10, https://www.hetpark.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 21, https://www.hetpark.nl/++theme++barceloneta/less/pickadate.plone.less */
.picker__wrap {
  margin: 0;
  /* overrides -1px used to get rid of unecessary scrollbar */
}
/* line 24, https://www.hetpark.nl/++theme++barceloneta/less/pickadate.plone.less */
.picker__list-item:hover {
  background: #f0f0f0;
  color: #4d4d4d;
}
/* line 28, https://www.hetpark.nl/++theme++barceloneta/less/pickadate.plone.less */
.picker__list-item--highlighted:hover,
.picker--focused .picker__list-item--highlighted {
  background: #007bb3;
  color: #fff;
}
/* line 32, https://www.hetpark.nl/++theme++barceloneta/less/pickadate.plone.less */
li.picker__list-item {
  padding: 6px 12px;
  cursor: pointer;
  color: #696969;
}
/* line 37, https://www.hetpark.nl/++theme++barceloneta/less/pickadate.plone.less */
ul.picker__list {
  background: #fff;
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 44, https://www.hetpark.nl/++theme++barceloneta/less/pickadate.plone.less */
.picker__table {
  width: 100%;
  text-align: center;
}
/* line 48, https://www.hetpark.nl/++theme++barceloneta/less/pickadate.plone.less */
.picker__table th {
  text-align: center;
}
/* line 50, https://www.hetpark.nl/++theme++barceloneta/less/pickadate.plone.less */
.picker__header {
  text-align: center;
  position: relative;
}
/* line 51, https://www.hetpark.nl/++theme++barceloneta/less/pickadate.plone.less */
.picker__nav--next,
.picker__nav--prev {
  position: absolute;
  top: 0.5em;
}
/* line 56, https://www.hetpark.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 63, https://www.hetpark.nl/++theme++barceloneta/less/pickadate.plone.less */
.picker__day {
  font-weight: 400;
}
/* line 66, https://www.hetpark.nl/++theme++barceloneta/less/pickadate.plone.less */
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  background: #f0f0f0;
}
/* line 70, https://www.hetpark.nl/++theme++barceloneta/less/pickadate.plone.less */
.picker__day--highlighted:hover,
.picker__day--highlighted {
  background: #007bb3;
  color: #fff;
  font-weight: 600;
}
/* line 75, https://www.hetpark.nl/++theme++barceloneta/less/pickadate.plone.less */
.picker__day--outfocus {
  color: #cccccc;
}
/* line 4, https://www.hetpark.nl/++theme++barceloneta/less/sortable.plone.less */
.pat-sortable > *:hover {
  cursor: move;
  cursor: -webkit-grab;
  background: #FFF5CD;
}
/* line 9, https://www.hetpark.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.hetpark.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.hetpark.nl/++theme++barceloneta/less/tablesorter.plone.less */
.pat-tablesorter th:hover {
  color: #007bb3;
}
/* line 5, https://www.hetpark.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.hetpark.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.hetpark.nl/++theme++barceloneta/less/tooltip.plone.less */
.tooltips.active {
  opacity: 1;
  transition: opacity .2s ease .5s;
}
/* line 3, https://www.hetpark.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.hetpark.nl/++theme++barceloneta/less/tree.plone.less */
.jqtree-tree .jqtree-toggler {
  left: -18px;
  font-size: 75%;
  top: 30%;
  position: absolute;
}
/* line 15, https://www.hetpark.nl/++theme++barceloneta/less/tree.plone.less */
.jqtree-tree .jqtree-element {
  padding: 6px;
}
/* line 17, https://www.hetpark.nl/++theme++barceloneta/less/tree.plone.less */
.jqtree-tree .jqtree-element:hover {
  background: #f0f0f0;
}
/* line 19, https://www.hetpark.nl/++theme++barceloneta/less/tree.plone.less */
.jqtree-tree .jqtree-selected > .jqtree-element {
  background: #cccccc;
}
/* Structure */
/* line 2, https://www.hetpark.nl/++theme++barceloneta/less/header.plone.less */
#portal-header {
  margin: 15px auto 20px;
}
/* line 4, https://www.hetpark.nl/++theme++barceloneta/less/mixin.clearfix.plone.less */
#portal-header::before,
#portal-header::after {
  content: " ";
  display: table;
}
/* line 9, https://www.hetpark.nl/++theme++barceloneta/less/mixin.clearfix.plone.less */
#portal-header::after {
  clear: both;
}
/* line 6, https://www.hetpark.nl/++theme++barceloneta/less/header.plone.less */
#portal-logo {
  float: left;
}
/* line 9, https://www.hetpark.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.hetpark.nl/++theme++barceloneta/less/header.plone.less */
#portal-languageselector li {
  display: inline-block;
  margin-right: 10px;
}
/* line 20, https://www.hetpark.nl/++theme++barceloneta/less/header.plone.less */
#portal-anontools {
  float: right;
}
/* line 22, https://www.hetpark.nl/++theme++barceloneta/less/header.plone.less */
#portal-anontools ul {
  padding-right: 0;
}
/* line 26, https://www.hetpark.nl/++theme++barceloneta/less/header.plone.less */
#portal-membertools-wrapper {
  float: right;
  padding: 12px 0;
}
/* line 29, https://www.hetpark.nl/++theme++barceloneta/less/header.plone.less */
#portal-membertools-wrapper ul {
  margin: 0 0 12px 12px;
  padding-right: 0;
}
/* line 36, https://www.hetpark.nl/++theme++barceloneta/less/header.plone.less */
#portal-searchbox {
  clear: left;
  margin-left: 3px;
  margin-top: 60px;
  padding-top: 20px;
  position: relative;
  white-space: nowrap;
  z-index: 2;
}
/* line 44, https://www.hetpark.nl/++theme++barceloneta/less/header.plone.less */
#portal-searchbox .searchSection {
  display: none;
}
/* line 45, https://www.hetpark.nl/++theme++barceloneta/less/header.plone.less */
#portal-searchbox [type="submit"] {
  display: none;
}
/* line 46, https://www.hetpark.nl/++theme++barceloneta/less/header.plone.less */
#portal-searchbox label {
  font-size: 86.667%;
}
@media (min-width: 768px) {
  /* line 51, https://www.hetpark.nl/++theme++barceloneta/less/header.plone.less */
  #portal-header {
    margin-bottom: 15px;
  }
  /* line 54, https://www.hetpark.nl/++theme++barceloneta/less/header.plone.less */
  #portal-languageselector {
    clear: none;
    float: right;
  }
  /* line 58, https://www.hetpark.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 66, https://www.hetpark.nl/++theme++barceloneta/less/header.plone.less */
  #portal-searchbox .searchSection {
    display: inherit;
  }
  /* line 67, https://www.hetpark.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 73, https://www.hetpark.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.hetpark.nl/++theme++barceloneta/less/sitenav.plone.less */
.plone-nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
/* line 8, https://www.hetpark.nl/++theme++barceloneta/less/sitenav.plone.less */
.plone-nav > li {
  position: relative;
  display: block;
}
/* line 12, https://www.hetpark.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.hetpark.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.hetpark.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.hetpark.nl/++theme++barceloneta/less/mixin.clearfix.plone.less */
.plone-navbar::before,
.plone-navbar::after {
  content: " ";
  display: table;
}
/* line 9, https://www.hetpark.nl/++theme++barceloneta/less/mixin.clearfix.plone.less */
.plone-navbar::after {
  clear: both;
}
/* line 4, https://www.hetpark.nl/++theme++barceloneta/less/mixin.clearfix.plone.less */
.plone-navbar-header::before,
.plone-navbar-header::after {
  content: " ";
  display: table;
}
/* line 9, https://www.hetpark.nl/++theme++barceloneta/less/mixin.clearfix.plone.less */
.plone-navbar-header::after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 45, https://www.hetpark.nl/++theme++barceloneta/less/sitenav.plone.less */
  .plone-navbar-header {
    float: left;
  }
}
/* line 50, https://www.hetpark.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.hetpark.nl/++theme++barceloneta/less/sitenav.plone.less */
.plone-navbar-collapse.in {
  overflow-y: auto;
  display: block;
}
@media (min-width: 768px) {
  /* line 65, https://www.hetpark.nl/++theme++barceloneta/less/sitenav.plone.less */
  .plone-navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  /* line 70, https://www.hetpark.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.hetpark.nl/++theme++barceloneta/less/sitenav.plone.less */
  .plone-navbar-collapse.in {
    overflow-y: visible;
  }
  /* line 83, https://www.hetpark.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.hetpark.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.hetpark.nl/++theme++barceloneta/less/sitenav.plone.less */
.plone-navbar-toggle:focus {
  outline: 0;
}
/* line 110, https://www.hetpark.nl/++theme++barceloneta/less/sitenav.plone.less */
.plone-navbar-toggle:hover {
  background-color: #46739c;
  border-color: #365979;
}
/* line 135, https://www.hetpark.nl/++theme++barceloneta/less/sitenav.plone.less */
.plone-navbar-toggle .icon-bar::after {
  content: "Menu";
  position: relative;
  color: white;
}
/* line 140, https://www.hetpark.nl/++theme++barceloneta/less/sitenav.plone.less */
.plone-navbar-toggle .icon-bar + .icon-bar::after {
  content: "";
}
@media (min-width: 768px) {
  /* line 143, https://www.hetpark.nl/++theme++barceloneta/less/sitenav.plone.less */
  .plone-navbar-toggle {
    display: none;
  }
}
/* line 148, https://www.hetpark.nl/++theme++barceloneta/less/sitenav.plone.less */
.plone-navbar-nav {
  margin: 0 -15px 0;
}
/* line 151, https://www.hetpark.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.hetpark.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.hetpark.nl/++theme++barceloneta/less/sitenav.plone.less */
  .plone-navbar-nav {
    float: left;
  }
  /* line 170, https://www.hetpark.nl/++theme++barceloneta/less/sitenav.plone.less */
  .plone-navbar-nav > li {
    float: left;
  }
  /* line 172, https://www.hetpark.nl/++theme++barceloneta/less/sitenav.plone.less */
  .plone-navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  /* line 178, https://www.hetpark.nl/++theme++barceloneta/less/sitenav.plone.less */
  .plone-navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
/* line 5, https://www.hetpark.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.hetpark.nl/++theme++barceloneta/less/main.plone.less */
.principal .container-fluid {
  margin: 0 auto;
  width: 960px;
}
/* line 16, https://www.hetpark.nl/++theme++barceloneta/less/main.plone.less */
.gigantic h1 {
  font-size: 500%;
}
/* line 17, https://www.hetpark.nl/++theme++barceloneta/less/main.plone.less */
.gigantic p {
  font-size: 150%;
}
/* line 21, https://www.hetpark.nl/++theme++barceloneta/less/main.plone.less */
#content {
  margin-bottom: 48px;
}
/* line 23, https://www.hetpark.nl/++theme++barceloneta/less/main.plone.less */
#content-core img {
  max-width: 100%;
  height: auto;
}
/* line 28, https://www.hetpark.nl/++theme++barceloneta/less/main.plone.less */
#content-core a {
  border-bottom: 1px solid #cccccc;
}
/* line 31, https://www.hetpark.nl/++theme++barceloneta/less/main.plone.less */
#content-core a:hover,
#content-core a:focus {
  border-bottom: none;
}
/* line 36, https://www.hetpark.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 41, https://www.hetpark.nl/++theme++barceloneta/less/main.plone.less */
#content-core h1 a,
#content-core h2 a,
#content-core h3 a,
#content-core h4 a,
#content-core h5 a,
#content-core h6 a {
  border-bottom: 0;
}
/* line 47, https://www.hetpark.nl/++theme++barceloneta/less/main.plone.less */
#content-core .pat-structure a,
#content-core .pat-resourceregistry a {
  border-bottom: none;
}
/* line 50, https://www.hetpark.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 54, https://www.hetpark.nl/++theme++barceloneta/less/main.plone.less */
a.plone-toolbar-logo {
  color: #fff;
}
@media (min-width: 828px) {
  /* line 62, https://www.hetpark.nl/++theme++barceloneta/less/main.plone.less */
  .plone-toolbar-left-default .container {
    width: 690px;
  }
}
@media (min-width: 888px) {
  /* line 68, https://www.hetpark.nl/++theme++barceloneta/less/main.plone.less */
  .plone-toolbar-left-expanded .container {
    width: 630px;
  }
}
@media (min-width: 1052px) {
  /* line 74, https://www.hetpark.nl/++theme++barceloneta/less/main.plone.less */
  .plone-toolbar-left-default .container {
    width: 910px;
  }
}
@media (min-width: 1112px) {
  /* line 80, https://www.hetpark.nl/++theme++barceloneta/less/main.plone.less */
  .plone-toolbar-left-expanded .container {
    width: 850px;
  }
}
@media (min-width: 1260px) {
  /* line 86, https://www.hetpark.nl/++theme++barceloneta/less/main.plone.less */
  .plone-toolbar-left-default .container {
    width: 1110px;
  }
}
@media (min-width: 1320px) {
  /* line 92, https://www.hetpark.nl/++theme++barceloneta/less/main.plone.less */
  .plone-toolbar-left-expanded .container {
    width: 1050px;
  }
}
@media (min-width: 1660px) {
  /* line 98, https://www.hetpark.nl/++theme++barceloneta/less/main.plone.less */
  .plone-toolbar-left-default .container {
    width: 1510px;
  }
}
@media (min-width: 1720px) {
  /* line 104, https://www.hetpark.nl/++theme++barceloneta/less/main.plone.less */
  .plone-toolbar-left-expanded .container {
    width: 1450px;
  }
}
/*@import "@{barceloneta-footer}";*/
/* line 3, https://www.hetpark.nl/++theme++barceloneta/less/loginform.plone.less */
body.template-login_form #content-core,
body.template-logged_out #content-core {
  border: 0px;
  background: #fcfcfd;
  max-width: 300px;
  margin: 0 auto 6px;
  padding: 6px 12px;
}
/* line 14, https://www.hetpark.nl/++theme++barceloneta/less/loginform.plone.less */
#portal-anontools ul {
  text-align: right;
  list-style: none;
}
/* line 15, https://www.hetpark.nl/++theme++barceloneta/less/loginform.plone.less */
#portal-anontools li {
  margin: 12px 0 12px 12px;
}
/* line 3, https://www.hetpark.nl/++theme++barceloneta/less/sitemap.plone.less */
#portal-sitemap {
  list-style: none;
  padding-left: 0;
}
/* line 6, https://www.hetpark.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.hetpark.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.hetpark.nl/++theme++barceloneta/less/sitemap.plone.less */
#portal-sitemap ul li {
  position: relative;
}
/* line 19, https://www.hetpark.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 3, https://www.hetpark.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 11, https://www.hetpark.nl/++theme++barceloneta/less/event.plone.less */
.event.summary strong,
.event.summary li > span {
  display: block;
}
/* line 14, https://www.hetpark.nl/++theme++barceloneta/less/event.plone.less */
.event.summary .icalIcon {
  margin-top: -4px;
}
/* line 21, https://www.hetpark.nl/++theme++barceloneta/less/event.plone.less */
.template-event_listing .documentFirstHeading {
  position: relative;
}
/* line 23, https://www.hetpark.nl/++theme++barceloneta/less/event.plone.less */
.template-event_listing .documentFirstHeading nav {
  font-size: 14px;
  position: absolute;
  right: 0;
  bottom: 13px;
}
/* line 28, https://www.hetpark.nl/++theme++barceloneta/less/event.plone.less */
.template-event_listing .documentFirstHeading nav ul {
  margin: 0;
  list-style-type: none;
}
/* line 31, https://www.hetpark.nl/++theme++barceloneta/less/event.plone.less */
.template-event_listing .documentFirstHeading nav ul li {
  display: inline;
}
/* line 33, https://www.hetpark.nl/++theme++barceloneta/less/event.plone.less */
.template-event_listing .documentFirstHeading nav ul li a {
  display: inline-block;
  margin-left: 0.5em;
}
/* line 36, https://www.hetpark.nl/++theme++barceloneta/less/event.plone.less */
.template-event_listing .documentFirstHeading nav ul li a:hover,
.template-event_listing .documentFirstHeading nav ul li a:focus {
  text-decoration: none;
  border-bottom: 0;
}
/* line 46, https://www.hetpark.nl/++theme++barceloneta/less/event.plone.less */
.template-event_listing .documentDescription {
  margin-bottom: 1.5em;
}
/* line 49, https://www.hetpark.nl/++theme++barceloneta/less/event.plone.less */
.template-event_listing article {
  margin-bottom: 2em;
}
/* line 51, https://www.hetpark.nl/++theme++barceloneta/less/event.plone.less */
.template-event_listing article .tileHeadline {
  margin-top: 0;
}
/* line 53, https://www.hetpark.nl/++theme++barceloneta/less/event.plone.less */
.template-event_listing article .tileHeadline > a {
  border-bottom: 0;
}
/* line 4, https://www.hetpark.nl/++theme++barceloneta/less/mixin.clearfix.plone.less */
.template-event_listing article::before,
.template-event_listing article::after {
  content: " ";
  display: table;
}
/* line 9, https://www.hetpark.nl/++theme++barceloneta/less/mixin.clearfix.plone.less */
.template-event_listing article::after {
  clear: both;
}
/* line 61, https://www.hetpark.nl/++theme++barceloneta/less/event.plone.less */
.template-event_listing article .cal_info {
  margin-left: 9em;
}
/* line 68, https://www.hetpark.nl/++theme++barceloneta/less/event.plone.less */
.event_listing article {
  border-top: 1px solid #e5e5e5;
  padding: 12px 0 12px;
}
/* line 71, https://www.hetpark.nl/++theme++barceloneta/less/event.plone.less */
.event_listing article h2 {
  margin: 0;
  padding: 12px 0 12px;
}
/* line 76, https://www.hetpark.nl/++theme++barceloneta/less/event.plone.less */
.event_listing article:first-child {
  border-top: 0;
  margin-top: -6px;
}
/* line 80, https://www.hetpark.nl/++theme++barceloneta/less/event.plone.less */
.cal_date {
  float: left;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.17);
  text-align: center;
  width: 100px;
  margin: 0 24px 12px 0;
  border-radius: 4px;
  overflow: hidden;
}
/* line 89, https://www.hetpark.nl/++theme++barceloneta/less/event.plone.less */
.cal_month {
  background: #007bb3;
  font-weight: 400;
  display: block;
  color: #fff;
  padding: 6px 12px;
  font-size: 1.2em;
}
/* line 97, https://www.hetpark.nl/++theme++barceloneta/less/event.plone.less */
.cal_day {
  font-size: 36px;
  font-weight: 700;
  display: block;
  margin-bottom: -0.1em;
  margin-top: 0.1em;
}
/* line 104, https://www.hetpark.nl/++theme++barceloneta/less/event.plone.less */
.cal_wkday {
  font-size: 14px;
  font-weight: 400;
  display: block;
  padding: 0 12px 6px;
}
/* line 110, https://www.hetpark.nl/++theme++barceloneta/less/event.plone.less */
.event_listing .sub_nav {
  float: right;
}
/* line 3, https://www.hetpark.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.hetpark.nl/++theme++barceloneta/less/image.plone.less */
.image-product figcaption {
  font-size: 12px;
  background: #fcfcfd;
  margin: 6px 12px;
}
/* line 18, https://www.hetpark.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.hetpark.nl/++theme++barceloneta/less/image.plone.less */
.portraitPhoto figcaption {
  font-size: 12px;
  background: #fcfcfd;
  margin: 6px 12px;
}
/* line 25, https://www.hetpark.nl/++theme++barceloneta/less/image.plone.less */
.image-product img {
  max-width: 100%;
  height: auto;
}
/* line 3, https://www.hetpark.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.hetpark.nl/++theme++barceloneta/less/behaviors.plone.less */
.newsImageContainer a {
  display: table;
  background-color: #fafafa;
}
/* line 14, https://www.hetpark.nl/++theme++barceloneta/less/behaviors.plone.less */
.newsImageContainer a img {
  display: block;
}
/* line 15, https://www.hetpark.nl/++theme++barceloneta/less/behaviors.plone.less */
.newsImageContainer figcaption {
  display: table-caption;
  caption-side: bottom;
  font-size: 12px;
  background: #fcfcfd;
}
/* line 4, https://www.hetpark.nl/++theme++barceloneta/less/mixin.clearfix.plone.less */
#commenting::before,
#commenting::after {
  content: " ";
  display: table;
}
/* line 9, https://www.hetpark.nl/++theme++barceloneta/less/mixin.clearfix.plone.less */
#commenting::after {
  clear: both;
}
/* line 6, https://www.hetpark.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.hetpark.nl/++theme++barceloneta/less/mixin.clearfix.plone.less */
.discussion::before,
.discussion::after {
  content: " ";
  display: table;
}
/* line 9, https://www.hetpark.nl/++theme++barceloneta/less/mixin.clearfix.plone.less */
.discussion::after {
  clear: both;
}
/* line 14, https://www.hetpark.nl/++theme++barceloneta/less/discussion.plone.less */
.discussion .comment {
  margin-bottom: 12px;
  padding-left: 40px;
}
/* line 19, https://www.hetpark.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.hetpark.nl/++theme++barceloneta/less/discussion.plone.less */
.discussion .documentByLine {
  font-weight: normal;
}
/* line 32, https://www.hetpark.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.hetpark.nl/++theme++barceloneta/less/discussion.plone.less */
.discussion .commentBody {
  margin: 1em 0;
  padding: 1em;
  overflow: auto;
  border: 1px solid #ccc;
}
/* line 44, https://www.hetpark.nl/++theme++barceloneta/less/discussion.plone.less */
.discussion .commentBody p {
  float: left;
  margin-bottom: 0;
}
/* line 51, https://www.hetpark.nl/++theme++barceloneta/less/discussion.plone.less */
.discussion .commentactionsform {
  display: inline;
  margin-left: 6px;
}
/* line 56, https://www.hetpark.nl/++theme++barceloneta/less/discussion.plone.less */
.discussion .commentActions {
  float: right;
  text-align: right;
}
/* line 61, https://www.hetpark.nl/++theme++barceloneta/less/discussion.plone.less */
.discussion .reply {
  border-bottom: 1px solid #e5e5e5;
}
/* line 67, https://www.hetpark.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.hetpark.nl/++theme++barceloneta/less/discussion.plone.less */
.replyTreeLevel0 {
  margin-left: 0;
}
/* line 75, https://www.hetpark.nl/++theme++barceloneta/less/discussion.plone.less */
.replyTreeLevel1 {
  margin-left: 24px;
}
/* line 76, https://www.hetpark.nl/++theme++barceloneta/less/discussion.plone.less */
.replyTreeLevel2 {
  margin-left: 48px;
}
/* line 77, https://www.hetpark.nl/++theme++barceloneta/less/discussion.plone.less */
.replyTreeLevel3 {
  margin-left: 72px;
}
/* line 78, https://www.hetpark.nl/++theme++barceloneta/less/discussion.plone.less */
.replyTreeLevel4 {
  margin-left: 96px;
}
/* line 79, https://www.hetpark.nl/++theme++barceloneta/less/discussion.plone.less */
.replyTreeLevel5 {
  margin-left: 120px;
}
/* line 80, https://www.hetpark.nl/++theme++barceloneta/less/discussion.plone.less */
.replyTreeLevel6 {
  margin-left: 144px;
}
/* line 81, https://www.hetpark.nl/++theme++barceloneta/less/discussion.plone.less */
.replyTreeLevel7 {
  margin-left: 168px;
}
/* line 82, https://www.hetpark.nl/++theme++barceloneta/less/discussion.plone.less */
.replyTreeLevel8 {
  margin-left: 192px;
}
/* line 83, https://www.hetpark.nl/++theme++barceloneta/less/discussion.plone.less */
.replyTreeLevel9 {
  margin-left: 216px;
}
/* line 84, https://www.hetpark.nl/++theme++barceloneta/less/discussion.plone.less */
.replyTreeLevel10 {
  margin-left: 240px;
}
/* line 87, https://www.hetpark.nl/++theme++barceloneta/less/discussion.plone.less */
#viewlet-below-content .loginbutton {
  margin: 12px 0;
}
/* line 89, https://www.hetpark.nl/++theme++barceloneta/less/discussion.plone.less */
#viewlet-below-content .reply .loginbutton {
  display: none;
}
/* line 90, https://www.hetpark.nl/++theme++barceloneta/less/discussion.plone.less */
#viewlet-below-content .reply ~ .reply .loginbutton {
  display: inline-block;
}
/* line 93, https://www.hetpark.nl/++theme++barceloneta/less/discussion.plone.less */
#dobulkaction {
  margin: 0.3em 0;
}
/* line 98, https://www.hetpark.nl/++theme++barceloneta/less/discussion.plone.less */
.template-discussion-controlpanel .unclickable {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
/* line 1, https://www.hetpark.nl/++theme++barceloneta/less/search.plone.less */
.searchPage {
  position: relative;
}
/* line 5, https://www.hetpark.nl/++theme++barceloneta/less/search.plone.less */
.searchPage .actionMenu.activated dd {
  display: block;
}
/* line 9, https://www.hetpark.nl/++theme++barceloneta/less/search.plone.less */
.searchPage .actionMenu {
  float: right;
}
/* line 12, https://www.hetpark.nl/++theme++barceloneta/less/search.plone.less */
.searchPage .actionMenu dt {
  top: 0;
  right: 0;
  position: absolute;
}
/* line 18, https://www.hetpark.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.hetpark.nl/++theme++barceloneta/less/search.plone.less */
#search-results-bar #results-count {
  float: right;
  padding-top: 15px;
  padding-right: 15px;
}
/* line 39, https://www.hetpark.nl/++theme++barceloneta/less/search.plone.less */
#searchform .input-group {
  max-width: 600px;
}
/* line 41, https://www.hetpark.nl/++theme++barceloneta/less/search.plone.less */
#searchform .input-group input.searchPage.btn {
  width: 120px;
}
/* line 46, https://www.hetpark.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.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
/* line 12, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
body {
  margin: 0;
}
/* line 15, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/* line 30, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
/* line 37, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
audio:not([controls]) {
  display: none;
  height: 0;
}
/* line 41, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
[hidden],
template {
  display: none;
}
/* line 45, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
a {
  background-color: transparent;
}
/* line 48, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
a:active,
a:hover {
  outline: 0;
}
/* line 52, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
abbr[title] {
  border-bottom: 1px dotted;
}
/* line 55, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
b,
strong {
  font-weight: bold;
}
/* line 59, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
dfn {
  font-style: italic;
}
/* line 62, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
h1 {
  margin: .67em 0;
  font-size: 2em;
}
/* line 66, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
mark {
  color: #000;
  background: #ff0;
}
/* line 70, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
small {
  font-size: 80%;
}
/* line 73, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
/* line 80, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
sup {
  top: -0.5em;
}
/* line 83, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
sub {
  bottom: -0.25em;
}
/* line 86, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
img {
  border: 0;
}
/* line 89, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
svg:not(:root) {
  overflow: hidden;
}
/* line 92, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
figure {
  margin: 1em 40px;
}
/* line 95, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
/* line 101, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
pre {
  overflow: auto;
}
/* line 104, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* line 111, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
/* line 120, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
button {
  overflow: visible;
}
/* line 123, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
button,
select {
  text-transform: none;
}
/* line 127, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
/* line 134, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
button[disabled],
html input[disabled] {
  cursor: default;
}
/* line 138, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
/* line 143, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
input {
  line-height: normal;
}
/* line 146, https://www.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/* line 157, https://www.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/* line 167, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
/* line 172, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
legend {
  padding: 0;
  border: 0;
}
/* line 176, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
textarea {
  overflow: auto;
}
/* line 179, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
optgroup {
  font-weight: bold;
}
/* line 182, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
table {
  border-spacing: 0;
  border-collapse: collapse;
}
/* line 186, https://www.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  a,
  a:visited {
    text-decoration: underline;
  }
  /* line 205, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  a[href]:after {
    content: " (" attr(href) ")";
  }
  /* line 208, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* line 211, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  /* line 215, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /* line 221, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  thead {
    display: table-header-group;
  }
  /* line 224, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  tr,
  img {
    page-break-inside: avoid;
  }
  /* line 228, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  img {
    max-width: 100% !important;
  }
  /* line 231, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 237, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  h2,
  h3 {
    page-break-after: avoid;
  }
  /* line 241, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .navbar {
    display: none;
  }
  /* line 244, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  /* line 248, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .label {
    border: 1px solid #000;
  }
  /* line 251, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .table {
    border-collapse: collapse !important;
  }
  /* line 254, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .table td,
  .table th {
    background-color: #fff !important;
  }
  /* line 258, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  font-display: swap;
  src: url('../++theme++plonetheme.hetpark/fonts/glyphicons-halflings-regular.eot');
  src: url('../++theme++plonetheme.hetpark/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../++theme++plonetheme.hetpark/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../++theme++plonetheme.hetpark/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../++theme++plonetheme.hetpark/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../++theme++plonetheme.hetpark/fonts/glyphicons-halflings-regular.svg') format('svg');
}
/* line 269, https://www.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-asterisk:before {
  content: "\002a";
}
/* line 284, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-plus:before {
  content: "\002b";
}
/* line 287, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
/* line 291, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-minus:before {
  content: "\2212";
}
/* line 294, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-cloud:before {
  content: "\2601";
}
/* line 297, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-envelope:before {
  content: "\2709";
}
/* line 300, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-pencil:before {
  content: "\270f";
}
/* line 303, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-glass:before {
  content: "\e001";
}
/* line 306, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-music:before {
  content: "\e002";
}
/* line 309, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-search:before {
  content: "\e003";
}
/* line 312, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-heart:before {
  content: "\e005";
}
/* line 315, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-star:before {
  content: "\e006";
}
/* line 318, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-star-empty:before {
  content: "\e007";
}
/* line 321, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-user:before {
  content: "\e008";
}
/* line 324, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-film:before {
  content: "\e009";
}
/* line 327, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-th-large:before {
  content: "\e010";
}
/* line 330, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-th:before {
  content: "\e011";
}
/* line 333, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-th-list:before {
  content: "\e012";
}
/* line 336, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-ok:before {
  content: "\e013";
}
/* line 339, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-remove:before {
  content: "\e014";
}
/* line 342, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-zoom-in:before {
  content: "\e015";
}
/* line 345, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-zoom-out:before {
  content: "\e016";
}
/* line 348, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-off:before {
  content: "\e017";
}
/* line 351, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-signal:before {
  content: "\e018";
}
/* line 354, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-cog:before {
  content: "\e019";
}
/* line 357, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-trash:before {
  content: "\e020";
}
/* line 360, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-home:before {
  content: "\e021";
}
/* line 363, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-file:before {
  content: "\e022";
}
/* line 366, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-time:before {
  content: "\e023";
}
/* line 369, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-road:before {
  content: "\e024";
}
/* line 372, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-download-alt:before {
  content: "\e025";
}
/* line 375, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-download:before {
  content: "\e026";
}
/* line 378, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-upload:before {
  content: "\e027";
}
/* line 381, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-inbox:before {
  content: "\e028";
}
/* line 384, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-play-circle:before {
  content: "\e029";
}
/* line 387, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-repeat:before {
  content: "\e030";
}
/* line 390, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-refresh:before {
  content: "\e031";
}
/* line 393, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-list-alt:before {
  content: "\e032";
}
/* line 396, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-lock:before {
  content: "\e033";
}
/* line 399, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-flag:before {
  content: "\e034";
}
/* line 402, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-headphones:before {
  content: "\e035";
}
/* line 405, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-volume-off:before {
  content: "\e036";
}
/* line 408, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-volume-down:before {
  content: "\e037";
}
/* line 411, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-volume-up:before {
  content: "\e038";
}
/* line 414, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-qrcode:before {
  content: "\e039";
}
/* line 417, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-barcode:before {
  content: "\e040";
}
/* line 420, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-tag:before {
  content: "\e041";
}
/* line 423, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-tags:before {
  content: "\e042";
}
/* line 426, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-book:before {
  content: "\e043";
}
/* line 429, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-bookmark:before {
  content: "\e044";
}
/* line 432, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-print:before {
  content: "\e045";
}
/* line 435, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-camera:before {
  content: "\e046";
}
/* line 438, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-font:before {
  content: "\e047";
}
/* line 441, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-bold:before {
  content: "\e048";
}
/* line 444, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-italic:before {
  content: "\e049";
}
/* line 447, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-text-height:before {
  content: "\e050";
}
/* line 450, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-text-width:before {
  content: "\e051";
}
/* line 453, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-align-left:before {
  content: "\e052";
}
/* line 456, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-align-center:before {
  content: "\e053";
}
/* line 459, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-align-right:before {
  content: "\e054";
}
/* line 462, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-align-justify:before {
  content: "\e055";
}
/* line 465, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-list:before {
  content: "\e056";
}
/* line 468, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-indent-left:before {
  content: "\e057";
}
/* line 471, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-indent-right:before {
  content: "\e058";
}
/* line 474, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-facetime-video:before {
  content: "\e059";
}
/* line 477, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-picture:before {
  content: "\e060";
}
/* line 480, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-map-marker:before {
  content: "\e062";
}
/* line 483, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-adjust:before {
  content: "\e063";
}
/* line 486, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-tint:before {
  content: "\e064";
}
/* line 489, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-edit:before {
  content: "\e065";
}
/* line 492, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-share:before {
  content: "\e066";
}
/* line 495, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-check:before {
  content: "\e067";
}
/* line 498, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-move:before {
  content: "\e068";
}
/* line 501, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-step-backward:before {
  content: "\e069";
}
/* line 504, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-fast-backward:before {
  content: "\e070";
}
/* line 507, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-backward:before {
  content: "\e071";
}
/* line 510, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-play:before {
  content: "\e072";
}
/* line 513, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-pause:before {
  content: "\e073";
}
/* line 516, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-stop:before {
  content: "\e074";
}
/* line 519, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-forward:before {
  content: "\e075";
}
/* line 522, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-fast-forward:before {
  content: "\e076";
}
/* line 525, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-step-forward:before {
  content: "\e077";
}
/* line 528, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-eject:before {
  content: "\e078";
}
/* line 531, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-chevron-left:before {
  content: "\e079";
}
/* line 534, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-chevron-right:before {
  content: "\e080";
}
/* line 537, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-plus-sign:before {
  content: "\e081";
}
/* line 540, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-minus-sign:before {
  content: "\e082";
}
/* line 543, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-remove-sign:before {
  content: "\e083";
}
/* line 546, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-ok-sign:before {
  content: "\e084";
}
/* line 549, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-question-sign:before {
  content: "\e085";
}
/* line 552, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-info-sign:before {
  content: "\e086";
}
/* line 555, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-screenshot:before {
  content: "\e087";
}
/* line 558, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-remove-circle:before {
  content: "\e088";
}
/* line 561, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-ok-circle:before {
  content: "\e089";
}
/* line 564, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-ban-circle:before {
  content: "\e090";
}
/* line 567, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-arrow-left:before {
  content: "\e091";
}
/* line 570, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-arrow-right:before {
  content: "\e092";
}
/* line 573, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-arrow-up:before {
  content: "\e093";
}
/* line 576, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-arrow-down:before {
  content: "\e094";
}
/* line 579, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-share-alt:before {
  content: "\e095";
}
/* line 582, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-resize-full:before {
  content: "\e096";
}
/* line 585, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-resize-small:before {
  content: "\e097";
}
/* line 588, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
/* line 591, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-gift:before {
  content: "\e102";
}
/* line 594, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-leaf:before {
  content: "\e103";
}
/* line 597, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-fire:before {
  content: "\e104";
}
/* line 600, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-eye-open:before {
  content: "\e105";
}
/* line 603, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-eye-close:before {
  content: "\e106";
}
/* line 606, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-warning-sign:before {
  content: "\e107";
}
/* line 609, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-plane:before {
  content: "\e108";
}
/* line 612, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-calendar:before {
  content: "\e109";
}
/* line 615, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-random:before {
  content: "\e110";
}
/* line 618, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-comment:before {
  content: "\e111";
}
/* line 621, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-magnet:before {
  content: "\e112";
}
/* line 624, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-chevron-up:before {
  content: "\e113";
}
/* line 627, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-chevron-down:before {
  content: "\e114";
}
/* line 630, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-retweet:before {
  content: "\e115";
}
/* line 633, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-shopping-cart:before {
  content: "\e116";
}
/* line 636, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-folder-close:before {
  content: "\e117";
}
/* line 639, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-folder-open:before {
  content: "\e118";
}
/* line 642, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-resize-vertical:before {
  content: "\e119";
}
/* line 645, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
/* line 648, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-hdd:before {
  content: "\e121";
}
/* line 651, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-bullhorn:before {
  content: "\e122";
}
/* line 654, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-bell:before {
  content: "\e123";
}
/* line 657, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-certificate:before {
  content: "\e124";
}
/* line 660, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-thumbs-up:before {
  content: "\e125";
}
/* line 663, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-thumbs-down:before {
  content: "\e126";
}
/* line 666, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-hand-right:before {
  content: "\e127";
}
/* line 669, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-hand-left:before {
  content: "\e128";
}
/* line 672, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-hand-up:before {
  content: "\e129";
}
/* line 675, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-hand-down:before {
  content: "\e130";
}
/* line 678, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
/* line 681, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
/* line 684, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
/* line 687, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
/* line 690, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-globe:before {
  content: "\e135";
}
/* line 693, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-wrench:before {
  content: "\e136";
}
/* line 696, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-tasks:before {
  content: "\e137";
}
/* line 699, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-filter:before {
  content: "\e138";
}
/* line 702, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-briefcase:before {
  content: "\e139";
}
/* line 705, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-fullscreen:before {
  content: "\e140";
}
/* line 708, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-dashboard:before {
  content: "\e141";
}
/* line 711, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-paperclip:before {
  content: "\e142";
}
/* line 714, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-heart-empty:before {
  content: "\e143";
}
/* line 717, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-link:before {
  content: "\e144";
}
/* line 720, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-phone:before {
  content: "\e145";
}
/* line 723, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-pushpin:before {
  content: "\e146";
}
/* line 726, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-usd:before {
  content: "\e148";
}
/* line 729, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-gbp:before {
  content: "\e149";
}
/* line 732, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-sort:before {
  content: "\e150";
}
/* line 735, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
/* line 738, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
/* line 741, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-sort-by-order:before {
  content: "\e153";
}
/* line 744, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
/* line 747, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
/* line 750, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
/* line 753, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-unchecked:before {
  content: "\e157";
}
/* line 756, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-expand:before {
  content: "\e158";
}
/* line 759, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-collapse-down:before {
  content: "\e159";
}
/* line 762, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-collapse-up:before {
  content: "\e160";
}
/* line 765, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-log-in:before {
  content: "\e161";
}
/* line 768, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-flash:before {
  content: "\e162";
}
/* line 771, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-log-out:before {
  content: "\e163";
}
/* line 774, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-new-window:before {
  content: "\e164";
}
/* line 777, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-record:before {
  content: "\e165";
}
/* line 780, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-save:before {
  content: "\e166";
}
/* line 783, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-open:before {
  content: "\e167";
}
/* line 786, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-saved:before {
  content: "\e168";
}
/* line 789, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-import:before {
  content: "\e169";
}
/* line 792, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-export:before {
  content: "\e170";
}
/* line 795, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-send:before {
  content: "\e171";
}
/* line 798, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-floppy-disk:before {
  content: "\e172";
}
/* line 801, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-floppy-saved:before {
  content: "\e173";
}
/* line 804, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-floppy-remove:before {
  content: "\e174";
}
/* line 807, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-floppy-save:before {
  content: "\e175";
}
/* line 810, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-floppy-open:before {
  content: "\e176";
}
/* line 813, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-credit-card:before {
  content: "\e177";
}
/* line 816, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-transfer:before {
  content: "\e178";
}
/* line 819, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-cutlery:before {
  content: "\e179";
}
/* line 822, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-header:before {
  content: "\e180";
}
/* line 825, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-compressed:before {
  content: "\e181";
}
/* line 828, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-earphone:before {
  content: "\e182";
}
/* line 831, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-phone-alt:before {
  content: "\e183";
}
/* line 834, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-tower:before {
  content: "\e184";
}
/* line 837, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-stats:before {
  content: "\e185";
}
/* line 840, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-sd-video:before {
  content: "\e186";
}
/* line 843, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-hd-video:before {
  content: "\e187";
}
/* line 846, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-subtitles:before {
  content: "\e188";
}
/* line 849, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-sound-stereo:before {
  content: "\e189";
}
/* line 852, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-sound-dolby:before {
  content: "\e190";
}
/* line 855, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-sound-5-1:before {
  content: "\e191";
}
/* line 858, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-sound-6-1:before {
  content: "\e192";
}
/* line 861, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-sound-7-1:before {
  content: "\e193";
}
/* line 864, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-copyright-mark:before {
  content: "\e194";
}
/* line 867, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-registration-mark:before {
  content: "\e195";
}
/* line 870, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-cloud-download:before {
  content: "\e197";
}
/* line 873, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-cloud-upload:before {
  content: "\e198";
}
/* line 876, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-tree-conifer:before {
  content: "\e199";
}
/* line 879, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
/* line 882, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-cd:before {
  content: "\e201";
}
/* line 885, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-save-file:before {
  content: "\e202";
}
/* line 888, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-open-file:before {
  content: "\e203";
}
/* line 891, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-level-up:before {
  content: "\e204";
}
/* line 894, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-copy:before {
  content: "\e205";
}
/* line 897, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-paste:before {
  content: "\e206";
}
/* line 900, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-alert:before {
  content: "\e209";
}
/* line 903, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-equalizer:before {
  content: "\e210";
}
/* line 906, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-king:before {
  content: "\e211";
}
/* line 909, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-queen:before {
  content: "\e212";
}
/* line 912, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-pawn:before {
  content: "\e213";
}
/* line 915, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-bishop:before {
  content: "\e214";
}
/* line 918, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-knight:before {
  content: "\e215";
}
/* line 921, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-baby-formula:before {
  content: "\e216";
}
/* line 924, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-tent:before {
  content: "\26fa";
}
/* line 927, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-blackboard:before {
  content: "\e218";
}
/* line 930, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-bed:before {
  content: "\e219";
}
/* line 933, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-apple:before {
  content: "\f8ff";
}
/* line 936, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-erase:before {
  content: "\e221";
}
/* line 939, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-hourglass:before {
  content: "\231b";
}
/* line 942, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-lamp:before {
  content: "\e223";
}
/* line 945, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-duplicate:before {
  content: "\e224";
}
/* line 948, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-piggy-bank:before {
  content: "\e225";
}
/* line 951, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-scissors:before {
  content: "\e226";
}
/* line 954, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-bitcoin:before {
  content: "\e227";
}
/* line 957, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-btc:before {
  content: "\e227";
}
/* line 960, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-xbt:before {
  content: "\e227";
}
/* line 963, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-yen:before {
  content: "\00a5";
}
/* line 966, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-jpy:before {
  content: "\00a5";
}
/* line 969, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-ruble:before {
  content: "\20bd";
}
/* line 972, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-rub:before {
  content: "\20bd";
}
/* line 975, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-scale:before {
  content: "\e230";
}
/* line 978, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-ice-lolly:before {
  content: "\e231";
}
/* line 981, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
/* line 984, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-education:before {
  content: "\e233";
}
/* line 987, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-option-horizontal:before {
  content: "\e234";
}
/* line 990, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-option-vertical:before {
  content: "\e235";
}
/* line 993, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
/* line 996, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-modal-window:before {
  content: "\e237";
}
/* line 999, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-oil:before {
  content: "\e238";
}
/* line 1002, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-grain:before {
  content: "\e239";
}
/* line 1005, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-sunglasses:before {
  content: "\e240";
}
/* line 1008, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-text-size:before {
  content: "\e241";
}
/* line 1011, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-text-color:before {
  content: "\e242";
}
/* line 1014, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-text-background:before {
  content: "\e243";
}
/* line 1017, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-object-align-top:before {
  content: "\e244";
}
/* line 1020, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
/* line 1023, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
/* line 1026, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-object-align-left:before {
  content: "\e247";
}
/* line 1029, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
/* line 1032, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-object-align-right:before {
  content: "\e249";
}
/* line 1035, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-triangle-right:before {
  content: "\e250";
}
/* line 1038, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-triangle-left:before {
  content: "\e251";
}
/* line 1041, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
/* line 1044, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-triangle-top:before {
  content: "\e253";
}
/* line 1047, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-console:before {
  content: "\e254";
}
/* line 1050, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-superscript:before {
  content: "\e255";
}
/* line 1053, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-subscript:before {
  content: "\e256";
}
/* line 1056, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-menu-left:before {
  content: "\e257";
}
/* line 1059, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-menu-right:before {
  content: "\e258";
}
/* line 1062, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-menu-down:before {
  content: "\e259";
}
/* line 1065, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.glyphicon-menu-up:before {
  content: "\e260";
}
/* line 1068, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 1073, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 1079, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* line 1084, https://www.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
/* line 1099, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
a {
  color: #337ab7;
  text-decoration: none;
}
/* line 1103, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
/* line 1108, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* line 1113, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
figure {
  margin: 0;
}
/* line 1116, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
img {
  vertical-align: middle;
}
/* line 1119, https://www.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.img-rounded {
  border-radius: 6px;
}
/* line 1131, https://www.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.img-circle {
  border-radius: 50%;
}
/* line 1147, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
/* line 1153, https://www.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
[role="button"] {
  cursor: pointer;
}
/* line 1175, https://www.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
/* line 1229, https://www.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 1252, https://www.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
h1,
.h1 {
  font-size: 36px;
}
/* line 1270, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
h2,
.h2 {
  font-size: 30px;
}
/* line 1274, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
h3,
.h3 {
  font-size: 24px;
}
/* line 1278, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
h4,
.h4 {
  font-size: 18px;
}
/* line 1282, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
h5,
.h5 {
  font-size: 14px;
}
/* line 1286, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
h6,
.h6 {
  font-size: 12px;
}
/* line 1290, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
p {
  margin: 0 0 10px;
}
/* line 1293, https://www.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .lead {
    font-size: 21px;
  }
}
/* line 1304, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
small,
.small {
  font-size: 85%;
}
/* line 1308, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}
/* line 1313, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.text-left {
  text-align: left;
}
/* line 1316, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.text-right {
  text-align: right;
}
/* line 1319, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.text-center {
  text-align: center;
}
/* line 1322, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.text-justify {
  text-align: justify;
}
/* line 1325, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.text-nowrap {
  white-space: nowrap;
}
/* line 1328, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.text-lowercase {
  text-transform: lowercase;
}
/* line 1331, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.text-uppercase {
  text-transform: uppercase;
}
/* line 1334, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.text-capitalize {
  text-transform: capitalize;
}
/* line 1337, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.text-muted {
  color: #777;
}
/* line 1340, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.text-primary {
  color: #337ab7;
}
/* line 1343, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
/* line 1347, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.text-success {
  color: #3c763d;
}
/* line 1350, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
/* line 1354, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.text-info {
  color: #31708f;
}
/* line 1357, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
/* line 1361, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.text-warning {
  color: #8a6d3b;
}
/* line 1364, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
/* line 1368, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.text-danger {
  color: #a94442;
}
/* line 1371, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
/* line 1375, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
/* line 1379, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
/* line 1383, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.bg-success {
  background-color: #dff0d8;
}
/* line 1386, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
/* line 1390, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.bg-info {
  background-color: #d9edf7;
}
/* line 1393, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
/* line 1397, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.bg-warning {
  background-color: #fcf8e3;
}
/* line 1400, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
/* line 1404, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.bg-danger {
  background-color: #f2dede;
}
/* line 1407, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
/* line 1411, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
/* line 1416, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
/* line 1421, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
/* line 1427, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
/* line 1431, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
/* line 1436, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
/* line 1441, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
/* line 1445, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
dt,
dd {
  line-height: 1.42857143;
}
/* line 1449, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
dt {
  font-weight: bold;
}
/* line 1452, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  /* line 1456, https://www.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
/* line 1469, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
/* line 1474, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
/* line 1478, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
/* line 1484, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
/* line 1489, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
/* line 1497, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
/* line 1502, https://www.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
/* line 1531, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
/* line 1537, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
/* line 1544, https://www.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 1560, https://www.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
/* line 1585, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  /* line 1592, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  /* line 1597, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  /* line 1602, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .container {
    width: 1170px;
  }
}
/* line 1606, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
/* line 1612, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.row {
  margin-right: -15px;
  margin-left: -15px;
}
/* line 1616, https://www.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.col-xs-12 {
  width: 100%;
}
/* line 1628, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.col-xs-11 {
  width: 91.66666667%;
}
/* line 1631, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.col-xs-10 {
  width: 83.33333333%;
}
/* line 1634, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.col-xs-9 {
  width: 75%;
}
/* line 1637, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.col-xs-8 {
  width: 66.66666667%;
}
/* line 1640, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.col-xs-7 {
  width: 58.33333333%;
}
/* line 1643, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.col-xs-6 {
  width: 50%;
}
/* line 1646, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.col-xs-5 {
  width: 41.66666667%;
}
/* line 1649, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.col-xs-4 {
  width: 33.33333333%;
}
/* line 1652, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.col-xs-3 {
  width: 25%;
}
/* line 1655, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.col-xs-2 {
  width: 16.66666667%;
}
/* line 1658, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.col-xs-1 {
  width: 8.33333333%;
}
/* line 1661, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.col-xs-pull-12 {
  right: 100%;
}
/* line 1664, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.col-xs-pull-11 {
  right: 91.66666667%;
}
/* line 1667, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.col-xs-pull-10 {
  right: 83.33333333%;
}
/* line 1670, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.col-xs-pull-9 {
  right: 75%;
}
/* line 1673, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.col-xs-pull-8 {
  right: 66.66666667%;
}
/* line 1676, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.col-xs-pull-7 {
  right: 58.33333333%;
}
/* line 1679, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.col-xs-pull-6 {
  right: 50%;
}
/* line 1682, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.col-xs-pull-5 {
  right: 41.66666667%;
}
/* line 1685, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.col-xs-pull-4 {
  right: 33.33333333%;
}
/* line 1688, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.col-xs-pull-3 {
  right: 25%;
}
/* line 1691, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.col-xs-pull-2 {
  right: 16.66666667%;
}
/* line 1694, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.col-xs-pull-1 {
  right: 8.33333333%;
}
/* line 1697, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.col-xs-pull-0 {
  right: auto;
}
/* line 1700, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.col-xs-push-12 {
  left: 100%;
}
/* line 1703, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.col-xs-push-11 {
  left: 91.66666667%;
}
/* line 1706, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.col-xs-push-10 {
  left: 83.33333333%;
}
/* line 1709, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.col-xs-push-9 {
  left: 75%;
}
/* line 1712, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.col-xs-push-8 {
  left: 66.66666667%;
}
/* line 1715, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.col-xs-push-7 {
  left: 58.33333333%;
}
/* line 1718, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.col-xs-push-6 {
  left: 50%;
}
/* line 1721, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.col-xs-push-5 {
  left: 41.66666667%;
}
/* line 1724, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.col-xs-push-4 {
  left: 33.33333333%;
}
/* line 1727, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.col-xs-push-3 {
  left: 25%;
}
/* line 1730, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.col-xs-push-2 {
  left: 16.66666667%;
}
/* line 1733, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.col-xs-push-1 {
  left: 8.33333333%;
}
/* line 1736, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.col-xs-push-0 {
  left: auto;
}
/* line 1739, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.col-xs-offset-12 {
  margin-left: 100%;
}
/* line 1742, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
/* line 1745, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
/* line 1748, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.col-xs-offset-9 {
  margin-left: 75%;
}
/* line 1751, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
/* line 1754, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
/* line 1757, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.col-xs-offset-6 {
  margin-left: 50%;
}
/* line 1760, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
/* line 1763, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
/* line 1766, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.col-xs-offset-3 {
  margin-left: 25%;
}
/* line 1769, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
/* line 1772, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
/* line 1775, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  /* line 1779, https://www.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-sm-12 {
    width: 100%;
  }
  /* line 1785, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-sm-11 {
    width: 91.66666667%;
  }
  /* line 1788, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-sm-10 {
    width: 83.33333333%;
  }
  /* line 1791, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-sm-9 {
    width: 75%;
  }
  /* line 1794, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-sm-8 {
    width: 66.66666667%;
  }
  /* line 1797, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-sm-7 {
    width: 58.33333333%;
  }
  /* line 1800, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-sm-6 {
    width: 50%;
  }
  /* line 1803, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-sm-5 {
    width: 41.66666667%;
  }
  /* line 1806, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-sm-4 {
    width: 33.33333333%;
  }
  /* line 1809, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-sm-3 {
    width: 25%;
  }
  /* line 1812, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-sm-2 {
    width: 16.66666667%;
  }
  /* line 1815, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-sm-1 {
    width: 8.33333333%;
  }
  /* line 1818, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-sm-pull-12 {
    right: 100%;
  }
  /* line 1821, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  /* line 1824, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  /* line 1827, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-sm-pull-9 {
    right: 75%;
  }
  /* line 1830, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  /* line 1833, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  /* line 1836, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-sm-pull-6 {
    right: 50%;
  }
  /* line 1839, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  /* line 1842, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  /* line 1845, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-sm-pull-3 {
    right: 25%;
  }
  /* line 1848, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  /* line 1851, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  /* line 1854, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-sm-pull-0 {
    right: auto;
  }
  /* line 1857, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-sm-push-12 {
    left: 100%;
  }
  /* line 1860, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  /* line 1863, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  /* line 1866, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-sm-push-9 {
    left: 75%;
  }
  /* line 1869, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  /* line 1872, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  /* line 1875, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-sm-push-6 {
    left: 50%;
  }
  /* line 1878, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  /* line 1881, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  /* line 1884, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-sm-push-3 {
    left: 25%;
  }
  /* line 1887, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  /* line 1890, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  /* line 1893, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-sm-push-0 {
    left: auto;
  }
  /* line 1896, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  /* line 1899, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  /* line 1902, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  /* line 1905, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  /* line 1908, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  /* line 1911, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  /* line 1914, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  /* line 1917, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  /* line 1920, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  /* line 1923, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  /* line 1926, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  /* line 1929, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  /* line 1932, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  /* line 1937, https://www.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-md-12 {
    width: 100%;
  }
  /* line 1943, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-md-11 {
    width: 91.66666667%;
  }
  /* line 1946, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-md-10 {
    width: 83.33333333%;
  }
  /* line 1949, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-md-9 {
    width: 75%;
  }
  /* line 1952, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-md-8 {
    width: 66.66666667%;
  }
  /* line 1955, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-md-7 {
    width: 58.33333333%;
  }
  /* line 1958, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-md-6 {
    width: 50%;
  }
  /* line 1961, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-md-5 {
    width: 41.66666667%;
  }
  /* line 1964, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-md-4 {
    width: 33.33333333%;
  }
  /* line 1967, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-md-3 {
    width: 25%;
  }
  /* line 1970, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-md-2 {
    width: 16.66666667%;
  }
  /* line 1973, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-md-1 {
    width: 8.33333333%;
  }
  /* line 1976, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-md-pull-12 {
    right: 100%;
  }
  /* line 1979, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  /* line 1982, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  /* line 1985, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-md-pull-9 {
    right: 75%;
  }
  /* line 1988, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  /* line 1991, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  /* line 1994, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-md-pull-6 {
    right: 50%;
  }
  /* line 1997, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  /* line 2000, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  /* line 2003, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-md-pull-3 {
    right: 25%;
  }
  /* line 2006, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  /* line 2009, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  /* line 2012, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-md-pull-0 {
    right: auto;
  }
  /* line 2015, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-md-push-12 {
    left: 100%;
  }
  /* line 2018, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-md-push-11 {
    left: 91.66666667%;
  }
  /* line 2021, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-md-push-10 {
    left: 83.33333333%;
  }
  /* line 2024, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-md-push-9 {
    left: 75%;
  }
  /* line 2027, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-md-push-8 {
    left: 66.66666667%;
  }
  /* line 2030, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-md-push-7 {
    left: 58.33333333%;
  }
  /* line 2033, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-md-push-6 {
    left: 50%;
  }
  /* line 2036, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-md-push-5 {
    left: 41.66666667%;
  }
  /* line 2039, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-md-push-4 {
    left: 33.33333333%;
  }
  /* line 2042, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-md-push-3 {
    left: 25%;
  }
  /* line 2045, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-md-push-2 {
    left: 16.66666667%;
  }
  /* line 2048, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-md-push-1 {
    left: 8.33333333%;
  }
  /* line 2051, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-md-push-0 {
    left: auto;
  }
  /* line 2054, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-md-offset-12 {
    margin-left: 100%;
  }
  /* line 2057, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  /* line 2060, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  /* line 2063, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-md-offset-9 {
    margin-left: 75%;
  }
  /* line 2066, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  /* line 2069, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  /* line 2072, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-md-offset-6 {
    margin-left: 50%;
  }
  /* line 2075, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  /* line 2078, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  /* line 2081, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-md-offset-3 {
    margin-left: 25%;
  }
  /* line 2084, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  /* line 2087, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  /* line 2090, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  /* line 2095, https://www.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-lg-12 {
    width: 100%;
  }
  /* line 2101, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-lg-11 {
    width: 91.66666667%;
  }
  /* line 2104, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-lg-10 {
    width: 83.33333333%;
  }
  /* line 2107, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-lg-9 {
    width: 75%;
  }
  /* line 2110, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-lg-8 {
    width: 66.66666667%;
  }
  /* line 2113, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-lg-7 {
    width: 58.33333333%;
  }
  /* line 2116, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-lg-6 {
    width: 50%;
  }
  /* line 2119, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-lg-5 {
    width: 41.66666667%;
  }
  /* line 2122, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-lg-4 {
    width: 33.33333333%;
  }
  /* line 2125, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-lg-3 {
    width: 25%;
  }
  /* line 2128, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-lg-2 {
    width: 16.66666667%;
  }
  /* line 2131, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-lg-1 {
    width: 8.33333333%;
  }
  /* line 2134, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-lg-pull-12 {
    right: 100%;
  }
  /* line 2137, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  /* line 2140, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  /* line 2143, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-lg-pull-9 {
    right: 75%;
  }
  /* line 2146, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  /* line 2149, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  /* line 2152, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-lg-pull-6 {
    right: 50%;
  }
  /* line 2155, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  /* line 2158, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  /* line 2161, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-lg-pull-3 {
    right: 25%;
  }
  /* line 2164, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  /* line 2167, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  /* line 2170, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-lg-pull-0 {
    right: auto;
  }
  /* line 2173, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-lg-push-12 {
    left: 100%;
  }
  /* line 2176, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  /* line 2179, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  /* line 2182, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-lg-push-9 {
    left: 75%;
  }
  /* line 2185, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  /* line 2188, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  /* line 2191, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-lg-push-6 {
    left: 50%;
  }
  /* line 2194, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  /* line 2197, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  /* line 2200, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-lg-push-3 {
    left: 25%;
  }
  /* line 2203, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  /* line 2206, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  /* line 2209, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-lg-push-0 {
    left: auto;
  }
  /* line 2212, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  /* line 2215, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  /* line 2218, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  /* line 2221, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  /* line 2224, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  /* line 2227, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  /* line 2230, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  /* line 2233, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  /* line 2236, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  /* line 2239, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  /* line 2242, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  /* line 2245, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  /* line 2248, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
/* line 2252, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
table {
  background-color: transparent;
}
/* line 2255, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
/* line 2261, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
th {
  text-align: left;
}
/* line 2264, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
/* line 2269, https://www.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
/* line 2284, https://www.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
/* line 2295, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.table .table {
  background-color: #fff;
}
/* line 2298, https://www.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.table-bordered {
  border: 1px solid #ddd;
}
/* line 2309, https://www.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
/* line 2321, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
/* line 2324, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
/* line 2327, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
/* line 2332, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
/* line 2338, https://www.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  /* line 2448, https://www.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .table-responsive > .table {
    margin-bottom: 0;
  }
  /* line 2458, https://www.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .table-responsive > .table-bordered {
    border: 0;
  }
  /* line 2469, https://www.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
/* line 2498, https://www.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
/* line 2515, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 2520, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
/* line 2526, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
input[type="file"] {
  display: block;
}
/* line 2529, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
input[type="range"] {
  display: block;
  width: 100%;
}
/* line 2533, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
select[multiple],
select[size] {
  height: auto;
}
/* line 2537, https://www.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
/* line 2551, https://www.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
/* line 2579, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.form-control:-ms-input-placeholder {
  color: #999;
}
/* line 2582, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.form-control::-webkit-input-placeholder {
  color: #999;
}
/* line 2585, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
/* line 2589, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
/* line 2595, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
/* line 2599, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
textarea.form-control {
  height: auto;
}
/* line 2602, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 2606, https://www.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.form-group {
  margin-bottom: 15px;
}
/* line 2636, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 2643, https://www.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
/* line 2663, https://www.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
/* line 2678, https://www.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
/* line 2692, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
/* line 2698, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
/* line 2704, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
/* line 2709, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
/* line 2716, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
select.input-sm {
  height: 30px;
  line-height: 30px;
}
/* line 2720, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
/* line 2724, https://www.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
/* line 2735, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
/* line 2739, https://www.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
/* line 2753, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
select.input-lg {
  height: 46px;
  line-height: 46px;
}
/* line 2757, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
/* line 2761, https://www.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
/* line 2772, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
/* line 2776, https://www.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.has-feedback {
  position: relative;
}
/* line 2786, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.has-feedback .form-control {
  padding-right: 42.5px;
}
/* line 2789, https://www.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
/* line 2842, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.has-success .form-control-feedback {
  color: #3c763d;
}
/* line 2845, https://www.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
/* line 2872, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
/* line 2875, https://www.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
/* line 2902, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.has-error .form-control-feedback {
  color: #a94442;
}
/* line 2905, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
/* line 2908, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
/* line 2911, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  /* line 2918, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 2923, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 2928, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .form-inline .form-control-static {
    display: inline-block;
  }
  /* line 2931, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 2935, https://www.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  /* line 2943, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 2947, https://www.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  /* line 2958, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 2963, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
/* line 2967, https://www.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
/* line 2979, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  /* line 2984, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
/* line 2990, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  /* line 2994, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  /* line 3000, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
/* line 3005, https://www.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
/* line 3042, https://www.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
/* line 3062, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
/* line 3067, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
/* line 3073, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
/* line 3078, https://www.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
/* line 3103, https://www.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
/* line 3119, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
/* line 3124, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
/* line 3130, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
/* line 3135, https://www.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
/* line 3160, https://www.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
/* line 3176, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* line 3181, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
/* line 3187, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
/* line 3192, https://www.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
/* line 3217, https://www.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
/* line 3233, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 3238, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
/* line 3244, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
/* line 3249, https://www.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
/* line 3274, https://www.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
/* line 3290, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 3295, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
/* line 3301, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
/* line 3306, https://www.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
/* line 3331, https://www.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
/* line 3347, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* line 3352, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
/* line 3358, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
/* line 3363, https://www.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
/* line 3388, https://www.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
/* line 3404, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}
/* line 3409, https://www.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
/* line 3424, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
/* line 3430, https://www.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.btn-block {
  display: block;
  width: 100%;
}
/* line 3462, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.btn-block + .btn-block {
  margin-top: 5px;
}
/* line 3465, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
/* line 3470, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}
/* line 3476, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.fade.in {
  opacity: 1;
}
/* line 3479, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.collapse {
  display: none;
}
/* line 3482, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.collapse.in {
  display: block;
}
/* line 3485, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
tr.collapse.in {
  display: table-row;
}
/* line 3488, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
tbody.collapse.in {
  display: table-row-group;
}
/* line 3491, https://www.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.dropup,
.dropdown {
  position: relative;
}
/* line 3520, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.dropdown-toggle:focus {
  outline: 0;
}
/* line 3523, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.dropdown-menu {
  display: none;
}
/* line 3526, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
/* line 3530, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 3536, https://www.hetpark.nl/++theme++plonetheme.hetpark/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: normal;
}
/* line 3545, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: transparent;
}
/* line 3551, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  outline: 0;
}
/* line 3559, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
/* line 3564, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 3572, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.open > .dropdown-menu {
  display: block;
}
/* line 3575, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.open > a {
  outline: 0;
}
/* line 3578, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.dropdown-menu-right {
  right: 0;
  left: auto;
}
/* line 3582, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.dropdown-menu-left {
  right: auto;
  left: 0;
}
/* line 3586, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
/* line 3594, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
/* line 3602, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
/* line 3606, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
/* line 3613, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  /* line 3620, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .navbar-right .dropdown-menu {
    right: auto;
    left: 0;
  }
  /* line 3624, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
/* line 3629, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
/* line 3635, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
/* line 3640, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 3650, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 3656, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.btn-toolbar {
  margin-left: -5px;
}
/* line 3659, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
/* line 3664, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
/* line 3669, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
/* line 3672, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.btn-group > .btn:first-child {
  margin-left: 0;
}
/* line 3675, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 3679, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 3684, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.btn-group > .btn-group {
  float: left;
}
/* line 3687, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
/* line 3690, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 3695, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 3699, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
/* line 3703, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
/* line 3707, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
/* line 3711, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 3715, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 3719, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.btn .caret {
  margin-left: 0;
}
/* line 3722, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
/* line 3726, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
/* line 3729, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 3737, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
/* line 3740, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 3747, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
/* line 3750, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 3756, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 3762, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
/* line 3765, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 3770, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 3774, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
/* line 3780, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
/* line 3786, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
/* line 3789, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
/* line 3792, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 3800, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
/* line 3805, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
/* line 3810, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
/* line 3817, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.input-group .form-control:focus {
  z-index: 3;
}
/* line 3820, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 3829, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 3835, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 3843, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 3852, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 3858, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 3866, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
/* line 3871, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 3876, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
/* line 3882, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 3893, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
/* line 3898, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
/* line 3903, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
/* line 3907, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 3917, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.input-group-addon:first-child {
  border-right: 0;
}
/* line 3920, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 3930, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.input-group-addon:last-child {
  border-left: 0;
}
/* line 3933, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
/* line 3938, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.input-group-btn > .btn {
  position: relative;
}
/* line 3941, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
/* line 3944, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
/* line 3949, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
/* line 3953, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
/* line 3958, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
/* line 3963, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.nav > li {
  position: relative;
  display: block;
}
/* line 3967, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
/* line 3972, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
/* line 3977, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.nav > li.disabled > a {
  color: #777;
}
/* line 3980, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 3987, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: transparent;
  border-color: transparent;
}
/* line 3993, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 3999, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.nav > li > a > img {
  max-width: none;
}
/* line 4002, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
/* line 4005, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
/* line 4009, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 4015, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
/* line 4018, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 4027, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
/* line 4031, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.nav-tabs.nav-justified > li {
  float: none;
}
/* line 4034, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
/* line 4038, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  /* line 4043, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  /* line 4047, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
/* line 4051, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
/* line 4055, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 4061, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  /* line 4065, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 4071, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.nav-pills > li {
  float: left;
}
/* line 4074, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.nav-pills > li > a {
  border-radius: 4px;
}
/* line 4077, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.nav-pills > li + li {
  margin-left: 2px;
}
/* line 4080, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 4086, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.nav-stacked > li {
  float: none;
}
/* line 4089, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
/* line 4093, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.nav-justified {
  width: 100%;
}
/* line 4096, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.nav-justified > li {
  float: none;
}
/* line 4099, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
/* line 4103, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  /* line 4108, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  /* line 4112, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
/* line 4116, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.nav-tabs-justified {
  border-bottom: 0;
}
/* line 4119, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
/* line 4123, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 4129, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  /* line 4133, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 4139, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.tab-content > .tab-pane {
  display: none;
}
/* line 4142, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.tab-content > .active {
  display: block;
}
/* line 4145, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
/* line 4150, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.navbar {
  position: relative;
  min-height: 60px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  /* line 4157, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  /* line 4162, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .navbar-header {
    float: left;
  }
}
/* line 4166, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 4175, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  /* line 4179, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  /* line 4185, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  /* line 4191, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .navbar-collapse.in {
    overflow-y: visible;
  }
  /* line 4194, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 4201, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 4206, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
/* line 4211, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 4219, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
/* line 4227, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  /* line 4232, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .navbar-static-top {
    border-radius: 0;
  }
}
/* line 4236, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  /* line 4244, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
/* line 4249, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
/* line 4253, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
/* line 4258, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
/* line 4265, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
/* line 4269, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  /* line 4273, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -6px;
  }
}
/* line 4278, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 4290, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.navbar-toggle:focus {
  outline: 0;
}
/* line 4293, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
/* line 4299, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  /* line 4303, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .navbar-toggle {
    display: none;
  }
}
/* line 4307, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.navbar-nav {
  margin: 7.5px -15px;
}
/* line 4310, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  /* line 4316, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 4326, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  /* line 4330, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  /* line 4333, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 4339, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .navbar-nav {
    float: left;
    margin: 0;
  }
  /* line 4343, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .navbar-nav > li {
    float: left;
  }
  /* line 4346, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
/* line 4351, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 4363, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 4368, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 4373, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .navbar-form .form-control-static {
    display: inline-block;
  }
  /* line 4376, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 4380, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 4385, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  /* line 4388, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 4392, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 4399, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  /* line 4403, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 4408, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  /* line 4413, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  /* line 4416, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  /* line 4421, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 4432, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
/* line 4437, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 4444, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
/* line 4448, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 4452, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
/* line 4456, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  /* line 4461, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  /* line 4468, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .navbar-left {
    float: left !important;
  }
  /* line 4471, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  /* line 4475, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
/* line 4479, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
/* line 4483, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.navbar-default .navbar-brand {
  color: #777;
}
/* line 4486, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #000000;
  background-color: transparent;
}
/* line 4491, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.navbar-default .navbar-text {
  color: #777;
}
/* line 4494, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.navbar-default .navbar-nav > li > a {
  color: #777;
}
/* line 4497, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
/* line 4502, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 4508, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 4514, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
/* line 4517, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
/* line 4521, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
/* line 4524, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
/* line 4528, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 4535, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  /* line 4538, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 4543, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 4549, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 4556, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.navbar-default .navbar-link {
  color: #777;
}
/* line 4559, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.navbar-default .navbar-link:hover {
  color: #333;
}
/* line 4562, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.navbar-default .btn-link {
  color: #777;
}
/* line 4565, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
/* line 4569, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 4575, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
/* line 4579, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
/* line 4582, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
/* line 4587, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
/* line 4590, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
/* line 4593, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
/* line 4598, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 4604, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 4610, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
/* line 4613, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
/* line 4617, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
/* line 4620, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
/* line 4624, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 4631, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  /* line 4634, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  /* line 4637, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  /* line 4640, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 4645, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 4651, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 4658, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
/* line 4661, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
/* line 4664, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
/* line 4667, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
/* line 4671, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 4677, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
/* line 4684, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.breadcrumb > li {
  display: inline-block;
}
/* line 4687, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
/* line 4692, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.breadcrumb > .active {
  color: #777;
}
/* line 4695, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
/* line 4701, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.pagination > li {
  display: inline;
}
/* line 4704, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 4716, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 4722, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 4727, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 4736, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 4748, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 4759, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
/* line 4765, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 4770, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 4775, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
/* line 4781, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 4786, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 4791, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
/* line 4797, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.pager li {
  display: inline;
}
/* line 4800, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 4808, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
/* line 4813, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.pager .next > a,
.pager .next > span {
  float: right;
}
/* line 4817, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.pager .previous > a,
.pager .previous > span {
  float: left;
}
/* line 4821, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 4829, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 4841, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
/* line 4847, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.label:empty {
  display: none;
}
/* line 4850, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.btn .label {
  position: relative;
  top: -1px;
}
/* line 4854, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.label-default {
  background-color: #777;
}
/* line 4857, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #000000;
}
/* line 4861, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.label-primary {
  background-color: #337ab7;
}
/* line 4864, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
/* line 4868, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.label-success {
  background-color: #5cb85c;
}
/* line 4871, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
/* line 4875, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.label-info {
  background-color: #5bc0de;
}
/* line 4878, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
/* line 4882, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.label-warning {
  background-color: #f0ad4e;
}
/* line 4885, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
/* line 4889, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.label-danger {
  background-color: #d9534f;
}
/* line 4892, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
/* line 4896, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 4910, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.badge:empty {
  display: none;
}
/* line 4913, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.btn .badge {
  position: relative;
  top: -1px;
}
/* line 4917, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
/* line 4922, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
/* line 4928, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
/* line 4933, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.list-group-item > .badge {
  float: right;
}
/* line 4936, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
/* line 4939, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
/* line 4942, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
/* line 4949, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
/* line 4953, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
/* line 4958, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
/* line 4961, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
/* line 4967, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  /* line 4971, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  /* line 4975, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  /* line 4980, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
/* line 4985, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 4997, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
/* line 5002, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
/* line 5007, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
/* line 5011, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
/* line 5017, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.alert h4 {
  margin-top: 0;
  color: inherit;
}
/* line 5021, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.alert .alert-link {
  font-weight: bold;
}
/* line 5024, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
/* line 5028, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.alert > p + p {
  margin-top: 5px;
}
/* line 5031, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
/* line 5035, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
/* line 5042, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
/* line 5047, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.alert-success hr {
  border-top-color: #c9e2b3;
}
/* line 5050, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.alert-success .alert-link {
  color: #2b542c;
}
/* line 5053, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
/* line 5058, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.alert-info hr {
  border-top-color: #a6e1ec;
}
/* line 5061, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.alert-info .alert-link {
  color: #245269;
}
/* line 5064, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
/* line 5069, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.alert-warning hr {
  border-top-color: #f7e1b5;
}
/* line 5072, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.alert-warning .alert-link {
  color: #66512c;
}
/* line 5075, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
/* line 5080, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.alert-danger hr {
  border-top-color: #e4b9c0;
}
/* line 5083, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  /* line 5087, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  from {
    background-position: 40px 0;
  }
  /* line 5090, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  /* line 5095, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  from {
    background-position: 40px 0;
  }
  /* line 5098, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  /* line 5103, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  from {
    background-position: 40px 0;
  }
  /* line 5106, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  to {
    background-position: 0 0;
  }
}
/* line 5110, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 5119, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 5134, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 5142, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 5148, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.progress-bar-success {
  background-color: #5cb85c;
}
/* line 5151, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 5156, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.progress-bar-info {
  background-color: #5bc0de;
}
/* line 5159, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 5164, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.progress-bar-warning {
  background-color: #f0ad4e;
}
/* line 5167, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 5172, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.progress-bar-danger {
  background-color: #d9534f;
}
/* line 5175, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 5180, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.media {
  margin-top: 15px;
}
/* line 5183, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.media:first-child {
  margin-top: 0;
}
/* line 5186, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
/* line 5191, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.media-body {
  width: 10000px;
}
/* line 5194, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.media-object {
  display: block;
}
/* line 5197, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.media-object.img-thumbnail {
  max-width: none;
}
/* line 5200, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
/* line 5204, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
/* line 5208, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
/* line 5214, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.media-middle {
  vertical-align: middle;
}
/* line 5217, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.media-bottom {
  vertical-align: bottom;
}
/* line 5220, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
/* line 5224, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.media-list {
  padding-left: 0;
  list-style: none;
}
/* line 5228, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
/* line 5232, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
/* line 5240, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
/* line 5244, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
/* line 5249, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
a.list-group-item,
button.list-group-item {
  color: #555;
}
/* line 5253, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
/* line 5257, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 5265, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
button.list-group-item {
  width: 100%;
  text-align: left;
}
/* line 5269, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 5276, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 5281, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 5286, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 5294, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 5305, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 5310, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
/* line 5314, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
/* line 5318, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
/* line 5322, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 5329, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 5339, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
/* line 5343, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
/* line 5347, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
/* line 5351, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 5358, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 5368, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
/* line 5372, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
/* line 5376, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
/* line 5380, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 5387, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 5397, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
/* line 5401, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
/* line 5405, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
/* line 5409, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 5416, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 5426, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
/* line 5430, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
/* line 5434, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 5442, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.panel-body {
  padding: 15px;
}
/* line 5445, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
/* line 5451, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
/* line 5454, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
/* line 5460, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
/* line 5467, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 5474, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
/* line 5478, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 5483, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 5489, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 5495, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 5499, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
/* line 5502, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.list-group + .panel-footer {
  border-top-width: 0;
}
/* line 5505, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
/* line 5510, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
/* line 5516, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 5521, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 5528, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 5538, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 5548, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 5553, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 5560, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 5570, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 5580, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 5586, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 5590, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
/* line 5594, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 5608, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 5622, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 5632, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 5642, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
/* line 5646, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.panel-group {
  margin-bottom: 20px;
}
/* line 5649, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
/* line 5653, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.panel-group .panel + .panel {
  margin-top: 5px;
}
/* line 5656, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.panel-group .panel-heading {
  border-bottom: 0;
}
/* line 5659, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 5663, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.panel-group .panel-footer {
  border-top: 0;
}
/* line 5666, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
/* line 5669, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.panel-default {
  border-color: #ddd;
}
/* line 5672, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
/* line 5677, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
/* line 5680, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
/* line 5684, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
/* line 5687, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.panel-primary {
  border-color: #337ab7;
}
/* line 5690, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
/* line 5695, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
/* line 5698, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
/* line 5702, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
/* line 5705, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.panel-success {
  border-color: #d6e9c6;
}
/* line 5708, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
/* line 5713, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
/* line 5716, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
/* line 5720, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
/* line 5723, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.panel-info {
  border-color: #bce8f1;
}
/* line 5726, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
/* line 5731, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
/* line 5734, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
/* line 5738, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
/* line 5741, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.panel-warning {
  border-color: #faebcc;
}
/* line 5744, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
/* line 5749, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
/* line 5752, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
/* line 5756, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
/* line 5759, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.panel-danger {
  border-color: #ebccd1;
}
/* line 5762, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
/* line 5767, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
/* line 5770, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
/* line 5774, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
/* line 5777, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
/* line 5784, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 5797, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
/* line 5800, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
/* line 5803, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 5813, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
/* line 5817, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
/* line 5821, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
/* line 5825, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 5835, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
/* line 5843, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
/* line 5850, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.modal-open {
  overflow: hidden;
}
/* line 5853, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 5865, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 5874, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 5880, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
/* line 5884, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
/* line 5889, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 5901, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
/* line 5910, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
/* line 5914, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
/* line 5918, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
/* line 5922, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.modal-header .close {
  margin-top: -2px;
}
/* line 5925, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
/* line 5929, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.modal-body {
  position: relative;
  padding: 15px;
}
/* line 5933, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
/* line 5938, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
/* line 5942, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
/* line 5945, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
/* line 5948, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  /* line 5956, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  /* line 5960, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 5964, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  /* line 5969, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .modal-lg {
    width: 900px;
  }
}
/* line 5973, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 5997, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
/* line 6001, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
/* line 6005, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
/* line 6009, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
/* line 6013, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
/* line 6017, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
/* line 6025, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
/* line 6032, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/* line 6039, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 6046, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 6053, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 6060, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 6067, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
/* line 6074, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 6081, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 6088, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 6122, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.popover.top {
  margin-top: -10px;
}
/* line 6125, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.popover.right {
  margin-left: 10px;
}
/* line 6128, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.popover.bottom {
  margin-top: 10px;
}
/* line 6131, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.popover.left {
  margin-left: -10px;
}
/* line 6134, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 6142, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.popover-content {
  padding: 9px 14px;
}
/* line 6145, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
/* line 6154, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.popover > .arrow {
  border-width: 11px;
}
/* line 6157, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
/* line 6161, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 6169, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
/* line 6176, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 6184, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
/* line 6191, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 6199, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
/* line 6206, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 6214, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
/* line 6221, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.carousel {
  position: relative;
}
/* line 6224, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
/* line 6229, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 6236, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  /* line 6241, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 6251, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 6257, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 6263, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 6271, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
/* line 6276, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.carousel-inner > .active {
  left: 0;
}
/* line 6279, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 6285, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.carousel-inner > .next {
  left: 100%;
}
/* line 6288, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.carousel-inner > .prev {
  left: -100%;
}
/* line 6291, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
/* line 6295, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.carousel-inner > .active.left {
  left: -100%;
}
/* line 6298, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.carousel-inner > .active.right {
  left: 100%;
}
/* line 6301, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 6315, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 6323, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 6333, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
/* line 6341, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 6351, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
/* line 6356, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
/* line 6361, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
/* line 6368, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.carousel-control .icon-prev:before {
  content: '\2039';
}
/* line 6371, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.carousel-control .icon-next:before {
  content: '\203a';
}
/* line 6374, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 6385, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 6397, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
/* line 6403, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 6415, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  /* line 6419, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 6428, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  /* line 6432, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  /* line 6436, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  /* line 6441, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .carousel-indicators {
    bottom: 20px;
  }
}
/* line 6445, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 6480, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 6498, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
/* line 6503, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.pull-right {
  float: right !important;
}
/* line 6506, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.pull-left {
  float: left !important;
}
/* line 6509, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.hide {
  display: none !important;
}
/* line 6512, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.show {
  display: block !important;
}
/* line 6515, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.invisible {
  visibility: hidden;
}
/* line 6518, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
/* line 6525, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.hidden {
  display: none !important;
}
/* line 6528, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
/* line 6534, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
/* line 6540, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 6555, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .visible-xs {
    display: block !important;
  }
  /* line 6558, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  table.visible-xs {
    display: table !important;
  }
  /* line 6561, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  tr.visible-xs {
    display: table-row !important;
  }
  /* line 6564, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  /* line 6570, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  /* line 6575, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  /* line 6580, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 6585, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .visible-sm {
    display: block !important;
  }
  /* line 6588, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  table.visible-sm {
    display: table !important;
  }
  /* line 6591, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  tr.visible-sm {
    display: table-row !important;
  }
  /* line 6594, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 6600, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 6605, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 6610, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6615, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .visible-md {
    display: block !important;
  }
  /* line 6618, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  table.visible-md {
    display: table !important;
  }
  /* line 6621, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  tr.visible-md {
    display: table-row !important;
  }
  /* line 6624, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6630, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6635, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6640, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  /* line 6645, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .visible-lg {
    display: block !important;
  }
  /* line 6648, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  table.visible-lg {
    display: table !important;
  }
  /* line 6651, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  tr.visible-lg {
    display: table-row !important;
  }
  /* line 6654, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 6660, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  /* line 6665, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  /* line 6670, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  /* line 6675, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 6680, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6685, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 6690, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .hidden-lg {
    display: none !important;
  }
}
/* line 6694, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.visible-print {
  display: none !important;
}
@media print {
  /* line 6698, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .visible-print {
    display: block !important;
  }
  /* line 6701, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  table.visible-print {
    display: table !important;
  }
  /* line 6704, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  tr.visible-print {
    display: table-row !important;
  }
  /* line 6707, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
/* line 6712, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.visible-print-block {
  display: none !important;
}
@media print {
  /* line 6716, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .visible-print-block {
    display: block !important;
  }
}
/* line 6720, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.visible-print-inline {
  display: none !important;
}
@media print {
  /* line 6724, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .visible-print-inline {
    display: inline !important;
  }
}
/* line 6728, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
.visible-print-inline-block {
  display: none !important;
}
@media print {
  /* line 6732, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  /* line 6737, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/bootstrap.css */
  .hidden-print {
    display: none !important;
  }
}
/* fonts */
@font-face {
  font-family: 'FuturaBold';
  src: url('/++theme++plonetheme.hetpark/fonts/FuturaPT-Bold.woff') format("woff"), url('/++theme++plonetheme.hetpark/fonts/FuturaPT-Bold.otf') format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HelveticaBold';
  src: url('/++theme++plonetheme.hetpark/fonts/HelveticaNeue-Bold.woff') format("woff"), url('/++theme++plonetheme.hetpark/fonts/HelveticaNeue-Bold.ttf') format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HelveticaMedium';
  src: url('/++theme++plonetheme.hetpark/fonts/HelveticaNeue-Medium.woff') format("woff"), url('/++theme++plonetheme.hetpark/fonts/HelveticaNeue-Medium.ttf') format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HelveticaRegular';
  src: url('/++theme++plonetheme.hetpark/fonts/HelveticaNeue-Regular.woff') format("woff"), url('/++theme++plonetheme.hetpark/fonts/HelveticaNeue-Regular.ttf') format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Fonts variables */
/* Colors */
/* Primary colors */
/* Secondary */
/* Grey colors */
/* Grey colors secondary */
/* TODO need to be removed */
/* line 5, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/hetpark.less */
body.frontend {
  font-family: 'HelveticaRegular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #000000;
  -webkit-font-smoothing: antialiased;
}
/* line 14, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/hetpark.less */
body.frontend p,
body#tinymce p {
  line-height: 1.5;
  margin: 30px 0;
}
/* line 17, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/hetpark.less */
body.frontend p a,
body#tinymce p a {
  text-decoration: none;
  border-bottom: 1px solid #b02318;
}
/* line 23, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/hetpark.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: 'HelveticaRegular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 800;
}
/* line 33, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/hetpark.less */
body.frontend a,
body#tinymce a {
  color: #556fa2;
  text-decoration: none;
  /*border-bottom: 1px solid @brand-primary;*/
}
/* line 37, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/hetpark.less */
body.frontend a:hover,
body#tinymce a:hover,
body.frontend a:focus,
body#tinymce a:focus {
  color: #556fa2;
  text-decoration: #556fa2;
  /*border-bottom: 0px;*/
}
/* line 51, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/hetpark.less */
body.frontend blockquote,
body#tinymce blockquote {
  color: #808080;
  font-style: italic;
}
/* line 60, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/hetpark.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.hetpark.nl/++theme++plonetheme.hetpark/css/hetpark.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.hetpark.nl/++theme++plonetheme.hetpark/css/hetpark.less */
body.frontend .post-preview a,
body#tinymce .post-preview a {
  color: #404040;
}
/* line 71, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/hetpark.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: #b02318;
}
/* line 76, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/hetpark.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.hetpark.nl/++theme++plonetheme.hetpark/css/hetpark.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.hetpark.nl/++theme++plonetheme.hetpark/css/hetpark.less */
body.frontend .post-preview .post-meta a,
body#tinymce .post-preview .post-meta a {
  text-decoration: none;
  color: #494a51;
  border-bottom: 1px solid #b02318;
}
/* line 92, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/hetpark.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: #b02318;
  border-bottom: 0px;
}
@media only screen and (min-width: 768px) {
  /* line 101, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/hetpark.less */
  body.frontend .post-preview a .post-title,
  body#tinymce .post-preview a .post-title {
    font-size: 36px;
  }
}
/* line 111, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/hetpark.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.hetpark.nl/++theme++plonetheme.hetpark/css/hetpark.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.hetpark.nl/++theme++plonetheme.hetpark/css/hetpark.less */
body.frontend .floating-label-form-group > .field:not(.ArchetypesBooleanWidget):not(.ArchetypesCalendarWidget):not(.ArchetypesMultiSelectionWidget):not(.ArchetypesSelectionWidget):not(.ArchetypesDateWidget):not(.ArchetypesLikertWidget) label,
body#tinymce .floating-label-form-group > .field:not(.ArchetypesBooleanWidget):not(.ArchetypesCalendarWidget):not(.ArchetypesMultiSelectionWidget):not(.ArchetypesSelectionWidget):not(.ArchetypesDateWidget):not(.ArchetypesLikertWidget) label {
  display: block;
  z-index: 0;
  position: relative;
  top: 2em;
  margin: 0;
  font-size: 17px;
  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.hetpark.nl/++theme++plonetheme.hetpark/css/hetpark.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.hetpark.nl/++theme++plonetheme.hetpark/css/hetpark.less */
body.frontend .floating-label-form-group-with-value > .field:not(.ArchetypesBooleanWidget):not(.ArchetypesCalendarWidget):not(.ArchetypesMultiSelectionWidget):not(.ArchetypesSelectionWidget):not(.ArchetypesDateWidget) label,
body#tinymce .floating-label-form-group-with-value > .field:not(.ArchetypesBooleanWidget):not(.ArchetypesCalendarWidget):not(.ArchetypesMultiSelectionWidget):not(.ArchetypesSelectionWidget):not(.ArchetypesDateWidget) label {
  top: 0;
  opacity: 1;
}
/* line 172, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/hetpark.less */
body.frontend .floating-label-form-group-with-focus > .field:not(.ArchetypesBooleanWidget):not(.ArchetypesCalendarWidget):not(.ArchetypesMultiSelectionWidget):not(.ArchetypesSelectionWidget):not(.ArchetypesDateWidget) label,
body#tinymce .floating-label-form-group-with-focus > .field:not(.ArchetypesBooleanWidget):not(.ArchetypesCalendarWidget):not(.ArchetypesMultiSelectionWidget):not(.ArchetypesSelectionWidget):not(.ArchetypesDateWidget) label {
  color: #b02318;
}
/* line 177, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/hetpark.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.hetpark.nl/++theme++plonetheme.hetpark/css/hetpark.less */
body.frontend .btn,
body#tinymce .btn {
  font-family: 'HelveticaRegular', "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.hetpark.nl/++theme++plonetheme.hetpark/css/hetpark.less */
body.frontend .btn-lg,
body#tinymce .btn-lg {
  font-size: 16px;
  padding: 25px 35px;
}
/* line 198, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/hetpark.less */
body.frontend .btn-default:hover,
body#tinymce .btn-default:hover,
body.frontend .btn-default:focus,
body#tinymce .btn-default:focus {
  background-color: #b02318;
  border: 1px solid #b02318;
  color: white;
}
/* line 207, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/hetpark.less */
body.frontend .pager,
body#tinymce .pager {
  margin: 0px 0 0;
}
/* line 211, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/hetpark.less */
body.frontend .pager li > a,
body#tinymce .pager li > a,
body.frontend .pager li > span,
body#tinymce .pager li > span {
  font-family: 'HelveticaRegular', "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.hetpark.nl/++theme++plonetheme.hetpark/css/hetpark.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: #b02318;
  border: 1px solid #b02318 !important;
}
/* line 232, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/hetpark.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.hetpark.nl/++theme++plonetheme.hetpark/css/hetpark.less */
body.frontend ::-moz-selection,
body#tinymce ::-moz-selection {
  color: white;
  text-shadow: none;
  background: #b02318;
}
/* line 251, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/hetpark.less */
body.frontend ::selection,
body#tinymce ::selection {
  color: white;
  text-shadow: none;
  background: #b02318;
}
/* line 257, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/hetpark.less */
body.frontend img::selection,
body#tinymce img::selection {
  color: white;
  background: transparent;
}
/* line 262, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/hetpark.less */
body.frontend img::-moz-selection,
body#tinymce img::-moz-selection {
  color: white;
  background: transparent;
}
/* line 268, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/hetpark.less */
body {
  webkit-tap-highlight-color: #b02318;
}
/* line 273, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/hetpark.less */
.navbar-custom {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  font-family: 'HelveticaRegular', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 280, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/hetpark.less */
.navbar-custom .navbar-brand {
  font-weight: 800;
}
/* line 285, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/hetpark.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.hetpark.nl/++theme++plonetheme.hetpark/css/hetpark.less */
  .navbar-custom {
    background: transparent;
    border-bottom: 0px solid transparent;
  }
  /* line 296, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/hetpark.less */
  .navbar-custom .navbar-brand {
    color: white;
    padding: 20px;
  }
  /* line 299, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/hetpark.less */
  .navbar-custom .navbar-brand:hover,
  .navbar-custom .navbar-brand:focus {
    color: rgba(255, 255, 255, 0.8);
  }
  /* line 306, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/hetpark.less */
  .navbar-custom .nav li a {
    color: white;
    padding: 20px;
  }
  /* line 309, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/hetpark.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.hetpark.nl/++theme++plonetheme.hetpark/css/hetpark.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.hetpark.nl/++theme++plonetheme.hetpark/css/hetpark.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.hetpark.nl/++theme++plonetheme.hetpark/css/hetpark.less */
  .navbar-custom.is-fixed .navbar-brand {
    color: #404040;
  }
  /* line 340, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/hetpark.less */
  .navbar-custom.is-fixed .navbar-brand:hover,
  .navbar-custom.is-fixed .navbar-brand:focus {
    color: #b02318;
  }
  /* line 347, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/hetpark.less */
  .navbar-custom.is-fixed .nav li a {
    color: #404040;
  }
  /* line 349, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/hetpark.less */
  .navbar-custom.is-fixed .nav li a:hover,
  .navbar-custom.is-fixed .nav li a:focus {
    color: #b02318;
  }
  /* line 357, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/hetpark.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.hetpark.nl/++theme++plonetheme.hetpark/css/hetpark.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.hetpark.nl/++theme++plonetheme.hetpark/css/hetpark.less */
  .intro-header {
    margin-bottom: 40px;
  }
}
/* line 380, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/hetpark.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.hetpark.nl/++theme++plonetheme.hetpark/css/hetpark.less */
  .intro-header .site-heading,
  .intro-header .post-heading,
  .intro-header .page-heading {
    padding: 150px 0;
  }
}
/* line 389, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/hetpark.less */
.intro-header .site-heading,
.intro-header .page-heading {
  text-align: center;
}
/* line 392, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/hetpark.less */
.intro-header .site-heading h1,
.intro-header .page-heading h1 {
  margin-top: 0;
  font-size: 50px;
}
/* line 396, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/hetpark.less */
.intro-header .site-heading .subheading,
.intro-header .page-heading .subheading {
  font-size: 24px;
  line-height: 1.1;
  display: block;
  font-family: 'HelveticaRegular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin: 10px 0 0;
}
@media only screen and (min-width: 768px) {
  /* line 405, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/hetpark.less */
  .intro-header .site-heading h1,
  .intro-header .page-heading h1 {
    font-size: 80px;
  }
}
/* line 411, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/hetpark.less */
.intro-header .post-heading h1 {
  font-size: 35px;
}
/* line 414, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/hetpark.less */
.intro-header .post-heading .subheading,
.intro-header .post-heading .meta {
  line-height: 1.1;
  display: block;
}
/* line 419, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/hetpark.less */
.intro-header .post-heading .subheading {
  font-family: 'HelveticaRegular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  margin: 10px 0 30px;
  font-weight: 600;
}
/* line 425, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/hetpark.less */
.intro-header .post-heading .meta {
  font-family: 'HelveticaRegular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 20px;
}
/* line 430, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/hetpark.less */
.intro-header .post-heading .meta a {
  color: white;
}
@media only screen and (min-width: 768px) {
  /* line 435, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/hetpark.less */
  .intro-header .post-heading h1 {
    font-size: 55px;
  }
  /* line 438, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/hetpark.less */
  .intro-header .post-heading .subheading {
    font-size: 30px;
  }
}
/* line 445, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/hetpark.less */
hr.small {
  max-width: 100px;
  margin: 15px auto;
  border-width: 4px;
  border-color: white;
}
/* line 452, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/hetpark.less */
.section-heading {
  font-size: 36px;
  margin-top: 60px;
  font-weight: 700;
}
/* line 458, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/hetpark.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.hetpark.nl/++theme++plonetheme.hetpark/css/hetpark.less */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 800;
}
/* line 478, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/hetpark.less */
footer {
  padding: 50px 0 65px;
}
/* line 480, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/hetpark.less */
footer .list-inline {
  margin: 0;
  padding: 0;
}
/* line 484, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/hetpark.less */
footer .copyright {
  font-size: 14px;
  text-align: center;
  margin-bottom: 0;
  font-family: 'HelveticaRegular', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 491, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/hetpark.less */
footer a {
  color: #404040;
}
/* line 493, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/hetpark.less */
footer a:hover,
footer a:focus {
  color: #b02318;
}
/* line 500, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/hetpark.less */
footer a img:hover,
footer a img:focus {
  cursor: zoom-in;
}
/* line 506, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/hetpark.less */
footer p {
  line-height: 1.5;
  margin: 30px 0;
}
/* line 509, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/hetpark.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';
  font-display: swap;
  src: url('/++theme++plonetheme.hetpark/fonts/fontawesome-webfont.eot');
  src: url('/++theme++plonetheme.hetpark/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('/intk/images/fontawesome-webfont.woff') format('woff'), url('/++theme++plonetheme.hetpark/fonts/fontawesome-webfont.ttf') format('truetype'), url('/++theme++plonetheme.hetpark/fonts/fontawesome-webfont.svg#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-2x {
  font-size: 2em;
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-3x {
  font-size: 3em;
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-4x {
  font-size: 4em;
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-5x {
  font-size: 5em;
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-ul > li {
  position: relative;
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-li.fa-lg {
  left: -1.85714286em;
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: 0.1em;
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.pull-right {
  float: right;
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.pull-left {
  float: left;
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa.pull-left {
  margin-right: 0.3em;
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa.pull-right {
  margin-left: 0.3em;
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
  0% {
    -moz-transform: rotate(0deg);
  }
  /* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  /* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
  0% {
    -webkit-transform: rotate(0deg);
  }
  /* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  /* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
  0% {
    -o-transform: rotate(0deg);
  }
  /* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  /* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  /* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-stack-1x {
  line-height: inherit;
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-stack-2x {
  font-size: 2em;
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-inverse {
  color: #ffffff;
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-glass:before {
  content: "\f000";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-music:before {
  content: "\f001";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-search:before {
  content: "\f002";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-envelope-o:before {
  content: "\f003";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-heart:before {
  content: "\f004";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-star:before {
  content: "\f005";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-star-o:before {
  content: "\f006";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-user:before {
  content: "\f007";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-film:before {
  content: "\f008";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-th-large:before {
  content: "\f009";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-th:before {
  content: "\f00a";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-th-list:before {
  content: "\f00b";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-check:before {
  content: "\f00c";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-times:before {
  content: "\f00d";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-search-plus:before {
  content: "\f00e";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-search-minus:before {
  content: "\f010";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-power-off:before {
  content: "\f011";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-signal:before {
  content: "\f012";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-trash-o:before {
  content: "\f014";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-home:before {
  content: "\f015";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-file-o:before {
  content: "\f016";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-clock-o:before {
  content: "\f017";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-road:before {
  content: "\f018";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-download:before {
  content: "\f019";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-inbox:before {
  content: "\f01c";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-play-circle-o:before {
  content: "\f01d";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-refresh:before {
  content: "\f021";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-list-alt:before {
  content: "\f022";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-lock:before {
  content: "\f023";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-flag:before {
  content: "\f024";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-headphones:before {
  content: "\f025";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-volume-off:before {
  content: "\f026";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-volume-down:before {
  content: "\f027";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-volume-up:before {
  content: "\f028";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-qrcode:before {
  content: "\f029";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-barcode:before {
  content: "\f02a";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-tag:before {
  content: "\f02b";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-tags:before {
  content: "\f02c";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-book:before {
  content: "\f02d";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-bookmark:before {
  content: "\f02e";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-print:before {
  content: "\f02f";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-camera:before {
  content: "\f030";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-font:before {
  content: "\f031";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-bold:before {
  content: "\f032";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-italic:before {
  content: "\f033";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-text-height:before {
  content: "\f034";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-text-width:before {
  content: "\f035";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-align-left:before {
  content: "\f036";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-align-center:before {
  content: "\f037";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-align-right:before {
  content: "\f038";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-align-justify:before {
  content: "\f039";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-list:before {
  content: "\f03a";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-indent:before {
  content: "\f03c";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-video-camera:before {
  content: "\f03d";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-pencil:before {
  content: "\f040";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-map-marker:before {
  content: "\f041";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-adjust:before {
  content: "\f042";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-tint:before {
  content: "\f043";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-share-square-o:before {
  content: "\f045";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-check-square-o:before {
  content: "\f046";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-arrows:before {
  content: "\f047";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-step-backward:before {
  content: "\f048";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-fast-backward:before {
  content: "\f049";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-backward:before {
  content: "\f04a";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-play:before {
  content: "\f04b";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-pause:before {
  content: "\f04c";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-stop:before {
  content: "\f04d";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-forward:before {
  content: "\f04e";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-fast-forward:before {
  content: "\f050";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-step-forward:before {
  content: "\f051";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-eject:before {
  content: "\f052";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-chevron-left:before {
  content: "\f053";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-chevron-right:before {
  content: "\f054";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-plus-circle:before {
  content: "\f055";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-minus-circle:before {
  content: "\f056";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-times-circle:before {
  content: "\f057";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-check-circle:before {
  content: "\f058";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-question-circle:before {
  content: "\f059";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-info-circle:before {
  content: "\f05a";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-crosshairs:before {
  content: "\f05b";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-times-circle-o:before {
  content: "\f05c";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-check-circle-o:before {
  content: "\f05d";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-ban:before {
  content: "\f05e";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-arrow-left:before {
  content: "\f060";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-arrow-right:before {
  content: "\f061";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-arrow-up:before {
  content: "\f062";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-arrow-down:before {
  content: "\f063";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-expand:before {
  content: "\f065";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-compress:before {
  content: "\f066";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-plus:before {
  content: "\f067";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-minus:before {
  content: "\f068";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-asterisk:before {
  content: "\f069";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-exclamation-circle:before {
  content: "\f06a";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-gift:before {
  content: "\f06b";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-leaf:before {
  content: "\f06c";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-fire:before {
  content: "\f06d";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-eye:before {
  content: "\f06e";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-eye-slash:before {
  content: "\f070";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-plane:before {
  content: "\f072";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-calendar:before {
  content: "\f073";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-random:before {
  content: "\f074";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-comment:before {
  content: "\f075";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-magnet:before {
  content: "\f076";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-chevron-up:before {
  content: "\f077";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-chevron-down:before {
  content: "\f078";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-retweet:before {
  content: "\f079";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-shopping-cart:before {
  content: "\f07a";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-folder:before {
  content: "\f07b";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-folder-open:before {
  content: "\f07c";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-arrows-v:before {
  content: "\f07d";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-arrows-h:before {
  content: "\f07e";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-bar-chart-o:before {
  content: "\f080";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-twitter-square:before {
  content: "\f081";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-facebook-square:before {
  content: "\f082";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-camera-retro:before {
  content: "\f083";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-key:before {
  content: "\f084";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-comments:before {
  content: "\f086";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-thumbs-o-up:before {
  content: "\f087";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-thumbs-o-down:before {
  content: "\f088";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-star-half:before {
  content: "\f089";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-heart-o:before {
  content: "\f08a";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-sign-out:before {
  content: "\f08b";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-linkedin-square:before {
  content: "\f08c";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-thumb-tack:before {
  content: "\f08d";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-external-link:before {
  content: "\f08e";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-sign-in:before {
  content: "\f090";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-trophy:before {
  content: "\f091";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-github-square:before {
  content: "\f092";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-upload:before {
  content: "\f093";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-lemon-o:before {
  content: "\f094";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-phone:before {
  content: "\f095";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-square-o:before {
  content: "\f096";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-bookmark-o:before {
  content: "\f097";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-phone-square:before {
  content: "\f098";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-twitter:before {
  content: "\f099";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-facebook:before {
  content: "\f09a";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-github:before {
  content: "\f09b";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-unlock:before {
  content: "\f09c";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-credit-card:before {
  content: "\f09d";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-rss:before {
  content: "\f09e";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-hdd-o:before {
  content: "\f0a0";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-bullhorn:before {
  content: "\f0a1";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-bell:before {
  content: "\f0f3";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-certificate:before {
  content: "\f0a3";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-hand-o-right:before {
  content: "\f0a4";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-hand-o-left:before {
  content: "\f0a5";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-hand-o-up:before {
  content: "\f0a6";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-hand-o-down:before {
  content: "\f0a7";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-globe:before {
  content: "\f0ac";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-wrench:before {
  content: "\f0ad";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-tasks:before {
  content: "\f0ae";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-filter:before {
  content: "\f0b0";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-briefcase:before {
  content: "\f0b1";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-arrows-alt:before {
  content: "\f0b2";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-cloud:before {
  content: "\f0c2";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-flask:before {
  content: "\f0c3";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-paperclip:before {
  content: "\f0c6";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-square:before {
  content: "\f0c8";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-list-ul:before {
  content: "\f0ca";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-list-ol:before {
  content: "\f0cb";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-strikethrough:before {
  content: "\f0cc";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-underline:before {
  content: "\f0cd";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-table:before {
  content: "\f0ce";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-magic:before {
  content: "\f0d0";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-truck:before {
  content: "\f0d1";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-pinterest:before {
  content: "\f0d2";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-pinterest-square:before {
  content: "\f0d3";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-google-plus-square:before {
  content: "\f0d4";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-google-plus:before {
  content: "\f0d5";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-money:before {
  content: "\f0d6";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-caret-down:before {
  content: "\f0d7";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-caret-up:before {
  content: "\f0d8";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-caret-left:before {
  content: "\f0d9";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-caret-right:before {
  content: "\f0da";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-columns:before {
  content: "\f0db";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-envelope:before {
  content: "\f0e0";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-linkedin:before {
  content: "\f0e1";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-comment-o:before {
  content: "\f0e5";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-comments-o:before {
  content: "\f0e6";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-sitemap:before {
  content: "\f0e8";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-umbrella:before {
  content: "\f0e9";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-lightbulb-o:before {
  content: "\f0eb";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-exchange:before {
  content: "\f0ec";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-cloud-download:before {
  content: "\f0ed";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-cloud-upload:before {
  content: "\f0ee";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-user-md:before {
  content: "\f0f0";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-stethoscope:before {
  content: "\f0f1";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-suitcase:before {
  content: "\f0f2";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-bell-o:before {
  content: "\f0a2";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-coffee:before {
  content: "\f0f4";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-cutlery:before {
  content: "\f0f5";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-file-text-o:before {
  content: "\f0f6";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-building-o:before {
  content: "\f0f7";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-hospital-o:before {
  content: "\f0f8";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-ambulance:before {
  content: "\f0f9";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-medkit:before {
  content: "\f0fa";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-fighter-jet:before {
  content: "\f0fb";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-beer:before {
  content: "\f0fc";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-h-square:before {
  content: "\f0fd";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-plus-square:before {
  content: "\f0fe";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-angle-double-left:before {
  content: "\f100";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-angle-double-right:before {
  content: "\f101";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-angle-double-up:before {
  content: "\f102";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-angle-double-down:before {
  content: "\f103";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-angle-left:before {
  content: "\f104";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-angle-right:before {
  content: "\f105";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-angle-up:before {
  content: "\f106";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-angle-down:before {
  content: "\f107";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-desktop:before {
  content: "\f108";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-laptop:before {
  content: "\f109";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-tablet:before {
  content: "\f10a";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-circle-o:before {
  content: "\f10c";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-quote-left:before {
  content: "\f10d";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-quote-right:before {
  content: "\f10e";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-spinner:before {
  content: "\f110";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-circle:before {
  content: "\f111";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-github-alt:before {
  content: "\f113";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-folder-o:before {
  content: "\f114";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-folder-open-o:before {
  content: "\f115";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-smile-o:before {
  content: "\f118";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-frown-o:before {
  content: "\f119";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-meh-o:before {
  content: "\f11a";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-gamepad:before {
  content: "\f11b";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-keyboard-o:before {
  content: "\f11c";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-flag-o:before {
  content: "\f11d";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-flag-checkered:before {
  content: "\f11e";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-terminal:before {
  content: "\f120";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-code:before {
  content: "\f121";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-location-arrow:before {
  content: "\f124";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-crop:before {
  content: "\f125";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-code-fork:before {
  content: "\f126";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-question:before {
  content: "\f128";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-info:before {
  content: "\f129";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-exclamation:before {
  content: "\f12a";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-superscript:before {
  content: "\f12b";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-subscript:before {
  content: "\f12c";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-eraser:before {
  content: "\f12d";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-puzzle-piece:before {
  content: "\f12e";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-microphone:before {
  content: "\f130";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-microphone-slash:before {
  content: "\f131";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-shield:before {
  content: "\f132";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-calendar-o:before {
  content: "\f133";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-fire-extinguisher:before {
  content: "\f134";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-rocket:before {
  content: "\f135";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-maxcdn:before {
  content: "\f136";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-chevron-circle-left:before {
  content: "\f137";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-chevron-circle-right:before {
  content: "\f138";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-chevron-circle-up:before {
  content: "\f139";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-chevron-circle-down:before {
  content: "\f13a";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-html5:before {
  content: "\f13b";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-css3:before {
  content: "\f13c";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-anchor:before {
  content: "\f13d";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-unlock-alt:before {
  content: "\f13e";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-bullseye:before {
  content: "\f140";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-ellipsis-h:before {
  content: "\f141";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-ellipsis-v:before {
  content: "\f142";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-rss-square:before {
  content: "\f143";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-play-circle:before {
  content: "\f144";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-ticket:before {
  content: "\f145";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-minus-square:before {
  content: "\f146";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-minus-square-o:before {
  content: "\f147";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-level-up:before {
  content: "\f148";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-level-down:before {
  content: "\f149";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-check-square:before {
  content: "\f14a";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-pencil-square:before {
  content: "\f14b";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-external-link-square:before {
  content: "\f14c";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-share-square:before {
  content: "\f14d";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-compass:before {
  content: "\f14e";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-gbp:before {
  content: "\f154";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-file:before {
  content: "\f15b";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-file-text:before {
  content: "\f15c";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-sort-amount-asc:before {
  content: "\f160";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-sort-amount-desc:before {
  content: "\f161";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-sort-numeric-asc:before {
  content: "\f162";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-sort-numeric-desc:before {
  content: "\f163";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-thumbs-up:before {
  content: "\f164";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-thumbs-down:before {
  content: "\f165";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-youtube-square:before {
  content: "\f166";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-youtube:before {
  content: "\f167";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-xing:before {
  content: "\f168";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-xing-square:before {
  content: "\f169";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-youtube-play:before {
  content: "\f16a";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-dropbox:before {
  content: "\f16b";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-stack-overflow:before {
  content: "\f16c";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-instagram:before {
  content: "\f16d";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-flickr:before {
  content: "\f16e";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-adn:before {
  content: "\f170";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-bitbucket:before {
  content: "\f171";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-bitbucket-square:before {
  content: "\f172";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-tumblr:before {
  content: "\f173";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-tumblr-square:before {
  content: "\f174";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-long-arrow-down:before {
  content: "\f175";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-long-arrow-up:before {
  content: "\f176";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-long-arrow-left:before {
  content: "\f177";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-long-arrow-right:before {
  content: "\f178";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-apple:before {
  content: "\f179";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-windows:before {
  content: "\f17a";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-android:before {
  content: "\f17b";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-linux:before {
  content: "\f17c";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-dribbble:before {
  content: "\f17d";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-skype:before {
  content: "\f17e";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-foursquare:before {
  content: "\f180";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-trello:before {
  content: "\f181";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-female:before {
  content: "\f182";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-male:before {
  content: "\f183";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-gittip:before {
  content: "\f184";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-sun-o:before {
  content: "\f185";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-moon-o:before {
  content: "\f186";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-archive:before {
  content: "\f187";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-bug:before {
  content: "\f188";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-vk:before {
  content: "\f189";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-weibo:before {
  content: "\f18a";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-renren:before {
  content: "\f18b";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-pagelines:before {
  content: "\f18c";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-stack-exchange:before {
  content: "\f18d";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-dot-circle-o:before {
  content: "\f192";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-wheelchair:before {
  content: "\f193";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-vimeo-square:before {
  content: "\f194";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-plus-square-o:before {
  content: "\f196";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-space-shuttle:before {
  content: "\f197";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-slack:before {
  content: "\f198";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-envelope-square:before {
  content: "\f199";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-wordpress:before {
  content: "\f19a";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-openid:before {
  content: "\f19b";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-yahoo:before {
  content: "\f19e";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-google:before {
  content: "\f1a0";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-reddit:before {
  content: "\f1a1";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-reddit-square:before {
  content: "\f1a2";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-stumbleupon:before {
  content: "\f1a4";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-delicious:before {
  content: "\f1a5";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-digg:before {
  content: "\f1a6";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-pied-piper-square:before,
.fa-pied-piper:before {
  content: "\f1a7";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-drupal:before {
  content: "\f1a9";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-joomla:before {
  content: "\f1aa";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-language:before {
  content: "\f1ab";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-fax:before {
  content: "\f1ac";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-building:before {
  content: "\f1ad";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-child:before {
  content: "\f1ae";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-paw:before {
  content: "\f1b0";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-spoon:before {
  content: "\f1b1";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-cube:before {
  content: "\f1b2";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-cubes:before {
  content: "\f1b3";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-behance:before {
  content: "\f1b4";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-behance-square:before {
  content: "\f1b5";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-steam:before {
  content: "\f1b6";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-steam-square:before {
  content: "\f1b7";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-recycle:before {
  content: "\f1b8";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-tree:before {
  content: "\f1bb";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-spotify:before {
  content: "\f1bc";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-deviantart:before {
  content: "\f1bd";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-soundcloud:before {
  content: "\f1be";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-database:before {
  content: "\f1c0";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-file-pdf-o:before {
  content: "\f1c1";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-file-word-o:before {
  content: "\f1c2";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-file-excel-o:before {
  content: "\f1c3";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-file-code-o:before {
  content: "\f1c9";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-vine:before {
  content: "\f1ca";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-codepen:before {
  content: "\f1cb";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-jsfiddle:before {
  content: "\f1cc";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-life-bouy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-circle-o-notch:before {
  content: "\f1ce";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-git-square:before {
  content: "\f1d2";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-git:before {
  content: "\f1d3";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-hacker-news:before {
  content: "\f1d4";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-tencent-weibo:before {
  content: "\f1d5";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-qq:before {
  content: "\f1d6";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-history:before {
  content: "\f1da";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-circle-thin:before {
  content: "\f1db";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-header:before {
  content: "\f1dc";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-paragraph:before {
  content: "\f1dd";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-sliders:before {
  content: "\f1de";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-share-alt:before {
  content: "\f1e0";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-share-alt-square:before {
  content: "\f1e1";
}
/* line 4, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/fontawesome.css */
.fa-bomb:before {
  content: "\f1e2";
}
/* Slick light box */
/* line 2, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.slick-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: black;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
/* line 2, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.slick-lightbox .slick-loading .slick-list {
  background-color: transparent;
}
/* line 2, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.slick-lightbox .slick-prev {
  left: 15px;
}
/* line 2, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.slick-lightbox .slick-next {
  right: 15px;
}
/* line 2, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.slick-lightbox-hide {
  opacity: 0;
}
/* line 2, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.slick-lightbox-hide.slick-lightbox-ie {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
/* line 2, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.slick-lightbox-hide-init {
  position: absolute;
  top: -9999px;
  opacity: 0;
}
/* line 2, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.slick-lightbox-hide-init.slick-lightbox-ie {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
/* line 2, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.slick-lightbox-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 2, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.slick-lightbox-slick-item {
  text-align: center;
  overflow: hidden;
}
/* line 2, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.slick-lightbox-slick-item:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
/* line 2, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}
/* line 2, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  display: block;
  text-align: center;
}
/* line 2, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.slick-lightbox-slick-item-inner {
  display: inline-block;
  vertical-align: middle;
  max-width: 90%;
  max-height: 90%;
}
/* line 2, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.slick-lightbox-slick-img {
  margin: 0 auto;
  display: block;
  max-width: 90%;
  max-height: 90%;
}
/* line 2, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.slick-lightbox-slick-caption {
  margin: 10px 0 0;
  color: white;
}
/* line 2, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.slick-lightbox-close {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  padding: 0;
  border: none;
}
/* line 2, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.slick-lightbox-close:focus {
  outline: none;
}
/* line 2, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.slick-lightbox-close:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '×';
}
/* Media element js */
/* line 5, https://www.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.me-plugin {
  position: absolute;
}
/* line 5, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.mejs-embed,
.mejs-embed body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #000;
  overflow: hidden;
}
/* line 5, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.mejs-fullscreen {
  overflow: hidden!important;
}
/* line 5, https://www.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video {
  width: 100%;
  height: 100%;
}
/* line 5, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.mejs-clear {
  clear: both;
}
/* line 5, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.mejs-background {
  position: absolute;
  top: 0;
  left: 0;
}
/* line 5, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.mejs-mediaelement {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 5, https://www.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
:root .mejs-poster img {
  display: none;
}
/* line 5, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.mejs-poster img {
  padding: 0;
  border: 0;
}
/* line 5, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.mejs-overlay {
  position: absolute;
  top: 0;
  left: 0;
}
/* line 5, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.mejs-overlay-play {
  cursor: pointer;
}
/* line 5, https://www.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark/css/bigplay.svg) no-repeat;
}
/* line 5, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.no-svg .mejs-overlay-button {
  background-image: url(../++theme++plonetheme.hetpark/css/bigplay.png);
}
/* line 5, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.mejs-overlay:hover .mejs-overlay-button {
  background-position: 0 -100px;
}
/* line 5, https://www.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.mejs-overlay-loading span {
  display: block;
  width: 80px;
  height: 80px;
  background: transparent url(../++theme++plonetheme.hetpark/css/loading.gif) 50% 50% no-repeat;
}
/* line 5, https://www.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark/css/++resource++collective.mediaelementjs/controls.svg) no-repeat;
}
/* line 5, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.no-svg .mejs-controls .mejs-button button {
  background-image: url(../++theme++plonetheme.hetpark/css/controls.png);
}
/* line 5, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.mejs-controls .mejs-button button:focus {
  outline: dotted 1px #999;
}
/* line 5, https://www.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.mejs-controls .mejs-play button {
  background-position: 0 0;
}
/* line 5, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.mejs-controls .mejs-pause button {
  background-position: 0 -16px;
}
/* line 5, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.mejs-controls .mejs-stop button {
  background-position: -112px 0;
}
/* line 5, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.mejs-controls div.mejs-time-rail {
  direction: ltr;
  width: 200px;
  padding-top: 5px;
}
/* line 5, https://www.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  from {
    background-position: 0 0;
  }
  /* line 5, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  to {
    background-position: 30px 0;
  }
}
@-moz-keyframes buffering-stripes {
  /* line 5, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  from {
    background-position: 0 0;
  }
  /* line 5, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  to {
    background-position: 30px 0;
  }
}
@-ms-keyframes buffering-stripes {
  /* line 5, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  from {
    background-position: 0 0;
  }
  /* line 5, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  to {
    background-position: 30px 0;
  }
}
@-o-keyframes buffering-stripes {
  /* line 5, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  from {
    background-position: 0 0;
  }
  /* line 5, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  to {
    background-position: 30px 0;
  }
}
@keyframes buffering-stripes {
  /* line 5, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  from {
    background-position: 0 0;
  }
  /* line 5, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  to {
    background-position: 30px 0;
  }
}
/* line 5, https://www.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float {
  width: 48px;
}
/* line 5, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current {
  width: 44px;
}
/* line 5, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner {
  left: 18px;
}
/* line 5, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.mejs-controls .mejs-fullscreen-button button {
  background-position: -32px 0;
}
/* line 5, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.mejs-controls .mejs-unfullscreen button {
  background-position: -32px -16px;
}
/* line 5, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.mejs-controls .mejs-mute button {
  background-position: -16px -16px;
}
/* line 5, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.mejs-controls .mejs-unmute button {
  background-position: -16px 0;
}
/* line 5, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.mejs-controls .mejs-volume-button {
  position: relative;
}
/* line 5, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.mejs-controls .mejs-volume-button .mejs-volume-slider {
  display: none;
  height: 115px;
  width: 25px;
  background: url(../++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.mejs-controls div.mejs-horizontal-volume-slider {
  height: 26px;
  width: 60px;
  position: relative;
}
/* line 5, https://www.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
  display: none;
}
/* line 5, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.mejs-controls .mejs-captions-button {
  position: relative;
}
/* line 5, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.mejs-controls .mejs-captions-button button {
  background-position: -48px 0;
}
/* line 5, https://www.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.mejs-controls .mejs-captions-button .mejs-captions-translations {
  font-size: 10px;
  margin: 0 0 5px 0;
}
/* line 5, https://www.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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=#000000);
  overflow: hidden;
  border: 0;
}
/* line 5, https://www.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.mejs-chapters .mejs-chapter .mejs-chapter-block-last {
  border-right: none;
}
/* line 5, https://www.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.mejs-captions-layer a {
  color: #fff;
  text-decoration: underline;
}
/* line 5, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.mejs-captions-layer[lang=ar] {
  font-size: 20px;
  font-weight: normal;
}
/* line 5, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.mejs-captions-position {
  position: absolute;
  width: 100%;
  bottom: 15px;
  left: 0;
}
/* line 5, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.mejs-captions-position-hover {
  bottom: 45px;
}
/* line 5, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.mejs-captions-text {
  padding: 3px 5px;
  background: url(../++theme++plonetheme.hetpark/css/background.png);
  background: rgba(20, 20, 20, 0.8);
}
/* line 5, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.me-cannotplay a {
  color: #fff;
  font-weight: bold;
}
/* line 5, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.me-cannotplay span {
  padding: 15px;
  display: block;
}
/* line 5, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.mejs-controls .mejs-loop-off button {
  background-position: -64px -16px;
}
/* line 5, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.mejs-controls .mejs-loop-on button {
  background-position: -64px 0;
}
/* line 5, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.mejs-controls .mejs-backlight-off button {
  background-position: -80px -16px;
}
/* line 5, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.mejs-controls .mejs-backlight-on button {
  background-position: -80px 0;
}
/* line 5, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.mejs-controls .mejs-picturecontrols-button {
  background-position: -96px 0;
}
/* line 5, https://www.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.mejs-contextmenu .mejs-contextmenu-separator {
  height: 1px;
  font-size: 0;
  margin: 5px 6px;
  background: #333;
}
/* line 5, https://www.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.mejs-contextmenu .mejs-contextmenu-item:hover {
  background: #2C7C91;
  color: #fff;
}
/* line 5, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.mejs-controls .mejs-sourcechooser-button {
  position: relative;
}
/* line 5, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.mejs-controls .mejs-sourcechooser-button button {
  background-position: -128px 0;
}
/* line 5, https://www.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.mejs-postroll-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../++theme++plonetheme.hetpark/css/background.png);
  background: rgba(50, 50, 50, 0.7);
  z-index: 1000;
  overflow: hidden;
}
/* line 5, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.mejs-postroll-layer-content {
  width: 100%;
  height: 100%;
}
/* line 5, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.mejs-postroll-close {
  position: absolute;
  right: 0;
  top: 0;
  background: url(../++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.rrssb-buttons:after {
  clear: both;
}
/* line 8, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.rrssb-buttons:after,
.rrssb-buttons:before {
  content: ' ';
  display: table;
}
/* line 8, https://www.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.rrssb-buttons li.rrssb-email a {
  background-color: #0a88ff;
}
/* line 8, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.rrssb-buttons li.rrssb-email a:hover {
  background-color: #006ed6;
}
/* line 8, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.rrssb-buttons li.rrssb-facebook a {
  background-color: #306199;
}
/* line 8, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.rrssb-buttons li.rrssb-facebook a:hover {
  background-color: #244872;
}
/* line 8, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.rrssb-buttons li.rrssb-tumblr a {
  background-color: #32506d;
}
/* line 8, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.rrssb-buttons li.rrssb-tumblr a:hover {
  background-color: #22364a;
}
/* line 8, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.rrssb-buttons li.rrssb-linkedin a {
  background-color: #007bb6;
}
/* line 8, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.rrssb-buttons li.rrssb-linkedin a:hover {
  background-color: #005983;
}
/* line 8, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.rrssb-buttons li.rrssb-twitter a {
  background-color: #26c4f1;
}
/* line 8, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.rrssb-buttons li.rrssb-twitter a:hover {
  background-color: #0eaad6;
}
/* line 8, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.rrssb-buttons li.rrssb-googleplus a {
  background-color: #e93f2e;
}
/* line 8, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.rrssb-buttons li.rrssb-googleplus a:hover {
  background-color: #ce2616;
}
/* line 8, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.rrssb-buttons li.rrssb-youtube a {
  background-color: #df1c31;
}
/* line 8, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.rrssb-buttons li.rrssb-youtube a:hover {
  background-color: #b21627;
}
/* line 8, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.rrssb-buttons li.rrssb-reddit a {
  background-color: #8bbbe3;
}
/* line 8, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.rrssb-buttons li.rrssb-reddit a:hover {
  background-color: #62a3d9;
}
/* line 8, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.rrssb-buttons li.rrssb-pinterest a {
  background-color: #b81621;
}
/* line 8, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.rrssb-buttons li.rrssb-pinterest a:hover {
  background-color: #8a1119;
}
/* line 8, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.rrssb-buttons li.rrssb-pocket a {
  background-color: #ed4054;
}
/* line 8, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.rrssb-buttons li.rrssb-pocket a:hover {
  background-color: #e4162d;
}
/* line 8, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.rrssb-buttons li.rrssb-github a {
  background-color: #444444;
}
/* line 8, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.rrssb-buttons li.rrssb-github a:hover {
  background-color: #2b2b2b;
}
/* line 8, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.rrssb-buttons li.rrssb-instagram a {
  background-color: #125688;
}
/* line 8, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.rrssb-buttons li.rrssb-instagram a:hover {
  background-color: #0c3a5b;
}
/* line 8, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.rrssb-buttons li.rrssb-delicious a {
  background-color: #0b79e5;
}
/* line 8, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.rrssb-buttons li.rrssb-delicious a:hover {
  background-color: #095fb4;
}
/* line 8, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.rrssb-buttons li.rrssb-vk a {
  background-color: #4d71a9;
}
/* line 8, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.rrssb-buttons li.rrssb-vk a:hover {
  background-color: #3d5a86;
}
/* line 8, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.rrssb-buttons li.rrssb-hackernews a {
  background-color: #ff6600;
}
/* line 8, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.rrssb-buttons li.rrssb-hackernews a:hover {
  background-color: #cc5200;
}
/* line 8, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.rrssb-buttons li.rrssb-whatsapp a {
  background-color: #43d854;
}
/* line 8, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.rrssb-buttons li.rrssb-whatsapp a:hover {
  background-color: #28c039;
}
/* line 8, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.rrssb-buttons li.rrssb-print a {
  background-color: #8d98a2;
}
/* line 8, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.rrssb-buttons li.rrssb-print a:hover {
  background-color: #717f8b;
}
/* line 8, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.rrssb-buttons li a {
  line-height: 0px;
  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.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.rrssb-buttons li a .rrssb-icon {
  display: block;
  left: 10px;
  padding-top: 0px;
  position: absolute;
  top: 0;
  width: 10%;
}
/* line 8, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.rrssb-buttons li a .rrssb-icon svg {
  height: 17px;
  width: 17px;
}
/* line 8, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.rrssb-buttons li a .rrssb-icon svg path {
  fill: #ffffff;
}
/* line 8, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.rrssb-buttons li a .rrssb-text {
  color: #ffffff;
}
/* line 8, https://www.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.rrssb-buttons li.small a {
  padding: 0;
}
/* line 8, https://www.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.rrssb-buttons li.small a .rrssb-text {
  visibility: hidden;
}
/* line 8, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.rrssb-buttons.large-format,
.rrssb-buttons.large-format li {
  height: auto;
}
/* line 8, https://www.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.rrssb-buttons.large-format li a .rrssb-icon {
  height: 100%;
  left: 7%;
  padding-top: 0;
  width: 12%;
}
/* line 8, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.rrssb-buttons.large-format li a .rrssb-icon svg {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 8, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.rrssb-buttons.large-format li a .rrssb-text {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 8, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.rrssb-buttons.small-format {
  padding-top: 0px;
}
/* line 8, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.rrssb-buttons.small-format li {
  height: 80%;
  padding: 0 1px;
}
/* line 8, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.rrssb-buttons.small-format li a .rrssb-icon {
  height: 100%;
  padding-top: 0;
}
/* line 8, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.rrssb-buttons.small-format li a .rrssb-icon svg {
  height: 48%;
  position: relative;
  top: 6px;
  width: 80%;
}
/* line 8, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.rrssb-buttons.tiny-format {
  height: 22px;
  position: relative;
}
/* line 8, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.rrssb-buttons.tiny-format li {
  padding-right: 7px;
}
/* line 8, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.rrssb-buttons.tiny-format li a {
  background-color: transparent;
  padding: 0;
}
/* line 8, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.rrssb-buttons.tiny-format li a .rrssb-icon svg {
  height: 30px;
  width: 100%;
}
/* line 8, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.rrssb-buttons.tiny-format li a:active,
.rrssb-buttons.tiny-format li a:hover {
  background-color: transparent;
}
/* line 8, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.rrssb-buttons.tiny-format li.rrssb-email a .rrssb-icon svg path {
  fill: #0a88ff;
}
/* line 8, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.rrssb-buttons.tiny-format li.rrssb-email a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #0054a3;
}
/* line 8, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.rrssb-buttons.tiny-format li.rrssb-facebook a .rrssb-icon svg path {
  fill: #306199;
}
/* line 8, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.rrssb-buttons.tiny-format li.rrssb-facebook a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #18304b;
}
/* line 8, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.rrssb-buttons.tiny-format li.rrssb-tumblr a .rrssb-icon svg path {
  fill: #32506d;
}
/* line 8, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.rrssb-buttons.tiny-format li.rrssb-tumblr a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #121d27;
}
/* line 8, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.rrssb-buttons.tiny-format li.rrssb-linkedin a .rrssb-icon svg path {
  fill: #007bb6;
}
/* line 8, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.rrssb-buttons.tiny-format li.rrssb-linkedin a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #003650;
}
/* line 8, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.rrssb-buttons.tiny-format li.rrssb-twitter a .rrssb-icon svg path {
  fill: #26c4f1;
}
/* line 8, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.rrssb-buttons.tiny-format li.rrssb-twitter a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #0b84a6;
}
/* line 8, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.rrssb-buttons.tiny-format li.rrssb-googleplus a .rrssb-icon svg path {
  fill: #e93f2e;
}
/* line 8, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.rrssb-buttons.tiny-format li.rrssb-googleplus a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #a01e11;
}
/* line 8, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.rrssb-buttons.tiny-format li.rrssb-youtube a .rrssb-icon svg path {
  fill: #df1c31;
}
/* line 8, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.rrssb-buttons.tiny-format li.rrssb-youtube a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #84111d;
}
/* line 8, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.rrssb-buttons.tiny-format li.rrssb-reddit a .rrssb-icon svg path {
  fill: #8bbbe3;
}
/* line 8, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.rrssb-buttons.tiny-format li.rrssb-reddit a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #398bcf;
}
/* line 8, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.rrssb-buttons.tiny-format li.rrssb-pinterest a .rrssb-icon svg path {
  fill: #b81621;
}
/* line 8, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.rrssb-buttons.tiny-format li.rrssb-pinterest a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #5d0b11;
}
/* line 8, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.rrssb-buttons.tiny-format li.rrssb-pocket a .rrssb-icon svg path {
  fill: #ed4054;
}
/* line 8, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.rrssb-buttons.tiny-format li.rrssb-pocket a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #b61124;
}
/* line 8, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.rrssb-buttons.tiny-format li.rrssb-github a .rrssb-icon svg path {
  fill: #444444;
}
/* line 8, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.rrssb-buttons.tiny-format li.rrssb-github a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #111111;
}
/* line 8, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.rrssb-buttons.tiny-format li.rrssb-instagram a .rrssb-icon svg path {
  fill: #125688;
}
/* line 8, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.rrssb-buttons.tiny-format li.rrssb-instagram a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #061d2e;
}
/* line 8, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.rrssb-buttons.tiny-format li.rrssb-delicious a .rrssb-icon svg path {
  fill: #0b79e5;
}
/* line 8, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.rrssb-buttons.tiny-format li.rrssb-delicious a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #064684;
}
/* line 8, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.rrssb-buttons.tiny-format li.rrssb-vk a .rrssb-icon svg path {
  fill: #4d71a9;
}
/* line 8, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.rrssb-buttons.tiny-format li.rrssb-vk a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #2d4263;
}
/* line 8, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.rrssb-buttons.tiny-format li.rrssb-hackernews a .rrssb-icon svg path {
  fill: #ff6600;
}
/* line 8, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.rrssb-buttons.tiny-format li.rrssb-hackernews a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #993d00;
}
/* line 8, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.rrssb-buttons.tiny-format li.rrssb-whatsapp a .rrssb-icon svg path {
  fill: #43d854;
}
/* line 8, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.rrssb-buttons.tiny-format li.rrssb-whatsapp a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #1f962d;
}
/* line 8, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.rrssb-buttons.tiny-format li.rrssb-print a .rrssb-icon svg path {
  fill: #8d98a2;
}
/* line 8, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.rrssb-buttons.tiny-format li.rrssb-print a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #5a656f;
}
/* line 8, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.rrssb-buttons li.rrssb-print a .rrssb-icon svg path:nth-child(2) {
  fill: none;
}
/* Theme */
/* line 14, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.hi-icon-wrap {
  text-align: center;
  margin: 0 auto;
  padding: 2em 0 3em;
}
/* line 20, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 34, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 46, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 59, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.hi-icon-volume-off:before {
  font-family: "FontAwesome";
  content: "\f026";
}
/* line 64, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.hi-icon-volume-up:before {
  font-family: "FontAwesome";
  content: "\f028";
}
/* line 69, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.hi-icon-mobile:before {
  content: "\e009";
}
/* line 73, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.hi-icon-screen:before {
  content: "\e00a";
}
/* line 77, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.hi-icon-earth:before {
  content: "\e002";
}
/* line 81, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.hi-icon-support:before {
  content: "\e000";
}
/* line 85, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.hi-icon-locked:before {
  content: "\e001";
}
/* line 89, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.hi-icon-cog:before {
  content: "\e003";
}
/* line 93, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.hi-icon-clock:before {
  content: "\e004";
}
/* line 97, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.hi-icon-videos:before {
  content: "\e005";
}
/* line 101, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.hi-icon-list:before {
  content: "\e006";
}
/* line 105, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.hi-icon-refresh:before {
  content: "\e007";
}
/* line 109, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.hi-icon-images:before {
  content: "\e008";
}
/* line 113, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.hi-icon-pencil:before {
  content: "\e00b";
}
/* line 117, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.hi-icon-link:before {
  content: "\e00c";
}
/* line 121, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.hi-icon-mail:before {
  content: "\e00d";
}
/* line 125, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.hi-icon-location:before {
  content: "\e00e";
}
/* line 129, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.hi-icon-archive:before {
  content: "\e00f";
}
/* line 133, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.hi-icon-chat:before {
  content: "\e010";
}
/* line 137, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.hi-icon-bookmark:before {
  content: "\e011";
}
/* line 141, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.hi-icon-user:before {
  content: "\e012";
}
/* line 145, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.hi-icon-contract:before {
  content: "\e013";
}
/* line 149, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.hi-icon-star:before {
  content: "\e014";
}
/* Effect 1 */
/* line 154, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 161, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 177, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.hi-icon-effect-1a .hi-icon:hover {
  background: #ffffff;
  color: #41ab6b;
}
/* line 182, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 191, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.hi-icon-effect-1b .hi-icon:hover {
  background: #ffffff;
  color: #41ab6b;
}
/* line 196, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 203, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 212, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 220, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 232, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.hi-icon-effect-2a .hi-icon:hover {
  color: #eea303;
}
/* line 236, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 244, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 255, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.hi-icon-effect-2b .hi-icon:hover {
  color: #fff;
}
/* Effect 3 */
/* line 260, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 267, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 279, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.hi-icon-effect-3a .hi-icon {
  color: #f06060;
}
/* line 283, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.hi-icon-effect-3a .hi-icon:hover {
  color: #fff;
}
/* line 287, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 296, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.hi-icon-effect-3b .hi-icon {
  color: #fff;
}
/* line 300, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.hi-icon-effect-3b .hi-icon:hover {
  color: #f06060;
}
/* line 304, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 312, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 321, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.hi-icon-effect-4 .hi-icon {
  width: 92px;
  height: 92px;
  box-shadow: 0 0 0 4px #ffffff;
}
/* line 327, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 333, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.hi-icon-effect-4 .hi-icon:before {
  line-height: 92px;
}
/* line 337, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.hi-icon-effect-4 .hi-icon:after {
  top: -4px;
  left: -4px;
  padding: 0;
  z-index: 10;
  border: 4px dashed #fff;
}
/* line 345, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 351, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 357, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 364, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  from {
    -webkit-transform: rotate(0deg);
  }
  /* line 367, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spinAround {
  /* line 372, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  from {
    -moz-transform: rotate(0deg);
  }
  /* line 375, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  to {
    -moz-transform: rotate(360deg);
  }
}
@keyframes spinAround {
  /* line 380, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  from {
    transform: rotate(0deg);
  }
  /* line 383, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  to {
    transform: rotate(360deg);
  }
}
/* Effect 5 */
/* line 389, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 397, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.hi-icon-effect-5 .hi-icon:after {
  display: none;
}
/* line 401, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 407, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 414, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  49% {
    -webkit-transform: translate(100%);
  }
  /* line 417, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  50% {
    opacity: 0;
    -webkit-transform: translate(-100%);
  }
  /* line 421, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toRightFromLeft {
  /* line 426, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  49% {
    -moz-transform: translate(100%);
  }
  /* line 429, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  50% {
    opacity: 0;
    -moz-transform: translate(-100%);
  }
  /* line 433, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  51% {
    opacity: 1;
  }
}
@keyframes toRightFromLeft {
  /* line 438, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  49% {
    transform: translate(100%);
  }
  /* line 441, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  50% {
    opacity: 0;
    transform: translate(-100%);
  }
  /* line 445, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  51% {
    opacity: 1;
  }
}
/* line 450, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 457, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  49% {
    -webkit-transform: translate(-100%);
  }
  /* line 460, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  50% {
    opacity: 0;
    -webkit-transform: translate(100%);
  }
  /* line 464, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toLeftFromRight {
  /* line 469, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  49% {
    -moz-transform: translate(-100%);
  }
  /* line 472, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  50% {
    opacity: 0;
    -moz-transform: translate(100%);
  }
  /* line 476, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  51% {
    opacity: 1;
  }
}
@keyframes toLeftFromRight {
  /* line 481, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  49% {
    transform: translate(-100%);
  }
  /* line 484, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  50% {
    opacity: 0;
    transform: translate(100%);
  }
  /* line 488, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  51% {
    opacity: 1;
  }
}
/* line 493, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 500, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  49% {
    -webkit-transform: translateY(-100%);
  }
  /* line 503, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
  /* line 507, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toTopFromBottom {
  /* line 512, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  49% {
    -moz-transform: translateY(-100%);
  }
  /* line 515, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  50% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
  /* line 519, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  51% {
    opacity: 1;
  }
}
@keyframes toTopFromBottom {
  /* line 524, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  49% {
    transform: translateY(-100%);
  }
  /* line 527, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  50% {
    opacity: 0;
    transform: translateY(100%);
  }
  /* line 531, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  51% {
    opacity: 1;
  }
}
/* line 536, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 543, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  49% {
    -webkit-transform: translateY(100%);
  }
  /* line 546, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  /* line 550, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toBottomFromTop {
  /* line 555, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  49% {
    -moz-transform: translateY(100%);
  }
  /* line 558, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  50% {
    opacity: 0;
    -moz-transform: translateY(-100%);
  }
  /* line 562, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  51% {
    opacity: 1;
  }
}
@keyframes toBottomFromTop {
  /* line 567, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  49% {
    transform: translateY(100%);
  }
  /* line 570, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  50% {
    opacity: 0;
    transform: translateY(-100%);
  }
  /* line 574, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  51% {
    opacity: 1;
  }
}
/* Effect 6 */
/* line 580, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 587, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.hi-icon-effect-6 .hi-icon:hover {
  background: #ffffff;
  color: #64bb5d;
}
/* line 592, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 599, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 606, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.hi-icon-effect-7 .hi-icon:hover {
  color: #fff;
}
/* line 610, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.hi-icon-effect-7 .hi-icon:after {
  top: -8px;
  left: -8px;
  padding: 8px;
  z-index: -1;
  opacity: 0;
}
/* Effect 7a */
/* line 619, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 626, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.hi-icon-effect-7a .hi-icon:hover:after {
  opacity: 1;
  box-shadow: 3px 3px 0 #ffffff;
}
/* line 631, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 642, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 651, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 662, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 670, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 681, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 690, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 697, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 710, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 719, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 726, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  0% {
    opacity: 0.3;
  }
  /* line 729, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 733, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 740, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  0% {
    opacity: 0.3;
  }
  /* line 743, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 747, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 754, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  0% {
    opacity: 0.3;
  }
  /* line 757, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 761, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 769, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 775, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 786, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 794, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.hi-icon-effect-9a .hi-icon:hover {
  box-shadow: 0 0 0 10px #ffffff;
  color: #fff;
}
/* Effect 9b */
/* line 800, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 807, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 813, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body {
  background-color: #f6f6f6;
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
}
/* line 820, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
html {
  background-color: #f6f6f6;
}
/* line 824, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
abbr[title],
abbr[data-original-title],
abbr {
  border-bottom: 0px;
  text-decoration: none !important;
}
/* line 831, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.page-container,
footer {
  background-color: #ffffff;
}
/* line 835, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.intro-header {
  background-color: #404040;
}
/* line 839, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.logo-nav-wrapper {
  position: absolute;
  top: 17px;
  left: 35px;
  width: 250px;
  padding-left: 0px;
  height: auto;
  background-color: transparent;
  cursor: pointer;
  z-index: 0;
}
/* line 850, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.logo-nav-wrapper a {
  width: 100%;
}
/* line 854, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.logo-nav-wrapper #nav-logo {
  width: 100%;
}
@media (max-width: 991px) {
  /* line 860, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  .logo-nav-wrapper {
    width: 300px;
    padding-left: 30px;
    top: 0px;
  }
  /* line 866, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  .logo-nav-wrapper a {
    margin-top: 0px !important;
  }
}
@media (min-width: 993px) {
  /* line 872, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  .logo-nav-wrapper a {
    margin-top: 10px !important;
  }
}
/* line 885, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body:not(.frontend) span.label {
  color: #333;
}
/* line 890, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body:not(.frontend) footer .fa-lg {
  font-size: 1.85em !important;
}
/* line 896, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
#slickslideshow img {
  padding: 0;
}
/* line 1234, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
#portal-logo {
  position: absolute;
  top: 3px;
  left: 50%;
  right: auto;
  margin-left: -105px;
  width: 186px;
  height: auto;
  background-color: transparent;
  cursor: pointer;
  z-index: 2;
  overflow-x: hidden;
}
@media (max-height: 400px) {
  /* line 1247, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  #portal-logo {
    top: 3px;
  }
}
/* line 1251, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
#portal-logo img {
  width: inherit;
  height: auto;
  cursor: inherit;
  z-index: inherit;
  margin-left: 0px;
}
@media (max-width: 991px) {
  /* line 1259, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  #portal-logo {
    height: auto;
    top: 3px;
  }
  /* line 1263, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  #portal-logo img {
    margin-left: 0px;
    width: 186px;
  }
}
@media (max-width: 767px) {
  /* line 1269, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  #portal-logo {
    height: auto;
    top: 6px;
  }
  /* line 1273, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  #portal-logo img {
    margin-left: 0px;
    width: 165px;
  }
}
/* line 1283, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.userrole-authenticated div#parent-fieldname-text .img-wrapper + span.discreet {
  display: block;
}
@media (min-width: 1200px) {
  /* line 1286, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.userrole-authenticated div#parent-fieldname-text .img-wrapper + span.discreet {
    margin-left: 0;
  }
}
/* line 1293, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body#tinymce img.image-left {
  display: block;
  max-width: 100%;
  height: auto;
  float: none;
}
@media (min-width: 1200px) {
  /* line 1299, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body#tinymce img.image-left {
    padding-top: 45px;
  }
}
/* line 1306, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend,
body#tinymce {
  /*img.image-inline {
	  	display: block;
  		max-width: 100%;
  		height: auto;

  		@media(min-width: 1200px) {
  			padding-top: 45px;
  		}
	}*/
  /* 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 1309, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend .img-wrapper + span.discreet,
body#tinymce .img-wrapper + span.discreet {
  margin-top: 15px;
  display: block;
}
@media (min-width: 1200px) {
  /* line 1313, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend .img-wrapper + span.discreet,
  body#tinymce .img-wrapper + span.discreet {
    margin-left: 0;
    display: block;
    margin-top: -45px;
    font-size: 15px;
    letter-spacing: 0.0;
  }
}
@media (max-width: 768px) {
  /* line 1323, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend .img-wrapper,
  body#tinymce .img-wrapper {
    margin-left: -30px;
    margin-right: -30px;
  }
}
/* line 1329, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend span.discreet,
body#tinymce span.discreet {
  font-size: 12px;
  letter-spacing: 0.0;
}
/* line 1334, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend .intro-header,
body#tinymce .intro-header {
  margin-bottom: 0px;
}
/* line 1338, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend .page-container,
body#tinymce .page-container {
  position: relative;
}
/* line 1342, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend .event-calendar,
body#tinymce .event-calendar {
  /*display: none;*/
}
/* line 1347, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend .pager .disabled > span,
body#tinymce .pager .disabled > span {
  background-color: #fff;
}
/* line 1351, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #website-wrapper.empty-slideshow .title-container,
body#tinymce #website-wrapper.empty-slideshow .title-container {
  padding-top: 55px;
}
/* line 1355, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #website-wrapper:not(.empty-slideshow) .title-container,
body#tinymce #website-wrapper:not(.empty-slideshow) .title-container {
  padding-top: 0px;
}
/* line 1359, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend .main-content,
body#tinymce .main-content {
  width: 100% !important;
  margin: 0 auto;
  margin-left: 0;
}
/* line 1365, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend article#content,
body#tinymce article#content {
  margin-bottom: 30px;
  clear: both;
}
/* line 1370, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend .no-padding,
body#tinymce .no-padding {
  padding-left: 0px;
  padding-right: 0px;
}
/* line 1375, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend .no-margin,
body#tinymce .no-margin {
  margin-left: 0px;
  margin-right: 0px;
}
@media (max-width: 768px) {
  /* line 1381, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend .no-padding,
  body#tinymce .no-padding {
    padding-left: 0px;
    padding-right: 0px;
  }
  /* line 1386, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend .no-margin,
  body#tinymce .no-margin {
    margin-left: 0px;
    margin-right: 0px;
  }
}
/* line 1402, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend .img-wrapper img.image-left,
body#tinymce .img-wrapper img.image-left {
  display: block;
  max-width: 100%;
  height: auto;
  float: none;
}
@media (min-width: 1200px) {
  /* line 1408, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend .img-wrapper img.image-left,
  body#tinymce .img-wrapper img.image-left {
    padding-top: 25px;
  }
}
/* line 1415, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend img.image-inline:not(.footer-img):not([width]),
body#tinymce img.image-inline:not(.footer-img):not([width]) {
  width: 50%;
  padding: 10px;
}
@media (max-width: 768px) {
  /* line 1419, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend img.image-inline:not(.footer-img):not([width]),
  body#tinymce img.image-inline:not(.footer-img):not([width]) {
    width: 100%;
    padding: 10px;
    padding-left: 0px;
    padding-top: 0px;
  }
}
/* line 1427, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend p > img.image-inline:not(.footer-img):first-child,
body#tinymce p > img.image-inline:not(.footer-img):first-child {
  padding-left: 0px;
  padding-right: 10px;
}
@media (max-width: 768px) {
  /* line 1431, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend p > img.image-inline:not(.footer-img):first-child,
  body#tinymce p > img.image-inline:not(.footer-img):first-child {
    /*width: 100%;*/
    padding: 10px;
    padding-left: 0px;
    padding-top: 0px;
  }
}
/* line 1439, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend p > img.image-inline:not(.footer-img):nth-child(2),
body#tinymce p > img.image-inline:not(.footer-img):nth-child(2) {
  padding-left: 10px;
  padding-right: 0px;
}
@media (max-width: 768px) {
  /* line 1443, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend p > img.image-inline:not(.footer-img):nth-child(2),
  body#tinymce p > img.image-inline:not(.footer-img):nth-child(2) {
    /*width: 100%;*/
    padding: 10px;
    padding-left: 0px;
    padding-top: 0px;
  }
}
/* line 1451, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend img.image-inline[data-scale='thumb'],
body#tinymce img.image-inline[data-scale='thumb'] {
  margin: 15px;
}
@media (max-width: 768px) {
  /* line 1454, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend img.image-inline[data-scale='thumb'],
  body#tinymce img.image-inline[data-scale='thumb'] {
    margin: 10px;
    margin-left: 0px;
    margin-top: 0px;
  }
}
/* line 1461, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend p > img.image-inline[data-scale='thumb']:first-child,
body#tinymce p > img.image-inline[data-scale='thumb']:first-child {
  margin-left: 0px;
}
@media (max-width: 768px) {
  /* line 1464, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend p > img.image-inline[data-scale='thumb']:first-child,
  body#tinymce p > img.image-inline[data-scale='thumb']:first-child {
    margin: 10px;
    margin-left: 0px;
    margin-top: 0px;
  }
}
/* line 1471, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend .section-heading,
body#tinymce .section-heading {
  font-weight: 700 !important;
}
/* line 1475, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 1480, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend .pager li.active span,
body#tinymce .pager li.active span {
  background-color: #0085a1;
  border: 1px solid #0085a1 !important;
}
/* line 1485, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend .pagination,
body#tinymce .pagination {
  margin: 0px 0 0;
  float: none;
}
/* line 1490, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #content-core a,
body#tinymce #content-core a {
  border-bottom: 0px;
}
/* line 1494, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend .formControls,
body#tinymce .formControls {
  border-top: 0px;
  background: inherit;
  padding-top: 0px;
  padding-bottom: 0px;
  box-shadow: none;
}
/* line 1502, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend .form-group .field,
body#tinymce .form-group .field {
  margin-bottom: 0px;
}
/* line 1506, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend .help-block,
body#tinymce .help-block {
  margin-top: 5px;
  margin-bottom: 10px;
}
/* line 1511, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend .floating-label-form-group label,
body#tinymce .floating-label-form-group label {
  line-height: 23px;
}
/* line 1515, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend fieldset.PFGFieldsetWidget,
body#tinymce fieldset.PFGFieldsetWidget {
  width: 100%;
}
/* line 1524, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 1531, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend .floating-label-form-group textarea,
body#tinymce .floating-label-form-group textarea {
  height: auto;
  min-height: auto;
}
/* line 1536, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 1540, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 1544, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 1548, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 1554, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 1560, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 1566, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 1570, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 1574, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 1581, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 1587, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 1594, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 1603, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend .title-container,
  body#tinymce .title-container {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1200px) {
  /* line 1611, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend .title-container,
  body#tinymce .title-container {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
    max-width: 740px;
    margin-left: 0;
  }
}
@media (min-width: 1480px) {
  /* line 1621, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend .title-container,
  body#tinymce .title-container {
    max-width: 920px;
  }
}
/* line 1629, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend .title-container h1,
body#tinymce .title-container h1 {
  color: #000000;
  font-family: 'FuturaBold', 'Futura', Arial, sans-serif;
  font-size: 56px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0.00em;
  line-height: 62px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 18px;
  margin-top: 15px;
  text-align: left;
}
@media (max-width: 768px) {
  /* line 1644, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend .title-container h1,
  body#tinymce .title-container h1 {
    font-size: 45px;
    line-height: 55px;
  }
}
/* line 1650, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend .title-container .subheading,
body#tinymce .title-container .subheading {
  color: #000000;
  font-size: 20px;
  letter-spacing: 0.00em;
  line-height: 26px;
  display: block;
  margin-top: 39px;
  margin-bottom: 5px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  font-family: 'HelveticaBold', Helvetica, Arial, sans-serif;
}
/* line 1665, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend .title-container .subheading:empty,
body#tinymce .title-container .subheading:empty {
  margin-top: -15px;
}
/* line 1670, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend .title-container .separator-wrapper,
body#tinymce .title-container .separator-wrapper {
  margin-top: 50px;
  margin-bottom: 35px;
}
/* line 1674, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 1681, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend .title-container,
  body#tinymce .title-container {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 28px;
  }
}
/* line 1689, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend:not(.portaltype-document):not(.portaltype-collection):not(.portaltype-folder):not(.portaltype-formfolder):not(.portaltype-event):not(.portaltype-occurrence):not(.portaltype-news-item):not(.portaltype-person) .separator-wrapper:not(.kasteel),
body#tinymce:not(.portaltype-document):not(.portaltype-collection):not(.portaltype-folder):not(.portaltype-formfolder):not(.portaltype-event):not(.portaltype-occurrence):not(.portaltype-news-item):not(.portaltype-person) .separator-wrapper:not(.kasteel) {
  display: none;
}
@media (max-width: 768px) {
  /* line 1695, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend:not(.portaltype-object) .page-container,
  body#tinymce:not(.portaltype-object) .page-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* line 1702, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-logged_out article#content,
body#tinymce.template-logged_out article#content {
  padding-top: 50px;
}
@media (min-width: 769px) {
  /* line 1709, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend #content-core,
  body#tinymce #content-core {
    width: 100%;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1200px) {
  /* line 1716, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend #content-core,
  body#tinymce #content-core {
    width: 100%;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
    max-width: 720px;
    margin-left: 0;
  }
}
@media (min-width: 1480px) {
  /* line 1725, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend #content-core,
  body#tinymce #content-core {
    max-width: 920px;
  }
}
@media (max-width: 768px) {
  /* line 1729, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend #content-core,
  body#tinymce #content-core {
    padding-bottom: 35px;
  }
}
@media (min-width: 1200px) {
  /* line 1735, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend #content-core.presentation,
  body#tinymce #content-core.presentation {
    margin-right: auto;
  }
}
/* line 1741, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend h2,
body#tinymce h2 {
  font-family: 'FuturaBold', 'Futura', Arial, sans-serif;
  font-size: 48px;
  line-height: 56px;
  color: #000000;
  letter-spacing: 0.01em;
  font-weight: 400;
  margin-top: 40px;
  text-transform: none;
}
/* line 1755, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend h3,
body#tinymce h3 {
  font-family: 'FuturaBold', 'Futura', Arial, sans-serif;
  font-size: 32px;
  color: #000000;
  letter-spacing: 0.01em;
  line-height: 36px;
  font-weight: 400;
  margin-top: 45px;
  text-transform: none;
}
/* line 1769, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend h4:not(.page-header),
body#tinymce h4:not(.page-header) {
  font-family: 'FuturaBold', 'Futura', Arial, sans-serif;
  font-size: 24px;
  color: #000000;
  letter-spacing: 0.00em;
  line-height: 28px;
  font-weight: 400;
  margin-top: 45px;
  text-transform: none;
}
/* line 1783, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend h5,
body#tinymce h5 {
  font-family: 'HelveticaBold', Helvetica, Arial, sans-serif;
  font-size: 22px;
  color: #000000;
  letter-spacing: 0.00em;
  line-height: 32px;
  font-weight: 400;
  margin-top: 40px;
  text-transform: none;
}
/* line 1797, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend h6,
body#tinymce h6 {
  font-family: 'HelveticaMedium', Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #000000;
  letter-spacing: 0.00em;
  font-weight: 400;
  margin-top: 20px;
  line-height: 24px;
  text-transform: none;
}
/* line 1811, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend p,
body#tinymce p {
  font-family: 'HelveticaRegular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.00em;
  color: #000000;
  margin: 14px 0;
  margin-bottom: 10px;
}
/* line 1820, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend p.image-description,
body#tinymce p.image-description {
  font-size: 12px;
  line-height: 20px;
  color: #666666;
  margin-top: -15px;
}
/* line 1832, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend p strong,
body#tinymce p strong {
  font-family: 'HelveticaRegular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.000em;
  line-height: 32px;
  color: #000000;
  font-weight: 800;
}
/* line 1843, https://www.hetpark.nl/++theme++plonetheme.hetpark/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: 0px;
  margin-top: 60px;
  margin-bottom: 30px;
  margin-left: 0px;
  margin-right: 0px;
}
/* line 1860, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend blockquote p,
body#tinymce blockquote p {
  font-size: 28px;
  line-height: 36px;
  font-style: normal;
  font-weight: 400;
  padding-bottom: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  text-align: left;
  color: #000000;
  font-family: 'FuturaBold', 'Futura', Arial, sans-serif;
}
@media (max-width: 768px) {
  /* line 1872, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend blockquote p,
  body#tinymce blockquote p {
    font-size: 24px;
  }
}
/* line 1877, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend blockquote span.discreet,
body#tinymce blockquote span.discreet {
  font-family: 'HelveticaRegular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 32px;
  text-align: left;
  width: 100%;
  display: block;
  color: #8a8a8a;
  margin-left: 2px;
}
@media (min-width: 768px) {
  /* line 1891, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend #parent-fieldname-text blockquote,
  body#tinymce #parent-fieldname-text blockquote {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (min-width: 1200px) {
  /* line 1896, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend #parent-fieldname-text blockquote,
  body#tinymce #parent-fieldname-text blockquote {
    margin-left: 0px;
  }
}
@media (min-width: 1200px) {
  /* line 1904, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.userrole-authenticated #parent-fieldname-text blockquote,
  body#tinymce.userrole-authenticated #parent-fieldname-text blockquote {
    margin-left: 0;
  }
}
@media (min-width: 1080px) {
  /* line 1912, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend #parent-fieldname-text table,
  body#tinymce #parent-fieldname-text table {
    /*margin-left: -100px;*/
  }
}
/* line 1097, https://www.hetpark.nl/++theme++plonetheme.hetpark/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: #000000;
  font-family: 'FuturaBold', 'Futura', Arial, sans-serif;
  font-size: 64px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0.0em;
  line-height: 72px;
}
@media (max-width: 768px) {
  /* line 1106, https://www.hetpark.nl/++theme++plonetheme.hetpark/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: 50px;
  }
}
/* line 1111, https://www.hetpark.nl/++theme++plonetheme.hetpark/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: 'HelveticaRegular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  letter-spacing: 0.01em;
  color: #000000;
}
/* line 1118, https://www.hetpark.nl/++theme++plonetheme.hetpark/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: 'HelveticaRegular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.0em;
  color: #000000;
  font-size: 17px;
  /*line-height: 37px;*/
  padding-left: 8px;
}
/* line 1127, https://www.hetpark.nl/++theme++plonetheme.hetpark/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: 0px;
}
/* line 1132, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 1136, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 1140, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 #eaeaea;
  margin: 1em 0;
  padding: 0;
}
/* line 1149, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.mce-content-body table:not(.picker__table),
body#tinymce.mce-content-body table:not(.picker__table),
body.frontend div#parent-fieldname-text table:not(.picker__table),
body#tinymce div#parent-fieldname-text table:not(.picker__table) {
  margin-top: 0px;
  width: 100% !important;
  max-width: 100% !important;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0px;
}
/* line 1158, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.mce-content-body table:not(.picker__table) > thead > tr > th,
body#tinymce.mce-content-body table:not(.picker__table) > thead > tr > th,
body.frontend div#parent-fieldname-text table:not(.picker__table) > thead > tr > th,
body#tinymce div#parent-fieldname-text table:not(.picker__table) > thead > tr > th,
body.frontend.mce-content-body table:not(.picker__table) > tbody > tr > th,
body#tinymce.mce-content-body table:not(.picker__table) > tbody > tr > th,
body.frontend div#parent-fieldname-text table:not(.picker__table) > tbody > tr > th,
body#tinymce div#parent-fieldname-text table:not(.picker__table) > tbody > tr > th,
body.frontend.mce-content-body table:not(.picker__table) > tfoot > tr > th,
body#tinymce.mce-content-body table:not(.picker__table) > tfoot > tr > th,
body.frontend div#parent-fieldname-text table:not(.picker__table) > tfoot > tr > th,
body#tinymce div#parent-fieldname-text table:not(.picker__table) > tfoot > tr > th,
body.frontend.mce-content-body table:not(.picker__table) > thead > tr > td,
body#tinymce.mce-content-body table:not(.picker__table) > thead > tr > td,
body.frontend div#parent-fieldname-text table:not(.picker__table) > thead > tr > td,
body#tinymce div#parent-fieldname-text table:not(.picker__table) > thead > tr > td,
body.frontend.mce-content-body table:not(.picker__table) > tbody > tr > td,
body#tinymce.mce-content-body table:not(.picker__table) > tbody > tr > td,
body.frontend div#parent-fieldname-text table:not(.picker__table) > tbody > tr > td,
body#tinymce div#parent-fieldname-text table:not(.picker__table) > tbody > tr > td,
body.frontend.mce-content-body table:not(.picker__table) > tfoot > tr > td,
body#tinymce.mce-content-body table:not(.picker__table) > tfoot > tr > td,
body.frontend div#parent-fieldname-text table:not(.picker__table) > tfoot > tr > td,
body#tinymce div#parent-fieldname-text table:not(.picker__table) > tfoot > tr > td {
  border: 0px;
}
/* line 1167, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.mce-content-body .table > thead > tr > th,
body#tinymce.mce-content-body .table > thead > tr > th,
body.frontend div#parent-fieldname-text .table > thead > tr > th,
body#tinymce div#parent-fieldname-text .table > thead > tr > th,
body.frontend.mce-content-body .table > tbody > tr > th,
body#tinymce.mce-content-body .table > tbody > tr > th,
body.frontend div#parent-fieldname-text .table > tbody > tr > th,
body#tinymce div#parent-fieldname-text .table > tbody > tr > th,
body.frontend.mce-content-body .table > tfoot > tr > th,
body#tinymce.mce-content-body .table > tfoot > tr > th,
body.frontend div#parent-fieldname-text .table > tfoot > tr > th,
body#tinymce div#parent-fieldname-text .table > tfoot > tr > th,
body.frontend.mce-content-body .table > thead > tr > td,
body#tinymce.mce-content-body .table > thead > tr > td,
body.frontend div#parent-fieldname-text .table > thead > tr > td,
body#tinymce div#parent-fieldname-text .table > thead > tr > td,
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,
body.frontend.mce-content-body .table > tfoot > tr > td,
body#tinymce.mce-content-body .table > tfoot > tr > td,
body.frontend div#parent-fieldname-text .table > tfoot > tr > td,
body#tinymce div#parent-fieldname-text .table > tfoot > tr > td {
  border-top: 0px;
}
/* line 1176, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.mce-content-body table:not(.picker__table) tr,
body#tinymce.mce-content-body table:not(.picker__table) tr,
body.frontend div#parent-fieldname-text table:not(.picker__table) tr,
body#tinymce div#parent-fieldname-text table:not(.picker__table) tr {
  border-bottom: 1px solid #eaeaea;
}
/* line 1180, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.mce-content-body table:not(.picker__table) tr:nth-child(even),
body#tinymce.mce-content-body table:not(.picker__table) tr:nth-child(even),
body.frontend div#parent-fieldname-text table:not(.picker__table) tr:nth-child(even),
body#tinymce div#parent-fieldname-text table:not(.picker__table) tr:nth-child(even) {
  background: #ffffff;
}
/* line 1184, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.mce-content-body table:not(.picker__table) tr:nth-child(odd),
body#tinymce.mce-content-body table:not(.picker__table) tr:nth-child(odd),
body.frontend div#parent-fieldname-text table:not(.picker__table) tr:nth-child(odd),
body#tinymce div#parent-fieldname-text table:not(.picker__table) tr:nth-child(odd) {
  background: #ffffff;
}
/* line 1188, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.mce-content-body table:not(.picker__table) td,
body#tinymce.mce-content-body table:not(.picker__table) td,
body.frontend div#parent-fieldname-text table:not(.picker__table) td,
body#tinymce div#parent-fieldname-text table:not(.picker__table) td {
  padding: 0;
  padding-left: 0px;
  padding-right: 20px;
  padding-top: 3px;
  line-height: 32px;
  font-family: 'HelveticaRegular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 17px;
  letter-spacing: 0.002em;
  vertical-align: middle;
  color: #000000;
  padding-top: 12px;
  padding-bottom: 8px;
}
/* line 1202, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.mce-content-body table:not(.picker__table) td p,
body#tinymce.mce-content-body table:not(.picker__table) td p,
body.frontend div#parent-fieldname-text table:not(.picker__table) td p,
body#tinymce div#parent-fieldname-text table:not(.picker__table) td p {
  padding: 0;
  padding-left: 0px;
  padding-right: 20px;
  padding-top: 0px;
  line-height: 32px;
  font-size: 17px;
  letter-spacing: 0.075em;
  vertical-align: middle;
  color: #494a51;
  padding-bottom: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
}
@media (min-width: 1049px) {
  /* line 1223, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 1228, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 {
  margin-top: 45px;
  border: 0px !important;
}
/* line 1920, https://www.hetpark.nl/++theme++plonetheme.hetpark/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: 5px;
  /* same margin top as a paragraph */
  margin-bottom: 30px;
}
/* line 1925, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 1930, https://www.hetpark.nl/++theme++plonetheme.hetpark/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: 18px;
  line-height: 44px;
}
/* line 1942, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend div#parent-fieldname-text iframe,
body#tinymce div#parent-fieldname-text iframe {
  border: 0px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
/* line 1950, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 1956, https://www.hetpark.nl/++theme++plonetheme.hetpark/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: 1200px) {
  /* line 1965, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend div#parent-fieldname-text .iframe-wrapper,
  body#tinymce div#parent-fieldname-text .iframe-wrapper {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
  }
  /* line 1971, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend div#parent-fieldname-text .img-wrapper,
  body#tinymce div#parent-fieldname-text .img-wrapper {
    min-width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
  }
}
/* line 1981, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #website-wrapper:not(.presentation) div#parent-fieldname-text iframe,
body#tinymce #website-wrapper:not(.presentation) div#parent-fieldname-text iframe {
  position: absolute;
}
@media (min-width: 1200px) {
  /* line 1988, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.userrole-authenticated div#parent-fieldname-text .iframe-wrapper,
  body#tinymce.userrole-authenticated div#parent-fieldname-text .iframe-wrapper {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  /* line 1994, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.userrole-authenticated div#parent-fieldname-text .img-wrapper,
  body#tinymce.userrole-authenticated div#parent-fieldname-text .img-wrapper {
    margin-left: 0;
  }
}
/* line 2002, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend span.explain,
body#tinymce span.explain {
  cursor: initial;
}
/* line 2007, https://www.hetpark.nl/++theme++plonetheme.hetpark/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: 'HelveticaBold', Helvetica, Arial, sans-serif;
  margin: 0 auto;
  display: block;
  padding: 17px;
  border: 1px solid #b02318;
  border-radius: 2px;
  text-transform: none;
  height: auto;
  color: #ffffff;
  letter-spacing: 0.0em;
  width: auto;
  font-size: 18px;
  background-color: #b02318;
  letter-spacing: 0.01em;
  text-shadow: 0px 0px 0px #ffffff;
  font-weight: 400;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  line-height: 24px;
}
/* line 923, https://www.hetpark.nl/++theme++plonetheme.hetpark/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,
body.frontend .formControls input:not(.btn):active,
body#tinymce .formControls input:not(.btn):active,
body.frontend .input-group-btn input:not(.btn):active,
body#tinymce .input-group-btn input:not(.btn):active,
body.frontend .input-group-btn .submit-button:active,
body#tinymce .input-group-btn .submit-button:active {
  background: #8e1d15;
  color: #ffffff;
  outline: none;
}
/* line 931, https://www.hetpark.nl/++theme++plonetheme.hetpark/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: #8e1d15;
  color: #ffffff;
  box-shadow: none;
  border: 1px solid #8e1d15;
}
/* line 2013, https://www.hetpark.nl/++theme++plonetheme.hetpark/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: 20px;
  padding-bottom: 16px;
}
/* line 2022, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend button,
body#tinymce button {
  text-shadow: 0px 0px 0px #ffffff;
}
/* line 2026, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend input[type="text"]:not(.btn):not(.text-widget):not(#c6-start-input),
body#tinymce input[type="text"]:not(.btn):not(.text-widget):not(#c6-start-input),
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: 'HelveticaRegular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0 auto;
  display: block;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  height: auto;
  color: #999999;
  width: auto;
  background-color: #ffffff;
  text-shadow: 0px 0px 0px #ffffff;
  border-color: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  outline: 0px;
  outline-offset: 0px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.00em;
  padding: 11px;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 1048, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend input[type="text"]:not(.btn):not(.text-widget):not(#c6-start-input):focus,
body#tinymce input[type="text"]:not(.btn):not(.text-widget):not(#c6-start-input):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;
  border: 1px solid #717171;
  color: #000000;
}
/* line 1054, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend input[type="text"]:not(.btn):not(.text-widget):not(#c6-start-input):focus::-webkit-input-placeholder,
body#tinymce input[type="text"]:not(.btn):not(.text-widget):not(#c6-start-input):focus::-webkit-input-placeholder,
body.frontend input[type="button"]:not(.btn):focus::-webkit-input-placeholder,
body#tinymce input[type="button"]:not(.btn):focus::-webkit-input-placeholder,
body.frontend input[type="password"]:not(.btn):focus::-webkit-input-placeholder,
body#tinymce input[type="password"]:not(.btn):focus::-webkit-input-placeholder {
  color: #000000 !important;
}
/* line 1058, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend input[type="text"]:not(.btn):not(.text-widget):not(#c6-start-input):focus:-moz-placeholder,
body#tinymce input[type="text"]:not(.btn):not(.text-widget):not(#c6-start-input):focus:-moz-placeholder,
body.frontend input[type="button"]:not(.btn):focus:-moz-placeholder,
body#tinymce input[type="button"]:not(.btn):focus:-moz-placeholder,
body.frontend input[type="password"]:not(.btn):focus:-moz-placeholder,
body#tinymce input[type="password"]:not(.btn):focus:-moz-placeholder {
  /* Firefox 18- */
  color: #000000 !important;
}
/* line 1062, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend input[type="text"]:not(.btn):not(.text-widget):not(#c6-start-input):focus::-moz-placeholder,
body#tinymce input[type="text"]:not(.btn):not(.text-widget):not(#c6-start-input):focus::-moz-placeholder,
body.frontend input[type="button"]:not(.btn):focus::-moz-placeholder,
body#tinymce input[type="button"]:not(.btn):focus::-moz-placeholder,
body.frontend input[type="password"]:not(.btn):focus::-moz-placeholder,
body#tinymce input[type="password"]:not(.btn):focus::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000 !important;
}
/* line 1066, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend input[type="text"]:not(.btn):not(.text-widget):not(#c6-start-input):focus:-ms-input-placeholder,
body#tinymce input[type="text"]:not(.btn):not(.text-widget):not(#c6-start-input):focus:-ms-input-placeholder,
body.frontend input[type="button"]:not(.btn):focus:-ms-input-placeholder,
body#tinymce input[type="button"]:not(.btn):focus:-ms-input-placeholder,
body.frontend input[type="password"]:not(.btn):focus:-ms-input-placeholder,
body#tinymce input[type="password"]:not(.btn):focus:-ms-input-placeholder {
  color: #000000 !important;
}
/* line 1071, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend input[type="text"]:not(.btn):not(.text-widget):not(#c6-start-input):active:focus,
body#tinymce input[type="text"]:not(.btn):not(.text-widget):not(#c6-start-input):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;
  border: 1px solid #717171;
  color: #000000;
}
/* line 1078, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend input[type="text"]:not(.btn):not(.text-widget):not(#c6-start-input):active:focus::-webkit-input-placeholder,
body#tinymce input[type="text"]:not(.btn):not(.text-widget):not(#c6-start-input):active:focus::-webkit-input-placeholder,
body.frontend input[type="button"]:not(.btn):active:focus::-webkit-input-placeholder,
body#tinymce input[type="button"]:not(.btn):active:focus::-webkit-input-placeholder,
body.frontend input[type="password"]:not(.btn):active:focus::-webkit-input-placeholder,
body#tinymce input[type="password"]:not(.btn):active:focus::-webkit-input-placeholder {
  color: #000000 !important;
}
/* line 1082, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend input[type="text"]:not(.btn):not(.text-widget):not(#c6-start-input):active:focus:-moz-placeholder,
body#tinymce input[type="text"]:not(.btn):not(.text-widget):not(#c6-start-input):active:focus:-moz-placeholder,
body.frontend input[type="button"]:not(.btn):active:focus:-moz-placeholder,
body#tinymce input[type="button"]:not(.btn):active:focus:-moz-placeholder,
body.frontend input[type="password"]:not(.btn):active:focus:-moz-placeholder,
body#tinymce input[type="password"]:not(.btn):active:focus:-moz-placeholder {
  /* Firefox 18- */
  color: #000000 !important;
}
/* line 1086, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend input[type="text"]:not(.btn):not(.text-widget):not(#c6-start-input):active:focus::-moz-placeholder,
body#tinymce input[type="text"]:not(.btn):not(.text-widget):not(#c6-start-input):active:focus::-moz-placeholder,
body.frontend input[type="button"]:not(.btn):active:focus::-moz-placeholder,
body#tinymce input[type="button"]:not(.btn):active:focus::-moz-placeholder,
body.frontend input[type="password"]:not(.btn):active:focus::-moz-placeholder,
body#tinymce input[type="password"]:not(.btn):active:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000 !important;
}
/* line 1090, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend input[type="text"]:not(.btn):not(.text-widget):not(#c6-start-input):active:focus:-ms-input-placeholder,
body#tinymce input[type="text"]:not(.btn):not(.text-widget):not(#c6-start-input):active:focus:-ms-input-placeholder,
body.frontend input[type="button"]:not(.btn):active:focus:-ms-input-placeholder,
body#tinymce input[type="button"]:not(.btn):active:focus:-ms-input-placeholder,
body.frontend input[type="password"]:not(.btn):active:focus:-ms-input-placeholder,
body#tinymce input[type="password"]:not(.btn):active:focus:-ms-input-placeholder {
  color: #000000 !important;
}
@media (min-width: 1200px) {
  /* line 2049, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-collection #content-wrapper,
  body#tinymce.portaltype-collection #content-wrapper,
  body.frontend.portaltype-folder:not(.template-facetednavigation_view):not(.template-default_error_message) #content-wrapper,
  body#tinymce.portaltype-folder:not(.template-facetednavigation_view):not(.template-default_error_message) #content-wrapper,
  body.frontend.portaltype-person #content-wrapper,
  body#tinymce.portaltype-person #content-wrapper,
  body.frontend .portletCollection #content-wrapper,
  body#tinymce .portletCollection #content-wrapper,
  body.frontend.portaltype-person.template-listing_view #content-wrapper,
  body#tinymce.portaltype-person.template-listing_view #content-wrapper {
    margin-top: 0px;
    padding-top: 150px;
  }
}
@media (max-width: 768px) {
  /* line 2055, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-collection #content-wrapper .title-container,
  body#tinymce.portaltype-collection #content-wrapper .title-container,
  body.frontend.portaltype-folder:not(.template-facetednavigation_view):not(.template-default_error_message) #content-wrapper .title-container,
  body#tinymce.portaltype-folder:not(.template-facetednavigation_view):not(.template-default_error_message) #content-wrapper .title-container,
  body.frontend.portaltype-person #content-wrapper .title-container,
  body#tinymce.portaltype-person #content-wrapper .title-container,
  body.frontend .portletCollection #content-wrapper .title-container,
  body#tinymce .portletCollection #content-wrapper .title-container,
  body.frontend.portaltype-person.template-listing_view #content-wrapper .title-container,
  body#tinymce.portaltype-person.template-listing_view #content-wrapper .title-container {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
/* line 2062, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-collection .title-container,
body#tinymce.portaltype-collection .title-container,
body.frontend.portaltype-folder:not(.template-facetednavigation_view):not(.template-default_error_message) .title-container,
body#tinymce.portaltype-folder:not(.template-facetednavigation_view):not(.template-default_error_message) .title-container,
body.frontend.portaltype-person .title-container,
body#tinymce.portaltype-person .title-container,
body.frontend .portletCollection .title-container,
body#tinymce .portletCollection .title-container,
body.frontend.portaltype-person.template-listing_view .title-container,
body#tinymce.portaltype-person.template-listing_view .title-container {
  width: 100%;
  padding-bottom: 30px;
  max-width: 100%;
}
/* line 2067, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-collection .title-container .subheading,
body#tinymce.portaltype-collection .title-container .subheading,
body.frontend.portaltype-folder:not(.template-facetednavigation_view):not(.template-default_error_message) .title-container .subheading,
body#tinymce.portaltype-folder:not(.template-facetednavigation_view):not(.template-default_error_message) .title-container .subheading,
body.frontend.portaltype-person .title-container .subheading,
body#tinymce.portaltype-person .title-container .subheading,
body.frontend .portletCollection .title-container .subheading,
body#tinymce .portletCollection .title-container .subheading,
body.frontend.portaltype-person.template-listing_view .title-container .subheading,
body#tinymce.portaltype-person.template-listing_view .title-container .subheading {
  text-align: center;
}
@media (max-width: 768px) {
  /* line 2071, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-collection .title-container,
  body#tinymce.portaltype-collection .title-container,
  body.frontend.portaltype-folder:not(.template-facetednavigation_view):not(.template-default_error_message) .title-container,
  body#tinymce.portaltype-folder:not(.template-facetednavigation_view):not(.template-default_error_message) .title-container,
  body.frontend.portaltype-person .title-container,
  body#tinymce.portaltype-person .title-container,
  body.frontend .portletCollection .title-container,
  body#tinymce .portletCollection .title-container,
  body.frontend.portaltype-person.template-listing_view .title-container,
  body#tinymce.portaltype-person.template-listing_view .title-container {
    padding-top: 20px;
  }
}
/* line 2075, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-collection .title-container h1,
body#tinymce.portaltype-collection .title-container h1,
body.frontend.portaltype-folder:not(.template-facetednavigation_view):not(.template-default_error_message) .title-container h1,
body#tinymce.portaltype-folder:not(.template-facetednavigation_view):not(.template-default_error_message) .title-container h1,
body.frontend.portaltype-person .title-container h1,
body#tinymce.portaltype-person .title-container h1,
body.frontend .portletCollection .title-container h1,
body#tinymce .portletCollection .title-container h1,
body.frontend.portaltype-person.template-listing_view .title-container h1,
body#tinymce.portaltype-person.template-listing_view .title-container h1 {
  font-size: 83px !important;
  text-align: center;
  margin-top: 25px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0.0em;
  width: 100%;
  max-width: 100%;
  line-height: 75px;
}
@media (max-width: 768px) {
  /* line 2086, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-collection .title-container h1,
  body#tinymce.portaltype-collection .title-container h1,
  body.frontend.portaltype-folder:not(.template-facetednavigation_view):not(.template-default_error_message) .title-container h1,
  body#tinymce.portaltype-folder:not(.template-facetednavigation_view):not(.template-default_error_message) .title-container h1,
  body.frontend.portaltype-person .title-container h1,
  body#tinymce.portaltype-person .title-container h1,
  body.frontend .portletCollection .title-container h1,
  body#tinymce .portletCollection .title-container h1,
  body.frontend.portaltype-person.template-listing_view .title-container h1,
  body#tinymce.portaltype-person.template-listing_view .title-container h1 {
    font-size: 35px !important;
    line-height: 42px;
    text-align: center;
  }
}
/* line 2093, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-collection .title-container .separator-wrapper,
body#tinymce.portaltype-collection .title-container .separator-wrapper,
body.frontend.portaltype-folder:not(.template-facetednavigation_view):not(.template-default_error_message) .title-container .separator-wrapper,
body#tinymce.portaltype-folder:not(.template-facetednavigation_view):not(.template-default_error_message) .title-container .separator-wrapper,
body.frontend.portaltype-person .title-container .separator-wrapper,
body#tinymce.portaltype-person .title-container .separator-wrapper,
body.frontend .portletCollection .title-container .separator-wrapper,
body#tinymce .portletCollection .title-container .separator-wrapper,
body.frontend.portaltype-person.template-listing_view .title-container .separator-wrapper,
body#tinymce.portaltype-person.template-listing_view .title-container .separator-wrapper {
  margin-top: 55px;
  margin-bottom: 70px;
}
@media (min-width: 480px) {
  /* line 2100, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-collection .main-container,
  body#tinymce.portaltype-collection .main-container,
  body.frontend.portaltype-folder:not(.template-facetednavigation_view):not(.template-default_error_message) .main-container,
  body#tinymce.portaltype-folder:not(.template-facetednavigation_view):not(.template-default_error_message) .main-container,
  body.frontend.portaltype-person .main-container,
  body#tinymce.portaltype-person .main-container,
  body.frontend .portletCollection .main-container,
  body#tinymce .portletCollection .main-container,
  body.frontend.portaltype-person.template-listing_view .main-container,
  body#tinymce.portaltype-person.template-listing_view .main-container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 767px) {
  /* line 2105, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-collection .main-container,
  body#tinymce.portaltype-collection .main-container,
  body.frontend.portaltype-folder:not(.template-facetednavigation_view):not(.template-default_error_message) .main-container,
  body#tinymce.portaltype-folder:not(.template-facetednavigation_view):not(.template-default_error_message) .main-container,
  body.frontend.portaltype-person .main-container,
  body#tinymce.portaltype-person .main-container,
  body.frontend .portletCollection .main-container,
  body#tinymce .portletCollection .main-container,
  body.frontend.portaltype-person.template-listing_view .main-container,
  body#tinymce.portaltype-person.template-listing_view .main-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  /* line 2110, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-collection .main-container .row,
  body#tinymce.portaltype-collection .main-container .row,
  body.frontend.portaltype-folder:not(.template-facetednavigation_view):not(.template-default_error_message) .main-container .row,
  body#tinymce.portaltype-folder:not(.template-facetednavigation_view):not(.template-default_error_message) .main-container .row,
  body.frontend.portaltype-person .main-container .row,
  body#tinymce.portaltype-person .main-container .row,
  body.frontend .portletCollection .main-container .row,
  body#tinymce .portletCollection .main-container .row,
  body.frontend.portaltype-person.template-listing_view .main-container .row,
  body#tinymce.portaltype-person.template-listing_view .main-container .row {
    margin-left: 0px;
    margin-right: 0px;
  }
}
/* line 2117, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-collection h4.item-title,
body#tinymce.portaltype-collection h4.item-title,
body.frontend.portaltype-folder:not(.template-facetednavigation_view):not(.template-default_error_message) h4.item-title,
body#tinymce.portaltype-folder:not(.template-facetednavigation_view):not(.template-default_error_message) h4.item-title,
body.frontend.portaltype-person h4.item-title,
body#tinymce.portaltype-person h4.item-title,
body.frontend .portletCollection h4.item-title,
body#tinymce .portletCollection h4.item-title,
body.frontend.portaltype-person.template-listing_view h4.item-title,
body#tinymce.portaltype-person.template-listing_view h4.item-title {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  font-family: 'FuturaBold', 'Futura', Arial, sans-serif;
  font-size: 26px;
  line-height: 38px;
  color: #000000;
  clear: both;
}
@media (max-width: 768px) {
  /* line 2126, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-collection h4.item-title,
  body#tinymce.portaltype-collection h4.item-title,
  body.frontend.portaltype-folder:not(.template-facetednavigation_view):not(.template-default_error_message) h4.item-title,
  body#tinymce.portaltype-folder:not(.template-facetednavigation_view):not(.template-default_error_message) h4.item-title,
  body.frontend.portaltype-person h4.item-title,
  body#tinymce.portaltype-person h4.item-title,
  body.frontend .portletCollection h4.item-title,
  body#tinymce .portletCollection h4.item-title,
  body.frontend.portaltype-person.template-listing_view h4.item-title,
  body#tinymce.portaltype-person.template-listing_view h4.item-title {
    font-size: 20px;
    line-height: 26px;
  }
}
/* line 2132, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-collection h4.item-title a,
body#tinymce.portaltype-collection h4.item-title a,
body.frontend.portaltype-folder:not(.template-facetednavigation_view):not(.template-default_error_message) h4.item-title a,
body#tinymce.portaltype-folder:not(.template-facetednavigation_view):not(.template-default_error_message) h4.item-title a,
body.frontend.portaltype-person h4.item-title a,
body#tinymce.portaltype-person h4.item-title a,
body.frontend .portletCollection h4.item-title a,
body#tinymce .portletCollection h4.item-title a,
body.frontend.portaltype-person.template-listing_view h4.item-title a,
body#tinymce.portaltype-person.template-listing_view h4.item-title a {
  color: #000000;
  border-bottom: 0px !important;
}
/* line 2136, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-collection h4.item-title a:hover,
body#tinymce.portaltype-collection h4.item-title a:hover,
body.frontend.portaltype-folder:not(.template-facetednavigation_view):not(.template-default_error_message) h4.item-title a:hover,
body#tinymce.portaltype-folder:not(.template-facetednavigation_view):not(.template-default_error_message) h4.item-title a:hover,
body.frontend.portaltype-person h4.item-title a:hover,
body#tinymce.portaltype-person h4.item-title a:hover,
body.frontend .portletCollection h4.item-title a:hover,
body#tinymce .portletCollection h4.item-title a:hover,
body.frontend.portaltype-person.template-listing_view h4.item-title a:hover,
body#tinymce.portaltype-person.template-listing_view h4.item-title a:hover,
body.frontend.portaltype-collection h4.item-title a:focus,
body#tinymce.portaltype-collection h4.item-title a:focus,
body.frontend.portaltype-folder:not(.template-facetednavigation_view):not(.template-default_error_message) h4.item-title a:focus,
body#tinymce.portaltype-folder:not(.template-facetednavigation_view):not(.template-default_error_message) h4.item-title a:focus,
body.frontend.portaltype-person h4.item-title a:focus,
body#tinymce.portaltype-person h4.item-title a:focus,
body.frontend .portletCollection h4.item-title a:focus,
body#tinymce .portletCollection h4.item-title a:focus,
body.frontend.portaltype-person.template-listing_view h4.item-title a:focus,
body#tinymce.portaltype-person.template-listing_view h4.item-title a:focus,
body.frontend.portaltype-collection h4.item-title a:active,
body#tinymce.portaltype-collection h4.item-title a:active,
body.frontend.portaltype-folder:not(.template-facetednavigation_view):not(.template-default_error_message) h4.item-title a:active,
body#tinymce.portaltype-folder:not(.template-facetednavigation_view):not(.template-default_error_message) h4.item-title a:active,
body.frontend.portaltype-person h4.item-title a:active,
body#tinymce.portaltype-person h4.item-title a:active,
body.frontend .portletCollection h4.item-title a:active,
body#tinymce .portletCollection h4.item-title a:active,
body.frontend.portaltype-person.template-listing_view h4.item-title a:active,
body#tinymce.portaltype-person.template-listing_view h4.item-title a:active {
  border-bottom: 2px solid #000000 !important;
  color: #000000 !important;
}
/* line 2145, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-collection p.event-date,
body#tinymce.portaltype-collection p.event-date,
body.frontend.portaltype-folder:not(.template-facetednavigation_view):not(.template-default_error_message) p.event-date,
body#tinymce.portaltype-folder:not(.template-facetednavigation_view):not(.template-default_error_message) p.event-date,
body.frontend.portaltype-person p.event-date,
body#tinymce.portaltype-person p.event-date,
body.frontend .portletCollection p.event-date,
body#tinymce .portletCollection p.event-date,
body.frontend.portaltype-person.template-listing_view p.event-date,
body#tinymce.portaltype-person.template-listing_view p.event-date {
  font-size: 16px;
  line-height: 35px;
  color: #000000;
  letter-spacing: 0.01em;
  margin-bottom: 0px;
  margin-top: 14px;
  text-transform: none;
  font-family: 'HelveticaBold', Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  /* line 2155, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-collection p.event-date,
  body#tinymce.portaltype-collection p.event-date,
  body.frontend.portaltype-folder:not(.template-facetednavigation_view):not(.template-default_error_message) p.event-date,
  body#tinymce.portaltype-folder:not(.template-facetednavigation_view):not(.template-default_error_message) p.event-date,
  body.frontend.portaltype-person p.event-date,
  body#tinymce.portaltype-person p.event-date,
  body.frontend .portletCollection p.event-date,
  body#tinymce .portletCollection p.event-date,
  body.frontend.portaltype-person.template-listing_view p.event-date,
  body#tinymce.portaltype-person.template-listing_view p.event-date {
    margin-bottom: 0px;
  }
}
/* line 2160, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-collection .main-content,
body#tinymce.portaltype-collection .main-content,
body.frontend.portaltype-folder:not(.template-facetednavigation_view):not(.template-default_error_message) .main-content,
body#tinymce.portaltype-folder:not(.template-facetednavigation_view):not(.template-default_error_message) .main-content,
body.frontend.portaltype-person .main-content,
body#tinymce.portaltype-person .main-content,
body.frontend .portletCollection .main-content,
body#tinymce .portletCollection .main-content,
body.frontend.portaltype-person.template-listing_view .main-content,
body#tinymce.portaltype-person.template-listing_view .main-content {
  padding: 0;
  margin: 0;
  width: 100%;
  padding-top: 60px;
  float: left;
}
@media (max-width: 768px) {
  /* line 2168, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-collection .main-content,
  body#tinymce.portaltype-collection .main-content,
  body.frontend.portaltype-folder:not(.template-facetednavigation_view):not(.template-default_error_message) .main-content,
  body#tinymce.portaltype-folder:not(.template-facetednavigation_view):not(.template-default_error_message) .main-content,
  body.frontend.portaltype-person .main-content,
  body#tinymce.portaltype-person .main-content,
  body.frontend .portletCollection .main-content,
  body#tinymce .portletCollection .main-content,
  body.frontend.portaltype-person.template-listing_view .main-content,
  body#tinymce.portaltype-person.template-listing_view .main-content {
    padding-top: 0px;
    padding-bottom: 50px;
  }
}
@media (min-width: 768px) {
  /* line 2173, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-collection .main-content,
  body#tinymce.portaltype-collection .main-content,
  body.frontend.portaltype-folder:not(.template-facetednavigation_view):not(.template-default_error_message) .main-content,
  body#tinymce.portaltype-folder:not(.template-facetednavigation_view):not(.template-default_error_message) .main-content,
  body.frontend.portaltype-person .main-content,
  body#tinymce.portaltype-person .main-content,
  body.frontend .portletCollection .main-content,
  body#tinymce .portletCollection .main-content,
  body.frontend.portaltype-person.template-listing_view .main-content,
  body#tinymce.portaltype-person.template-listing_view .main-content {
    padding-bottom: 0px;
  }
}
/* line 2179, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-collection #content-core,
body#tinymce.portaltype-collection #content-core,
body.frontend.portaltype-folder:not(.template-facetednavigation_view):not(.template-default_error_message) #content-core,
body#tinymce.portaltype-folder:not(.template-facetednavigation_view):not(.template-default_error_message) #content-core,
body.frontend.portaltype-person #content-core,
body#tinymce.portaltype-person #content-core,
body.frontend .portletCollection #content-core,
body#tinymce .portletCollection #content-core,
body.frontend.portaltype-person.template-listing_view #content-core,
body#tinymce.portaltype-person.template-listing_view #content-core {
  width: 100%;
  padding: 0px;
  max-width: 100%;
}
@media (max-width: 768px) {
  /* line 2184, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-collection #content-core,
  body#tinymce.portaltype-collection #content-core,
  body.frontend.portaltype-folder:not(.template-facetednavigation_view):not(.template-default_error_message) #content-core,
  body#tinymce.portaltype-folder:not(.template-facetednavigation_view):not(.template-default_error_message) #content-core,
  body.frontend.portaltype-person #content-core,
  body#tinymce.portaltype-person #content-core,
  body.frontend .portletCollection #content-core,
  body#tinymce .portletCollection #content-core,
  body.frontend.portaltype-person.template-listing_view #content-core,
  body#tinymce.portaltype-person.template-listing_view #content-core {
    padding: 0px;
  }
}
/* line 2189, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-collection a img,
body#tinymce.portaltype-collection a img,
body.frontend.portaltype-folder:not(.template-facetednavigation_view):not(.template-default_error_message) a img,
body#tinymce.portaltype-folder:not(.template-facetednavigation_view):not(.template-default_error_message) a img,
body.frontend.portaltype-person a img,
body#tinymce.portaltype-person a img,
body.frontend .portletCollection a img,
body#tinymce .portletCollection a img,
body.frontend.portaltype-person.template-listing_view a img,
body#tinymce.portaltype-person.template-listing_view a img {
  cursor: pointer;
}
/* line 2193, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-collection .thumb-wrapper,
body#tinymce.portaltype-collection .thumb-wrapper,
body.frontend.portaltype-folder:not(.template-facetednavigation_view):not(.template-default_error_message) .thumb-wrapper,
body#tinymce.portaltype-folder:not(.template-facetednavigation_view):not(.template-default_error_message) .thumb-wrapper,
body.frontend.portaltype-person .thumb-wrapper,
body#tinymce.portaltype-person .thumb-wrapper,
body.frontend .portletCollection .thumb-wrapper,
body#tinymce .portletCollection .thumb-wrapper,
body.frontend.portaltype-person.template-listing_view .thumb-wrapper,
body#tinymce.portaltype-person.template-listing_view .thumb-wrapper {
  width: 100%;
  padding-bottom: 0px;
  overflow: hidden;
}
/* line 2199, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-collection .thumb-wrapper img:not(.lazy-img),
body#tinymce.portaltype-collection .thumb-wrapper img:not(.lazy-img),
body.frontend.portaltype-folder:not(.template-facetednavigation_view):not(.template-default_error_message) .thumb-wrapper img:not(.lazy-img),
body#tinymce.portaltype-folder:not(.template-facetednavigation_view):not(.template-default_error_message) .thumb-wrapper img:not(.lazy-img),
body.frontend.portaltype-person .thumb-wrapper img:not(.lazy-img),
body#tinymce.portaltype-person .thumb-wrapper img:not(.lazy-img),
body.frontend .portletCollection .thumb-wrapper img:not(.lazy-img),
body#tinymce .portletCollection .thumb-wrapper img:not(.lazy-img),
body.frontend.portaltype-person.template-listing_view .thumb-wrapper img:not(.lazy-img),
body#tinymce.portaltype-person.template-listing_view .thumb-wrapper img:not(.lazy-img) {
  transition: transform .2s;
  width: 100%;
  padding: 0px;
  margin-bottom: 0px;
}
/* line 2206, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-collection .thumb-wrapper:hover img,
body#tinymce.portaltype-collection .thumb-wrapper:hover img,
body.frontend.portaltype-folder:not(.template-facetednavigation_view):not(.template-default_error_message) .thumb-wrapper:hover img,
body#tinymce.portaltype-folder:not(.template-facetednavigation_view):not(.template-default_error_message) .thumb-wrapper:hover img,
body.frontend.portaltype-person .thumb-wrapper:hover img,
body#tinymce.portaltype-person .thumb-wrapper:hover img,
body.frontend .portletCollection .thumb-wrapper:hover img,
body#tinymce .portletCollection .thumb-wrapper:hover img,
body.frontend.portaltype-person.template-listing_view .thumb-wrapper:hover img,
body#tinymce.portaltype-person.template-listing_view .thumb-wrapper:hover img {
  transform: scale(1.1);
}
/* line 2211, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-collection .item-description,
body#tinymce.portaltype-collection .item-description,
body.frontend.portaltype-folder:not(.template-facetednavigation_view):not(.template-default_error_message) .item-description,
body#tinymce.portaltype-folder:not(.template-facetednavigation_view):not(.template-default_error_message) .item-description,
body.frontend.portaltype-person .item-description,
body#tinymce.portaltype-person .item-description,
body.frontend .portletCollection .item-description,
body#tinymce .portletCollection .item-description,
body.frontend.portaltype-person.template-listing_view .item-description,
body#tinymce.portaltype-person.template-listing_view .item-description {
  margin-top: 0px;
  line-height: 22px;
  margin-bottom: 5px;
  font-size: 17px;
  font-family: 'HelveticaMedium', Helvetica, Arial, sans-serif;
  color: #8a8a8a;
}
/* line 2221, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-collection .listing-item,
body#tinymce.portaltype-collection .listing-item,
body.frontend.portaltype-folder:not(.template-facetednavigation_view):not(.template-default_error_message) .listing-item,
body#tinymce.portaltype-folder:not(.template-facetednavigation_view):not(.template-default_error_message) .listing-item,
body.frontend.portaltype-person .listing-item,
body#tinymce.portaltype-person .listing-item,
body.frontend .portletCollection .listing-item,
body#tinymce .portletCollection .listing-item,
body.frontend.portaltype-person.template-listing_view .listing-item,
body#tinymce.portaltype-person.template-listing_view .listing-item {
  padding-bottom: 52px;
}
@media (min-width: 992px) {
  /* line 2224, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-collection .listing-item,
  body#tinymce.portaltype-collection .listing-item,
  body.frontend.portaltype-folder:not(.template-facetednavigation_view):not(.template-default_error_message) .listing-item,
  body#tinymce.portaltype-folder:not(.template-facetednavigation_view):not(.template-default_error_message) .listing-item,
  body.frontend.portaltype-person .listing-item,
  body#tinymce.portaltype-person .listing-item,
  body.frontend .portletCollection .listing-item,
  body#tinymce .portletCollection .listing-item,
  body.frontend.portaltype-person.template-listing_view .listing-item,
  body#tinymce.portaltype-person.template-listing_view .listing-item {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 767px) {
  /* line 2229, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-collection .listing-item,
  body#tinymce.portaltype-collection .listing-item,
  body.frontend.portaltype-folder:not(.template-facetednavigation_view):not(.template-default_error_message) .listing-item,
  body#tinymce.portaltype-folder:not(.template-facetednavigation_view):not(.template-default_error_message) .listing-item,
  body.frontend.portaltype-person .listing-item,
  body#tinymce.portaltype-person .listing-item,
  body.frontend .portletCollection .listing-item,
  body#tinymce .portletCollection .listing-item,
  body.frontend.portaltype-person.template-listing_view .listing-item,
  body#tinymce.portaltype-person.template-listing_view .listing-item {
    padding-bottom: 60px;
  }
}
/* line 2234, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-collection abbr,
body#tinymce.portaltype-collection abbr,
body.frontend.portaltype-folder:not(.template-facetednavigation_view):not(.template-default_error_message) abbr,
body#tinymce.portaltype-folder:not(.template-facetednavigation_view):not(.template-default_error_message) abbr,
body.frontend.portaltype-person abbr,
body#tinymce.portaltype-person abbr,
body.frontend .portletCollection abbr,
body#tinymce .portletCollection abbr,
body.frontend.portaltype-person.template-listing_view abbr,
body#tinymce.portaltype-person.template-listing_view abbr {
  cursor: initial;
  border: 0px;
}
/* line 2242, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend .portletCollection h4.item-title,
body#tinymce .portletCollection h4.item-title {
  padding-top: 0px;
}
/* line 2248, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend .event.summary,
body#tinymce .event.summary {
  margin-top: 0px;
  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.01em;
  padding-bottom: 0px;
}
/* line 2263, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend .event-date-title,
body#tinymce .event-date-title {
  display: none;
}
@media (max-width: 768px) {
  /* line 2276, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.template-facetednavigation_view .main-container,
  body#tinymce.template-facetednavigation_view .main-container {
    padding-right: 0px;
    padding-left: 0px;
  }
  /* line 2280, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.template-facetednavigation_view .main-container .faceted-sections-buttons,
  body#tinymce.template-facetednavigation_view .main-container .faceted-sections-buttons {
    display: none;
  }
}
@media (min-width: 767px) {
  /* line 2287, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.template-facetednavigation_view .main-container .row,
  body#tinymce.template-facetednavigation_view .main-container .row {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (max-width: 1200px) {
  /* line 2293, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.template-facetednavigation_view .main-container,
  body#tinymce.template-facetednavigation_view .main-container {
    width: 100%;
  }
}
@media (min-width: 1201px) {
  /* line 2297, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.template-facetednavigation_view .main-container,
  body#tinymce.template-facetednavigation_view .main-container {
    padding-right: 0px;
    padding-left: 0px;
  }
}
/* line 2303, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-facetednavigation_view #content-core,
body#tinymce.template-facetednavigation_view #content-core {
  width: 100%;
  max-width: 100%;
  padding: 0px;
}
@media (max-width: 768px) {
  /* line 2308, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.template-facetednavigation_view #content-core,
  body#tinymce.template-facetednavigation_view #content-core {
    padding: 0px;
  }
}
/* line 2316, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-event abbr,
body#tinymce.portaltype-event abbr,
body.frontend.portaltype-occurrence abbr,
body#tinymce.portaltype-occurrence abbr,
body.frontend.portaltype-news-item abbr,
body#tinymce.portaltype-news-item abbr {
  cursor: initial;
}
/* line 2320, https://www.hetpark.nl/++theme++plonetheme.hetpark/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,
body.frontend.portaltype-news-item span.timezone,
body#tinymce.portaltype-news-item span.timezone {
  display: none;
}
/* line 2324, https://www.hetpark.nl/++theme++plonetheme.hetpark/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,
body.frontend.portaltype-news-item .event-date,
body#tinymce.portaltype-news-item .event-date {
  font-size: 21px;
  line-height: 38px;
  color: #000000;
  letter-spacing: 0.00em;
  text-transform: none;
  font-family: 'HelveticaBold', Helvetica, Arial, sans-serif;
}
/* line 2346, https://www.hetpark.nl/++theme++plonetheme.hetpark/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,
body.frontend.portaltype-news-item .event.summary li,
body#tinymce.portaltype-news-item .event.summary li {
  padding-bottom: 0px;
  margin-top: 0px;
}
/* line 2356, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-occurrence .event.summary .ridisplay,
body#tinymce.portaltype-occurrence .event.summary .ridisplay {
  display: none;
}
/* line 2360, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-occurrence .event.summary li,
body#tinymce.portaltype-occurrence .event.summary li {
  padding-bottom: 0px;
}
/* line 2371, https://www.hetpark.nl/++theme++plonetheme.hetpark/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-event #below-content #column-collective-portletpage-toprow-portlet-slideshow,
body#tinymce.portaltype-event #below-content #column-collective-portletpage-toprow-portlet-slideshow,
body.frontend.portaltype-person #below-content #column-collective-portletpage-toprow-portlet-slideshow,
body#tinymce.portaltype-person #below-content #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-event #below-content #column-collective-portletpage-toprow-portlet-ontdek,
body#tinymce.portaltype-event #below-content #column-collective-portletpage-toprow-portlet-ontdek,
body.frontend.portaltype-person #below-content #column-collective-portletpage-toprow-portlet-ontdek,
body#tinymce.portaltype-person #below-content #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,
body.frontend.portaltype-event #below-content #column-collective-portletpage-toprow-portlet-ontdek-het-paleis,
body#tinymce.portaltype-event #below-content #column-collective-portletpage-toprow-portlet-ontdek-het-paleis,
body.frontend.portaltype-person #below-content #column-collective-portletpage-toprow-portlet-ontdek-het-paleis,
body#tinymce.portaltype-person #below-content #column-collective-portletpage-toprow-portlet-ontdek-het-paleis {
  display: none;
}
/* line 2378, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page:not(.subsection-nu-te-zien):not(.subsection-zien-en-doen):not(.subsection-now-in-the-museum) .title-container,
body#tinymce.portaltype-portlet-page:not(.subsection-nu-te-zien):not(.subsection-zien-en-doen):not(.subsection-now-in-the-museum) .title-container,
body.frontend.portaltype-event #below-content:not(.subsection-nu-te-zien):not(.subsection-zien-en-doen):not(.subsection-now-in-the-museum) .title-container,
body#tinymce.portaltype-event #below-content:not(.subsection-nu-te-zien):not(.subsection-zien-en-doen):not(.subsection-now-in-the-museum) .title-container,
body.frontend.portaltype-person #below-content:not(.subsection-nu-te-zien):not(.subsection-zien-en-doen):not(.subsection-now-in-the-museum) .title-container,
body#tinymce.portaltype-person #below-content:not(.subsection-nu-te-zien):not(.subsection-zien-en-doen):not(.subsection-now-in-the-museum) .title-container {
  display: none;
}
/* line 2384, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.subsection-nu-te-zien .title-container,
body#tinymce.portaltype-portlet-page.subsection-nu-te-zien .title-container,
body.frontend.portaltype-event #below-content.subsection-nu-te-zien .title-container,
body#tinymce.portaltype-event #below-content.subsection-nu-te-zien .title-container,
body.frontend.portaltype-person #below-content.subsection-nu-te-zien .title-container,
body#tinymce.portaltype-person #below-content.subsection-nu-te-zien .title-container {
  margin-right: auto;
  margin-left: auto;
}
/* line 2391, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.subsection-now-in-the-museum .title-container,
body#tinymce.portaltype-portlet-page.subsection-now-in-the-museum .title-container,
body.frontend.portaltype-event #below-content.subsection-now-in-the-museum .title-container,
body#tinymce.portaltype-event #below-content.subsection-now-in-the-museum .title-container,
body.frontend.portaltype-person #below-content.subsection-now-in-the-museum .title-container,
body#tinymce.portaltype-person #below-content.subsection-now-in-the-museum .title-container {
  margin-right: auto;
  margin-left: auto;
}
/* line 2398, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.subsection-zien-en-doen .title-container,
body#tinymce.portaltype-portlet-page.subsection-zien-en-doen .title-container,
body.frontend.portaltype-event #below-content.subsection-zien-en-doen .title-container,
body#tinymce.portaltype-event #below-content.subsection-zien-en-doen .title-container,
body.frontend.portaltype-person #below-content.subsection-zien-en-doen .title-container,
body#tinymce.portaltype-person #below-content.subsection-zien-en-doen .title-container {
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 768px) {
  /* line 2405, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page .portletMailChimp,
  body#tinymce.portaltype-portlet-page .portletMailChimp,
  body.frontend.portaltype-event #below-content .portletMailChimp,
  body#tinymce.portaltype-event #below-content .portletMailChimp,
  body.frontend.portaltype-person #below-content .portletMailChimp,
  body#tinymce.portaltype-person #below-content .portletMailChimp,
  body.frontend.portaltype-portlet-page .portlet-mailplus,
  body#tinymce.portaltype-portlet-page .portlet-mailplus,
  body.frontend.portaltype-event #below-content .portlet-mailplus,
  body#tinymce.portaltype-event #below-content .portlet-mailplus,
  body.frontend.portaltype-person #below-content .portlet-mailplus,
  body#tinymce.portaltype-person #below-content .portlet-mailplus {
    margin-left: 0px;
    margin-right: 0px;
  }
}
/* line 2412, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page h1,
body#tinymce.portaltype-portlet-page h1,
body.frontend.portaltype-event #below-content h1,
body#tinymce.portaltype-event #below-content h1,
body.frontend.portaltype-person #below-content h1,
body#tinymce.portaltype-person #below-content h1 {
  font-size: 42px;
  color: #000000;
  font-family: 'FuturaBold', 'Futura', Arial, sans-serif;
  text-align: left;
  margin-top: 25px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0.00em;
}
@media (max-width: 991px) {
  /* line 2422, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page h1,
  body#tinymce.portaltype-portlet-page h1,
  body.frontend.portaltype-event #below-content h1,
  body#tinymce.portaltype-event #below-content h1,
  body.frontend.portaltype-person #below-content h1,
  body#tinymce.portaltype-person #below-content h1 {
    font-size: 45px;
  }
}
@media (max-width: 991px) {
  /* line 2429, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.subsection-nu-te-zien h1,
  body#tinymce.portaltype-portlet-page.subsection-nu-te-zien h1,
  body.frontend.portaltype-event #below-content.subsection-nu-te-zien h1,
  body#tinymce.portaltype-event #below-content.subsection-nu-te-zien h1,
  body.frontend.portaltype-person #below-content.subsection-nu-te-zien h1,
  body#tinymce.portaltype-person #below-content.subsection-nu-te-zien h1 {
    font-size: 35px;
  }
}
@media (max-width: 991px) {
  /* line 2437, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.subsection-now-in-the-museum h1,
  body#tinymce.portaltype-portlet-page.subsection-now-in-the-museum h1,
  body.frontend.portaltype-event #below-content.subsection-now-in-the-museum h1,
  body#tinymce.portaltype-event #below-content.subsection-now-in-the-museum h1,
  body.frontend.portaltype-person #below-content.subsection-now-in-the-museum h1,
  body#tinymce.portaltype-person #below-content.subsection-now-in-the-museum h1 {
    font-size: 35px;
  }
}
@media (max-width: 991px) {
  /* line 2445, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.subsection-zien-en-doen h1,
  body#tinymce.portaltype-portlet-page.subsection-zien-en-doen h1,
  body.frontend.portaltype-event #below-content.subsection-zien-en-doen h1,
  body#tinymce.portaltype-event #below-content.subsection-zien-en-doen h1,
  body.frontend.portaltype-person #below-content.subsection-zien-en-doen h1,
  body#tinymce.portaltype-person #below-content.subsection-zien-en-doen h1 {
    font-size: 35px;
  }
}
/* line 2451, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page .separator-wrapper,
body#tinymce.portaltype-portlet-page .separator-wrapper,
body.frontend.portaltype-event #below-content .separator-wrapper,
body#tinymce.portaltype-event #below-content .separator-wrapper,
body.frontend.portaltype-person #below-content .separator-wrapper,
body#tinymce.portaltype-person #below-content .separator-wrapper {
  display: block !important;
  margin-top: 55px;
  margin-bottom: 70px;
}
/* line 2456, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page .separator-wrapper img,
body#tinymce.portaltype-portlet-page .separator-wrapper img,
body.frontend.portaltype-event #below-content .separator-wrapper img,
body#tinymce.portaltype-event #below-content .separator-wrapper img,
body.frontend.portaltype-person #below-content .separator-wrapper img,
body#tinymce.portaltype-person #below-content .separator-wrapper img {
  width: 280px;
  display: block;
  margin: 0 auto;
}
/* line 2463, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page .main-container,
body#tinymce.portaltype-portlet-page .main-container,
body.frontend.portaltype-event #below-content .main-container,
body#tinymce.portaltype-event #below-content .main-container,
body.frontend.portaltype-person #below-content .main-container,
body#tinymce.portaltype-person #below-content .main-container {
  padding: 15px;
  padding-top: 0px;
  margin: 0px;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}
/* line 2472, https://www.hetpark.nl/++theme++plonetheme.hetpark/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,
body.frontend.portaltype-event #below-content #portletPageTopRow > div:not(:first-child) .portletWrapper,
body#tinymce.portaltype-event #below-content #portletPageTopRow > div:not(:first-child) .portletWrapper,
body.frontend.portaltype-person #below-content #portletPageTopRow > div:not(:first-child) .portletWrapper,
body#tinymce.portaltype-person #below-content #portletPageTopRow > div:not(:first-child) .portletWrapper {
  border-bottom: 0px solid #e7e7e7;
}
/* line 2476, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page #portletPageTopRow > div:last-child .portletWrapper,
body#tinymce.portaltype-portlet-page #portletPageTopRow > div:last-child .portletWrapper,
body.frontend.portaltype-event #below-content #portletPageTopRow > div:last-child .portletWrapper,
body#tinymce.portaltype-event #below-content #portletPageTopRow > div:last-child .portletWrapper,
body.frontend.portaltype-person #below-content #portletPageTopRow > div:last-child .portletWrapper,
body#tinymce.portaltype-person #below-content #portletPageTopRow > div:last-child .portletWrapper {
  border-bottom: 0px;
}
/* line 2480, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page .main-content,
body#tinymce.portaltype-portlet-page .main-content,
body.frontend.portaltype-event #below-content .main-content,
body#tinymce.portaltype-event #below-content .main-content,
body.frontend.portaltype-person #below-content .main-content,
body#tinymce.portaltype-person #below-content .main-content {
  width: 100%;
  margin: 0;
}
/* line 2485, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page #content-core,
body#tinymce.portaltype-portlet-page #content-core,
body.frontend.portaltype-event #below-content #content-core,
body#tinymce.portaltype-event #below-content #content-core,
body.frontend.portaltype-person #below-content #content-core,
body#tinymce.portaltype-person #below-content #content-core {
  width: 100%;
  max-width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}
/* line 2492, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page .portletCollection,
body#tinymce.portaltype-portlet-page .portletCollection,
body.frontend.portaltype-event #below-content .portletCollection,
body#tinymce.portaltype-event #below-content .portletCollection,
body.frontend.portaltype-person #below-content .portletCollection,
body#tinymce.portaltype-person #below-content .portletCollection {
  padding-top: 20px;
}
/* line 2495, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page .portletCollection .portletHeader,
body#tinymce.portaltype-portlet-page .portletCollection .portletHeader,
body.frontend.portaltype-event #below-content .portletCollection .portletHeader,
body#tinymce.portaltype-event #below-content .portletCollection .portletHeader,
body.frontend.portaltype-person #below-content .portletCollection .portletHeader,
body#tinymce.portaltype-person #below-content .portletCollection .portletHeader {
  margin-bottom: 30px;
  background: none;
  padding-bottom: 0px;
}
/* line 2500, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page .portletCollection .portletHeader a:hover,
body#tinymce.portaltype-portlet-page .portletCollection .portletHeader a:hover,
body.frontend.portaltype-event #below-content .portletCollection .portletHeader a:hover,
body#tinymce.portaltype-event #below-content .portletCollection .portletHeader a:hover,
body.frontend.portaltype-person #below-content .portletCollection .portletHeader a:hover,
body#tinymce.portaltype-person #below-content .portletCollection .portletHeader a:hover {
  text-decoration: none;
}
@media (max-width: 480px) {
  /* line 2504, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page .portletCollection .portletHeader,
  body#tinymce.portaltype-portlet-page .portletCollection .portletHeader,
  body.frontend.portaltype-event #below-content .portletCollection .portletHeader,
  body#tinymce.portaltype-event #below-content .portletCollection .portletHeader,
  body.frontend.portaltype-person #below-content .portletCollection .portletHeader,
  body#tinymce.portaltype-person #below-content .portletCollection .portletHeader {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 768px) {
  /* line 2510, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page .portletCollection .portletHeader,
  body#tinymce.portaltype-portlet-page .portletCollection .portletHeader,
  body.frontend.portaltype-event #below-content .portletCollection .portletHeader,
  body#tinymce.portaltype-event #below-content .portletCollection .portletHeader,
  body.frontend.portaltype-person #below-content .portletCollection .portletHeader,
  body#tinymce.portaltype-person #below-content .portletCollection .portletHeader {
    margin-left: 15px;
  }
}
@media (max-width: 768px) {
  /* line 2515, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page .portletCollection,
  body#tinymce.portaltype-portlet-page .portletCollection,
  body.frontend.portaltype-event #below-content .portletCollection,
  body#tinymce.portaltype-event #below-content .portletCollection,
  body.frontend.portaltype-person #below-content .portletCollection,
  body#tinymce.portaltype-person #below-content .portletCollection {
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  /* line 2520, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page .portletCollection,
  body#tinymce.portaltype-portlet-page .portletCollection,
  body.frontend.portaltype-event #below-content .portletCollection,
  body#tinymce.portaltype-event #below-content .portletCollection,
  body.frontend.portaltype-person #below-content .portletCollection,
  body#tinymce.portaltype-person #below-content .portletCollection {
    padding-bottom: 7px;
    padding-top: 7px;
  }
}
/* line 2525, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page .portletCollection .portletFooter,
body#tinymce.portaltype-portlet-page .portletCollection .portletFooter,
body.frontend.portaltype-event #below-content .portletCollection .portletFooter,
body#tinymce.portaltype-event #below-content .portletCollection .portletFooter,
body.frontend.portaltype-person #below-content .portletCollection .portletFooter,
body#tinymce.portaltype-person #below-content .portletCollection .portletFooter {
  clear: both;
  padding-bottom: 0px;
  padding-top: 30px;
}
/* line 2530, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page .portletCollection .portletFooter a:hover,
body#tinymce.portaltype-portlet-page .portletCollection .portletFooter a:hover,
body.frontend.portaltype-event #below-content .portletCollection .portletFooter a:hover,
body#tinymce.portaltype-event #below-content .portletCollection .portletFooter a:hover,
body.frontend.portaltype-person #below-content .portletCollection .portletFooter a:hover,
body#tinymce.portaltype-person #below-content .portletCollection .portletFooter a:hover {
  text-decoration: none;
}
/* line 2535, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page .portletCollection .show-more,
body#tinymce.portaltype-portlet-page .portletCollection .show-more,
body.frontend.portaltype-event #below-content .portletCollection .show-more,
body#tinymce.portaltype-event #below-content .portletCollection .show-more,
body.frontend.portaltype-person #below-content .portletCollection .show-more,
body#tinymce.portaltype-person #below-content .portletCollection .show-more {
  font-family: 'HelveticaBold', Helvetica, Arial, sans-serif;
  margin: 0 auto;
  display: block;
  padding: 17px;
  border: 1px solid #b02318;
  border-radius: 2px;
  text-transform: none;
  height: auto;
  color: #ffffff;
  letter-spacing: 0.0em;
  width: auto;
  font-size: 18px;
  background-color: #b02318;
  letter-spacing: 0.01em;
  text-shadow: 0px 0px 0px #ffffff;
  font-weight: 400;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  line-height: 24px;
  width: 170px;
}
/* line 923, https://www.hetpark.nl/++theme++plonetheme.hetpark/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-event #below-content .portletCollection .show-more:active:focus,
body#tinymce.portaltype-event #below-content .portletCollection .show-more:active:focus,
body.frontend.portaltype-person #below-content .portletCollection .show-more:active:focus,
body#tinymce.portaltype-person #below-content .portletCollection .show-more:active:focus,
body.frontend.portaltype-portlet-page .portletCollection .show-more:focus,
body#tinymce.portaltype-portlet-page .portletCollection .show-more:focus,
body.frontend.portaltype-event #below-content .portletCollection .show-more:focus,
body#tinymce.portaltype-event #below-content .portletCollection .show-more:focus,
body.frontend.portaltype-person #below-content .portletCollection .show-more:focus,
body#tinymce.portaltype-person #below-content .portletCollection .show-more:focus,
body.frontend.portaltype-portlet-page .portletCollection .show-more:active,
body#tinymce.portaltype-portlet-page .portletCollection .show-more:active,
body.frontend.portaltype-event #below-content .portletCollection .show-more:active,
body#tinymce.portaltype-event #below-content .portletCollection .show-more:active,
body.frontend.portaltype-person #below-content .portletCollection .show-more:active,
body#tinymce.portaltype-person #below-content .portletCollection .show-more:active {
  background: #8e1d15;
  color: #ffffff;
  outline: none;
}
/* line 931, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page .portletCollection .show-more:hover,
body#tinymce.portaltype-portlet-page .portletCollection .show-more:hover,
body.frontend.portaltype-event #below-content .portletCollection .show-more:hover,
body#tinymce.portaltype-event #below-content .portletCollection .show-more:hover,
body.frontend.portaltype-person #below-content .portletCollection .show-more:hover,
body#tinymce.portaltype-person #below-content .portletCollection .show-more:hover {
  background: #8e1d15;
  color: #ffffff;
  box-shadow: none;
  border: 1px solid #8e1d15;
}
/* line 2542, https://www.hetpark.nl/++theme++plonetheme.hetpark/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-event #below-content:not(.section-collectie) .portlet-collection-wat-is-er-te-zien,
body#tinymce.portaltype-event #below-content:not(.section-collectie) .portlet-collection-wat-is-er-te-zien,
body.frontend.portaltype-person #below-content:not(.section-collectie) .portlet-collection-wat-is-er-te-zien,
body#tinymce.portaltype-person #below-content: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,
body.frontend.portaltype-event #below-content:not(.section-collectie) .portlet-collection-nu-in-het-museum,
body#tinymce.portaltype-event #below-content:not(.section-collectie) .portlet-collection-nu-in-het-museum,
body.frontend.portaltype-person #below-content:not(.section-collectie) .portlet-collection-nu-in-het-museum,
body#tinymce.portaltype-person #below-content:not(.section-collectie) .portlet-collection-nu-in-het-museum {
  padding-top: 0px;
}
@media (min-width: 769px) {
  /* line 2549, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page #row-items,
  body#tinymce.portaltype-portlet-page #row-items,
  body.frontend.portaltype-event #below-content #row-items,
  body#tinymce.portaltype-event #below-content #row-items,
  body.frontend.portaltype-person #below-content #row-items,
  body#tinymce.portaltype-person #below-content #row-items {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (max-width: 768px) {
  /* line 2558, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page #row-items,
  body#tinymce.portaltype-portlet-page #row-items,
  body.frontend.portaltype-event #below-content #row-items,
  body#tinymce.portaltype-event #below-content #row-items,
  body.frontend.portaltype-person #below-content #row-items,
  body#tinymce.portaltype-person #below-content #row-items,
  body.frontend.portaltype-portlet-page #portletPageTopRow,
  body#tinymce.portaltype-portlet-page #portletPageTopRow,
  body.frontend.portaltype-event #below-content #portletPageTopRow,
  body#tinymce.portaltype-event #below-content #portletPageTopRow,
  body.frontend.portaltype-person #below-content #portletPageTopRow,
  body#tinymce.portaltype-person #below-content #portletPageTopRow {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
/* line 2564, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page .intro-header,
body#tinymce.portaltype-portlet-page .intro-header,
body.frontend.portaltype-event #below-content .intro-header,
body#tinymce.portaltype-event #below-content .intro-header,
body.frontend.portaltype-person #below-content .intro-header,
body#tinymce.portaltype-person #below-content .intro-header {
  margin-bottom: 0px;
}
/* line 2568, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page article#content,
body#tinymce.portaltype-portlet-page article#content,
body.frontend.portaltype-event #below-content article#content,
body#tinymce.portaltype-event #below-content article#content,
body.frontend.portaltype-person #below-content article#content,
body#tinymce.portaltype-person #below-content article#content {
  margin-bottom: 0px;
}
/* line 2572, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page #portletPageColumns > .row,
body#tinymce.portaltype-portlet-page #portletPageColumns > .row,
body.frontend.portaltype-event #below-content #portletPageColumns > .row,
body#tinymce.portaltype-event #below-content #portletPageColumns > .row,
body.frontend.portaltype-person #below-content #portletPageColumns > .row,
body#tinymce.portaltype-person #below-content #portletPageColumns > .row {
  margin-right: 0px !important;
  margin-left: 0px !important;
}
/* line 2577, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page .main-container > .row,
body#tinymce.portaltype-portlet-page .main-container > .row,
body.frontend.portaltype-event #below-content .main-container > .row,
body#tinymce.portaltype-event #below-content .main-container > .row,
body.frontend.portaltype-person #below-content .main-container > .row,
body#tinymce.portaltype-person #below-content .main-container > .row {
  margin-right: 0px !important;
  margin-left: 0px !important;
}
/* line 2589, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-formfolder div[id*='parent-fieldname-formPrologue'],
body#tinymce.portaltype-formfolder div[id*='parent-fieldname-formPrologue'] {
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  /* line 2594, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-formfolder #content-core,
  body#tinymce.portaltype-formfolder #content-core {
    width: 100% !important;
    max-width: 100% !important;
    margin-right: auto !important;
  }
  /* line 2600, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-formfolder .title-container,
  body#tinymce.portaltype-formfolder .title-container {
    width: 100% !important;
    margin-right: auto !important;
  }
}
/* line 2606, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-formfolder #website-wrapper.empty-slideshow .page-container,
body#tinymce.portaltype-formfolder #website-wrapper.empty-slideshow .page-container {
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-top: 0px !important;
}
/* line 2612, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-formfolder .label,
body#tinymce.portaltype-formfolder .label {
  color: #000000;
  font-size: 17px;
  text-align: left;
  padding-left: 0px;
  display: block;
  letter-spacing: 0.0em;
  font-weight: 400;
  margin-bottom: 5px;
  font-family: 'HelveticaMedium', Helvetica, Arial, sans-serif;
}
/* line 2624, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 2632, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-formfolder .listing,
body#tinymce.portaltype-formfolder .listing {
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  /* line 2637, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-formfolder .formHelp,
  body#tinymce.portaltype-formfolder .formHelp {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
/* line 2644, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-formfolder article#content,
body#tinymce.portaltype-formfolder article#content {
  margin-bottom: 75px;
}
/* line 2648, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-formfolder label,
body#tinymce.portaltype-formfolder label {
  letter-spacing: 0.0em;
  color: #000000;
  margin-left: 4px;
  font-size: 16px;
  font-weight: 400;
}
/* line 2655, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-formfolder label.formQuestion,
body#tinymce.portaltype-formfolder label.formQuestion {
  font-size: 17px;
  margin-left: 0px;
  line-height: 24px;
  font-family: 'HelveticaMedium', Helvetica, Arial, sans-serif;
}
/* line 2663, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-formfolder label .required:after,
body#tinymce.portaltype-formfolder label .required:after {
  top: 4px !important;
  margin-left: 0px !important;
}
/* line 2669, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-formfolder:not(.template-quickedit) .field,
body#tinymce.portaltype-formfolder:not(.template-quickedit) .field {
  width: initial;
  margin-bottom: 0px;
  margin-top: 10px;
}
/* line 2675, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 2682, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 2688, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-formfolder .row.control-group,
body#tinymce.portaltype-formfolder .row.control-group {
  padding-top: 10px;
}
/* line 2692, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-formfolder .title-container,
body#tinymce.portaltype-formfolder .title-container {
  padding-bottom: 0px !important;
}
/* line 2703, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 2710, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-formfolder .address-wrapper h4,
body#tinymce.portaltype-formfolder .address-wrapper h4 {
  margin-top: 10px;
}
/* line 2714, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-formfolder .address-wrapper p,
body#tinymce.portaltype-formfolder .address-wrapper p {
  margin: 0px 0 !important;
}
/* line 2720, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-formfolder #content-core p,
body#tinymce.portaltype-formfolder #content-core p {
  margin: 0px 0;
}
/* line 2724, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-formfolder #content-core h3,
body#tinymce.portaltype-formfolder #content-core h3 {
  margin-top: 60px;
}
/* line 2735, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-formfolder .floating-label-form-group,
body#tinymce.portaltype-formfolder .floating-label-form-group {
  padding-bottom: 0;
}
/* line 2738, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-formfolder .floating-label-form-group textarea,
body#tinymce.portaltype-formfolder .floating-label-form-group textarea {
  font-family: 'HelveticaRegular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0 auto;
  display: block;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  color: #999999;
  width: auto;
  background-color: #ffffff;
  text-shadow: 0px 0px 0px #ffffff;
  border-color: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  outline: 0px;
  outline-offset: 0px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.00em;
  padding: 11px;
  padding-left: 15px;
  padding-right: 15px;
  height: auto;
  font-size: 17px;
}
/* line 1048, https://www.hetpark.nl/++theme++plonetheme.hetpark/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;
  border: 1px solid #717171;
  color: #000000;
}
/* line 1054, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 {
  color: #000000 !important;
}
/* line 1058, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 {
  /* Firefox 18- */
  color: #000000 !important;
}
/* line 1062, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 {
  /* Firefox 19+ */
  color: #000000 !important;
}
/* line 1066, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 {
  color: #000000 !important;
}
/* line 1071, https://www.hetpark.nl/++theme++plonetheme.hetpark/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;
  border: 1px solid #717171;
  color: #000000;
}
/* line 1078, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-formfolder .floating-label-form-group textarea:active:focus::-webkit-input-placeholder,
body#tinymce.portaltype-formfolder .floating-label-form-group textarea:active:focus::-webkit-input-placeholder {
  color: #000000 !important;
}
/* line 1082, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-formfolder .floating-label-form-group textarea:active:focus:-moz-placeholder,
body#tinymce.portaltype-formfolder .floating-label-form-group textarea:active:focus:-moz-placeholder {
  /* Firefox 18- */
  color: #000000 !important;
}
/* line 1086, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-formfolder .floating-label-form-group textarea:active:focus::-moz-placeholder,
body#tinymce.portaltype-formfolder .floating-label-form-group textarea:active:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000 !important;
}
/* line 1090, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-formfolder .floating-label-form-group textarea:active:focus:-ms-input-placeholder,
body#tinymce.portaltype-formfolder .floating-label-form-group textarea:active:focus:-ms-input-placeholder {
  color: #000000 !important;
}
/* line 2744, https://www.hetpark.nl/++theme++plonetheme.hetpark/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: #898989;
  font-size: 17px !important;
}
/* line 2749, https://www.hetpark.nl/++theme++plonetheme.hetpark/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: #898989;
}
/* line 2753, https://www.hetpark.nl/++theme++plonetheme.hetpark/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: #898989;
}
/* line 2757, https://www.hetpark.nl/++theme++plonetheme.hetpark/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: #898989;
}
/* line 2761, https://www.hetpark.nl/++theme++plonetheme.hetpark/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: #898989;
}
/* line 2765, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 #717171 !important;
  color: #000000 !important;
}
/* line 2770, https://www.hetpark.nl/++theme++plonetheme.hetpark/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: #000000 !important;
}
/* line 2774, https://www.hetpark.nl/++theme++plonetheme.hetpark/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: #000000 !important;
}
/* line 2778, https://www.hetpark.nl/++theme++plonetheme.hetpark/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: #000000 !important;
}
/* line 2782, https://www.hetpark.nl/++theme++plonetheme.hetpark/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: #000000 !important;
}
/* line 2788, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 2794, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-formfolder .floating-label-form-group > .field:not(.ArchetypesBooleanWidget):not(.ArchetypesCalendarWidget):not(.ArchetypesMultiSelectionWidget):not(.ArchetypesSelectionWidget):not(.ArchetypesDateWidget):not(.ArchetypesLikertWidget) label,
body#tinymce.portaltype-formfolder .floating-label-form-group > .field:not(.ArchetypesBooleanWidget):not(.ArchetypesCalendarWidget):not(.ArchetypesMultiSelectionWidget):not(.ArchetypesSelectionWidget):not(.ArchetypesDateWidget):not(.ArchetypesLikertWidget) label {
  letter-spacing: 0.0em;
  font-size: 17px;
  color: #000000;
  text-transform: none;
  line-height: 24px;
  font-family: 'HelveticaMedium', Helvetica, Arial, sans-serif;
}
@media (max-width: 992px) {
  /* line 2802, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-formfolder .floating-label-form-group > .field:not(.ArchetypesBooleanWidget):not(.ArchetypesCalendarWidget):not(.ArchetypesMultiSelectionWidget):not(.ArchetypesSelectionWidget):not(.ArchetypesDateWidget):not(.ArchetypesLikertWidget) label,
  body#tinymce.portaltype-formfolder .floating-label-form-group > .field:not(.ArchetypesBooleanWidget):not(.ArchetypesCalendarWidget):not(.ArchetypesMultiSelectionWidget):not(.ArchetypesSelectionWidget):not(.ArchetypesDateWidget):not(.ArchetypesLikertWidget) label {
    display: none;
  }
}
/* line 2808, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 2813, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-formfolder .pfg-form .formControls,
body#tinymce.portaltype-formfolder .pfg-form .formControls {
  text-align: right;
  padding-bottom: 0px;
}
@media (max-width: 768px) {
  /* line 2816, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-formfolder .pfg-form .formControls,
  body#tinymce.portaltype-formfolder .pfg-form .formControls {
    text-align: center;
  }
}
/* line 2820, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-formfolder .pfg-form .formControls input,
body#tinymce.portaltype-formfolder .pfg-form .formControls input {
  display: initial;
}
/* line 2827, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-formfolder button.pattern-pickadate-now,
body#tinymce.portaltype-formfolder button.pattern-pickadate-now,
body.frontend.portaltype-formfolder button.pattern-pickadate-clear,
body#tinymce.portaltype-formfolder button.pattern-pickadate-clear {
  margin: 0px;
  font-family: 'HelveticaBold', Helvetica, Arial, sans-serif;
  margin: 0 auto;
  display: block;
  padding: 17px;
  border: 1px solid #b02318;
  border-radius: 2px;
  text-transform: none;
  height: auto;
  color: #ffffff;
  letter-spacing: 0.0em;
  width: auto;
  font-size: 18px;
  background-color: #b02318;
  letter-spacing: 0.01em;
  text-shadow: 0px 0px 0px #ffffff;
  font-weight: 400;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  line-height: 24px;
  margin: 0px !important;
  display: inline-block !important;
  margin-left: 5px !important;
  margin-right: 5px !important;
  padding-top: 16px !important;
  padding-bottom: 10px !important;
  padding-left: 19px !important;
  padding-right: 19px !important;
  display: none !important;
}
/* line 923, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-formfolder button.pattern-pickadate-now:active:focus,
body#tinymce.portaltype-formfolder button.pattern-pickadate-now:active:focus,
body.frontend.portaltype-formfolder button.pattern-pickadate-clear:active:focus,
body#tinymce.portaltype-formfolder button.pattern-pickadate-clear:active:focus,
body.frontend.portaltype-formfolder button.pattern-pickadate-now:focus,
body#tinymce.portaltype-formfolder button.pattern-pickadate-now:focus,
body.frontend.portaltype-formfolder button.pattern-pickadate-clear:focus,
body#tinymce.portaltype-formfolder button.pattern-pickadate-clear:focus,
body.frontend.portaltype-formfolder button.pattern-pickadate-now:active,
body#tinymce.portaltype-formfolder button.pattern-pickadate-now:active,
body.frontend.portaltype-formfolder button.pattern-pickadate-clear:active,
body#tinymce.portaltype-formfolder button.pattern-pickadate-clear:active {
  background: #8e1d15;
  color: #ffffff;
  outline: none;
}
/* line 931, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-formfolder button.pattern-pickadate-now:hover,
body#tinymce.portaltype-formfolder button.pattern-pickadate-now:hover,
body.frontend.portaltype-formfolder button.pattern-pickadate-clear:hover,
body#tinymce.portaltype-formfolder button.pattern-pickadate-clear:hover {
  background: #8e1d15;
  color: #ffffff;
  box-shadow: none;
  border: 1px solid #8e1d15;
}
/* line 2842, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-formfolder button.pattern-pickadate-now,
body#tinymce.portaltype-formfolder button.pattern-pickadate-now {
  margin-left: 10px !important;
  display: none !important;
}
/* line 2847, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-formfolder .pfg-form,
body#tinymce.portaltype-formfolder .pfg-form {
  /*select {
				padding-top: 12px;
    			padding-bottom: 12px;
				border-radius: 0px;
				width: 100%;
				font-size: 16px;
			}*/
}
/* line 2848, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 2860, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-formfolder .pfg-form select.blurrable,
body#tinymce.portaltype-formfolder .pfg-form select.blurrable,
body.frontend.portaltype-formfolder .pfg-form select,
body#tinymce.portaltype-formfolder .pfg-form select,
body.frontend.portaltype-formfolder .pfg-form select[name='tijdstip'],
body#tinymce.portaltype-formfolder .pfg-form select[name='tijdstip'],
body.frontend.portaltype-formfolder .pfg-form select[name='betaalwijze'],
body#tinymce.portaltype-formfolder .pfg-form select[name='betaalwijze'],
body.frontend.portaltype-formfolder .pfg-form select[name='alternatief-tijdstip'],
body#tinymce.portaltype-formfolder .pfg-form select[name='alternatief-tijdstip'] {
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 0px;
  width: 60%;
  font-size: 16px;
}
@media (max-width: 991px) {
  /* line 2871, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-formfolder .pfg-form select.blurrable,
  body#tinymce.portaltype-formfolder .pfg-form select.blurrable,
  body.frontend.portaltype-formfolder .pfg-form select,
  body#tinymce.portaltype-formfolder .pfg-form select,
  body.frontend.portaltype-formfolder .pfg-form select[name='tijdstip'],
  body#tinymce.portaltype-formfolder .pfg-form select[name='tijdstip'],
  body.frontend.portaltype-formfolder .pfg-form select[name='betaalwijze'],
  body#tinymce.portaltype-formfolder .pfg-form select[name='betaalwijze'],
  body.frontend.portaltype-formfolder .pfg-form select[name='alternatief-tijdstip'],
  body#tinymce.portaltype-formfolder .pfg-form select[name='alternatief-tijdstip'] {
    width: 100%;
  }
}
/* line 2876, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-formfolder .pfg-form select[name='tijdstip'],
body#tinymce.portaltype-formfolder .pfg-form select[name='tijdstip'],
body.frontend.portaltype-formfolder .pfg-form select,
body#tinymce.portaltype-formfolder .pfg-form select,
body.frontend.portaltype-formfolder .pfg-form select[name='betaalwijze'],
body#tinymce.portaltype-formfolder .pfg-form select[name='betaalwijze'],
body.frontend.portaltype-formfolder .pfg-form select[name='alternatief-tijdstip'],
body#tinymce.portaltype-formfolder .pfg-form select[name='alternatief-tijdstip'] {
  font-size: 15px;
  height: auto;
  font-family: 'Arial';
}
/* line 2885, https://www.hetpark.nl/++theme++plonetheme.hetpark/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;
}
@media (min-width: 992px) {
  /* line 2897, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 2903, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-formfolder label.formQuestion span.required,
body#tinymce.portaltype-formfolder label.formQuestion span.required {
  font-size: 15px !important;
}
/* line 2911, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-formfolder div.ArchetypesDateWidget label.formQuestion,
body#tinymce.portaltype-formfolder div.ArchetypesDateWidget label.formQuestion {
  opacity: 1 !important;
  top: 0 !important;
  margin-bottom: 1px !important;
}
@media (min-width: 992px) {
  /* line 2920, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-formfolder span.required,
  body#tinymce.portaltype-formfolder span.required {
    display: none !important;
  }
  /* line 2927, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-formfolder div.field .pattern-pickadate-wrapper,
  body#tinymce.portaltype-formfolder div.field .pattern-pickadate-wrapper {
    display: inline-block;
    width: 60% !important;
    float: right;
  }
  /* line 2937, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-formfolder div.field:not(.ArchetypesBooleanWidget) .fieldErrorBox,
  body#tinymce.portaltype-formfolder div.field:not(.ArchetypesBooleanWidget) .fieldErrorBox {
    float: none;
  }
  /* line 2943, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-formfolder div.field.ArchetypesSelectionWidget .fieldErrorBox,
  body#tinymce.portaltype-formfolder div.field.ArchetypesSelectionWidget .fieldErrorBox {
    float: none;
  }
  /* line 2949, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-formfolder div.field:not(.ArchetypesBooleanWidget) label.formQuestion,
  body#tinymce.portaltype-formfolder div.field:not(.ArchetypesBooleanWidget) label.formQuestion {
    margin-top: 10px !important;
    display: inline-block;
    width: 40%;
    float: left;
    font-family: 'HelveticaMedium', Helvetica, Arial, sans-serif;
  }
  /* line 2959, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-formfolder div.field.ArchetypesSelectionWidget label.formQuestion,
  body#tinymce.portaltype-formfolder div.field.ArchetypesSelectionWidget label.formQuestion {
    margin-top: 11px !important;
  }
  /* line 2967, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-formfolder div.field:not(.ArchetypesDateWidget):not(.ArchetypesBooleanWidget):not(.ArchetypesMultiSelectionWidget) input,
  body#tinymce.portaltype-formfolder div.field:not(.ArchetypesDateWidget):not(.ArchetypesBooleanWidget):not(.ArchetypesMultiSelectionWidget) input,
  body.frontend.portaltype-formfolder div.field:not(.ArchetypesDateWidget):not(.ArchetypesBooleanWidget):not(.ArchetypesMultiSelectionWidget) textarea,
  body#tinymce.portaltype-formfolder div.field:not(.ArchetypesDateWidget):not(.ArchetypesBooleanWidget):not(.ArchetypesMultiSelectionWidget) textarea,
  body.frontend.portaltype-formfolder div.field:not(.ArchetypesDateWidget):not(.ArchetypesBooleanWidget):not(.ArchetypesMultiSelectionWidget) select,
  body#tinymce.portaltype-formfolder div.field:not(.ArchetypesDateWidget):not(.ArchetypesBooleanWidget):not(.ArchetypesMultiSelectionWidget) select,
  body.frontend.portaltype-formfolder div.field:not(.ArchetypesDateWidget):not(.ArchetypesBooleanWidget):not(.ArchetypesMultiSelectionWidget) table,
  body#tinymce.portaltype-formfolder div.field:not(.ArchetypesDateWidget):not(.ArchetypesBooleanWidget):not(.ArchetypesMultiSelectionWidget) table {
    display: inline-block;
    width: 60% !important;
    float: left;
  }
  /* line 2973, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-formfolder div.field:not(.ArchetypesDateWidget):not(.ArchetypesBooleanWidget):not(.ArchetypesMultiSelectionWidget) table,
  body#tinymce.portaltype-formfolder div.field:not(.ArchetypesDateWidget):not(.ArchetypesBooleanWidget):not(.ArchetypesMultiSelectionWidget) table {
    float: right;
  }
  /* line 2977, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-formfolder div.field:not(.ArchetypesDateWidget):not(.ArchetypesBooleanWidget):not(.ArchetypesMultiSelectionWidget) input#bestandsveld_file,
  body#tinymce.portaltype-formfolder div.field:not(.ArchetypesDateWidget):not(.ArchetypesBooleanWidget):not(.ArchetypesMultiSelectionWidget) input#bestandsveld_file {
    margin-top: 10px;
  }
  /* line 2983, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-formfolder div.field.ArchetypesSelectionWidget select[name='tijdstip'],
  body#tinymce.portaltype-formfolder div.field.ArchetypesSelectionWidget select[name='tijdstip'],
  body.frontend.portaltype-formfolder div.field.ArchetypesSelectionWidget select[name='alternatief-tijdstip'],
  body#tinymce.portaltype-formfolder div.field.ArchetypesSelectionWidget select[name='alternatief-tijdstip'] {
    max-width: 187px;
  }
  /* line 2994, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-formfolder div.field.error:not(.ArchetypesBooleanWidget) label.formQuestion,
  body#tinymce.portaltype-formfolder div.field.error:not(.ArchetypesBooleanWidget) label.formQuestion {
    margin-top: 35px !important;
  }
  /* line 3000, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-formfolder div.field.ArchetypesMultiSelectionWidget div.formQuestion,
  body#tinymce.portaltype-formfolder div.field.ArchetypesMultiSelectionWidget div.formQuestion {
    width: 40% !important;
    float: left;
  }
  /* line 3005, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-formfolder div.field.ArchetypesMultiSelectionWidget .ArchetypesMultiSelectionValue,
  body#tinymce.portaltype-formfolder div.field.ArchetypesMultiSelectionWidget .ArchetypesMultiSelectionValue {
    width: 60%;
    float: right;
  }
}
@media (max-width: 991px) {
  /* line 3015, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-formfolder div.field.ArchetypesSelectionWidget select,
  body#tinymce.portaltype-formfolder div.field.ArchetypesSelectionWidget select {
    max-width: 187px;
    display: block;
  }
}
@media (min-width: 992px) {
  /* line 3025, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-formfolder div.field.ArchetypesSelectionWidget[data-fieldname="aanhef"] div.formQuestion,
  body#tinymce.portaltype-formfolder div.field.ArchetypesSelectionWidget[data-fieldname="aanhef"] div.formQuestion {
    float: left;
    width: 40%;
    display: inline-block;
  }
  /* line 3031, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-formfolder div.field.ArchetypesSelectionWidget[data-fieldname="aanhef"] input[type="radio"],
  body#tinymce.portaltype-formfolder div.field.ArchetypesSelectionWidget[data-fieldname="aanhef"] input[type="radio"] {
    display: inline-block;
    width: auto !important;
    float: none;
  }
  /* line 3037, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-formfolder div.field.ArchetypesSelectionWidget[data-fieldname="aanhef"] br,
  body#tinymce.portaltype-formfolder div.field.ArchetypesSelectionWidget[data-fieldname="aanhef"] br {
    display: none !important;
  }
  /* line 3041, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-formfolder div.field.ArchetypesSelectionWidget[data-fieldname="aanhef"] label,
  body#tinymce.portaltype-formfolder div.field.ArchetypesSelectionWidget[data-fieldname="aanhef"] label {
    margin-right: 50px;
    margin-bottom: 0px;
    line-height: 25px;
  }
}
@media (min-width: 991px) {
  /* line 3053, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-formfolder div.field.ArchetypesSelectionWidget[data-fieldname="betaalwijze"] div.formQuestion,
  body#tinymce.portaltype-formfolder div.field.ArchetypesSelectionWidget[data-fieldname="betaalwijze"] div.formQuestion {
    display: none !important;
  }
  /* line 3057, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-formfolder div.field.ArchetypesSelectionWidget[data-fieldname="betaalwijze"] input[type="radio"],
  body#tinymce.portaltype-formfolder div.field.ArchetypesSelectionWidget[data-fieldname="betaalwijze"] input[type="radio"] {
    display: inline-block;
    width: auto !important;
    float: none;
  }
  /* line 3063, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-formfolder div.field.ArchetypesSelectionWidget[data-fieldname="betaalwijze"] br,
  body#tinymce.portaltype-formfolder div.field.ArchetypesSelectionWidget[data-fieldname="betaalwijze"] br {
    display: block !important;
  }
  /* line 3067, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-formfolder div.field.ArchetypesSelectionWidget[data-fieldname="betaalwijze"] label,
  body#tinymce.portaltype-formfolder div.field.ArchetypesSelectionWidget[data-fieldname="betaalwijze"] label {
    margin-right: 50px;
    margin-bottom: 0px;
    line-height: 25px;
  }
}
/* line 3076, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-formthankspage blockquote,
body#tinymce.portaltype-formthankspage blockquote {
  padding-top: 0px;
  border-left: 0px !important;
  text-align: left;
}
/* line 3083, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend .abovecontent-portlets > div.col-xs-12:first-child,
body#tinymce .abovecontent-portlets > div.col-xs-12:first-child {
  z-index: 4;
}
/* line 3089, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend .portlet-rrssb:not(.authors),
body#tinymce .portlet-rrssb:not(.authors) {
  display: block;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  /* line 3090, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend .portlet-rrssb:not(.authors),
  body#tinymce .portlet-rrssb:not(.authors) {
    /*width: 200px;*/
  }
}
@media (min-width: 992px) {
  /* line 3097, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend .portlet-rrssb,
  body#tinymce .portlet-rrssb {
    position: relative;
    top: 15px;
    right: 15px;
    width: auto;
    margin: 0 auto;
    z-index: 3;
  }
}
@media (min-width: 1200px) {
  /* line 3106, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend .portlet-rrssb,
  body#tinymce .portlet-rrssb {
    position: relative;
    top: 15px;
    right: 15px;
    width: auto;
    margin: 0 auto;
    z-index: 3;
  }
}
@media (max-width: 480px) {
  /* line 3115, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend .portlet-rrssb,
  body#tinymce .portlet-rrssb {
    width: 100%;
  }
}
/* line 3119, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend .portlet-rrssb .rrssb-buttons,
body#tinymce .portlet-rrssb .rrssb-buttons {
  width: 150px;
  margin: 0 auto;
}
/* line 3124, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend .portlet-rrssb .rrssb-buttons,
body#tinymce .portlet-rrssb .rrssb-buttons {
  height: 50px;
}
/* line 3128, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend .portlet-rrssb .rrssb-buttons li a,
body#tinymce .portlet-rrssb .rrssb-buttons li a {
  background-color: #f6f6f6 !important;
}
/* line 3131, https://www.hetpark.nl/++theme++plonetheme.hetpark/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: #282931 !important;
}
/* line 3135, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend .portlet-rrssb .rrssb-buttons li a:hover,
body#tinymce .portlet-rrssb .rrssb-buttons li a:hover {
  background-color: #f6f6f6 !important;
}
/* line 3140, https://www.hetpark.nl/++theme++plonetheme.hetpark/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: #ffffff !important;
}
/* line 3144, https://www.hetpark.nl/++theme++plonetheme.hetpark/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: #ffffff !important;
}
/* line 3148, https://www.hetpark.nl/++theme++plonetheme.hetpark/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: #ffffff !important;
}
/* line 3152, https://www.hetpark.nl/++theme++plonetheme.hetpark/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: #ffffff !important;
}
/* line 3156, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend .portlet-rrssb .rrssb-buttons li.rrssb-whatsapp a:hover .rrssb-icon svg path,
body#tinymce .portlet-rrssb .rrssb-buttons li.rrssb-whatsapp a:hover .rrssb-icon svg path {
  fill: #ffffff !important;
}
/* line 3160, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 3164, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend .portlet-rrssb .rrssb-buttons.small-format li,
body#tinymce .portlet-rrssb .rrssb-buttons.small-format li {
  height: 100%;
}
/* line 3168, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 3174, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 3183, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend .sharing-buttons-wrapper .social-media-title,
body#tinymce .sharing-buttons-wrapper .social-media-title {
  border-bottom: 2px solid #ececec;
  text-align: center;
  color: #929292;
  padding-top: 15px;
  padding-bottom: 10px;
  display: none;
}
@media (max-width: 991px) {
  /* line 3191, https://www.hetpark.nl/++theme++plonetheme.hetpark/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: 1px) {
  /* line 3197, https://www.hetpark.nl/++theme++plonetheme.hetpark/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: 0px;
    right: 0px;
    width: 180px;
    border: 0px;
    border-radius: 0px;
    border-right: 0px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    height: auto;
  }
  /* line 3219, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend .sharing-buttons-wrapper .rrssb-buttons li,
  body#tinymce .sharing-buttons-wrapper .rrssb-buttons li {
    width: 45px !important;
    display: block !important;
    height: 45px !important;
    line-height: 1px !important;
    margin: 5px;
    padding: 0px;
  }
  /* line 3227, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend .sharing-buttons-wrapper .rrssb-buttons li a,
  body#tinymce .sharing-buttons-wrapper .rrssb-buttons li a {
    padding: 13px 12px;
    border: 1px solid #f6f6f6;
    border-radius: 50%;
  }
  /* line 3232, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend .sharing-buttons-wrapper .rrssb-buttons li a:hover,
  body#tinymce .sharing-buttons-wrapper .rrssb-buttons li a:hover,
  body.frontend .sharing-buttons-wrapper .rrssb-buttons li a:focus,
  body#tinymce .sharing-buttons-wrapper .rrssb-buttons li a:focus {
    border: 1px solid #f6f6f6;
    border-radius: 50%;
    background: #000000 !important;
  }
  /* line 3238, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend .sharing-buttons-wrapper .rrssb-buttons li a:hover svg,
  body#tinymce .sharing-buttons-wrapper .rrssb-buttons li a:hover svg,
  body.frontend .sharing-buttons-wrapper .rrssb-buttons li a:focus svg,
  body#tinymce .sharing-buttons-wrapper .rrssb-buttons li a:focus svg {
    fill: #ffffff;
  }
  /* line 3245, https://www.hetpark.nl/++theme++plonetheme.hetpark/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;
    padding-bottom: 10px;
  }
  /* line 3258, https://www.hetpark.nl/++theme++plonetheme.hetpark/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: #000000 !important;
  }
  /* line 3261, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 3267, https://www.hetpark.nl/++theme++plonetheme.hetpark/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;
  }
}
@media (min-width: 1px) and (max-width: 768px) {
  /* line 3252, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend .sharing-buttons-wrapper ul.rrssb-buttons,
  body#tinymce .sharing-buttons-wrapper ul.rrssb-buttons {
    height: 70px !important;
  }
}
/* line 3277, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body:not(.frontend).portaltype-formfolder footer .field {
  width: initial;
  margin-bottom: 15px;
}
/* line 3283, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
footer {
  background: #ffffff;
}
/* line 3287, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.mce-content-body {
  background: #ffffff !important;
}
/* FOOTER */
/* line 3292, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
footer,
body.mce-content-body {
  border-top: 0px solid #e7e7e7;
  padding-top: 0px;
  padding-bottom: 30px;
}
/* line 1097, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
footer h1,
body.mce-content-body h1 {
  color: #000000;
  font-family: 'FuturaBold', 'Futura', Arial, sans-serif;
  font-size: 64px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0.0em;
  line-height: 72px;
}
@media (max-width: 768px) {
  /* line 1106, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  footer h1,
  body.mce-content-body h1 {
    font-size: 50px;
  }
}
/* line 1111, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
footer div,
body.mce-content-body div {
  font-family: 'HelveticaRegular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  letter-spacing: 0.01em;
  color: #000000;
}
/* line 1118, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
footer ol li,
body.mce-content-body ol li,
footer ul li,
body.mce-content-body ul li {
  font-family: 'HelveticaRegular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.0em;
  color: #000000;
  font-size: 17px;
  /*line-height: 37px;*/
  padding-left: 8px;
}
/* line 1127, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
footer ul,
body.mce-content-body ul,
footer ol,
body.mce-content-body ol {
  font-size: 22px;
  margin-left: 0px;
}
/* line 1132, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
footer ol,
body.mce-content-body ol {
  margin-left: 0px;
}
/* line 1136, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
footer ul ul,
body.mce-content-body ul ul {
  list-style-type: disc;
}
/* line 1140, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
footer hr,
body.mce-content-body hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #eaeaea;
  margin: 1em 0;
  padding: 0;
}
/* line 1149, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
footer table:not(.picker__table),
body.mce-content-body table:not(.picker__table) {
  margin-top: 0px;
  width: 100% !important;
  max-width: 100% !important;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0px;
}
/* line 1158, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
footer table:not(.picker__table) > thead > tr > th,
body.mce-content-body table:not(.picker__table) > thead > tr > th,
footer table:not(.picker__table) > tbody > tr > th,
body.mce-content-body table:not(.picker__table) > tbody > tr > th,
footer table:not(.picker__table) > tfoot > tr > th,
body.mce-content-body table:not(.picker__table) > tfoot > tr > th,
footer table:not(.picker__table) > thead > tr > td,
body.mce-content-body table:not(.picker__table) > thead > tr > td,
footer table:not(.picker__table) > tbody > tr > td,
body.mce-content-body table:not(.picker__table) > tbody > tr > td,
footer table:not(.picker__table) > tfoot > tr > td,
body.mce-content-body table:not(.picker__table) > tfoot > tr > td {
  border: 0px;
}
/* line 1167, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
footer .table > thead > tr > th,
body.mce-content-body .table > thead > tr > th,
footer .table > tbody > tr > th,
body.mce-content-body .table > tbody > tr > th,
footer .table > tfoot > tr > th,
body.mce-content-body .table > tfoot > tr > th,
footer .table > thead > tr > td,
body.mce-content-body .table > thead > tr > td,
footer .table > tbody > tr > td,
body.mce-content-body .table > tbody > tr > td,
footer .table > tfoot > tr > td,
body.mce-content-body .table > tfoot > tr > td {
  border-top: 0px;
}
/* line 1176, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
footer table:not(.picker__table) tr,
body.mce-content-body table:not(.picker__table) tr {
  border-bottom: 1px solid #eaeaea;
}
/* line 1180, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
footer table:not(.picker__table) tr:nth-child(even),
body.mce-content-body table:not(.picker__table) tr:nth-child(even) {
  background: #ffffff;
}
/* line 1184, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
footer table:not(.picker__table) tr:nth-child(odd),
body.mce-content-body table:not(.picker__table) tr:nth-child(odd) {
  background: #ffffff;
}
/* line 1188, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
footer table:not(.picker__table) td,
body.mce-content-body table:not(.picker__table) td {
  padding: 0;
  padding-left: 0px;
  padding-right: 20px;
  padding-top: 3px;
  line-height: 32px;
  font-family: 'HelveticaRegular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 17px;
  letter-spacing: 0.002em;
  vertical-align: middle;
  color: #000000;
  padding-top: 12px;
  padding-bottom: 8px;
}
/* line 1202, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
footer table:not(.picker__table) td p,
body.mce-content-body table:not(.picker__table) td p {
  padding: 0;
  padding-left: 0px;
  padding-right: 20px;
  padding-top: 0px;
  line-height: 32px;
  font-size: 17px;
  letter-spacing: 0.075em;
  vertical-align: middle;
  color: #494a51;
  padding-bottom: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
}
@media (min-width: 1049px) {
  /* line 1223, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  footer .table-responsive,
  body.mce-content-body .table-responsive {
    overflow-x: visible;
  }
}
/* line 1228, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
footer .table-responsive,
body.mce-content-body .table-responsive {
  margin-top: 45px;
  border: 0px !important;
}
@media (min-width: 992px) {
  /* line 3296, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  footer .portletWrapper,
  body.mce-content-body .portletWrapper {
    float: left;
  }
}
/* line 3301, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
footer ul.social-media li,
body.mce-content-body ul.social-media li {
  display: inline-block;
  padding-right: 0px;
  line-height: 20px;
}
/* line 3307, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
footer ul.social-media,
body.mce-content-body ul.social-media {
  margin-left: 0;
  padding-left: 0;
  padding-top: 17px;
}
/* line 3312, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
footer ul.social-media a,
body.mce-content-body ul.social-media a {
  border-bottom: 0px !important;
}
/* line 3315, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
footer ul.social-media a:hover,
body.mce-content-body ul.social-media a:hover,
footer ul.social-media a:active,
body.mce-content-body ul.social-media a:active,
footer ul.social-media a:focus,
body.mce-content-body ul.social-media a:focus {
  color: #ffffff !important;
  border-bottom: 0px !important;
}
@media (max-width: 768px) {
  /* line 3323, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  footer ul.social-media,
  body.mce-content-body ul.social-media {
    padding-top: 0px !important;
  }
}
@media (min-width: 992px) {
  /* line 3328, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  footer,
  body.mce-content-body {
    /*.portletWrapper:first-child {
			float: none;
		}*/
  }
  /* line 3334, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  footer div.social-footer,
  body.mce-content-body div.social-footer {
    margin-top: 24px;
  }
  /* line 3338, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  footer .portletWrapper:nth-child(1),
  body.mce-content-body .portletWrapper:nth-child(1) {
    width: 75%;
  }
  /* line 3342, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  footer .portletWrapper:nth-child(2),
  body.mce-content-body .portletWrapper:nth-child(2) {
    width: 25%;
  }
  /* line 3346, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  footer .portletWrapper:nth-child(3),
  body.mce-content-body .portletWrapper:nth-child(3) {
    width: 100%;
    float: left;
  }
  /* line 3351, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  footer .portletWrapper:nth-child(4),
  body.mce-content-body .portletWrapper:nth-child(4) {
    width: 100%;
    float: left;
  }
  /* line 3356, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  footer .portletWrapper:last-child,
  body.mce-content-body .portletWrapper:last-child {
    float: left;
  }
}
/* line 3361, https://www.hetpark.nl/++theme++plonetheme.hetpark/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: 'HelveticaBold', Helvetica, Arial, sans-serif;
  margin: 0 auto;
  display: block;
  padding: 17px;
  border: 1px solid #b02318;
  border-radius: 2px;
  text-transform: none;
  height: auto;
  color: #ffffff;
  letter-spacing: 0.0em;
  width: auto;
  font-size: 18px;
  background-color: #b02318;
  letter-spacing: 0.01em;
  text-shadow: 0px 0px 0px #ffffff;
  font-weight: 400;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  line-height: 24px;
  text-align: center;
  margin-top: 30px;
}
/* line 923, https://www.hetpark.nl/++theme++plonetheme.hetpark/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,
footer a.text-button:active,
body.mce-content-body a.text-button:active,
footer input.text-button:active,
body.mce-content-body input.text-button:active {
  background: #8e1d15;
  color: #ffffff;
  outline: none;
}
/* line 931, https://www.hetpark.nl/++theme++plonetheme.hetpark/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: #8e1d15;
  color: #ffffff;
  box-shadow: none;
  border: 1px solid #8e1d15;
}
/* line 3372, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
footer .portlet-static-footer,
body.mce-content-body .portlet-static-footer {
  padding-top: 65px;
}
@media (max-width: 767px) {
  /* line 3376, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  footer .portlet-static-footer,
  body.mce-content-body .portlet-static-footer {
    padding-top: 0px;
  }
}
@media (min-width: 992px) {
  /* line 3380, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  footer .portlet-static-footer,
  body.mce-content-body .portlet-static-footer {
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  /* line 3387, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  footer,
  body.mce-content-body {
    padding-top: 0px;
  }
}
@media (max-width: 767px) {
  /* line 3391, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  footer,
  body.mce-content-body {
    padding-top: 0px;
  }
  /* line 3394, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  footer .line-wrapper p,
  body.mce-content-body .line-wrapper p {
    text-align: left;
  }
  /* line 3397, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  footer .line-wrapper ul,
  body.mce-content-body .line-wrapper ul {
    text-align: left;
  }
  /* line 3401, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 3408, https://www.hetpark.nl/++theme++plonetheme.hetpark/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: 1px solid #c3c3c3;
}
/* line 3415, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
footer .portletStaticText.portlet-static-logo img,
body.mce-content-body .portletStaticText.portlet-static-logo img {
  padding-top: 110px;
  padding-bottom: 110px;
  width: 100%;
}
@media (max-width: 768px) {
  /* line 3420, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  footer .portletStaticText.portlet-static-logo img,
  body.mce-content-body .portletStaticText.portlet-static-logo img {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
/* line 3427, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
footer #bottom-footer-background,
body.mce-content-body #bottom-footer-background {
  width: 450px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  /* line 3431, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  footer #bottom-footer-background,
  body.mce-content-body #bottom-footer-background {
    width: 300px;
  }
}
/* line 3438, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
footer .logo-footer img,
body.mce-content-body .logo-footer img {
  max-width: 100%;
}
@media (min-width: 992px) {
  /* line 3441, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  footer .logo-footer img,
  body.mce-content-body .logo-footer img {
    max-width: 80px;
  }
}
/* line 3448, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
footer a img:hover,
body.mce-content-body a img:hover,
footer a img:focus,
body.mce-content-body a img:focus {
  cursor: pointer !important;
}
/* line 3454, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
footer .sponsor-line,
body.mce-content-body .sponsor-line {
  position: relative;
  height: 105px;
}
/* line 3458, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
footer .sponsor-line img,
body.mce-content-body .sponsor-line img {
  position: absolute;
  bottom: 0;
  max-width: 100%;
  width: 100%;
  opacity: 0.65;
  padding-top: 5px !important;
}
/* line 3466, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
footer .sponsor-line img:hover,
body.mce-content-body .sponsor-line img:hover,
footer .sponsor-line img:active,
body.mce-content-body .sponsor-line img:active,
footer .sponsor-line img:focus,
body.mce-content-body .sponsor-line img:focus {
  opacity: 1;
}
/* line 3473, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
footer .sponsor-line a,
body.mce-content-body .sponsor-line a {
  cursor: pointer !important;
}
@media (max-width: 480px) {
  /* line 3477, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  footer .sponsor-line,
  body.mce-content-body .sponsor-line {
    height: 85px;
  }
  /* line 3480, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  footer .sponsor-line img,
  body.mce-content-body .sponsor-line img {
    max-width: 120px !important;
  }
}
/* line 3485, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
footer .sponsor-line.bank,
body.mce-content-body .sponsor-line.bank {
  margin-top: 40px !important;
  max-width: 170px;
}
@media (max-width: 480px) {
  /* line 3486, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  footer .sponsor-line.bank,
  body.mce-content-body .sponsor-line.bank {
    margin-top: 0px !important;
  }
}
@media (min-width: 481px) {
  /* line 3490, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  footer .sponsor-line.bank,
  body.mce-content-body .sponsor-line.bank {
    margin-top: 40px !important;
  }
}
@media (max-width: 480px) {
  /* line 3500, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  footer .sponsor-line.gutrecht,
  body.mce-content-body .sponsor-line.gutrecht {
    margin-top: 0px;
  }
}
/* line 3504, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
footer .sponsor-line.gutrecht img,
body.mce-content-body .sponsor-line.gutrecht img {
  max-width: 167px !important;
}
/* line 3509, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
footer .sponsor-line.bank-text,
body.mce-content-body .sponsor-line.bank-text {
  margin-top: 39px !important;
  color: #a1a1a3;
  font-size: 15px;
  line-height: 22px;
}
@media (max-width: 480px) {
  /* line 3515, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  footer .sponsor-line.bank-text,
  body.mce-content-body .sponsor-line.bank-text {
    font-size: 15px;
  }
}
/* line 3520, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
footer .sponsor-line.gutrecht-text,
body.mce-content-body .sponsor-line.gutrecht-text {
  margin-top: 24px !important;
  color: #a1a1a3;
  font-size: 15px;
  margin-right: 20px;
  line-height: 22px;
}
@media (max-width: 480px) {
  /* line 3527, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  footer .sponsor-line.gutrecht-text,
  body.mce-content-body .sponsor-line.gutrecht-text {
    margin-top: 35px !important;
    margin-right: 0px;
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  /* line 3536, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  footer .social-footer,
  body.mce-content-body .social-footer {
    padding-top: 30px !important;
  }
}
/* line 3541, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
footer .logo-footer.empty,
body.mce-content-body .logo-footer.empty {
  display: none !important;
}
/* line 3551, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.portaltype-folder footer,
body.portaltype-collection footer,
body.portaltype-person footer,
body.portaltype-person.template-listing_view footer,
body:not(.portaltype-document):not(.portaltype-event):not(.portaltype-news-item):not(.portaltype-occurrence) footer {
  border-top: 0px;
}
/* line 3556, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.plone-toolbar-left-default footer > .container {
  width: 100% !important;
}
/* line 3560, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.plone-toolbar-left-expanded footer > .container,
.plone-toolbar-left-default footer > .container {
  width: 100% !important;
}
/* line 3565, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.portlet {
  border: 0px;
}
/* line 3569, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
footer {
  padding-bottom: 0px;
  /* Footer - social media */
}
/* line 3572, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
footer ul {
  margin-left: -40px;
  list-style-type: none;
  margin-bottom: 5px;
}
/* line 3577, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
footer ul li {
  padding-left: 0px;
  margin-bottom: 0px;
  line-height: 25px;
}
/* line 3584, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
footer > .container {
  width: 100%;
}
@media (min-width: 769px) {
  /* line 3589, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  footer .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 3596, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  footer .container .row {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 3601, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  footer .container .footer-wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* line 3612, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
footer .portlet-static-social-media {
  position: relative;
}
/* line 3616, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
footer .portletStaticText {
  border-top: 0px;
}
/* line 3620, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
footer div.portlet-static-footer {
  background-color: #ffffff;
}
/* line 3624, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
footer div.portlet-static-footer p {
  color: #ffffff;
  margin-bottom: 10px;
  margin-top: 0px;
}
/* line 3629, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
footer div.portlet-static-footer p a:not(.text-button) {
  font-family: 'FuturaBold', 'Futura', Arial, sans-serif;
  font-size: 21px;
  text-decoration: none;
  color: #000000;
  letter-spacing: 0.00em;
  border-bottom: 0px;
}
/* line 3638, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
footer div.portlet-static-footer a:not(.text-button) {
  color: #000000;
  margin-top: 0px;
  margin-bottom: 20px;
}
/* line 3640, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
footer div.portlet-static-footer a:not(.text-button):hover {
  color: #000000;
  text-decoration: none;
}
/* line 3645, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
footer div.portlet-static-footer a:not(.text-button):active,
footer div.portlet-static-footer a:not(.text-button):focus {
  color: #000000;
  text-decoration: none;
}
/* line 3657, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 3661, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 3667, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
footer div.portlet-static-footer li a:not(.text-button) {
  color: #556fa2;
  border-bottom: 1px solid #556fa2;
}
/* line 3671, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
footer div.portlet-static-footer li a:not(.text-button):hover {
  color: #556fa2;
  border-bottom: 0px;
  text-decoration: none;
  border-bottom: 0px solid #556fa2;
}
/* line 3678, https://www.hetpark.nl/++theme++plonetheme.hetpark/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: #556fa2;
  text-decoration: none;
  border-bottom: 0px solid #556fa2;
}
/* line 3686, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
footer div.portlet-static-footer li {
  color: #000000;
  font-size: 14px;
}
/* line 3692, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
footer div.portlet-static-footer .social-footer ul.social-media li a {
  color: #000000;
  padding: 12px;
  border: 0px solid #f6f6f6 !important;
  border-radius: 50%;
  font-size: 12px;
  line-height: 17px;
  width: 41px;
  height: 41px;
  display: inline-block;
  margin-bottom: 0px !important;
  background-color: #f6f6f6;
}
/* line 3705, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
footer div.portlet-static-footer .social-footer ul.social-media li a i {
  width: 100%;
  text-align: center;
  vertical-align: middle;
}
/* line 3711, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
footer div.portlet-static-footer .social-footer ul.social-media li a:hover,
footer div.portlet-static-footer .social-footer ul.social-media li a:active,
footer div.portlet-static-footer .social-footer ul.social-media li a:focus,
footer div.portlet-static-footer .social-footer ul.social-media li a:focus:active {
  background-color: #b02318;
}
/* line 3722, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
footer .social-media-wrapper,
footer .footer-wrapper {
  padding-top: 0px;
}
@media (min-width: 769px) {
  /* line 3724, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  footer .social-media-wrapper,
  footer .footer-wrapper {
    padding-bottom: 35px;
  }
}
@media (max-width: 768px) {
  /* line 3728, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  footer .social-media-wrapper,
  footer .footer-wrapper {
    padding-bottom: 20px;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  /* line 3734, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  footer .footer-wrapper {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  /* line 3741, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  footer .footer-wrapper .container-fluid {
    border-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 767px) {
  /* line 3751, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  footer .footer-wrapper .container-fluid {
    padding-right: 0px;
    padding-left: 0px;
  }
  /* line 3756, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  footer .footer-wrapper .line-wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  /* line 3767, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  footer .social-media-wrapper {
    width: 55%;
    margin: 0 auto;
  }
}
/* line 3772, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
footer .social-media-wrapper p strong {
  font-family: 'HelveticaRegular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  color: #4b4b4b;
}
/* line 3778, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
footer .social-media-wrapper li a {
  color: #000000;
}
/* line 3782, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
footer .social-media-wrapper li i {
  margin-right: 30px;
}
@media (min-width: 992px) {
  /* line 3788, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  footer .social-media-wrapper .top-left-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 145px;
    /*background: url('c');*/
  }
  /* line 3797, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  footer .social-media-wrapper .bottom-left-background {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 200px;
    height: 250px;
    /*background: url("++resource++plonetheme.hetpark/footer-bottomleft.svg");*/
  }
  /* line 3806, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  footer .social-media-wrapper .right-background {
    position: absolute;
    top: 40px;
    right: 0;
    width: 250px;
    height: 330px;
    /*background: url('++resource++plonetheme.hetpark/footer-right.svg');*/
  }
}
/* line 3818, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
footer .line-wrapper {
  padding-top: 50px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (max-width: 767px) {
  /* line 3823, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  footer .line-wrapper {
    padding-bottom: 10px;
    border-bottom: 0px;
  }
}
@media (max-width: 768px) {
  /* line 3828, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  footer .line-wrapper {
    padding-top: 15px;
  }
}
@media (max-width: 767px) {
  /* line 3834, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  footer .line-wrapper.contact-info {
    margin-top: 0px;
  }
}
@media (max-width: 991px) {
  /* line 3840, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  footer .line-wrapper.logo-footer {
    padding-top: 0px;
  }
}
@media (max-width: 768px) {
  /* line 3846, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  footer .line-wrapper.logo-footer {
    padding-top: 50px;
  }
}
@media (min-width: 992px) {
  /* line 3852, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  footer .social-media-wrapper {
    width: 67%;
  }
  /* line 3856, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  footer .line-wrapper {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0px;
  }
  /* line 3861, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  footer .line-wrapper.contact {
    padding-right: 0px;
  }
  /* line 3866, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  footer .address-contact {
    padding-right: 0px;
    padding-left: 0px;
    margin-left: -120px;
    width: 320px;
  }
  /* line 3873, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  footer .social-media {
    margin-left: 0px;
  }
}
@media (max-width: 480px) {
  /* line 3879, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  footer .address-contact {
    padding-right: 0px;
  }
}
/* line 3885, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
footer .mailchimp-btn-text {
  display: none;
}
@media (min-width: 992px) {
  /* line 3895, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  .plone-toolbar-expanded footer .address-contact {
    margin-left: -80px;
  }
  /* line 3899, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  .plone-toolbar-expanded footer .social-media {
    margin-left: 0px;
  }
}
/* line 3906, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.portlet-button,
body#tinymce .portlet-button {
  font-family: 'HelveticaBold', Helvetica, Arial, sans-serif;
  margin: 0 auto;
  display: block;
  padding: 17px;
  border: 1px solid #b02318;
  border-radius: 2px;
  text-transform: none;
  height: auto;
  letter-spacing: 0.0em;
  font-size: 18px;
  background-color: #b02318;
  letter-spacing: 0.01em;
  text-shadow: 0px 0px 0px #ffffff;
  font-weight: 400;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  line-height: 24px;
  width: auto;
  margin: none;
  color: #ffffff;
  text-decoration: none;
  width: 200px;
}
/* line 923, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.portlet-button:active:focus,
body#tinymce .portlet-button:active:focus,
.portlet-button:focus,
body#tinymce .portlet-button:focus,
.portlet-button:active,
body#tinymce .portlet-button:active {
  background: #8e1d15;
  color: #ffffff;
  outline: none;
}
/* line 931, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.portlet-button:hover,
body#tinymce .portlet-button:hover {
  background: #8e1d15;
  color: #ffffff;
  box-shadow: none;
  border: 1px solid #8e1d15;
}
/* line 3915, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.portlet-button:hover,
body#tinymce .portlet-button:hover {
  color: #ffffff;
  text-decoration: none;
}
/* line 3920, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.portlet-button:active,
body#tinymce .portlet-button:active,
.portlet-button:focus,
body#tinymce .portlet-button:focus {
  color: #ffffff;
}
/* line 3926, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.portlet-static-online-tickets,
.portlet-weekday {
  padding-left: 65px;
  padding-right: 65px;
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  /* line 3938, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  .portlet-static-online-tickets,
  .portlet-weekday {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 30px;
    /*padding-bottom: 5px;*/
  }
}
/* line 3949, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.portlet-static-online-tickets .portlet-button,
.portlet-weekday .portlet-button {
  font-family: 'HelveticaBold', Helvetica, Arial, sans-serif;
  margin: 0 auto;
  display: block;
  padding: 17px;
  border: 1px solid #b02318;
  border-radius: 2px;
  text-transform: none;
  height: auto;
  letter-spacing: 0.0em;
  width: auto;
  font-size: 18px;
  background-color: #b02318;
  letter-spacing: 0.01em;
  text-shadow: 0px 0px 0px #ffffff;
  font-weight: 400;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  line-height: 24px;
  margin: none;
  color: #ffffff;
  text-decoration: none;
  width: 200px;
  margin-right: 0;
}
/* line 923, https://www.hetpark.nl/++theme++plonetheme.hetpark/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,
.portlet-static-online-tickets .portlet-button:active,
.portlet-weekday .portlet-button:active {
  background: #8e1d15;
  color: #ffffff;
  outline: none;
}
/* line 931, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.portlet-static-online-tickets .portlet-button:hover,
.portlet-weekday .portlet-button:hover {
  background: #8e1d15;
  color: #ffffff;
  box-shadow: none;
  border: 1px solid #8e1d15;
}
/* line 3957, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 3964, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  .portlet-static-online-tickets .portlet-button,
  .portlet-weekday .portlet-button {
    margin: 0 auto;
  }
}
/* line 3970, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 3975, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 3983, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  .portlet-static-online-tickets h5 span,
  .portlet-weekday h5 span {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  /* line 3990, https://www.hetpark.nl/++theme++plonetheme.hetpark/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('++resource++plonetheme.hetpark/ticketbox.svg');*/
  }
}
/* line 4002, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.portlet-weekday .portletHeader {
  display: none;
}
/* Mailchimp portlet */
/* line 4008, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.portletMailChimp,
.portlet-mailplus {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
  margin: 0px;
}
@media (max-width: 992px) {
  /* line 4015, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  .portletMailChimp,
  .portlet-mailplus {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
  }
}
@media (max-width: 768px) {
  /* line 4021, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  .portletMailChimp,
  .portlet-mailplus {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  /* line 4025, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  .portletMailChimp,
  .portlet-mailplus {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
  }
}
@media (max-width: 480px) {
  /* line 4031, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  .portletMailChimp,
  .portlet-mailplus {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
  }
}
@media (min-width: 992px) {
  /* line 4037, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  .portletMailChimp,
  .portlet-mailplus {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 65px;
    margin-right: 15px;
  }
}
/* line 4044, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.portletMailChimp .field,
.portlet-mailplus .field {
  margin-bottom: 5px;
}
/* line 4048, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.portletMailChimp.portlet .portletHeader,
.portlet-mailplus.portlet .portletHeader {
  border-top: 0px;
  text-align: left;
  background: inherit;
  padding-bottom: 31px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (max-width: 767px) {
  /* line 4056, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  .portletMailChimp.portlet .portletHeader,
  .portlet-mailplus.portlet .portletHeader {
    text-align: center;
  }
}
/* line 4060, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.portletMailChimp.portlet .portletHeader span,
.portlet-mailplus.portlet .portletHeader span {
  font-size: 17px;
  color: #000000;
  line-height: 30px;
}
@media (max-width: 767px) {
  /* line 4064, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  .portletMailChimp.portlet .portletHeader span,
  .portlet-mailplus.portlet .portletHeader span {
    text-align: center;
  }
}
@media (max-width: 767px) {
  /* line 4069, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  .portletMailChimp.portlet .portletHeader,
  .portlet-mailplus.portlet .portletHeader {
    padding-bottom: 26px;
  }
}
/* line 4076, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.portletMailChimp #formfield-form-widgets-email,
.portlet-mailplus #formfield-form-widgets-email {
  text-align: center;
}
/* line 4080, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.portletMailChimp .portletItem,
.portlet-mailplus .portletItem {
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  /* line 4084, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  .portletMailChimp .portletItem,
  .portlet-mailplus .portletItem {
    width: 100%;
    margin: 0 auto;
  }
}
/* line 4090, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.portletMailChimp .portletHeader,
.portlet-mailplus .portletHeader {
  padding-top: 0px;
}
@media (min-width: 768px) {
  /* line 4093, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  .portletMailChimp .portletHeader,
  .portlet-mailplus .portletHeader {
    width: 100%;
    margin: 0 auto;
    text-align: left;
  }
}
/* line 4101, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.portletMailChimp .formControls,
.portlet-mailplus .formControls {
  background: inherit;
  text-align: center;
}
/* line 4106, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.portletMailChimp #formfield-form-widgets-email label,
.portlet-mailplus #formfield-form-widgets-email label {
  display: none;
}
/* line 4110, https://www.hetpark.nl/++theme++plonetheme.hetpark/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: 'HelveticaBold', Helvetica, Arial, sans-serif;
  margin: 0 auto;
  display: block;
  padding: 17px;
  border: 1px solid #b02318;
  border-radius: 2px;
  text-transform: none;
  height: auto;
  color: #ffffff;
  letter-spacing: 0.0em;
  width: auto;
  font-size: 18px;
  background-color: #b02318;
  letter-spacing: 0.01em;
  text-shadow: 0px 0px 0px #ffffff;
  font-weight: 400;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  line-height: 24px;
}
/* line 923, https://www.hetpark.nl/++theme++plonetheme.hetpark/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,
.portletMailChimp .formControls input:not(.btn):active,
.portlet-mailplus .formControls input:not(.btn):active,
.portletMailChimp .input-group-btn input:not(.btn):active,
.portlet-mailplus .input-group-btn input:not(.btn):active,
.portletMailChimp .input-group-btn .submit-button:active,
.portlet-mailplus .input-group-btn .submit-button:active {
  background: #8e1d15;
  color: #ffffff;
  outline: none;
}
/* line 931, https://www.hetpark.nl/++theme++plonetheme.hetpark/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: #8e1d15;
  color: #ffffff;
  box-shadow: none;
  border: 1px solid #8e1d15;
}
/* line 4116, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 4124, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.portletMailChimp button,
.portlet-mailplus button {
  text-shadow: 0px 0px 0px #ffffff;
}
/* line 4128, https://www.hetpark.nl/++theme++plonetheme.hetpark/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: 'HelveticaRegular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0 auto;
  display: block;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  height: auto;
  color: #999999;
  width: auto;
  background-color: #ffffff;
  text-shadow: 0px 0px 0px #ffffff;
  border-color: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  outline: 0px;
  outline-offset: 0px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.00em;
  padding: 11px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-appearance: none;
}
/* line 1048, https://www.hetpark.nl/++theme++plonetheme.hetpark/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;
  border: 1px solid #717171;
  color: #000000;
}
/* line 1054, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.portletMailChimp input[type="text"]:not(.btn):focus::-webkit-input-placeholder,
.portlet-mailplus input[type="text"]:not(.btn):focus::-webkit-input-placeholder,
.portletMailChimp input[type="button"]:not(.btn):focus::-webkit-input-placeholder,
.portlet-mailplus input[type="button"]:not(.btn):focus::-webkit-input-placeholder,
.portletMailChimp input[type="password"]:not(.btn):focus::-webkit-input-placeholder,
.portlet-mailplus input[type="password"]:not(.btn):focus::-webkit-input-placeholder {
  color: #000000 !important;
}
/* line 1058, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.portletMailChimp input[type="text"]:not(.btn):focus:-moz-placeholder,
.portlet-mailplus input[type="text"]:not(.btn):focus:-moz-placeholder,
.portletMailChimp input[type="button"]:not(.btn):focus:-moz-placeholder,
.portlet-mailplus input[type="button"]:not(.btn):focus:-moz-placeholder,
.portletMailChimp input[type="password"]:not(.btn):focus:-moz-placeholder,
.portlet-mailplus input[type="password"]:not(.btn):focus:-moz-placeholder {
  /* Firefox 18- */
  color: #000000 !important;
}
/* line 1062, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.portletMailChimp input[type="text"]:not(.btn):focus::-moz-placeholder,
.portlet-mailplus input[type="text"]:not(.btn):focus::-moz-placeholder,
.portletMailChimp input[type="button"]:not(.btn):focus::-moz-placeholder,
.portlet-mailplus input[type="button"]:not(.btn):focus::-moz-placeholder,
.portletMailChimp input[type="password"]:not(.btn):focus::-moz-placeholder,
.portlet-mailplus input[type="password"]:not(.btn):focus::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000 !important;
}
/* line 1066, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.portletMailChimp input[type="text"]:not(.btn):focus:-ms-input-placeholder,
.portlet-mailplus input[type="text"]:not(.btn):focus:-ms-input-placeholder,
.portletMailChimp input[type="button"]:not(.btn):focus:-ms-input-placeholder,
.portlet-mailplus input[type="button"]:not(.btn):focus:-ms-input-placeholder,
.portletMailChimp input[type="password"]:not(.btn):focus:-ms-input-placeholder,
.portlet-mailplus input[type="password"]:not(.btn):focus:-ms-input-placeholder {
  color: #000000 !important;
}
/* line 1071, https://www.hetpark.nl/++theme++plonetheme.hetpark/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;
  border: 1px solid #717171;
  color: #000000;
}
/* line 1078, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.portletMailChimp input[type="text"]:not(.btn):active:focus::-webkit-input-placeholder,
.portlet-mailplus input[type="text"]:not(.btn):active:focus::-webkit-input-placeholder,
.portletMailChimp input[type="button"]:not(.btn):active:focus::-webkit-input-placeholder,
.portlet-mailplus input[type="button"]:not(.btn):active:focus::-webkit-input-placeholder,
.portletMailChimp input[type="password"]:not(.btn):active:focus::-webkit-input-placeholder,
.portlet-mailplus input[type="password"]:not(.btn):active:focus::-webkit-input-placeholder {
  color: #000000 !important;
}
/* line 1082, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.portletMailChimp input[type="text"]:not(.btn):active:focus:-moz-placeholder,
.portlet-mailplus input[type="text"]:not(.btn):active:focus:-moz-placeholder,
.portletMailChimp input[type="button"]:not(.btn):active:focus:-moz-placeholder,
.portlet-mailplus input[type="button"]:not(.btn):active:focus:-moz-placeholder,
.portletMailChimp input[type="password"]:not(.btn):active:focus:-moz-placeholder,
.portlet-mailplus input[type="password"]:not(.btn):active:focus:-moz-placeholder {
  /* Firefox 18- */
  color: #000000 !important;
}
/* line 1086, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.portletMailChimp input[type="text"]:not(.btn):active:focus::-moz-placeholder,
.portlet-mailplus input[type="text"]:not(.btn):active:focus::-moz-placeholder,
.portletMailChimp input[type="button"]:not(.btn):active:focus::-moz-placeholder,
.portlet-mailplus input[type="button"]:not(.btn):active:focus::-moz-placeholder,
.portletMailChimp input[type="password"]:not(.btn):active:focus::-moz-placeholder,
.portlet-mailplus input[type="password"]:not(.btn):active:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000 !important;
}
/* line 1090, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.portletMailChimp input[type="text"]:not(.btn):active:focus:-ms-input-placeholder,
.portlet-mailplus input[type="text"]:not(.btn):active:focus:-ms-input-placeholder,
.portletMailChimp input[type="button"]:not(.btn):active:focus:-ms-input-placeholder,
.portlet-mailplus input[type="button"]:not(.btn):active:focus:-ms-input-placeholder,
.portletMailChimp input[type="password"]:not(.btn):active:focus:-ms-input-placeholder,
.portlet-mailplus input[type="password"]:not(.btn):active:focus:-ms-input-placeholder {
  color: #000000 !important;
}
/* line 4135, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.portletMailChimp #formfield-form-widgets-interest_groups,
.portlet-mailplus #formfield-form-widgets-interest_groups {
  display: none;
}
@media (min-width: 992px) {
  /* line 4140, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  .portletMailChimp .email-left-background,
  .portlet-mailplus .email-left-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 250px;
    /*background: url('++resource++plonetheme.hetpark/email-left.svg');*/
  }
  /* line 4149, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  .portletMailChimp .email-right-background,
  .portlet-mailplus .email-right-background {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 200px;
    height: 250px;
    /*background: url('++resource++plonetheme.hetpark/email-right.svg');*/
  }
}
/* line 4159, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.portletMailChimp #form-widgets-email,
.portlet-mailplus #form-widgets-email,
.portletMailChimp #form-buttons-subscribe,
.portlet-mailplus #form-buttons-subscribe {
  width: 100%;
  margin-bottom: 15px;
}
/* line 4170, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.portletMailChimp .portletTitle p,
.portlet-mailplus .portletTitle p {
  font-family: 'HelveticaRegular', "Helvetica Neue", Helvetica, 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;
}
@media (max-width: 767px) {
  /* line 4181, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  .portletMailChimp .portletTitle p,
  .portlet-mailplus .portletTitle p {
    text-align: center;
  }
}
/* line 4186, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.portletMailChimp .input-group,
.portlet-mailplus .input-group {
  width: 100%;
}
/* line 4189, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.portletMailChimp .input-group .submit-button,
.portlet-mailplus .input-group .submit-button {
  margin-left: 0px !important;
  width: 100% !important;
}
/* line 4194, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.portletMailChimp .input-group .input-group-btn,
.portlet-mailplus .input-group .input-group-btn {
  width: 1% !important;
}
/* line 4199, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.portletMailChimp .fieldErrorBox,
.portlet-mailplus .fieldErrorBox {
  padding-top: 10px;
}
/* line 4202, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.portletMailChimp .fieldErrorBox .error,
.portlet-mailplus .fieldErrorBox .error {
  font-size: 17px;
}
/* Event recurrence */
/* line 4209, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
div.riform {
  z-index: 1000;
}
/* line 4213, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
div.occurrence {
  clear: both;
}
/* General */
/* line 4219, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.vevent span.cal_month {
  font-size: 12px;
}
/* line 4223, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.vevent span.cal_wkday {
  font-size: 12px;
}
/* line 4227, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.vevent div.cal_info {
  margin-left: 0px !important;
}
/* line 4230, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.vevent div.cal_info ul.horizontal.metadata {
  display: none !important;
}
/* line 4235, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.vevent div.cal_date {
  display: none !important;
}
/* line 4239, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body:not(.frontend) footer > .container {
  width: 100%;
}
/* line 4244, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.template-image_view .image-product img {
  max-width: 100%;
  height: auto;
}
/* line 4251, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.section-contact article#content {
  margin-bottom: 0px;
}
/* line 4256, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-listing_view article#content {
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  /* line 4258, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.template-listing_view article#content {
    padding-top: 30px;
  }
}
/* line 4263, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-login_form #content-core,
body.template-logged_out #content-core {
  max-width: 500px;
}
/* line 4268, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.alert-warning {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
/* line 4273, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-default_error_message #content-core p {
  white-space: initial !important;
}
/* line 4277, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
#formfolder-base-edit .field {
  width: auto;
}
/* Search page */
/* line 4286, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-search .extra-fields p,
body.frontend.template-facetednavigation_view .extra-fields p,
body.frontend.template-advancedsearch .extra-fields p {
  display: inline-block;
}
@media (min-width: 992px) {
  /* line 4291, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.template-search .search-item-right,
  body.frontend.template-facetednavigation_view .search-item-right,
  body.frontend.template-advancedsearch .search-item-right {
    padding-left: 40px !important;
  }
}
/* line 4296, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-search .select2-container,
body.frontend.template-facetednavigation_view .select2-container,
body.frontend.template-advancedsearch .select2-container {
  margin-bottom: 0px;
}
/* line 4300, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-search .search-type-options > div,
body.frontend.template-facetednavigation_view .search-type-options > div,
body.frontend.template-advancedsearch .search-type-options > div {
  display: block;
}
/* line 4304, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-search #search-filter label,
body.frontend.template-facetednavigation_view #search-filter label,
body.frontend.template-advancedsearch #search-filter label {
  font-weight: 300;
  color: #000000;
}
/* line 4309, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-search #search-filter input,
body.frontend.template-facetednavigation_view #search-filter input,
body.frontend.template-advancedsearch #search-filter input {
  margin-top: 0px;
}
/* line 4313, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-search div.div-advanced-search,
body.frontend.template-facetednavigation_view div.div-advanced-search,
body.frontend.template-advancedsearch div.div-advanced-search {
  margin-top: 10px;
}
/* line 4317, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-search .extra-fields > p:not(:first-child),
body.frontend.template-facetednavigation_view .extra-fields > p:not(:first-child),
body.frontend.template-advancedsearch .extra-fields > p:not(:first-child) {
  margin-left: 15px;
}
/* line 4321, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-search .extra-fields,
body.frontend.template-facetednavigation_view .extra-fields,
body.frontend.template-advancedsearch .extra-fields {
  margin-top: -30px;
}
@media (max-width: 768px) {
  /* line 4324, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.template-search .extra-fields,
  body.frontend.template-facetednavigation_view .extra-fields,
  body.frontend.template-advancedsearch .extra-fields {
    margin-top: 0px !important;
  }
}
/* line 4329, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-search .extra-fields p,
body.frontend.template-facetednavigation_view .extra-fields p,
body.frontend.template-advancedsearch .extra-fields p {
  font-size: 16px !important;
  margin-top: 0px !important;
  margin-bottom: 0px;
  float: left;
}
@media (min-width: 768px) {
  /* line 4337, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.template-search .extra-fields p.filter-text,
  body.frontend.template-facetednavigation_view .extra-fields p.filter-text,
  body.frontend.template-advancedsearch .extra-fields p.filter-text {
    height: 100px;
  }
}
/* line 4342, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-search .extra-filter-remove,
body.frontend.template-facetednavigation_view .extra-filter-remove,
body.frontend.template-advancedsearch .extra-filter-remove {
  border-bottom: 0px !important;
  font-size: 11px !important;
}
/* line 4347, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-search .main-container,
body.frontend.template-facetednavigation_view .main-container,
body.frontend.template-advancedsearch .main-container {
  letter-spacing: 0.00em;
}
/* line 4351, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-search .lead-img,
body.frontend.template-facetednavigation_view .lead-img,
body.frontend.template-advancedsearch .lead-img {
  width: 100%;
}
/* line 4355, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-search .search-item,
body.frontend.template-facetednavigation_view .search-item,
body.frontend.template-advancedsearch .search-item {
  padding-bottom: 50px;
}
/* line 4359, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-search .actionMenu dt,
body.frontend.template-facetednavigation_view .actionMenu dt,
body.frontend.template-advancedsearch .actionMenu dt {
  /*position: initial;
		display: block;*/
}
/* line 4364, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-search h4.item-title,
body.frontend.template-facetednavigation_view h4.item-title,
body.frontend.template-advancedsearch h4.item-title {
  margin-top: 20px;
}
/* line 4366, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-search h4.item-title a,
body.frontend.template-facetednavigation_view h4.item-title a,
body.frontend.template-advancedsearch h4.item-title a {
  border-bottom: 0px !important;
}
/* line 4371, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-search p.event-date,
body.frontend.template-facetednavigation_view p.event-date,
body.frontend.template-advancedsearch p.event-date {
  font-size: 17px;
  line-height: 35px;
  color: rgba(0, 0, 0, 0.6);
  letter-spacing: 0.01em;
  margin-bottom: 20px;
  margin-top: 0px;
}
/* line 4380, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-search .item-description,
body.frontend.template-facetednavigation_view .item-description,
body.frontend.template-advancedsearch .item-description {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 30px;
  font-size: 1.063em;
}
/* line 4387, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-search a img,
body.frontend.template-facetednavigation_view a img,
body.frontend.template-advancedsearch a img {
  cursor: pointer;
}
/* line 4391, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-search .highlightedSearchTerm,
body.frontend.template-facetednavigation_view .highlightedSearchTerm,
body.frontend.template-advancedsearch .highlightedSearchTerm {
  background: none;
  box-shadow: none;
  font-weight: 800;
}
/* line 4397, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-search h4 .highlightedSearchTerm,
body.frontend.template-facetednavigation_view h4 .highlightedSearchTerm,
body.frontend.template-advancedsearch h4 .highlightedSearchTerm {
  font-weight: 400;
  color: #848484;
}
/* line 4402, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-search #sorting-options .highlightedSearchTerm,
body.frontend.template-facetednavigation_view #sorting-options .highlightedSearchTerm,
body.frontend.template-advancedsearch #sorting-options .highlightedSearchTerm {
  font-weight: 400;
}
/* line 4406, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-search #search-filter-toggle,
body.frontend.template-facetednavigation_view #search-filter-toggle,
body.frontend.template-advancedsearch #search-filter-toggle {
  /*margin: 0 auto;
		display: block;*/
  font-family: 'HelveticaBold', Helvetica, Arial, sans-serif;
  margin: 0 auto;
  display: block;
  padding: 17px;
  border: 1px solid #b02318;
  border-radius: 2px;
  text-transform: none;
  height: auto;
  color: #ffffff;
  letter-spacing: 0.0em;
  font-size: 18px;
  background-color: #b02318;
  letter-spacing: 0.01em;
  text-shadow: 0px 0px 0px #ffffff;
  font-weight: 400;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  line-height: 24px;
  width: auto;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 15px;
}
/* line 923, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-search #search-filter-toggle:active:focus,
body.frontend.template-facetednavigation_view #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-facetednavigation_view #search-filter-toggle:focus,
body.frontend.template-advancedsearch #search-filter-toggle:focus,
body.frontend.template-search #search-filter-toggle:active,
body.frontend.template-facetednavigation_view #search-filter-toggle:active,
body.frontend.template-advancedsearch #search-filter-toggle:active {
  background: #8e1d15;
  color: #ffffff;
  outline: none;
}
/* line 931, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-search #search-filter-toggle:hover,
body.frontend.template-facetednavigation_view #search-filter-toggle:hover,
body.frontend.template-advancedsearch #search-filter-toggle:hover {
  background: #8e1d15;
  color: #ffffff;
  box-shadow: none;
  border: 1px solid #8e1d15;
}
/* line 4416, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-search input.search-btn,
body.frontend.template-facetednavigation_view input.search-btn,
body.frontend.template-advancedsearch input.search-btn {
  font-family: 'HelveticaBold', Helvetica, Arial, sans-serif;
  margin: 0 auto;
  display: block;
  padding: 17px;
  border: 1px solid #b02318;
  border-radius: 2px;
  text-transform: none;
  height: auto;
  color: #ffffff;
  letter-spacing: 0.0em;
  font-size: 18px;
  background-color: #b02318;
  letter-spacing: 0.01em;
  text-shadow: 0px 0px 0px #ffffff;
  font-weight: 400;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  line-height: 24px;
  width: auto;
}
/* line 923, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-search input.search-btn:active:focus,
body.frontend.template-facetednavigation_view 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-facetednavigation_view input.search-btn:focus,
body.frontend.template-advancedsearch input.search-btn:focus,
body.frontend.template-search input.search-btn:active,
body.frontend.template-facetednavigation_view input.search-btn:active,
body.frontend.template-advancedsearch input.search-btn:active {
  background: #8e1d15;
  color: #ffffff;
  outline: none;
}
/* line 931, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-search input.search-btn:hover,
body.frontend.template-facetednavigation_view input.search-btn:hover,
body.frontend.template-advancedsearch input.search-btn:hover {
  background: #8e1d15;
  color: #ffffff;
  box-shadow: none;
  border: 1px solid #8e1d15;
}
/* line 4421, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-search #searchform .input-group,
body.frontend.template-facetednavigation_view #searchform .input-group,
body.frontend.template-advancedsearch #searchform .input-group {
  max-width: 100%;
}
@media (max-width: 768px) {
  /* line 4424, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.template-search #searchform .input-group,
  body.frontend.template-facetednavigation_view #searchform .input-group,
  body.frontend.template-advancedsearch #searchform .input-group {
    max-width: 100%;
  }
}
/* line 4429, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-search legend,
body.frontend.template-facetednavigation_view legend,
body.frontend.template-advancedsearch legend {
  border-bottom: 0px;
}
/* line 4433, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-search .searchPage .actionMenu dd,
body.frontend.template-facetednavigation_view .searchPage .actionMenu dd,
body.frontend.template-advancedsearch .searchPage .actionMenu dd {
  /*display: none;*/
  border: 0px;
  background: none;
  top: 0px;
  width: 100%;
}
@media (max-width: 768px) {
  /* line 4440, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.template-search .searchPage .actionMenu dd,
  body.frontend.template-facetednavigation_view .searchPage .actionMenu dd,
  body.frontend.template-advancedsearch .searchPage .actionMenu dd {
    left: 0;
    width: 100%;
    top: 0px;
  }
}
@media (max-width: 992px) {
  /* line 4446, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.template-search .searchPage .actionMenu dd,
  body.frontend.template-facetednavigation_view .searchPage .actionMenu dd,
  body.frontend.template-advancedsearch .searchPage .actionMenu dd {
    padding-top: 15px;
  }
}
/* line 4451, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-search .searchPage .actionMenu,
body.frontend.template-facetednavigation_view .searchPage .actionMenu,
body.frontend.template-advancedsearch .searchPage .actionMenu {
  float: none;
  margin-top: 10px;
}
/* line 4456, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-search #search-results-wrapper,
body.frontend.template-facetednavigation_view #search-results-wrapper,
body.frontend.template-advancedsearch #search-results-wrapper {
  margin-top: 15px;
}
/* line 4460, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-search #search-results-bar-wrapper,
body.frontend.template-facetednavigation_view #search-results-bar-wrapper,
body.frontend.template-advancedsearch #search-results-bar-wrapper {
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  /* line 4463, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.template-search #search-results-bar-wrapper,
  body.frontend.template-facetednavigation_view #search-results-bar-wrapper,
  body.frontend.template-advancedsearch #search-results-bar-wrapper {
    padding-bottom: 10px;
  }
}
/* line 4468, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-search fieldset > h3,
body.frontend.template-facetednavigation_view fieldset > h3,
body.frontend.template-advancedsearch fieldset > h3 {
  margin-top: 0px;
  font-size: 30px;
}
/* line 4473, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-search .search-input,
body.frontend.template-facetednavigation_view .search-input,
body.frontend.template-advancedsearch .search-input {
  height: 52px;
  width: 100% !important;
}
@media (max-width: 991px) {
  /* line 4477, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.template-search .search-input,
  body.frontend.template-facetednavigation_view .search-input,
  body.frontend.template-advancedsearch .search-input {
    margin-bottom: 15px !important;
  }
}
/* line 4482, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-search .pagination,
body.frontend.template-facetednavigation_view .pagination,
body.frontend.template-advancedsearch .pagination {
  margin-top: 20px;
}
/* line 4487, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-search.plone-toolbar-expanded .actionMenu dt,
body.frontend.template-facetednavigation_view.plone-toolbar-expanded .actionMenu dt,
body.frontend.template-advancedsearch.plone-toolbar-expanded .actionMenu dt {
  position: initial;
}
/* line 4491, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-search.plone-toolbar-expanded .searchPage .actionMenu,
body.frontend.template-facetednavigation_view.plone-toolbar-expanded .searchPage .actionMenu,
body.frontend.template-advancedsearch.plone-toolbar-expanded .searchPage .actionMenu {
  float: none;
}
/* line 4495, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-search.plone-toolbar-expanded #searchform .input-group,
body.frontend.template-facetednavigation_view.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 4502, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.template-search .actionMenu dt,
  body.frontend.template-facetednavigation_view .actionMenu dt,
  body.frontend.template-advancedsearch .actionMenu dt {
    position: initial;
  }
  /* line 4506, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.template-search .searchPage .actionMenu,
  body.frontend.template-facetednavigation_view .searchPage .actionMenu,
  body.frontend.template-advancedsearch .searchPage .actionMenu {
    float: none;
  }
}
/* line 4511, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-search #search-results,
body.frontend.template-facetednavigation_view #search-results,
body.frontend.template-advancedsearch #search-results {
  padding-top: 20px;
}
/* line 4515, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-search #searchResultsSort,
body.frontend.template-facetednavigation_view #searchResultsSort,
body.frontend.template-advancedsearch #searchResultsSort {
  display: none;
}
/* line 4519, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-search .actionMenuContent.no-results,
body.frontend.template-facetednavigation_view .actionMenuContent.no-results,
body.frontend.template-advancedsearch .actionMenuContent.no-results {
  display: none !important;
}
/* line 4523, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-search .actionMenuContent:not(.no-results),
body.frontend.template-facetednavigation_view .actionMenuContent:not(.no-results),
body.frontend.template-advancedsearch .actionMenuContent:not(.no-results) {
  display: block;
}
/* line 4528, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-search #search-results-wrapper .autotabs,
body.frontend.template-facetednavigation_view #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 4535, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.template-search #search-results-wrapper .autotabs,
  body.frontend.template-facetednavigation_view #search-results-wrapper .autotabs,
  body.frontend.template-advancedsearch #search-results-wrapper .autotabs {
    margin-left: 0;
    margin-right: 0;
  }
}
/* line 4541, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-search #search-results-wrapper #searchResultsSort,
body.frontend.template-facetednavigation_view #search-results-wrapper #searchResultsSort,
body.frontend.template-advancedsearch #search-results-wrapper #searchResultsSort {
  background: transparent;
  border-bottom: 0;
}
/* line 4546, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-search #search-results-wrapper .autotoc-nav,
body.frontend.template-facetednavigation_view #search-results-wrapper .autotoc-nav,
body.frontend.template-advancedsearch #search-results-wrapper .autotoc-nav {
  margin-left: 0px;
}
/* line 4550, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-search #search-results-wrapper .autotoc-nav a,
body.frontend.template-facetednavigation_view #search-results-wrapper .autotoc-nav a,
body.frontend.template-advancedsearch #search-results-wrapper .autotoc-nav a {
  border: 0px;
  border-radius: 0;
  background: transparent;
}
/* line 4555, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-search #search-results-wrapper .autotoc-nav a.active:hover,
body.frontend.template-facetednavigation_view #search-results-wrapper .autotoc-nav a.active:hover,
body.frontend.template-advancedsearch #search-results-wrapper .autotoc-nav a.active:hover {
  cursor: pointer;
}
/* line 4559, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-search #search-results-wrapper .autotoc-nav a:hover,
body.frontend.template-facetednavigation_view #search-results-wrapper .autotoc-nav a:hover,
body.frontend.template-advancedsearch #search-results-wrapper .autotoc-nav a:hover {
  color: #b02318;
}
/* line 4565, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-search #search-results-wrapper .autotabs .autotoc-nav .autotab-heading,
body.frontend.template-facetednavigation_view #search-results-wrapper .autotabs .autotoc-nav .autotab-heading,
body.frontend.template-advancedsearch #search-results-wrapper .autotabs .autotoc-nav .autotab-heading {
  margin-left: 0px;
}
/* line 4569, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-search #search-results-wrapper a:hover,
body.frontend.template-facetednavigation_view #search-results-wrapper a:hover,
body.frontend.template-advancedsearch #search-results-wrapper a:hover {
  text-decoration: none;
  color: #b02318;
}
/* line 4573, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-search #search-results-wrapper a:hover h4,
body.frontend.template-facetednavigation_view #search-results-wrapper a:hover h4,
body.frontend.template-advancedsearch #search-results-wrapper a:hover h4 {
  color: #b02318;
}
/* line 4579, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-search #search-results-wrapper .pagination a:hover,
body.frontend.template-facetednavigation_view #search-results-wrapper .pagination a:hover,
body.frontend.template-advancedsearch #search-results-wrapper .pagination a:hover {
  color: #b02318;
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (max-width: 769px) {
  /* line 4590, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.template-search .autotabs .autotoc-nav,
  body.frontend.template-facetednavigation_view .autotabs .autotoc-nav,
  body.frontend.template-advancedsearch .autotabs .autotoc-nav {
    max-height: 80px;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  /* line 4596, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.template-search .title-container,
  body.frontend.template-facetednavigation_view .title-container,
  body.frontend.template-advancedsearch .title-container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* line 4602, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-search abbr,
body.frontend.template-facetednavigation_view abbr,
body.frontend.template-advancedsearch abbr {
  cursor: initial;
}
/* line 4607, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-search #search-filter-toggle,
body.frontend.template-facetednavigation_view #search-filter-toggle,
body.frontend.template-advancedsearch #search-filter-toggle {
  display: none;
}
/* line 4611, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-search .portlet-rrssb,
body.frontend.template-facetednavigation_view .portlet-rrssb,
body.frontend.template-advancedsearch .portlet-rrssb {
  display: none;
}
/* line 4615, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-search #content-core,
body.frontend.template-facetednavigation_view #content-core,
body.frontend.template-advancedsearch #content-core {
  border-bottom: 0px !important;
}
/* line 4619, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-search h4.item-title,
body.frontend.template-facetednavigation_view h4.item-title,
body.frontend.template-advancedsearch h4.item-title {
  margin-bottom: 0px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  /* line 4622, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.template-search h4.item-title,
  body.frontend.template-facetednavigation_view h4.item-title,
  body.frontend.template-advancedsearch h4.item-title {
    margin-top: 0px;
  }
}
/* line 4627, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-search .pagination,
body.frontend.template-facetednavigation_view .pagination,
body.frontend.template-advancedsearch .pagination {
  width: 100%;
  padding-bottom: 70px;
}
/* line 4631, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-search .pagination ul.pager,
body.frontend.template-facetednavigation_view .pagination ul.pager,
body.frontend.template-advancedsearch .pagination ul.pager {
  width: 100%;
  margin: 0 auto;
}
/* line 4635, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-search .pagination ul.pager li > a,
body.frontend.template-facetednavigation_view .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 4641, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.template-search .pagination ul.pager li > a,
  body.frontend.template-facetednavigation_view .pagination ul.pager li > a,
  body.frontend.template-advancedsearch .pagination ul.pager li > a {
    font-size: 16px;
  }
}
/* line 4645, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-search .pagination ul.pager li > a:hover,
body.frontend.template-facetednavigation_view .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-facetednavigation_view .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-facetednavigation_view .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 #b02318 !important;
  color: #b02318;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 4657, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-search .pagination ul.pager li.disabled > span,
body.frontend.template-facetednavigation_view .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 4664, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-search .pagination ul.pager li.disabled > span:hover,
body.frontend.template-facetednavigation_view .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-facetednavigation_view .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-facetednavigation_view .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 4673, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-search .pagination ul.pager li.active > span,
body.frontend.template-facetednavigation_view .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: #b02318;
  border: 1px solid #ffffff !important;
  padding: 5px 9px;
  border-bottom: 1px solid #b02318 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 4683, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-search .pagination ul.pager li.active > span:hover,
body.frontend.template-facetednavigation_view .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-facetednavigation_view .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-facetednavigation_view .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 4690, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.template-search .pagination ul.pager li.active > span,
  body.frontend.template-facetednavigation_view .pagination ul.pager li.active > span,
  body.frontend.template-advancedsearch .pagination ul.pager li.active > span {
    padding: 2px 9px;
    margin-top: 1px;
  }
}
/* line 4696, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-search .pagination ul.pager li.next > a,
body.frontend.template-facetednavigation_view .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 4700, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-search .pagination ul.pager li.next > a:hover,
body.frontend.template-facetednavigation_view .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-facetednavigation_view .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-facetednavigation_view .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 4708, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-search .pagination ul.pager li.previous > a,
body.frontend.template-facetednavigation_view .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 4712, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-search .pagination ul.pager li.previous > a:hover,
body.frontend.template-facetednavigation_view .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-facetednavigation_view .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-facetednavigation_view .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 4722, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-search .title-container,
body.frontend.template-facetednavigation_view .title-container,
body.frontend.template-advancedsearch .title-container {
  padding-top: 0px;
}
@media (max-width: 767px) {
  /* line 4727, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.template-search #searchform span.input-group-btn,
  body.frontend.template-facetednavigation_view #searchform span.input-group-btn,
  body.frontend.template-advancedsearch #searchform span.input-group-btn {
    width: 100% !important;
    display: block !important;
  }
  /* line 4731, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.template-search #searchform span.input-group-btn input,
  body.frontend.template-facetednavigation_view #searchform span.input-group-btn input,
  body.frontend.template-advancedsearch #searchform span.input-group-btn input {
    width: 100% !important;
  }
  /* line 4736, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.template-search #searchform div.input-group,
  body.frontend.template-facetednavigation_view #searchform div.input-group,
  body.frontend.template-advancedsearch #searchform div.input-group {
    width: 100% !important;
  }
  /* line 4740, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.template-search #searchform,
  body.frontend.template-facetednavigation_view #searchform,
  body.frontend.template-advancedsearch #searchform {
    padding-top: 25px;
  }
}
@media (min-width: 1140px) {
  /* line 4746, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.template-search .actionMenuContent,
  body.frontend.template-facetednavigation_view .actionMenuContent,
  body.frontend.template-advancedsearch .actionMenuContent {
    margin-right: 0px;
  }
}
@media (max-width: 1139px) {
  /* line 4752, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.template-search .actionMenuContent,
  body.frontend.template-facetednavigation_view .actionMenuContent,
  body.frontend.template-advancedsearch .actionMenuContent {
    position: initial;
    padding-left: 0px;
  }
  /* line 4757, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.template-search .actionMenuContent,
  body.frontend.template-facetednavigation_view .actionMenuContent,
  body.frontend.template-advancedsearch .actionMenuContent {
    display: none !important;
  }
  /* line 4761, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.template-search #search-filter-toggle,
  body.frontend.template-facetednavigation_view #search-filter-toggle,
  body.frontend.template-advancedsearch #search-filter-toggle {
    display: block;
    position: initial;
    margin-left: 0;
  }
  /* line 4767, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.template-search fieldset > h3,
  body.frontend.template-facetednavigation_view fieldset > h3,
  body.frontend.template-advancedsearch fieldset > h3 {
    display: none;
  }
  /* line 4771, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.template-search .actionMenu dt,
  body.frontend.template-facetednavigation_view .actionMenu dt,
  body.frontend.template-advancedsearch .actionMenu dt {
    position: initial;
  }
  /* line 4776, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.template-search .actionMenu:not(.activated) .actionMenuContent,
  body.frontend.template-facetednavigation_view .actionMenu:not(.activated) .actionMenuContent,
  body.frontend.template-advancedsearch .actionMenu:not(.activated) .actionMenuContent {
    display: none !important;
  }
  /* line 4782, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.template-search .actionMenu.activated .actionMenuContent,
  body.frontend.template-facetednavigation_view .actionMenu.activated .actionMenuContent,
  body.frontend.template-advancedsearch .actionMenu.activated .actionMenuContent {
    display: block !important;
  }
}
/* line 4798, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-advancedsearch article#content {
  margin-bottom: 80px;
}
/* 404 page */
/* line 4804, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-default_error_message {
  /* ZM */
}
/* line 4805, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-default_error_message .lead-img {
  width: 100%;
}
/* line 4810, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-default_error_message h4.item-title {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  font-family: 'FuturaBold', 'Futura', Arial, sans-serif;
  font-size: 26px;
  line-height: 38px;
  color: #000000;
  clear: both;
}
@media (max-width: 768px) {
  /* line 4819, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.template-default_error_message h4.item-title {
    margin-top: 20px;
  }
}
/* line 4824, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-default_error_message h4.item-title a {
  color: #000000;
  border-bottom: 0px !important;
}
/* line 4828, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-default_error_message h4.item-title a:hover,
body.frontend.template-default_error_message h4.item-title a:focus,
body.frontend.template-default_error_message h4.item-title a:active {
  border-bottom: 2px solid #000000 !important;
  color: #000000 !important;
}
/* line 4838, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-default_error_message a:hover {
  text-decoration: none;
  color: #b02318;
}
/* line 4842, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-default_error_message a:hover h4 {
  color: #b02318;
}
/* line 4848, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 4855, https://www.hetpark.nl/++theme++plonetheme.hetpark/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.01em;
  margin-bottom: 20px;
  margin-top: 10px;
}
/* line 4865, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-default_error_message .item-description {
  margin-top: 0px;
  line-height: 22px;
  margin-bottom: 5px;
  font-size: 17px;
  font-family: 'HelveticaMedium', Helvetica, Arial, sans-serif;
  color: #8a8a8a;
}
/* line 4875, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-default_error_message a img {
  cursor: pointer;
}
/* line 4879, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-default_error_message .similar-item {
  padding-bottom: 50px;
}
/* line 4883, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-default_error_message abbr {
  cursor: initial;
}
/* line 4888, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-default_error_message #page-not-found-list .list-not-found {
  padding-bottom: 50px;
}
/* TOP MENU */
/* line 4895, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 4896, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
#cd-nav .navigation-search-wrapper {
  position: absolute;
  top: 32px;
  right: 100px;
  width: 25%;
}
@media (min-width: 992px) {
  /* line 4902, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  #cd-nav .navigation-search-wrapper {
    max-width: 320px;
  }
}
@media (max-width: 992px) {
  /* line 4906, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  #cd-nav .navigation-search-wrapper {
    position: absolute;
    top: 266px;
    left: 0;
    right: auto;
    padding-top: 0px;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  /* line 4919, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  #cd-nav .navigation-search-wrapper {
    position: absolute;
    top: 266px;
    left: 0;
    right: auto;
    padding-top: 0px;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  /* line 4932, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  #cd-nav .navigation-search-wrapper {
    padding-left: 45px;
    padding-right: 80px;
  }
}
/* line 4938, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
#cd-nav .LSBox {
  position: relative;
}
/* line 4942, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 #000000;
  padding-top: 10px;
  padding-bottom: 5px;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
/* line 4978, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
#cd-nav .searchField::-webkit-input-placeholder {
  color: #000000;
}
/* line 4982, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
#cd-nav .searchField:-moz-placeholder {
  color: #000000;
}
/* line 4986, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
#cd-nav .searchField::-moz-placeholder {
  color: #000000;
}
/* line 4990, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
#cd-nav .searchField:-ms-input-placeholder {
  color: #000000;
}
/* line 4994, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
#cd-nav .searchField:focus::-webkit-input-placeholder {
  color: #000000;
}
/* line 4998, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
#cd-nav .searchField:focus:-moz-placeholder {
  color: #000000;
}
/* line 5002, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
#cd-nav .searchField:focus::-moz-placeholder {
  color: #000000;
}
/* line 5006, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
#cd-nav .searchField:focus:-ms-input-placeholder {
  color: #000000;
}
/* line 5010, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
#cd-nav .searchSection {
  display: none;
}
/* line 5014, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
#cd-nav .searchField:focus + .searchButton {
  color: #000000;
}
/* line 5018, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
#cd-nav .fa.fa-search {
  /*color: rgba(255, 255, 255, 0.8);*/
}
/* line 5022, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
#cd-nav .searchButton {
  font-family: 'HelveticaBold', Helvetica, Arial, sans-serif;
  margin: 0 auto;
  display: block;
  padding: 17px;
  border: 1px solid #b02318;
  border-radius: 2px;
  text-transform: none;
  height: auto;
  color: #ffffff;
  letter-spacing: 0.0em;
  font-size: 18px;
  background-color: #b02318;
  letter-spacing: 0.01em;
  text-shadow: 0px 0px 0px #ffffff;
  font-weight: 400;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  line-height: 24px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  color: #000000;
  width: auto;
  margin: 0;
  margin-top: -1px;
  background: transparent;
  background-color: transparent;
  height: 35px;
  padding: 5px;
  padding-right: 14px;
  font-size: 19px;
  padding-top: 7px;
  border: 0px;
}
/* line 923, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
#cd-nav .searchButton:active:focus,
#cd-nav .searchButton:focus,
#cd-nav .searchButton:active {
  background: #8e1d15;
  color: #ffffff;
  outline: none;
}
/* line 931, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
#cd-nav .searchButton:hover {
  background: #8e1d15;
  color: #ffffff;
  box-shadow: none;
  border: 1px solid #8e1d15;
}
/* line 5041, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
#cd-nav .searchButton:hover {
  background: transparent;
  text-shadow: none;
  box-shadow: none;
  outline: none;
  outline: 0px;
  outline-offset: 0px;
  color: #000000 !important;
}
/* line 5051, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
#cd-nav .searchButton:active {
  background: none;
  text-shadow: none;
  box-shadow: none;
  outline: none;
  outline: 0px;
  outline-offset: 0px;
  color: #000000 !important;
}
/* line 5061, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
#cd-nav .searchButton:focus {
  background: none;
  text-shadow: none;
  box-shadow: none;
  outline: none;
  outline: 0px;
  outline-offset: 0px;
  color: #000000 !important;
}
/* line 5071, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
#cd-nav .searchButton:focus:active {
  background: none;
  text-shadow: none;
  box-shadow: none;
  outline: none;
  outline: 0px;
  outline-offset: 0px;
  color: #000000 !important;
}
/* line 5084, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
#cd-nav .language-wrapper a.lang-link {
  color: #000000;
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'HelveticaMedium', Helvetica, Arial, sans-serif;
}
/* line 5090, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
#cd-nav .language-wrapper a.lang-link:hover {
  color: #000000;
}
/* line 5094, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
#cd-nav .language-wrapper a.lang-link:active,
#cd-nav .language-wrapper a.lang-link:focus {
  color: #000000;
}
@media (min-width: 992px) {
  /* line 5100, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  #cd-nav .language-wrapper {
    position: absolute;
    top: 11px;
    right: 108px;
    width: auto;
  }
  /* line 5106, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  #cd-nav .language-wrapper h5 {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  /* line 5111, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  #cd-nav .language-wrapper {
    position: absolute;
    top: 285px;
    left: 30px;
    width: auto;
    right: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 5120, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  #cd-nav .language-wrapper {
    position: absolute;
    top: 285px;
    left: 45px;
    width: auto;
    right: auto;
  }
  /* line 5128, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  #cd-nav .language-wrapper h5 {
    margin-top: 0px;
  }
}
/* line 5133, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
#cd-nav .language-wrapper h5 {
  margin-top: 0px;
}
@media (min-width: 991px) {
  /* line 5141, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  #cd-nav ul.cd-primary-nav .container-fluid.fluid-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 5149, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  #cd-nav ul.cd-primary-nav .container-fluid.fluid-tabs > div.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 5158, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  #cd-nav ul.cd-primary-nav .container-fluid.fluid-tabs > div.col.col-lg-3,
  #cd-nav ul.cd-primary-nav .container-fluid.fluid-tabs > div.col.col-md-3 {
    width: 100%;
  }
}
/* line 5172, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.site-en #cd-nav .navigation-search-wrapper {
  position: absolute;
  top: 32px;
  right: 350px;
  width: 25%;
}
@media (max-width: 992px) {
  /* line 5178, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.site-en #cd-nav .navigation-search-wrapper {
    position: absolute;
    top: 266px;
    left: 0;
    right: auto;
    padding-top: 0px;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  /* line 5191, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.site-en #cd-nav .navigation-search-wrapper {
    position: absolute;
    top: 266px;
    left: 0;
    right: auto;
    padding-top: 0px;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  /* line 5204, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.site-en #cd-nav .navigation-search-wrapper {
    padding-left: 45px;
    padding-right: 80px;
  }
}
/* line 5212, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.site-de #cd-nav .navigation-search-wrapper {
  position: absolute;
  top: 32px;
  right: 250px;
  width: 25%;
}
@media (max-width: 992px) {
  /* line 5218, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.site-de #cd-nav .navigation-search-wrapper {
    position: initial;
    padding-left: 30px;
    padding-right: 80px;
    padding-top: 32px;
    width: auto;
  }
}
@media (max-width: 480px) {
  /* line 5226, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.site-de #cd-nav .navigation-search-wrapper {
    position: initial;
    padding-top: 32px;
    padding-left: 30px;
    padding-right: 80px;
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  /* line 5234, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.site-de #cd-nav .navigation-search-wrapper {
    padding-left: 45px;
    padding-right: 80px;
  }
}
/* line 5242, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.mobile input[type='text'],
body.frontend.mobile input[type='number'],
body.frontend.mobile textarea {
  font-size: 16px;
}
/* line 5250, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-default_error_message .intro-header {
  display: none;
}
/* line 5254, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-default_error_message .page-container {
  padding-top: 0px;
}
@media (max-width: 768px) {
  /* line 5257, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.template-default_error_message .page-container {
    padding-top: 20px;
  }
}
@media (min-width: 768px) {
  /* line 5263, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.template-default_error_message #content-core {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
  }
}
@media (max-width: 480px) {
  /* line 5273, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend .mejs-container {
    max-width: 90% !important;
  }
}
/* Street view */
/* line 5280, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.gm-bundled-control-on-bottom {
  display: none;
}
/* line 5284, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.street-view {
  height: 100%;
  width: 100%;
}
/* line 5289, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.audio-player {
  z-index: 2;
  position: absolute;
  bottom: 20px;
  right: 10px;
}
/* line 5296, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.slick-slide {
  position: relative;
}
/* line 5304, https://www.hetpark.nl/++theme++plonetheme.hetpark/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: 20px;
  width: 100%;
  z-index: 2;
}
@media (max-width: 480px) {
  /* line 5311, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 5315, https://www.hetpark.nl/++theme++plonetheme.hetpark/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: 'HelveticaBold', Helvetica, Arial, sans-serif;
  margin: 0 auto;
  display: block;
  padding: 17px;
  border: 1px solid #b02318;
  border-radius: 2px;
  height: auto;
  color: #ffffff;
  letter-spacing: 0.0em;
  font-size: 18px;
  background-color: #b02318;
  letter-spacing: 0.01em;
  text-shadow: 0px 0px 0px #ffffff;
  font-weight: 400;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  line-height: 24px;
  width: auto;
  padding-left: 25px;
  padding-right: 25px;
  text-transform: none;
  margin: 10px 35px !important;
  display: inline-block;
  min-width: 228px;
  background-color: transparent;
  text-transform: uppercase;
}
/* line 923, https://www.hetpark.nl/++theme++plonetheme.hetpark/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,
body.frontend #slideshow-btn:active,
body.portaltype-object.template-edit #slideshow-btn:active,
body.template-collective-object-object #slideshow-btn:active,
body.frontend #slickslideshow .slick-cloned .btn:active,
body.portaltype-object.template-edit #slickslideshow .slick-cloned .btn:active,
body.template-collective-object-object #slickslideshow .slick-cloned .btn:active {
  background: #8e1d15;
  color: #ffffff;
  outline: none;
}
/* line 931, https://www.hetpark.nl/++theme++plonetheme.hetpark/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: #8e1d15;
  color: #ffffff;
  box-shadow: none;
  border: 1px solid #8e1d15;
}
@media (min-width: 768px) {
  /* line 5328, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 {
    border: 1px solid #ffffff;
    color: #ffffff;
  }
}
@media (min-width: 768px) {
  /* line 5337, https://www.hetpark.nl/++theme++plonetheme.hetpark/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,
  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,
  body.frontend #slideshow-btn:active,
  body.portaltype-object.template-edit #slideshow-btn:active,
  body.template-collective-object-object #slideshow-btn:active,
  body.frontend #slickslideshow .slick-cloned .btn:active,
  body.portaltype-object.template-edit #slickslideshow .slick-cloned .btn:active,
  body.template-collective-object-object #slickslideshow .slick-cloned .btn:active,
  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 {
    border: 1px solid #282931;
  }
}
/* line 5343, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend .mejs-container,
body.portaltype-object.template-edit .mejs-container,
body.template-collective-object-object .mejs-container {
  display: none;
}
/* line 5347, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 5353, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 5364, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-online_experience #inline-css {
  display: none;
}
/* line 5370, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 5378, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-online_experience #online-experience-container {
  height: 100%;
  position: relative;
  z-index: 1;
}
/* line 5384, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 5391, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-online_experience .cd-scrolling-bg > p::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}
/* line 5398, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 5405, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 5413, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 5434, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 5439, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.template-online_experience .cd-fixed-bg {
    background-attachment: fixed;
  }
  /* line 5442, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 5449, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-online_experience.mobile .cd-fixed-bg {
  background-attachment: scroll;
}
/* line 5454, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 5464, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-online_experience .cd-scrolling-bg p {
  color: #595959 !important;
}
/* line 5468, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 5473, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 5477, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 5482, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 5487, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 5492, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 5497, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-online_experience .cd-scrolling-bg:nth-child(8) {
  background-color: #3d3536;
  color: #dbd7d7;
}
/* line 5501, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-online_experience .cd-scrolling-bg:nth-child(8) p {
  color: #dbd7d7 !important;
}
/* line 5506, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-online_experience .cd-scrolling-bg:nth-child(10) {
  background-color: #dbd7d7;
  color: #595959;
}
/* line 5510, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-online_experience .cd-scrolling-bg:nth-child(10) p {
  color: #595959 !important;
}
/* line 5515, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-online_experience .cd-scrolling-bg:nth-child(12) {
  background-color: #3d3536;
  color: #dbd7d7;
}
/* line 5519, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-online_experience .cd-scrolling-bg:nth-child(12) p {
  color: #dbd7d7 !important;
}
/* line 5524, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-online_experience .cd-scrolling-bg:nth-child(14) {
  background-color: #dbd7d7;
  color: #595959;
}
/* line 5528, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-online_experience .cd-scrolling-bg:nth-child(14) p {
  color: #595959 !important;
}
/* line 5533, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-online_experience .cd-scrolling-bg:nth-child(16) {
  background-color: #3d3536;
  color: #dbd7d7;
}
/* line 5537, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-online_experience .cd-scrolling-bg:nth-child(16) p {
  color: #dbd7d7 !important;
}
/* line 5542, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-online_experience .cd-scrolling-bg:nth-child(18) {
  background-color: #dbd7d7;
  color: #595959;
}
/* line 5546, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-online_experience .cd-scrolling-bg:nth-child(18) p {
  color: #595959 !important;
}
/* line 5551, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-online_experience .cd-scrolling-bg:nth-child(20) {
  background-color: #3d3536;
  color: #dbd7d7;
}
/* line 5555, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-online_experience .cd-scrolling-bg:nth-child(20) p {
  color: #dbd7d7 !important;
}
/* line 5560, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-online_experience .cd-scrolling-bg:nth-child(22) {
  background-color: #dbd7d7;
  color: #595959;
}
/* line 5564, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-online_experience .cd-scrolling-bg:nth-child(22) p {
  color: #595959 !important;
}
/* line 5569, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-online_experience .cd-scrolling-bg:nth-child(24) {
  background-color: #3d3536;
  color: #dbd7d7;
}
/* line 5573, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-online_experience .cd-scrolling-bg:nth-child(24) p {
  color: #dbd7d7 !important;
}
/* line 5578, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-online_experience .cd-scrolling-bg:nth-child(26) {
  background-color: #dbd7d7;
  color: #595959;
}
/* line 5582, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-online_experience .cd-scrolling-bg:nth-child(26) p {
  color: #595959 !important;
}
/* line 5587, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-online_experience .cd-scrolling-bg:nth-child(28) {
  background-color: #3d3536;
  color: #dbd7d7;
}
/* line 5591, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-online_experience .cd-scrolling-bg:nth-child(28) p {
  color: #dbd7d7 !important;
}
/* line 5596, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-online_experience .cd-scrolling-bg:nth-child(30) {
  background-color: #dbd7d7;
  color: #595959;
}
/* line 5600, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 5606, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 5615, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-online_experience footer {
  padding-top: 0px;
}
/* line 5620, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.nav-home-wrapper {
  display: none;
}
/* line 5625, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.site-ZM #above-content {
  width: 100%;
  padding-right: 0px;
}
/* line 5630, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.site-ZM .portlet-rrssb {
  padding-top: 40px;
}
/* line 5634, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.site-ZM .title-container {
  padding-top: 35px;
}
/* line 5639, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #slickslideshow,
body.portaltype-object.template-edit #slickslideshow,
body.template-collective-object-object #slickslideshow {
  background: #f2f2f2 !important;
}
/* line 5645, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend .intro-header {
  background-color: #ffffff;
}
/* line 5649, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.rrssb-buttons.tiny-format li a .rrssb-icon svg {
  height: 27px;
}
/* line 5653, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend .event-date {
  word-wrap: normal !important;
}
/* line 5655, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend .event-date .dtstart .explain {
  word-wrap: normal !important;
}
/* line 5659, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend .event-date .dtend .explain {
  word-wrap: normal !important;
}
@media (max-width: 768px) {
  /* line 5665, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  .main-container {
    width: auto;
  }
}
/* line 5671, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 5687, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-document #content-core,
  body.frontend.portaltype-event #content-core,
  body.frontend.portaltype-news-item #content-core,
  body.frontend.portaltype-occurrence #content-core {
    border-bottom: 0px solid #e7e7e7;
    padding-bottom: 62px;
    margin-top: 5px;
  }
}
@media (max-width: 768px) {
  /* line 5693, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-document #content-core,
  body.frontend.portaltype-event #content-core,
  body.frontend.portaltype-news-item #content-core,
  body.frontend.portaltype-occurrence #content-core {
    border-bottom: 0px solid #e7e7e7;
  }
}
@media (min-width: 768px) {
  /* line 5703, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend:not(.portaltype-event) .title-container,
  body.frontend:not(.portaltype-occurrence) .title-container {
    padding-bottom: 0px;
  }
}
@media (min-width: 768px) {
  /* line 5714, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-collection .title-container,
  body.frontend.portaltype-person .title-container,
  body.portaltype-person.template-listing_view .title-container,
  body.frontend.portaltype-folder .title-container {
    padding-bottom: 0px;
    padding-top: 47px;
  }
}
/* line 5723, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #content-core a,
body#tinymce #content-core a {
  border-bottom: 1px solid #556fa2;
}
/* line 5726, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #content-core a:hover,
body#tinymce #content-core a:hover,
body.frontend #content-core a:active,
body#tinymce #content-core a:active,
body.frontend #content-core a:focus,
body#tinymce #content-core a:focus {
  border-bottom: 0px;
  color: #556fa2;
  border-bottom: 0px solid #556fa2;
  text-decoration: none;
}
/* line 5738, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body#tinymce {
  padding-top: 10px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
/* Below content */
/* line 5746, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #below-content .portletCollection .portletHeader {
  /*padding-bottom: 0px;
		text-align: center;

		h1 {
			display: inline-block;
			font-size: 1.400em;
		    color: @brand-primary-text;
			.HelveticaRegular();
		    text-align: center;
		    margin-top: 45px;
		    font-weight: 400;
		    text-transform: none;
		    letter-spacing: 0.01em;
		}

		h1.arrow-title {
			display: inline-block;
		    font-size: 10px;
		    padding-top: 0px;
		    margin-top: 5px;
		    margin-left: 25px;
		    vertical-align: middle;
		}*/
}
/* line 5772, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #below-content {
  /*dt.portletTitle {
			text-align: center;
		}*/
}
/* line 5782, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #below-content dl.portletMailChimp .submit-button {
  padding-top: 19px;
  padding-bottom: 17px;
}
/* line 5790, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend .page-container dl.portletMailChimp {
  /*max-width: 520px;
			margin: 0 auto;
			background: inherit;
			padding-bottom: 70px;

			dt.portletTitle {
				padding-top: 65px;
			}
			dt.portletTitle p {
				letter-spacing: 0.140em;
			}

			dt.portletHeader {
				padding-top: 30px;
				padding-bottom: 25px;
			}

			dt.portletHeader span {
				letter-spacing: 0.01em;
			}

			.mailchimp-btn-text {
				display: inline-block;
				margin-right: 16px;
			}

			.submit-button {
				padding-left: 24px;
			}

			@media (max-width: 768px) {
				width: 100% !important;
				padding-left: 0px;
				padding-right: 0px;

				span.input-group-btn {
					display: block;
					width: 100% !important;
				}

				dt.portletTitle {
					padding-top: 10px;
				}
			}*/
}
/* line 5838, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #below-content {
  /*.portletWrapper:nth-last-child(odd) {
			background: #ffffff;
		}

		p.item-description {
			line-height: 30px;
			font-size: 1.063em;
		}*/
}
/* line 5839, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #below-content .portletWrapper {
  padding-left: 0px;
  padding-right: 0px;
}
/* line 5854, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #below-content section.portletCollection {
  margin-bottom: 0px;
}
/* line 5857, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #below-content section.portletCollection .portletFooter {
  display: none;
}
/* line 5863, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #below-content .portletCollection .formControls {
  display: none;
}
/* line 5868, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #below-content #row-items {
  padding-bottom: 30px;
}
/* line 5873, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #below-content .portletCollection div#event-categories {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  /* line 5878, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend #below-content .portletCollection .tileImage {
    margin-bottom: 14px;
  }
  /* line 5882, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend #below-content .portletCollection h4.item-title {
    margin-bottom: 0px;
  }
  /* line 5886, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend #below-content .portletCollection p.event-date {
    margin-top: 0px;
    margin-bottom: 1px;
  }
  /* line 5891, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend #below-content .portletCollection p.item-description {
    margin-bottom: 0px;
    margin-top: 0px;
  }
  /* line 5896, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend #below-content .portletCollection div#event-categories {
    margin-bottom: 30px;
  }
  /* line 5900, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 5907, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend #below-content .sharing-buttons-wrapper {
    padding-bottom: 0px;
  }
}
/* line 5917, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 5923, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-logged_out .formControls,
body.frontend.template-login_form .formControls {
  padding-bottom: 25px;
}
@media (max-width: 768px) {
  /* line 5931, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend #content-core,
  body.mce-content-body #content-core {
    width: auto;
  }
  /* line 5935, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 5940, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend .title-container,
  body.mce-content-body .title-container {
    width: auto;
  }
  /* line 5944, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 5950, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend footer .container .footer-wrapper,
  body.mce-content-body footer .container .footer-wrapper {
    padding-left: 20px;
  }
  /* line 5954, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 5962, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.template-listing_view article#content {
    padding-top: 30px;
  }
}
@media (min-width: 768px) {
  /* line 5969, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  .navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
/* line 5975, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.plone-navbar-nav li .submenu {
  background-color: #ffffff;
}
@media (min-width: 1080px) {
  /* line 5977, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  .plone-navbar-nav li .submenu {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 0px;
    border-top: 1px solid #f8f8f8;
  }
}
/* line 5985, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.plone-navbar-nav li .submenu a:hover {
  background-color: #ffffff;
}
/* line 5989, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.plone-navbar-nav li .submenu li {
  width: 100%;
}
@media (min-width: 768px) {
  /* line 5991, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  .plone-navbar-nav li .submenu li {
    padding-left: 25px;
    padding-right: 25px;
    text-align: right;
  }
}
/* line 5998, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.plone-navbar-nav li .submenu a {
  color: #000000;
  font-family: 'HelveticaRegular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.00em;
  padding: 4px;
  padding-bottom: 6px;
  padding-top: 6px;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 17px;
}
/* line 6009, https://www.hetpark.nl/++theme++plonetheme.hetpark/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: #b02318;
}
/* line 6016, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.navbar-default {
  background-color: #ffffff;
}
/* line 6020, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.navbar-default .navbar-nav > li > a {
  color: #000000;
  font-size: 17px;
  text-transform: none;
  font-family: 'HelveticaRegular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.00em;
}
/* line 6027, https://www.hetpark.nl/++theme++plonetheme.hetpark/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: #b02318;
}
/* line 6032, https://www.hetpark.nl/++theme++plonetheme.hetpark/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: #b02318 !important;
}
/* line 6038, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.navbar-default .navbar-nav > li:not(.open) > a:focus {
  color: #000000;
}
/* line 6042, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.navbar-default .navbar-nav > li:not(.open) > a .fa-angle-down {
  color: #848484;
}
/* line 6046, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.navbar-default .caret,
.navbar-default .fa-angle-down {
  color: #848484 !important;
  margin-left: 10px;
}
/* line 6057, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.plone-toolbar-left-expanded .navbar-default .menu-search-button > a.nav-btn,
body.plone-toolbar-left-default .navbar-default .menu-search-button > a.nav-btn {
  background: url("/intk/images/icon-search-blue.svg") no-repeat center;
  background: url("/intk/images/icon-search.svg") no-repeat center;
  background-size: 25px;
}
/* line 6062, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.plone-toolbar-left-expanded .navbar-default .menu-search-button > a.nav-btn:hover,
body.plone-toolbar-left-default .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-default .navbar-default .menu-search-button > a.nav-btn:focus,
body.plone-toolbar-left-expanded .navbar-default .menu-search-button > a.nav-btn:active,
body.plone-toolbar-left-default .navbar-default .menu-search-button > a.nav-btn:active {
  background: url("/intk/images/icon-search-blue.svg") no-repeat center;
  background-size: 25px;
}
@media (max-width: 1080px) {
  /* line 6067, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.plone-toolbar-left-expanded .navbar-default .menu-search-button > a.nav-btn:hover,
  body.plone-toolbar-left-default .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-default .navbar-default .menu-search-button > a.nav-btn:focus,
  body.plone-toolbar-left-expanded .navbar-default .menu-search-button > a.nav-btn:active,
  body.plone-toolbar-left-default .navbar-default .menu-search-button > a.nav-btn:active {
    background: url("/intk/images/icon-search-blue.svg") no-repeat 20px;
    background-size: 25px;
  }
}
@media (max-width: 1080px) {
  /* line 6073, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.plone-toolbar-left-expanded .navbar-default .menu-search-button > a.nav-btn,
  body.plone-toolbar-left-default .navbar-default .menu-search-button > a.nav-btn {
    background: url("/intk/images/icon-search.svg") no-repeat 20px;
    background-size: 25px;
  }
}
/* line 6078, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.plone-toolbar-left-expanded .navbar-default .menu-search-button > a.nav-btn:after,
body.plone-toolbar-left-default .navbar-default .menu-search-button > a.nav-btn:after {
  content: url("/intk/images/icon-search-blue.svg");
  display: none;
}
/* line 6086, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body:not(.plone-toolbar-left-expanded):not(.plone-toolbar-left-default) .navbar-default .menu-search-button > a.nav-btn {
  background: url("/intk/images/icon-search-blue.svg") no-repeat center;
  background: url("/intk/images/icon-search.svg") no-repeat center;
  background-size: 25px;
}
/* line 6091, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body:not(.plone-toolbar-left-expanded):not(.plone-toolbar-left-default) .navbar-default .menu-search-button > a.nav-btn:hover,
body:not(.plone-toolbar-left-expanded):not(.plone-toolbar-left-default) .navbar-default .menu-search-button > a.nav-btn:focus,
body:not(.plone-toolbar-left-expanded):not(.plone-toolbar-left-default) .navbar-default .menu-search-button > a.nav-btn:active {
  background: url("/intk/images/icon-search-blue.svg") no-repeat center;
  background-size: 25px;
}
@media (max-width: 1080px) {
  /* line 6096, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body:not(.plone-toolbar-left-expanded):not(.plone-toolbar-left-default) .navbar-default .menu-search-button > a.nav-btn:hover,
  body:not(.plone-toolbar-left-expanded):not(.plone-toolbar-left-default) .navbar-default .menu-search-button > a.nav-btn:focus,
  body:not(.plone-toolbar-left-expanded):not(.plone-toolbar-left-default) .navbar-default .menu-search-button > a.nav-btn:active {
    background: url("/intk/images/icon-search-blue.svg") no-repeat 20px;
    background-size: 25px;
  }
}
@media (max-width: 1080px) {
  /* line 6102, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body:not(.plone-toolbar-left-expanded):not(.plone-toolbar-left-default) .navbar-default .menu-search-button > a.nav-btn {
    background: url("/intk/images/icon-search.svg") no-repeat 20px;
    background-size: 25px;
  }
}
/* line 6107, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body:not(.plone-toolbar-left-expanded):not(.plone-toolbar-left-default) .navbar-default .menu-search-button > a.nav-btn:after {
  content: url("/intk/images/icon-search-blue.svg");
  display: none;
}
/* line 6116, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.nav > li > a.dropdown-toggle {
  padding-left: 24px;
  padding-right: 24px;
}
/* line 6122, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 6130, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  .nav li {
    clear: both;
  }
}
@media (max-width: 767px) {
  /* line 6136, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  .navbar-nav .open .dropdown-menu {
    margin-left: 25px;
  }
}
/* line 6141, https://www.hetpark.nl/++theme++plonetheme.hetpark/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: #b02318;
}
/* line 6147, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.navbar-default .navbar-nav > .open > a .fa-angle-down,
.navbar-default .navbar-nav > .open > a:hover .fa-angle-down,
.navbar-default .navbar-nav > .open > a:focus .fa-angle-down {
  color: #b02318 !important;
}
/* line 6152, https://www.hetpark.nl/++theme++plonetheme.hetpark/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: #b02318;
}
/* line 6157, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #ffffff;
  color: #b02318 !important;
}
/* line 6162, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.navbar-default {
  border-color: #f6f6f6;
  border: 0px;
  border-bottom: 1px solid #f6f6f6 !important;
  box-shadow: none;
}
@media (min-width: 768px) {
  /* line 6171, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.plone-toolbar-left-expanded .navbar-default {
    left: 120px;
  }
}
@media (min-width: 768px) {
  /* line 6179, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.plone-toolbar-left-default .navbar-default {
    left: 60px;
  }
}
/* line 6185, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.navbar-default a.navbar-brand {
  font-family: 'HelveticaRegular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #b02318;
  font-size: 30px;
  padding-top: 22px;
  padding-bottom: 35px;
}
/* line 6191, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.navbar-default a.navbar-brand:hover,
.navbar-default a.navbar-brand:active,
.navbar-default a.navbar-brand:focus {
  color: #b02318;
}
/* line 6198, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.navbar-default ul.submenu {
  border-radius: 0px;
  border: 1px solid #c3c3c3;
  margin-top: 0px;
  box-shadow: none;
}
@media (min-width: 768px) {
  /* line 6204, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  .navbar-default ul.submenu {
    border-top: 1px solid #b02318;
  }
}
/* line 6209, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.navbar-default a.nav-btn {
  border: 0px;
  color: #808080;
  padding: 21px 18px;
  padding-bottom: 18px;
  width: 90px;
  border-left: 1px solid #c3c3c3;
  font-weight: 400 !important;
}
/* line 6217, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.navbar-default a.nav-btn:hover,
.navbar-default a.nav-btn:focus,
.navbar-default a.nav-btn:active {
  background: #ffffff;
  color: #b02318;
  box-shadow: none;
  text-shadow: none;
  border: 0px;
  border-left: 1px solid #c3c3c3;
}
/* line 6229, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.navbar-default .navbar-form {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
}
/* line 6238, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.navbar-header .navbar-form {
  width: 80px;
  border: 0px;
  float: left;
}
/* line 6245, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 6253, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.navbar-default a.lang-btn {
  font-family: 'HelveticaRegular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 17px;
  padding-bottom: 15px;
  padding-top: 20px;
  letter-spacing: 0.1em;
}
/* line 6255, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 6267, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.navbar-default .logo-mobile-menu {
  width: 100px;
  margin: 0 auto;
  padding-top: 6px;
}
@media (max-width: 768px) {
  /* line 6275, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  .navbar-default .language-selector {
    border-top: 0px !important;
  }
}
@media (min-width: 992px) {
  /* line 6283, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  .navbar-default .navbar-nav > li:last-child {
    /*margin-right: 15px;*/
  }
}
/* line 6295, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 6306, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.cd-auto-hide-header.is-hidden {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
/* line 6315, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.mobile input.search-input {
  -webkit-appearance: none !important;
}
/* line 6327, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-collection #content-core .pagination,
body.frontend.portaltype-person #content-core .pagination,
body.frontend.portaltype-person.template-listing_view #content-core .pagination,
body.frontend.portaltype-folder #content-core .pagination,
body.frontend.template-search #content-core .pagination {
  padding-bottom: 0px;
  padding-top: 50px;
}
/* line 6331, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-collection #content-core .pagination li,
body.frontend.portaltype-person #content-core .pagination li,
body.frontend.portaltype-person.template-listing_view #content-core .pagination li,
body.frontend.portaltype-folder #content-core .pagination li,
body.frontend.template-search #content-core .pagination li {
  margin: 5px;
}
/* line 6338, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #content-core .pagination {
  width: 100%;
  text-align: center;
}
/* line 6342, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #content-core .pagination ul.pager {
  display: inline-block;
  max-width: 100%;
  margin: 0 auto;
  width: auto;
}
/* line 6348, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #content-core .pagination ul.pager li > a {
  border: 1px solid #ffffff !important;
  border-radius: 2px;
  padding: 6px 12px;
  font-weight: 400;
  font-size: 15px;
  color: #000000;
  font-family: 'HelveticaMedium', Helvetica, Arial, sans-serif;
}
@media (max-width: 768px) {
  /* line 6357, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend #content-core .pagination ul.pager li > a {
    font-size: 15px;
  }
}
/* line 6361, https://www.hetpark.nl/++theme++plonetheme.hetpark/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: #b02318;
  border: 1px solid #b02318 !important;
  border-radius: 2px;
  color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 6373, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #content-core .pagination ul.pager li.disabled > span {
  font-family: 'HelveticaMedium', Helvetica, Arial, sans-serif;
  border: 1px solid #ffffff !important;
  border-radius: 2px;
  padding: 6px 12px;
  font-weight: 400;
  font-size: 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 6382, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 6391, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #content-core .pagination ul.pager li.active > span {
  font-family: 'HelveticaMedium', Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  background: #b02318;
  color: #ffffff;
  border: 1px solid #b02318 !important;
  border-radius: 2px;
  padding: 6px 13px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 6402, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 6409, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend #content-core .pagination ul.pager li.active > span {
    padding: 2px 9px;
    margin-top: 1px;
  }
}
/* line 6415, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #content-core .pagination ul.pager li.next > a {
  color: #000000;
  background: transparent;
  font-family: 'HelveticaMedium', Helvetica, Arial, sans-serif;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0px !important;
}
/* line 6422, https://www.hetpark.nl/++theme++plonetheme.hetpark/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;
  color: #b02318;
}
/* line 6431, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #content-core .pagination ul.pager li.previous > a {
  color: #000000;
  background: transparent;
  border: 0px !important;
  font-family: 'HelveticaMedium', Helvetica, Arial, sans-serif;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 6438, https://www.hetpark.nl/++theme++plonetheme.hetpark/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;
  color: #b02318;
}
/* line 6451, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.navbar-default .navbar-toggle {
  border: 1px solid #ffffff;
}
/* line 6454, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 6464, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #848484;
}
@media (max-width: 1080px) {
  /* line 6471, https://www.hetpark.nl/++theme++plonetheme.hetpark/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;
  }
}
@media (max-width: 1080px) {
  /* line 6483, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.plone-toolbar-left-expanded .navbar-default .menu-search-button > a,
  body.plone-toolbar-left-default .navbar-default .menu-search-button > a,
  body.plone-toolbar-left-expanded .navbar-default .language-selector > a,
  body.plone-toolbar-left-default .navbar-default .language-selector > a {
    width: 100%;
    padding-left: 22px;
    text-align: left;
  }
}
/* line 6492, https://www.hetpark.nl/++theme++plonetheme.hetpark/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: #808080;
  font-weight: bold;
  right: 0;
  border-left: 0px;
  float: right;
}
/* line 6507, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.nav-trigger span {
  /* vertically align inside parent element */
  display: table-cell;
  vertical-align: middle;
}
/* line 6513, https://www.hetpark.nl/++theme++plonetheme.hetpark/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: #808080;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 6524, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 6530, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 6539, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 6545, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 6554, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body:not(.plone-toolbar-left-expanded):not(.plone-toolbar-left-default) .nav-trigger {
    display: none;
  }
}
@media only screen and (min-width: 1151px) {
  /* line 6564, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.plone-toolbar-left-expanded .nav-trigger,
  body.plone-toolbar-left-default .nav-trigger {
    display: none;
  }
}
/* line 6570, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 6574, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 6580, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 6587, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.navbar-header {
  position: relative;
}
@media (min-width: 1080px) {
  /* line 6592, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  .navbar-default .language-selector {
    margin-left: 30px;
  }
}
@media (min-width: 1080px) {
  /* line 6599, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body:not(.plone-toolbar-left-expanded):not(.plone-toolbar-left-default) .navbar-default .language-selector {
    margin-left: 30px;
  }
}
@media (min-width: 1080px) {
  /* line 6608, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.plone-toolbar-left-expanded .navbar-default .language-selector,
  body.plone-toolbar-left-default .navbar-default .language-selector {
    margin-left: 30px;
  }
}
@media (max-width: 1080px) {
  /* line 6617, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body:not(.plone-toolbar-left-expanded):not(.plone-toolbar-left-default) .navbar-header {
    float: none;
  }
  /* line 6620, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body:not(.plone-toolbar-left-expanded):not(.plone-toolbar-left-default) .navbar-left,
  body:not(.plone-toolbar-left-expanded):not(.plone-toolbar-left-default) .navbar-right {
    float: none !important;
  }
  /* line 6623, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body:not(.plone-toolbar-left-expanded):not(.plone-toolbar-left-default) .navbar-toggle {
    display: block;
  }
  /* line 6626, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body:not(.plone-toolbar-left-expanded):not(.plone-toolbar-left-default) .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  /* line 6630, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body:not(.plone-toolbar-left-expanded):not(.plone-toolbar-left-default) .navbar-fixed-top {
    top: 0;
    border-width: 0 0 0px;
  }
  /* line 6634, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body:not(.plone-toolbar-left-expanded):not(.plone-toolbar-left-default) .navbar-collapse.collapse {
    display: none!important;
  }
  /* line 6637, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body:not(.plone-toolbar-left-expanded):not(.plone-toolbar-left-default) .navbar-nav {
    float: none!important;
    margin-top: 7.5px;
  }
  /* line 6641, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body:not(.plone-toolbar-left-expanded):not(.plone-toolbar-left-default) .navbar-nav > li {
    float: none;
  }
  /* line 6644, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body:not(.plone-toolbar-left-expanded):not(.plone-toolbar-left-default) .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  /* line 6648, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body:not(.plone-toolbar-left-expanded):not(.plone-toolbar-left-default) .collapse.in {
    display: block !important;
  }
  /* line 6652, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body:not(.plone-toolbar-left-expanded):not(.plone-toolbar-left-default) .navbar-default a.navbar-brand {
    padding-bottom: 36px;
  }
}
@media (max-width: 1080px) {
  /* line 6661, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.plone-toolbar-left-expanded .navbar-header,
  body.plone-toolbar-left-default .navbar-header {
    float: none;
  }
  /* line 6664, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.plone-toolbar-left-expanded .navbar-left,
  body.plone-toolbar-left-default .navbar-left,
  body.plone-toolbar-left-expanded .navbar-right,
  body.plone-toolbar-left-default .navbar-right {
    float: none !important;
  }
  /* line 6667, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.plone-toolbar-left-expanded .navbar-toggle,
  body.plone-toolbar-left-default .navbar-toggle {
    display: block;
  }
  /* line 6670, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.plone-toolbar-left-expanded .navbar-collapse,
  body.plone-toolbar-left-default .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  /* line 6674, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.plone-toolbar-left-expanded .navbar-fixed-top,
  body.plone-toolbar-left-default .navbar-fixed-top {
    top: 0;
    border-width: 0 0 0px;
  }
  /* line 6678, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.plone-toolbar-left-expanded .navbar-collapse.collapse,
  body.plone-toolbar-left-default .navbar-collapse.collapse {
    display: none!important;
  }
  /* line 6681, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.plone-toolbar-left-expanded .navbar-nav,
  body.plone-toolbar-left-default .navbar-nav {
    float: none!important;
    margin-top: 7.5px;
  }
  /* line 6685, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.plone-toolbar-left-expanded .navbar-nav > li,
  body.plone-toolbar-left-default .navbar-nav > li {
    float: none;
  }
  /* line 6688, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.plone-toolbar-left-expanded .navbar-nav > li > a,
  body.plone-toolbar-left-default .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  /* line 6692, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.plone-toolbar-left-expanded .collapse.in,
  body.plone-toolbar-left-default .collapse.in {
    display: block !important;
  }
  /* line 6696, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.plone-toolbar-left-expanded .navbar-default a.navbar-brand,
  body.plone-toolbar-left-default .navbar-default a.navbar-brand {
    padding-bottom: 36px;
  }
}
@media (max-width: 1080px) {
  /* line 6705, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.plone-toolbar-left-expanded .nav li,
  body.plone-toolbar-left-default .nav li {
    clear: both;
  }
  /* line 6709, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.plone-toolbar-left-expanded .navbar-default .menu-search-button,
  body.plone-toolbar-left-default .navbar-default .menu-search-button {
    border-top: 1px solid #e7e7e7;
  }
  /* line 6713, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.plone-toolbar-left-expanded .plone-navbar-nav.navbar-right:last-child,
  body.plone-toolbar-left-default .plone-navbar-nav.navbar-right:last-child {
    margin-right: 0px;
  }
  /* line 6717, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.plone-toolbar-left-expanded .container-fluid > .navbar-collapse,
  body.plone-toolbar-left-default .container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
    padding-right: 0px;
  }
  /* line 6723, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.plone-toolbar-left-expanded .navbar-form,
  body.plone-toolbar-left-default .navbar-form {
    border-bottom: 1px solid transparent;
    border-color: #e7e7e7;
  }
  /* line 6728, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.plone-toolbar-left-expanded .navbar-nav,
  body.plone-toolbar-left-default .navbar-nav {
    margin: 7.5px -15px;
    margin-left: 0px;
    margin-right: 0px;
  }
  /* line 6734, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.plone-toolbar-left-expanded .navbar-nav .open .dropdown-menu,
  body.plone-toolbar-left-default .navbar-nav .open .dropdown-menu {
    margin-left: 25px;
  }
  /* line 6738, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.plone-toolbar-left-expanded .navbar-nav .open .dropdown-menu,
  body.plone-toolbar-left-default .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 6749, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.plone-toolbar-left-expanded .navbar-default .navbar-nav .open .dropdown-menu > li > a,
  body.plone-toolbar-left-default .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #000000;
  }
  /* line 6751, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.plone-toolbar-left-expanded .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  body.plone-toolbar-left-default .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-default .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,
  body.plone-toolbar-left-default .navbar-default .navbar-nav .open .dropdown-menu > li > a:active {
    color: #b02318;
  }
  /* line 6758, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.plone-toolbar-left-expanded .navbar-nav .open .dropdown-menu > li > a,
  body.plone-toolbar-left-default .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  /* line 6762, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.plone-toolbar-left-expanded .navbar-collapse.in,
  body.plone-toolbar-left-default .navbar-collapse.in {
    overflow-y: auto !important;
  }
  /* line 6766, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.plone-toolbar-left-expanded .navbar-right,
  body.plone-toolbar-left-default .navbar-right {
    margin-right: 0px !important;
  }
}
@media (max-width: 1080px) {
  /* line 6774, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body:not(.plone-toolbar-left-expanded):not(.plone-toolbar-left-default) .nav li {
    clear: both;
  }
  /* line 6778, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body:not(.plone-toolbar-left-expanded):not(.plone-toolbar-left-default) .plone-navbar-nav.navbar-right:last-child {
    margin-right: 0px;
  }
  /* line 6782, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body:not(.plone-toolbar-left-expanded):not(.plone-toolbar-left-default) .navbar-default .menu-search-button {
    border-top: 1px solid #e7e7e7;
  }
  /* line 6786, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body:not(.plone-toolbar-left-expanded):not(.plone-toolbar-left-default) .container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
    padding-right: 0px;
  }
  /* line 6792, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body:not(.plone-toolbar-left-expanded):not(.plone-toolbar-left-default) .navbar-form {
    border-bottom: 1px solid transparent;
    border-color: #e7e7e7;
  }
  /* line 6797, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body:not(.plone-toolbar-left-expanded):not(.plone-toolbar-left-default) .navbar-nav {
    margin: 7.5px -15px;
    margin-left: 0px;
    margin-right: 0px;
  }
  /* line 6803, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body:not(.plone-toolbar-left-expanded):not(.plone-toolbar-left-default) .navbar-nav .open .dropdown-menu {
    margin-left: 25px;
  }
  /* line 6807, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body:not(.plone-toolbar-left-expanded):not(.plone-toolbar-left-default) .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 6817, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body:not(.plone-toolbar-left-expanded):not(.plone-toolbar-left-default) .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #000000;
  }
  /* line 6819, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body:not(.plone-toolbar-left-expanded):not(.plone-toolbar-left-default) .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  body:not(.plone-toolbar-left-expanded):not(.plone-toolbar-left-default) .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
  body:not(.plone-toolbar-left-expanded):not(.plone-toolbar-left-default) .navbar-default .navbar-nav .open .dropdown-menu > li > a:active {
    color: #b02318;
  }
  /* line 6826, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body:not(.plone-toolbar-left-expanded):not(.plone-toolbar-left-default) .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  /* line 6830, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body:not(.plone-toolbar-left-expanded):not(.plone-toolbar-left-default) .navbar-collapse.in {
    overflow-y: auto !important;
  }
  /* line 6834, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body:not(.plone-toolbar-left-expanded):not(.plone-toolbar-left-default) .navbar-right {
    margin-right: 0px !important;
  }
}
@media (max-width: 768px) {
  /* line 6841, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  .navbar-nav {
    margin-left: -15px !important;
  }
}
/* line 6848, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #above-content .portlet-rrssb .sharing-buttons-wrapper {
  display: none !important;
}
/* line 6855, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend:not(.subsection-verhalen):not(.subsection-world-of-utrecht) #website-wrapper:not(.presentation) #below-content .portlet-rrssb {
  /*display: none !important;*/
}
/* line 6862, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #below-content .portletCollection {
  display: none !important;
}
/* line 6866, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #below-content .portletMailChimp {
  display: none !important;
}
@media (min-width: 1200px) {
  /* line 6878, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-document #above-content .portlet-rrssb .sharing-buttons-wrapper,
  body.frontend.portaltype-event #above-content .portlet-rrssb .sharing-buttons-wrapper,
  body.frontend.portaltype-news-item #above-content .portlet-rrssb .sharing-buttons-wrapper,
  body.frontend.portaltype-occurrence #above-content .portlet-rrssb .sharing-buttons-wrapper {
    display: block !important;
  }
}
/* line 6885, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-document #below-content .portletCollection,
body.frontend.portaltype-event #below-content .portletCollection,
body.frontend.portaltype-news-item #below-content .portletCollection,
body.frontend.portaltype-occurrence #below-content .portletCollection {
  display: block !important;
}
/* line 6889, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-document #below-content .portletMailChimp,
body.frontend.portaltype-event #below-content .portletMailChimp,
body.frontend.portaltype-news-item #below-content .portletMailChimp,
body.frontend.portaltype-occurrence #below-content .portletMailChimp {
  display: block !important;
}
/* FORMS */
/* line 6899, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.portaltype-formfolder input,
body.portaltype-formfolder textarea {
  width: 100% !important;
}
/* line 6904, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.portaltype-formfolder input[type="checkbox"],
body.portaltype-formfolder input[type="radio"] {
  width: auto !important;
  margin: 4px 0 0;
}
/* line 6910, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.portaltype-formfolder input[type="submit"]:not(#form-buttons-subscribe) {
  width: auto !important;
}
@media (max-width: 768px) {
  /* line 6913, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.portaltype-formfolder input[type="submit"]:not(#form-buttons-subscribe) {
    width: 100% !important;
  }
}
/* line 6918, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.portaltype-formfolder .form-group fieldset.PFGFieldsetWidget > legend {
  padding-top: 50px;
}
/* line 6923, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.portaltype-formfolder #content-core p.help-block {
  margin: 0px 0 !important;
}
/* line 6929, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.navbar-fixed-top .navbar-collapse {
  max-height: 100%;
}
@media (max-width: 1080px) {
  /* line 6934, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  .navbar-default {
    box-shadow: none;
  }
}
@media (min-width: 768px) and (max-width: 768px) {
  /* line 6940, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  .navbar-nav {
    margin-left: 0px !important;
  }
}
/* line 6945, https://www.hetpark.nl/++theme++plonetheme.hetpark/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: 0px;
}
@media (max-width: 767px) and (orientation: landscape) {
  /* line 6953, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  #website-nav {
    position: absolute !important;
  }
}
/* line 6959, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-object #object-title {
  display: none;
}
/* Advanced search */
/* line 6966, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-advancedsearch .search-btn {
  margin-left: 0px !important;
}
/* line 6970, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-advancedsearch .input-wrapper {
  padding-top: 55px;
}
/* line 6974, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-advancedsearch .form-horizontal .control-label {
  text-align: left;
  padding-top: 17px;
  padding-right: 0px !important;
}
/* line 6980, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-advancedsearch label {
  font-weight: 400;
}
/* line 6985, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-advancedsearch.mobile input {
  -webkit-appearance: none;
}
/* line 6990, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-advancedsearch .select2-container-multi .select2-choices {
  font-family: 'HelveticaRegular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0 auto;
  display: block;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  height: auto;
  color: #999999;
  width: auto;
  background-color: #ffffff;
  text-shadow: 0px 0px 0px #ffffff;
  border-color: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  outline: 0px;
  outline-offset: 0px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.00em;
  padding: 11px;
  padding-left: 15px;
  padding-right: 15px;
  background-image: none;
  padding: 9px;
  padding-bottom: 8px;
  padding-left: 5px !important;
  padding-right: 28px;
}
/* line 1048, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-advancedsearch .select2-container-multi .select2-choices:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #717171;
  color: #000000;
}
/* line 1054, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-advancedsearch .select2-container-multi .select2-choices:focus::-webkit-input-placeholder {
  color: #000000 !important;
}
/* line 1058, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-advancedsearch .select2-container-multi .select2-choices:focus:-moz-placeholder {
  /* Firefox 18- */
  color: #000000 !important;
}
/* line 1062, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-advancedsearch .select2-container-multi .select2-choices:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000 !important;
}
/* line 1066, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-advancedsearch .select2-container-multi .select2-choices:focus:-ms-input-placeholder {
  color: #000000 !important;
}
/* line 1071, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-advancedsearch .select2-container-multi .select2-choices:active:focus {
  outline: none;
  outline: 0px;
  outline-offset: 0px;
  border: 1px solid #717171;
  color: #000000;
}
/* line 1078, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-advancedsearch .select2-container-multi .select2-choices:active:focus::-webkit-input-placeholder {
  color: #000000 !important;
}
/* line 1082, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-advancedsearch .select2-container-multi .select2-choices:active:focus:-moz-placeholder {
  /* Firefox 18- */
  color: #000000 !important;
}
/* line 1086, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-advancedsearch .select2-container-multi .select2-choices:active:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000 !important;
}
/* line 1090, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-advancedsearch .select2-container-multi .select2-choices:active:focus:-ms-input-placeholder {
  color: #000000 !important;
}
/* line 6998, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-advancedsearch .select2-container-multi .select2-choices input.select2-input {
  padding-left: 28px !important;
  padding-top: 2px !important;
}
/* line 7004, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 7008, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-advancedsearch .select2-input {
  border: 0px !important;
  padding: 0px !important;
  line-height: 34px;
}
/* line 7014, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-advancedsearch .select2-container-multi .select2-choices .select2-search-choice {
  line-height: 22px;
}
/* line 7018, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-advancedsearch .select2-search-choice {
  padding-right: 8px;
}
/* line 7021, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-advancedsearch .select2-search-choice > div {
  line-height: 18px;
  padding-top: 4px;
}
/* line 7026, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 7033, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-advancedsearch .select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: none !important;
}
/* line 7037, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-advancedsearch .select2-result-label {
  font-size: 0.8em;
}
/* line 7041, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-advancedsearch span.select2-hidden-accessible {
  font-size: 0.8em;
}
/* line 7045, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-advancedsearch .search-btn-wrapper {
  padding-top: 40px;
}
/* OBJECT Logged in view */
@media (min-width: 768px) {
  /* line 7052, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-object.userrole-authenticated #content-core,
  body.frontend.portaltype-personorinstitution.userrole-authenticated #content-core,
  body.frontend.portaltype-taxonomie.userrole-authenticated #content-core,
  body.frontend.portaltype-treatment.userrole-authenticated #content-core,
  body.frontend.portaltype-outgoingloan.userrole-authenticated #content-core,
  body.frontend.portaltype-incomingloan.userrole-authenticated #content-core,
  body.frontend.portaltype-objectentry.userrole-authenticated #content-core,
  body.frontend.portaltype-image.userrole-authenticated #content-core,
  body.frontend.portaltype-book.userrole-authenticated #content-core,
  body.frontend.portaltype-audiovisual.userrole-authenticated #content-core,
  body.frontend.portaltype-article.userrole-authenticated #content-core,
  body.frontend.portaltype-serial.userrole-authenticated #content-core,
  body.frontend.portaltype-resource.userrole-authenticated #content-core {
    margin: 0 auto;
  }
}
/* OBJECT edit and logged in view */
/* line 7070, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 7084, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 7096, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 7102, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 7109, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 7115, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 7120, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 7124, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 7129, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 7133, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 7136, https://www.hetpark.nl/++theme++plonetheme.hetpark/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: #b02318;
}
/* line 7143, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 7146, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 7152, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 7160, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 7169, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-edit #slickslideshow {
  display: none;
}
/* line 7187, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 7192, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 7197, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 7207, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 7211, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 7219, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-mail_password_form input[type="text"],
body.template-pwreset_form input[type="text"] {
  width: 100% !important;
}
/* line 7223, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 7227, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-mail_password_form .page-container,
body.template-pwreset_form .page-container {
  padding-top: 20px !important;
}
/* line 7231, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-mail_password_form #content-core,
body.template-pwreset_form #content-core {
  border-bottom: 0px !important;
}
/* line 7235, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-mail_password_form label,
body.template-pwreset_form label {
  font-weight: 400 !important;
}
/* Login and logout page */
/* line 7244, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 7248, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 7253, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 7257, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 7262, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 7266, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-login_form label,
body.template-logged_out label,
body.template-login_failed label {
  letter-spacing: 0.01em;
}
/* line 7272, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-login_failed .page-container {
  padding-top: 20px !important;
}
/* line 7276, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-login_failed input[type="text"],
body.template-login_failed input[type="password"] {
  width: 100% !important;
}
/* line 7281, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-login_failed p.discreet {
  font-size: 1.00em !important;
}
/* line 7285, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-login_failed label {
  letter-spacing: 0.01em;
}
/* line 7289, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-login_failed .formControls {
  padding-bottom: 20px !important;
  padding-top: 10px !important;
}
/* line 7294, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-login_failed .title-container {
  display: none;
}
/* line 7298, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-login_failed #content-core {
  border-bottom: 0px !important;
}
/* line 7305, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.image_reference_view #edit-header-wrapper,
body.portaltype-image #edit-header-wrapper {
  width: 100% !important;
  height: auto !important;
}
/* line 7312, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend section.portletSearch {
  box-shadow: none;
}
/* line 7314, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend section.portletSearch .portletHeader {
  display: none;
  background: none;
  border: 0px;
  padding-top: 60px;
}
/* line 7319, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend section.portletSearch .portletHeader h1 a {
  border-bottom: 0px !important;
}
/* line 7324, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend section.portletSearch .portletContent {
  padding-top: 40px;
  border: 0px;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  /* line 7329, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend section.portletSearch .portletContent {
    padding-bottom: 10px;
  }
}
/* line 7334, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend section.portletSearch .portletFooter {
  display: none;
}
/* line 7338, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend section.portletSearch .searchButton {
  font-family: 'HelveticaBold', Helvetica, Arial, sans-serif;
  margin: 0 auto;
  display: block;
  padding: 17px;
  border: 1px solid #b02318;
  border-radius: 2px;
  text-transform: none;
  height: auto;
  color: #ffffff;
  letter-spacing: 0.0em;
  width: auto;
  font-size: 18px;
  background-color: #b02318;
  letter-spacing: 0.01em;
  text-shadow: 0px 0px 0px #ffffff;
  font-weight: 400;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  line-height: 24px;
}
/* line 923, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend section.portletSearch .searchButton:active:focus,
body.frontend section.portletSearch .searchButton:focus,
body.frontend section.portletSearch .searchButton:active {
  background: #8e1d15;
  color: #ffffff;
  outline: none;
}
/* line 931, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend section.portletSearch .searchButton:hover {
  background: #8e1d15;
  color: #ffffff;
  box-shadow: none;
  border: 1px solid #8e1d15;
}
@media (min-width: 992px) {
  /* line 7347, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend section.portletSearch .LSBox {
    width: 100%;
    margin: 0 auto;
  }
  /* line 7351, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend section.portletSearch .LSBox input.searchField {
    width: 80%;
    float: left;
  }
  /* line 7356, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend section.portletSearch .LSBox input.searchButton {
    width: 20%;
    float: left;
  }
  /* line 7361, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend section.portletSearch .LSBox:after {
    display: table;
    content: " ";
    clear: both;
  }
}
@media (max-width: 991px) {
  /* line 7371, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend section.portletSearch .LSBox input.searchField,
  body.frontend section.portletSearch .LSBox input.searchButton {
    width: 100%;
  }
  /* line 7376, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend section.portletSearch .LSBox input.searchField {
    margin-bottom: 15px;
  }
}
@media (max-width: 992px) {
  /* line 7386, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  #below-title-above-content .abovecontent-portlets > .col-xs-12:first-child {
    padding: 0px !important;
  }
  /* line 7389, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  #below-title-above-content .abovecontent-portlets > .col-xs-12:first-child section.portletSearch .portletContent {
    padding: 0px !important;
    padding-top: 50px !important;
  }
  /* line 7394, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  #below-title-above-content .abovecontent-portlets > .col-xs-12:first-child .portletContent #searchform {
    padding: 0px !important;
  }
}
/* Books folder listing */
/* line 7401, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
th.header-book_author {
  width: 30%;
}
/* line 7405, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
th.header-titleAuthorImprintCollation_imprint_year {
  width: 10%;
}
/* line 7412, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.portaltype-event .event.summary:not(.recurrence),
body.portaltype-occurrence .event.summary:not(.recurrence) {
  /*display: none;*/
}
/* line 7416, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.portaltype-event .event.summary:not(.recurrence).is_past,
body.portaltype-occurrence .event.summary:not(.recurrence).is_past {
  display: block !important;
}
/* line 7420, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.portaltype-event .event.summary li.event-url,
body.portaltype-occurrence .event.summary li.event-url {
  display: none !important;
}
/* line 7425, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.portaltype-event .event.summary.recurrence .event-date,
body.portaltype-occurrence .event.summary.recurrence .event-date {
  text-align: left;
  padding-top: 12px;
}
/* line 7429, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.portaltype-event .event.summary.recurrence .event-date .event-date-title,
body.portaltype-occurrence .event.summary.recurrence .event-date .event-date-title {
  display: block;
}
/* line 7433, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.portaltype-event .event.summary.recurrence .event-date span,
body.portaltype-occurrence .event.summary.recurrence .event-date span {
  text-align: left;
  display: none !important;
}
/* line 7438, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.portaltype-event .event.summary.recurrence .event-date strong,
body.portaltype-occurrence .event.summary.recurrence .event-date strong {
  color: #282931;
  text-align: left;
}
/* line 7444, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.portaltype-event .event.summary.recurrence textarea,
body.portaltype-occurrence .event.summary.recurrence textarea {
  display: none !important;
}
/* line 7448, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.portaltype-event .event.summary.recurrence .ridisplay,
body.portaltype-occurrence .event.summary.recurrence .ridisplay {
  display: none !important;
}
/* line 7452, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.portaltype-event .event.summary.recurrence li.event-dates,
body.portaltype-occurrence .event.summary.recurrence li.event-dates {
  display: block !important;
  text-align: left;
}
/* line 7456, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.portaltype-event .event.summary.recurrence li.event-dates strong,
body.portaltype-occurrence .event.summary.recurrence li.event-dates strong {
  display: none !important;
}
/* line 7460, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.portaltype-event .event.summary.recurrence li.event-dates a,
body.portaltype-occurrence .event.summary.recurrence li.event-dates a {
  border-bottom: 1px solid #494a51;
  cursor: pointer;
}
/* line 7463, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.portaltype-event .event.summary.recurrence li.event-dates a:hover,
body.portaltype-occurrence .event.summary.recurrence li.event-dates a:hover,
body.portaltype-event .event.summary.recurrence li.event-dates a:focus,
body.portaltype-occurrence .event.summary.recurrence li.event-dates a:focus,
body.portaltype-event .event.summary.recurrence li.event-dates a:active,
body.portaltype-occurrence .event.summary.recurrence li.event-dates a:active,
body.portaltype-event .event.summary.recurrence li.event-dates a:active:focus,
body.portaltype-occurrence .event.summary.recurrence li.event-dates a:active:focus {
  border-bottom: 0px solid #494a51;
}
/* line 7472, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.portaltype-event .event.summary.recurrence li.event-url,
body.portaltype-occurrence .event.summary.recurrence li.event-url {
  display: none !important;
}
/* line 7476, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.portaltype-event .event.summary.recurrence li.event-location,
body.portaltype-occurrence .event.summary.recurrence li.event-location {
  text-align: left;
  margin-top: 20px;
}
/* line 7481, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.portaltype-event .event.summary.recurrence li > span,
body.portaltype-occurrence .event.summary.recurrence li > span {
  margin-bottom: 5px;
}
/* line 7485, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.portaltype-event .event.summary.recurrence li.event-calendar,
body.portaltype-occurrence .event.summary.recurrence li.event-calendar {
  display: none !important;
  margin-top: 20px;
  text-align: left;
}
/* line 7490, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.portaltype-event .event.summary.recurrence li.event-calendar a,
body.portaltype-occurrence .event.summary.recurrence li.event-calendar a {
  border-bottom: 1px solid #494a51;
}
/* line 7492, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.portaltype-event .event.summary.recurrence li.event-calendar a:hover,
body.portaltype-occurrence .event.summary.recurrence li.event-calendar a:hover,
body.portaltype-event .event.summary.recurrence li.event-calendar a:focus,
body.portaltype-occurrence .event.summary.recurrence li.event-calendar a:focus,
body.portaltype-event .event.summary.recurrence li.event-calendar a:active,
body.portaltype-occurrence .event.summary.recurrence li.event-calendar a:active,
body.portaltype-event .event.summary.recurrence li.event-calendar a:active:focus,
body.portaltype-occurrence .event.summary.recurrence li.event-calendar a:active:focus {
  border-bottom: 0px solid #494a51;
}
/* line 7505, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.portaltype-event #website-wrapper.empty-slideshow .event.summary:not(.recurrence) {
  display: block !important;
}
/* line 7512, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.portaltype-occurrence .event.summary.recurrence .event-date > span {
  display: block !important;
}
/* line 7515, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.portaltype-occurrence .event.summary.recurrence .event-date > span > span.datedisplay {
  display: inline !important;
}
/* line 7524, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #column2-container {
  width: 100% !important;
  padding-left: 0px;
  padding-right: 0px;
}
@media (max-width: 768px) {
  /* line 7532, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend #below-content .belowcontent-portlets > .col-xs-12 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* line 7541, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body:not(.portaltype-document):not(.portaltype-event):not(.portaltype-news-item):not(.portaltype-occurrence) .arrow-title {
  display: none;
}
/* line 7546, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #above-content.container {
  width: 100% !important;
  padding-left: 0px;
  padding-right: 0px;
}
@media (max-width: 1199px) {
  /* line 7553, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend #above-content .portlet-rrssb .sharing-buttons-wrapper {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  /* line 7564, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-document #below-content .portlet-rrssb,
  body.frontend.portaltype-event #below-content .portlet-rrssb,
  body.frontend.portaltype-news-item #below-content .portlet-rrssb,
  body.frontend.portaltype-occurrence #below-content .portlet-rrssb {
    padding-bottom: 50px;
    margin-top: -40px;
    display: block !important;
  }
}
/* line 7574, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend:not(.subsection-verhalen):not(.subsection-world-of-utrecht) #website-wrapper:not(.presentation) #below-content .portlet-rrssb .sharing-buttons-wrapper {
  border: 0px !important;
}
@media (min-width: 992px) {
  /* line 7578, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend:not(.subsection-verhalen):not(.subsection-world-of-utrecht) #website-wrapper:not(.presentation) #below-content .portlet-rrssb {
    display: none !important;
  }
}
/* line 7583, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend h4.item-title a.hover {
  border-bottom: 2px solid #494a51 !important;
}
/* line 7588, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #searchform .input-group input.searchPage.btn {
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 15px;
}
@media (min-width: 768px) {
  /* line 7594, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend #searchform .input-group input.searchPage.btn {
    margin-left: 10px;
  }
}
/* line 7599, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.portaltype-formfolder .formid-contact #pfg-fieldwrapper {
  padding-top: 0px;
}
@media (min-width: 769px) {
  /* line 7606, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend #column2-container > .row {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  /* line 7611, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend #below-content .belowcontent-portlets > .col-xs-12 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
/* line 7619, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.text-button,
body#tinymce .text-button {
  font-family: 'HelveticaBold', Helvetica, Arial, sans-serif;
  margin: 0 auto;
  display: block;
  padding: 17px;
  border: 1px solid #b02318;
  border-radius: 2px;
  text-transform: none;
  height: auto;
  color: #ffffff;
  letter-spacing: 0.0em;
  width: auto;
  font-size: 18px;
  background-color: #b02318;
  letter-spacing: 0.01em;
  text-shadow: 0px 0px 0px #ffffff;
  font-weight: 400;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  line-height: 24px;
  text-decoration: none !important;
  width: 200px;
}
/* line 923, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.text-button:active:focus,
body#tinymce .text-button:active:focus,
.text-button:focus,
body#tinymce .text-button:focus,
.text-button:active,
body#tinymce .text-button:active {
  background: #8e1d15;
  color: #ffffff;
  outline: none;
}
/* line 931, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.text-button:hover,
body#tinymce .text-button:hover {
  background: #8e1d15;
  color: #ffffff;
  box-shadow: none;
  border: 1px solid #8e1d15;
}
/* line 7625, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.text-button:hover,
body#tinymce .text-button:hover {
  color: #ffffff;
  text-decoration: none !important;
  /*border-bottom: 1px solid @brand-primary !important;*/
}
/* line 7631, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.text-button:active,
body#tinymce .text-button:active,
.text-button:focus,
body#tinymce .text-button:focus {
  color: #ffffff;
}
/* line 7637, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
#content-core .text-button {
  font-family: 'HelveticaBold', Helvetica, Arial, sans-serif;
  margin: 0 auto;
  display: block;
  padding: 17px;
  border: 1px solid #b02318;
  border-radius: 2px;
  text-transform: none;
  height: auto;
  color: #ffffff;
  letter-spacing: 0.0em;
  width: auto;
  font-size: 18px;
  background-color: #b02318;
  letter-spacing: 0.01em;
  text-shadow: 0px 0px 0px #ffffff;
  font-weight: 400;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  line-height: 24px;
  line-height: 27px;
  display: inline-block;
}
/* line 923, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
#content-core .text-button:active:focus,
#content-core .text-button:focus,
#content-core .text-button:active {
  background: #8e1d15;
  color: #ffffff;
  outline: none;
}
/* line 931, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
#content-core .text-button:hover {
  background: #8e1d15;
  color: #ffffff;
  box-shadow: none;
  border: 1px solid #8e1d15;
}
/* line 7643, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-folder_contents .portlet-rrssb {
  display: none !important;
}
/* line 7647, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body:not(.frontend) .portlet-rrssb {
  display: none !important;
}
/* line 7654, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-document li.event-category,
body.frontend.portaltype-news-item li.event-category,
body.frontend.portaltype-occurrence li.event-category {
  display: none;
}
/* line 7665, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.portaltype-portlet-page.section-het-park-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 7669, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.portaltype-portlet-page.section-het-park-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 7675, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.portaltype-portlet-page.section-het-park-v4 footer,
body.portaltype-portlet-page.subsection-front-page-fullscreen footer,
body.portaltype-collection.template-fullscreen_collection_view footer,
body.portaltype-portlet-page.section-het-park-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-het-park-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-het-park-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-het-park-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 7679, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.portaltype-portlet-page.section-het-park-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 7683, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.portaltype-portlet-page.section-het-park-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-het-park-v4 #slickcarousel,
body.portaltype-portlet-page.subsection-front-page-fullscreen #slickcarousel,
body.portaltype-collection.template-fullscreen_collection_view #slickcarousel {
  height: 100%;
}
/* line 7687, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.portaltype-portlet-page.section-het-park-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 7691, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.portaltype-portlet-page.section-het-park-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 7697, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.portaltype-portlet-page.section-het-park-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 7701, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.portaltype-portlet-page.section-het-park-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 7705, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.portaltype-portlet-page.section-het-park-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 7714, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.portaltype-portlet-page.section-het-park-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-het-park-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: #b02318;
  border: 1px solid #b02318;
}
/* line 7721, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.portaltype-portlet-page.section-het-park-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 7727, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.portaltype-portlet-page.section-het-park-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 7731, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.portaltype-portlet-page.section-het-park-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 7739, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.disable-hover .entries,
body.disable-hover .entries * {
  pointer-events: none !important;
}
/* line 7744, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
#babel-edit fieldset {
  /*height: auto !important;*/
}
/* line 7749, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
html.ie11,
html.ie10,
html.ie9 {
  height: 100%;
}
/* line 7752, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 7761, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 7768, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 7774, https://www.hetpark.nl/++theme++plonetheme.hetpark/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;
}
/* line 7783, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
html.ie11 body,
html.ie10 body,
html.ie9 body {
  height: 100%;
}
@media print {
  /* line 7790, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  a[href]:after {
    content: none !important;
  }
}
/* line 7795, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
#language-dropdown {
  padding-left: 30px;
}
/* line 7798, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
#language-dropdown a.dropdown-toggle {
  border-left: 1px solid #c3c3c3;
  padding-top: 22px;
  padding-left: 23px;
  padding-bottom: 17px;
  padding-right: 14px;
  color: #808080;
}
/* line 7805, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
#language-dropdown a.dropdown-toggle:hover,
#language-dropdown a.dropdown-toggle:focus {
  color: #b02318;
}
/* line 7811, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
#language-dropdown .extra-lang a {
  text-transform: uppercase !important;
}
/* line 7815, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
#language-dropdown .submenu {
  min-width: 10px;
}
/* line 7818, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
#language-dropdown .submenu li a {
  min-width: 100%;
}
@media (max-width: 1080px) {
  /* line 7823, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  #language-dropdown {
    padding-left: 0px;
  }
  /* line 7826, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  #language-dropdown a.dropdown-toggle {
    border-left: 1px solid #ffffff;
  }
}
/* line 7834, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.subsection-nu-in-het-museum-overzicht #portletPageTopRow > div:first-child .portletWrapper {
  border-bottom: 1px solid #e7e7e7;
}
/* line 7838, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.subsection-nu-in-het-museum-overzicht #portletPageTopRow > div:nth-child(2) .portletCollection {
  padding-top: 50px !important;
}
/* Jaarverslag */
/* line 7846, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-folder_contents #portal-breadcrumbs-context {
  display: none !important;
}
/* line 7853, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 7861, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #website-nav .plone-breadcrumb .breadcrumbs-wrapper a {
  font-family: 'HelveticaRegular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 1.00em;
  line-height: 20px;
}
/* line 7869, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #website-nav .plone-breadcrumb .breadcrumbs-wrapper ol > li + li:after {
  color: #ffffff;
  top: -7px;
}
/* line 7874, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #website-nav .plone-breadcrumb .breadcrumbs-wrapper ol > li + li:before {
  top: -7px;
}
/* line 7878, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #website-nav .plone-breadcrumb .breadcrumbs-wrapper ol > li {
  padding-left: 10px;
  margin-right: 10px;
}
/* line 7883, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #website-nav .plone-breadcrumb .breadcrumbs-wrapper li span:not(.fa) {
  font-family: 'HelveticaRegular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #808080;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 1.00em;
  line-height: 20px;
}
/* line 7892, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #website-nav .plone-breadcrumb .breadcrumbs-wrapper ol {
  padding-top: 20px;
  padding-bottom: 16px;
}
/* line 7899, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #website-nav .breadcrumbs-container {
  border-top: 1px solid #c3c3c3;
  padding-top: 0px;
  padding-bottom: 0px;
}
/* line 7905, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #website-nav .more-dropdown .dropdown-toggle {
  text-align: left;
  font-size: 1.00em;
}
/* line 7911, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #website-nav .more-dropdown .navbar-nav > li > a {
  color: #808080;
}
@media (max-width: 767px) {
  /* line 7917, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend #website-nav .visible-xs {
    display: inline-block !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  /* line 7923, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend #website-nav .visible-sm {
    display: inline-block !important;
  }
}
/* line 7931, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend .abovecontent-portlets .portletBreadcrumbs {
  display: none !important;
}
@media (max-width: 1080px) {
  /* line 7939, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body:not(.plone-toolbar-left-expanded):not(.plone-toolbar-left-default) .breadcrumbs-wrapper {
    display: none;
  }
}
@media (max-width: 1080px) {
  /* line 7948, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.plone-toolbar-left-expanded .breadcrumbs-wrapper,
  body.plone-toolbar-left-default .breadcrumbs-wrapper {
    display: none;
  }
}
/* Jaarverslag */
/* line 7959, https://www.hetpark.nl/++theme++plonetheme.hetpark/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: 1080px) {
  /* line 7961, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 7968, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.section-jaarverslag.template-fullscreen_collection_view .intro-header {
  padding-top: 119px !important;
}
@media (max-width: 1080px) {
  /* line 7970, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.section-jaarverslag.template-fullscreen_collection_view .intro-header {
    padding-top: 115px !important;
  }
}
/* line 7977, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.section-jaarverslag.portaltype-document:not(.portaltype-folder):not(.portaltype-news-item) footer {
  border-top: 1px solid #c3c3c3 !important;
}
/* line 7982, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-folder_contents #slickcarousel {
  display: none !important;
}
/* line 7987, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 7998, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.section-jaarverslag .extra-padding-left {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  /* line 8002, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 8010, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.section-jaarverslag .more-dropdown {
    width: 50% !important;
  }
  /* line 8013, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.section-jaarverslag .more-dropdown .visible-xs {
    display: none !important;
  }
  /* line 8017, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.section-jaarverslag .more-dropdown .visible-sm {
    display: inline-block !important;
  }
  /* line 8021, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.section-jaarverslag .more-dropdown .hidden-sm {
    display: none !important;
  }
}
/* line 8028, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.section-jaarverslag #below-content .portletWrapper:nth-last-child(odd) {
  background: #ffffff !important;
}
/* line 8032, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.event-date.past {
  text-decoration: line-through !important;
}
/* line 8038, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.subsection-publicaties-handwerk-handboek.frontend .iframe-wrapper:before {
  display: none !important;
}
/* line 8042, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.subsection-publicaties-handwerk-handboek.frontend .iframe-wrapper iframe {
  position: static !important;
}
/* line 8048, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.subsection-publicaties.portaltype-document.frontend .iframe-wrapper:before {
  display: none !important;
}
/* line 8052, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.subsection-publicaties.portaltype-document.frontend .iframe-wrapper iframe {
  position: static !important;
}
/* TICKETS */
/* line 8062, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-mollie_payment_success a.payment_button {
  font-family: 'HelveticaBold', Helvetica, Arial, sans-serif;
  margin: 0 auto;
  display: block;
  padding: 17px;
  border: 1px solid #b02318;
  border-radius: 2px;
  text-transform: none;
  height: auto;
  color: #ffffff;
  letter-spacing: 0.0em;
  width: auto;
  font-size: 18px;
  background-color: #b02318;
  letter-spacing: 0.01em;
  text-shadow: 0px 0px 0px #ffffff;
  font-weight: 400;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  line-height: 24px;
  display: inline-block;
}
/* line 923, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-mollie_payment_success a.payment_button:active:focus,
body.template-mollie_payment_success a.payment_button:focus,
body.template-mollie_payment_success a.payment_button:active {
  background: #8e1d15;
  color: #ffffff;
  outline: none;
}
/* line 931, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-mollie_payment_success a.payment_button:hover {
  background: #8e1d15;
  color: #ffffff;
  box-shadow: none;
  border: 1px solid #8e1d15;
}
/* line 8071, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-cart #form-widgets-email,
body.template-checkout #form-widgets-email {
  width: 100% !important;
}
/* line 8075, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 8079, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-cart .subtotal-col,
body.template-checkout .subtotal-col {
  padding-top: 27px !important;
}
/* line 8083, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-cart .post-cart,
body.template-checkout .post-cart {
  padding-bottom: 50px;
}
/* line 8087, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-cart .intro-header,
body.template-checkout .intro-header {
  background-image: url(../nl/over-het-museum/pers/persberichten-1/nieuwe-website-het-park-volledige-museumcollectie-online-toegankelijk/slideshow/beeldmerk-het-park-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 8095, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.template-cart .intro-header,
  body.template-checkout .intro-header {
    margin-top: 49px;
  }
}
/* line 8100, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-cart .intro-header:before,
body.template-checkout .intro-header:before {
  padding-top: 35%;
  content: "";
  display: table;
}
/* line 8106, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-cart .intro-header,
body.template-checkout .intro-header {
  position: relative;
}
/* line 8110, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 8116, https://www.hetpark.nl/++theme++plonetheme.hetpark/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: none;
  margin: 0 auto;
  display: block;
  font-family: 'HelveticaRegular', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 991px) {
  /* line 8126, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.template-cart div#website-title h1,
  body.template-checkout div#website-title h1 {
    font-size: 36px !important;
  }
}
/* line 8143, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-cart .title-container,
body.template-checkout .title-container {
  padding-top: 50px;
}
/* line 8147, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-cart h2,
body.template-checkout h2 {
  font-weight: 700;
  color: #000000;
  line-height: 36px;
  font-size: 1.875em;
  margin: 0 0;
}
/* line 8155, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-cart p,
body.template-checkout p {
  letter-spacing: 0.00em;
  line-height: 33px;
  color: #333333;
}
/* line 8161, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-cart h3,
body.template-checkout h3 {
  font-weight: 700;
  color: #000000;
  line-height: 24px;
  font-size: 1.500em;
  margin: 0 0;
}
/* line 8169, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 8174, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 8181, https://www.hetpark.nl/++theme++plonetheme.hetpark/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: 'HelveticaRegular', Arial, sans-serif;
  padding: 17px;
  border: 1px solid #000000;
  border-radius: 0px;
  text-transform: uppercase;
  height: auto;
  color: #000000;
  letter-spacing: 0.1em;
  width: auto;
  font-size: 17px;
  background-color: #ffffff;
  letter-spacing: 0.01em;
  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 8207, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.template-cart div.discount_coupon_wrapper,
  body.template-checkout div.discount_coupon_wrapper {
    padding: 15px !important;
  }
  /* line 8211, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.template-cart div.post-cart,
  body.template-checkout div.post-cart {
    padding-top: 30px;
  }
}
/* line 8221, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-cart .tickets-breadcrumbs .btn.step,
body.template-checkout .tickets-breadcrumbs .btn.step {
  margin: 5px 0px;
}
/* line 8225, https://www.hetpark.nl/++theme++plonetheme.hetpark/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: #b02318 !important;
  cursor: pointer;
  pointer-events: none;
  color: #ffffff !important;
  border-color: #b02318 !important;
}
/* line 8235, https://www.hetpark.nl/++theme++plonetheme.hetpark/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: #000000 !important;
  box-shadow: none !important;
}
/* line 8240, https://www.hetpark.nl/++theme++plonetheme.hetpark/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: #b02318 !important;
  box-shadow: none !important;
  border-color: #b02318 !important;
  color: #ffffff !important;
}
/* line 8247, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-cart div.tickets-breadcrumbs a.btn,
body.template-checkout div.tickets-breadcrumbs a.btn {
  text-shadow: none !important;
}
/* line 8251, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-cart div.tickets-breadcrumbs,
body.template-checkout div.tickets-breadcrumbs {
  padding-top: 18px;
  padding-bottom: 30px;
}
/* line 8256, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-cart .h3-like,
body.template-checkout .h3-like {
  padding-top: 20px;
  padding-bottom: 20px;
}
/* line 8261, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-cart .cart_item select,
body.template-checkout .cart_item select {
  background-color: #000000 !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 8285, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-cart .cart_item select:hover,
body.template-checkout .cart_item select:hover {
  cursor: pointer;
}
@media (max-width: 991px) {
  /* line 8289, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.template-cart .cart_item select,
  body.template-checkout .cart_item select {
    width: 75px !important;
  }
}
/* line 8294, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-cart .table-responsive,
body.template-checkout .table-responsive {
  border: 0px !important;
}
/* line 8298, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-cart .cart-select-box,
body.template-checkout .cart-select-box {
  position: relative;
  display: inline-block;
}
/* line 8303, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 8318, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.template-cart .main-container,
  body.template-checkout .main-container {
    width: 100%;
    padding-right: 105px !important;
    padding-left: 105px !important;
  }
}
/* line 8325, https://www.hetpark.nl/++theme++plonetheme.hetpark/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.01em;
  background-color: #ffffff !important;
  font-size: 1.000em !important;
}
/* line 8332, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-cart tr.cart-header th,
body.template-checkout tr.cart-header th {
  padding-left: 0px;
}
/* line 8336, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 8343, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 8348, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-cart .cart_item_content,
body.template-checkout .cart_item_content {
  padding-top: 0px;
}
/* line 8352, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-cart tr,
body.template-checkout tr {
  font-size: 1.000em;
}
/* line 8356, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 8362, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 8371, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-cart .separator_template,
body.template-checkout .separator_template {
  background: #ffffff;
}
/* line 8375, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-cart thead,
body.template-checkout thead {
  border-bottom: 0.1em solid #ccc;
}
/* line 8379, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-cart .post-cart h3,
body.template-checkout .post-cart h3 {
  padding-bottom: 30px;
}
/* line 8383, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 8389, https://www.hetpark.nl/++theme++plonetheme.hetpark/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: 'HelveticaBold', Helvetica, Arial, sans-serif;
  margin: 0 auto;
  display: block;
  padding: 17px;
  border: 1px solid #b02318;
  border-radius: 2px;
  text-transform: none;
  height: auto;
  color: #ffffff;
  letter-spacing: 0.0em;
  width: auto;
  font-size: 18px;
  background-color: #b02318;
  letter-spacing: 0.01em;
  text-shadow: 0px 0px 0px #ffffff;
  font-weight: 400;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  line-height: 24px;
  display: inline-block;
  margin-left: 10px;
}
/* line 923, https://www.hetpark.nl/++theme++plonetheme.hetpark/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,
body.template-cart a.btn.cart_checkout_button:active,
body.template-checkout a.btn.cart_checkout_button:active,
body.template-cart a.btn.discount_coupon_button:active,
body.template-checkout a.btn.discount_coupon_button:active {
  background: #8e1d15;
  color: #ffffff;
  outline: none;
}
/* line 931, https://www.hetpark.nl/++theme++plonetheme.hetpark/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: #8e1d15;
  color: #ffffff;
  box-shadow: none;
  border: 1px solid #8e1d15;
}
@media (min-width: 991px) {
  /* line 8397, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.template-cart .portletCalendar,
  body.template-checkout .portletCalendar {
    width: 33%;
  }
}
/* line 8401, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-cart .portletCalendar .portletHeader > a,
body.template-checkout .portletCalendar .portletHeader > a {
  color: #000000;
}
/* line 8405, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-cart .portletCalendar .cal_has_events a:after,
body.template-checkout .portletCalendar .cal_has_events a:after {
  color: #b02318 !important;
}
/* line 8409, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-cart .portletCalendar .ploneCalendar td.today.selected,
body.template-checkout .portletCalendar .ploneCalendar td.today.selected {
  border-color: #b02318 !important;
}
/* line 8413, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 8417, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 8421, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 8425, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-cart .portletCalendar a.calendarNext:hover,
body.template-checkout .portletCalendar a.calendarNext:hover {
  color: #b02318 !important;
}
/* line 8428, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-cart .portletCalendar a.calendarNext:hover:after,
body.template-checkout .portletCalendar a.calendarNext:hover:after {
  color: #b02318 !important;
}
@media (max-width: 768px) {
  /* line 8435, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 8439, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.template-cart h4,
  body.template-checkout h4 {
    font-size: 0.750em !important;
  }
}
@media (max-width: 992px) {
  /* line 8446, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  .main-block {
    margin-top: 200px;
    background: white;
    height: auto;
    min-height: 100%;
  }
}
/* line 8456, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-checkout #slickcarousel,
body.template-checkout .intro-header {
  margin-bottom: 0px !important;
}
/* line 8461, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-checkout .main-block {
  padding-top: 0px !important;
}
/* line 8465, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-checkout .cd-navigation-wrapper {
  padding-top: 120px !important;
}
/* line 8469, https://www.hetpark.nl/++theme++plonetheme.hetpark/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: #000000 !important;
  vertical-align: top;
  height: 43px;
  cursor: pointer;
}
/* line 8481, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-checkout select option {
  color: #000000;
}
/* line 8486, https://www.hetpark.nl/++theme++plonetheme.hetpark/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: #000000 !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: 'HelveticaRegular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  /*.inputField();
    	width: 15em;*/
}
/* line 8506, https://www.hetpark.nl/++theme++plonetheme.hetpark/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: 'HelveticaRegular', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 8515, https://www.hetpark.nl/++theme++plonetheme.hetpark/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: #000000;
  line-height: 36px;
  font-size: 1.350em !important;
  margin: 0 0;
  letter-spacing: 0.01em;
  font-family: 'HelveticaRegular', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 8530, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-checkout #input-checkout-checkout_back,
body.template-checkout #input-checkout-next {
  font-family: 'HelveticaBold', Helvetica, Arial, sans-serif;
  margin: 0 auto;
  display: block;
  padding: 17px;
  border: 1px solid #b02318;
  border-radius: 2px;
  text-transform: none;
  height: auto;
  color: #ffffff;
  letter-spacing: 0.0em;
  width: auto;
  font-size: 18px;
  background-color: #b02318;
  letter-spacing: 0.01em;
  text-shadow: 0px 0px 0px #ffffff;
  font-weight: 400;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  line-height: 24px;
}
/* line 923, https://www.hetpark.nl/++theme++plonetheme.hetpark/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,
body.template-checkout #input-checkout-checkout_back:active,
body.template-checkout #input-checkout-next:active {
  background: #8e1d15;
  color: #ffffff;
  outline: none;
}
/* line 931, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-checkout #input-checkout-checkout_back:hover,
body.template-checkout #input-checkout-next:hover {
  background: #8e1d15;
  color: #ffffff;
  box-shadow: none;
  border: 1px solid #8e1d15;
}
/* line 8535, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-checkout #cart_summary {
  font-family: 'HelveticaRegular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
}
/* line 8540, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-checkout .mode_display .field {
  font-family: 'HelveticaRegular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
}
/* line 8546, https://www.hetpark.nl/++theme++plonetheme.hetpark/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: 'HelveticaRegular', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 8554, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-checkout .checkout_cart_overview .cart_item td.quantity-col {
  padding-top: 37px !important;
  padding-bottom: 12px !important;
}
/* line 8559, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-checkout .checkout_cart_overview tr.cart-header th h4 {
  font-size: 1.125em !important;
  font-family: 'HelveticaRegular', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 8564, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-checkout .checkout_cart_overview .cart_item td {
  padding-top: 35px !important;
}
/* line 8568, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-checkout .checkout_cart_overview .subtotal-col,
body.template-checkout .checkout_cart_overview .subtotal-th {
  padding-right: 0px !important;
}
/* line 8573, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-checkout .checkout_cart_overview .cart_sum_content {
  font-size: 1.125em !important;
}
/* line 8578, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-checkout #form-checkout.mode_display label {
  display: none;
}
/* line 8582, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-checkout #form-checkout #field-checkout-accept_terms_and_conditions-accept label {
  display: inline !important;
}
/* line 8586, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-checkout #form-checkout #field-checkout-accept_terms_and_conditions-accept a {
  color: #000000 !important;
  text-decoration: underline !important;
}
/* line 8589, https://www.hetpark.nl/++theme++plonetheme.hetpark/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: #000000 !important;
}
/* line 8596, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-checkout #form-checkout #field-checkout-accept_terms_and_conditions-accept {
  padding-bottom: 15px;
}
/* line 8600, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-checkout .checkbox {
  display: inline-block;
}
/* line 8604, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-checkout #input-checkout-confirm_back,
body.template-checkout #input-checkout-finish {
  font-family: 'HelveticaBold', Helvetica, Arial, sans-serif;
  margin: 0 auto;
  display: block;
  padding: 17px;
  border: 1px solid #b02318;
  border-radius: 2px;
  text-transform: none;
  height: auto;
  color: #ffffff;
  letter-spacing: 0.0em;
  width: auto;
  font-size: 18px;
  background-color: #b02318;
  letter-spacing: 0.01em;
  text-shadow: 0px 0px 0px #ffffff;
  font-weight: 400;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  line-height: 24px;
  font-size: 1.000em !important;
}
/* line 923, https://www.hetpark.nl/++theme++plonetheme.hetpark/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,
body.template-checkout #input-checkout-confirm_back:active,
body.template-checkout #input-checkout-finish:active {
  background: #8e1d15;
  color: #ffffff;
  outline: none;
}
/* line 931, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-checkout #input-checkout-confirm_back:hover,
body.template-checkout #input-checkout-finish:hover {
  background: #8e1d15;
  color: #ffffff;
  box-shadow: none;
  border: 1px solid #8e1d15;
}
@media (max-width: 768px) {
  /* line 8611, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.template-checkout div.field {
    width: 100% !important;
    clear: both !important;
    display: block;
  }
  /* line 8615, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.template-checkout div.field input:not([type="radio"]) {
    width: 100% !important;
  }
  /* line 8619, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.template-checkout div.field select {
    width: 100% !important;
  }
  /* line 8624, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.template-checkout .intro-header {
    height: 400px !important;
  }
  /* line 8628, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.template-checkout .navbar-fixed-top {
    background: transparent !important;
    border: 0px !important;
  }
}
/* line 8634, https://www.hetpark.nl/++theme++plonetheme.hetpark/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: 'HelveticaRegular', Arial, sans-serif;
  padding: 17px;
  border: 1px solid #000000;
  border-radius: 0px;
  text-transform: uppercase;
  height: auto;
  color: #000000;
  letter-spacing: 0.1em;
  width: auto;
  font-size: 17px;
  background-color: #ffffff;
  letter-spacing: 0.01em;
  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 8661, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 8668, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.template-etickets * {
  font-weight: 400 !important;
}
/* line 8674, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 8678, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-etickets #portal-logo {
  display: none !important;
}
/* line 8682, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 8691, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-etickets .ticket-item:not(:first-child) #ticket-header {
  margin-top: 35px !important;
}
/* line 8695, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-etickets .ticket-item #ticket-header {
  padding: 20px !important;
  background-color: #b02318 !important;
  border-radius: 0px !important;
}
/* line 8701, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-etickets .cart_item {
  padding-top: 15px !important;
  width: 100% !important;
  border-bottom: 0px !important;
}
/* line 8707, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-etickets table {
  width: 100%;
}
/* line 8711, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-etickets .cart_item tr {
  height: 40px !important;
  color: #666666;
  font-size: 1.000em;
}
/* line 8717, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-etickets td:not(.ticket-info) {
  padding-right: 0px !important;
  line-height: 24px !important;
  padding: 0px !important;
}
/* line 8723, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-etickets td {
  padding-left: 10px !important;
}
/* line 8727, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-etickets td.ticket-info {
  width: 55%;
  font-size: 9px !important;
  padding-top: 0px !important;
}
/* line 8733, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-etickets span {
  font-size: 16px !important;
  color: #666666 !important;
  font-family: 'HelveticaRegular', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
/* line 8739, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-etickets .info-div {
  margin-left: 12px !important;
}
/* line 8743, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-etickets .info-div p {
  letter-spacing: 0.015em !important;
}
/* line 8747, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 8753, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-etickets .info-div p:first-child {
  margin-top: 0px !important;
}
/* line 8758, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-etickets #content ul {
  margin-left: 0px !important;
  -webkit-padding-start: 15px !important;
}
/* line 8763, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-etickets li {
  display: list-item;
}
/* line 8767, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-etickets h3 {
  font-size: 16px !important;
  color: #b02318 !important;
  font-weight: 800 !important;
  letter-spacing: 0.06em !important;
  line-height: 24px;
  margin: 0 0;
}
/* line 8776, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-etickets #ticket-footer {
  padding-top: 25px !important;
  height: auto !important;
  padding-right: 50px !important;
  padding: 0px !important;
}
/* line 8783, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-etickets #ticket-footer div {
  padding-left: 0px !important;
  padding-top: 5px !important;
}
/* line 8788, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-etickets h4 {
  color: #b02318 !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 8798, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 8806, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-etickets .logo-container {
  height: 50px !important;
}
/* line 8810, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-etickets .tickets-title h1 {
  font-family: sans-serif !important;
  margin-left: 3px;
}
/* line 8815, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-etickets h1 {
  font-size: 20px !important;
  line-height: 160px !important;
  text-transform: none !important;
  margin-top: 120px !important;
  color: #ffffff !important;
}
/* line 8824, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-etickets .tickets-title {
  height: 100px !important;
}
/* line 8828, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 8837, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-etickets .intro-header {
  display: none !important;
}
/* line 8841, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-etickets .ticket-barcode {
  padding-bottom: 30px !important;
}
/* line 8845, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-etickets .main-container {
  padding: 0px !important;
}
/* line 8849, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-etickets .ticket-item:not(:last-child) {
  padding-bottom: 60px !important;
}
/* line 8856, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-etickets footer {
  display: none;
}
/* line 8860, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-etickets img.logo {
  width: 240px !important;
  height: auto !important;
}
/* line 8867, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-etickets #logos-wrapper {
  width: 100%;
  text-align: left;
}
/* line 8872, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-etickets #logos-wrapper img {
  max-width: 100%;
  margin: 0 auto;
}
/* line 8878, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-etickets .ticket-title {
  font-style: italic;
}
/* line 8882, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-etickets .lorentz-formule {
  font-style: italic;
}
@media (max-width: 768px) {
  /* line 8889, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.template-cart .navbar-fixed-top {
    background: transparent !important;
    border: 0px !important;
  }
}
/* line 8898, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-mollie_payment_success .intro-header {
  background-image: url(../nl/over-het-museum/pers/persberichten-1/nieuwe-website-het-park-volledige-museumcollectie-online-toegankelijk/slideshow/beeldmerk-het-park-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 8906, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.template-mollie_payment_success .intro-header {
    margin-top: 49px;
  }
}
/* line 8911, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-mollie_payment_success .intro-header:before {
  padding-top: 35%;
  content: "";
  display: table;
}
/* line 8917, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-mollie_payment_success .intro-header {
  position: relative;
}
/* line 8921, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-mollie_payment_success article#content {
  padding-top: 50px;
}
/* line 8925, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-mollie_payment_success div#website-title {
  position: absolute;
  top: 48%;
  text-align: center;
  width: 100%;
}
/* line 8931, https://www.hetpark.nl/++theme++plonetheme.hetpark/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: none;
  margin: 0 auto;
  display: block;
  font-family: 'HelveticaRegular', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 991px) {
  /* line 8942, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.template-mollie_payment_success div#website-title h1 {
    font-size: 36px !important;
  }
}
@media (max-width: 991px) {
  /* line 8947, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.template-mollie_payment_success div#website-title {
    margin-left: -150px;
    margin-top: -25px;
  }
}
/* line 8955, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-mollie_payment_success .brand-name {
  display: none !important;
}
/* line 8959, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-mollie_payment_success .title-container {
  padding-top: 50px;
}
@media (min-width: 991px) {
  /* line 8964, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.template-mollie_payment_success .wrapper-result-page {
    width: 650px;
    margin: 0 auto;
    background: #ffffff;
  }
}
/* line 8971, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 8980, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-mollie_payment_success a.payment_button {
  font-family: 'HelveticaBold', Helvetica, Arial, sans-serif;
  margin: 0 auto;
  display: block;
  padding: 17px;
  border: 1px solid #b02318;
  border-radius: 2px;
  text-transform: none;
  height: auto;
  color: #ffffff;
  letter-spacing: 0.0em;
  width: auto;
  font-size: 18px;
  background-color: #b02318;
  letter-spacing: 0.01em;
  text-shadow: 0px 0px 0px #ffffff;
  font-weight: 400;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  line-height: 24px;
  text-shadow: none !important;
}
/* line 923, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-mollie_payment_success a.payment_button:active:focus,
body.template-mollie_payment_success a.payment_button:focus,
body.template-mollie_payment_success a.payment_button:active {
  background: #8e1d15;
  color: #ffffff;
  outline: none;
}
/* line 931, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-mollie_payment_success a.payment_button:hover {
  background: #8e1d15;
  color: #ffffff;
  box-shadow: none;
  border: 1px solid #8e1d15;
}
/* line 8984, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-mollie_payment_success #ordernumber_order_text strong {
  color: #000000 !important;
}
/* line 8990, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-etickets p.logo-text {
  font-family: 'HelveticaRegular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 0px;
}
/* line 8999, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-checkout #form-checkout #field-checkout-subscribe-subscribe {
  padding-bottom: 15px !important;
  margin-top: 0px;
}
/* line 9002, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-checkout #form-checkout #field-checkout-subscribe-subscribe label {
  display: inline !important;
}
@media (min-width: 992px) {
  /* line 9005, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.template-checkout #form-checkout #field-checkout-subscribe-subscribe label span {
    margin-left: 20px;
    font-style: italic;
    display: block;
  }
}
/* line 9014, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-checkout #tag-checkout-subscribe-heading {
  display: none !important;
}
/* line 9018, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-checkout #form-checkout #field-checkout-accept_terms_and_conditions-accept {
  padding-bottom: 0px !important;
}
/* line 9023, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
#bdajax-overlays {
  display: none !important;
}
@media (min-width: 992px) {
  /* line 9031, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.portaltype-event #slickcarousel .video-slide iframe,
  body.portaltype-document #slickcarousel .video-slide iframe,
  body.portaltype-occurrence #slickcarousel .video-slide iframe,
  body.portaltype-news-item #slickcarousel .video-slide iframe {
    display: none;
  }
}
/* line 9036, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.portaltype-event #slickcarousel .video-slide img.overlay-image,
body.portaltype-document #slickcarousel .video-slide img.overlay-image,
body.portaltype-occurrence #slickcarousel .video-slide img.overlay-image,
body.portaltype-news-item #slickcarousel .video-slide img.overlay-image {
  z-index: 3;
}
/* line 9045, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body:not(.frontend).slideshow-empty .website-wrapper {
  padding-top: 50px !important;
}
/* line 9050, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body i.glyphicon.link-external,
body i.glyphicon.link-mailto,
body i.glyphicon.link-https {
  display: none !important;
}
/* line 9059, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-person #below-content .portletCollection,
body.frontend.portaltype-object #below-content .portletCollection {
  display: block !important;
}
/* line 9063, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-person #below-content .portletCollection .portletFooter,
body.frontend.portaltype-object #below-content .portletCollection .portletFooter {
  display: none !important;
}
/* line 9068, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-advancedsearch .select2-container.sort_filters {
  padding-top: 12px !important;
}
/* line 9071, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-advancedsearch .select2-container.sort_filters a.select2-choice {
  border-bottom: 1px solid #aaa !important;
}
/* line 9076, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
#babel-edit #frame-content img {
  max-width: 100% !important;
}
/* line 9080, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.title-carousel-wrapper,
#slickcarousel .title-carousel-wrapper {
  position: absolute;
  padding-bottom: 20px;
  width: 100%;
  bottom: 0px;
}
/* line 9088, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.title-carousel-wrapper .title-container,
#slickcarousel .title-carousel-wrapper .title-container {
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 992px) {
  /* line 9092, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  .title-carousel-wrapper .title-container,
  #slickcarousel .title-carousel-wrapper .title-container {
    width: 100%;
    padding-left: 95px;
    padding-right: 95px;
  }
}
/* line 9098, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.title-carousel-wrapper .title-container .event-date,
#slickcarousel .title-carousel-wrapper .title-container .event-date {
  color: #ffffff;
}
/* line 9102, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.title-carousel-wrapper .title-container h1.brand-name,
#slickcarousel .title-carousel-wrapper .title-container h1.brand-name {
  color: #ffffff;
  font-size: 76px;
  max-width: 100%;
  margin-bottom: 0px;
  line-height: 80px;
  margin-top: 0px;
}
/* line 9111, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.title-carousel-wrapper .title-container .subheading,
#slickcarousel .title-carousel-wrapper .title-container .subheading {
  color: #ffffff;
  max-width: 520px;
  font-size: 1.220em;
  max-width: 650px;
  margin-top: 5px;
}
@media (max-width: 991px) {
  /* line 9122, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  .title-carousel-wrapper .title-container,
  #slickcarousel .title-carousel-wrapper .title-container {
    padding-left: 25px;
    padding-right: 25px;
  }
  /* line 9126, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  .title-carousel-wrapper .title-container h1.brand-name,
  #slickcarousel .title-carousel-wrapper .title-container h1.brand-name {
    max-width: 100%;
    font-size: 65px;
    line-height: 70px;
  }
  /* line 9132, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  .title-carousel-wrapper .title-container .subheading,
  #slickcarousel .title-carousel-wrapper .title-container .subheading {
    max-width: 100%;
    font-size: 1.200em;
    line-height: 30px;
  }
}
@media (max-width: 768px) {
  /* line 9141, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  .title-carousel-wrapper .title-container,
  #slickcarousel .title-carousel-wrapper .title-container {
    padding-left: 35px;
    padding-right: 35px;
  }
  /* line 9145, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  .title-carousel-wrapper .title-container h1.brand-name,
  #slickcarousel .title-carousel-wrapper .title-container h1.brand-name {
    max-width: 100%;
    font-size: 50px;
    line-height: 53px;
  }
  /* line 9151, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  .title-carousel-wrapper .title-container .subheading,
  #slickcarousel .title-carousel-wrapper .title-container .subheading {
    max-width: 100%;
    font-size: 1.100em;
    line-height: 25px;
  }
}
@media (min-width: 992px) {
  /* line 9161, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.userrole-authenticated .title-carousel-wrapper {
    padding-bottom: 35px;
  }
}
@media (min-width: 992px) {
  /* line 9168, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.userrole-authenticated .portlet-rrssb {
    width: auto;
  }
}
@media (min-width: 1300px) {
  /* line 9172, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.userrole-authenticated .portlet-rrssb {
    width: auto;
  }
}
@media (max-width: 767px) {
  /* line 9179, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  #website-wrapper:not(.empty-slideshow) .main-container .title-container {
    display: none !important;
  }
}
@media (min-width: 768px) {
  /* line 9185, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  #slickcarousel:not(.empty) .title-carousel-wrapper {
    display: block !important;
  }
  /* line 9188, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  #slickcarousel:not(.empty) .title-carousel-wrapper span.subheading {
    /*display: none !important;*/
    text-align: center;
    line-height: 1.6;
  }
  /* line 9196, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  #slickcarousel:not(.empty) .carousel-item.landscape .title-carousel-wrapper span.subheading {
    display: none !important;
  }
  /* line 9201, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body:not(.slideshow-empty) .main-container .title-container {
    display: block !important;
  }
  /* line 9204, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body:not(.slideshow-empty) .main-container .title-container h1.brand-name {
    margin-bottom: 22px;
  }
  /* line 9208, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body:not(.slideshow-empty) .main-container .title-container span.subheading.portrait {
    /*display: none !important;*/
  }
  /* line 9215, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.portaltype-portlet-page.subsection-nu-te-zien .main-container .title-container h1.brand-name,
  body.portaltype-portlet-page.subsection-now-in-the-museum .main-contaier .title-container h1.brand-name {
    display: block !important;
  }
  /* line 9222, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.portaltype-portlet-page.subsection-zien-en-doen .main-container .title-container h1.brand-name,
  body.portaltype-portlet-page.subsection-now-in-the-museum .main-container .title-container h1.brand-name {
    display: block !important;
  }
  /* line 9227, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.slideshow-empty .main-container .title-container {
    display: block !important;
  }
}
/* line 9233, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
#slickcarousel.empty .title-carousel-wrapper {
  display: none !important;
}
@media (max-width: 768px) {
  /* line 9239, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  .title-container {
    padding-left: 0px;
    padding-right: 0px;
  }
  /* line 9243, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  .title-container h1.brand-name {
    max-width: 100% !important;
  }
  /* line 9248, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  .title-container .subheading {
    max-width: 100% !important;
  }
}
/* line 9254, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend ul.event.dates {
  margin-top: 0px;
  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.01em;
  padding-bottom: 0px;
}
/* line 9270, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #slickcarousel .carousel-item.landscape .title-carousel-wrapper {
  pointer-events: all;
}
@media (min-width: 992px) {
  /* line 9277, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend #slickcarousel .carousel-item.portrait .title-carousel-wrapper {
    background: #fbf9f2 !important;
    pointer-events: all;
    width: 50%;
    height: 100%;
    float: left;
  }
  /* line 9287, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend #slickcarousel .carousel-item.portrait .title-carousel-wrapper h1.brand-name,
  body.frontend #slickcarousel .carousel-item.portrait .title-carousel-wrapper li.event-date {
    color: #000000 !important;
  }
  /* line 9291, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend #slickcarousel .carousel-item.portrait .title-carousel-wrapper .subheading {
    color: #000000 !important;
    margin-top: 15px;
    max-width: 100%;
  }
  /* line 9298, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend #slickcarousel .carousel-item.portrait .title-carousel-wrapper .title-container {
    width: 100% !important;
    position: absolute;
    top: 50%;
    padding-top: 0px !important;
    padding-left: 100px;
    padding-right: 100px;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  /* line 9314, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend #slickcarousel .carousel-item.portrait .carousel-image-wrapper {
    width: 50%;
    float: right;
    background-color: #fbf9f2 !important;
    background-position: right center;
  }
}
@media (min-width: 992px) {
  /* line 9323, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend #slickcarousel .carousel-item.portrait:not([data-index='0']) .carousel-image-wrapper {
    background: #ffffff !important;
    width: 100%;
  }
}
@media (min-width: 992px) {
  /* line 9330, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend #slickcarousel .carousel-item.portrait .title-carousel-wrapper {
    /*h1.brand-name {
				font-size: 5.5vw !important;
				line-height: 0.8em;
			}

			li.event-date {
				font-size: 1.3vw !important;
			}

			.subheading {
				font-size: 1.5vw !important;
			}*/
  }
}
@media (min-width: 992px) and (max-width: 1500px) {
  /* line 9352, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-collection #slickcarousel .carousel-item.portrait .title-carousel-wrapper h1.brand-name,
  body.frontend.portaltype-folder #slickcarousel .carousel-item.portrait .title-carousel-wrapper h1.brand-name {
    font-size: 4.5vw !important;
    line-height: 0.8em;
  }
}
/* line 9361, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
#website-wrapper.empty-slideshow .page-container {
  /*min-height: calc(~"100vh - 608px");*/
  padding-top: 15px;
}
@media (min-width: 768px) {
  /* line 9365, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  #website-wrapper.empty-slideshow .page-container {
    padding-top: 15px;
  }
}
/* line 9370, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.userrole-authenticated #website-wrapper.empty-slideshow .page-container {
  padding-top: 15px;
}
/* line 9374, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.userrole-authenticated:not(.frontend) #website-wrapper.empty-slideshow .page-container {
  padding-top: 115px;
  padding-left: 40px;
  padding-right: 40px;
}
/* line 9380, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.site-en h5.lang-link-nl {
  display: none !important;
}
/* line 9384, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.site-nl h5.lang-link-en {
  display: none !important;
}
@media (max-width: 768px) {
  /* line 9389, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body:not(.portaltype-object) #slickcarousel:before {
    padding-top: 100%;
  }
}
/* line 9399, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.main-container .main-content {
  z-index: 3 !important;
}
/* line 9405, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-search dl.actionMenu .search-type-options {
  /*display: none !important;*/
}
/* line 9417, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.portaltype-folder #slickcarousel:before,
body.portaltype-collection #slickcarousel:before,
body.portaltype-person #slickcarousel:before,
body.portaltype-portlet-page #slickcarousel:before,
body.template-listing_view #slickcarousel:before {
  padding-top: 42%;
}
/* Mobile */
@media (max-width: 767px) {
  /* line 9426, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body:not(.portaltype-object) #slickcarousel:before {
    padding-top: 43.6vh;
  }
  /* line 9436, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.portaltype-folder #slickcarousel:before,
  body.portaltype-collection #slickcarousel:before,
  body.portaltype-person #slickcarousel:before,
  body.portaltype-portlet-page #slickcarousel:before,
  body.template-listing_view #slickcarousel:before {
    padding-top: 70%;
  }
  /* line 9441, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  #portal-logo {
    /*width: 178px;*/
    height: auto;
    top: 6px;
    /*margin-left: -35px;*/
  }
  /* line 9449, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  #website-wrapper.presentation #portal-logo {
    top: 10px;
  }
  /* line 9454, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  .cd-nav-trigger {
    top: 38px;
  }
  /* line 9458, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  #website-wrapper:not(.empty-slideshow) .main-container .title-container {
    display: block !important;
  }
  /* line 9465, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  #website-wrapper:not(.empty-slideshow) .main-container .title-container span.subheading {
    text-align: left;
  }
  /* line 9478, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  .title-carousel-wrapper .title-container span.subheading {
    display: none !important;
  }
  /* line 9482, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  .title-carousel-wrapper .title-container ul.event.dates {
    text-align: center;
  }
  /* line 9486, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  .title-carousel-wrapper .title-container h1.brand-name {
    font-size: 50px !important;
    line-height: 58px;
    text-align: center;
  }
  /* line 9493, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  .title-carousel-wrapper .title-container {
    padding-left: 35px;
    padding-right: 35px;
  }
  /* line 9498, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  .title-carousel-wrapper {
    pointer-events: none !important;
  }
  /* line 9502, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body:not(.portaltype-portlet-page) #website-wrapper.empty-slideshow .page-container {
    padding-left: 25px;
    padding-right: 25px;
  }
  /* line 9507, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.portaltype-portlet-page.subsection-nu-te-zien .title-container,
  body.portaltype-portlet-page.subsection-now-in-the-museum .title-container {
    padding-left: 60px;
    padding-right: 60px;
  }
  /* line 9513, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.portaltype-portlet-page.subsection-zien-en-doen .title-container {
    padding-left: 60px;
    padding-right: 60px;
  }
  /* line 9519, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.portaltype-collection #website-wrapper .page-container,
  body.portaltype-folder #website-wrapper .page-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 9524, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.portaltype-collection #website-wrapper.empty-slideshow .page-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 9529, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.portaltype-person #website-wrapper.empty-slideshow .page-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 9534, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.portaltype-folder #website-wrapper.empty-slideshow .page-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  /* line 9543, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  .title-carousel-wrapper .title-container span.subheading {
    display: none !important;
  }
}
@media (max-width: 768px) and (max-height: 900px) {
  /* line 9551, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body:not(.portaltype-object) #slickcarousel:before {
    padding-top: 77vh;
  }
  /* line 9560, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.portaltype-folder #slickcarousel:before,
  body.portaltype-collection #slickcarousel:before,
  body.portaltype-person #slickcarousel:before,
  body.portaltype-portlet-page #slickcarousel:before,
  body.template-listing_view #slickcarousel:before {
    padding-top: 110%;
  }
}
@media (max-width: 768px) and (max-height: 400px) {
  /* line 9568, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body:not(.portaltype-object) #slickcarousel:before {
    padding-top: 100vh;
  }
}
@media (max-width: 480px) {
  /* line 9586, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.portaltype-folder #slickcarousel:before,
  body.portaltype-collection #slickcarousel:before,
  body.portaltype-person #slickcarousel:before,
  body.portaltype-portlet-page #slickcarousel:before,
  body.template-listing_view #slickcarousel:before {
    padding-top: 110%;
  }
}
/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {
  /* line 9595, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body:not(.portaltype-object) #slickcarousel:before {
    padding-top: 77vh;
  }
  /* line 9599, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body:not(.portaltype-object) #slickcarousel:before {
    padding-top: 43.6vh;
  }
  /* line 9609, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.portaltype-folder #slickcarousel:before,
  body.portaltype-collection #slickcarousel:before,
  body.portaltype-person #slickcarousel:before,
  body.portaltype-portlet-page #slickcarousel:before,
  body.template-listing_view #slickcarousel:before {
    padding-top: 55%;
  }
  /* line 9614, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  #portal-logo {
    width: auto;
    height: auto;
    top: 3px;
  }
  /* line 9620, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  #portal-logo img {
    margin-left: 0px;
  }
  /* line 9630, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  #website-wrapper:not(.empty-slideshow) .main-container .title-container span.subheading {
    text-align: left;
  }
  /* line 9643, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  .title-carousel-wrapper .title-container h1.brand-name {
    font-size: 86px;
    line-height: 85px;
    text-align: center;
  }
  /* line 9649, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  .title-carousel-wrapper .title-container ul.event.dates {
    text-align: center;
  }
  /* line 9651, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  .title-carousel-wrapper .title-container ul.event.dates li.event-date {
    font-size: 17px;
    line-height: 30px;
  }
  /* line 9657, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  .title-carousel-wrapper .title-container span.subheading {
    text-align: center;
    font-size: 20px;
    max-width: 80% !important;
  }
  /* line 9665, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  .title-carousel-wrapper .title-container {
    padding-left: 35px;
    padding-right: 35px;
  }
  /* line 9670, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  .title-carousel-wrapper {
    pointer-events: none !important;
  }
  /* line 9674, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body:not(.portaltype-portlet-page.subsection.nu-te-zien) #website-wrapper.empty-slideshow .page-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 9679, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.portaltype-collection #website-wrapper .page-container,
  body.portaltype-folder #website-wrapper .page-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 9684, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.portaltype-person #website-wrapper .page-container,
  body.portaltype-folder #website-wrapper .page-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 9689, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.portaltype-collection #website-wrapper.empty-slideshow .page-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 9694, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.portaltype-person #website-wrapper.empty-slideshow .page-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 9699, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.portaltype-folder #website-wrapper.empty-slideshow .page-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 9704, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  .logo-footer img {
    width: 70px;
    padding-bottom: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) and (max-height: 1050px) {
  /* line 9713, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body:not(.portaltype-object) #slickcarousel:before {
    padding-top: 77vh;
  }
  /* line 9723, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.portaltype-folder #slickcarousel:before,
  body.portaltype-collection #slickcarousel:before,
  body.portaltype-person #slickcarousel:before,
  body.portaltype-portlet-page #slickcarousel:before,
  body.template-listing_view #slickcarousel:before {
    padding-top: 55%;
  }
}
@media (min-width: 768px) and (max-width: 991px) and (max-height: 1050px) {
  /* line 9730, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body:not(.portaltype-object) #slickcarousel:before {
    padding-top: 77vh;
  }
  /* line 9740, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.portaltype-folder #slickcarousel:before,
  body.portaltype-collection #slickcarousel:before,
  body.portaltype-person #slickcarousel:before,
  body.portaltype-portlet-page #slickcarousel:before,
  body.template-listing_view #slickcarousel:before {
    padding-top: 55%;
  }
}
/* line 9747, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-formthankspage #content-core {
  margin-right: auto !important;
  margin-left: auto !important;
  width: 100% !important;
  max-width: 100% !important;
}
/* line 9752, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-formthankspage #content-core blockquote {
  margin-left: 0px !important;
}
/* line 9757, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-formthankspage .title-container {
  margin-right: auto !important;
  width: 100%;
  max-width: 100%;
}
/* line 9766, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.portletMailChimp,
body.frontend .portletMailChimp {
  padding-bottom: 50px;
}
/* line 9771, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.portletMailChimp h3,
body.frontend .portletMailChimp h3 {
  font-family: 'FuturaBold', 'Futura', Arial, sans-serif;
  font-size: 21px;
  text-decoration: none;
  color: #000000;
  letter-spacing: 0.00em;
  border-bottom: 0px;
  line-height: 27px;
  margin-top: 0px;
  text-align: left;
}
/* line 9784, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.portletMailChimp .portletHeader,
body.frontend .portletMailChimp .portletHeader {
  padding-top: 0px;
  padding-bottom: 9px !important;
}
/* line 9789, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.portletMailChimp #formfield-form-widgets-email_type,
body.frontend .portletMailChimp #formfield-form-widgets-email_type,
.portletMailChimp #formfield-form-widgets-interest_groups,
body.frontend .portletMailChimp #formfield-form-widgets-interest_groups,
.portletMailChimp #formfield-form-widgets-list_id,
body.frontend .portletMailChimp #formfield-form-widgets-list_id {
  display: none;
}
/* line 9793, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.portletMailChimp input#form-buttons-subscribe,
body.frontend .portletMailChimp input#form-buttons-subscribe {
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 15px;
}
@media (min-width: 992px) {
  /* line 9800, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  .portletMailChimp .portalMessage.error,
  body.frontend .portletMailChimp .portalMessage.error {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  /* line 9807, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  .portletMailChimp #formfield-form-widgets-email,
  body.frontend .portletMailChimp #formfield-form-widgets-email {
    display: inline-block;
    width: 100%;
  }
  /* line 9811, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  .portletMailChimp #formfield-form-widgets-email.error,
  body.frontend .portletMailChimp #formfield-form-widgets-email.error {
    width: 100%;
  }
  /* line 9816, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  .portletMailChimp .formControls,
  body.frontend .portletMailChimp .formControls {
    display: inline-block;
    width: 100%;
    padding: 0px;
  }
  /* line 9822, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  .portletMailChimp #newsletter-subscriber-form,
  body.frontend .portletMailChimp #newsletter-subscriber-form {
    width: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 992px) and (max-width: 1222px) {
  /* line 9830, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  .portletMailChimp #newsletter-subscriber-form,
  body.frontend .portletMailChimp #newsletter-subscriber-form {
    width: 100%;
  }
}
@media (max-width: 991px) {
  /* line 9835, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  .portletMailChimp,
  body.frontend .portletMailChimp {
    padding-top: 20px;
  }
  /* line 9838, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  .portletMailChimp #formfield-form-widgets-email,
  body.frontend .portletMailChimp #formfield-form-widgets-email {
    display: block;
    width: 100%;
  }
  /* line 9843, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  .portletMailChimp .formControls,
  body.frontend .portletMailChimp .formControls {
    display: block;
    width: 100%;
    padding: 0px;
  }
  /* line 9849, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  .portletMailChimp #newsletter-subscriber-form,
  body.frontend .portletMailChimp #newsletter-subscriber-form {
    width: 100%;
  }
  /* line 9853, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  .portletMailChimp h3,
  body.frontend .portletMailChimp h3 {
    margin-top: 0px !important;
  }
}
@media (max-width: 992px) {
  /* line 9861, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  #above-content .portletMailChimp {
    margin-left: -30px;
    margin-right: -30px;
  }
}
/* line 9868, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #subscribe-result p {
  color: inherit !important;
  margin-bottom: 0px !important;
  font-size: 14px;
}
/* line 9875, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.plone-loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10000;
}
/* line 9881, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 9904, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.plone-loader div,
.plone-loader div:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
@-webkit-keyframes load8 {
  /* line 9911, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  /* line 9915, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  /* line 9921, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  /* line 9925, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* Calendar styles */
/* line 9935, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.pattern-pickadate-wrapper {
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
  color: #000000;
}
/* line 9941, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.pattern-pickadate-wrapper .picker__select--year,
.pattern-pickadate-wrapper .picker__select--month {
  width: 35% !important;
}
/* line 9946, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.pattern-pickadate-wrapper .picker__nav--prev,
.pattern-pickadate-wrapper .picker__nav--next {
  top: 0.1em !important;
}
/* line 9951, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.pattern-pickadate-wrapper .pattern-pickadate-date-wrapper {
  max-width: 187px !important;
}
@media (min-width: 992px) {
  /* line 9956, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  #archetypes-fieldname-accepteert-bezoekersvoorwaarden {
    width: 60%;
    margin-right: 0;
    display: inline-block;
    float: right;
    padding-top: 30px;
  }
}
@media (min-width: 992px) {
  /* line 9966, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  #archetypes-fieldname-ik-ontvang-graag-de-onderwijsnieuwsbrief {
    width: 60%;
    margin-right: 0;
    display: inline-block;
    float: right;
  }
}
/* line 9975, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend span.text-button,
body#tinymce span.text-button {
  margin-left: 0px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  display: inline-block !important;
  cursor: pointer !important;
}
/* line 9986, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend span.text-button a,
body#tinymce span.text-button a {
  color: #ffffff !important;
  border-bottom: 0px !important;
  padding-left: 28px !important;
  padding-right: 28px !important;
  padding-bottom: 11px !important;
  padding-top: 11px !important;
  display: block !important;
  line-height: 24px;
}
/* line 9997, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend span.text-button a:active:focus,
body#tinymce span.text-button a:active:focus,
body.frontend span.text-button a:focus,
body#tinymce span.text-button a:focus,
body.frontend span.text-button a:active,
body#tinymce span.text-button a:active {
  background: #8e1d15 !important;
  color: #ffffff !important;
  outline: none;
}
/* line 10005, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend span.text-button a:hover,
body#tinymce span.text-button a:hover {
  background: #8e1d15 !important;
  color: #ffffff !important;
  box-shadow: none;
}
/* line 10016, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend span.text-button:hover a,
body#tinymce span.text-button:hover a,
body.frontend span.text-button:active a,
body#tinymce span.text-button:active a,
body.frontend span.text-button:focus a,
body#tinymce span.text-button:focus a,
body.frontend span.text-button:focus:active a,
body#tinymce span.text-button:focus:active a {
  color: #ffffff !important;
}
/* line 10023, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend .portlet-static-cta span.text-button,
body#tinymce .portlet-static-cta span.text-button {
  margin-left: 10px !important;
  margin-right: 10px !important;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
/* PRESENTATION */
/* line 10033, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #presentation .presentation-item.text-only {
  position: relative;
  z-index: 1000;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  min-height: 110vh;
  margin: 0 0 3em;
  padding: 3em;
  text-align: center;
  color: #000000;
  background: #f9fafb;
  margin-bottom: 0px;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}
/* line 10065, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #presentation .presentation-item.text-only h3,
body.frontend #presentation .presentation-item.text-only h4 {
  font-family: 'HelveticaRegular', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (min-width: 991px) {
  /* line 10069, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend #presentation .presentation-item.text-only h3,
  body.frontend #presentation .presentation-item.text-only h4 {
    font-size: 3vw;
    line-height: 4.7vw;
    margin-top: 20px;
  }
}
/* line 10075, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #presentation .presentation-item.text-only h3.discreet,
body.frontend #presentation .presentation-item.text-only h4.discreet {
  color: #e70518;
}
@media (min-width: 991px) {
  /* line 10078, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend #presentation .presentation-item.text-only h3.discreet,
  body.frontend #presentation .presentation-item.text-only h4.discreet {
    font-size: 1.8vw;
    margin-top: 0px;
    line-height: 1.8vw;
  }
}
@media (max-width: 990px) {
  /* line 10085, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend #presentation .presentation-item.text-only h3,
  body.frontend #presentation .presentation-item.text-only h4 {
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 990px) {
  /* line 10094, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend #presentation .presentation-item.text-only h3 {
    font-size: 1.300em;
    line-height: 36px;
  }
}
@media (max-width: 990px) {
  /* line 10100, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend #presentation .presentation-item.text-only h3.discreet {
    font-size: 1.100em;
    line-height: 30px;
  }
}
@media (max-width: 768px) {
  /* line 10110, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend #presentation .presentation-item p {
    font-size: 1.000em;
    line-height: 30px;
  }
}
/* line 10117, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #presentation .presentation-item.side-text-slide {
  flex-direction: row !important;
  margin-bottom: 5.21vw;
  margin-top: 5.21vw;
  position: relative;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}
@media (max-width: 767px) {
  /* line 10135, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend #presentation .presentation-item.side-text-slide {
    margin-top: 0px !important;
  }
}
/* line 10139, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #presentation .presentation-item.side-text-slide #parent-fieldname-text {
  max-width: 100%;
  padding-left: 5vw;
  padding-right: 5vw;
  position: relative;
}
@media (max-width: 768px) {
  /* line 10145, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend #presentation .presentation-item.side-text-slide #parent-fieldname-text {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* line 10150, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #presentation .presentation-item.side-text-slide #parent-fieldname-text > p:first-child {
  width: 50%;
  display: block;
  padding-right: 1.04vw;
  float: left;
  height: auto;
  margin-bottom: 0px;
  margin: 0px;
}
@media (max-width: 767px) {
  /* line 10159, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend #presentation .presentation-item.side-text-slide #parent-fieldname-text > p:first-child {
    float: none;
    display: block;
    width: 100% !important;
    padding-right: 0px !important;
    margin-bottom: 4vw;
  }
}
/* line 10168, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #presentation .presentation-item.side-text-slide #parent-fieldname-text > div {
  width: 50%;
  height: 100%;
  float: left;
}
@media (max-width: 767px) {
  /* line 10173, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend #presentation .presentation-item.side-text-slide #parent-fieldname-text > div {
    float: none;
    display: block;
    width: 100% !important;
    height: auto;
  }
}
/* line 10180, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #presentation .presentation-item.side-text-slide #parent-fieldname-text > div > div:first-child {
  position: relative;
  display: table;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 10%;
  padding-bottom: 10%;
}
@media (max-width: 767px) {
  /* line 10191, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend #presentation .presentation-item.side-text-slide #parent-fieldname-text > div > div:first-child {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 4.67vw;
    padding-right: 4.67vw;
  }
}
/* line 10198, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #presentation .presentation-item.side-text-slide #parent-fieldname-text > div > div:first-child > div:first-child {
  display: table-cell;
  vertical-align: middle;
}
/* line 10202, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #presentation .presentation-item.side-text-slide #parent-fieldname-text > div > div:first-child > div:first-child p {
  color: #000000;
}
/* line 10205, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #presentation .presentation-item.side-text-slide #parent-fieldname-text > div > div:first-child > div:first-child p.discreet {
  color: #e70518;
}
@media (max-width: 991px) {
  /* line 10208, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend #presentation .presentation-item.side-text-slide #parent-fieldname-text > div > div:first-child > div:first-child p.discreet {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  /* line 10214, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend #presentation .presentation-item.side-text-slide #parent-fieldname-text > div > div:first-child > div:first-child p {
    font-size: 2vw;
    line-height: 1.45em;
  }
  /* line 10218, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend #presentation .presentation-item.side-text-slide #parent-fieldname-text > div > div:first-child > div:first-child p.discreet {
    font-size: 1.6vw;
  }
}
@media (min-width: 992px) {
  /* line 10223, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend #presentation .presentation-item.side-text-slide #parent-fieldname-text > div > div:first-child > div:first-child p {
    font-size: 2vw;
    line-height: 1.45em;
  }
  /* line 10227, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend #presentation .presentation-item.side-text-slide #parent-fieldname-text > div > div:first-child > div:first-child p.discreet {
    font-size: 1.6vw;
  }
}
@media (min-width: 1200px) {
  /* line 10232, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend #presentation .presentation-item.side-text-slide #parent-fieldname-text > div > div:first-child > div:first-child p {
    font-size: 2vw;
    line-height: 1.45em;
  }
  /* line 10236, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend #presentation .presentation-item.side-text-slide #parent-fieldname-text > div > div:first-child > div:first-child p.discreet {
    font-size: 1.5vw;
  }
}
/* line 10247, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #presentation .presentation-item.side-text-slide img,
body.frontend #presentation .presentation-item.side-text-slide img.image-left,
body.frontend #presentation .presentation-item.side-text-slide img.image-right {
  float: none;
  width: 100%;
  height: auto;
  margin: 0px;
}
/* line 10258, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #presentation .presentation-item.side-text-slide.right #parent-fieldname-text > p:first-child {
  float: right;
}
@media (max-width: 767px) {
  /* line 10260, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend #presentation .presentation-item.side-text-slide.right #parent-fieldname-text > p:first-child {
    float: none;
    display: block;
    width: 100% !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
/* line 10269, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #presentation .presentation-item.side-text-slide.right #parent-fieldname-text > div {
  float: right;
}
@media (max-width: 767px) {
  /* line 10271, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend #presentation .presentation-item.side-text-slide.right #parent-fieldname-text > div {
    float: none;
    display: block;
    width: 100% !important;
  }
}
@media (min-width: 991px) {
  /* line 10283, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend #presentation .presentation-item.video-slide {
    padding-left: 5vw;
    padding-right: 5vw;
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
}
/* line 10289, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #presentation .presentation-item.video-slide .video-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
/* line 10294, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #presentation .presentation-item.video-slide .video-wrapper:before {
  display: block;
  width: 100%;
  padding-top: 56.26%;
  content: "";
}
/* line 10302, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #presentation .presentation-item.video-slide #parent-fieldname-text {
  width: 100%;
}
@media (min-width: 991px) {
  /* line 10305, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend #presentation .presentation-item.video-slide #parent-fieldname-text {
    width: 50%;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  /* line 10310, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend #presentation .presentation-item.video-slide #parent-fieldname-text {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* line 10315, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #presentation .presentation-item.video-slide #parent-fieldname-text p {
  color: #000000;
}
/* line 10317, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #presentation .presentation-item.video-slide #parent-fieldname-text p.discreet {
  color: #e70518;
}
@media (max-width: 991px) {
  /* line 10320, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend #presentation .presentation-item.video-slide #parent-fieldname-text p.discreet {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  /* line 10326, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend #presentation .presentation-item.video-slide #parent-fieldname-text p {
    font-size: 2vw;
    line-height: 1.45em;
  }
  /* line 10330, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend #presentation .presentation-item.video-slide #parent-fieldname-text p.discreet {
    font-size: 1.6vw;
  }
}
@media (min-width: 992px) {
  /* line 10335, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend #presentation .presentation-item.video-slide #parent-fieldname-text p {
    font-size: 2vw;
    line-height: 1.45em;
  }
  /* line 10339, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend #presentation .presentation-item.video-slide #parent-fieldname-text p.discreet {
    font-size: 1.6vw;
  }
}
@media (min-width: 1200px) {
  /* line 10344, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend #presentation .presentation-item.video-slide #parent-fieldname-text p {
    font-size: 2vw;
    line-height: 1.45em;
  }
  /* line 10348, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend #presentation .presentation-item.video-slide #parent-fieldname-text p.discreet {
    font-size: 1.5vw;
  }
}
@media (min-width: 991px) {
  /* line 10358, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend #presentation .presentation-item.video-slide.right #parent-fieldname-text {
    margin-left: auto;
    margin-right: 0;
  }
}
/* line 10367, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #presentation .presentation-item.image-slide img {
  width: 100%;
  height: 100%;
  padding: 0px;
  object-fit: cover;
}
/* line 10374, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #presentation .presentation-item.image-slide > div.slide-text {
  max-width: 75%;
  margin: 0 auto;
  font-size: 3vw;
  line-height: 1.45em;
  padding-top: 150px;
  padding-bottom: 150px;
  padding-left: 40px;
  padding-right: 40px;
  z-index: 2;
  position: relative;
}
/* line 10386, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #presentation .presentation-item.image-slide > div.slide-text p {
  color: #ffffff;
}
@media (max-width: 991px) {
  /* line 10389, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend #presentation .presentation-item.image-slide > div.slide-text p {
    font-size: 4.5vw;
    line-height: 1.65em !important;
  }
}
@media (max-width: 767px) {
  /* line 10394, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend #presentation .presentation-item.image-slide > div.slide-text p {
    font-size: 7.5vw;
    line-height: 1.50em !important;
  }
}
@media (min-width: 992px) {
  /* line 10399, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend #presentation .presentation-item.image-slide > div.slide-text p {
    line-height: 1.40em !important;
    font-size: 3.3vw;
  }
}
/* line 10405, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #presentation .presentation-item.image-slide > div.slide-text p.discreet {
  font-size: 0.85em;
}
@media (max-width: 991px) {
  /* line 10408, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend #presentation .presentation-item.image-slide > div.slide-text p.discreet {
    font-size: 3.0vw;
    margin-bottom: 18px;
  }
}
@media (max-width: 767px) {
  /* line 10413, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend #presentation .presentation-item.image-slide > div.slide-text p.discreet {
    font-size: 5.5vw;
    margin-bottom: 18px;
  }
}
@media (min-width: 992px) {
  /* line 10418, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend #presentation .presentation-item.image-slide > div.slide-text p.discreet {
    font-size: 2.1vw;
    margin-bottom: 18px;
  }
}
/* line 10424, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #presentation .presentation-item.image-slide > div.slide-text h3 {
  font-size: 6vw;
  margin-bottom: 5vw;
  color: #ffffff;
}
@media (max-width: 991px) {
  /* line 10430, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend #presentation .presentation-item.image-slide > div.slide-text {
    width: 87%;
    max-width: 87%;
  }
}
@media (max-width: 767px) {
  /* line 10435, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend #presentation .presentation-item.image-slide > div.slide-text {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 25px;
    padding-right: 25px;
    width: 100%;
    max-width: 100%;
  }
}
/* line 10446, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #presentation .presentation-item.image-slide .sticky-img-stick {
  /*transform: translate(0, 0);
			transform: translate3d(0, 0, 0);
			will-change: position, transform;*/
  height: 100vh;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
/* line 10457, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #presentation .presentation-item.image-slide .sticky-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(46, 46, 46, 0) 0%, #242424 130%);
  background-repeat: repeat-x;
  opacity: 0;
  z-index: 1;
}
/* line 10470, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #presentation .presentation-item.reveal-image-slide {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
@media only screen and (min-width: 1048px) {
  /* line 10485, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend #presentation .presentation-item.reveal-image-slide {
    background-attachment: fixed;
  }
}
/* line 10489, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #presentation .presentation-item.reveal-image-slide #parent-fieldname-text {
  width: 100%;
}
/* line 10491, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #presentation .presentation-item.reveal-image-slide #parent-fieldname-text > p:first-child {
  margin: 0px;
  margin-bottom: 0px;
}
/* line 10498, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #presentation .presentation-item.reveal-image-slide #parent-fieldname-text img {
  padding: 0px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  float: none;
  margin: 0px;
}
/* line 10510, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #presentation .presentation-item.reveal-image-slide #parent-fieldname-text div {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  color: #ffffff;
  max-width: 850px;
}
@media (max-width: 767px) {
  /* line 10519, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend #presentation .presentation-item.reveal-image-slide #parent-fieldname-text div {
    padding-left: 15px;
    padding-right: 40px;
  }
}
/* line 10525, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #presentation .presentation-item.reveal-image-slide #parent-fieldname-text blockquote {
  margin-left: 0px;
  padding-top: 10px;
  position: absolute;
  top: 30%;
  margin: 0 auto;
  width: 100%;
  color: inherit;
  color: #ffffff;
  padding-left: 40px;
  padding-right: 40px;
}
/* line 10538, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #presentation .presentation-item.reveal-image-slide #parent-fieldname-text h4 {
  margin-top: 10px;
  margin-bottom: 30px;
}
/* line 10545, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #presentation h1,
body.frontend #presentation h2,
body.frontend #presentation h3,
body.frontend #presentation h4,
body.frontend #presentation h5,
body.frontend #presentation h6,
body.frontend #presentation p,
body.frontend #presentation span,
body.frontend #presentation blockquote,
body.frontend #presentation a {
  color: inherit;
}
/* line 10549, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #presentation p strong {
  color: inherit !important;
}
/* line 10553, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #presentation h2 {
  margin-top: 10px;
}
/* line 10558, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #presentation #parent-fieldname-text {
  max-width: 90%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  /* line 10564, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend #presentation #content-core.presentation #parent-fieldname-text {
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 992px) {
  /* line 10569, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend #presentation #content-core.presentation #parent-fieldname-text {
    max-width: 100%;
  }
}
/* line 10574, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #presentation #content-core.presentation {
  padding-top: 50px;
}
@media (max-width: 767px) {
  /* line 10579, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend #presentation .presentation-item.text-only {
    height: 100vh;
    min-height: auto;
    padding: 1em;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
/* PRESENTATION */
/* line 10592, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
html.ie body.frontend #presentation .presentation-item.text-only {
  position: relative;
  z-index: 1000;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  min-height: 110vh;
  margin: 0 0 3em;
  padding: 3em;
  text-align: center;
  color: #000000;
  background: #f9fafb;
  margin-bottom: 0px;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}
/* line 10624, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
html.ie body.frontend #presentation .presentation-item.text-only h3,
html.ie body.frontend #presentation .presentation-item.text-only h4 {
  font-family: 'HelveticaRegular', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (min-width: 991px) {
  /* line 10628, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  html.ie body.frontend #presentation .presentation-item.text-only h3,
  html.ie body.frontend #presentation .presentation-item.text-only h4 {
    font-size: 3vw;
    line-height: 4.7vw;
    margin-top: 20px;
  }
}
/* line 10634, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
html.ie body.frontend #presentation .presentation-item.text-only h3.discreet,
html.ie body.frontend #presentation .presentation-item.text-only h4.discreet {
  color: #e70518;
}
@media (min-width: 991px) {
  /* line 10637, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  html.ie body.frontend #presentation .presentation-item.text-only h3.discreet,
  html.ie body.frontend #presentation .presentation-item.text-only h4.discreet {
    font-size: 1.8vw;
    margin-top: 0px;
    line-height: 1.8vw;
  }
}
@media (max-width: 990px) {
  /* line 10644, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  html.ie body.frontend #presentation .presentation-item.text-only h3,
  html.ie body.frontend #presentation .presentation-item.text-only h4 {
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 990px) {
  /* line 10653, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  html.ie body.frontend #presentation .presentation-item.text-only h3 {
    font-size: 1.300em;
    line-height: 36px;
  }
}
@media (max-width: 990px) {
  /* line 10659, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  html.ie body.frontend #presentation .presentation-item.text-only h3.discreet {
    font-size: 1.100em;
    line-height: 30px;
  }
}
@media (max-width: 768px) {
  /* line 10669, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  html.ie body.frontend #presentation .presentation-item p {
    font-size: 1.000em;
    line-height: 30px;
  }
}
/* line 10676, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
html.ie body.frontend #presentation .presentation-item.side-text-slide {
  flex-direction: row !important;
  margin-bottom: 5.21vw;
  margin-top: 5.21vw;
  position: relative;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}
@media (max-width: 767px) {
  /* line 10694, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  html.ie body.frontend #presentation .presentation-item.side-text-slide {
    margin-top: 0px !important;
  }
}
/* line 10698, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
html.ie body.frontend #presentation .presentation-item.side-text-slide #parent-fieldname-text {
  max-width: 100%;
  width: 90%;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}
@media (max-width: 768px) {
  /* line 10705, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  html.ie body.frontend #presentation .presentation-item.side-text-slide #parent-fieldname-text {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* line 10710, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
html.ie body.frontend #presentation .presentation-item.side-text-slide #parent-fieldname-text > p:first-child {
  width: 50%;
  display: block;
  padding-right: 1.04vw;
  float: left;
  height: auto;
  margin-bottom: 0px;
  margin: 0px;
}
@media (max-width: 767px) {
  /* line 10719, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  html.ie body.frontend #presentation .presentation-item.side-text-slide #parent-fieldname-text > p:first-child {
    float: none;
    display: block;
    width: 100% !important;
    padding-right: 0px !important;
    margin-bottom: 4vw;
  }
}
/* line 10728, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
html.ie body.frontend #presentation .presentation-item.side-text-slide #parent-fieldname-text > div {
  width: 50%;
  height: 100%;
  float: left;
}
@media (max-width: 767px) {
  /* line 10733, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  html.ie body.frontend #presentation .presentation-item.side-text-slide #parent-fieldname-text > div {
    float: none;
    display: block;
    width: 100% !important;
    height: auto;
  }
}
/* line 10740, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
html.ie body.frontend #presentation .presentation-item.side-text-slide #parent-fieldname-text > div > div:first-child {
  position: relative;
  display: table;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 10%;
  padding-bottom: 10%;
}
@media (max-width: 767px) {
  /* line 10751, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  html.ie body.frontend #presentation .presentation-item.side-text-slide #parent-fieldname-text > div > div:first-child {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 4.67vw;
    padding-right: 4.67vw;
  }
}
/* line 10758, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
html.ie body.frontend #presentation .presentation-item.side-text-slide #parent-fieldname-text > div > div:first-child > div:first-child {
  display: table-cell;
  vertical-align: middle;
}
/* line 10762, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
html.ie body.frontend #presentation .presentation-item.side-text-slide #parent-fieldname-text > div > div:first-child > div:first-child p {
  color: #000000;
}
/* line 10765, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
html.ie body.frontend #presentation .presentation-item.side-text-slide #parent-fieldname-text > div > div:first-child > div:first-child p.discreet {
  color: #e70518;
}
@media (max-width: 991px) {
  /* line 10768, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  html.ie body.frontend #presentation .presentation-item.side-text-slide #parent-fieldname-text > div > div:first-child > div:first-child p.discreet {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  /* line 10774, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  html.ie body.frontend #presentation .presentation-item.side-text-slide #parent-fieldname-text > div > div:first-child > div:first-child p {
    font-size: 20px;
    line-height: 1.45em;
  }
  /* line 10778, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  html.ie body.frontend #presentation .presentation-item.side-text-slide #parent-fieldname-text > div > div:first-child > div:first-child p.discreet {
    font-size: 1.6vw;
  }
}
@media (min-width: 992px) {
  /* line 10783, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  html.ie body.frontend #presentation .presentation-item.side-text-slide #parent-fieldname-text > div > div:first-child > div:first-child p {
    font-size: 30px;
    line-height: 1.45em;
  }
  /* line 10787, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  html.ie body.frontend #presentation .presentation-item.side-text-slide #parent-fieldname-text > div > div:first-child > div:first-child p.discreet {
    font-size: 1.6vw;
  }
}
@media (min-width: 1200px) {
  /* line 10792, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  html.ie body.frontend #presentation .presentation-item.side-text-slide #parent-fieldname-text > div > div:first-child > div:first-child p {
    font-size: 30px;
    line-height: 1.45em;
  }
  /* line 10796, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  html.ie body.frontend #presentation .presentation-item.side-text-slide #parent-fieldname-text > div > div:first-child > div:first-child p.discreet {
    font-size: 1.5vw;
  }
}
/* line 10807, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
html.ie body.frontend #presentation .presentation-item.side-text-slide img,
html.ie body.frontend #presentation .presentation-item.side-text-slide img.image-left,
html.ie body.frontend #presentation .presentation-item.side-text-slide img.image-right {
  float: none;
  width: 100%;
  height: auto;
  margin: 0px;
}
/* line 10818, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
html.ie body.frontend #presentation .presentation-item.side-text-slide.right #parent-fieldname-text > p:first-child {
  float: right;
}
@media (max-width: 767px) {
  /* line 10820, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  html.ie body.frontend #presentation .presentation-item.side-text-slide.right #parent-fieldname-text > p:first-child {
    float: none;
    display: block;
    width: 100% !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
/* line 10829, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
html.ie body.frontend #presentation .presentation-item.side-text-slide.right #parent-fieldname-text > div {
  float: right;
}
@media (max-width: 767px) {
  /* line 10831, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  html.ie body.frontend #presentation .presentation-item.side-text-slide.right #parent-fieldname-text > div {
    float: none;
    display: block;
    width: 100% !important;
  }
}
@media (min-width: 991px) {
  /* line 10843, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  html.ie body.frontend #presentation .presentation-item.video-slide {
    padding-left: 5vw;
    padding-right: 5vw;
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
}
/* line 10849, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
html.ie body.frontend #presentation .presentation-item.video-slide .video-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
/* line 10854, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
html.ie body.frontend #presentation .presentation-item.video-slide .video-wrapper:before {
  display: block;
  width: 100%;
  padding-top: 56.26%;
  content: "";
}
/* line 10862, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
html.ie body.frontend #presentation .presentation-item.video-slide #parent-fieldname-text {
  width: 100%;
}
@media (min-width: 991px) {
  /* line 10865, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  html.ie body.frontend #presentation .presentation-item.video-slide #parent-fieldname-text {
    width: 50%;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  /* line 10870, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  html.ie body.frontend #presentation .presentation-item.video-slide #parent-fieldname-text {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* line 10875, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
html.ie body.frontend #presentation .presentation-item.video-slide #parent-fieldname-text p {
  color: #000000;
}
/* line 10877, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
html.ie body.frontend #presentation .presentation-item.video-slide #parent-fieldname-text p.discreet {
  color: #e70518;
}
@media (max-width: 991px) {
  /* line 10880, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  html.ie body.frontend #presentation .presentation-item.video-slide #parent-fieldname-text p.discreet {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  /* line 10886, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  html.ie body.frontend #presentation .presentation-item.video-slide #parent-fieldname-text p {
    font-size: 2vw;
    line-height: 1.45em;
  }
  /* line 10890, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  html.ie body.frontend #presentation .presentation-item.video-slide #parent-fieldname-text p.discreet {
    font-size: 1.6vw;
  }
}
@media (min-width: 992px) {
  /* line 10895, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  html.ie body.frontend #presentation .presentation-item.video-slide #parent-fieldname-text p {
    font-size: 2vw;
    line-height: 1.45em;
  }
  /* line 10899, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  html.ie body.frontend #presentation .presentation-item.video-slide #parent-fieldname-text p.discreet {
    font-size: 1.6vw;
  }
}
@media (min-width: 1200px) {
  /* line 10904, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  html.ie body.frontend #presentation .presentation-item.video-slide #parent-fieldname-text p {
    font-size: 2vw;
    line-height: 1.45em;
  }
  /* line 10908, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  html.ie body.frontend #presentation .presentation-item.video-slide #parent-fieldname-text p.discreet {
    font-size: 1.5vw;
  }
}
@media (min-width: 991px) {
  /* line 10918, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  html.ie body.frontend #presentation .presentation-item.video-slide.right #parent-fieldname-text {
    margin-left: auto;
    margin-right: 0;
  }
}
/* line 10927, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
html.ie body.frontend #presentation .presentation-item.image-slide img {
  width: 100%;
  height: 100%;
  padding: 0px;
  object-fit: cover;
}
/* line 10934, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
html.ie body.frontend #presentation .presentation-item.image-slide > div.slide-text {
  max-width: 75%;
  margin: 0 auto;
  font-size: 3vw;
  line-height: 1.45em;
  padding-top: 150px;
  padding-bottom: 150px;
  padding-left: 40px;
  padding-right: 40px;
  z-index: 2;
  position: relative;
}
/* line 10946, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
html.ie body.frontend #presentation .presentation-item.image-slide > div.slide-text p {
  color: #000000;
}
@media (max-width: 991px) {
  /* line 10949, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  html.ie body.frontend #presentation .presentation-item.image-slide > div.slide-text p {
    font-size: 4.5vw;
    line-height: 1.65em !important;
  }
}
@media (max-width: 767px) {
  /* line 10954, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  html.ie body.frontend #presentation .presentation-item.image-slide > div.slide-text p {
    font-size: 7.5vw;
    line-height: 1.50em !important;
  }
}
@media (min-width: 992px) {
  /* line 10959, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  html.ie body.frontend #presentation .presentation-item.image-slide > div.slide-text p {
    line-height: 1.40em !important;
    font-size: 3.3vw;
  }
}
/* line 10965, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
html.ie body.frontend #presentation .presentation-item.image-slide > div.slide-text p.discreet {
  font-size: 0.85em;
}
@media (max-width: 991px) {
  /* line 10968, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  html.ie body.frontend #presentation .presentation-item.image-slide > div.slide-text p.discreet {
    font-size: 3.0vw;
    margin-bottom: 18px;
  }
}
@media (max-width: 767px) {
  /* line 10973, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  html.ie body.frontend #presentation .presentation-item.image-slide > div.slide-text p.discreet {
    font-size: 5.5vw;
    margin-bottom: 18px;
  }
}
@media (min-width: 992px) {
  /* line 10978, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  html.ie body.frontend #presentation .presentation-item.image-slide > div.slide-text p.discreet {
    font-size: 2.1vw;
    margin-bottom: 18px;
  }
}
/* line 10984, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
html.ie body.frontend #presentation .presentation-item.image-slide > div.slide-text h3 {
  font-size: 6vw;
  margin-bottom: 5vw;
  color: #ffffff;
}
@media (max-width: 991px) {
  /* line 10990, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  html.ie body.frontend #presentation .presentation-item.image-slide > div.slide-text {
    width: 87%;
    max-width: 87%;
  }
}
@media (max-width: 767px) {
  /* line 10995, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  html.ie body.frontend #presentation .presentation-item.image-slide > div.slide-text {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 25px;
    padding-right: 25px;
    width: 100%;
    max-width: 100%;
  }
}
/* line 11006, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
html.ie body.frontend #presentation .presentation-item.image-slide .sticky-img-stick {
  /*transform: translate(0, 0);
			transform: translate3d(0, 0, 0);
			will-change: position, transform;*/
  height: 100vh;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
/* line 11017, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
html.ie body.frontend #presentation .presentation-item.image-slide .sticky-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(46, 46, 46, 0) 0%, #242424 130%);
  background-repeat: repeat-x;
  opacity: 0;
  z-index: 1;
}
/* line 11030, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
html.ie body.frontend #presentation .presentation-item.reveal-image-slide {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
@media only screen and (min-width: 1048px) {
  /* line 11045, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  html.ie body.frontend #presentation .presentation-item.reveal-image-slide {
    background-attachment: fixed;
  }
}
/* line 11049, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
html.ie body.frontend #presentation .presentation-item.reveal-image-slide #parent-fieldname-text {
  width: 100%;
}
/* line 11051, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
html.ie body.frontend #presentation .presentation-item.reveal-image-slide #parent-fieldname-text > p:first-child {
  margin: 0px;
  margin-bottom: 0px;
}
/* line 11058, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
html.ie body.frontend #presentation .presentation-item.reveal-image-slide #parent-fieldname-text img {
  padding: 0px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  float: none;
  margin: 0px;
}
/* line 11070, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
html.ie body.frontend #presentation .presentation-item.reveal-image-slide #parent-fieldname-text div {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  color: #ffffff;
  max-width: 850px;
}
@media (max-width: 767px) {
  /* line 11079, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  html.ie body.frontend #presentation .presentation-item.reveal-image-slide #parent-fieldname-text div {
    padding-left: 15px;
    padding-right: 40px;
  }
}
/* line 11085, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
html.ie body.frontend #presentation .presentation-item.reveal-image-slide #parent-fieldname-text blockquote {
  margin-left: 0px;
  padding-top: 10px;
  position: absolute;
  top: 30%;
  margin: 0 auto;
  width: 100%;
  color: inherit;
  color: #ffffff;
  padding-left: 40px;
  padding-right: 40px;
}
/* line 11098, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
html.ie body.frontend #presentation .presentation-item.reveal-image-slide #parent-fieldname-text h4 {
  margin-top: 10px;
  margin-bottom: 30px;
}
/* line 11105, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
html.ie body.frontend #presentation h1,
html.ie body.frontend #presentation h2,
html.ie body.frontend #presentation h3,
html.ie body.frontend #presentation h4,
html.ie body.frontend #presentation h5,
html.ie body.frontend #presentation h6,
html.ie body.frontend #presentation p,
html.ie body.frontend #presentation span,
html.ie body.frontend #presentation blockquote,
html.ie body.frontend #presentation a {
  color: inherit;
}
/* line 11109, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
html.ie body.frontend #presentation p strong {
  color: inherit !important;
}
/* line 11113, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
html.ie body.frontend #presentation h2 {
  margin-top: 10px;
}
/* line 11118, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
html.ie body.frontend #presentation #parent-fieldname-text {
  max-width: 90%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  /* line 11124, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  html.ie body.frontend #presentation #content-core.presentation #parent-fieldname-text {
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 992px) {
  /* line 11129, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  html.ie body.frontend #presentation #content-core.presentation #parent-fieldname-text {
    max-width: 100%;
  }
}
/* line 11134, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
html.ie body.frontend #presentation #content-core.presentation {
  padding-top: 50px;
}
@media (max-width: 767px) {
  /* line 11139, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  html.ie body.frontend #presentation .presentation-item.text-only {
    height: 100vh;
    min-height: auto;
    padding: 1em;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (min-width: 1024px) {
  /* line 11155, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body:not(.mobile) #presentation .presentation-item.image-slide .sticky-img-stick {
    background-attachment: fixed;
  }
}
/* line 11167, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
html:not(.safari):not(.firefox) #presentation .presentation-item.image-slide .sticky-img-stick {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: translateZ(0);
}
/* line 11181, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
html.chrome.sticky-support body:not(.mobile) .presentation-item.image-slide,
html.firefox.sticky-support body:not(.mobile) .presentation-item.image-slide,
html.safari.sticky-support body:not(.mobile) .presentation-item.image-slide {
  position: relative;
}
/* line 11184, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
html.chrome.sticky-support body:not(.mobile) .presentation-item.image-slide .sticky-img-stick,
html.firefox.sticky-support body:not(.mobile) .presentation-item.image-slide .sticky-img-stick,
html.safari.sticky-support body:not(.mobile) .presentation-item.image-slide .sticky-img-stick {
  position: sticky;
  position: -webkit-sticky;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  top: 0;
  left: 0;
  width: 100%;
}
/* line 11197, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body:not(.navigation-is-open) #website-wrapper.presentation {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
/* line 11205, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
#website-wrapper.presentation {
  overflow-y: unset !important;
}
/* line 11209, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.navigation-is-open #website-wrapper.presentation {
  overflow-y: auto !important;
}
/* line 11215, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
#website-wrapper.presentation #slickcarousel .video-slide .title-carousel-wrapper {
  display: none !important;
}
@media (min-width: 768px) {
  /* line 11228, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend #slideshow-btn-wrapper {
    display: none !important;
  }
  /* line 11232, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend #slickcarousel .slideshow-btn-wrapper {
    display: block !important;
  }
}
@media (max-width: 767px) {
  /* line 11238, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend #slideshow-btn-wrapper {
    display: block !important;
  }
  /* line 11242, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend #slickcarousel .slideshow-btn-wrapper {
    display: none !important;
  }
}
/* line 11247, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #slideshow-btn-wrapper .slideshow-btn-wrapper {
  position: static;
  padding-top: 25px;
  padding-bottom: 25px;
}
/* line 11254, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
#slickcarousel div.video-slide .title-carousel-wrapper {
  display: none !important;
}
/* line 11258, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.ie-object-fit img {
  display: none !important;
}
/* line 11262, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
#presentation:focus {
  outline: none !important;
}
/* line 11268, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
#presentation .video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  background: url("/intk/images/play.svg") no-repeat;
  background-size: 100% 100%;
  z-index: 10;
  margin-left: 0px;
  margin-top: 0px;
  opacity: 0.50;
  transition: opacity 0.2s ease-in;
  cursor: pointer;
  pointer-events: all !important;
  transform: translate(-50%, -50%);
}
/* line 11285, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
#presentation .video-play-btn:hover,
#presentation .video-play-btn:focus {
  opacity: 0.75 !important;
  transition: opacity 0.2s ease-in;
}
/* line 11291, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
#presentation .video-play-btn:active {
  opacity: 1 !important;
  transition: opacity 0.2s ease-in;
}
/* line 11296, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
#presentation .video-play-btn:active:focus {
  opacity: 1 !important;
  transition: opacity 0.2s ease-in;
}
/* line 11301, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
#presentation .video-play-btn.clicked {
  opacity: 1 !important;
  transition: opacity 0.2s ease-in;
}
@media (max-width: 991px) {
  /* line 11306, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  #presentation .video-play-btn {
    margin-top: 0px;
    /*pointer-events: none !important;*/
    width: 50px;
    height: 50px;
  }
}
/* line 11318, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.presentation-item.video-slide .carousel-image-wrapper {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;
}
/* line 11331, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.presentation-item.video-slide img.overlay-image {
  z-index: 3;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}
/* line 11339, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.presentation-item.video-slide iframe {
  border: 0px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 991px) {
  /* line 11350, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  .presentation-item.video-slide .video-play-btn {
    margin-top: 0px;
    pointer-events: none !important;
    width: 50px;
    height: 50px;
  }
}
/* line 11359, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.video-slide .plone-loader {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transition: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 11371, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.mobile .video-slide .plone-loader {
  display: none;
}
/* line 11377, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #below-content .portlet-rrssb,
body.frontend #website-wrapper.presentation #content-core.presentation .portlet-rrssb {
  padding-top: 0px;
  padding-bottom: 50px;
}
/* line 11381, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #below-content .portlet-rrssb .sharing-buttons-wrapper,
body.frontend #website-wrapper.presentation #content-core.presentation .portlet-rrssb .sharing-buttons-wrapper {
  position: relative;
  top: 0;
  width: 180px;
  margin: 0 auto;
}
/* line 11388, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #below-content .portlet-rrssb .sharing-buttons-wrapper .rrssb-buttons li,
body.frontend #website-wrapper.presentation #content-core.presentation .portlet-rrssb .sharing-buttons-wrapper .rrssb-buttons li {
  width: 50px !important;
  height: 50px !important;
  display: inline-block !important;
}
/* line 11393, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #below-content .portlet-rrssb .sharing-buttons-wrapper .rrssb-buttons li a,
body.frontend #website-wrapper.presentation #content-core.presentation .portlet-rrssb .sharing-buttons-wrapper .rrssb-buttons li a {
  padding: 11px 14px !important;
  border-radius: 50%;
}
/* line 11397, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #below-content .portlet-rrssb .sharing-buttons-wrapper .rrssb-buttons li a .rrssb-icon svg,
body.frontend #website-wrapper.presentation #content-core.presentation .portlet-rrssb .sharing-buttons-wrapper .rrssb-buttons li a .rrssb-icon svg {
  height: 27px;
  width: 100%;
}
/* line 11402, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #below-content .portlet-rrssb .sharing-buttons-wrapper .rrssb-buttons li a:hover,
body.frontend #website-wrapper.presentation #content-core.presentation .portlet-rrssb .sharing-buttons-wrapper .rrssb-buttons li a:hover,
body.frontend #below-content .portlet-rrssb .sharing-buttons-wrapper .rrssb-buttons li a:active,
body.frontend #website-wrapper.presentation #content-core.presentation .portlet-rrssb .sharing-buttons-wrapper .rrssb-buttons li a:active,
body.frontend #below-content .portlet-rrssb .sharing-buttons-wrapper .rrssb-buttons li a:focus,
body.frontend #website-wrapper.presentation #content-core.presentation .portlet-rrssb .sharing-buttons-wrapper .rrssb-buttons li a:focus,
body.frontend #below-content .portlet-rrssb .sharing-buttons-wrapper .rrssb-buttons li a:focus:active,
body.frontend #website-wrapper.presentation #content-core.presentation .portlet-rrssb .sharing-buttons-wrapper .rrssb-buttons li a:focus:active {
  border-radius: 50%;
  background-color: #000000 !important;
}
/* line 11412, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #below-content .portlet-rrssb .sharing-buttons-wrapper .rrssb-buttons li.rrssb-facebook a:hover .rrssb-icon svg path,
body.frontend #website-wrapper.presentation #content-core.presentation .portlet-rrssb .sharing-buttons-wrapper .rrssb-buttons li.rrssb-facebook a:hover .rrssb-icon svg path {
  fill: #ffffff !important;
}
/* line 11416, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #below-content .portlet-rrssb .sharing-buttons-wrapper .rrssb-buttons li.rrssb-twitter a:hover .rrssb-icon svg path,
body.frontend #website-wrapper.presentation #content-core.presentation .portlet-rrssb .sharing-buttons-wrapper .rrssb-buttons li.rrssb-twitter a:hover .rrssb-icon svg path {
  fill: #ffffff !important;
}
/* line 11420, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #below-content .portlet-rrssb .sharing-buttons-wrapper .rrssb-buttons li.rrssb-email a:hover .rrssb-icon svg path,
body.frontend #website-wrapper.presentation #content-core.presentation .portlet-rrssb .sharing-buttons-wrapper .rrssb-buttons li.rrssb-email a:hover .rrssb-icon svg path {
  fill: #ffffff !important;
}
/* line 11424, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #below-content .portlet-rrssb .sharing-buttons-wrapper .rrssb-buttons li.rrssb-googleplus a:hover .rrssb-icon svg path,
body.frontend #website-wrapper.presentation #content-core.presentation .portlet-rrssb .sharing-buttons-wrapper .rrssb-buttons li.rrssb-googleplus a:hover .rrssb-icon svg path {
  fill: #ffffff !important;
}
/* line 11428, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #below-content .portlet-rrssb .sharing-buttons-wrapper .rrssb-buttons li.rrssb-whatsapp a:hover .rrssb-icon svg path,
body.frontend #website-wrapper.presentation #content-core.presentation .portlet-rrssb .sharing-buttons-wrapper .rrssb-buttons li.rrssb-whatsapp a:hover .rrssb-icon svg path {
  fill: #ffffff !important;
}
/* line 11434, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #below-content .cta-wrapper,
body.frontend #website-wrapper.presentation #content-core.presentation .cta-wrapper {
  margin: 0 auto;
  width: auto;
  position: relative;
  max-width: 80%;
  text-align: center;
}
/* line 11441, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #below-content .cta-wrapper h3,
body.frontend #website-wrapper.presentation #content-core.presentation .cta-wrapper h3 {
  padding-bottom: 0px;
}
@media (max-width: 991px) {
  /* line 11445, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend #below-content .cta-wrapper,
  body.frontend #website-wrapper.presentation #content-core.presentation .cta-wrapper {
    padding-bottom: 40px;
  }
  /* line 11448, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend #below-content .cta-wrapper h3,
  body.frontend #website-wrapper.presentation #content-core.presentation .cta-wrapper h3 {
    font-size: 1.800em !important;
    padding-bottom: 20px;
  }
}
/* line 11454, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #below-content .cta-wrapper p.share-story,
body.frontend #website-wrapper.presentation #content-core.presentation .cta-wrapper p.share-story {
  margin-bottom: 0px;
  text-transform: uppercase;
  font-family: 'HelveticaMedium', Helvetica, Arial, sans-serif;
  color: #000000;
  font-size: 1.10em;
  letter-spacing: 0.03em;
}
/* line 11465, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
#column2-container > .row {
  margin-left: 0px;
  margin-right: 0px;
}
/* line 11470, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #below-content .portlet-rrssb .sharing-buttons-wrapper .rrssb-buttons li.rrssb-whatsapp a,
body.frontend #website-wrapper.presentation #content-core.presentation .portlet-rrssb .sharing-buttons-wrapper .rrssb-buttons li.rrssb-whatsapp a {
  padding: 9px 12px !important;
}
/* line 11477, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.mobile #below-content .portlet-rrssb .sharing-buttons-wrapper .rrssb-buttons li.rrssb-email,
body.frontend.mobile #website-wrapper.presentation #content-core.presentation .portlet-rrssb .sharing-buttons-wrapper .rrssb-buttons li.rrssb-email {
  display: none !important;
}
/* line 11481, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.mobile #below-content .portlet-rrssb .sharing-buttons-wrapper .rrssb-buttons li.rrssb-whatsapp,
body.frontend.mobile #website-wrapper.presentation #content-core.presentation .portlet-rrssb .sharing-buttons-wrapper .rrssb-buttons li.rrssb-whatsapp {
  display: inline-block !important;
}
/* line 11488, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend:not(.mobile) #below-content .portlet-rrssb .sharing-buttons-wrapper .rrssb-buttons li.rrssb-email,
body.frontend:not(.mobile) #website-wrapper.presentation #content-core.presentation .portlet-rrssb .sharing-buttons-wrapper .rrssb-buttons li.rrssb-email {
  display: inline-block !important;
}
/* line 11492, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend:not(.mobile) #below-content .portlet-rrssb .sharing-buttons-wrapper .rrssb-buttons li.rrssb-whatsapp,
body.frontend:not(.mobile) #website-wrapper.presentation #content-core.presentation .portlet-rrssb .sharing-buttons-wrapper .rrssb-buttons li.rrssb-whatsapp {
  display: none !important;
}
/* line 11499, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-advancedsearch .title-container,
body.frontend.template-search .title-container {
  padding-bottom: 0px;
}
@media (min-width: 768px) {
  /* line 11508, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.template-advancedsearch #content-core {
    width: 85%;
    margin: 0 auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  /* line 11515, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.template-advancedsearch #website-wrapper:not(.empty-slideshow) .main-container .title-container {
    width: 80%;
    margin: 0 auto;
    margin-right: auto;
    padding-bottom: 20px;
  }
  /* line 11521, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.template-advancedsearch #website-wrapper:not(.empty-slideshow) .main-container .title-container h1.brand-name {
    display: block !important;
    text-align: center;
  }
  /* line 11527, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.template-advancedsearch #content-core {
    width: 80%;
    margin: 0 auto;
    margin-right: auto;
  }
}
/* line 11536, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body:not(.portaltype-object) #object-header {
  display: none !important;
}
/* line 11543, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-object #content-core a.btn.object-details-btn {
  font-family: 'HelveticaBold', Helvetica, Arial, sans-serif;
  margin: 0 auto;
  display: block;
  padding: 17px;
  border: 1px solid #b02318;
  border-radius: 2px;
  text-transform: none;
  height: auto;
  color: #ffffff;
  letter-spacing: 0.0em;
  width: auto;
  font-size: 18px;
  background-color: #b02318;
  letter-spacing: 0.01em;
  text-shadow: 0px 0px 0px #ffffff;
  font-weight: 400;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  line-height: 24px;
  width: 200px;
  float: right;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 20px;
  padding-bottom: 16px;
  line-height: 15px;
  color: #666666;
  border: 1px solid #e6e6e6;
}
/* line 923, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-object #content-core a.btn.object-details-btn:active:focus,
body.frontend.portaltype-object #content-core a.btn.object-details-btn:focus,
body.frontend.portaltype-object #content-core a.btn.object-details-btn:active {
  background: #8e1d15;
  color: #ffffff;
  outline: none;
}
/* line 931, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-object #content-core a.btn.object-details-btn:hover {
  background: #8e1d15;
  color: #ffffff;
  box-shadow: none;
  border: 1px solid #8e1d15;
}
/* line 11553, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-object #content-core a.btn.object-details-btn:hover,
body.frontend.portaltype-object #content-core a.btn.object-details-btn:active,
body.frontend.portaltype-object #content-core a.btn.object-details-btn:focus,
body.frontend.portaltype-object #content-core a.btn.object-details-btn:focus:active {
  color: #ffffff;
  background: #000000;
  border: 1px solid #000000;
}
@media (max-width: 991px) {
  /* line 11570, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-object #content-core a.btn.object-details-btn {
    width: 170px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* line 11580, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #top-left-header {
  display: none;
}
/* line 11585, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
#column-collective-portletpage-toprow-portlet-top-left-header {
  display: none !important;
}
/* line 11589, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
#top-left-header .logo-nav-wrapper {
  display: none;
}
/* line 11593, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
#top-left-header {
  display: none;
}
/* Front page */
/* line 11601, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body:not(.frontend).portaltype-portlet-page.section-frontpage .logo-nav-wrapper,
body:not(.frontend).portaltype-portlet-page.section-home-page .logo-nav-wrapper {
  position: relative !important;
}
/* line 11608, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.section-frontpage .title-carousel-wrapper,
body.frontend.portaltype-portlet-page.section-home-page .title-carousel-wrapper {
  display: none !important;
}
/* line 11612, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.section-frontpage #top-left-header-below,
body.frontend.portaltype-portlet-page.section-home-page #top-left-header-below {
  padding: 30px;
  background-color: #faf8ef;
  padding-left: 45px;
  padding-bottom: 15px;
}
@media (max-width: 991px) {
  /* line 11618, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage #top-left-header-below,
  body.frontend.portaltype-portlet-page.section-home-page #top-left-header-below {
    padding-bottom: 30px;
  }
}
@media (max-width: 768px) {
  /* line 11627, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage #top-left-header-below,
  body.frontend.portaltype-portlet-page.section-home-page #top-left-header-below {
    padding-top: 73px;
    padding-bottom: 30px;
  }
  /* line 11631, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage #top-left-header-below ul.arrow-lists,
  body.frontend.portaltype-portlet-page.section-home-page #top-left-header-below ul.arrow-lists {
    z-index: 4;
  }
  /* line 11634, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage #top-left-header-below ul.arrow-lists li,
  body.frontend.portaltype-portlet-page.section-home-page #top-left-header-below ul.arrow-lists li {
    z-index: 4;
  }
}
/* line 11640, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.section-frontpage #top-left-header-below p,
body.frontend.portaltype-portlet-page.section-home-page #top-left-header-below p {
  display: none;
}
/* line 11644, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.section-frontpage #top-left-header-below a,
body.frontend.portaltype-portlet-page.section-home-page #top-left-header-below a {
  color: #000000;
  font-size: 20px;
  border-bottom: 1px solid #000000;
  cursor: pointer;
}
/* line 11650, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.section-frontpage #top-left-header-below a:hover,
body.frontend.portaltype-portlet-page.section-home-page #top-left-header-below a:hover,
body.frontend.portaltype-portlet-page.section-frontpage #top-left-header-below a:active,
body.frontend.portaltype-portlet-page.section-home-page #top-left-header-below a:active,
body.frontend.portaltype-portlet-page.section-frontpage #top-left-header-below a:focus,
body.frontend.portaltype-portlet-page.section-home-page #top-left-header-below a:focus,
body.frontend.portaltype-portlet-page.section-frontpage #top-left-header-below a:active:focus,
body.frontend.portaltype-portlet-page.section-home-page #top-left-header-below a:active:focus {
  color: #000000;
  border-bottom: 0px solid #000000;
  outline: none;
}
/* line 11660, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.section-frontpage #top-left-header-below p,
body.frontend.portaltype-portlet-page.section-home-page #top-left-header-below p {
  line-height: 30px;
  margin-bottom: 25px;
}
/* line 11665, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.section-frontpage #top-left-header-below ul.arrow-lists li,
body.frontend.portaltype-portlet-page.section-home-page #top-left-header-below ul.arrow-lists li {
  margin-bottom: 15px;
}
@media (min-width: 767px) and (max-width: 991px) {
  /* line 11668, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage #top-left-header-below ul.arrow-lists li,
  body.frontend.portaltype-portlet-page.section-home-page #top-left-header-below ul.arrow-lists li {
    display: inline-block;
    margin-right: 20px;
  }
}
/* line 11674, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.section-frontpage #top-left-header-below ul.arrow-lists,
body.frontend.portaltype-portlet-page.section-home-page #top-left-header-below ul.arrow-lists {
  margin-left: -40px;
}
/* line 11679, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.section-frontpage ul.arrow-lists,
body.frontend.portaltype-portlet-page.section-home-page ul.arrow-lists {
  margin-left: -35px;
  margin-bottom: 0px;
}
/* line 11683, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.section-frontpage ul.arrow-lists li,
body.frontend.portaltype-portlet-page.section-home-page ul.arrow-lists li {
  list-style-type: none;
  position: relative;
  padding-left: 15px;
}
/* line 11690, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.section-frontpage ul.arrow-lists li:before,
body.frontend.portaltype-portlet-page.section-home-page ul.arrow-lists li:before {
  content: "\f105";
  font-size: 16px;
  position: absolute;
  top: 1px;
  color: #000000;
  left: 0px;
  font-family: 'FontAwesome';
}
/* line 11701, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.section-frontpage .slide-info-wrapper,
body.frontend.portaltype-portlet-page.section-home-page .slide-info-wrapper {
  position: absolute;
  width: 100%;
  display: block;
  bottom: 0px;
  padding: 30px 45px;
}
/* line 11708, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.section-frontpage .slide-info-wrapper h1,
body.frontend.portaltype-portlet-page.section-home-page .slide-info-wrapper h1,
body.frontend.portaltype-portlet-page.section-frontpage .slide-info-wrapper a,
body.frontend.portaltype-portlet-page.section-home-page .slide-info-wrapper a {
  pointer-events: initial !important;
  z-index: 4 !important;
}
/* line 11713, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.section-frontpage .slide-info-wrapper h1,
body.frontend.portaltype-portlet-page.section-home-page .slide-info-wrapper h1 {
  color: #ffffff;
  font-size: 45px;
  text-align: left;
  line-height: 1.0;
  margin-bottom: 5px;
}
/* line 11721, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.section-frontpage .slide-info-wrapper a,
body.frontend.portaltype-portlet-page.section-home-page .slide-info-wrapper a {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  cursor: pointer;
}
@media (min-width: 992px) and (max-width: 1299px) {
  /* line 11726, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage .slide-info-wrapper a,
  body.frontend.portaltype-portlet-page.section-home-page .slide-info-wrapper a {
    font-size: 1.5vw;
  }
}
@media (min-width: 1300px) {
  /* line 11730, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage .slide-info-wrapper a,
  body.frontend.portaltype-portlet-page.section-home-page .slide-info-wrapper a {
    font-size: 20px;
  }
}
/* line 11734, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.section-frontpage .slide-info-wrapper a:hover,
body.frontend.portaltype-portlet-page.section-home-page .slide-info-wrapper a:hover,
body.frontend.portaltype-portlet-page.section-frontpage .slide-info-wrapper a:active,
body.frontend.portaltype-portlet-page.section-home-page .slide-info-wrapper a:active,
body.frontend.portaltype-portlet-page.section-frontpage .slide-info-wrapper a:focus,
body.frontend.portaltype-portlet-page.section-home-page .slide-info-wrapper a:focus,
body.frontend.portaltype-portlet-page.section-frontpage .slide-info-wrapper a:active:focus,
body.frontend.portaltype-portlet-page.section-home-page .slide-info-wrapper a:active:focus {
  color: #ffffff;
  border-bottom: 0px solid #ffffff;
  outline: none;
}
/* line 11745, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.section-frontpage .slide-info-wrapper ul.arrow-lists li:before,
body.frontend.portaltype-portlet-page.section-home-page .slide-info-wrapper ul.arrow-lists li:before {
  display: none;
  color: #ffffff;
}
/* line 11750, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.section-frontpage .slide-info-wrapper ul.arrow-lists li,
body.frontend.portaltype-portlet-page.section-home-page .slide-info-wrapper ul.arrow-lists li {
  text-align: center;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
/* line 11758, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.section-frontpage .slide-info-wrapper ul.arrow-lists li span.text-button,
body.frontend.portaltype-portlet-page.section-home-page .slide-info-wrapper ul.arrow-lists li span.text-button {
  width: auto !important;
  text-transform: uppercase !important;
  background: transparent !important;
  color: #ffffff !important;
  border-color: #ffffff !important;
}
/* line 11766, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.section-frontpage .slide-info-wrapper ul.arrow-lists li span.text-button:hover,
body.frontend.portaltype-portlet-page.section-home-page .slide-info-wrapper ul.arrow-lists li span.text-button:hover,
body.frontend.portaltype-portlet-page.section-frontpage .slide-info-wrapper ul.arrow-lists li span.text-button:focus,
body.frontend.portaltype-portlet-page.section-home-page .slide-info-wrapper ul.arrow-lists li span.text-button:focus,
body.frontend.portaltype-portlet-page.section-frontpage .slide-info-wrapper ul.arrow-lists li span.text-button:active,
body.frontend.portaltype-portlet-page.section-home-page .slide-info-wrapper ul.arrow-lists li span.text-button:active,
body.frontend.portaltype-portlet-page.section-frontpage .slide-info-wrapper ul.arrow-lists li span.text-button:active:focus,
body.frontend.portaltype-portlet-page.section-home-page .slide-info-wrapper ul.arrow-lists li span.text-button:active:focus {
  color: #ffffff !important;
  background-color: #282931 !important;
  border-color: #282931 !important;
}
/* line 11775, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.section-frontpage .slide-info-wrapper ul.arrow-lists li span.text-button a,
body.frontend.portaltype-portlet-page.section-home-page .slide-info-wrapper ul.arrow-lists li span.text-button a {
  color: #ffffff !important;
}
@media (min-width: 480px) {
  /* line 11783, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage .slide-info-wrapper,
  body.frontend.portaltype-portlet-page.section-home-page .slide-info-wrapper {
    padding: 30px 45px;
  }
  /* line 11787, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage .slide-info-wrapper h1,
  body.frontend.portaltype-portlet-page.section-home-page .slide-info-wrapper h1 {
    font-size: 55px;
    text-align: left;
    line-height: 1.0;
  }
}
@media (min-width: 767px) {
  /* line 11801, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage .slide-info-wrapper h1,
  body.frontend.portaltype-portlet-page.section-home-page .slide-info-wrapper h1 {
    font-size: 55px;
    text-align: left;
    line-height: 1.0;
  }
}
@media (min-width: 992px) {
  /* line 11816, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage #top-left-header-below,
  body.frontend.portaltype-portlet-page.section-home-page #top-left-header-below {
    display: none !important;
  }
  /* line 11820, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage #top-left-header,
  body.frontend.portaltype-portlet-page.section-home-page #top-left-header {
    display: block;
  }
  /* line 11824, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage #top-left-header .logo-nav-wrapper,
  body.frontend.portaltype-portlet-page.section-home-page #top-left-header .logo-nav-wrapper {
    display: block;
  }
  /* line 11828, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage #top-left-header,
  body.frontend.portaltype-portlet-page.section-home-page #top-left-header {
    position: absolute;
    top: 0;
    width: 410px;
    height: 100%;
  }
  /* line 11834, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage #top-left-header .top-left-header-portlets,
  body.frontend.portaltype-portlet-page.section-home-page #top-left-header .top-left-header-portlets {
    width: 100%;
    height: 100%;
    position: relative;
  }
  /* line 11839, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage #top-left-header .top-left-header-portlets .logo-nav-wrapper,
  body.frontend.portaltype-portlet-page.section-home-page #top-left-header .top-left-header-portlets .logo-nav-wrapper {
    z-index: 4;
  }
  /* line 11844, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage #top-left-header .text-top-left-wrapper,
  body.frontend.portaltype-portlet-page.section-home-page #top-left-header .text-top-left-wrapper {
    position: absolute;
    bottom: 0;
    padding: 54px;
    padding-bottom: 40px;
    padding-right: 100px;
    z-index: 4;
    max-width: 400px;
  }
  /* line 11857, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage #top-left-header a,
  body.frontend.portaltype-portlet-page.section-home-page #top-left-header a {
    color: #000000;
    font-size: 20px;
    border-bottom: 1px solid #000000;
    cursor: pointer;
  }
  /* line 11867, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage #top-left-header a:hover,
  body.frontend.portaltype-portlet-page.section-home-page #top-left-header a:hover,
  body.frontend.portaltype-portlet-page.section-frontpage #top-left-header a:active,
  body.frontend.portaltype-portlet-page.section-home-page #top-left-header a:active,
  body.frontend.portaltype-portlet-page.section-frontpage #top-left-header a:focus,
  body.frontend.portaltype-portlet-page.section-home-page #top-left-header a:focus,
  body.frontend.portaltype-portlet-page.section-frontpage #top-left-header a:active:focus,
  body.frontend.portaltype-portlet-page.section-home-page #top-left-header a:active:focus {
    color: #000000;
    border-bottom: 0px solid #000000;
    outline: none;
  }
  /* line 11877, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage #top-left-header p,
  body.frontend.portaltype-portlet-page.section-home-page #top-left-header p {
    line-height: 1.5;
    margin-bottom: 25px;
    font-size: 20px;
    display: none;
  }
  /* line 11888, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage #top-left-header ul.arrow-lists li,
  body.frontend.portaltype-portlet-page.section-home-page #top-left-header ul.arrow-lists li {
    margin-bottom: 15px;
  }
  /* line 11892, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage #top-left-header ul.arrow-lists,
  body.frontend.portaltype-portlet-page.section-home-page #top-left-header ul.arrow-lists {
    margin-left: -40px;
  }
  /* line 11896, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage #top-left-header .logo-nav-wrapper,
  body.frontend.portaltype-portlet-page.section-home-page #top-left-header .logo-nav-wrapper {
    width: 380px;
    padding-left: 55px;
  }
  /* line 11901, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage #top-left-header .logo-nav-wrapper #nav-logo,
  body.frontend.portaltype-portlet-page.section-home-page #top-left-header .logo-nav-wrapper #nav-logo {
    margin-top: 43px;
  }
  /* line 11913, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage #slickcarousel,
  body.frontend.portaltype-portlet-page.section-home-page #slickcarousel {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  /* line 11923, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage .intro-header,
  body.frontend.portaltype-portlet-page.section-home-page .intro-header {
    background-color: #fbf9f2;
  }
  /* line 11927, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage .slide-info-wrapper,
  body.frontend.portaltype-portlet-page.section-home-page .slide-info-wrapper {
    padding: 55px 100px;
    z-index: 4;
  }
  /* line 11931, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage .slide-info-wrapper h1,
  body.frontend.portaltype-portlet-page.section-home-page .slide-info-wrapper h1 {
    opacity: 1;
    font-size: 5vw;
    text-align: left;
    line-height: 0.83;
  }
  /* line 11950, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage .slide-info-wrapper ul.arrow-lists li:before,
  body.frontend.portaltype-portlet-page.section-home-page .slide-info-wrapper ul.arrow-lists li:before {
    color: #ffffff;
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  /* line 11863, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage #top-left-header a,
  body.frontend.portaltype-portlet-page.section-home-page #top-left-header a {
    font-size: 1.5vw;
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  /* line 11883, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage #top-left-header p,
  body.frontend.portaltype-portlet-page.section-home-page #top-left-header p {
    font-size: 1.5vw;
  }
}
@media (min-width: 992px) and (min-width: 1100px) {
  /* line 11937, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage .slide-info-wrapper h1,
  body.frontend.portaltype-portlet-page.section-home-page .slide-info-wrapper h1 {
    max-width: 95%;
  }
}
@media (min-width: 992px) and (min-width: 1300px) {
  /* line 11941, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage .slide-info-wrapper h1,
  body.frontend.portaltype-portlet-page.section-home-page .slide-info-wrapper h1 {
    font-size: 75px;
  }
}
@media (min-width: 1220px) {
  /* line 11961, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage #top-left-header .logo-nav-wrapper,
  body.frontend.portaltype-portlet-page.section-home-page #top-left-header .logo-nav-wrapper {
    width: 495px;
  }
}
@media screen and (max-height: 700px) and (min-width: 768px) {
  /* line 11975, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage #top-left-header,
  body.frontend.portaltype-portlet-page.section-home-page #top-left-header {
    /*.text-top-left-wrapper {
				padding: 30px;
				padding-bottom: 15px;
			}
			
			a {
				font-size: 16px;

			}

			p {
				line-height: 30px;
			    margin-bottom: 25px;
			    font-size: 1.000em;
			    margin-bottom: 10px;
			    line-height: 25px;
			}

			ul.arrow-lists li {
				margin-bottom: 5px;

				&:before {
					top: 0px;
				}
			}*/
  }
}
@media screen and (max-height: 320px) and (min-width: 768px) {
  /* line 12004, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage,
  body.frontend.portaltype-portlet-page.section-home-page {
    /*.text-top-left-wrapper { 
			display: none;
		}*/
  }
}
/* line 12012, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page .portlet-item {
  margin-bottom: 0px;
}
/* line 12020, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.section-frontpage #portletPageTopRow > div:not(:first-child) .portletWrapper,
body.frontend.portaltype-portlet-page.section-home-page #portletPageTopRow > div:not(:first-child) .portletWrapper,
body.frontend.portaltype-portlet-page.section-frontpage body#tinymce.portaltype-portlet-page #portletPageTopRow > div:not(:first-child) .portletWrapper,
body.frontend.portaltype-portlet-page.section-home-page body#tinymce.portaltype-portlet-page #portletPageTopRow > div:not(:first-child) .portletWrapper {
  border-bottom: 0px;
}
/* line 12025, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.section-frontpage .main-content,
body.frontend.portaltype-portlet-page.section-home-page .main-content {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
@media (max-width: 767px) {
  /* line 12030, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage .main-content #row-items > .portlet-item,
  body.frontend.portaltype-portlet-page.section-home-page .main-content #row-items > .portlet-item {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/* line 12040, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.section-frontpage .portletCollection.frontpage-portlet-collection .portletFooter,
body.frontend.portaltype-portlet-page.section-home-page .portletCollection.frontpage-portlet-collection .portletFooter {
  display: none;
}
/* line 12045, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.section-frontpage .portletCollection.frontpage-portlet-collection .entry-wrapper .show-more-portlet-item,
body.frontend.portaltype-portlet-page.section-home-page .portletCollection.frontpage-portlet-collection .entry-wrapper .show-more-portlet-item {
  margin-top: 25px;
}
/* line 12048, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.section-frontpage .portletCollection.frontpage-portlet-collection .entry-wrapper .show-more-portlet-item input,
body.frontend.portaltype-portlet-page.section-home-page .portletCollection.frontpage-portlet-collection .entry-wrapper .show-more-portlet-item input {
  margin-left: 0;
  width: 135px;
}
/* line 12058, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.section-frontpage .portletCollection.frontpage-portlet-collection.alternate-color #row-items > .portlet-item:nth-child(even),
body.frontend.portaltype-portlet-page.section-home-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 12063, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage .portletCollection.frontpage-portlet-collection.alternate-color #row-items > .portlet-item:nth-child(even),
  body.frontend.portaltype-portlet-page.section-home-page .portletCollection.frontpage-portlet-collection.alternate-color #row-items > .portlet-item:nth-child(even) {
    margin-bottom: 0px;
  }
}
/* line 12068, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.section-frontpage .portletCollection.frontpage-portlet-collection.alternate-color #row-items > .portlet-item:nth-child(even) .entry-wrapper .show-more,
body.frontend.portaltype-portlet-page.section-home-page .portletCollection.frontpage-portlet-collection.alternate-color #row-items > .portlet-item:nth-child(even) .entry-wrapper .show-more {
  background-color: #e1ecf4;
}
/* line 12070, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.section-frontpage .portletCollection.frontpage-portlet-collection.alternate-color #row-items > .portlet-item:nth-child(even) .entry-wrapper .show-more:active,
body.frontend.portaltype-portlet-page.section-home-page .portletCollection.frontpage-portlet-collection.alternate-color #row-items > .portlet-item:nth-child(even) .entry-wrapper .show-more:active,
body.frontend.portaltype-portlet-page.section-frontpage .portletCollection.frontpage-portlet-collection.alternate-color #row-items > .portlet-item:nth-child(even) .entry-wrapper .show-more:focus,
body.frontend.portaltype-portlet-page.section-home-page .portletCollection.frontpage-portlet-collection.alternate-color #row-items > .portlet-item:nth-child(even) .entry-wrapper .show-more:focus,
body.frontend.portaltype-portlet-page.section-frontpage .portletCollection.frontpage-portlet-collection.alternate-color #row-items > .portlet-item:nth-child(even) .entry-wrapper .show-more:active:focus,
body.frontend.portaltype-portlet-page.section-home-page .portletCollection.frontpage-portlet-collection.alternate-color #row-items > .portlet-item:nth-child(even) .entry-wrapper .show-more:active:focus,
body.frontend.portaltype-portlet-page.section-frontpage .portletCollection.frontpage-portlet-collection.alternate-color #row-items > .portlet-item:nth-child(even) .entry-wrapper .show-more:hover,
body.frontend.portaltype-portlet-page.section-home-page .portletCollection.frontpage-portlet-collection.alternate-color #row-items > .portlet-item:nth-child(even) .entry-wrapper .show-more:hover {
  background-color: #000000;
}
@media (min-width: 992px) {
  /* line 12092, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage .portlet.portletCollection,
  body.frontend.portaltype-portlet-page.section-home-page .portlet.portletCollection {
    padding-bottom: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
  }
  /* line 12099, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage .portletCollection.frontpage-portlet-collection .portletHeader,
  body.frontend.portaltype-portlet-page.section-home-page .portletCollection.frontpage-portlet-collection .portletHeader {
    margin-bottom: 25px;
  }
  /* line 12102, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage .portletCollection.frontpage-portlet-collection .portletHeader h1,
  body.frontend.portaltype-portlet-page.section-home-page .portletCollection.frontpage-portlet-collection .portletHeader h1 {
    font-size: 80px;
    margin-top: 5px;
  }
  /* line 12108, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage .portletCollection.frontpage-portlet-collection #row-items,
  body.frontend.portaltype-portlet-page.section-home-page .portletCollection.frontpage-portlet-collection #row-items {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  /* line 12113, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage .portletCollection.frontpage-portlet-collection #row-items .portlet-item,
  body.frontend.portaltype-portlet-page.section-home-page .portletCollection.frontpage-portlet-collection #row-items .portlet-item {
    margin-bottom: 0px !important;
    padding-bottom: 75px;
  }
  /* line 12118, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage .portletCollection.frontpage-portlet-collection #row-items .thumb-wrapper,
  body.frontend.portaltype-portlet-page.section-home-page .portletCollection.frontpage-portlet-collection #row-items .thumb-wrapper {
    width: 55%;
    float: left;
    padding: 15px;
  }
  /* line 12123, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage .portletCollection.frontpage-portlet-collection #row-items .thumb-wrapper img,
  body.frontend.portaltype-portlet-page.section-home-page .portletCollection.frontpage-portlet-collection #row-items .thumb-wrapper img {
    margin-bottom: 0px;
    width: auto;
    max-height: 715px;
    height: auto;
    max-width: 100%;
  }
  /* line 12132, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage .portletCollection.frontpage-portlet-collection #row-items .entry-wrapper,
  body.frontend.portaltype-portlet-page.section-home-page .portletCollection.frontpage-portlet-collection #row-items .entry-wrapper {
    width: 45%;
    float: right;
    padding: 50px;
    padding-top: 5.5vw;
    padding-bottom: 30px;
    max-width: 550px;
  }
  /* line 12144, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage .portletCollection.frontpage-portlet-collection #row-items .entry-wrapper h4,
  body.frontend.portaltype-portlet-page.section-home-page .portletCollection.frontpage-portlet-collection #row-items .entry-wrapper h4 {
    font-size: 70px;
    line-height: 65px;
  }
  /* line 12154, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage .portletCollection.frontpage-portlet-collection #row-items .entry-wrapper h4 a:hover,
  body.frontend.portaltype-portlet-page.section-home-page .portletCollection.frontpage-portlet-collection #row-items .entry-wrapper h4 a:hover,
  body.frontend.portaltype-portlet-page.section-frontpage .portletCollection.frontpage-portlet-collection #row-items .entry-wrapper h4 a:focus,
  body.frontend.portaltype-portlet-page.section-home-page .portletCollection.frontpage-portlet-collection #row-items .entry-wrapper h4 a:focus,
  body.frontend.portaltype-portlet-page.section-frontpage .portletCollection.frontpage-portlet-collection #row-items .entry-wrapper h4 a:active,
  body.frontend.portaltype-portlet-page.section-home-page .portletCollection.frontpage-portlet-collection #row-items .entry-wrapper h4 a:active,
  body.frontend.portaltype-portlet-page.section-frontpage .portletCollection.frontpage-portlet-collection #row-items .entry-wrapper h4 a:active:focus,
  body.frontend.portaltype-portlet-page.section-home-page .portletCollection.frontpage-portlet-collection #row-items .entry-wrapper h4 a:active:focus {
    border-bottom: 0px !important;
    text-decoration: underline;
  }
  /* line 12164, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage .portletCollection.frontpage-portlet-collection #row-items .entry-wrapper p.event-date,
  body.frontend.portaltype-portlet-page.section-home-page .portletCollection.frontpage-portlet-collection #row-items .entry-wrapper p.event-date {
    margin-left: 3px;
  }
  /* line 12174, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage .portletCollection.frontpage-portlet-collection #row-items > .portlet-item:nth-child(even) .thumb-wrapper,
  body.frontend.portaltype-portlet-page.section-home-page .portletCollection.frontpage-portlet-collection #row-items > .portlet-item:nth-child(even) .thumb-wrapper {
    width: 60%;
    float: right;
    padding-right: 55px;
  }
  /* line 12179, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage .portletCollection.frontpage-portlet-collection #row-items > .portlet-item:nth-child(even) .thumb-wrapper img,
  body.frontend.portaltype-portlet-page.section-home-page .portletCollection.frontpage-portlet-collection #row-items > .portlet-item:nth-child(even) .thumb-wrapper img {
    float: right;
  }
  /* line 12184, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage .portletCollection.frontpage-portlet-collection #row-items > .portlet-item:nth-child(even) .entry-wrapper,
  body.frontend.portaltype-portlet-page.section-home-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 12197, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage .portletCollection.frontpage-portlet-collection #row-items > .portlet-item:nth-child(odd) .thumb-wrapper,
  body.frontend.portaltype-portlet-page.section-home-page .portletCollection.frontpage-portlet-collection #row-items > .portlet-item:nth-child(odd) .thumb-wrapper {
    padding-left: 55px;
  }
  /* line 12199, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage .portletCollection.frontpage-portlet-collection #row-items > .portlet-item:nth-child(odd) .thumb-wrapper img,
  body.frontend.portaltype-portlet-page.section-home-page .portletCollection.frontpage-portlet-collection #row-items > .portlet-item:nth-child(odd) .thumb-wrapper img {
    float: right;
  }
  /* line 12205, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage .portletCollection.frontpage-portlet-collection #row-items > .portlet-item:nth-child(odd) .entry-wrapper,
  body.frontend.portaltype-portlet-page.section-home-page .portletCollection.frontpage-portlet-collection #row-items > .portlet-item:nth-child(odd) .entry-wrapper {
    padding-right: 75px;
    float: left;
  }
  /* line 12213, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage .portletCollection.frontpage-portlet-collection.alternate-color #row-items > .portlet-item:nth-child(even),
  body.frontend.portaltype-portlet-page.section-home-page .portletCollection.frontpage-portlet-collection.alternate-color #row-items > .portlet-item:nth-child(even) {
    background-color: #e1ecf4;
    padding-top: 75px;
    padding-bottom: 75px;
    padding-left: 0px;
    padding-right: 0px;
  }
  /* line 12220, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage .portletCollection.frontpage-portlet-collection.alternate-color #row-items > .portlet-item:nth-child(even) .thumb-wrapper,
  body.frontend.portaltype-portlet-page.section-home-page .portletCollection.frontpage-portlet-collection.alternate-color #row-items > .portlet-item:nth-child(even) .thumb-wrapper {
    padding-right: 70px;
  }
  /* line 12227, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage .portletCollection.frontpage-portlet-collection.alternate-color #row-items > .portlet-item:nth-child(even) .entry-wrapper,
  body.frontend.portaltype-portlet-page.section-home-page .portletCollection.frontpage-portlet-collection.alternate-color #row-items > .portlet-item:nth-child(even) .entry-wrapper {
    padding-left: 82px;
    padding-top: 3vw;
  }
  /* line 12235, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage .portletCollection.frontpage-portlet-collection.alternate-color #row-items > .portlet-item:nth-child(even) .entry-wrapper .show-more,
  body.frontend.portaltype-portlet-page.section-home-page .portletCollection.frontpage-portlet-collection.alternate-color #row-items > .portlet-item:nth-child(even) .entry-wrapper .show-more {
    background-color: #e1ecf4;
  }
  /* line 12237, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage .portletCollection.frontpage-portlet-collection.alternate-color #row-items > .portlet-item:nth-child(even) .entry-wrapper .show-more:active,
  body.frontend.portaltype-portlet-page.section-home-page .portletCollection.frontpage-portlet-collection.alternate-color #row-items > .portlet-item:nth-child(even) .entry-wrapper .show-more:active,
  body.frontend.portaltype-portlet-page.section-frontpage .portletCollection.frontpage-portlet-collection.alternate-color #row-items > .portlet-item:nth-child(even) .entry-wrapper .show-more:focus,
  body.frontend.portaltype-portlet-page.section-home-page .portletCollection.frontpage-portlet-collection.alternate-color #row-items > .portlet-item:nth-child(even) .entry-wrapper .show-more:focus,
  body.frontend.portaltype-portlet-page.section-frontpage .portletCollection.frontpage-portlet-collection.alternate-color #row-items > .portlet-item:nth-child(even) .entry-wrapper .show-more:active:focus,
  body.frontend.portaltype-portlet-page.section-home-page .portletCollection.frontpage-portlet-collection.alternate-color #row-items > .portlet-item:nth-child(even) .entry-wrapper .show-more:active:focus,
  body.frontend.portaltype-portlet-page.section-frontpage .portletCollection.frontpage-portlet-collection.alternate-color #row-items > .portlet-item:nth-child(even) .entry-wrapper .show-more:hover,
  body.frontend.portaltype-portlet-page.section-home-page .portletCollection.frontpage-portlet-collection.alternate-color #row-items > .portlet-item:nth-child(even) .entry-wrapper .show-more:hover {
    background-color: #000000;
  }
  /* line 12248, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage .portletCollection.frontpage-portlet-collection.extra-padding,
  body.frontend.portaltype-portlet-page.section-home-page .portletCollection.frontpage-portlet-collection.extra-padding {
    padding-bottom: 5px;
    padding-top: 75px;
  }
  /* line 12252, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage .portletCollection.frontpage-portlet-collection.extra-padding .portletHeader a:hover,
  body.frontend.portaltype-portlet-page.section-home-page .portletCollection.frontpage-portlet-collection.extra-padding .portletHeader a:hover,
  body.frontend.portaltype-portlet-page.section-frontpage .portletCollection.frontpage-portlet-collection.extra-padding .portletHeader a:focus,
  body.frontend.portaltype-portlet-page.section-home-page .portletCollection.frontpage-portlet-collection.extra-padding .portletHeader a:focus,
  body.frontend.portaltype-portlet-page.section-frontpage .portletCollection.frontpage-portlet-collection.extra-padding .portletHeader a:active,
  body.frontend.portaltype-portlet-page.section-home-page .portletCollection.frontpage-portlet-collection.extra-padding .portletHeader a:active,
  body.frontend.portaltype-portlet-page.section-frontpage .portletCollection.frontpage-portlet-collection.extra-padding .portletHeader a:active:focus,
  body.frontend.portaltype-portlet-page.section-home-page .portletCollection.frontpage-portlet-collection.extra-padding .portletHeader a:active:focus {
    text-decoration: underline !important;
  }
  /* line 12266, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage .portletCollection.frontpage-portlet-collection.extra-padding #row-items .entry-wrapper,
  body.frontend.portaltype-portlet-page.section-home-page .portletCollection.frontpage-portlet-collection.extra-padding #row-items .entry-wrapper {
    padding: 40px;
    padding-top: 5vw;
    padding-bottom: 25px;
  }
  /* line 12276, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage .portletCollection.frontpage-portlet-collection.extra-padding #row-items .entry-wrapper h4,
  body.frontend.portaltype-portlet-page.section-home-page .portletCollection.frontpage-portlet-collection.extra-padding #row-items .entry-wrapper h4 {
    font-size: 4.5vw;
    line-height: 0.85;
  }
  /* line 12286, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage .portletCollection.frontpage-portlet-collection.extra-padding #row-items .portlet-item,
  body.frontend.portaltype-portlet-page.section-home-page .portletCollection.frontpage-portlet-collection.extra-padding #row-items .portlet-item {
    padding-left: 8%;
    padding-right: 8%;
  }
  /* line 12292, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage .portletCollection.frontpage-portlet-collection.extra-padding #row-items > .portlet-item:nth-child(even) .thumb-wrapper,
  body.frontend.portaltype-portlet-page.section-home-page .portletCollection.frontpage-portlet-collection.extra-padding #row-items > .portlet-item:nth-child(even) .thumb-wrapper {
    width: 55%;
    padding-right: 55px;
  }
  /* line 12297, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage .portletCollection.frontpage-portlet-collection.extra-padding #row-items > .portlet-item:nth-child(even) .entry-wrapper,
  body.frontend.portaltype-portlet-page.section-home-page .portletCollection.frontpage-portlet-collection.extra-padding #row-items > .portlet-item:nth-child(even) .entry-wrapper {
    width: 45%;
    padding-left: 55px;
  }
  /* line 12304, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage .portletCollection.frontpage-portlet-collection.extra-padding #row-items > .portlet-item:nth-child(odd) .thumb-wrapper,
  body.frontend.portaltype-portlet-page.section-home-page .portletCollection.frontpage-portlet-collection.extra-padding #row-items > .portlet-item:nth-child(odd) .thumb-wrapper {
    width: 55%;
    padding-left: 55px;
  }
  /* line 12310, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage .portletCollection.frontpage-portlet-collection.extra-padding #row-items > .portlet-item:nth-child(odd) .entry-wrapper,
  body.frontend.portaltype-portlet-page.section-home-page .portletCollection.frontpage-portlet-collection.extra-padding #row-items > .portlet-item:nth-child(odd) .entry-wrapper {
    width: 45%;
    padding-right: 75px;
  }
}
@media (min-width: 992px) and (min-width: 1300px) {
  /* line 12140, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage .portletCollection.frontpage-portlet-collection #row-items .entry-wrapper,
  body.frontend.portaltype-portlet-page.section-home-page .portletCollection.frontpage-portlet-collection #row-items .entry-wrapper {
    padding-top: 70px;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  /* line 12148, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage .portletCollection.frontpage-portlet-collection #row-items .entry-wrapper h4,
  body.frontend.portaltype-portlet-page.section-home-page .portletCollection.frontpage-portlet-collection #row-items .entry-wrapper h4 {
    font-size: 5.5vw;
    line-height: 5vw;
  }
}
@media (min-width: 992px) and (min-width: 1300px) {
  /* line 12190, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage .portletCollection.frontpage-portlet-collection #row-items > .portlet-item:nth-child(even) .entry-wrapper,
  body.frontend.portaltype-portlet-page.section-home-page .portletCollection.frontpage-portlet-collection #row-items > .portlet-item:nth-child(even) .entry-wrapper {
    padding-top: 40px;
  }
}
@media (min-width: 992px) and (min-width: 1300px) {
  /* line 12231, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage .portletCollection.frontpage-portlet-collection.alternate-color #row-items > .portlet-item:nth-child(even) .entry-wrapper,
  body.frontend.portaltype-portlet-page.section-home-page .portletCollection.frontpage-portlet-collection.alternate-color #row-items > .portlet-item:nth-child(even) .entry-wrapper {
    padding-top: 60px;
  }
}
@media (min-width: 992px) and (min-width: 1300px) {
  /* line 12272, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage .portletCollection.frontpage-portlet-collection.extra-padding #row-items .entry-wrapper,
  body.frontend.portaltype-portlet-page.section-home-page .portletCollection.frontpage-portlet-collection.extra-padding #row-items .entry-wrapper {
    padding-top: 60px;
  }
}
@media (min-width: 992px) and (min-width: 1300px) {
  /* line 12280, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage .portletCollection.frontpage-portlet-collection.extra-padding #row-items .entry-wrapper h4,
  body.frontend.portaltype-portlet-page.section-home-page .portletCollection.frontpage-portlet-collection.extra-padding #row-items .entry-wrapper h4 {
    font-size: 60px;
  }
}
/* line 12323, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.desc-mdash {
  display: none;
}
/* line 12331, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.section-frontpage .portlet-collection-nu-te-zien,
body.frontend.portaltype-portlet-page.section-home-page .portlet-collection-nu-te-zien {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 12332, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.section-frontpage .portlet-collection-nu-te-zien .portletHeader,
body.frontend.portaltype-portlet-page.section-home-page .portlet-collection-nu-te-zien .portletHeader {
  display: none;
}
@media (min-width: 768px) {
  /* line 12335, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage .portlet-collection-nu-te-zien,
  body.frontend.portaltype-portlet-page.section-home-page .portlet-collection-nu-te-zien {
    padding-top: 0px !important;
    padding-bottom: 50px !important;
  }
}
@media (min-width: 992px) {
  /* line 12342, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage .portlet-collection-nu-te-zien,
  body.frontend.portaltype-portlet-page.section-home-page .portlet-collection-nu-te-zien {
    padding-top: 70px !important;
    padding-bottom: 0px !important;
    margin-left: -15px;
    margin-right: -15px;
  }
}
/* line 12350, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.section-frontpage .portletCollection.frontpage-collection-online,
body.frontend.portaltype-portlet-page.section-home-page .portletCollection.frontpage-collection-online {
  margin-left: -15px;
  margin-right: -15px;
  background-color: #fbf9f2;
  padding-top: 40px;
  padding-bottom: 30px;
}
/* line 12354, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.section-frontpage .portletCollection.frontpage-collection-online .portletHeader a:hover,
body.frontend.portaltype-portlet-page.section-home-page .portletCollection.frontpage-collection-online .portletHeader a:hover,
body.frontend.portaltype-portlet-page.section-frontpage .portletCollection.frontpage-collection-online .portletHeader a:focus,
body.frontend.portaltype-portlet-page.section-home-page .portletCollection.frontpage-collection-online .portletHeader a:focus,
body.frontend.portaltype-portlet-page.section-frontpage .portletCollection.frontpage-collection-online .portletHeader a:active,
body.frontend.portaltype-portlet-page.section-home-page .portletCollection.frontpage-collection-online .portletHeader a:active,
body.frontend.portaltype-portlet-page.section-frontpage .portletCollection.frontpage-collection-online .portletHeader a:active:focus,
body.frontend.portaltype-portlet-page.section-home-page .portletCollection.frontpage-collection-online .portletHeader a:active:focus {
  text-decoration: underline !important;
}
/* line 12361, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.section-frontpage .portletCollection.frontpage-collection-online .portletHeader h2,
body.frontend.portaltype-portlet-page.section-home-page .portletCollection.frontpage-collection-online .portletHeader h2 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  /* line 12366, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage .portletCollection.frontpage-collection-online .portletHeader h2,
  body.frontend.portaltype-portlet-page.section-home-page .portletCollection.frontpage-collection-online .portletHeader h2 {
    font-size: 45px !important;
    margin-left: 40px;
    margin-right: 40px;
    line-height: 1.0;
  }
}
/* line 12374, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.section-frontpage .portletCollection.frontpage-collection-online .portletHeader h1,
body.frontend.portaltype-portlet-page.section-home-page .portletCollection.frontpage-collection-online .portletHeader h1 {
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'HelveticaMedium', Helvetica, Arial, sans-serif;
  color: #000000;
  letter-spacing: 0.03em;
}
/* line 12383, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.section-frontpage .portletCollection.frontpage-collection-online .portletFooter,
body.frontend.portaltype-portlet-page.section-home-page .portletCollection.frontpage-collection-online .portletFooter {
  display: none;
}
@media (min-width: 992px) {
  /* line 12393, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage .portletCollection.frontpage-collection-online,
  body.frontend.portaltype-portlet-page.section-home-page .portletCollection.frontpage-collection-online {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  /* line 12399, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage .portletCollection.frontpage-collection-online .desc-mdash,
  body.frontend.portaltype-portlet-page.section-home-page .portletCollection.frontpage-collection-online .desc-mdash {
    display: inline;
  }
  /* line 12403, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage .portletCollection.frontpage-collection-online .portletHeader h2,
  body.frontend.portaltype-portlet-page.section-home-page .portletCollection.frontpage-collection-online .portletHeader h2 {
    font-size: 80px;
    margin-bottom: 20px;
  }
  /* line 12408, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage .portletCollection.frontpage-collection-online #row-items,
  body.frontend.portaltype-portlet-page.section-home-page .portletCollection.frontpage-collection-online #row-items {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  /* line 12413, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage .portletCollection.frontpage-collection-online .portlet-item,
  body.frontend.portaltype-portlet-page.section-home-page .portletCollection.frontpage-collection-online .portlet-item {
    padding-left: 0px;
    padding-right: 0px;
  }
  /* line 12417, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage .portletCollection.frontpage-collection-online .portlet-item:before,
  body.frontend.portaltype-portlet-page.section-home-page .portletCollection.frontpage-collection-online .portlet-item:before {
    display: table;
    content: " ";
    padding-top: 135%;
  }
  /* line 12423, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage .portletCollection.frontpage-collection-online .portlet-item .thumb-wrapper,
  body.frontend.portaltype-portlet-page.section-home-page .portletCollection.frontpage-collection-online .portlet-item .thumb-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  /* line 12435, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage .portletCollection.frontpage-collection-online .portlet-item a.thumb-image,
  body.frontend.portaltype-portlet-page.section-home-page .portletCollection.frontpage-collection-online .portlet-item a.thumb-image {
    width: 100%;
    height: 100%;
  }
  /* line 12439, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage .portletCollection.frontpage-collection-online .portlet-item a.thumb-image img,
  body.frontend.portaltype-portlet-page.section-home-page .portletCollection.frontpage-collection-online .portlet-item a.thumb-image img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
  }
  /* line 12446, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage .portletCollection.frontpage-collection-online .portlet-item .entry-wrapper,
  body.frontend.portaltype-portlet-page.section-home-page .portletCollection.frontpage-collection-online .portlet-item .entry-wrapper {
    position: absolute;
    bottom: 0px;
    opacity: 0;
    padding: 30px;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-transition: opacity 0.2s ease-in;
    -moz-transition: opacity 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: 100%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 300%);
    background-repeat: repeat-x;
  }
  /* line 12465, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage .portletCollection.frontpage-collection-online .portlet-item .entry-wrapper a,
  body.frontend.portaltype-portlet-page.section-home-page .portletCollection.frontpage-collection-online .portlet-item .entry-wrapper a {
    color: #ffffff;
  }
  /* line 12467, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage .portletCollection.frontpage-collection-online .portlet-item .entry-wrapper a:hover,
  body.frontend.portaltype-portlet-page.section-home-page .portletCollection.frontpage-collection-online .portlet-item .entry-wrapper a:hover,
  body.frontend.portaltype-portlet-page.section-frontpage .portletCollection.frontpage-collection-online .portlet-item .entry-wrapper a:focus,
  body.frontend.portaltype-portlet-page.section-home-page .portletCollection.frontpage-collection-online .portlet-item .entry-wrapper a:focus,
  body.frontend.portaltype-portlet-page.section-frontpage .portletCollection.frontpage-collection-online .portlet-item .entry-wrapper a:active,
  body.frontend.portaltype-portlet-page.section-home-page .portletCollection.frontpage-collection-online .portlet-item .entry-wrapper a:active,
  body.frontend.portaltype-portlet-page.section-frontpage .portletCollection.frontpage-collection-online .portlet-item .entry-wrapper a:active:focus,
  body.frontend.portaltype-portlet-page.section-home-page .portletCollection.frontpage-collection-online .portlet-item .entry-wrapper a:active:focus {
    color: #ffffff !important;
    border-bottom: 1px solid #ffffff !important;
  }
  /* line 12476, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage .portletCollection.frontpage-collection-online .portlet-item .entry-wrapper p,
  body.frontend.portaltype-portlet-page.section-home-page .portletCollection.frontpage-collection-online .portlet-item .entry-wrapper p {
    color: #ffffff;
    margin-top: 0px;
    font-size: 18px;
  }
  /* line 12484, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage .portletCollection.frontpage-collection-online .portlet-item:hover .entry-wrapper,
  body.frontend.portaltype-portlet-page.section-home-page .portletCollection.frontpage-collection-online .portlet-item:hover .entry-wrapper {
    opacity: 1;
  }
}
/* portlet news styles */
/* line 12501, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.section-frontpage #content-core .portletCollection.frontpage-news,
body.frontend.portaltype-portlet-page.section-home-page #content-core .portletCollection.frontpage-news,
body.frontend.portaltype-portlet-page.subsection-nu-te-zien #content-core .portletCollection.frontpage-news,
body.frontend.portaltype-portlet-page.subsection-now-in-the-museum #content-core .portletCollection.frontpage-news,
body.frontend.portaltype-portlet-page.subsection-zien-en-doen #content-core .portletCollection.frontpage-news,
body.frontend.portaltype-event #content-core .portletCollection.frontpage-news,
body.frontend.portaltype-person #content-core .portletCollection.frontpage-news,
body.frontend.portaltype-portlet-page.section-frontpage #below-content .portletCollection.frontpage-news,
body.frontend.portaltype-portlet-page.section-home-page #below-content .portletCollection.frontpage-news,
body.frontend.portaltype-portlet-page.subsection-nu-te-zien #below-content .portletCollection.frontpage-news,
body.frontend.portaltype-portlet-page.subsection-now-in-the-museum #below-content .portletCollection.frontpage-news,
body.frontend.portaltype-portlet-page.subsection-zien-en-doen #below-content .portletCollection.frontpage-news,
body.frontend.portaltype-event #below-content .portletCollection.frontpage-news,
body.frontend.portaltype-person #below-content .portletCollection.frontpage-news {
  padding-top: 30px;
  padding-bottom: 30px;
}
/* line 12503, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.section-frontpage #content-core .portletCollection.frontpage-news .show-more-header,
body.frontend.portaltype-portlet-page.section-home-page #content-core .portletCollection.frontpage-news .show-more-header,
body.frontend.portaltype-portlet-page.subsection-nu-te-zien #content-core .portletCollection.frontpage-news .show-more-header,
body.frontend.portaltype-portlet-page.subsection-now-in-the-museum #content-core .portletCollection.frontpage-news .show-more-header,
body.frontend.portaltype-portlet-page.subsection-zien-en-doen #content-core .portletCollection.frontpage-news .show-more-header,
body.frontend.portaltype-event #content-core .portletCollection.frontpage-news .show-more-header,
body.frontend.portaltype-person #content-core .portletCollection.frontpage-news .show-more-header,
body.frontend.portaltype-portlet-page.section-frontpage #below-content .portletCollection.frontpage-news .show-more-header,
body.frontend.portaltype-portlet-page.section-home-page #below-content .portletCollection.frontpage-news .show-more-header,
body.frontend.portaltype-portlet-page.subsection-nu-te-zien #below-content .portletCollection.frontpage-news .show-more-header,
body.frontend.portaltype-portlet-page.subsection-now-in-the-museum #below-content .portletCollection.frontpage-news .show-more-header,
body.frontend.portaltype-portlet-page.subsection-zien-en-doen #below-content .portletCollection.frontpage-news .show-more-header,
body.frontend.portaltype-event #below-content .portletCollection.frontpage-news .show-more-header,
body.frontend.portaltype-person #below-content .portletCollection.frontpage-news .show-more-header {
  display: none;
}
/* line 12511, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.section-frontpage #content-core .portletCollection.frontpage-news .portletHeader h2,
body.frontend.portaltype-portlet-page.section-home-page #content-core .portletCollection.frontpage-news .portletHeader h2,
body.frontend.portaltype-portlet-page.subsection-nu-te-zien #content-core .portletCollection.frontpage-news .portletHeader h2,
body.frontend.portaltype-portlet-page.subsection-now-in-the-museum #content-core .portletCollection.frontpage-news .portletHeader h2,
body.frontend.portaltype-portlet-page.subsection-zien-en-doen #content-core .portletCollection.frontpage-news .portletHeader h2,
body.frontend.portaltype-event #content-core .portletCollection.frontpage-news .portletHeader h2,
body.frontend.portaltype-person #content-core .portletCollection.frontpage-news .portletHeader h2,
body.frontend.portaltype-portlet-page.section-frontpage #below-content .portletCollection.frontpage-news .portletHeader h2,
body.frontend.portaltype-portlet-page.section-home-page #below-content .portletCollection.frontpage-news .portletHeader h2,
body.frontend.portaltype-portlet-page.subsection-nu-te-zien #below-content .portletCollection.frontpage-news .portletHeader h2,
body.frontend.portaltype-portlet-page.subsection-now-in-the-museum #below-content .portletCollection.frontpage-news .portletHeader h2,
body.frontend.portaltype-portlet-page.subsection-zien-en-doen #below-content .portletCollection.frontpage-news .portletHeader h2,
body.frontend.portaltype-event #below-content .portletCollection.frontpage-news .portletHeader h2,
body.frontend.portaltype-person #below-content .portletCollection.frontpage-news .portletHeader h2 {
  display: none;
}
/* line 12516, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.section-frontpage #content-core .portletCollection.frontpage-news .portletHeader a:hover,
body.frontend.portaltype-portlet-page.section-home-page #content-core .portletCollection.frontpage-news .portletHeader a:hover,
body.frontend.portaltype-portlet-page.subsection-nu-te-zien #content-core .portletCollection.frontpage-news .portletHeader a:hover,
body.frontend.portaltype-portlet-page.subsection-now-in-the-museum #content-core .portletCollection.frontpage-news .portletHeader a:hover,
body.frontend.portaltype-portlet-page.subsection-zien-en-doen #content-core .portletCollection.frontpage-news .portletHeader a:hover,
body.frontend.portaltype-event #content-core .portletCollection.frontpage-news .portletHeader a:hover,
body.frontend.portaltype-person #content-core .portletCollection.frontpage-news .portletHeader a:hover,
body.frontend.portaltype-portlet-page.section-frontpage #below-content .portletCollection.frontpage-news .portletHeader a:hover,
body.frontend.portaltype-portlet-page.section-home-page #below-content .portletCollection.frontpage-news .portletHeader a:hover,
body.frontend.portaltype-portlet-page.subsection-nu-te-zien #below-content .portletCollection.frontpage-news .portletHeader a:hover,
body.frontend.portaltype-portlet-page.subsection-now-in-the-museum #below-content .portletCollection.frontpage-news .portletHeader a:hover,
body.frontend.portaltype-portlet-page.subsection-zien-en-doen #below-content .portletCollection.frontpage-news .portletHeader a:hover,
body.frontend.portaltype-event #below-content .portletCollection.frontpage-news .portletHeader a:hover,
body.frontend.portaltype-person #below-content .portletCollection.frontpage-news .portletHeader a:hover,
body.frontend.portaltype-portlet-page.section-frontpage #content-core .portletCollection.frontpage-news .portletHeader a:focus,
body.frontend.portaltype-portlet-page.section-home-page #content-core .portletCollection.frontpage-news .portletHeader a:focus,
body.frontend.portaltype-portlet-page.subsection-nu-te-zien #content-core .portletCollection.frontpage-news .portletHeader a:focus,
body.frontend.portaltype-portlet-page.subsection-now-in-the-museum #content-core .portletCollection.frontpage-news .portletHeader a:focus,
body.frontend.portaltype-portlet-page.subsection-zien-en-doen #content-core .portletCollection.frontpage-news .portletHeader a:focus,
body.frontend.portaltype-event #content-core .portletCollection.frontpage-news .portletHeader a:focus,
body.frontend.portaltype-person #content-core .portletCollection.frontpage-news .portletHeader a:focus,
body.frontend.portaltype-portlet-page.section-frontpage #below-content .portletCollection.frontpage-news .portletHeader a:focus,
body.frontend.portaltype-portlet-page.section-home-page #below-content .portletCollection.frontpage-news .portletHeader a:focus,
body.frontend.portaltype-portlet-page.subsection-nu-te-zien #below-content .portletCollection.frontpage-news .portletHeader a:focus,
body.frontend.portaltype-portlet-page.subsection-now-in-the-museum #below-content .portletCollection.frontpage-news .portletHeader a:focus,
body.frontend.portaltype-portlet-page.subsection-zien-en-doen #below-content .portletCollection.frontpage-news .portletHeader a:focus,
body.frontend.portaltype-event #below-content .portletCollection.frontpage-news .portletHeader a:focus,
body.frontend.portaltype-person #below-content .portletCollection.frontpage-news .portletHeader a:focus,
body.frontend.portaltype-portlet-page.section-frontpage #content-core .portletCollection.frontpage-news .portletHeader a:active,
body.frontend.portaltype-portlet-page.section-home-page #content-core .portletCollection.frontpage-news .portletHeader a:active,
body.frontend.portaltype-portlet-page.subsection-nu-te-zien #content-core .portletCollection.frontpage-news .portletHeader a:active,
body.frontend.portaltype-portlet-page.subsection-now-in-the-museum #content-core .portletCollection.frontpage-news .portletHeader a:active,
body.frontend.portaltype-portlet-page.subsection-zien-en-doen #content-core .portletCollection.frontpage-news .portletHeader a:active,
body.frontend.portaltype-event #content-core .portletCollection.frontpage-news .portletHeader a:active,
body.frontend.portaltype-person #content-core .portletCollection.frontpage-news .portletHeader a:active,
body.frontend.portaltype-portlet-page.section-frontpage #below-content .portletCollection.frontpage-news .portletHeader a:active,
body.frontend.portaltype-portlet-page.section-home-page #below-content .portletCollection.frontpage-news .portletHeader a:active,
body.frontend.portaltype-portlet-page.subsection-nu-te-zien #below-content .portletCollection.frontpage-news .portletHeader a:active,
body.frontend.portaltype-portlet-page.subsection-now-in-the-museum #below-content .portletCollection.frontpage-news .portletHeader a:active,
body.frontend.portaltype-portlet-page.subsection-zien-en-doen #below-content .portletCollection.frontpage-news .portletHeader a:active,
body.frontend.portaltype-event #below-content .portletCollection.frontpage-news .portletHeader a:active,
body.frontend.portaltype-person #below-content .portletCollection.frontpage-news .portletHeader a:active,
body.frontend.portaltype-portlet-page.section-frontpage #content-core .portletCollection.frontpage-news .portletHeader a:active:focus,
body.frontend.portaltype-portlet-page.section-home-page #content-core .portletCollection.frontpage-news .portletHeader a:active:focus,
body.frontend.portaltype-portlet-page.subsection-nu-te-zien #content-core .portletCollection.frontpage-news .portletHeader a:active:focus,
body.frontend.portaltype-portlet-page.subsection-now-in-the-museum #content-core .portletCollection.frontpage-news .portletHeader a:active:focus,
body.frontend.portaltype-portlet-page.subsection-zien-en-doen #content-core .portletCollection.frontpage-news .portletHeader a:active:focus,
body.frontend.portaltype-event #content-core .portletCollection.frontpage-news .portletHeader a:active:focus,
body.frontend.portaltype-person #content-core .portletCollection.frontpage-news .portletHeader a:active:focus,
body.frontend.portaltype-portlet-page.section-frontpage #below-content .portletCollection.frontpage-news .portletHeader a:active:focus,
body.frontend.portaltype-portlet-page.section-home-page #below-content .portletCollection.frontpage-news .portletHeader a:active:focus,
body.frontend.portaltype-portlet-page.subsection-nu-te-zien #below-content .portletCollection.frontpage-news .portletHeader a:active:focus,
body.frontend.portaltype-portlet-page.subsection-now-in-the-museum #below-content .portletCollection.frontpage-news .portletHeader a:active:focus,
body.frontend.portaltype-portlet-page.subsection-zien-en-doen #below-content .portletCollection.frontpage-news .portletHeader a:active:focus,
body.frontend.portaltype-event #below-content .portletCollection.frontpage-news .portletHeader a:active:focus,
body.frontend.portaltype-person #below-content .portletCollection.frontpage-news .portletHeader a:active:focus {
  text-decoration: underline;
}
/* line 12524, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.section-frontpage #content-core .portletCollection.frontpage-news .portletHeader .arrow-title,
body.frontend.portaltype-portlet-page.section-home-page #content-core .portletCollection.frontpage-news .portletHeader .arrow-title,
body.frontend.portaltype-portlet-page.subsection-nu-te-zien #content-core .portletCollection.frontpage-news .portletHeader .arrow-title,
body.frontend.portaltype-portlet-page.subsection-now-in-the-museum #content-core .portletCollection.frontpage-news .portletHeader .arrow-title,
body.frontend.portaltype-portlet-page.subsection-zien-en-doen #content-core .portletCollection.frontpage-news .portletHeader .arrow-title,
body.frontend.portaltype-event #content-core .portletCollection.frontpage-news .portletHeader .arrow-title,
body.frontend.portaltype-person #content-core .portletCollection.frontpage-news .portletHeader .arrow-title,
body.frontend.portaltype-portlet-page.section-frontpage #below-content .portletCollection.frontpage-news .portletHeader .arrow-title,
body.frontend.portaltype-portlet-page.section-home-page #below-content .portletCollection.frontpage-news .portletHeader .arrow-title,
body.frontend.portaltype-portlet-page.subsection-nu-te-zien #below-content .portletCollection.frontpage-news .portletHeader .arrow-title,
body.frontend.portaltype-portlet-page.subsection-now-in-the-museum #below-content .portletCollection.frontpage-news .portletHeader .arrow-title,
body.frontend.portaltype-portlet-page.subsection-zien-en-doen #below-content .portletCollection.frontpage-news .portletHeader .arrow-title,
body.frontend.portaltype-event #below-content .portletCollection.frontpage-news .portletHeader .arrow-title,
body.frontend.portaltype-person #below-content .portletCollection.frontpage-news .portletHeader .arrow-title {
  display: none !important;
}
/* line 12531, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.section-frontpage #content-core .portletCollection.frontpage-news .entry-wrapper p.event-date,
body.frontend.portaltype-portlet-page.section-home-page #content-core .portletCollection.frontpage-news .entry-wrapper p.event-date,
body.frontend.portaltype-portlet-page.subsection-nu-te-zien #content-core .portletCollection.frontpage-news .entry-wrapper p.event-date,
body.frontend.portaltype-portlet-page.subsection-now-in-the-museum #content-core .portletCollection.frontpage-news .entry-wrapper p.event-date,
body.frontend.portaltype-portlet-page.subsection-zien-en-doen #content-core .portletCollection.frontpage-news .entry-wrapper p.event-date,
body.frontend.portaltype-event #content-core .portletCollection.frontpage-news .entry-wrapper p.event-date,
body.frontend.portaltype-person #content-core .portletCollection.frontpage-news .entry-wrapper p.event-date,
body.frontend.portaltype-portlet-page.section-frontpage #below-content .portletCollection.frontpage-news .entry-wrapper p.event-date,
body.frontend.portaltype-portlet-page.section-home-page #below-content .portletCollection.frontpage-news .entry-wrapper p.event-date,
body.frontend.portaltype-portlet-page.subsection-nu-te-zien #below-content .portletCollection.frontpage-news .entry-wrapper p.event-date,
body.frontend.portaltype-portlet-page.subsection-now-in-the-museum #below-content .portletCollection.frontpage-news .entry-wrapper p.event-date,
body.frontend.portaltype-portlet-page.subsection-zien-en-doen #below-content .portletCollection.frontpage-news .entry-wrapper p.event-date,
body.frontend.portaltype-event #below-content .portletCollection.frontpage-news .entry-wrapper p.event-date,
body.frontend.portaltype-person #below-content .portletCollection.frontpage-news .entry-wrapper p.event-date {
  color: #a1a1a3;
}
@media (min-width: 992px) {
  /* line 12536, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage #content-core .portletCollection.frontpage-news,
  body.frontend.portaltype-portlet-page.section-home-page #content-core .portletCollection.frontpage-news,
  body.frontend.portaltype-portlet-page.subsection-nu-te-zien #content-core .portletCollection.frontpage-news,
  body.frontend.portaltype-portlet-page.subsection-now-in-the-museum #content-core .portletCollection.frontpage-news,
  body.frontend.portaltype-portlet-page.subsection-zien-en-doen #content-core .portletCollection.frontpage-news,
  body.frontend.portaltype-event #content-core .portletCollection.frontpage-news,
  body.frontend.portaltype-person #content-core .portletCollection.frontpage-news,
  body.frontend.portaltype-portlet-page.section-frontpage #below-content .portletCollection.frontpage-news,
  body.frontend.portaltype-portlet-page.section-home-page #below-content .portletCollection.frontpage-news,
  body.frontend.portaltype-portlet-page.subsection-nu-te-zien #below-content .portletCollection.frontpage-news,
  body.frontend.portaltype-portlet-page.subsection-now-in-the-museum #below-content .portletCollection.frontpage-news,
  body.frontend.portaltype-portlet-page.subsection-zien-en-doen #below-content .portletCollection.frontpage-news,
  body.frontend.portaltype-event #below-content .portletCollection.frontpage-news,
  body.frontend.portaltype-person #below-content .portletCollection.frontpage-news {
    padding-top: 100px;
    padding-left: 25px;
    padding-bottom: 50px;
  }
  /* line 12542, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage #content-core .portletCollection.frontpage-news .show-more-a:hover,
  body.frontend.portaltype-portlet-page.section-home-page #content-core .portletCollection.frontpage-news .show-more-a:hover,
  body.frontend.portaltype-portlet-page.subsection-nu-te-zien #content-core .portletCollection.frontpage-news .show-more-a:hover,
  body.frontend.portaltype-portlet-page.subsection-now-in-the-museum #content-core .portletCollection.frontpage-news .show-more-a:hover,
  body.frontend.portaltype-portlet-page.subsection-zien-en-doen #content-core .portletCollection.frontpage-news .show-more-a:hover,
  body.frontend.portaltype-event #content-core .portletCollection.frontpage-news .show-more-a:hover,
  body.frontend.portaltype-person #content-core .portletCollection.frontpage-news .show-more-a:hover,
  body.frontend.portaltype-portlet-page.section-frontpage #below-content .portletCollection.frontpage-news .show-more-a:hover,
  body.frontend.portaltype-portlet-page.section-home-page #below-content .portletCollection.frontpage-news .show-more-a:hover,
  body.frontend.portaltype-portlet-page.subsection-nu-te-zien #below-content .portletCollection.frontpage-news .show-more-a:hover,
  body.frontend.portaltype-portlet-page.subsection-now-in-the-museum #below-content .portletCollection.frontpage-news .show-more-a:hover,
  body.frontend.portaltype-portlet-page.subsection-zien-en-doen #below-content .portletCollection.frontpage-news .show-more-a:hover,
  body.frontend.portaltype-event #below-content .portletCollection.frontpage-news .show-more-a:hover,
  body.frontend.portaltype-person #below-content .portletCollection.frontpage-news .show-more-a:hover,
  body.frontend.portaltype-portlet-page.section-frontpage #content-core .portletCollection.frontpage-news .show-more-a:focus,
  body.frontend.portaltype-portlet-page.section-home-page #content-core .portletCollection.frontpage-news .show-more-a:focus,
  body.frontend.portaltype-portlet-page.subsection-nu-te-zien #content-core .portletCollection.frontpage-news .show-more-a:focus,
  body.frontend.portaltype-portlet-page.subsection-now-in-the-museum #content-core .portletCollection.frontpage-news .show-more-a:focus,
  body.frontend.portaltype-portlet-page.subsection-zien-en-doen #content-core .portletCollection.frontpage-news .show-more-a:focus,
  body.frontend.portaltype-event #content-core .portletCollection.frontpage-news .show-more-a:focus,
  body.frontend.portaltype-person #content-core .portletCollection.frontpage-news .show-more-a:focus,
  body.frontend.portaltype-portlet-page.section-frontpage #below-content .portletCollection.frontpage-news .show-more-a:focus,
  body.frontend.portaltype-portlet-page.section-home-page #below-content .portletCollection.frontpage-news .show-more-a:focus,
  body.frontend.portaltype-portlet-page.subsection-nu-te-zien #below-content .portletCollection.frontpage-news .show-more-a:focus,
  body.frontend.portaltype-portlet-page.subsection-now-in-the-museum #below-content .portletCollection.frontpage-news .show-more-a:focus,
  body.frontend.portaltype-portlet-page.subsection-zien-en-doen #below-content .portletCollection.frontpage-news .show-more-a:focus,
  body.frontend.portaltype-event #below-content .portletCollection.frontpage-news .show-more-a:focus,
  body.frontend.portaltype-person #below-content .portletCollection.frontpage-news .show-more-a:focus,
  body.frontend.portaltype-portlet-page.section-frontpage #content-core .portletCollection.frontpage-news .show-more-a:active,
  body.frontend.portaltype-portlet-page.section-home-page #content-core .portletCollection.frontpage-news .show-more-a:active,
  body.frontend.portaltype-portlet-page.subsection-nu-te-zien #content-core .portletCollection.frontpage-news .show-more-a:active,
  body.frontend.portaltype-portlet-page.subsection-now-in-the-museum #content-core .portletCollection.frontpage-news .show-more-a:active,
  body.frontend.portaltype-portlet-page.subsection-zien-en-doen #content-core .portletCollection.frontpage-news .show-more-a:active,
  body.frontend.portaltype-event #content-core .portletCollection.frontpage-news .show-more-a:active,
  body.frontend.portaltype-person #content-core .portletCollection.frontpage-news .show-more-a:active,
  body.frontend.portaltype-portlet-page.section-frontpage #below-content .portletCollection.frontpage-news .show-more-a:active,
  body.frontend.portaltype-portlet-page.section-home-page #below-content .portletCollection.frontpage-news .show-more-a:active,
  body.frontend.portaltype-portlet-page.subsection-nu-te-zien #below-content .portletCollection.frontpage-news .show-more-a:active,
  body.frontend.portaltype-portlet-page.subsection-now-in-the-museum #below-content .portletCollection.frontpage-news .show-more-a:active,
  body.frontend.portaltype-portlet-page.subsection-zien-en-doen #below-content .portletCollection.frontpage-news .show-more-a:active,
  body.frontend.portaltype-event #below-content .portletCollection.frontpage-news .show-more-a:active,
  body.frontend.portaltype-person #below-content .portletCollection.frontpage-news .show-more-a:active,
  body.frontend.portaltype-portlet-page.section-frontpage #content-core .portletCollection.frontpage-news .show-more-a:focus,
  body.frontend.portaltype-portlet-page.section-home-page #content-core .portletCollection.frontpage-news .show-more-a:focus,
  body.frontend.portaltype-portlet-page.subsection-nu-te-zien #content-core .portletCollection.frontpage-news .show-more-a:focus,
  body.frontend.portaltype-portlet-page.subsection-now-in-the-museum #content-core .portletCollection.frontpage-news .show-more-a:focus,
  body.frontend.portaltype-portlet-page.subsection-zien-en-doen #content-core .portletCollection.frontpage-news .show-more-a:focus,
  body.frontend.portaltype-event #content-core .portletCollection.frontpage-news .show-more-a:focus,
  body.frontend.portaltype-person #content-core .portletCollection.frontpage-news .show-more-a:focus,
  body.frontend.portaltype-portlet-page.section-frontpage #below-content .portletCollection.frontpage-news .show-more-a:focus,
  body.frontend.portaltype-portlet-page.section-home-page #below-content .portletCollection.frontpage-news .show-more-a:focus,
  body.frontend.portaltype-portlet-page.subsection-nu-te-zien #below-content .portletCollection.frontpage-news .show-more-a:focus,
  body.frontend.portaltype-portlet-page.subsection-now-in-the-museum #below-content .portletCollection.frontpage-news .show-more-a:focus,
  body.frontend.portaltype-portlet-page.subsection-zien-en-doen #below-content .portletCollection.frontpage-news .show-more-a:focus,
  body.frontend.portaltype-event #below-content .portletCollection.frontpage-news .show-more-a:focus,
  body.frontend.portaltype-person #below-content .portletCollection.frontpage-news .show-more-a:focus {
    text-decoration: none !important;
  }
  /* line 12549, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage #content-core .portletCollection.frontpage-news .show-more-header,
  body.frontend.portaltype-portlet-page.section-home-page #content-core .portletCollection.frontpage-news .show-more-header,
  body.frontend.portaltype-portlet-page.subsection-nu-te-zien #content-core .portletCollection.frontpage-news .show-more-header,
  body.frontend.portaltype-portlet-page.subsection-now-in-the-museum #content-core .portletCollection.frontpage-news .show-more-header,
  body.frontend.portaltype-portlet-page.subsection-zien-en-doen #content-core .portletCollection.frontpage-news .show-more-header,
  body.frontend.portaltype-event #content-core .portletCollection.frontpage-news .show-more-header,
  body.frontend.portaltype-person #content-core .portletCollection.frontpage-news .show-more-header,
  body.frontend.portaltype-portlet-page.section-frontpage #below-content .portletCollection.frontpage-news .show-more-header,
  body.frontend.portaltype-portlet-page.section-home-page #below-content .portletCollection.frontpage-news .show-more-header,
  body.frontend.portaltype-portlet-page.subsection-nu-te-zien #below-content .portletCollection.frontpage-news .show-more-header,
  body.frontend.portaltype-portlet-page.subsection-now-in-the-museum #below-content .portletCollection.frontpage-news .show-more-header,
  body.frontend.portaltype-portlet-page.subsection-zien-en-doen #below-content .portletCollection.frontpage-news .show-more-header,
  body.frontend.portaltype-event #below-content .portletCollection.frontpage-news .show-more-header,
  body.frontend.portaltype-person #below-content .portletCollection.frontpage-news .show-more-header {
    display: inline;
    color: #494a51 !important;
    text-decoration: none !important;
  }
  /* line 12557, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage #content-core .portletCollection.frontpage-news .portletHeader,
  body.frontend.portaltype-portlet-page.section-home-page #content-core .portletCollection.frontpage-news .portletHeader,
  body.frontend.portaltype-portlet-page.subsection-nu-te-zien #content-core .portletCollection.frontpage-news .portletHeader,
  body.frontend.portaltype-portlet-page.subsection-now-in-the-museum #content-core .portletCollection.frontpage-news .portletHeader,
  body.frontend.portaltype-portlet-page.subsection-zien-en-doen #content-core .portletCollection.frontpage-news .portletHeader,
  body.frontend.portaltype-event #content-core .portletCollection.frontpage-news .portletHeader,
  body.frontend.portaltype-person #content-core .portletCollection.frontpage-news .portletHeader,
  body.frontend.portaltype-portlet-page.section-frontpage #below-content .portletCollection.frontpage-news .portletHeader,
  body.frontend.portaltype-portlet-page.section-home-page #below-content .portletCollection.frontpage-news .portletHeader,
  body.frontend.portaltype-portlet-page.subsection-nu-te-zien #below-content .portletCollection.frontpage-news .portletHeader,
  body.frontend.portaltype-portlet-page.subsection-now-in-the-museum #below-content .portletCollection.frontpage-news .portletHeader,
  body.frontend.portaltype-portlet-page.subsection-zien-en-doen #below-content .portletCollection.frontpage-news .portletHeader,
  body.frontend.portaltype-event #below-content .portletCollection.frontpage-news .portletHeader,
  body.frontend.portaltype-person #below-content .portletCollection.frontpage-news .portletHeader {
    width: 25%;
    float: right;
  }
  /* line 12561, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage #content-core .portletCollection.frontpage-news .portletHeader h1,
  body.frontend.portaltype-portlet-page.section-home-page #content-core .portletCollection.frontpage-news .portletHeader h1,
  body.frontend.portaltype-portlet-page.subsection-nu-te-zien #content-core .portletCollection.frontpage-news .portletHeader h1,
  body.frontend.portaltype-portlet-page.subsection-now-in-the-museum #content-core .portletCollection.frontpage-news .portletHeader h1,
  body.frontend.portaltype-portlet-page.subsection-zien-en-doen #content-core .portletCollection.frontpage-news .portletHeader h1,
  body.frontend.portaltype-event #content-core .portletCollection.frontpage-news .portletHeader h1,
  body.frontend.portaltype-person #content-core .portletCollection.frontpage-news .portletHeader h1,
  body.frontend.portaltype-portlet-page.section-frontpage #below-content .portletCollection.frontpage-news .portletHeader h1,
  body.frontend.portaltype-portlet-page.section-home-page #below-content .portletCollection.frontpage-news .portletHeader h1,
  body.frontend.portaltype-portlet-page.subsection-nu-te-zien #below-content .portletCollection.frontpage-news .portletHeader h1,
  body.frontend.portaltype-portlet-page.subsection-now-in-the-museum #below-content .portletCollection.frontpage-news .portletHeader h1,
  body.frontend.portaltype-portlet-page.subsection-zien-en-doen #below-content .portletCollection.frontpage-news .portletHeader h1,
  body.frontend.portaltype-event #below-content .portletCollection.frontpage-news .portletHeader h1,
  body.frontend.portaltype-person #below-content .portletCollection.frontpage-news .portletHeader h1 {
    max-width: 170px;
    font-size: 4.5vw;
    line-height: 4.0vw;
    margin-top: 0.8vw;
    text-align: left;
  }
  /* line 12575, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage #content-core .portletCollection.frontpage-news .portletFooter,
  body.frontend.portaltype-portlet-page.section-home-page #content-core .portletCollection.frontpage-news .portletFooter,
  body.frontend.portaltype-portlet-page.subsection-nu-te-zien #content-core .portletCollection.frontpage-news .portletFooter,
  body.frontend.portaltype-portlet-page.subsection-now-in-the-museum #content-core .portletCollection.frontpage-news .portletFooter,
  body.frontend.portaltype-portlet-page.subsection-zien-en-doen #content-core .portletCollection.frontpage-news .portletFooter,
  body.frontend.portaltype-event #content-core .portletCollection.frontpage-news .portletFooter,
  body.frontend.portaltype-person #content-core .portletCollection.frontpage-news .portletFooter,
  body.frontend.portaltype-portlet-page.section-frontpage #below-content .portletCollection.frontpage-news .portletFooter,
  body.frontend.portaltype-portlet-page.section-home-page #below-content .portletCollection.frontpage-news .portletFooter,
  body.frontend.portaltype-portlet-page.subsection-nu-te-zien #below-content .portletCollection.frontpage-news .portletFooter,
  body.frontend.portaltype-portlet-page.subsection-now-in-the-museum #below-content .portletCollection.frontpage-news .portletFooter,
  body.frontend.portaltype-portlet-page.subsection-zien-en-doen #below-content .portletCollection.frontpage-news .portletFooter,
  body.frontend.portaltype-event #below-content .portletCollection.frontpage-news .portletFooter,
  body.frontend.portaltype-person #below-content .portletCollection.frontpage-news .portletFooter {
    display: none;
  }
  /* line 12579, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage #content-core .portletCollection.frontpage-news #row-items,
  body.frontend.portaltype-portlet-page.section-home-page #content-core .portletCollection.frontpage-news #row-items,
  body.frontend.portaltype-portlet-page.subsection-nu-te-zien #content-core .portletCollection.frontpage-news #row-items,
  body.frontend.portaltype-portlet-page.subsection-now-in-the-museum #content-core .portletCollection.frontpage-news #row-items,
  body.frontend.portaltype-portlet-page.subsection-zien-en-doen #content-core .portletCollection.frontpage-news #row-items,
  body.frontend.portaltype-event #content-core .portletCollection.frontpage-news #row-items,
  body.frontend.portaltype-person #content-core .portletCollection.frontpage-news #row-items,
  body.frontend.portaltype-portlet-page.section-frontpage #below-content .portletCollection.frontpage-news #row-items,
  body.frontend.portaltype-portlet-page.section-home-page #below-content .portletCollection.frontpage-news #row-items,
  body.frontend.portaltype-portlet-page.subsection-nu-te-zien #below-content .portletCollection.frontpage-news #row-items,
  body.frontend.portaltype-portlet-page.subsection-now-in-the-museum #below-content .portletCollection.frontpage-news #row-items,
  body.frontend.portaltype-portlet-page.subsection-zien-en-doen #below-content .portletCollection.frontpage-news #row-items,
  body.frontend.portaltype-event #below-content .portletCollection.frontpage-news #row-items,
  body.frontend.portaltype-person #below-content .portletCollection.frontpage-news #row-items {
    width: 75%;
    float: left;
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  /* line 12587, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage #content-core .portletCollection.frontpage-news .thumb-wrapper img,
  body.frontend.portaltype-portlet-page.section-home-page #content-core .portletCollection.frontpage-news .thumb-wrapper img,
  body.frontend.portaltype-portlet-page.subsection-nu-te-zien #content-core .portletCollection.frontpage-news .thumb-wrapper img,
  body.frontend.portaltype-portlet-page.subsection-now-in-the-museum #content-core .portletCollection.frontpage-news .thumb-wrapper img,
  body.frontend.portaltype-portlet-page.subsection-zien-en-doen #content-core .portletCollection.frontpage-news .thumb-wrapper img,
  body.frontend.portaltype-event #content-core .portletCollection.frontpage-news .thumb-wrapper img,
  body.frontend.portaltype-person #content-core .portletCollection.frontpage-news .thumb-wrapper img,
  body.frontend.portaltype-portlet-page.section-frontpage #below-content .portletCollection.frontpage-news .thumb-wrapper img,
  body.frontend.portaltype-portlet-page.section-home-page #below-content .portletCollection.frontpage-news .thumb-wrapper img,
  body.frontend.portaltype-portlet-page.subsection-nu-te-zien #below-content .portletCollection.frontpage-news .thumb-wrapper img,
  body.frontend.portaltype-portlet-page.subsection-now-in-the-museum #below-content .portletCollection.frontpage-news .thumb-wrapper img,
  body.frontend.portaltype-portlet-page.subsection-zien-en-doen #below-content .portletCollection.frontpage-news .thumb-wrapper img,
  body.frontend.portaltype-event #below-content .portletCollection.frontpage-news .thumb-wrapper img,
  body.frontend.portaltype-person #below-content .portletCollection.frontpage-news .thumb-wrapper img {
    margin-bottom: 15px;
  }
  /* line 12593, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage #content-core .portletCollection.frontpage-news .entry-wrapper h4.item-title,
  body.frontend.portaltype-portlet-page.section-home-page #content-core .portletCollection.frontpage-news .entry-wrapper h4.item-title,
  body.frontend.portaltype-portlet-page.subsection-nu-te-zien #content-core .portletCollection.frontpage-news .entry-wrapper h4.item-title,
  body.frontend.portaltype-portlet-page.subsection-now-in-the-museum #content-core .portletCollection.frontpage-news .entry-wrapper h4.item-title,
  body.frontend.portaltype-portlet-page.subsection-zien-en-doen #content-core .portletCollection.frontpage-news .entry-wrapper h4.item-title,
  body.frontend.portaltype-event #content-core .portletCollection.frontpage-news .entry-wrapper h4.item-title,
  body.frontend.portaltype-person #content-core .portletCollection.frontpage-news .entry-wrapper h4.item-title,
  body.frontend.portaltype-portlet-page.section-frontpage #below-content .portletCollection.frontpage-news .entry-wrapper h4.item-title,
  body.frontend.portaltype-portlet-page.section-home-page #below-content .portletCollection.frontpage-news .entry-wrapper h4.item-title,
  body.frontend.portaltype-portlet-page.subsection-nu-te-zien #below-content .portletCollection.frontpage-news .entry-wrapper h4.item-title,
  body.frontend.portaltype-portlet-page.subsection-now-in-the-museum #below-content .portletCollection.frontpage-news .entry-wrapper h4.item-title,
  body.frontend.portaltype-portlet-page.subsection-zien-en-doen #below-content .portletCollection.frontpage-news .entry-wrapper h4.item-title,
  body.frontend.portaltype-event #below-content .portletCollection.frontpage-news .entry-wrapper h4.item-title,
  body.frontend.portaltype-person #below-content .portletCollection.frontpage-news .entry-wrapper h4.item-title {
    font-size: 20px;
    line-height: 25px;
    font-family: 'HelveticaMedium', Helvetica, Arial, sans-serif;
    color: #494A51;
  }
  /* line 12599, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage #content-core .portletCollection.frontpage-news .entry-wrapper h4.item-title a,
  body.frontend.portaltype-portlet-page.section-home-page #content-core .portletCollection.frontpage-news .entry-wrapper h4.item-title a,
  body.frontend.portaltype-portlet-page.subsection-nu-te-zien #content-core .portletCollection.frontpage-news .entry-wrapper h4.item-title a,
  body.frontend.portaltype-portlet-page.subsection-now-in-the-museum #content-core .portletCollection.frontpage-news .entry-wrapper h4.item-title a,
  body.frontend.portaltype-portlet-page.subsection-zien-en-doen #content-core .portletCollection.frontpage-news .entry-wrapper h4.item-title a,
  body.frontend.portaltype-event #content-core .portletCollection.frontpage-news .entry-wrapper h4.item-title a,
  body.frontend.portaltype-person #content-core .portletCollection.frontpage-news .entry-wrapper h4.item-title a,
  body.frontend.portaltype-portlet-page.section-frontpage #below-content .portletCollection.frontpage-news .entry-wrapper h4.item-title a,
  body.frontend.portaltype-portlet-page.section-home-page #below-content .portletCollection.frontpage-news .entry-wrapper h4.item-title a,
  body.frontend.portaltype-portlet-page.subsection-nu-te-zien #below-content .portletCollection.frontpage-news .entry-wrapper h4.item-title a,
  body.frontend.portaltype-portlet-page.subsection-now-in-the-museum #below-content .portletCollection.frontpage-news .entry-wrapper h4.item-title a,
  body.frontend.portaltype-portlet-page.subsection-zien-en-doen #below-content .portletCollection.frontpage-news .entry-wrapper h4.item-title a,
  body.frontend.portaltype-event #below-content .portletCollection.frontpage-news .entry-wrapper h4.item-title a,
  body.frontend.portaltype-person #below-content .portletCollection.frontpage-news .entry-wrapper h4.item-title a {
    color: #494A51;
    margin-top: 0px;
  }
  /* line 12606, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage #content-core .portletCollection.frontpage-news p.item-description,
  body.frontend.portaltype-portlet-page.section-home-page #content-core .portletCollection.frontpage-news p.item-description,
  body.frontend.portaltype-portlet-page.subsection-nu-te-zien #content-core .portletCollection.frontpage-news p.item-description,
  body.frontend.portaltype-portlet-page.subsection-now-in-the-museum #content-core .portletCollection.frontpage-news p.item-description,
  body.frontend.portaltype-portlet-page.subsection-zien-en-doen #content-core .portletCollection.frontpage-news p.item-description,
  body.frontend.portaltype-event #content-core .portletCollection.frontpage-news p.item-description,
  body.frontend.portaltype-person #content-core .portletCollection.frontpage-news p.item-description,
  body.frontend.portaltype-portlet-page.section-frontpage #below-content .portletCollection.frontpage-news p.item-description,
  body.frontend.portaltype-portlet-page.section-home-page #below-content .portletCollection.frontpage-news p.item-description,
  body.frontend.portaltype-portlet-page.subsection-nu-te-zien #below-content .portletCollection.frontpage-news p.item-description,
  body.frontend.portaltype-portlet-page.subsection-now-in-the-museum #below-content .portletCollection.frontpage-news p.item-description,
  body.frontend.portaltype-portlet-page.subsection-zien-en-doen #below-content .portletCollection.frontpage-news p.item-description,
  body.frontend.portaltype-event #below-content .portletCollection.frontpage-news p.item-description,
  body.frontend.portaltype-person #below-content .portletCollection.frontpage-news p.item-description {
    font-size: 1.100em !important;
    line-height: 30px !important;
    display: none;
  }
}
@media (min-width: 992px) and (min-width: 1400px) {
  /* line 12568, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage #content-core .portletCollection.frontpage-news .portletHeader h1,
  body.frontend.portaltype-portlet-page.section-home-page #content-core .portletCollection.frontpage-news .portletHeader h1,
  body.frontend.portaltype-portlet-page.subsection-nu-te-zien #content-core .portletCollection.frontpage-news .portletHeader h1,
  body.frontend.portaltype-portlet-page.subsection-now-in-the-museum #content-core .portletCollection.frontpage-news .portletHeader h1,
  body.frontend.portaltype-portlet-page.subsection-zien-en-doen #content-core .portletCollection.frontpage-news .portletHeader h1,
  body.frontend.portaltype-event #content-core .portletCollection.frontpage-news .portletHeader h1,
  body.frontend.portaltype-person #content-core .portletCollection.frontpage-news .portletHeader h1,
  body.frontend.portaltype-portlet-page.section-frontpage #below-content .portletCollection.frontpage-news .portletHeader h1,
  body.frontend.portaltype-portlet-page.section-home-page #below-content .portletCollection.frontpage-news .portletHeader h1,
  body.frontend.portaltype-portlet-page.subsection-nu-te-zien #below-content .portletCollection.frontpage-news .portletHeader h1,
  body.frontend.portaltype-portlet-page.subsection-now-in-the-museum #below-content .portletCollection.frontpage-news .portletHeader h1,
  body.frontend.portaltype-portlet-page.subsection-zien-en-doen #below-content .portletCollection.frontpage-news .portletHeader h1,
  body.frontend.portaltype-event #below-content .portletCollection.frontpage-news .portletHeader h1,
  body.frontend.portaltype-person #below-content .portletCollection.frontpage-news .portletHeader h1 {
    font-size: 60px;
    line-height: 60px;
  }
}
/* line 12615, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.section-frontpage #below-content .portletCollection.frontpage-news,
body.frontend.portaltype-portlet-page.section-home-page #below-content .portletCollection.frontpage-news,
body.frontend.portaltype-portlet-page.subsection-nu-te-zien #below-content .portletCollection.frontpage-news,
body.frontend.portaltype-portlet-page.subsection-now-in-the-museum #below-content .portletCollection.frontpage-news,
body.frontend.portaltype-portlet-page.subsection-zien-en-doen #below-content .portletCollection.frontpage-news,
body.frontend.portaltype-event #below-content .portletCollection.frontpage-news,
body.frontend.portaltype-person #below-content .portletCollection.frontpage-news {
  background: #fbf9f2 !important;
}
/* line 12616, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.section-frontpage #below-content .portletCollection.frontpage-news p.item-description,
body.frontend.portaltype-portlet-page.section-home-page #below-content .portletCollection.frontpage-news p.item-description,
body.frontend.portaltype-portlet-page.subsection-nu-te-zien #below-content .portletCollection.frontpage-news p.item-description,
body.frontend.portaltype-portlet-page.subsection-now-in-the-museum #below-content .portletCollection.frontpage-news p.item-description,
body.frontend.portaltype-portlet-page.subsection-zien-en-doen #below-content .portletCollection.frontpage-news p.item-description,
body.frontend.portaltype-event #below-content .portletCollection.frontpage-news p.item-description,
body.frontend.portaltype-person #below-content .portletCollection.frontpage-news p.item-description {
  display: block !important;
}
/* line 12622, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.section-frontpage #below-content .portletCollection.frontpage-news .portletHeader a:not(.show-more-a):hover,
body.frontend.portaltype-portlet-page.section-home-page #below-content .portletCollection.frontpage-news .portletHeader a:not(.show-more-a):hover,
body.frontend.portaltype-portlet-page.subsection-nu-te-zien #below-content .portletCollection.frontpage-news .portletHeader a:not(.show-more-a):hover,
body.frontend.portaltype-portlet-page.subsection-now-in-the-museum #below-content .portletCollection.frontpage-news .portletHeader a:not(.show-more-a):hover,
body.frontend.portaltype-portlet-page.subsection-zien-en-doen #below-content .portletCollection.frontpage-news .portletHeader a:not(.show-more-a):hover,
body.frontend.portaltype-event #below-content .portletCollection.frontpage-news .portletHeader a:not(.show-more-a):hover,
body.frontend.portaltype-person #below-content .portletCollection.frontpage-news .portletHeader a:not(.show-more-a):hover,
body.frontend.portaltype-portlet-page.section-frontpage #below-content .portletCollection.frontpage-news .portletHeader a:not(.show-more-a):focus,
body.frontend.portaltype-portlet-page.section-home-page #below-content .portletCollection.frontpage-news .portletHeader a:not(.show-more-a):focus,
body.frontend.portaltype-portlet-page.subsection-nu-te-zien #below-content .portletCollection.frontpage-news .portletHeader a:not(.show-more-a):focus,
body.frontend.portaltype-portlet-page.subsection-now-in-the-museum #below-content .portletCollection.frontpage-news .portletHeader a:not(.show-more-a):focus,
body.frontend.portaltype-portlet-page.subsection-zien-en-doen #below-content .portletCollection.frontpage-news .portletHeader a:not(.show-more-a):focus,
body.frontend.portaltype-event #below-content .portletCollection.frontpage-news .portletHeader a:not(.show-more-a):focus,
body.frontend.portaltype-person #below-content .portletCollection.frontpage-news .portletHeader a:not(.show-more-a):focus,
body.frontend.portaltype-portlet-page.section-frontpage #below-content .portletCollection.frontpage-news .portletHeader a:not(.show-more-a):active,
body.frontend.portaltype-portlet-page.section-home-page #below-content .portletCollection.frontpage-news .portletHeader a:not(.show-more-a):active,
body.frontend.portaltype-portlet-page.subsection-nu-te-zien #below-content .portletCollection.frontpage-news .portletHeader a:not(.show-more-a):active,
body.frontend.portaltype-portlet-page.subsection-now-in-the-museum #below-content .portletCollection.frontpage-news .portletHeader a:not(.show-more-a):active,
body.frontend.portaltype-portlet-page.subsection-zien-en-doen #below-content .portletCollection.frontpage-news .portletHeader a:not(.show-more-a):active,
body.frontend.portaltype-event #below-content .portletCollection.frontpage-news .portletHeader a:not(.show-more-a):active,
body.frontend.portaltype-person #below-content .portletCollection.frontpage-news .portletHeader a:not(.show-more-a):active,
body.frontend.portaltype-portlet-page.section-frontpage #below-content .portletCollection.frontpage-news .portletHeader a:not(.show-more-a):active:focus,
body.frontend.portaltype-portlet-page.section-home-page #below-content .portletCollection.frontpage-news .portletHeader a:not(.show-more-a):active:focus,
body.frontend.portaltype-portlet-page.subsection-nu-te-zien #below-content .portletCollection.frontpage-news .portletHeader a:not(.show-more-a):active:focus,
body.frontend.portaltype-portlet-page.subsection-now-in-the-museum #below-content .portletCollection.frontpage-news .portletHeader a:not(.show-more-a):active:focus,
body.frontend.portaltype-portlet-page.subsection-zien-en-doen #below-content .portletCollection.frontpage-news .portletHeader a:not(.show-more-a):active:focus,
body.frontend.portaltype-event #below-content .portletCollection.frontpage-news .portletHeader a:not(.show-more-a):active:focus,
body.frontend.portaltype-person #below-content .portletCollection.frontpage-news .portletHeader a:not(.show-more-a):active:focus {
  color: #282931;
}
/* line 12631, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.section-frontpage #below-content .portletCollection.frontpage-news a.show-more-a,
body.frontend.portaltype-portlet-page.section-home-page #below-content .portletCollection.frontpage-news a.show-more-a,
body.frontend.portaltype-portlet-page.subsection-nu-te-zien #below-content .portletCollection.frontpage-news a.show-more-a,
body.frontend.portaltype-portlet-page.subsection-now-in-the-museum #below-content .portletCollection.frontpage-news a.show-more-a,
body.frontend.portaltype-portlet-page.subsection-zien-en-doen #below-content .portletCollection.frontpage-news a.show-more-a,
body.frontend.portaltype-event #below-content .portletCollection.frontpage-news a.show-more-a,
body.frontend.portaltype-person #below-content .portletCollection.frontpage-news a.show-more-a {
  color: #494a51;
  text-decoration: none;
  border-bottom: 1px solid #494a51;
}
/* line 12635, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.section-frontpage #below-content .portletCollection.frontpage-news a.show-more-a:hover,
body.frontend.portaltype-portlet-page.section-home-page #below-content .portletCollection.frontpage-news a.show-more-a:hover,
body.frontend.portaltype-portlet-page.subsection-nu-te-zien #below-content .portletCollection.frontpage-news a.show-more-a:hover,
body.frontend.portaltype-portlet-page.subsection-now-in-the-museum #below-content .portletCollection.frontpage-news a.show-more-a:hover,
body.frontend.portaltype-portlet-page.subsection-zien-en-doen #below-content .portletCollection.frontpage-news a.show-more-a:hover,
body.frontend.portaltype-event #below-content .portletCollection.frontpage-news a.show-more-a:hover,
body.frontend.portaltype-person #below-content .portletCollection.frontpage-news a.show-more-a:hover,
body.frontend.portaltype-portlet-page.section-frontpage #below-content .portletCollection.frontpage-news a.show-more-a:active,
body.frontend.portaltype-portlet-page.section-home-page #below-content .portletCollection.frontpage-news a.show-more-a:active,
body.frontend.portaltype-portlet-page.subsection-nu-te-zien #below-content .portletCollection.frontpage-news a.show-more-a:active,
body.frontend.portaltype-portlet-page.subsection-now-in-the-museum #below-content .portletCollection.frontpage-news a.show-more-a:active,
body.frontend.portaltype-portlet-page.subsection-zien-en-doen #below-content .portletCollection.frontpage-news a.show-more-a:active,
body.frontend.portaltype-event #below-content .portletCollection.frontpage-news a.show-more-a:active,
body.frontend.portaltype-person #below-content .portletCollection.frontpage-news a.show-more-a:active,
body.frontend.portaltype-portlet-page.section-frontpage #below-content .portletCollection.frontpage-news a.show-more-a:focus,
body.frontend.portaltype-portlet-page.section-home-page #below-content .portletCollection.frontpage-news a.show-more-a:focus,
body.frontend.portaltype-portlet-page.subsection-nu-te-zien #below-content .portletCollection.frontpage-news a.show-more-a:focus,
body.frontend.portaltype-portlet-page.subsection-now-in-the-museum #below-content .portletCollection.frontpage-news a.show-more-a:focus,
body.frontend.portaltype-portlet-page.subsection-zien-en-doen #below-content .portletCollection.frontpage-news a.show-more-a:focus,
body.frontend.portaltype-event #below-content .portletCollection.frontpage-news a.show-more-a:focus,
body.frontend.portaltype-person #below-content .portletCollection.frontpage-news a.show-more-a:focus,
body.frontend.portaltype-portlet-page.section-frontpage #below-content .portletCollection.frontpage-news a.show-more-a:active:focus,
body.frontend.portaltype-portlet-page.section-home-page #below-content .portletCollection.frontpage-news a.show-more-a:active:focus,
body.frontend.portaltype-portlet-page.subsection-nu-te-zien #below-content .portletCollection.frontpage-news a.show-more-a:active:focus,
body.frontend.portaltype-portlet-page.subsection-now-in-the-museum #below-content .portletCollection.frontpage-news a.show-more-a:active:focus,
body.frontend.portaltype-portlet-page.subsection-zien-en-doen #below-content .portletCollection.frontpage-news a.show-more-a:active:focus,
body.frontend.portaltype-event #below-content .portletCollection.frontpage-news a.show-more-a:active:focus,
body.frontend.portaltype-person #below-content .portletCollection.frontpage-news a.show-more-a:active:focus {
  text-decoration: none;
  color: #494a51;
  border-bottom: 0px;
}
@media (max-width: 768px) {
  /* line 12647, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage #below-content .portletCollection.frontpage-news,
  body.frontend.portaltype-portlet-page.section-home-page #below-content .portletCollection.frontpage-news,
  body.frontend.portaltype-portlet-page.subsection-nu-te-zien #below-content .portletCollection.frontpage-news,
  body.frontend.portaltype-portlet-page.subsection-now-in-the-museum #below-content .portletCollection.frontpage-news,
  body.frontend.portaltype-portlet-page.subsection-zien-en-doen #below-content .portletCollection.frontpage-news,
  body.frontend.portaltype-event #below-content .portletCollection.frontpage-news,
  body.frontend.portaltype-person #below-content .portletCollection.frontpage-news {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 992px) {
  /* line 12662, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.subsection-nu-te-zien #slickcarousel,
  body.frontend.portaltype-portlet-page.subsection-zien-en-doen #slickcarousel,
  body.frontend.portaltype-portlet-page.subsection-now-in-the-museum #slickcarousel {
    height: 41vw;
  }
}
/* line 12667, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.subsection-nu-te-zien #column2-container,
body.frontend.portaltype-portlet-page.subsection-zien-en-doen #column2-container,
body.frontend.portaltype-portlet-page.subsection-now-in-the-museum #column2-container {
  display: none;
}
/* line 12672, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.subsection-nu-te-zien .main-container,
body.frontend.portaltype-portlet-page.subsection-zien-en-doen .main-container,
body.frontend.portaltype-portlet-page.subsection-now-in-the-museum .main-container {
  padding-bottom: 0px;
}
@media (min-width: 992px) {
  /* line 12678, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.subsection-nu-te-zien .main-content,
  body.frontend.portaltype-portlet-page.subsection-zien-en-doen .main-content,
  body.frontend.portaltype-portlet-page.subsection-now-in-the-museum .main-content {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* line 12686, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.subsection-nu-te-zien #portletPageTopRow > div,
body.frontend.portaltype-portlet-page.subsection-zien-en-doen #portletPageTopRow > div,
body.frontend.portaltype-portlet-page.subsection-now-in-the-museum #portletPageTopRow > div {
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 768px) {
  /* line 12692, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.subsection-nu-te-zien #portletPageTopRow > div .portletCollection,
  body.frontend.portaltype-portlet-page.subsection-zien-en-doen #portletPageTopRow > div .portletCollection,
  body.frontend.portaltype-portlet-page.subsection-now-in-the-museum #portletPageTopRow > div .portletCollection {
    padding-left: 35px;
    padding-right: 35px;
  }
  /* line 12697, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.subsection-nu-te-zien .page-container,
  body.frontend.portaltype-portlet-page.subsection-zien-en-doen .page-container,
  body.frontend.portaltype-portlet-page.subsection-now-in-the-museum .page-container {
    padding-left: 0px;
    padding-right: 0px;
  }
  /* line 12702, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.subsection-nu-te-zien .portlet-item,
  body.frontend.portaltype-portlet-page.subsection-zien-en-doen .portlet-item,
  body.frontend.portaltype-portlet-page.subsection-now-in-the-museum .portlet-item {
    margin-bottom: 35px;
  }
  /* line 12706, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.subsection-nu-te-zien #content-core,
  body.frontend.portaltype-portlet-page.subsection-zien-en-doen #content-core,
  body.frontend.portaltype-portlet-page.subsection-now-in-the-museum #content-core {
    padding-bottom: 0px;
  }
  /* line 12710, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.subsection-nu-te-zien .portletFooter,
  body.frontend.portaltype-portlet-page.subsection-zien-en-doen .portletFooter,
  body.frontend.portaltype-portlet-page.subsection-now-in-the-museum .portletFooter {
    padding-top: 0px;
  }
  /* line 12715, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.subsection-nu-te-zien #portletPageTopRow > div:last-child .portletCollection,
  body.frontend.portaltype-portlet-page.subsection-zien-en-doen #portletPageTopRow > div:last-child .portletCollection,
  body.frontend.portaltype-portlet-page.subsection-now-in-the-museum #portletPageTopRow > div:last-child .portletCollection {
    padding-bottom: 70px;
  }
}
@media (min-width: 769px) and (max-width: 990px) {
  /* line 12721, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.subsection-nu-te-zien .main-content,
  body.frontend.portaltype-portlet-page.subsection-zien-en-doen .main-content,
  body.frontend.portaltype-portlet-page.subsection-now-in-the-museum .main-content {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* line 12728, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.subsection-nu-te-zien #content-core .portletCollection.frontpage-news p.item-description,
body.frontend.portaltype-portlet-page.subsection-zien-en-doen #content-core .portletCollection.frontpage-news p.item-description,
body.frontend.portaltype-portlet-page.subsection-now-in-the-museum #content-core .portletCollection.frontpage-news p.item-description {
  display: block;
}
@media (min-width: 992px) {
  /* line 12732, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.subsection-nu-te-zien #content-core .portletCollection.frontpage-news,
  body.frontend.portaltype-portlet-page.subsection-zien-en-doen #content-core .portletCollection.frontpage-news,
  body.frontend.portaltype-portlet-page.subsection-now-in-the-museum #content-core .portletCollection.frontpage-news {
    padding-top: 100px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
  }
  /* line 12733, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.subsection-nu-te-zien #content-core .portletCollection.frontpage-news .portletFooter,
  body.frontend.portaltype-portlet-page.subsection-zien-en-doen #content-core .portletCollection.frontpage-news .portletFooter,
  body.frontend.portaltype-portlet-page.subsection-now-in-the-museum #content-core .portletCollection.frontpage-news .portletFooter {
    display: none;
  }
  /* line 12737, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.subsection-nu-te-zien #content-core .portletCollection.frontpage-news .portlet-item,
  body.frontend.portaltype-portlet-page.subsection-zien-en-doen #content-core .portletCollection.frontpage-news .portlet-item,
  body.frontend.portaltype-portlet-page.subsection-now-in-the-museum #content-core .portletCollection.frontpage-news .portlet-item {
    margin-bottom: 40px;
  }
  /* line 12747, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.subsection-nu-te-zien #content-core .portletCollection.frontpage-news .portletHeader h1,
  body.frontend.portaltype-portlet-page.subsection-zien-en-doen #content-core .portletCollection.frontpage-news .portletHeader h1,
  body.frontend.portaltype-portlet-page.subsection-now-in-the-museum #content-core .portletCollection.frontpage-news .portletHeader h1 {
    max-width: 100%;
  }
}
/* line 12755, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.subsection-nu-te-zien #content-core #portletPageTopRow > div:nth-child(even) .portletCollection.frontpage-news,
body.frontend.portaltype-portlet-page.subsection-zien-en-doen #content-core #portletPageTopRow > div:nth-child(even) .portletCollection.frontpage-news,
body.frontend.portaltype-portlet-page.subsection-now-in-the-museum #content-core #portletPageTopRow > div:nth-child(even) .portletCollection.frontpage-news {
  background: #fbf9f2;
  margin-bottom: 0px;
}
/* line 12759, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.subsection-nu-te-zien #content-core #portletPageTopRow > div:nth-child(even) .portletCollection.frontpage-news .portletFooter,
body.frontend.portaltype-portlet-page.subsection-zien-en-doen #content-core #portletPageTopRow > div:nth-child(even) .portletCollection.frontpage-news .portletFooter,
body.frontend.portaltype-portlet-page.subsection-now-in-the-museum #content-core #portletPageTopRow > div:nth-child(even) .portletCollection.frontpage-news .portletFooter {
  background: transparent;
}
/* line 12762, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.subsection-nu-te-zien #content-core #portletPageTopRow > div:nth-child(even) .portletCollection.frontpage-news .portletFooter .show-more,
body.frontend.portaltype-portlet-page.subsection-zien-en-doen #content-core #portletPageTopRow > div:nth-child(even) .portletCollection.frontpage-news .portletFooter .show-more,
body.frontend.portaltype-portlet-page.subsection-now-in-the-museum #content-core #portletPageTopRow > div:nth-child(even) .portletCollection.frontpage-news .portletFooter .show-more {
  background: transparent;
}
/* line 12765, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.subsection-nu-te-zien #content-core #portletPageTopRow > div:nth-child(even) .portletCollection.frontpage-news .portletFooter .show-more:hover,
body.frontend.portaltype-portlet-page.subsection-zien-en-doen #content-core #portletPageTopRow > div:nth-child(even) .portletCollection.frontpage-news .portletFooter .show-more:hover,
body.frontend.portaltype-portlet-page.subsection-now-in-the-museum #content-core #portletPageTopRow > div:nth-child(even) .portletCollection.frontpage-news .portletFooter .show-more:hover,
body.frontend.portaltype-portlet-page.subsection-nu-te-zien #content-core #portletPageTopRow > div:nth-child(even) .portletCollection.frontpage-news .portletFooter .show-more:focus,
body.frontend.portaltype-portlet-page.subsection-zien-en-doen #content-core #portletPageTopRow > div:nth-child(even) .portletCollection.frontpage-news .portletFooter .show-more:focus,
body.frontend.portaltype-portlet-page.subsection-now-in-the-museum #content-core #portletPageTopRow > div:nth-child(even) .portletCollection.frontpage-news .portletFooter .show-more:focus,
body.frontend.portaltype-portlet-page.subsection-nu-te-zien #content-core #portletPageTopRow > div:nth-child(even) .portletCollection.frontpage-news .portletFooter .show-more:active,
body.frontend.portaltype-portlet-page.subsection-zien-en-doen #content-core #portletPageTopRow > div:nth-child(even) .portletCollection.frontpage-news .portletFooter .show-more:active,
body.frontend.portaltype-portlet-page.subsection-now-in-the-museum #content-core #portletPageTopRow > div:nth-child(even) .portletCollection.frontpage-news .portletFooter .show-more:active,
body.frontend.portaltype-portlet-page.subsection-nu-te-zien #content-core #portletPageTopRow > div:nth-child(even) .portletCollection.frontpage-news .portletFooter .show-more:active:focus,
body.frontend.portaltype-portlet-page.subsection-zien-en-doen #content-core #portletPageTopRow > div:nth-child(even) .portletCollection.frontpage-news .portletFooter .show-more:active:focus,
body.frontend.portaltype-portlet-page.subsection-now-in-the-museum #content-core #portletPageTopRow > div:nth-child(even) .portletCollection.frontpage-news .portletFooter .show-more:active:focus {
  background: #282931;
}
@media (min-width: 992px) {
  /* line 12775, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.subsection-nu-te-zien #content-core #portletPageTopRow > div:nth-child(even) .portletCollection.frontpage-news #row-items,
  body.frontend.portaltype-portlet-page.subsection-zien-en-doen #content-core #portletPageTopRow > div:nth-child(even) .portletCollection.frontpage-news #row-items,
  body.frontend.portaltype-portlet-page.subsection-now-in-the-museum #content-core #portletPageTopRow > div:nth-child(even) .portletCollection.frontpage-news #row-items {
    float: left;
  }
  /* line 12779, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.subsection-nu-te-zien #content-core #portletPageTopRow > div:nth-child(even) .portletCollection.frontpage-news .portletHeader,
  body.frontend.portaltype-portlet-page.subsection-zien-en-doen #content-core #portletPageTopRow > div:nth-child(even) .portletCollection.frontpage-news .portletHeader,
  body.frontend.portaltype-portlet-page.subsection-now-in-the-museum #content-core #portletPageTopRow > div:nth-child(even) .portletCollection.frontpage-news .portletHeader {
    float: left;
    width: auto;
    max-width: 25%;
    min-width: 160px;
  }
}
@media (min-width: 992px) {
  /* line 12791, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.subsection-nu-te-zien #column-collective-portletpage-toprow-portlet-verwacht .portletHeader,
  body.frontend.portaltype-portlet-page.subsection-zien-en-doen #column-collective-portletpage-toprow-portlet-verwacht .portletHeader,
  body.frontend.portaltype-portlet-page.subsection-now-in-the-museum #column-collective-portletpage-toprow-portlet-verwacht .portletHeader {
    min-width: 246px !important;
  }
}
@media (min-width: 992px) {
  /* line 12799, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.subsection-nu-te-zien #content-core #portletPageTopRow > div:last-child .portletCollection.frontpage-news,
  body.frontend.portaltype-portlet-page.subsection-zien-en-doen #content-core #portletPageTopRow > div:last-child .portletCollection.frontpage-news,
  body.frontend.portaltype-portlet-page.subsection-now-in-the-museum #content-core #portletPageTopRow > div:last-child .portletCollection.frontpage-news {
    padding-bottom: 100px;
  }
}
/* line 12805, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.subsection-nu-te-zien #content-core #portletPageTopRow .portletMailChimp,
body.frontend.portaltype-portlet-page.subsection-zien-en-doen #content-core #portletPageTopRow .portletMailChimp,
body.frontend.portaltype-portlet-page.subsection-now-in-the-museum #content-core #portletPageTopRow .portletMailChimp {
  margin-left: 0px;
  margin-right: 0px;
}
@media (max-width: 991px) {
  /* line 12822, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-folder #website-wrapper.empty-slideshow .title-container h1.brand-name,
  body.frontend.portaltype-collection #website-wrapper.empty-slideshow .title-container h1.brand-name,
  body.frontend.portaltype-person #website-wrapper.empty-slideshow .title-container h1.brand-name,
  body.frontend.portaltype-portlet-page.subsection-zien-en-doen #website-wrapper.empty-slideshow .title-container h1.brand-name,
  body.frontend.portaltype-portlet-page.subsection-nu-te-zien #website-wrapper.empty-slideshow .title-container h1.brand-name,
  body.frontend.portaltype-portlet-page.subsection-now-in-the-museum #website-wrapper.empty-slideshow .title-container h1.brand-name {
    font-size: 45px !important;
    line-height: 42px;
  }
}
@media (min-width: 992px) {
  /* line 12832, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-folder #website-wrapper.empty-slideshow .title-container h1.brand-name,
  body.frontend.portaltype-collection #website-wrapper.empty-slideshow .title-container h1.brand-name,
  body.frontend.portaltype-person #website-wrapper.empty-slideshow .title-container h1.brand-name,
  body.frontend.portaltype-portlet-page.subsection-zien-en-doen #website-wrapper.empty-slideshow .title-container h1.brand-name,
  body.frontend.portaltype-portlet-page.subsection-nu-te-zien #website-wrapper.empty-slideshow .title-container h1.brand-name,
  body.frontend.portaltype-portlet-page.subsection-now-in-the-museum #website-wrapper.empty-slideshow .title-container h1.brand-name {
    font-size: 56px !important;
    margin-bottom: 10px;
  }
  /* line 12837, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-folder #website-wrapper.empty-slideshow .title-container span.subheading,
  body.frontend.portaltype-collection #website-wrapper.empty-slideshow .title-container span.subheading,
  body.frontend.portaltype-person #website-wrapper.empty-slideshow .title-container span.subheading,
  body.frontend.portaltype-portlet-page.subsection-zien-en-doen #website-wrapper.empty-slideshow .title-container span.subheading,
  body.frontend.portaltype-portlet-page.subsection-nu-te-zien #website-wrapper.empty-slideshow .title-container span.subheading,
  body.frontend.portaltype-portlet-page.subsection-now-in-the-museum #website-wrapper.empty-slideshow .title-container span.subheading {
    max-width: 660px;
    margin: 0 auto;
    font-size: 1.400em;
    line-height: 1.5;
    color: #000000;
    text-align: center;
  }
}
/* line 12852, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body:not(.frontend).template-folder_contents {
  font-family: "Helvetica Neue", Verdana, Arial, Helvetica, sans-serif;
}
/* line 12858, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body:not(.frontend).template-folder_contents #portal-logo {
  top: 3px;
}
/* line 12864, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body:not(.frontend).template-folder_contents .title-container span.subheading {
  display: block;
  padding-bottom: 15px;
}
@media (min-width: 1112px) {
  /* line 12871, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body:not(.frontend).template-folder_contents.plone-toolbar-left-expanded .container,
  body:not(.frontend).template-folder_contents.plone-toolbar-left-default .container {
    width: 980px;
  }
}
/* line 12884, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.section-frontpage #slickcarousel,
body.frontend.portaltype-portlet-page.section-home-page #slickcarousel {
  /*height: auto !important;
		min-height: auto !important;
		max-height: none !important;*/
}
@media (max-width: 768px) {
  /* line 12889, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage #slickcarousel,
  body.frontend.portaltype-portlet-page.section-home-page #slickcarousel {
    height: 400px !important;
    min-height: 400px !important;
    max-height: 400px !important;
  }
}
/* line 12896, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.section-frontpage #slickcarousel .carousel-wrapper,
body.frontend.portaltype-portlet-page.section-home-page #slickcarousel .carousel-wrapper {
  position: relative;
}
/* line 12900, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.section-frontpage .video-box,
body.frontend.portaltype-portlet-page.section-home-page .video-box {
  position: relative;
  width: 100%;
}
/* line 12905, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.section-frontpage .video-box:before,
body.frontend.portaltype-portlet-page.section-home-page .video-box:before {
  content: "";
  display: block;
  padding-top: 52.76015625%;
}
@media (max-width: 991px) {
  /* line 12912, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage #top-left-header-below,
  body.frontend.portaltype-portlet-page.section-home-page #top-left-header-below {
    padding-left: 60px;
  }
}
/* line 12919, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend .button-container {
  padding-top: 30px;
  text-align: center;
}
/* line 12923, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend .button-container button.btn,
body.frontend .button-container a.btn {
  font-family: 'HelveticaBold', Helvetica, Arial, sans-serif;
  margin: 0 auto;
  display: block;
  padding: 17px;
  border: 1px solid #b02318;
  border-radius: 2px;
  text-transform: none;
  height: auto;
  color: #ffffff;
  letter-spacing: 0.0em;
  font-size: 18px;
  background-color: #b02318;
  letter-spacing: 0.01em;
  text-shadow: 0px 0px 0px #ffffff;
  font-weight: 400;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  line-height: 24px;
  width: auto;
  display: inline-block !important;
  background: transparent;
  text-transform: uppercase;
}
/* line 923, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend .button-container button.btn:active:focus,
body.frontend .button-container a.btn:active:focus,
body.frontend .button-container button.btn:focus,
body.frontend .button-container a.btn:focus,
body.frontend .button-container button.btn:active,
body.frontend .button-container a.btn:active {
  background: #8e1d15;
  color: #ffffff;
  outline: none;
}
/* line 931, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend .button-container button.btn:hover,
body.frontend .button-container a.btn:hover {
  background: #8e1d15;
  color: #ffffff;
  box-shadow: none;
  border: 1px solid #8e1d15;
}
@media (min-width: 991px) {
  /* line 12934, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend .carousel-item.landscape .button-container {
    padding-top: 0px;
    padding-bottom: 20px;
  }
  /* line 12938, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend .carousel-item.landscape .button-container button.btn,
  body.frontend .carousel-item.landscape .button-container a.btn {
    background: transparent;
    color: #ffffff;
    border-color: #ffffff;
  }
  /* line 12944, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend .carousel-item.landscape .button-container button.btn:hover,
  body.frontend .carousel-item.landscape .button-container a.btn:hover,
  body.frontend .carousel-item.landscape .button-container button.btn:focus,
  body.frontend .carousel-item.landscape .button-container a.btn:focus,
  body.frontend .carousel-item.landscape .button-container button.btn:active,
  body.frontend .carousel-item.landscape .button-container a.btn:active {
    border-color: #282931;
    background: #282931;
  }
}
@media (max-width: 990px) {
  /* line 12957, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend .carousel-item .button-container {
    pointer-events: all !important;
    padding-bottom: 20px;
  }
}
@media (max-width: 990px) {
  /* line 12965, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend .carousel-item .button-container button.btn,
  body.frontend .carousel-item .button-container a.btn {
    background: transparent;
    color: #ffffff;
    border-color: #ffffff;
  }
  /* line 12971, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend .carousel-item .button-container button.btn:hover,
  body.frontend .carousel-item .button-container a.btn:hover,
  body.frontend .carousel-item .button-container button.btn:active,
  body.frontend .carousel-item .button-container a.btn:active,
  body.frontend .carousel-item .button-container button.btn:focus,
  body.frontend .carousel-item .button-container a.btn:focus {
    border-color: #282931;
    background: #282931;
  }
}
/* line 12981, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #slickcarousel-controls {
  /* Arrows */
}
/* line 12983, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #slickcarousel-controls #slidecarousel-count {
  display: inline-block;
  width: auto;
}
/* line 12989, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #slickcarousel-controls .slide-prev,
body.frontend #slickcarousel-controls .slide-next {
  font-size: 0;
  line-height: 0;
  display: inline !important;
  width: auto;
  height: auto;
  padding: 0;
  margin-right: 10px;
  margin-left: 10px;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
/* line 13009, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #slickcarousel-controls .slide-prev:hover,
body.frontend #slickcarousel-controls .slide-prev:focus,
body.frontend #slickcarousel-controls .slide-next:hover,
body.frontend #slickcarousel-controls .slide-next:focus {
  color: transparent;
  outline: none !important;
  background: transparent;
  box-shadow: none !important;
}
/* line 13019, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #slickcarousel-controls .slide-prev:hover:before,
body.frontend #slickcarousel-controls .slide-prev:focus:before,
body.frontend #slickcarousel-controls .slide-next:hover:before,
body.frontend #slickcarousel-controls .slide-next:focus:before {
  opacity: 1;
}
/* line 13026, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #slickcarousel-controls .slide-prev.slide-disabled:before,
body.frontend #slickcarousel-controls .slide-next.slide-disabled:before {
  opacity: .25;
}
/* line 13032, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #slickcarousel-controls .slide-prev:before,
body.frontend #slickcarousel-controls .slide-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 13046, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #slickcarousel-controls .slide-prev {
  left: -15px;
  z-index: 3;
}
/* line 13052, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #slickcarousel-controls .slide-prev:before {
  content: url('/intk/images/arrow-big-left.svg');
}
/* line 13061, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #slickcarousel-controls .slide-next:before {
  content: url('/intk/images/arrow-big-right.svg');
}
/* line 13071, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-object #slickcarousel-controls .slide-prev:before {
  content: url('/intk/images/arrow-big-left-object.svg');
}
/* line 13076, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-object #slickcarousel-controls .slide-next:before {
  content: url('/intk/images/arrow-big-right-object.svg');
}
/* Infinite collectoin view */
/* line 13094, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-infinite_collection_view,
body.portaltype-object .search-results-portlet-container {
  /* Effect 1: opacity */
}
/* line 13096, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-infinite_collection_view .entries.masonry-grid:not(.overview) h4.item-title,
body.portaltype-object .search-results-portlet-container .entries.masonry-grid:not(.overview) h4.item-title {
  font-size: 15px !important;
  line-height: 22px !important;
  font-family: 'HelveticaRegular', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
/* line 13102, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-infinite_collection_view .plone-loader,
body.portaltype-object .search-results-portlet-container .plone-loader {
  position: initial !important;
  display: block !important;
  padding-bottom: 80px;
}
/* line 13107, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-infinite_collection_view .plone-loader .loader,
body.portaltype-object .search-results-portlet-container .plone-loader .loader {
  display: none;
}
/* line 13112, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-infinite_collection_view .plone-loader #infscr-loading img,
body.portaltype-object .search-results-portlet-container .plone-loader #infscr-loading img {
  display: none !important;
}
/* line 13116, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-infinite_collection_view .plone-loader #infscr-loading div,
body.portaltype-object .search-results-portlet-container .plone-loader #infscr-loading div {
  display: none !important;
}
/* line 13122, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-infinite_collection_view nav.pagination,
body.portaltype-object .search-results-portlet-container nav.pagination {
  visibility: hidden;
}
/* line 13126, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-infinite_collection_view p.item-description,
body.portaltype-object .search-results-portlet-container p.item-description {
  line-height: 16px !important;
  font-size: 0.750em !important;
}
/* line 13131, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-infinite_collection_view .entries.masonry-grid.overview p.item-description,
body.portaltype-object .search-results-portlet-container .entries.masonry-grid.overview p.item-description {
  line-height: 30px !important;
  font-size: 1.063em !important;
}
/* line 13136, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-infinite_collection_view .masonry-grid:not(.init),
body.portaltype-object .search-results-portlet-container .masonry-grid:not(.init) {
  visibility: hidden !important;
}
/* line 13140, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-infinite_collection_view .masonry-grid.init,
body.portaltype-object .search-results-portlet-container .masonry-grid.init {
  visibility: visible !important;
}
/* line 13144, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-infinite_collection_view .masonry-grid,
body.portaltype-object .search-results-portlet-container .masonry-grid {
  max-width: 100%;
  list-style: none;
  margin: 30px auto;
  padding: 0;
}
/* line 13151, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-infinite_collection_view .masonry-grid .grid-item,
body.portaltype-object .search-results-portlet-container .masonry-grid .grid-item {
  display: block;
  float: left;
  padding: 20px;
  width: 100%;
  opacity: 1;
}
/* line 13159, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-infinite_collection_view .masonry-grid .grid-item.shown,
body.portaltype-object .search-results-portlet-container .masonry-grid .grid-item.shown,
body.template-infinite_collection_view .no-js .masonry-grid .grid-item,
body.portaltype-object .search-results-portlet-container .no-js .masonry-grid .grid-item,
body.template-infinite_collection_view .no-cssanimations .masonry-grid .grid-item,
body.portaltype-object .search-results-portlet-container .no-cssanimations .masonry-grid .grid-item {
  opacity: 1;
}
/* line 13165, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-infinite_collection_view .masonry-grid .grid-item img,
body.portaltype-object .search-results-portlet-container .masonry-grid .grid-item img {
  outline: none;
  border: none;
  display: block;
  max-width: 100%;
}
/* line 13173, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-infinite_collection_view .masonry-grid.effect-1 li.animate,
body.portaltype-object .search-results-portlet-container .masonry-grid.effect-1 li.animate {
  -webkit-animation: fadeIn 0.65s ease forwards;
  animation: fadeIn 0.65s ease forwards;
}
@-webkit-keyframes fadeIn {
  /* line 13180, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  /* line 13185, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  100% {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  /* line 13189, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.template-infinite_collection_view .masonry-grid .grid-item,
  body.portaltype-object .search-results-portlet-container .masonry-grid .grid-item {
    width: 50%;
  }
}
@media screen and (min-width: 991px) {
  /* line 13195, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.template-infinite_collection_view .masonry-grid .grid-item,
  body.portaltype-object .search-results-portlet-container .masonry-grid .grid-item {
    width: 33.3333333%;
  }
}
/* line 13202, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-collection.subsection-collectie-bekijk-de-collectie-online .plone-loader,
body.frontend.portaltype-collection.subsection-collection-collection-online .plone-loader {
  display: none !important;
}
/* line 13208, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
#website-wrapper.empty-slideshow #above-content div.portlet-rrssb {
  display: none !important;
}
/* line 13214, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body:not(.portaltype-collection) #below-title-above-content {
  display: none !important;
}
/* line 13220, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.portaltype-object .search-results-portlet-container,
.search-results-portlet-container {
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
@media (min-width: 992px) {
  /* line 13225, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.portaltype-object .search-results-portlet-container,
  .search-results-portlet-container {
    padding-left: 150px;
    padding-right: 150px;
    max-width: 1250px;
    margin: 0 auto;
  }
}
/* line 13236, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.portaltype-object .search-results-portlet-container .search-results-portlet-wrapper .portlet-item,
.search-results-portlet-container .search-results-portlet-wrapper .portlet-item {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  /* line 13239, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.portaltype-object .search-results-portlet-container .search-results-portlet-wrapper .portlet-item,
  .search-results-portlet-container .search-results-portlet-wrapper .portlet-item {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  /* line 13244, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.portaltype-object .search-results-portlet-container .search-results-portlet-wrapper .portlet-item p.item-description,
  .search-results-portlet-container .search-results-portlet-wrapper .portlet-item p.item-description {
    margin-bottom: 20px !important;
  }
}
@media screen and (min-width: 768px) {
  /* line 13252, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.portaltype-object .search-results-portlet-container .masonry-grid .grid-item,
  .search-results-portlet-container .masonry-grid .grid-item {
    width: 50%;
  }
}
@media screen and (min-width: 991px) {
  /* line 13258, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.portaltype-object .search-results-portlet-container .masonry-grid .grid-item,
  .search-results-portlet-container .masonry-grid .grid-item {
    width: 50%;
  }
}
@media (max-width: 768px) {
  /* line 13264, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.portaltype-object .search-results-portlet-container p.item-description,
  .search-results-portlet-container p.item-description {
    margin-bottom: 0px !important;
  }
}
/* line 13272, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.portletHeader.search-results-portlet h2 {
  text-align: center;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
@media (min-width: 992px) {
  /* line 13277, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  .portletHeader.search-results-portlet h2 {
    padding-bottom: 30px;
    padding-top: 50px;
  }
}
/* line 13283, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.portletCollection.search-results-portlet {
  background: #fbf9f2;
  padding-bottom: 40px;
  margin-top: 30px;
}
/* line 13290, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
div.on-display-wrapper {
  position: absolute;
  left: calc(100% - 15px);
  color: #b02318;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  width: auto;
}
/* line 13301, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
div.on-display-wrapper .label_inner {
  text-transform: uppercase;
  white-space: nowrap;
  box-sizing: border-box;
  background-color: #ffffff;
  font-size: 0.850em;
  font-weight: bold;
  padding: 2px 7pt 1px;
  border: 1px solid #b02318;
  border-bottom: 0px;
}
/* line 13315, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-infinite_collection_view div.on-display-wrapper,
body.portaltype-portlet-page .portletCollection #masonry-grid div.on-display-wrapper {
  left: 100%;
}
/* line 13320, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.expandable-text.collapsing {
  min-height: 250px;
}
/* line 13324, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.expandable-text.collapse {
  position: relative;
  overflow: hidden;
  height: 40vw !important;
  display: block;
}
/* line 13331, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.expandable-text.collapse.in {
  height: auto !important;
}
/* line 13335, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.expandable-text div.body-text:after {
  content: "";
  opacity: 1;
  transition: opacity 0.6s;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
/* line 13348, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.expandable-text.collapse.in div.body-text:after {
  opacity: 0;
  transition: opacity 0.6s;
}
/* line 13353, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
p.object-expandable-trigger {
  margin-top: 10px !important;
}
@media (min-width: 991px) {
  /* line 13356, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  p.object-expandable-trigger {
    width: 720px;
    margin: 0 auto;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
/* line 13366, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-facetednavigation_view .faceted-widget.section-zoeken input[type="text"] {
  width: 100% !important;
}
@media (min-width: 991px) {
  /* line 13374, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-collection.section-collectionfilter .main-container {
    width: 75% !important;
    padding-right: 0px !important;
    float: left !important;
  }
  /* line 13378, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-collection.section-collectionfilter .main-container .main-content > div.col-sm-9 {
    width: 100% !important;
  }
  /* line 13383, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-collection.section-collectionfilter footer {
    clear: both;
  }
}
@media (max-width: 990px) {
  /* line 13393, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-person #parent-fieldname-text {
    padding: 20px;
  }
}
@media (min-width: 991px) {
  /* line 13397, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-person #parent-fieldname-text {
    max-width: 660px;
    margin: 0 auto;
    font-size: 1.0em;
    line-height: 1.5;
    color: #494a51;
    text-align: center;
    padding-bottom: 50px;
  }
  /* line 13406, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-person #parent-fieldname-text p {
    font-size: 1.500em;
  }
}
@media (min-width: 991px) {
  /* line 13413, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-person .main-content {
    padding-top: 10px;
  }
}
/* line 13420, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
#website-wrapper:not(.presentation) div.cta-wrapper {
  display: none !important;
}
/* line 13426, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
#website-wrapper.presentation ul.rrssb-2 {
  display: none !important;
}
/* line 13431, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #website-wrapper.presentation #content-core.presentation .portlet-rrssb {
  width: 100% !important;
}
/* line 13436, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #website-wrapper.presentation #content-core.presentation div.cta-wrapper {
  margin-bottom: 50px;
}
/* line 13439, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #website-wrapper.presentation #content-core.presentation div.cta-wrapper h3 {
  color: #000000 !important;
  margin-top: 20px;
}
@media (max-width: 991px) {
  /* line 13444, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend #website-wrapper.presentation #content-core.presentation div.cta-wrapper {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
  }
}
/* line 13452, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #website-wrapper.presentation .extra-info-wrapper {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 50px;
  padding-bottom: 50px;
}
/* line 13460, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #website-wrapper.presentation .extra-info-wrapper .thumb-wrapper img {
  max-width: 100%;
  height: auto;
}
/* line 13465, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #website-wrapper.presentation .extra-info-wrapper .thumb-wrapper img:not(.lazy-img) {
  max-width: 100%;
  padding: 0px;
  margin-bottom: 20px;
}
/* line 13471, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #website-wrapper.presentation .extra-info-wrapper .thumb-wrapper .thumb-image {
  cursor: pointer !important;
  float: right;
  max-width: 100%;
}
/* line 13479, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #website-wrapper.presentation .extra-info-wrapper .entry-wrapper p.event-date {
  font-size: 15px;
  line-height: 35px;
  color: #282931;
  letter-spacing: 0.01em;
  margin-bottom: 0px;
  margin-top: 14px;
  text-transform: uppercase;
  font-family: 'HelveticaMedium', Arial, sans-serif;
  word-wrap: normal !important;
}
/* line 13491, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #website-wrapper.presentation .extra-info-wrapper .entry-wrapper h4.item-title {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  font-family: 'HelveticaBold', Arial, sans-serif;
  font-size: 32px;
  line-height: 40px;
  color: #282931;
  clear: both;
}
/* line 13502, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #website-wrapper.presentation .extra-info-wrapper .entry-wrapper p.item-description {
  margin-top: 10px;
  line-height: 30px;
  margin-bottom: 5px;
  font-size: 1.180em;
}
@media (min-width: 992px) {
  /* line 13510, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend #website-wrapper.presentation .extra-info-wrapper {
    padding-top: 100px;
    padding-left: 8%;
    padding-right: 8%;
    padding-bottom: 100px;
  }
  /* line 13517, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend #website-wrapper.presentation .extra-info-wrapper .thumb-wrapper {
    width: 55%;
    padding-right: 30px;
    float: right;
  }
  /* line 13522, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend #website-wrapper.presentation .extra-info-wrapper .thumb-wrapper img {
    margin-bottom: 0px;
    width: auto;
    max-height: 850px;
    height: auto;
    max-width: 100%;
  }
  /* line 13531, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend #website-wrapper.presentation .extra-info-wrapper .entry-wrapper {
    width: 45%;
    padding-left: 55px;
    float: left;
    padding: 30px;
    padding-bottom: 25px;
    padding-top: 1vw;
    max-width: 550px;
  }
  /* line 13540, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend #website-wrapper.presentation .extra-info-wrapper .entry-wrapper .event-date {
    word-wrap: normal !important;
    font-size: 15px;
    line-height: 35px;
    color: #282931;
    letter-spacing: 0.01em;
    margin-bottom: 0px;
    margin-top: 14px;
    text-transform: uppercase;
    font-family: 'HelveticaMedium', Arial, sans-serif;
  }
  /* line 13552, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend #website-wrapper.presentation .extra-info-wrapper .entry-wrapper h4.item-title {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    font-family: 'HelveticaBold', Arial, sans-serif;
    font-size: 32px;
    line-height: 40px;
    color: #282931;
    clear: both;
    font-size: 4.5vw;
    line-height: 0.85;
  }
  /* line 13570, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend #website-wrapper.presentation .extra-info-wrapper .entry-wrapper p.item-description {
    margin-top: 10px;
    line-height: 30px;
    margin-bottom: 5px;
    font-size: 1.230em;
  }
}
@media (min-width: 992px) and (min-width: 1300px) and (min-width: 992px) {
  /* line 13564, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend #website-wrapper.presentation .extra-info-wrapper .entry-wrapper h4.item-title {
    font-size: 60px;
  }
}
/* line 13584, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #website-wrapper.presentation .extra-info-wrapper .show-more-btn-wrapper {
  margin-top: 25px;
}
/* line 13588, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #website-wrapper.presentation .extra-info-wrapper .show-more {
  font-family: 'HelveticaBold', Helvetica, Arial, sans-serif;
  margin: 0 auto;
  display: block;
  padding: 17px;
  border: 1px solid #b02318;
  border-radius: 2px;
  text-transform: none;
  height: auto;
  color: #ffffff;
  letter-spacing: 0.0em;
  font-size: 18px;
  background-color: #b02318;
  letter-spacing: 0.01em;
  text-shadow: 0px 0px 0px #ffffff;
  font-weight: 400;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  line-height: 24px;
  width: auto;
  margin-left: 0;
}
/* line 923, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #website-wrapper.presentation .extra-info-wrapper .show-more:active:focus,
body.frontend #website-wrapper.presentation .extra-info-wrapper .show-more:focus,
body.frontend #website-wrapper.presentation .extra-info-wrapper .show-more:active {
  background: #8e1d15;
  color: #ffffff;
  outline: none;
}
/* line 931, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #website-wrapper.presentation .extra-info-wrapper .show-more:hover {
  background: #8e1d15;
  color: #ffffff;
  box-shadow: none;
  border: 1px solid #8e1d15;
}
/* line 13596, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  border: 0px solid #fbf9f2;
  border-radius: 50%;
  -webkit-box-shadow: none;
  box-shadow: none;
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #fbf9f2 url(/++theme++plonetheme.hetpark/images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, background-color 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s, background-color 0.3s 0s;
  z-index: 1000;
}
/* line 13619, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.cd-top.cd-top--show,
.cd-top.cd-top--fade-out,
.cd-top:hover {
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s, background-color 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s, background-color 0.3s 0s;
}
/* line 13626, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.cd-top.cd-top--show {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
/* line 13632, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.cd-top.cd-top--fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 1;
}
/* line 13637, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.cd-top:hover {
  background-color: #282931;
  opacity: 1;
  background: #282931 url(/++theme++plonetheme.hetpark/images/cd-top-arrow-white.svg) no-repeat center 50%;
}
@media only screen and (min-width: 768px) {
  /* line 13645, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 13652, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  .cd-top {
    height: 50px;
    width: 50px;
    right: 25px;
    bottom: 30px;
  }
}
/* line 13662, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #top-alert-message {
  padding-top: 25px;
  margin-top: 0px;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 0px;
}
@media (min-width: 992px) {
  /* line 13669, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend #top-alert-message {
    margin-left: 70px;
    margin-right: 70px;
    padding-top: 40px;
    margin-top: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 13676, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend #top-alert-message {
    margin-left: 40px;
    margin-right: 25px;
    margin-top: 0px;
    padding-top: 40px;
  }
}
/* line 13683, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #top-alert-message .top-alert-wrapper {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 25px;
  padding-bottom: 25px;
  border-radius: 2px;
  background-color: #29a646;
}
/* line 13691, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #top-alert-message .top-alert-wrapper span.header {
  color: #000000;
  font-size: 1.180em;
}
/* line 13696, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #top-alert-message .top-alert-wrapper p {
  margin: 0px;
  font-family: 'HelveticaBold', Helvetica, Arial, sans-serif;
  color: #ffffff;
}
/* line 13702, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #top-alert-message .top-alert-wrapper a:hover,
body.frontend #top-alert-message .top-alert-wrapper a:focus,
body.frontend #top-alert-message .top-alert-wrapper a:active,
body.frontend #top-alert-message .top-alert-wrapper a:active:focus {
  border-bottom: 0px;
}
/* line 13711, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.section-frontpage #top-alert-message.alert-message {
  padding-top: 25px;
  margin-top: 0px;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  /* line 13719, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.section-frontpage #top-alert-message.alert-message {
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 0px !important;
    margin-top: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 13726, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.section-frontpage #top-alert-message.alert-message {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-top: 30px;
  }
}
/* line 13733, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.section-frontpage #top-alert-message.alert-message .top-alert-wrapper {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 25px;
  padding-bottom: 25px;
  border-radius: 2px;
  background-color: #29a646;
}
/* line 13742, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.section-frontpage #top-alert-message.alert-message .top-alert-wrapper a:hover,
body.frontend.section-frontpage #top-alert-message.alert-message .top-alert-wrapper a:focus,
body.frontend.section-frontpage #top-alert-message.alert-message .top-alert-wrapper a:active,
body.frontend.section-frontpage #top-alert-message.alert-message .top-alert-wrapper a:active:focus {
  border-bottom: 0px;
}
/* line 13753, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.portaltype-object .ie-object-fit {
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center !important;
}
/* line 13759, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
html.no-object-fit body.portaltype-object .ie-object-fit {
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center !important;
}
/* line 13765, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body:not(.frontend).viewpermission-add-portal-content {
  height: auto !important;
}
/* line 13768, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body:not(.frontend).viewpermission-add-portal-content #website-wrapper {
  overflow-y: initial !important;
  height: auto;
}
/* line 13774, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body:not(.frontend).viewpermission-add-portal-content #babel-edit fieldset#fieldset-default {
  height: auto !important;
}
/* line 13778, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body:not(.frontend).viewpermission-add-portal-content #babel-edit div.field {
  top: 0px !important;
}
/* FACETED NAVIGATION */
/* line 13785, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-facetednavigation_view {
  /* top area */
  /* right area */
  /* center content area */
  /* header */
  /* all */
}
/* line 13786, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-facetednavigation_view #faceted-form fieldset {
  border: 0px;
  margin: 0px;
  padding: 0px;
}
/* line 13794, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-facetednavigation_view #top-area {
  padding-bottom: 50px;
  display: none;
}
@media (min-width: 992px) {
  /* line 13795, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.template-facetednavigation_view #top-area {
    max-width: 700px;
    margin: 0 auto;
    padding-bottom: 120px;
  }
}
/* line 13806, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-facetednavigation_view #right-area {
  width: 10em;
}
@media (max-width: 991px) {
  /* line 13809, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.template-facetednavigation_view #right-area {
    display: none;
  }
}
/* line 13816, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-facetednavigation_view #right-area .faceted-checkbox-widget form ul,
body.template-facetednavigation_view #right-area .faceted-boolean-widget form ul,
body.template-facetednavigation_view #right-area .faceted-radio-widget form ul {
  padding: 0;
  font-size: 15px;
}
/* line 13823, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-facetednavigation_view #right-area .faceted-radio-widget input[type="radio"] {
  margin-top: 0px;
}
/* line 13829, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-facetednavigation_view #right-area .faceted-radio-widget input#c12_all {
  display: none;
}
/* line 13833, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-facetednavigation_view #right-area .faceted-radio-widget label[for="c12_all"] {
  display: none;
}
/* line 13846, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-facetednavigation_view #right-area .faceted-boolean-widget.section-nu-te-zien legend,
body.template-facetednavigation_view #right-area .faceted-boolean-widget.section-collectie-nu-te-zien legend,
body.template-facetednavigation_view #right-area .faceted-boolean-widget.section-alleen-met-beeld legend,
body.template-facetednavigation_view #right-area .faceted-boolean-widget.section-alleen-in-het-tentoonstellingsarchief legend,
body.template-facetednavigation_view #right-area .faceted-radio-widget.section-filter-de-resultaten legend,
body.template-facetednavigation_view #right-area .faceted-checkbox-widget.section-filter-de-resultaten legend {
  display: none;
}
/* line 13850, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-facetednavigation_view #right-area .faceted-boolean-widget.section-nu-te-zien fieldset,
body.template-facetednavigation_view #right-area .faceted-boolean-widget.section-collectie-nu-te-zien fieldset,
body.template-facetednavigation_view #right-area .faceted-boolean-widget.section-alleen-met-beeld fieldset,
body.template-facetednavigation_view #right-area .faceted-boolean-widget.section-alleen-in-het-tentoonstellingsarchief fieldset,
body.template-facetednavigation_view #right-area .faceted-radio-widget.section-filter-de-resultaten fieldset,
body.template-facetednavigation_view #right-area .faceted-checkbox-widget.section-filter-de-resultaten fieldset {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
}
/* line 13859, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-facetednavigation_view .right-area-js {
  margin-right: 10em;
}
/* line 13863, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-facetednavigation_view #center-and-left-area {
  margin-right: -10em;
}
/* line 13867, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-facetednavigation_view #center-area {
  margin-left: -10em;
}
@media (max-width: 991px) {
  /* line 13874, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.template-facetednavigation_view #center-content-area {
    margin-right: 0;
  }
}
/* line 13882, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-facetednavigation_view .faceted-criteria dt {
  color: #282931;
}
/* line 13886, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-facetednavigation_view .faceted-criteria dl {
  font-size: 15px;
}
/* line 13890, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-facetednavigation_view .faceted-criteria .faceted-criteria-hide-show,
body.template-facetednavigation_view .faceted-criteria .faceted-criteria-reset {
  font-size: 15px;
}
@media (max-width: 991px) {
  /* line 13894, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.template-facetednavigation_view .faceted-criteria {
    display: none;
  }
}
/* line 13899, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-facetednavigation_view nav.pagination {
  padding-top: 50px;
  padding-bottom: 50px !important;
  margin-top: 0px !important;
}
@media (max-width: 991px) {
  /* line 13904, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.template-facetednavigation_view nav.pagination {
    padding-top: 20px;
    padding-bottom: 20px !important;
  }
}
/* line 13911, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-facetednavigation_view .faceted-widget.faceted-text-widget.section-zoeken legend {
  display: none;
}
/* line 13920, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-facetednavigation_view .faceted-widget.faceted-text-widget.section-zoeken form input.searchButton.btn {
  font-family: 'HelveticaBold', Helvetica, Arial, sans-serif;
  margin: 0 auto;
  display: block;
  padding: 17px;
  border: 1px solid #b02318;
  border-radius: 2px;
  text-transform: none;
  height: auto;
  color: #ffffff;
  letter-spacing: 0.0em;
  width: auto;
  font-size: 18px;
  background-color: #b02318;
  letter-spacing: 0.01em;
  text-shadow: 0px 0px 0px #ffffff;
  font-weight: 400;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 11px;
  line-height: 24px;
  width: 120px;
  padding-top: 16px;
  padding-bottom: 11px;
}
/* line 923, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-facetednavigation_view .faceted-widget.faceted-text-widget.section-zoeken form input.searchButton.btn:active:focus,
body.template-facetednavigation_view .faceted-widget.faceted-text-widget.section-zoeken form input.searchButton.btn:focus,
body.template-facetednavigation_view .faceted-widget.faceted-text-widget.section-zoeken form input.searchButton.btn:active {
  background: #8e1d15;
  color: #ffffff;
  outline: none;
}
/* line 931, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-facetednavigation_view .faceted-widget.faceted-text-widget.section-zoeken form input.searchButton.btn:hover {
  background: #8e1d15;
  color: #ffffff;
  box-shadow: none;
  border: 1px solid #8e1d15;
}
/* line 13926, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-facetednavigation_view .faceted-widget.faceted-text-widget.section-zoeken form input.searchButton.btn:hover {
  background: #282931;
  color: #ffffff;
  box-shadow: none;
}
@media (max-width: 767px) {
  /* line 13935, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.template-facetednavigation_view .faceted-widget.faceted-text-widget.section-zoeken div.input-group {
    width: 100%;
  }
  /* line 13938, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.template-facetednavigation_view .faceted-widget.faceted-text-widget.section-zoeken span.input-group-btn {
    width: 100% !important;
    display: block !important;
  }
  /* line 13942, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.template-facetednavigation_view .faceted-widget.faceted-text-widget.section-zoeken span.input-group-btn input.btn {
    width: 100%;
  }
}
/* line 13950, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-facetednavigation_view .widget-fieldset legend {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.00em;
  font-family: 'HelveticaBold', Helvetica, Arial, sans-serif;
  border-bottom: 0px solid #e5e5e5;
}
/* line 13962, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-facetednavigation_view .widget-fieldset form {
  max-width: 200px;
}
@media (min-width: 1200px) {
  /* line 13968, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.template-facetednavigation_view .title-container {
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  /* line 13974, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.template-facetednavigation_view .title-container h1 {
    text-align: center;
  }
}
/* line 13980, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.portaltype-collection .div-advanced-search {
  padding-top: 16px;
}
/* line 13982, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.portaltype-collection .div-advanced-search a {
  border-bottom: 1px solid #494a51;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0.01em;
}
/* line 13989, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.portaltype-collection .div-advanced-search a:hover,
body.portaltype-collection .div-advanced-search a:active,
body.portaltype-collection .div-advanced-search a:focus,
body.portaltype-collection .div-advanced-search a:focus:active {
  border-bottom: 0px;
  text-decoration: none;
}
@media (min-width: 992px) {
  /* line 14001, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.portaltype-event #exhibition-archive-fields:not(.no-text) {
    margin-left: -150px;
    margin-right: -150px;
  }
}
/* line 14010, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-event #below-content .belowcontent-portlets .col-xs-12 > div:nth-child(even) .portletCollection.frontpage-news,
body.frontend.portaltype-person #below-content .belowcontent-portlets .col-xs-12 > div:nth-child(even) .portletCollection.frontpage-news {
  background: #ffffff !important;
  margin-bottom: 0px;
}
/* line 14014, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-event #below-content .belowcontent-portlets .col-xs-12 > div:nth-child(even) .portletCollection.frontpage-news .portletFooter,
body.frontend.portaltype-person #below-content .belowcontent-portlets .col-xs-12 > div:nth-child(even) .portletCollection.frontpage-news .portletFooter {
  background: transparent;
}
/* line 14017, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-event #below-content .belowcontent-portlets .col-xs-12 > div:nth-child(even) .portletCollection.frontpage-news .portletFooter .show-more,
body.frontend.portaltype-person #below-content .belowcontent-portlets .col-xs-12 > div:nth-child(even) .portletCollection.frontpage-news .portletFooter .show-more {
  background: transparent;
}
/* line 14020, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-event #below-content .belowcontent-portlets .col-xs-12 > div:nth-child(even) .portletCollection.frontpage-news .portletFooter .show-more:hover,
body.frontend.portaltype-person #below-content .belowcontent-portlets .col-xs-12 > div:nth-child(even) .portletCollection.frontpage-news .portletFooter .show-more:hover,
body.frontend.portaltype-event #below-content .belowcontent-portlets .col-xs-12 > div:nth-child(even) .portletCollection.frontpage-news .portletFooter .show-more:focus,
body.frontend.portaltype-person #below-content .belowcontent-portlets .col-xs-12 > div:nth-child(even) .portletCollection.frontpage-news .portletFooter .show-more:focus,
body.frontend.portaltype-event #below-content .belowcontent-portlets .col-xs-12 > div:nth-child(even) .portletCollection.frontpage-news .portletFooter .show-more:active,
body.frontend.portaltype-person #below-content .belowcontent-portlets .col-xs-12 > div:nth-child(even) .portletCollection.frontpage-news .portletFooter .show-more:active,
body.frontend.portaltype-event #below-content .belowcontent-portlets .col-xs-12 > div:nth-child(even) .portletCollection.frontpage-news .portletFooter .show-more:active:focus,
body.frontend.portaltype-person #below-content .belowcontent-portlets .col-xs-12 > div:nth-child(even) .portletCollection.frontpage-news .portletFooter .show-more:active:focus {
  background: #282931;
}
@media (min-width: 992px) {
  /* line 14030, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-event #below-content .belowcontent-portlets .col-xs-12 > div:nth-child(even) .portletCollection.frontpage-news #row-items,
  body.frontend.portaltype-person #below-content .belowcontent-portlets .col-xs-12 > div:nth-child(even) .portletCollection.frontpage-news #row-items {
    float: right;
    margin-right: 0px !important;
  }
  /* line 14035, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-event #below-content .belowcontent-portlets .col-xs-12 > div:nth-child(even) .portletCollection.frontpage-news .portletHeader,
  body.frontend.portaltype-person #below-content .belowcontent-portlets .col-xs-12 > div:nth-child(even) .portletCollection.frontpage-news .portletHeader {
    float: left;
  }
}
/* line 14044, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
#website-wrapper:not(.empty-slideshow) ul.event.summary.is_past {
  text-align: left !important;
}
/* line 14047, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
#website-wrapper:not(.empty-slideshow) ul.event.summary.is_past .event-date.is_past {
  text-align: left !important;
}
/* line 14054, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-facetednavigation_view .faceted-criteria a {
  color: #000000 !important;
  text-decoration: none !important;
  border: none !important;
}
/* line 14060, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-facetednavigation_view .faceted-criteria a:visited {
  color: #000000 !important;
  text-decoration: none !important;
  border: none !important;
}
/* line 14066, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-facetednavigation_view .faceted-widget-loading {
  background: url('/++resource++plonetheme.hetpark/loading-spokes.svg') no-repeat 95% 2.5em;
  background-size: 20px;
}
/* line 14071, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-facetednavigation_view .faceted_loading {
  background: url('/++resource++plonetheme.hetpark/loading-spokes.svg') no-repeat 50% 1.5em;
  height: 200px;
}
/* line 14078, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-facetednavigation_view #top---advanced---widgets > .faceted-widget:not(:first-child) fieldset {
  padding-top: 0px;
  padding-bottom: 0px;
}
/* line 14083, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-facetednavigation_view #top---advanced---widgets > .faceted-widget:first-child fieldset {
  padding-top: 1em;
}
@media (min-width: 992px) {
  /* line 14089, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.template-facetednavigation_view #top---advanced---widgets .faceted-text-widget legend {
    width: 30%;
    display: inline-block;
    float: left;
    border-bottom: 0px;
    font-family: 'HelveticaRegular', 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 16px;
    color: #404040;
    line-height: 50px;
    margin-bottom: 0px;
  }
  /* line 14101, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.template-facetednavigation_view #top---advanced---widgets .faceted-text-widget form {
    width: 70%;
    display: inline-block;
    float: left;
  }
}
@media (max-width: 991px) {
  /* line 14109, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.template-facetednavigation_view #top---advanced---widgets .faceted-text-widget legend {
    display: none;
  }
}
/* line 14114, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-facetednavigation_view #top---advanced---widgets .faceted-text-widget div.input-group {
  width: 100%;
}
/* line 14117, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-facetednavigation_view #top---advanced---widgets .faceted-text-widget div.input-group input[type="text"] {
  width: 100%;
  padding-left: 30px;
}
/* line 14121, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-facetednavigation_view #top---advanced---widgets .faceted-text-widget div.input-group span.input-group-btn {
  display: none;
}
/* line 14129, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-facetednavigation_view #top---advanced---widgets .faceted-select2-widget .input-prepend button.btn {
  display: none;
}
/* line 14134, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-facetednavigation_view #top---advanced---widgets .faceted-select2-widget legend {
  display: none;
}
@media (min-width: 992px) {
  /* line 14140, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.template-facetednavigation_view #top---advanced---widgets .faceted-select2-widget form label {
    width: 30%;
    float: left;
    line-height: 55px;
    margin-bottom: 0px;
    font-weight: 400;
  }
  /* line 14148, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.template-facetednavigation_view #top---advanced---widgets .faceted-select2-widget form div.input-prepend {
    width: 70%;
    display: inline-block;
    float: left;
  }
}
/* line 14158, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-facetednavigation_view #faceted-form .faceted-sections-buttons a {
  color: #494a51;
}
/* line 14162, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-facetednavigation_view #faceted-form .faceted-sections-buttons {
  float: none;
}
/* line 14166, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-facetednavigation_view .search-results-bar-wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
}
/* line 14171, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-facetednavigation_view .select2-container-multi .select2-choices {
  font-family: 'HelveticaRegular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0 auto;
  display: block;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  height: auto;
  color: #999999;
  width: auto;
  background-color: #ffffff;
  text-shadow: 0px 0px 0px #ffffff;
  border-color: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  outline: 0px;
  outline-offset: 0px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.00em;
  padding: 11px;
  padding-left: 15px;
  padding-right: 15px;
  background-image: none;
  padding: 9px;
  padding-bottom: 8px;
  padding-left: 5px !important;
  padding-right: 28px;
}
/* line 1048, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-facetednavigation_view .select2-container-multi .select2-choices:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #717171;
  color: #000000;
}
/* line 1054, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-facetednavigation_view .select2-container-multi .select2-choices:focus::-webkit-input-placeholder {
  color: #000000 !important;
}
/* line 1058, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-facetednavigation_view .select2-container-multi .select2-choices:focus:-moz-placeholder {
  /* Firefox 18- */
  color: #000000 !important;
}
/* line 1062, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-facetednavigation_view .select2-container-multi .select2-choices:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000 !important;
}
/* line 1066, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-facetednavigation_view .select2-container-multi .select2-choices:focus:-ms-input-placeholder {
  color: #000000 !important;
}
/* line 1071, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-facetednavigation_view .select2-container-multi .select2-choices:active:focus {
  outline: none;
  outline: 0px;
  outline-offset: 0px;
  border: 1px solid #717171;
  color: #000000;
}
/* line 1078, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-facetednavigation_view .select2-container-multi .select2-choices:active:focus::-webkit-input-placeholder {
  color: #000000 !important;
}
/* line 1082, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-facetednavigation_view .select2-container-multi .select2-choices:active:focus:-moz-placeholder {
  /* Firefox 18- */
  color: #000000 !important;
}
/* line 1086, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-facetednavigation_view .select2-container-multi .select2-choices:active:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000 !important;
}
/* line 1090, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-facetednavigation_view .select2-container-multi .select2-choices:active:focus:-ms-input-placeholder {
  color: #000000 !important;
}
/* line 14179, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-facetednavigation_view .select2-container-multi .select2-choices input.select2-input {
  padding-left: 28px !important;
  padding-top: 2px !important;
}
/* line 14185, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-facetednavigation_view input:not(.search-btn):not([type="radio"]):not([type="checkbox"]),
body.template-facetednavigation_view select:not(.ui-datepicker-month):not(.ui-datepicker-year),
body.template-facetednavigation_view .select2-container {
  width: 100% !important;
}
/* line 14190, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-facetednavigation_view .select2-input {
  border: 0px !important;
  padding: 0px !important;
  line-height: 34px;
}
/* line 14196, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-facetednavigation_view .select2-container-multi .select2-choices .select2-search-choice {
  line-height: 22px;
}
/* line 14200, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-facetednavigation_view .select2-search-choice {
  padding-right: 8px;
}
/* line 14203, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-facetednavigation_view .select2-search-choice > div {
  line-height: 18px;
  padding-top: 4px;
}
/* line 14208, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-facetednavigation_view .select2-search-choice a.select2-search-choice-close {
  border-bottom: 0px !important;
  left: 4px;
  margin-top: 3px;
}
/* line 14215, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-facetednavigation_view .select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: none !important;
}
/* line 14219, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-facetednavigation_view .select2-result-label {
  font-size: 0.8em;
}
/* line 14223, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.template-facetednavigation_view span.select2-hidden-accessible {
  font-size: 0.8em;
}
/* author section */
/* line 14232, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.authors-section-wrapper {
  width: auto;
}
@media (min-width: 750px) {
  /* line 14237, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  .authors-section-wrapper {
    width: 650px;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  /* line 14242, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  .authors-section-wrapper {
    width: 650px;
    margin: 0 auto;
  }
}
@media (min-width: 1105px) {
  /* line 14247, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  .authors-section-wrapper {
    width: auto;
    top: 25px;
    margin-left: -93px;
    position: absolute;
  }
}
@media (min-width: 1105px) {
  /* line 14257, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  .plone-toolbar-left-expanded .authors-section-wrapper,
  .plone-toolbar-left-default .authors-section-wrapper {
    width: auto;
    position: absolute;
    top: 25px;
    margin-left: -93px;
  }
}
/* line 14266, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.authors-section {
  line-height: 20px;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-align: center!important;
  -webkit-align-items: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
}
@media (min-width: 768px) {
  /* line 14268, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  .authors-section {
    width: auto;
    margin: 0 auto;
  }
}
@media (min-width: 1105px) {
  /* line 14289, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  .authors-section {
    flex-direction: row;
  }
}
/* line 14294, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.authors-section .image-section {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media (min-width: 1105px) {
  /* line 14300, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  .authors-section .image-section {
    order: 2;
  }
}
/* line 14304, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.authors-section .image-section a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  display: block;
  white-space: nowrap;
  overflow: visible;
  text-overflow: ellipsis;
  line-height: normal;
  position: relative;
}
/* line 14316, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.authors-section .image-section a img {
  display: inline-block;
  vertical-align: middle;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  width: 50px!important;
  height: 50px!important;
  border: 0;
}
/* line 14329, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.authors-section .author-details-section {
  padding-left: 15px!important;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden!important;
}
@media (min-width: 1105px) {
  /* line 14337, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  .authors-section .author-details-section {
    padding-left: 0px !important;
    padding-right: 15px !important;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
/* line 14348, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.authors-section .author-details-section .author-name {
  padding-bottom: 3px!important;
  line-height: 20px;
  font-size: 15px !important;
}
/* line 14353, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.authors-section .author-details-section .author-name a {
  display: inline-block !important;
  --x-height-multiplier: 0.342!important;
  --baseline-multiplier: 0.22!important;
  letter-spacing: -0.02em !important;
  font-weight: 400!important;
  font-style: normal!important;
  letter-spacing: 0!important;
  font-size: 16px!important;
  line-height: 20px!important;
  -webkit-transform: translateY(1.52px);
  transform: translateY(1.52px);
  color: rgba(0, 0, 0, 0.84) !important;
  fill: rgba(0, 0, 0, 0.84) !important;
  text-decoration: none;
  cursor: pointer;
}
/* line 14373, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.authors-section .author-details-section .author-name a:hover {
  text-decoration: underline!important;
}
/* line 14379, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.authors-section .author-details-section .author-date {
  --x-height-multiplier: 0.342!important;
  --baseline-multiplier: 0.22!important;
  letter-spacing: -0.02em !important;
  font-weight: 400!important;
  font-style: normal!important;
  letter-spacing: 0!important;
  font-size: 14px!important;
  line-height: 20px!important;
  -webkit-transform: translateY(1.52px);
  transform: translateY(1.52px);
  color: rgba(0, 0, 0, 0.54) !important;
  fill: rgba(0, 0, 0, 0.54) !important;
  white-space: nowrap!important;
  text-overflow: ellipsis!important;
  overflow: hidden!important;
}
/* line 14401, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.belowcontent-portlets .authors-section-wrapper {
  display: none !important;
}
@media (max-width: 1104px) {
  /* line 14408, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend .sharing-buttons-wrapper.authors {
    top: 64px;
  }
}
@media (min-width: 1105px) {
  /* line 14412, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend .sharing-buttons-wrapper.authors {
    top: 80px;
  }
}
/* line 14422, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-collection .authors-section-wrapper,
body.frontend.portaltype-folder .authors-section-wrapper,
body.frontend.portaltype-portlet-page .authors-section-wrapper {
  width: auto;
  position: initial;
  top: 0;
  margin-left: 0px;
  padding-top: 10px;
}
/* line 14429, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-collection .authors-section-wrapper a,
body.frontend.portaltype-folder .authors-section-wrapper a,
body.frontend.portaltype-portlet-page .authors-section-wrapper a {
  border-bottom: 0px !important;
}
/* line 14435, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-collection .authors-section .image-section,
body.frontend.portaltype-folder .authors-section .image-section,
body.frontend.portaltype-portlet-page .authors-section .image-section {
  order: 1;
}
/* line 14438, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-collection .authors-section .author-details-section,
body.frontend.portaltype-folder .authors-section .author-details-section,
body.frontend.portaltype-portlet-page .authors-section .author-details-section {
  order: 2;
  padding-left: 15px !important;
  padding-right: 0px !important;
}
/* line 14452, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-collection .author-details-section .author-name a,
body.frontend.portaltype-folder .author-details-section .author-name a,
body.frontend.portaltype-portlet-page .author-details-section .author-name a {
  transform: translateY(3.52px);
}
/* line 14461, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
div.faceted-widget.section-geassocieerde-periode form .input-group span.input-group-btn {
  display: block !important;
  clear: both;
  padding-top: 20px;
}
/* line 14466, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
div.faceted-widget.section-geassocieerde-periode form .input-group span.input-group-btn input {
  font-family: 'HelveticaBold', Helvetica, Arial, sans-serif;
  margin: 0 auto;
  display: block;
  padding: 17px;
  border: 1px solid #b02318;
  border-radius: 2px;
  text-transform: none;
  height: auto;
  color: #ffffff;
  letter-spacing: 0.0em;
  width: auto;
  font-size: 18px;
  background-color: #b02318;
  letter-spacing: 0.01em;
  text-shadow: 0px 0px 0px #ffffff;
  font-weight: 400;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  line-height: 24px;
  width: 150px !important;
}
/* line 923, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
div.faceted-widget.section-geassocieerde-periode form .input-group span.input-group-btn input:active:focus,
div.faceted-widget.section-geassocieerde-periode form .input-group span.input-group-btn input:focus,
div.faceted-widget.section-geassocieerde-periode form .input-group span.input-group-btn input:active {
  background: #8e1d15;
  color: #ffffff;
  outline: none;
}
/* line 931, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
div.faceted-widget.section-geassocieerde-periode form .input-group span.input-group-btn input:hover {
  background: #8e1d15;
  color: #ffffff;
  box-shadow: none;
  border: 1px solid #8e1d15;
}
/* line 14475, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #website-wrapper.presentation #exhibition-archive-fields {
  padding: 20px;
  padding-top: 80px;
}
/* line 14483, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page .authors-section-wrapper {
  padding-top: 15px;
}
/*
Avoid empty images to appear as broken
*/
/* line 14492, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
img:not([src]):not([srcset]) {
  visibility: hidden;
}
/* 
Fixes the Firefox anomaly while images are loading
*/
@-moz-document url-prefix() {
  /* line 14500, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  img:-moz-loading {
    visibility: hidden;
  }
}
/* Temporary */
/* line 14507, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
footer .sponsor-line.gutrecht img {
  visibility: hidden !important;
}
/* line 14516, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend div.event-prices p {
  margin-bottom: 0px;
}
/* line 14520, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body #formfield-form-widgets-IPerformance-price span {
  display: block;
}
/* line 14525, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body #formfield-form-widgets-IPerformance-price strong {
  margin-top: 10px;
}
/* line 14530, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend div.event-prices span {
  display: block;
  margin-top: 5px;
}
/* line 14536, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-event .title-container .event.summary {
  text-align: left;
}
/* line 14539, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-event .title-container .event.summary strong {
  margin-top: 10px;
}
/* line 14544, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-event div.event-availability a.btn {
  font-family: 'HelveticaBold', Helvetica, Arial, sans-serif;
  margin: 0 auto;
  display: block;
  padding: 17px;
  border: 1px solid #b02318;
  border-radius: 2px;
  text-transform: none;
  height: auto;
  color: #ffffff;
  letter-spacing: 0.0em;
  font-size: 18px;
  background-color: #b02318;
  letter-spacing: 0.01em;
  text-shadow: 0px 0px 0px #ffffff;
  font-weight: 400;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  line-height: 24px;
  width: auto;
  display: inline-block;
  background-color: #29a646;
  border-color: #29a646;
  min-width: 285px;
}
/* line 923, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-event div.event-availability a.btn:active:focus,
body.frontend.portaltype-event div.event-availability a.btn:focus,
body.frontend.portaltype-event div.event-availability a.btn:active {
  background: #8e1d15;
  color: #ffffff;
  outline: none;
}
/* line 931, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-event div.event-availability a.btn:hover {
  background: #8e1d15;
  color: #ffffff;
  box-shadow: none;
  border: 1px solid #8e1d15;
}
/* line 14552, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-event div.event-availability a.btn:hover,
body.frontend.portaltype-event div.event-availability a.btn:active,
body.frontend.portaltype-event div.event-availability a.btn:focus,
body.frontend.portaltype-event div.event-availability a.btn:active:focus {
  border-color: #279049;
  background-color: #279049;
}
@media (max-width: 768px) {
  /* line 14560, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-event div.event-availability a.btn {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  /* line 14564, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-event div.event-availability a.btn {
    min-width: 100%;
    width: 100%;
  }
}
/* line 14571, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-event #website-wrapper.empty-slideshow div.event-availability a.btn {
  min-width: 275px;
  max-width: 275px;
}
/* line 14577, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-event div.event-availability a.btn[disabled] {
  background-color: #e0e0e0;
  color: #8b8b8b;
  border-color: #e0e0e0;
}
/* line 14582, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-event div.event-availability a.btn[disabled]:hover,
body.frontend.portaltype-event div.event-availability a.btn[disabled]:active,
body.frontend.portaltype-event div.event-availability a.btn[disabled]:focus,
body.frontend.portaltype-event div.event-availability a.btn[disabled]:active:focus {
  border-color: #e0e0e0;
  background-color: #e0e0e0;
}
/* line 14591, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-event div.event-availability {
  margin-top: 20px;
  margin-bottom: 15px;
}
/* line 14595, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-event div.event-availability div.waiting-list-link {
  min-width: 275px;
  max-width: 275px;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 10px;
}
/* line 14602, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-event div.event-availability div.waiting-list-link a {
  font-size: 13px;
  color: #8a8a8a;
  text-decoration: underline;
}
/* line 14607, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-event div.event-availability div.waiting-list-link a:hover,
body.frontend.portaltype-event div.event-availability div.waiting-list-link a:focus,
body.frontend.portaltype-event div.event-availability div.waiting-list-link a:active,
body.frontend.portaltype-event div.event-availability div.waiting-list-link a:focus:active {
  text-decoration: none;
}
/* line 14618, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-event #website-wrapper.empty-slideshow div.event-availability {
  margin-bottom: 0px;
}
/* line 14623, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-event .twt-widget-source {
  display: none !important;
}
/* New margins */
/* line 14630, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body #content-wrapper {
  margin-top: 0px;
  padding-top: 59px;
}
@media (min-width: 769px) {
  /* line 14634, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body #content-wrapper {
    margin-left: 55px;
    margin-right: 55px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    padding-top: 120px;
    margin-bottom: 75px;
    max-width: 90%;
  }
  /* line 14644, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body #content-wrapper .main-container {
    width: 100% !important;
  }
}
@media (min-width: 1200px) {
  /* line 14649, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body #content-wrapper {
    margin-left: 140px;
    margin-right: 140px;
    margin-top: 0px;
    padding-top: 115px;
    margin-bottom: 85px;
    margin-left: auto;
    margin-right: auto;
    max-width: 998px;
  }
  /* line 14659, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body #content-wrapper .main-container {
    width: 100% !important;
  }
}
@media (min-width: 1480px) {
  /* line 14663, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body #content-wrapper {
    max-width: 1200px;
    width: 90%;
  }
}
/* line 14670, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.plone-toolbar-left-expanded .container,
.plone-toolbar-left-default .container {
  width: 100%;
}
/* line 14676, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body:not(.frontend) .intro-header {
  display: none !important;
}
/* PERFORMANCE PAGE */
/* line 14686, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-event .title-container .subheading {
  margin-bottom: 5px !important;
  margin-top: 0px !important;
}
/* line 14691, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-event .title-container h1.brand-name {
  margin-bottom: 5px !important;
}
/* line 14696, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-event #website-wrapper.empty-slideshow .title-container h1.brand-name {
  margin-top: 80px;
}
/* line 14702, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-event .event.summary .event-category {
  display: none;
}
/* line 14706, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-event .event.summary .event-calendar {
  display: none;
}
/* line 14710, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-event .event.summary .event-prices div > strong {
  display: none;
}
/* line 14714, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-event .event.summary .event-prices div.list-prices > span:not(:first-child) {
  font-family: 'HelveticaMedium', Helvetica, Arial, sans-serif;
  font-size: 17px;
  color: #8a8a8a;
  line-height: 17px;
}
/* line 14720, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-event .event.summary .event-prices div.list-prices > span:not(:first-child) span.price-type {
  display: inline-block;
}
/* line 14726, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-event .event.summary .event-prices div.list-prices > span:first-child span.price-type {
  display: none;
}
/* line 14731, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-event .event.summary .event-prices div.list-prices {
  margin-bottom: 35px;
}
/* line 14737, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-event .event.summary .event-location > strong {
  display: none;
}
/* line 14741, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-event .event.summary .event-location {
  font-family: 'HelveticaMedium', Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 33px;
  letter-spacing: 0.00em;
  color: #8a8a8a;
}
/* line 14749, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-event .event.summary .event-date-time {
  font-family: 'HelveticaMedium', Helvetica, Arial, sans-serif;
  font-size: 17px;
  color: #8a8a8a;
  line-height: 23px;
}
/* line 14756, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-event .event.summary .event-prices,
body.frontend.portaltype-event .event.summary .event-availability p {
  font-family: 'FuturaBold', 'Futura', Arial, sans-serif;
  font-size: 35px;
  line-height: 55px;
  margin-top: 15px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  /* line 14767, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-event #website-wrapper.empty-slideshow .title-container {
    padding-top: 120px;
  }
}
@media (max-width: 1199px) {
  /* line 14775, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-event .title-container h1 {
    margin-top: 60px;
  }
}
@media (min-width: 1200px) {
  /* line 14786, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-event #slickcarousel {
    max-height: 550px;
  }
  /* line 14791, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-event #website-wrapper:not(.empty-slideshow) .title-container {
    max-width: 625px;
    margin-left: 0;
  }
  /* line 14795, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-event #website-wrapper:not(.empty-slideshow) #content-core {
    max-width: 625px;
    margin-left: 0;
  }
  /* line 14803, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-event #website-wrapper:not(.empty-slideshow) .title-container .event.summary {
    position: absolute;
    background: #ffffff;
    z-index: 4;
    width: 335px;
    padding: 30px;
    padding-top: 30px;
    margin-top: -148px;
    right: 30px;
  }
  /* line 14815, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-event #website-wrapper:not(.empty-slideshow) .title-container .event.summary .event-prices {
    font-size: 40px;
    margin-top: 13px;
    margin-bottom: 23px;
  }
}
@media (min-width: 1480px) {
  /* line 14826, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-event #website-wrapper:not(.empty-slideshow) #content-core {
    max-width: 800px;
    margin-left: 0;
  }
  /* line 14831, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-event #website-wrapper:not(.empty-slideshow) .title-container {
    max-width: 800px;
    margin-left: 0;
  }
}
/* line 14839, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body:not(.frontend) #website-wrapper {
  background: #ffffff !important;
}
@media (min-width: 1200px) {
  /* line 14844, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-event #website-wrapper:not(.empty-slideshow) #event-summary.sticky {
    /*position: fixed !important;
	    top: 0;
	    left: 50%;
	    margin-top: 0;
	    margin-bottom: 0;
	    width: 998px;
	    margin-left: -499px;
	    height: auto;
	    display: block;
	    z-index: 4;

	    ul.event.summary {
	    	margin-top:0px !important;
	    }*/
  }
  /* line 14861, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-event.plone-toolbar-left-expanded #website-wrapper:not(.empty-slideshow) #event-summary.sticky {
    /*margin-left: -439px;*/
  }
}
@media (min-width: 1480px) {
  /* line 14867, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-event #website-wrapper:not(.empty-slideshow) #event-summary.sticky {
    /*width: 1200px;
	    margin-left: -600px;*/
  }
  /* line 14872, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-event.plone-toolbar-left-expanded #website-wrapper:not(.empty-slideshow) #event-summary.sticky {
    /*margin-left: -540px;*/
  }
}
@media (min-width: 769px) {
  /* line 14880, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  footer > div.container {
    margin-left: 55px;
    margin-right: 55px;
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
  }
}
@media (min-width: 1200px) {
  /* line 14888, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  footer > div.container {
    margin-left: 140px;
    margin-right: 140px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
@media (min-width: 1480px) {
  /* line 14900, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  footer > div.container {
    max-width: 1200px;
    width: 90%;
  }
}
/* line 14905, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
footer > div.container > .row > .col-xs-12 {
  padding-left: 0px;
  padding-right: 0px;
}
/* Performance overview */
@media (min-width: 769px) {
  /* line 14915, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.template-performance_overview #website-wrapper.empty-slideshow .title-container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* line 14920, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-performance_overview #website-wrapper.empty-slideshow .title-container h1.brand-name {
  text-align: left;
}
/* line 14925, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-performance_overview .event-date-time {
  font-family: 'HelveticaMedium', Helvetica, Arial, sans-serif;
  color: #8a8a8a;
  font-size: 14px;
  margin-top: 3px;
}
/* line 14934, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-performance_overview #content-wrapper .main-container,
body.frontend.template-performance_overview #content-wrapper .page-container {
  background-color: #f6f6f6;
}
@media (max-width: 767px) {
  /* line 14937, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.template-performance_overview #content-wrapper .main-container,
  body.frontend.template-performance_overview #content-wrapper .page-container {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 992px) {
  /* line 14945, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.template-performance_overview #website-wrapper.empty-slideshow .title-container {
    padding-top: 0px;
  }
  /* line 14948, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.template-performance_overview #website-wrapper.empty-slideshow .title-container h1.brand-name {
    margin-top: 0px;
  }
  /* line 14953, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.template-performance_overview #website-wrapper.empty-slideshow .main-content {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  /* line 14959, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.template-performance_overview #website-wrapper.empty-slideshow .main-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* line 14969, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-performance_overview #content-core .entries .listing-item {
  padding: 0px;
}
/* line 14973, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-performance_overview #content-core .entries article.entry {
  padding: 0px;
  background-color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  min-height: 130px;
  border-radius: 2px;
  overflow: hidden;
}
/* line 14990, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-performance_overview #content-core .entries article.entry div.thumb-wrapper img {
  margin-bottom: 0px;
}
/* line 14999, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-performance_overview #content-core .entries article.entry div.event-availability a.btn {
  font-family: 'HelveticaBold', Helvetica, Arial, sans-serif;
  margin: 0 auto;
  display: block;
  padding: 17px;
  border: 1px solid #b02318;
  border-radius: 2px;
  text-transform: none;
  height: auto;
  color: #ffffff;
  letter-spacing: 0.0em;
  width: auto;
  font-size: 18px;
  background-color: #b02318;
  letter-spacing: 0.01em;
  text-shadow: 0px 0px 0px #ffffff;
  font-weight: 400;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  line-height: 24px;
  width: 100%;
  display: inline-block;
  background-color: #29a646;
  border-color: #29a646;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 15px;
  white-space: pre-wrap;
}
/* line 923, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-performance_overview #content-core .entries article.entry div.event-availability a.btn:active:focus,
body.frontend.template-performance_overview #content-core .entries article.entry div.event-availability a.btn:focus,
body.frontend.template-performance_overview #content-core .entries article.entry div.event-availability a.btn:active {
  background: #8e1d15;
  color: #ffffff;
  outline: none;
}
/* line 931, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-performance_overview #content-core .entries article.entry div.event-availability a.btn:hover {
  background: #8e1d15;
  color: #ffffff;
  box-shadow: none;
  border: 1px solid #8e1d15;
}
/* line 15010, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-performance_overview #content-core .entries article.entry div.event-availability a.btn:hover,
body.frontend.template-performance_overview #content-core .entries article.entry div.event-availability a.btn:active,
body.frontend.template-performance_overview #content-core .entries article.entry div.event-availability a.btn:focus,
body.frontend.template-performance_overview #content-core .entries article.entry div.event-availability a.btn:active:focus {
  border-color: #279049;
  background-color: #279049;
}
/* line 15020, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-performance_overview #content-core .entries article.entry div.event-availability a.btn[disabled] {
  background-color: #e0e0e0;
  color: #8b8b8b;
  border-color: #e0e0e0;
  white-space: pre-wrap;
}
/* line 15025, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-performance_overview #content-core .entries article.entry div.event-availability a.btn[disabled]:hover,
body.frontend.template-performance_overview #content-core .entries article.entry div.event-availability a.btn[disabled]:active,
body.frontend.template-performance_overview #content-core .entries article.entry div.event-availability a.btn[disabled]:focus,
body.frontend.template-performance_overview #content-core .entries article.entry div.event-availability a.btn[disabled]:active:focus {
  border-color: #e0e0e0;
  background-color: #e0e0e0;
}
/* line 15035, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-performance_overview #content-core .entries article.entry div.thumb-wrapper {
  width: 30%;
  float: left;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: #f6f6f6;
}
/* line 15043, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-performance_overview #content-core .entries article.entry div.thumb-wrapper a.thumb-image {
  width: 100%;
  height: 100%;
}
/* line 15047, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-performance_overview #content-core .entries article.entry div.thumb-wrapper a.thumb-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
/* line 15058, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-performance_overview #content-core .entries article.entry div.entry-wrapper {
  width: 70%;
  float: left;
  padding-left: 24px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}
/* line 15067, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-performance_overview #content-core .entries article.entry div.dates-wrapper {
  width: 25%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-left: 1px solid #f6f6f6;
  display: none;
}
/* line 15081, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-performance_overview #content-core .entries article.entry div.dates-wrapper p.event-date {
  margin-top: 0px;
  line-height: 26px;
}
/* line 15086, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-performance_overview #content-core .entries article.entry div.dates-wrapper div.event-date-wrapper {
  max-width: 120px;
}
/* line 15092, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-performance_overview #content-core .entries article.entry div.dates-wrapper-mobile p.event-date {
  margin-top: 0px;
  line-height: 20px;
  margin-bottom: 14px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 15104, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.template-performance_overview #content-core .entries article.entry div.event-availability {
    padding-top: 40px;
  }
  /* line 15108, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.template-performance_overview #content-core .entries article.entry div.dates-wrapper-mobile {
    display: none;
  }
  /* line 15112, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.template-performance_overview #content-core .entries article.entry div.dates-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  /* line 15118, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.template-performance_overview #content-core .entries article.entry div.thumb-wrapper {
    width: 30%;
  }
  /* line 15122, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.template-performance_overview #content-core .entries article.entry div.entry-wrapper {
    width: 45%;
  }
}
@media (min-width: 1200px) {
  /* line 15128, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.template-performance_overview #content-core .entries article.entry div.event-availability {
    padding-top: 40px;
  }
  /* line 15132, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.template-performance_overview #content-core .entries article.entry div.dates-wrapper-mobile {
    display: none;
  }
  /* line 15136, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.template-performance_overview #content-core .entries article.entry div.dates-wrapper {
    width: 19%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  /* line 15143, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.template-performance_overview #content-core .entries article.entry div.entry-wrapper {
    width: 51%;
  }
}
/* line 15153, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
#event-categories {
  display: none !important;
}
/* line 15160, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-event #event-categories,
body.frontend.template-performance_overview #event-categories,
body.frontend.template-search #event-categories {
  display: block !important;
  margin-bottom: 20px;
}
/* line 15164, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-event #event-categories strong,
body.frontend.template-performance_overview #event-categories strong,
body.frontend.template-search #event-categories strong {
  display: none;
}
/* line 15171, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
#event-categories {
  margin-top: 22px;
  text-align: left;
}
/* line 15174, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
#event-categories strong {
  display: none;
}
/* line 15180, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
#event-categories span {
  font-family: 'HelveticaMedium', Helvetica, Arial, sans-serif;
  background-color: #f0f0f0;
  padding: 6px 8px;
  margin: 2px;
  border-radius: 2px;
  font-size: 14px;
  letter-spacing: 0.00em;
}
/* line 15190, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
#event-categories a:nth-child(2) span {
  margin-left: 0px;
}
/* line 15195, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.nav-trigger-wrapper {
  width: 62px;
  height: 60px;
  border-right: 1px solid #e5e5e5;
  position: relative;
  z-index: 2000;
}
/* line 15203, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.top-search-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
}
/* line 15210, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.top-search-wrapper a.btn {
  font-family: 'HelveticaBold', Helvetica, Arial, sans-serif;
  margin: 0 auto;
  display: block;
  padding: 17px;
  border: 1px solid #b02318;
  border-radius: 2px;
  text-transform: none;
  height: auto;
  letter-spacing: 0.0em;
  width: auto;
  font-size: 18px;
  background-color: #b02318;
  letter-spacing: 0.01em;
  text-shadow: 0px 0px 0px #ffffff;
  font-weight: 400;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  line-height: 24px;
  background-color: #000000;
  border: 0px;
  color: #ffffff;
  height: 100%;
  width: 100%;
  border-radius: 0px !important;
  padding: 2px;
}
/* line 923, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.top-search-wrapper a.btn:active:focus,
.top-search-wrapper a.btn:focus,
.top-search-wrapper a.btn:active {
  background: #8e1d15;
  color: #ffffff;
  outline: none;
}
/* line 931, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.top-search-wrapper a.btn:hover {
  background: #8e1d15;
  color: #ffffff;
  box-shadow: none;
  border: 1px solid #8e1d15;
}
/* line 15220, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.top-search-wrapper a.btn i {
  line-height: 56px;
}
/* line 15223, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.top-search-wrapper a.btn:active:focus,
.top-search-wrapper a.btn:focus,
.top-search-wrapper a.btn:active {
  background: #b02318;
  border: 0px;
  color: #ffffff;
  outline: none;
}
/* line 15232, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.top-search-wrapper a.btn:hover {
  background: #b02318;
  border: 0px;
  color: #ffffff;
  box-shadow: none;
}
/* line 15242, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.navigation-is-open .nav-trigger-wrapper {
  border-bottom: 0px solid #e5e5e5;
}
/* line 15249, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
#website-wrapper.empty-slideshow .nav-trigger-wrapper,
body:not(.frontend) .nav-trigger-wrapper {
  border-bottom: 0px solid #e5e5e5;
}
@media (min-width: 1200px) {
  /* line 15256, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-event #event-summary li.event-date {
    max-width: 200px;
    line-height: 28px;
  }
}
/* line 15263, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
a.dropdown-toggle {
  width: 100%;
}
/* line 15267, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
a.dropdown-toggle span.fa.fa-angle-down {
  float: right;
  line-height: 22px;
}
/* line 15272, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
#cd-nav a.dropdown-toggle span.fa.fa-angle-down {
  float: right;
  line-height: 37px;
}
/* line 15277, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #event-categories a,
body.frontend.template-search #search-results-wrapper #event-categories a,
body.frontend.template-facetednavigation_view #search-results-wrapper #event-categories a {
  color: #000000;
  border-bottom: 0px !important;
}
/* line 15282, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #event-categories a:hover,
body.frontend.template-search #search-results-wrapper #event-categories a:hover,
body.frontend.template-facetednavigation_view #search-results-wrapper #event-categories a:hover,
body.frontend #event-categories a:focus,
body.frontend.template-search #search-results-wrapper #event-categories a:focus,
body.frontend.template-facetednavigation_view #search-results-wrapper #event-categories a:focus,
body.frontend #event-categories a:active,
body.frontend.template-search #search-results-wrapper #event-categories a:active,
body.frontend.template-facetednavigation_view #search-results-wrapper #event-categories a:active,
body.frontend #event-categories a:active:focus,
body.frontend.template-search #search-results-wrapper #event-categories a:active:focus,
body.frontend.template-facetednavigation_view #search-results-wrapper #event-categories a:active:focus {
  color: #ffffff;
  border-bottom: 0px !important;
  outline: none;
}
/* line 15289, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend #event-categories a:hover span,
body.frontend.template-search #search-results-wrapper #event-categories a:hover span,
body.frontend.template-facetednavigation_view #search-results-wrapper #event-categories a:hover span,
body.frontend #event-categories a:focus span,
body.frontend.template-search #search-results-wrapper #event-categories a:focus span,
body.frontend.template-facetednavigation_view #search-results-wrapper #event-categories a:focus span,
body.frontend #event-categories a:active span,
body.frontend.template-search #search-results-wrapper #event-categories a:active span,
body.frontend.template-facetednavigation_view #search-results-wrapper #event-categories a:active span,
body.frontend #event-categories a:active:focus span,
body.frontend.template-search #search-results-wrapper #event-categories a:active:focus span,
body.frontend.template-facetednavigation_view #search-results-wrapper #event-categories a:active:focus span {
  background-color: #b02318;
}
/* line 15295, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.top-my-account-wrapper {
  position: absolute;
  top: 0;
  right: 60px;
  height: 60px;
  border-left: 1px solid #e5e5e5;
}
/* line 15302, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.top-my-account-wrapper .navbar-nav {
  margin: 0px !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
}
/* line 15308, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.top-my-account-wrapper ul.twt-widget-ul {
  list-style: none;
  margin-left: -40px;
}
/* line 15313, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.top-my-account-wrapper .twt-widget-not-loggedin {
  padding-bottom: 6px;
  padding-top: 6px;
  color: #8a8a8a;
  font-size: 17px;
}
/* line 15320, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.top-my-account-wrapper .dropdown-desktop {
  display: none;
}
/* line 15324, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.top-my-account-wrapper .dropdown-mobile {
  height: 60px;
  margin-top: 0px;
  line-height: 40px;
}
/* line 15329, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.top-my-account-wrapper .dropdown-mobile:hover,
.top-my-account-wrapper .dropdown-mobile:active,
.top-my-account-wrapper .dropdown-mobile:focus,
.top-my-account-wrapper .dropdown-mobile:focus:active {
  color: #b02318;
}
@media (min-width: 1080px) {
  /* line 15338, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  .top-my-account-wrapper .dropdown-desktop {
    display: block;
  }
  /* line 15342, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  .top-my-account-wrapper .dropdown-mobile {
    display: none;
  }
}
/* line 15347, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.top-my-account-wrapper .twt-widget-source {
  display: none;
}
/* Performance overview */
@media (min-width: 769px) {
  /* line 15356, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.template-search #website-wrapper.empty-slideshow .title-container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* line 15361, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-search #website-wrapper.empty-slideshow .title-container h1.brand-name {
  text-align: left;
}
/* line 15370, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-search #content-core {
  width: 100%;
  padding: 0px;
  max-width: 100%;
}
/* line 15376, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-search dl.actionMenu {
  /*display: none;*/
}
/* line 15380, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-search .autotabs {
  background: #f6f6f6;
  padding: 0px;
}
/* line 15385, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-search .event-date-time {
  font-family: 'HelveticaMedium', Helvetica, Arial, sans-serif;
  color: #8a8a8a;
  font-size: 14px;
  margin-top: 3px;
}
/* line 15393, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-search .searchPage .actionMenu dd {
  position: initial;
  display: block;
  padding: 0px;
}
/* line 15401, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-search #content-wrapper .main-container,
body.frontend.template-search #content-wrapper .page-container {
  background-color: #f6f6f6;
}
@media (max-width: 767px) {
  /* line 15404, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.template-search #content-wrapper .main-container,
  body.frontend.template-search #content-wrapper .page-container {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 992px) {
  /* line 15412, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.template-search #website-wrapper.empty-slideshow .title-container {
    padding-top: 0px;
  }
  /* line 15415, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.template-search #website-wrapper.empty-slideshow .title-container h1.brand-name {
    margin-top: 0px;
  }
  /* line 15420, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.template-search #website-wrapper.empty-slideshow .main-content {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  /* line 15426, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.template-search #website-wrapper.empty-slideshow .main-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* line 15438, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-search #content-core #search-results .search-item {
  padding: 0px;
}
/* line 15444, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-search #content-core #search-results .no-image .thumb-wrapper {
  display: none;
}
/* line 15448, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-search #content-core #search-results .no-image .entry-wrapper {
  width: 81% !important;
}
/* line 15452, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-search #content-core #search-results .search-item {
  padding: 0px;
  background-color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  min-height: 130px;
  border-radius: 2px;
  overflow: hidden;
}
/* line 15469, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-search #content-core #search-results .search-item div.thumb-wrapper img {
  margin-bottom: 0px;
}
/* line 15478, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-search #content-core #search-results .search-item div.event-availability a.btn {
  font-family: 'HelveticaBold', Helvetica, Arial, sans-serif;
  margin: 0 auto;
  display: block;
  padding: 17px;
  border: 1px solid #b02318;
  border-radius: 2px;
  text-transform: none;
  height: auto;
  color: #ffffff;
  letter-spacing: 0.0em;
  width: auto;
  font-size: 18px;
  background-color: #b02318;
  letter-spacing: 0.01em;
  text-shadow: 0px 0px 0px #ffffff;
  font-weight: 400;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  line-height: 24px;
  width: 100%;
  display: inline-block;
  background-color: #29a646;
  border-color: #29a646;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 15px;
  white-space: pre-wrap;
}
/* line 923, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-search #content-core #search-results .search-item div.event-availability a.btn:active:focus,
body.frontend.template-search #content-core #search-results .search-item div.event-availability a.btn:focus,
body.frontend.template-search #content-core #search-results .search-item div.event-availability a.btn:active {
  background: #8e1d15;
  color: #ffffff;
  outline: none;
}
/* line 931, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-search #content-core #search-results .search-item div.event-availability a.btn:hover {
  background: #8e1d15;
  color: #ffffff;
  box-shadow: none;
  border: 1px solid #8e1d15;
}
/* line 15489, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-search #content-core #search-results .search-item div.event-availability a.btn:hover,
body.frontend.template-search #content-core #search-results .search-item div.event-availability a.btn:active,
body.frontend.template-search #content-core #search-results .search-item div.event-availability a.btn:focus,
body.frontend.template-search #content-core #search-results .search-item div.event-availability a.btn:active:focus {
  border-color: #279049;
  background-color: #279049;
}
/* line 15499, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-search #content-core #search-results .search-item div.event-availability a.btn[disabled] {
  background-color: #e0e0e0;
  color: #8b8b8b;
  border-color: #e0e0e0;
  white-space: pre-wrap;
}
/* line 15504, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-search #content-core #search-results .search-item div.event-availability a.btn[disabled]:hover,
body.frontend.template-search #content-core #search-results .search-item div.event-availability a.btn[disabled]:active,
body.frontend.template-search #content-core #search-results .search-item div.event-availability a.btn[disabled]:focus,
body.frontend.template-search #content-core #search-results .search-item div.event-availability a.btn[disabled]:active:focus {
  border-color: #e0e0e0;
  background-color: #e0e0e0;
}
/* line 15514, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-search #content-core #search-results .search-item div.thumb-wrapper {
  width: 30%;
  float: left;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: #f6f6f6;
}
/* line 15522, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-search #content-core #search-results .search-item div.thumb-wrapper a.thumb-image {
  width: 100%;
  height: 100%;
}
/* line 15526, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-search #content-core #search-results .search-item div.thumb-wrapper a.thumb-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
/* line 15537, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-search #content-core #search-results .search-item div.entry-wrapper {
  width: 70%;
  float: left;
  padding-left: 24px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}
/* line 15546, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-search #content-core #search-results .search-item div.entry-wrapper h4.item-title {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  font-family: 'FuturaBold', 'Futura', Arial, sans-serif;
  font-size: 26px;
  line-height: 38px;
  color: #000000;
  clear: both;
}
@media (max-width: 768px) {
  /* line 15555, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.template-search #content-core #search-results .search-item div.entry-wrapper h4.item-title {
    font-size: 20px;
    line-height: 26px;
  }
}
/* line 15561, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-search #content-core #search-results .search-item div.entry-wrapper h4.item-title a {
  color: #000000;
  border-bottom: 0px !important;
}
/* line 15565, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-search #content-core #search-results .search-item div.entry-wrapper h4.item-title a:hover,
body.frontend.template-search #content-core #search-results .search-item div.entry-wrapper h4.item-title a:focus,
body.frontend.template-search #content-core #search-results .search-item div.entry-wrapper h4.item-title a:active {
  border-bottom: 2px solid #000000 !important;
  color: #000000 !important;
}
/* line 15574, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-search #content-core #search-results .search-item div.entry-wrapper .item-description {
  margin-top: 0px;
  line-height: 22px;
  margin-bottom: 5px;
  font-size: 17px;
  font-family: 'HelveticaMedium', Helvetica, Arial, sans-serif;
  color: #8a8a8a;
}
/* line 15583, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-search #content-core #search-results .search-item div.entry-wrapper p.event-date {
  font-size: 16px;
  line-height: 35px;
  color: #000000;
  letter-spacing: 0.01em;
  margin-bottom: 0px;
  margin-top: 14px;
  text-transform: none;
  font-family: 'HelveticaBold', Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  /* line 15593, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.template-search #content-core #search-results .search-item div.entry-wrapper p.event-date {
    margin-bottom: 0px;
  }
}
/* line 15599, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-search #content-core #search-results .search-item div.dates-wrapper {
  width: 25%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  display: none;
}
/* line 15614, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-search #content-core #search-results .search-item div.dates-wrapper p.event-date {
  font-size: 16px;
  line-height: 35px;
  color: #000000;
  letter-spacing: 0.01em;
  margin-bottom: 0px;
  margin-top: 14px;
  text-transform: none;
  font-family: 'HelveticaBold', Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  /* line 15624, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.template-search #content-core #search-results .search-item div.dates-wrapper p.event-date {
    margin-bottom: 0px;
  }
}
/* line 15630, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-search #content-core #search-results .search-item div.dates-wrapper p.event-date {
  margin-top: 0px;
  line-height: 26px;
}
/* line 15635, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-search #content-core #search-results .search-item div.dates-wrapper div.event-date-wrapper {
  max-width: 120px;
}
/* line 15641, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-search #content-core #search-results .search-item div.dates-wrapper-mobile p.event-date {
  margin-top: 0px;
  line-height: 20px;
  margin-bottom: 14px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 15653, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.template-search #content-core #search-results .search-item div.event-availability {
    padding-top: 40px;
  }
  /* line 15657, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.template-search #content-core #search-results .search-item div.dates-wrapper-mobile {
    display: none;
  }
  /* line 15661, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.template-search #content-core #search-results .search-item div.dates-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  /* line 15667, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.template-search #content-core #search-results .search-item div.thumb-wrapper {
    width: 30%;
  }
  /* line 15671, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.template-search #content-core #search-results .search-item div.entry-wrapper {
    width: 45%;
  }
}
@media (min-width: 1200px) {
  /* line 15677, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.template-search #content-core #search-results .search-item div.event-availability {
    padding-top: 40px;
  }
  /* line 15681, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.template-search #content-core #search-results .search-item div.dates-wrapper-mobile {
    display: none;
  }
  /* line 15685, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.template-search #content-core #search-results .search-item div.dates-wrapper {
    width: 19%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  /* line 15692, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.template-search #content-core #search-results .search-item div.entry-wrapper {
    width: 51%;
  }
}
/* Faceted navigation */
@media (min-width: 769px) {
  /* line 15706, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.template-facetednavigation_view #website-wrapper.empty-slideshow .title-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* line 15711, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-facetednavigation_view #website-wrapper.empty-slideshow .title-container h1.brand-name {
  text-align: left;
}
/* line 15714, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-facetednavigation_view #website-wrapper.empty-slideshow .title-container h1.brand-name strong#search-term {
  font-style: italic;
}
/* line 15720, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-facetednavigation_view #content-core {
  width: 100%;
  padding: 0px;
  max-width: 100%;
}
/* line 15726, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-facetednavigation_view dl.actionMenu {
  display: none;
}
/* line 15730, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-facetednavigation_view .autotabs {
  background: #f6f6f6;
  padding: 0px;
}
/* line 15735, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-facetednavigation_view .event-date-time {
  font-family: 'HelveticaMedium', Helvetica, Arial, sans-serif;
  color: #8a8a8a;
  font-size: 14px;
  margin-top: 3px;
}
/* line 15744, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-facetednavigation_view #content-wrapper .main-container,
body.frontend.template-facetednavigation_view #content-wrapper .page-container {
  background-color: #f6f6f6;
}
@media (max-width: 767px) {
  /* line 15747, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.template-facetednavigation_view #content-wrapper .main-container,
  body.frontend.template-facetednavigation_view #content-wrapper .page-container {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 992px) {
  /* line 15755, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.template-facetednavigation_view #website-wrapper.empty-slideshow .title-container {
    padding-top: 0px;
  }
  /* line 15758, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.template-facetednavigation_view #website-wrapper.empty-slideshow .title-container h1.brand-name {
    margin-top: 0px;
  }
  /* line 15763, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.template-facetednavigation_view #website-wrapper.empty-slideshow .main-content {
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  /* line 15769, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.template-facetednavigation_view #website-wrapper.empty-slideshow .main-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* line 15775, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-facetednavigation_view #event-categories {
  display: block !important;
}
/* line 15779, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-facetednavigation_view #c6_end {
  display: none !important;
}
/* line 15783, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-facetednavigation_view #c6_start {
  margin-left: 0px;
}
/* line 15786, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-facetednavigation_view #c6_start label {
  display: none !important;
}
/* line 15792, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-facetednavigation_view #center-top-area #faceted-center-column .faceted-widget {
  float: left;
  margin-right: 25px;
  margin-bottom: 5px;
  margin-top: 5px;
}
/* line 15799, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-facetednavigation_view #center-top-area #faceted-center-column .faceted-widget fieldset legend {
  display: inline-block;
  width: auto;
  float: left;
  padding-right: 20px;
  margin: 0px;
  line-height: 33px;
  min-width: 76px;
}
/* line 15809, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-facetednavigation_view #center-top-area #faceted-center-column .faceted-widget fieldset form {
  display: inline-block;
}
/* line 15815, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-facetednavigation_view select.faceted_select {
  font-size: 14px;
  color: #696969;
  width: 175px !important;
}
/* line 15821, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-facetednavigation_view #c6-start-input {
  width: 175px !important;
}
/* line 15825, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-facetednavigation_view .ui-datepicker .ui-datepicker-prev span,
body.frontend.template-facetednavigation_view .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
/* line 15834, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-facetednavigation_view .ui-datepicker .ui-datepicker-prev,
body.frontend.template-facetednavigation_view .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 8px;
  width: 1.8em;
  height: 1.8em;
}
/* line 15841, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-facetednavigation_view .ui-datepicker .ui-datepicker-prev-hover,
body.frontend.template-facetednavigation_view .ui-datepicker .ui-datepicker-next-hover {
  top: 8px;
}
/* line 15845, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-facetednavigation_view #faceted-results {
  clear: both;
  padding-top: 5px;
}
/* line 15856, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-facetednavigation_view #content-core #search-results-wrapper .search-item {
  padding: 0px;
}
/* line 15862, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-facetednavigation_view #content-core #search-results-wrapper .no-image .thumb-wrapper {
  display: none;
}
/* line 15866, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-facetednavigation_view #content-core #search-results-wrapper .no-image .entry-wrapper {
  width: 81% !important;
}
/* line 15870, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-facetednavigation_view #content-core #search-results-wrapper .search-item {
  padding: 0px;
  background-color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  min-height: 130px;
  border-radius: 2px;
  overflow: hidden;
}
/* line 15887, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-facetednavigation_view #content-core #search-results-wrapper .search-item div.thumb-wrapper img {
  margin-bottom: 0px;
}
/* line 15896, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-facetednavigation_view #content-core #search-results-wrapper .search-item div.event-availability a.btn {
  font-family: 'HelveticaBold', Helvetica, Arial, sans-serif;
  margin: 0 auto;
  display: block;
  padding: 17px;
  border: 1px solid #b02318;
  border-radius: 2px;
  text-transform: none;
  height: auto;
  color: #ffffff;
  letter-spacing: 0.0em;
  width: auto;
  font-size: 18px;
  background-color: #b02318;
  letter-spacing: 0.01em;
  text-shadow: 0px 0px 0px #ffffff;
  font-weight: 400;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  line-height: 24px;
  width: 100%;
  display: inline-block;
  background-color: #29a646;
  border-color: #29a646;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 15px;
  white-space: pre-wrap;
}
/* line 923, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-facetednavigation_view #content-core #search-results-wrapper .search-item div.event-availability a.btn:active:focus,
body.frontend.template-facetednavigation_view #content-core #search-results-wrapper .search-item div.event-availability a.btn:focus,
body.frontend.template-facetednavigation_view #content-core #search-results-wrapper .search-item div.event-availability a.btn:active {
  background: #8e1d15;
  color: #ffffff;
  outline: none;
}
/* line 931, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-facetednavigation_view #content-core #search-results-wrapper .search-item div.event-availability a.btn:hover {
  background: #8e1d15;
  color: #ffffff;
  box-shadow: none;
  border: 1px solid #8e1d15;
}
/* line 15907, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-facetednavigation_view #content-core #search-results-wrapper .search-item div.event-availability a.btn:hover,
body.frontend.template-facetednavigation_view #content-core #search-results-wrapper .search-item div.event-availability a.btn:active,
body.frontend.template-facetednavigation_view #content-core #search-results-wrapper .search-item div.event-availability a.btn:focus,
body.frontend.template-facetednavigation_view #content-core #search-results-wrapper .search-item div.event-availability a.btn:active:focus {
  border-color: #279049;
  background-color: #279049;
}
/* line 15917, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-facetednavigation_view #content-core #search-results-wrapper .search-item div.event-availability a.btn[disabled] {
  background-color: #e0e0e0;
  color: #8b8b8b;
  border-color: #e0e0e0;
  white-space: pre-wrap;
}
/* line 15922, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-facetednavigation_view #content-core #search-results-wrapper .search-item div.event-availability a.btn[disabled]:hover,
body.frontend.template-facetednavigation_view #content-core #search-results-wrapper .search-item div.event-availability a.btn[disabled]:active,
body.frontend.template-facetednavigation_view #content-core #search-results-wrapper .search-item div.event-availability a.btn[disabled]:focus,
body.frontend.template-facetednavigation_view #content-core #search-results-wrapper .search-item div.event-availability a.btn[disabled]:active:focus {
  border-color: #e0e0e0;
  background-color: #e0e0e0;
}
/* line 15932, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-facetednavigation_view #content-core #search-results-wrapper .search-item div.thumb-wrapper {
  width: 30%;
  float: left;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: #f6f6f6;
}
/* line 15940, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-facetednavigation_view #content-core #search-results-wrapper .search-item div.thumb-wrapper a.thumb-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/* line 15946, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-facetednavigation_view #content-core #search-results-wrapper .search-item div.thumb-wrapper a.thumb-image img {
  transition: transform 0.2s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
/* line 15957, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-facetednavigation_view #content-core #search-results-wrapper .search-item div.thumb-wrapper a.thumb-image:hover img {
  transform: scale(1.1);
}
/* line 15964, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-facetednavigation_view #content-core #search-results-wrapper .search-item div.entry-wrapper {
  width: 70%;
  float: left;
  padding-left: 24px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}
/* line 15973, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-facetednavigation_view #content-core #search-results-wrapper .search-item div.entry-wrapper h4.item-title {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  font-family: 'FuturaBold', 'Futura', Arial, sans-serif;
  font-size: 26px;
  line-height: 38px;
  color: #000000;
  clear: both;
}
@media (max-width: 768px) {
  /* line 15982, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.template-facetednavigation_view #content-core #search-results-wrapper .search-item div.entry-wrapper h4.item-title {
    font-size: 20px;
    line-height: 26px;
  }
}
/* line 15988, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-facetednavigation_view #content-core #search-results-wrapper .search-item div.entry-wrapper h4.item-title a {
  color: #000000;
  border-bottom: 0px !important;
}
/* line 15992, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-facetednavigation_view #content-core #search-results-wrapper .search-item div.entry-wrapper h4.item-title a:hover,
body.frontend.template-facetednavigation_view #content-core #search-results-wrapper .search-item div.entry-wrapper h4.item-title a:focus,
body.frontend.template-facetednavigation_view #content-core #search-results-wrapper .search-item div.entry-wrapper h4.item-title a:active {
  border-bottom: 2px solid #000000 !important;
  color: #000000 !important;
}
/* line 16001, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-facetednavigation_view #content-core #search-results-wrapper .search-item div.entry-wrapper .item-description {
  margin-top: 0px;
  line-height: 22px;
  margin-bottom: 5px;
  font-size: 17px;
  font-family: 'HelveticaMedium', Helvetica, Arial, sans-serif;
  color: #8a8a8a;
}
/* line 16010, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-facetednavigation_view #content-core #search-results-wrapper .search-item div.entry-wrapper p.event-date {
  font-size: 16px;
  line-height: 35px;
  color: #000000;
  letter-spacing: 0.01em;
  margin-bottom: 0px;
  margin-top: 14px;
  text-transform: none;
  font-family: 'HelveticaBold', Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  /* line 16020, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.template-facetednavigation_view #content-core #search-results-wrapper .search-item div.entry-wrapper p.event-date {
    margin-bottom: 0px;
  }
}
/* line 16026, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-facetednavigation_view #content-core #search-results-wrapper .search-item div.dates-wrapper {
  width: 25%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  display: none;
}
/* line 16041, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-facetednavigation_view #content-core #search-results-wrapper .search-item div.dates-wrapper p.event-date {
  font-size: 16px;
  line-height: 35px;
  color: #000000;
  letter-spacing: 0.01em;
  margin-bottom: 0px;
  margin-top: 14px;
  text-transform: none;
  font-family: 'HelveticaBold', Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  /* line 16051, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.template-facetednavigation_view #content-core #search-results-wrapper .search-item div.dates-wrapper p.event-date {
    margin-bottom: 0px;
  }
}
/* line 16057, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-facetednavigation_view #content-core #search-results-wrapper .search-item div.dates-wrapper p.event-date {
  margin-top: 0px;
  line-height: 26px;
}
/* line 16062, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-facetednavigation_view #content-core #search-results-wrapper .search-item div.dates-wrapper div.event-date-wrapper {
  max-width: 120px;
}
/* line 16068, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-facetednavigation_view #content-core #search-results-wrapper .search-item div.dates-wrapper-mobile p.event-date {
  margin-top: 0px;
  line-height: 20px;
  margin-bottom: 14px;
}
/* line 16075, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-facetednavigation_view #content-core #search-results-wrapper .search-item div.item-description-wrapper div.event-availability.mobile-only {
  margin-top: 20px;
  max-width: 300px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 16086, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.template-facetednavigation_view #content-core #search-results-wrapper .search-item div.event-availability {
    padding-top: 40px;
  }
  /* line 16090, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.template-facetednavigation_view #content-core #search-results-wrapper .search-item div.dates-wrapper-mobile {
    display: none;
  }
  /* line 16094, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.template-facetednavigation_view #content-core #search-results-wrapper .search-item div.dates-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  /* line 16100, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.template-facetednavigation_view #content-core #search-results-wrapper .search-item div.thumb-wrapper {
    width: 30%;
  }
  /* line 16104, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.template-facetednavigation_view #content-core #search-results-wrapper .search-item div.entry-wrapper {
    width: 45%;
  }
}
@media (min-width: 992px) {
  /* line 16110, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.template-facetednavigation_view #content-core #search-results-wrapper .search-item div.item-description-wrapper div.event-availability.mobile-only {
    display: none;
    margin-top: 0px;
  }
}
@media (min-width: 1200px) {
  /* line 16117, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.template-facetednavigation_view #content-core #search-results-wrapper .search-item div.event-availability {
    padding-top: 40px;
  }
  /* line 16121, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.template-facetednavigation_view #content-core #search-results-wrapper .search-item div.dates-wrapper-mobile {
    display: none;
  }
  /* line 16125, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.template-facetednavigation_view #content-core #search-results-wrapper .search-item div.dates-wrapper {
    width: 19%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  /* line 16132, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.template-facetednavigation_view #content-core #search-results-wrapper .search-item div.entry-wrapper {
    width: 51%;
  }
}
/* line 16143, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
sharing-wrapper p {
  font-family: 'HelveticaMedium', Helvetica, Arial, sans-serif;
}
/* line 16149, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend .sharing-wrapper p {
  font-family: 'HelveticaMedium', Helvetica, Arial, sans-serif;
}
/* line 16154, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
footer .portlet-static-sponsors,
footer .portlet-static-bottom-links {
  border-top: 1px solid #e0e0e0;
  margin-left: 15px;
  margin-right: 15px;
}
/* line 16160, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
footer .portlet-static-sponsors p,
footer .portlet-static-bottom-links p {
  font-family: 'HelveticaRegular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #4e4e4e;
}
/* line 16165, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
footer .portlet-static-sponsors p a,
footer .portlet-static-bottom-links p a {
  color: #4e4e4e;
  border-bottom: 0px;
}
/* line 16169, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
footer .portlet-static-sponsors p a:hover,
footer .portlet-static-bottom-links p a:hover,
footer .portlet-static-sponsors p a:focus,
footer .portlet-static-bottom-links p a:focus,
footer .portlet-static-sponsors p a:active,
footer .portlet-static-bottom-links p a:active,
footer .portlet-static-sponsors p a:focus:active,
footer .portlet-static-bottom-links p a:focus:active {
  color: #556fa2;
}
/* line 16176, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
footer .portlet-static-sponsors p a:not(:last-child),
footer .portlet-static-bottom-links p a:not(:last-child) {
  margin-right: 20px;
}
/* line 16182, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
footer .portlet-static-sponsors .left-text p,
footer .portlet-static-bottom-links .left-text p {
  color: #8a8a8a;
}
/* line 16188, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
footer .portlet-static-bottom-links div.left-text,
footer .portlet-static-bottom-links div.right-links {
  width: 100%;
}
@media (min-width: 992px) {
  /* line 16193, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  footer .portlet-static-bottom-links div.left-text,
  footer .portlet-static-bottom-links div.right-links {
    width: 50%;
    float: left;
  }
  /* line 16198, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  footer .portlet-static-bottom-links div.right-links {
    text-align: right;
  }
}
/* line 16203, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
footer .portlet-static-bottom-links .bottom-links-wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  float: left;
  width: 100%;
}
@media (max-width: 991px) {
  /* line 16210, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  footer .portlet-static-bottom-links .bottom-links-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  /* line 16217, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  footer .portlet-static-bottom-links div.left-text,
  footer .portlet-static-bottom-links div.right-links {
    text-align: center;
  }
  /* line 16220, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  footer .portlet-static-bottom-links div.left-text a,
  footer .portlet-static-bottom-links div.right-links a {
    display: block;
    margin-right: 0px;
  }
}
/* line 16228, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
footer .sponsors-wrapper {
  padding-bottom: 10px;
  padding-top: 10px;
  overflow: hidden;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 769px) {
  /* line 16232, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  footer .sponsors-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
  }
}
@media (min-width: 1200px) {
  /* line 16238, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  footer .sponsors-wrapper {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 500px;
  }
}
@media (min-width: 1480px) {
  /* line 16247, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  footer .sponsors-wrapper {
    max-width: 500px;
    width: 90%;
  }
}
/* line 16257, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
footer .sponsors-wrapper ul {
  padding-left: 0;
  padding-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
}
/* line 16268, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
footer .sponsors-wrapper ul li {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 30%;
  flex-basis: 33%;
  box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
}
/* line 16291, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
footer .sponsors-wrapper ul li img {
  display: block;
  max-width: 150px;
  width: 100%;
  margin: 0 20px;
  opacity: 0.65;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
/* line 16302, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
footer .sponsors-wrapper ul li:nth-child(2) img {
  max-width: 75px;
}
/* line 16311, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
footer .sponsors-wrapper ul li a:hover img,
footer .sponsors-wrapper ul li a:focus img,
footer .sponsors-wrapper ul li a:active img,
footer .sponsors-wrapper ul li a:focus:active img {
  opacity: 1;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
@media (max-width: 768px) {
  /* line 16329, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend #below-content .portletCollection,
  body.frontend #below-content .portlet-collection-uitgelicht {
    background-color: #f6f6f6;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 769px) {
  /* line 16337, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend #below-content .portletCollection,
  body.frontend #below-content .portlet-collection-uitgelicht {
    background-color: #f6f6f6;
  }
}
/* line 16343, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend .image-description-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
}
/* line 16350, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend .image-description-wrapper p.slideshow-image-description {
  color: #ffffff;
  font-size: 14px;
  line-height: 18px;
  margin: 0;
  padding: 0;
}
/* line 16359, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-event .main-container {
  position: relative;
}
/* line 16363, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-event .main-container-wrapper {
  pointer-events: none;
}
/* line 16365, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-event .main-container-wrapper #event-summary {
  pointer-events: all;
}
@media (min-width: 1200px) {
  /* line 16368, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-event .main-container-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /* line 16375, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-event .main-container-wrapper .title-container.event-box {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 100% !important;
    padding-right: 30px;
  }
  /* line 16382, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-event .main-container-wrapper .title-container.event-box #event-summary {
    position: -webkit-sticky;
    position: sticky;
    top: 208px;
    bottom: 0;
    display: block;
    float: right;
    z-index: 4;
  }
  /* line 16391, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-event .main-container-wrapper .title-container.event-box #event-summary .event.summary {
    position: initial;
  }
}
/* Front page */
@media (min-width: 1480px) {
  /* line 16405, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage #content-wrapper,
  body.frontend.portaltype-portlet-page.section-home-page #content-wrapper {
    max-width: 998px;
    width: 100%;
  }
}
/* line 16411, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.section-frontpage .page-container,
body.frontend.portaltype-portlet-page.section-home-page .page-container {
  background-color: #f6f6f6;
}
/* line 16415, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.section-frontpage #top-alert-message,
body.frontend.portaltype-portlet-page.section-home-page #top-alert-message {
  padding-top: 7px;
}
/* line 16417, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.section-frontpage #top-alert-message a,
body.frontend.portaltype-portlet-page.section-home-page #top-alert-message a {
  color: #ffffff !important;
  border-bottom: 1px solid #ffffff !important;
}
/* line 16420, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.section-frontpage #top-alert-message a:hover,
body.frontend.portaltype-portlet-page.section-home-page #top-alert-message a:hover,
body.frontend.portaltype-portlet-page.section-frontpage #top-alert-message a:focus,
body.frontend.portaltype-portlet-page.section-home-page #top-alert-message a:focus,
body.frontend.portaltype-portlet-page.section-frontpage #top-alert-message a:active,
body.frontend.portaltype-portlet-page.section-home-page #top-alert-message a:active,
body.frontend.portaltype-portlet-page.section-frontpage #top-alert-message a:active:focus,
body.frontend.portaltype-portlet-page.section-home-page #top-alert-message a:active:focus {
  color: #ffffff !important;
  border-bottom: 0px solid #ffffff !important;
}
/* line 16430, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.section-frontpage .main-container .title-container,
body.frontend.portaltype-portlet-page.section-home-page .main-container .title-container {
  display: none !important;
}
/* line 16434, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.section-frontpage #website-wrapper:not(.empty-slideshow) .main-container .title-container,
body.frontend.portaltype-portlet-page.section-home-page #website-wrapper:not(.empty-slideshow) .main-container .title-container {
  display: none !important;
}
/* line 16438, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.section-frontpage #portletPageTopRow,
body.frontend.portaltype-portlet-page.section-home-page #portletPageTopRow {
  padding-left: 0px;
  padding-right: 0px;
}
/* line 16444, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.section-frontpage #portletPageColumns .portlet-item,
body.frontend.portaltype-portlet-page.section-home-page #portletPageColumns .portlet-item {
  padding-left: 0px;
  padding-right: 0px;
}
/* line 16450, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.section-frontpage #portletPageColumns .portlet-item-wrapper .entry-wrapper:before,
body.frontend.portaltype-portlet-page.section-home-page #portletPageColumns .portlet-item-wrapper .entry-wrapper:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.26%;
}
/* line 16457, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.section-frontpage #portletPageColumns .portlet-item-wrapper .entry-wrapper,
body.frontend.portaltype-portlet-page.section-home-page #portletPageColumns .portlet-item-wrapper .entry-wrapper {
  position: relative;
  border-radius: 2px;
  overflow: hidden;
}
/* line 16463, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.section-frontpage #portletPageColumns .portlet-item-wrapper .entry-wrapper:hover .thumb-wrapper img,
body.frontend.portaltype-portlet-page.section-home-page #portletPageColumns .portlet-item-wrapper .entry-wrapper:hover .thumb-wrapper img {
  transform: scale(1.1);
}
/* line 16467, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.section-frontpage #portletPageColumns .portlet-item-wrapper .entry-wrapper .thumb-wrapper,
body.frontend.portaltype-portlet-page.section-home-page #portletPageColumns .portlet-item-wrapper .entry-wrapper .thumb-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 0px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
/* line 16480, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.section-frontpage #portletPageColumns .portlet-item-wrapper .entry-wrapper .thumb-wrapper a.thumb-image,
body.frontend.portaltype-portlet-page.section-home-page #portletPageColumns .portlet-item-wrapper .entry-wrapper .thumb-wrapper a.thumb-image,
body.frontend.portaltype-portlet-page.section-frontpage #portletPageColumns .portlet-item-wrapper .entry-wrapper .thumb-wrapper img.tileImage,
body.frontend.portaltype-portlet-page.section-home-page #portletPageColumns .portlet-item-wrapper .entry-wrapper .thumb-wrapper img.tileImage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 16488, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.section-frontpage #portletPageColumns .portlet-item-wrapper .entry-wrapper .thumb-wrapper img.tileImage,
body.frontend.portaltype-portlet-page.section-home-page #portletPageColumns .portlet-item-wrapper .entry-wrapper .thumb-wrapper img.tileImage {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 16495, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.section-frontpage #portletPageColumns .portlet-item-wrapper .entry-wrapper h4.item-title,
body.frontend.portaltype-portlet-page.section-home-page #portletPageColumns .portlet-item-wrapper .entry-wrapper h4.item-title {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px 20px;
  font-size: 22px;
}
/* line 16502, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.section-frontpage #portletPageColumns .portlet-item-wrapper .entry-wrapper h4.item-title a,
body.frontend.portaltype-portlet-page.section-home-page #portletPageColumns .portlet-item-wrapper .entry-wrapper h4.item-title a {
  color: #ffffff;
}
/* line 16505, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.section-frontpage #portletPageColumns .portlet-item-wrapper .entry-wrapper h4.item-title a:hover,
body.frontend.portaltype-portlet-page.section-home-page #portletPageColumns .portlet-item-wrapper .entry-wrapper h4.item-title a:hover,
body.frontend.portaltype-portlet-page.section-frontpage #portletPageColumns .portlet-item-wrapper .entry-wrapper h4.item-title a:focus,
body.frontend.portaltype-portlet-page.section-home-page #portletPageColumns .portlet-item-wrapper .entry-wrapper h4.item-title a:focus,
body.frontend.portaltype-portlet-page.section-frontpage #portletPageColumns .portlet-item-wrapper .entry-wrapper h4.item-title a:active,
body.frontend.portaltype-portlet-page.section-home-page #portletPageColumns .portlet-item-wrapper .entry-wrapper h4.item-title a:active,
body.frontend.portaltype-portlet-page.section-frontpage #portletPageColumns .portlet-item-wrapper .entry-wrapper h4.item-title a:active:focus,
body.frontend.portaltype-portlet-page.section-home-page #portletPageColumns .portlet-item-wrapper .entry-wrapper h4.item-title a:active:focus {
  color: #ffffff !important;
  border-bottom: 2px solid #ffffff !important;
}
@media (min-width: 992px) {
  /* line 16520, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage #portletPageTopRow > div:nth-child(2),
  body.frontend.portaltype-portlet-page.section-home-page #portletPageTopRow > div:nth-child(2) {
    width: 70%;
    padding-right: 7px;
    float: left;
  }
  /* line 16525, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage #portletPageTopRow > div:nth-child(2) h4.item-title,
  body.frontend.portaltype-portlet-page.section-home-page #portletPageTopRow > div:nth-child(2) h4.item-title {
    font-size: 29px !important;
    padding: 22px 28px !important;
  }
  /* line 16530, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage #portletPageTopRow > div:nth-child(2) .entry-wrapper:before,
  body.frontend.portaltype-portlet-page.section-home-page #portletPageTopRow > div:nth-child(2) .entry-wrapper:before {
    min-height: 350px;
    padding-top: 0;
  }
  /* line 16536, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage #portletPageTopRow > div:nth-child(3),
  body.frontend.portaltype-portlet-page.section-home-page #portletPageTopRow > div:nth-child(3) {
    width: 30%;
    float: right;
    padding-left: 7px;
  }
  /* line 16541, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage #portletPageTopRow > div:nth-child(3) .entry-wrapper:before,
  body.frontend.portaltype-portlet-page.section-home-page #portletPageTopRow > div:nth-child(3) .entry-wrapper:before {
    min-height: 168px;
    padding-top: 0;
  }
  /* line 16547, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage #portletPageTopRow > div:nth-child(4),
  body.frontend.portaltype-portlet-page.section-home-page #portletPageTopRow > div:nth-child(4) {
    width: 30%;
    float: right;
    padding-left: 7px;
  }
  /* line 16552, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage #portletPageTopRow > div:nth-child(4) .entry-wrapper:before,
  body.frontend.portaltype-portlet-page.section-home-page #portletPageTopRow > div:nth-child(4) .entry-wrapper:before {
    min-height: 168px;
    padding-top: 0;
  }
}
/* line 16559, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.section-frontpage .intro-header,
body.frontend.portaltype-portlet-page.section-home-page .intro-header {
  border-radius: 2px;
  overflow: hidden;
  background: #f6f6f6;
}
/* line 16568, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.section-frontpage .intro-header #slickcarousel .slick-slide:focus,
body.frontend.portaltype-portlet-page.section-home-page .intro-header #slickcarousel .slick-slide:focus {
  outline: none;
}
/* line 16572, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.section-frontpage .intro-header #slickcarousel div#event-categories,
body.frontend.portaltype-portlet-page.section-home-page .intro-header #slickcarousel div#event-categories {
  display: block !important;
  position: absolute;
  top: 15px;
  right: 8px;
  margin-top: 0px;
  margin-right: 0px;
  pointer-events: all;
}
/* line 16581, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.section-frontpage .intro-header #slickcarousel div#event-categories span,
body.frontend.portaltype-portlet-page.section-home-page .intro-header #slickcarousel div#event-categories span {
  text-transform: uppercase;
  font-family: 'HelveticaBold', Helvetica, Arial, sans-serif;
  background-color: #ffffff;
  padding: 10px 14px;
  margin: 2px;
  border-radius: 2px;
  font-size: 13px;
  letter-spacing: 0.00em;
}
/* line 16593, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.section-frontpage .intro-header #slickcarousel div#event-categories a:hover,
body.frontend.portaltype-portlet-page.section-home-page .intro-header #slickcarousel div#event-categories a:hover,
body.frontend.portaltype-portlet-page.section-frontpage .intro-header #slickcarousel div#event-categories a:focus,
body.frontend.portaltype-portlet-page.section-home-page .intro-header #slickcarousel div#event-categories a:focus,
body.frontend.portaltype-portlet-page.section-frontpage .intro-header #slickcarousel div#event-categories a:active,
body.frontend.portaltype-portlet-page.section-home-page .intro-header #slickcarousel div#event-categories a:active,
body.frontend.portaltype-portlet-page.section-frontpage .intro-header #slickcarousel div#event-categories a:active:focus,
body.frontend.portaltype-portlet-page.section-home-page .intro-header #slickcarousel div#event-categories a:active:focus {
  color: #ffffff;
}
/* line 16598, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.section-frontpage .intro-header #slickcarousel div#event-categories a:hover span,
body.frontend.portaltype-portlet-page.section-home-page .intro-header #slickcarousel div#event-categories a:hover span,
body.frontend.portaltype-portlet-page.section-frontpage .intro-header #slickcarousel div#event-categories a:focus span,
body.frontend.portaltype-portlet-page.section-home-page .intro-header #slickcarousel div#event-categories a:focus span,
body.frontend.portaltype-portlet-page.section-frontpage .intro-header #slickcarousel div#event-categories a:active span,
body.frontend.portaltype-portlet-page.section-home-page .intro-header #slickcarousel div#event-categories a:active span,
body.frontend.portaltype-portlet-page.section-frontpage .intro-header #slickcarousel div#event-categories a:active:focus span,
body.frontend.portaltype-portlet-page.section-home-page .intro-header #slickcarousel div#event-categories a:active:focus span {
  background-color: #b02318;
}
/* line 16605, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.section-frontpage .intro-header #slickcarousel .carousel-image-wrapper a,
body.frontend.portaltype-portlet-page.section-home-page .intro-header #slickcarousel .carousel-image-wrapper a {
  pointer-events: all;
}
/* line 16610, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.section-frontpage .intro-header #slickcarousel .title-description-carousel-wrapper,
body.frontend.portaltype-portlet-page.section-home-page .intro-header #slickcarousel .title-description-carousel-wrapper {
  pointer-events: all;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 18px 30px;
}
/* line 16617, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.section-frontpage .intro-header #slickcarousel .title-description-carousel-wrapper h3.carousel-title,
body.frontend.portaltype-portlet-page.section-home-page .intro-header #slickcarousel .title-description-carousel-wrapper h3.carousel-title {
  color: #ffffff;
  font-size: 42px;
  line-height: 48px;
  margin-bottom: 0px;
  margin-top: 0px;
}
@media (max-width: 991px) {
  /* line 16624, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage .intro-header #slickcarousel .title-description-carousel-wrapper h3.carousel-title,
  body.frontend.portaltype-portlet-page.section-home-page .intro-header #slickcarousel .title-description-carousel-wrapper h3.carousel-title {
    font-size: 30px;
    line-height: 30px;
  }
}
/* line 16629, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.section-frontpage .intro-header #slickcarousel .title-description-carousel-wrapper h3.carousel-title a,
body.frontend.portaltype-portlet-page.section-home-page .intro-header #slickcarousel .title-description-carousel-wrapper h3.carousel-title a {
  color: #ffffff;
}
/* line 16631, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.section-frontpage .intro-header #slickcarousel .title-description-carousel-wrapper h3.carousel-title a:hover,
body.frontend.portaltype-portlet-page.section-home-page .intro-header #slickcarousel .title-description-carousel-wrapper h3.carousel-title a:hover,
body.frontend.portaltype-portlet-page.section-frontpage .intro-header #slickcarousel .title-description-carousel-wrapper h3.carousel-title a:active,
body.frontend.portaltype-portlet-page.section-home-page .intro-header #slickcarousel .title-description-carousel-wrapper h3.carousel-title a:active,
body.frontend.portaltype-portlet-page.section-frontpage .intro-header #slickcarousel .title-description-carousel-wrapper h3.carousel-title a:focus,
body.frontend.portaltype-portlet-page.section-home-page .intro-header #slickcarousel .title-description-carousel-wrapper h3.carousel-title a:focus,
body.frontend.portaltype-portlet-page.section-frontpage .intro-header #slickcarousel .title-description-carousel-wrapper h3.carousel-title a:active:focus,
body.frontend.portaltype-portlet-page.section-home-page .intro-header #slickcarousel .title-description-carousel-wrapper h3.carousel-title a:active:focus {
  color: #ffffff;
  border-bottom: 2px solid #ffffff;
  outline: none;
}
/* line 16642, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.section-frontpage .intro-header #slickcarousel .title-description-carousel-wrapper p.carousel-description,
body.frontend.portaltype-portlet-page.section-home-page .intro-header #slickcarousel .title-description-carousel-wrapper p.carousel-description {
  color: #ffffff;
  font-family: 'HelveticaBold', Helvetica, Arial, sans-serif;
  font-size: 20px;
  margin-top: 0px;
}
@media (max-width: 991px) {
  /* line 16648, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-frontpage .intro-header #slickcarousel .title-description-carousel-wrapper p.carousel-description,
  body.frontend.portaltype-portlet-page.section-home-page .intro-header #slickcarousel .title-description-carousel-wrapper p.carousel-description {
    font-size: 17px;
    line-height: 22px;
  }
}
/* line 16655, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.section-frontpage .intro-header #slickcarousel .title-description-carousel-wrapper p.event-date,
body.frontend.portaltype-portlet-page.section-home-page .intro-header #slickcarousel .title-description-carousel-wrapper p.event-date {
  font-family: 'HelveticaBold', Helvetica, Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  visibility: hidden;
  margin-bottom: 0px;
}
/* line 16663, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.section-frontpage .intro-header #slickcarousel .title-description-carousel-wrapper p.event-date span.datedisplay,
body.frontend.portaltype-portlet-page.section-home-page .intro-header #slickcarousel .title-description-carousel-wrapper p.event-date span.datedisplay {
  visibility: visible;
}
/* line 16676, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.section-home-page div.left-section,
body.frontend.portaltype-portlet-page.section-frontpage div.left-section {
  padding-top: 100px;
  width: 100%;
  background-color: #b02318;
}
/* line 16682, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.section-home-page #content-wrapper,
body.frontend.portaltype-portlet-page.section-frontpage #content-wrapper {
  padding-top: 20px;
  clear: both;
}
/* line 16687, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.section-home-page .main-container,
body.frontend.portaltype-portlet-page.section-frontpage .main-container {
  padding-bottom: 0px;
}
/* line 16691, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.section-home-page footer,
body.frontend.portaltype-portlet-page.section-frontpage footer,
body.frontend.portaltype-portlet-page.section-home-page .logo-wrapper,
body.frontend.portaltype-portlet-page.section-frontpage .logo-wrapper,
body.frontend.portaltype-portlet-page.section-home-page .top-search-wrapper,
body.frontend.portaltype-portlet-page.section-frontpage .top-search-wrapper {
  display: none;
}
/* line 16694, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.section-home-page .top-my-account-wrapper,
body.frontend.portaltype-portlet-page.section-frontpage .top-my-account-wrapper {
  right: 0;
}
/* line 16701, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.section-home-page div.left-section #portal-column-one,
body.frontend.portaltype-portlet-page.section-frontpage div.left-section #portal-column-one {
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 10px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
@media (max-width: 1199px) {
  /* line 16708, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-home-page div.left-section #portal-column-one,
  body.frontend.portaltype-portlet-page.section-frontpage div.left-section #portal-column-one {
    padding-bottom: 50px;
  }
}
/* line 16712, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.section-home-page div.left-section .homepage-logo-wrapper,
body.frontend.portaltype-portlet-page.section-frontpage div.left-section .homepage-logo-wrapper {
  text-align: center;
}
/* line 16715, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.section-home-page div.left-section .homepage-logo-wrapper img,
body.frontend.portaltype-portlet-page.section-frontpage div.left-section .homepage-logo-wrapper img {
  width: 100%;
  max-width: 365px;
}
/* line 16721, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.section-home-page div.left-section .homepage-buttons-wrapper,
body.frontend.portaltype-portlet-page.section-frontpage div.left-section .homepage-buttons-wrapper {
  text-align: center;
}
/* line 16726, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.section-home-page div.left-section .homepage-buttons-wrapper span.text-button,
body.frontend.portaltype-portlet-page.section-frontpage div.left-section .homepage-buttons-wrapper span.text-button {
  width: 100% !important;
  max-width: 370px !important;
  text-align: center;
  border: 1px solid #ffffff;
}
/* line 16732, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.section-home-page div.left-section .homepage-buttons-wrapper span.text-button:hover,
body.frontend.portaltype-portlet-page.section-frontpage div.left-section .homepage-buttons-wrapper span.text-button:hover,
body.frontend.portaltype-portlet-page.section-home-page div.left-section .homepage-buttons-wrapper span.text-button:focus,
body.frontend.portaltype-portlet-page.section-frontpage div.left-section .homepage-buttons-wrapper span.text-button:focus,
body.frontend.portaltype-portlet-page.section-home-page div.left-section .homepage-buttons-wrapper span.text-button:active,
body.frontend.portaltype-portlet-page.section-frontpage div.left-section .homepage-buttons-wrapper span.text-button:active,
body.frontend.portaltype-portlet-page.section-home-page div.left-section .homepage-buttons-wrapper span.text-button:active:focus,
body.frontend.portaltype-portlet-page.section-frontpage div.left-section .homepage-buttons-wrapper span.text-button:active:focus {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #b02318;
}
/* line 16742, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.section-home-page div.left-section .homepage-buttons-wrapper span.text-button a,
body.frontend.portaltype-portlet-page.section-frontpage div.left-section .homepage-buttons-wrapper span.text-button a {
  text-shadow: none;
}
/* line 16744, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.section-home-page div.left-section .homepage-buttons-wrapper span.text-button a:hover,
body.frontend.portaltype-portlet-page.section-frontpage div.left-section .homepage-buttons-wrapper span.text-button a:hover,
body.frontend.portaltype-portlet-page.section-home-page div.left-section .homepage-buttons-wrapper span.text-button a:focus,
body.frontend.portaltype-portlet-page.section-frontpage div.left-section .homepage-buttons-wrapper span.text-button a:focus,
body.frontend.portaltype-portlet-page.section-home-page div.left-section .homepage-buttons-wrapper span.text-button a:active,
body.frontend.portaltype-portlet-page.section-frontpage div.left-section .homepage-buttons-wrapper span.text-button a:active,
body.frontend.portaltype-portlet-page.section-home-page div.left-section .homepage-buttons-wrapper span.text-button a:active:focus,
body.frontend.portaltype-portlet-page.section-frontpage div.left-section .homepage-buttons-wrapper span.text-button a:active:focus {
  background: #ffffff !important;
  color: #b02318 !important;
  text-shadow: none;
}
/* line 16758, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.section-home-page section.portletSearch .LSBox,
body.frontend.portaltype-portlet-page.section-frontpage section.portletSearch .LSBox {
  width: 100%;
  max-width: 370px;
  margin: 0 auto;
}
/* line 16763, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.section-home-page section.portletSearch .LSBox input[type="text"].searchField,
body.frontend.portaltype-portlet-page.section-frontpage section.portletSearch .LSBox input[type="text"].searchField {
  width: 85% !important;
  float: left;
  display: inline-block !important;
  height: 50px !important;
  border: 1px solid #ffffff !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  font-size: 16px !important;
}
/* line 16773, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.section-home-page section.portletSearch .LSBox .searchButton,
body.frontend.portaltype-portlet-page.section-frontpage section.portletSearch .LSBox .searchButton {
  width: 15%;
  float: left;
  display: inline-block;
  height: 50px;
  background: #000000;
  border: 1px solid #000000;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  padding-left: 10px;
  padding-right: 10px;
}
/* line 16785, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.section-home-page section.portletSearch .LSBox .searchButton:hover,
body.frontend.portaltype-portlet-page.section-frontpage section.portletSearch .LSBox .searchButton:hover,
body.frontend.portaltype-portlet-page.section-home-page section.portletSearch .LSBox .searchButton:focus,
body.frontend.portaltype-portlet-page.section-frontpage section.portletSearch .LSBox .searchButton:focus,
body.frontend.portaltype-portlet-page.section-home-page section.portletSearch .LSBox .searchButton:active,
body.frontend.portaltype-portlet-page.section-frontpage section.portletSearch .LSBox .searchButton:active,
body.frontend.portaltype-portlet-page.section-home-page section.portletSearch .LSBox .searchButton:active:focus,
body.frontend.portaltype-portlet-page.section-frontpage section.portletSearch .LSBox .searchButton:active:focus {
  background: #8e1d15;
  border: 1px solid #8e1d15;
}
@media (max-width: 768px) {
  /* line 16796, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-home-page .intro-header,
  body.frontend.portaltype-portlet-page.section-frontpage .intro-header {
    margin-left: 15px;
    margin-right: 15px;
  }
  /* line 16801, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-home-page div.left-section .homepage-buttons-wrapper span.text-button,
  body.frontend.portaltype-portlet-page.section-frontpage div.left-section .homepage-buttons-wrapper span.text-button {
    width: 100% !important;
    max-width: 100% !important;
  }
  /* line 16808, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-home-page div.left-section #portal-column-one,
  body.frontend.portaltype-portlet-page.section-frontpage div.left-section #portal-column-one {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
  }
  /* line 16815, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-home-page section.portletSearch .LSBox,
  body.frontend.portaltype-portlet-page.section-frontpage section.portletSearch .LSBox {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  /* line 16824, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-home-page div.left-section .homepage-logo-wrapper img,
  body.frontend.portaltype-portlet-page.section-frontpage div.left-section .homepage-logo-wrapper img {
    width: 100%;
    max-width: 250px;
  }
}
@media (min-width: 1200px) {
  /* line 16834, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-home-page div.left-section,
  body.frontend.portaltype-portlet-page.section-frontpage div.left-section {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 450px;
  }
  /* line 16841, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-home-page div.left-section #portal-column-one,
  body.frontend.portaltype-portlet-page.section-frontpage div.left-section #portal-column-one {
    padding-top: 85px;
  }
  /* line 16846, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-home-page #content-wrapper,
  body.frontend.portaltype-portlet-page.section-frontpage #content-wrapper {
    margin-left: 0px;
    padding-left: 464px;
    margin-bottom: 0px;
    padding-bottom: 7px;
    margin-right: 0px;
    padding-right: 14px;
    margin-top: 0px;
    padding-top: 14px;
    min-height: 100vh;
    max-width: 100%;
  }
  /* line 16859, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-home-page .homepage-buttons-wrapper,
  body.frontend.portaltype-portlet-page.section-frontpage .homepage-buttons-wrapper {
    margin-top: 100px;
  }
  /* line 16863, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-home-page #website-nav,
  body.frontend.portaltype-portlet-page.section-frontpage #website-nav {
    width: 450px;
    border-right: 1px solid #e5e5e5;
  }
  /* line 16867, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-home-page #website-nav .top-search-wrapper,
  body.frontend.portaltype-portlet-page.section-frontpage #website-nav .top-search-wrapper,
  body.frontend.portaltype-portlet-page.section-home-page #website-nav .logo-wrapper,
  body.frontend.portaltype-portlet-page.section-frontpage #website-nav .logo-wrapper {
    display: none;
  }
  /* line 16871, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-home-page #website-nav .top-my-account-wrapper,
  body.frontend.portaltype-portlet-page.section-frontpage #website-nav .top-my-account-wrapper {
    right: 0;
  }
  /* line 16877, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-home-page .intro-header #slickcarousel,
  body.frontend.portaltype-portlet-page.section-frontpage .intro-header #slickcarousel {
    height: calc(100vh - 394px);
    max-height: 100vh;
    min-height: 350px !important;
  }
}
@media (max-width: 1199px) {
  /* line 16887, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-home-page #website-nav .logo-wrapper,
  body.frontend.portaltype-portlet-page.section-frontpage #website-nav .logo-wrapper {
    display: block !important;
  }
}
@media (min-width: 1480px) {
  /* line 16895, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-portlet-page.section-home-page #slickcarousel,
  body.frontend.portaltype-portlet-page.section-frontpage #slickcarousel {
    height: calc(100vh - 600px);
    max-height: 100vh;
  }
}
/* line 16904, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend .conditions-wrapper p {
  color: #8a8a8a;
  font-size: 10px;
  line-height: 15px;
  min-width: 275px;
  max-width: 275px;
}
/* line 16915, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-facetednavigation_view select.faceted_select,
body.frontend.template-facetednavigation_view input.hasDatepicker {
  box-shadow: none;
  border: 0px;
  border: 1px solid #e6e6e6;
}
@media (max-width: 991px) {
  /* line 16923, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.template-facetednavigation_view #website-wrapper.empty-slideshow {
    overflow-x: hidden;
  }
}
@media (max-width: 768px) {
  /* line 16929, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.template-facetednavigation_view #website-wrapper.empty-slideshow .title-container {
    padding-top: 15px;
  }
}
/* line 16935, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-facetednavigation_view #ui-datepicker-div {
  font-size: 90%;
  width: auto;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
}
/* line 16942, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-facetednavigation_view #ui-datepicker-div table {
  border: 0px;
}
/* line 16947, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-facetednavigation_view .ui-widget {
  background: #ffffff;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
/* line 16955, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-facetednavigation_view .ui-datepicker {
  padding: 0;
}
/* line 16959, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-facetednavigation_view .ui-datepicker-header {
  border: none;
  background: transparent;
  font-weight: normal;
  font-size: 15px;
}
/* line 16966, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-facetednavigation_view .ui-datepicker-header .ui-state-hover {
  background: transparent;
  border-color: transparent;
  cursor: pointer;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
/* line 16975, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-facetednavigation_view .ui-datepicker .ui-datepicker-title {
  margin-top: .4em;
  margin-bottom: .3em;
  color: #000000;
}
/* line 16981, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-facetednavigation_view .ui-datepicker .ui-datepicker-prev-hover,
body.frontend.template-facetednavigation_view .ui-datepicker .ui-datepicker-next-hover,
body.frontend.template-facetednavigation_view .ui-datepicker .ui-datepicker-next,
body.frontend.template-facetednavigation_view .ui-datepicker .ui-datepicker-prev {
  top: .9em;
  border: none;
}
/* line 16989, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-facetednavigation_view .ui-datepicker .ui-datepicker-prev-hover {
  left: 2px;
}
/* line 16993, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-facetednavigation_view .ui-datepicker .ui-datepicker-next-hover {
  right: 2px;
}
/* line 16997, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-facetednavigation_view .ui-datepicker .ui-datepicker-next span,
body.frontend.template-facetednavigation_view .ui-datepicker .ui-datepicker-prev span {
  /*background-image: url(https://github.com/rtsinani/jquery-datepicker-skins/raw/master/css/images/ui-icons_ffffff_256x240.png);*/
  background-position: -32px 0;
  margin-top: 0;
  top: 0;
  font-weight: normal;
}
/* line 17006, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-facetednavigation_view .ui-datepicker .ui-datepicker-prev span {
  background-position: -96px 0;
}
/* line 17010, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-facetednavigation_view .ui-datepicker table {
  margin: 0;
}
/* line 17014, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-facetednavigation_view .ui-datepicker th {
  padding: 1em 0;
  color: #8a8a8a;
  font-size: 13px;
  text-transform: uppercase;
  font-family: 'HelveticaBold', Helvetica, Arial, sans-serif;
  font-weight: normal;
  border: none;
  border-top: 1px solid #dcdcdc;
}
/* line 17026, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-facetednavigation_view .ui-datepicker td {
  background: #ffffff;
  border: none;
  padding: 0;
}
/* line 17032, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-facetednavigation_view td .ui-state-default {
  background: transparent;
  border: none;
  text-align: center;
  padding: .8em .9em;
  margin: 0;
  font-weight: normal;
  color: #000000 !important;
  font-size: 14px;
  border-radius: 2px;
}
@media (max-width: 768px) {
  /* line 17043, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.template-facetednavigation_view td .ui-state-default {
    padding: .4em .6em;
  }
}
/* line 17048, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-facetednavigation_view .ui-state-disabled {
  opacity: 1;
}
/* line 17052, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-facetednavigation_view .ui-state-disabled .ui-state-default {
  color: #8a8a8a !important;
}
/* line 17056, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-facetednavigation_view .ui-datepicker-today .ui-state-default {
  background: #8a8a8a !important;
  color: #ffffff !important;
}
/* line 17062, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.template-facetednavigation_view td .ui-state-active,
body.frontend.template-facetednavigation_view td .ui-state-hover,
body.frontend.template-facetednavigation_view .ui-datepicker-today .ui-state-hover,
body.frontend.template-facetednavigation_view .ui-datepicker-today .ui-state-active {
  background: #b02318 !important;
  color: #ffffff !important;
}
/* line 17071, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.dropdown-backdrop {
  display: none;
}
/* line 17076, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
#cd-nav .cd-primary-nav .line-wrapper > li.hasDropDown.open a.dropdown-toggle span.fa.fa-angle-down:before {
  content: "\f106";
}
/* line 17082, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
.background-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 320px;
  background: url('/++resource++plonetheme.hetpark/Element.svg');
  background-size: cover;
  z-index: 1;
}
@media (max-width: 1199px) {
  /* line 17094, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  div.left-section #portal-column-one {
    background: url(/++resource++plonetheme.hetpark/Element.svg) no-repeat center bottom;
    background-size: 100%;
  }
  /* line 17099, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  .background-wrapper {
    display: none;
  }
}
@media (min-width: 1200px) {
  /* line 17105, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  div.left-section #portal-column-one {
    position: absolute;
    z-index: 2;
  }
}
/* line 17111, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body:not(.frontend) .left-section {
  display: none !important;
}
/* line 17118, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-event div.event-reactions h3 {
  margin-bottom: 30px;
}
/* line 17125, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-event div.event-arrangements h3 {
  margin-bottom: 30px;
}
/* line 17128, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-event div.event-arrangements .arrangement-wrapper {
  padding: 0px;
  background-color: #fff;
  margin-top: 15px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  min-height: 130px;
  border-radius: 2px;
  overflow: hidden;
}
/* line 17142, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-event div.event-arrangements .arrangement-image {
  width: 30%;
  float: left;
  padding-right: 0px;
  padding-bottom: 0px;
}
/* line 17148, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-event div.event-arrangements .arrangement-image a {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
  position: relative;
  border-bottom: 0px !important;
}
/* line 17160, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-event div.event-arrangements .arrangement-image a:hover img,
body.frontend.portaltype-event div.event-arrangements .arrangement-image a:focus img,
body.frontend.portaltype-event div.event-arrangements .arrangement-image a:active img,
body.frontend.portaltype-event div.event-arrangements .arrangement-image a:active:focus img {
  transform: scale(1.1);
}
/* line 17165, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-event div.event-arrangements .arrangement-image a img {
  max-width: 100%;
  transition: transform 0.2s;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
/* line 17178, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-event div.event-arrangements .arrangement-details {
  width: 70%;
  float: left;
  padding-left: 24px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}
/* line 17186, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-event div.event-arrangements .arrangement-details h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  font-family: 'FuturaBold', 'Futura', Arial, sans-serif;
  font-size: 26px;
  line-height: 38px;
  color: #000000;
  clear: both;
}
@media (max-width: 768px) {
  /* line 17196, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  body.frontend.portaltype-event div.event-arrangements .arrangement-details h4 {
    font-size: 20px;
    line-height: 26px;
  }
}
/* line 17201, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-event div.event-arrangements .arrangement-details h4 a {
  color: #000000;
  border-bottom: 0px !important;
}
/* line 17205, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-event div.event-arrangements .arrangement-details h4 a:hover,
body.frontend.portaltype-event div.event-arrangements .arrangement-details h4 a:focus,
body.frontend.portaltype-event div.event-arrangements .arrangement-details h4 a:active,
body.frontend.portaltype-event div.event-arrangements .arrangement-details h4 a:active:focus {
  color: #000000 !important;
  border-bottom: 2px solid #000000 !important;
}
/* line 17215, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-event div.event-arrangements .arrangement-details p.arrangement-description {
  margin-top: 0px;
  line-height: 22px;
  margin-bottom: 5px;
  font-size: 17px;
  font-family: 'HelveticaMedium', Helvetica, Arial, sans-serif;
  color: #8a8a8a;
}
/* line 17231, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-event div.event-reactions img.tf-psg-logo {
  display: none;
}
/* line 17235, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-event div.event-reactions div.tf-widget {
  width: 100%;
  padding: 0px;
  font-family: 'HelveticaRegular', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 17241, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-event div.event-reactions ul.tf-tab-list > li > span:hover {
  color: #556fa2;
}
/* line 17245, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-event div.event-reactions ul.tf-tab-list > li > span {
  font-family: 'HelveticaRegular', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 17249, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-event div.event-reactions li.tf-active-tab-header {
  color: #556fa2;
}
/* line 17253, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-event div.event-reactions .tf-form-star-input-hover {
  color: #556fa2 !important;
}
/* line 17257, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-event div.event-reactions .input-tf-form-submit-button {
  font-family: 'HelveticaBold', Helvetica, Arial, sans-serif;
  margin: 0 auto;
  display: block;
  padding: 17px;
  border: 1px solid #b02318;
  border-radius: 2px;
  text-transform: none;
  height: auto;
  color: #ffffff;
  letter-spacing: 0.0em;
  width: auto;
  font-size: 18px;
  background-color: #b02318;
  letter-spacing: 0.01em;
  text-shadow: 0px 0px 0px #ffffff;
  font-weight: 400;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  line-height: 24px;
  background-color: #29a646;
  border-color: #29a646;
}
/* line 923, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-event div.event-reactions .input-tf-form-submit-button:active:focus,
body.frontend.portaltype-event div.event-reactions .input-tf-form-submit-button:focus,
body.frontend.portaltype-event div.event-reactions .input-tf-form-submit-button:active {
  background: #8e1d15;
  color: #ffffff;
  outline: none;
}
/* line 931, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-event div.event-reactions .input-tf-form-submit-button:hover {
  background: #8e1d15;
  color: #ffffff;
  box-shadow: none;
  border: 1px solid #8e1d15;
}
/* line 17262, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-event div.event-reactions .input-tf-form-submit-button:hover,
body.frontend.portaltype-event div.event-reactions .input-tf-form-submit-button:active,
body.frontend.portaltype-event div.event-reactions .input-tf-form-submit-button:focus,
body.frontend.portaltype-event div.event-reactions .input-tf-form-submit-button:active:focus {
  border-color: #279049;
  background-color: #279049;
}
/* line 17275, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page #slickcarousel .carousel-image-wrapper a img {
  transition: transform .2s;
}
/* line 17279, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page #slickcarousel .carousel-image-wrapper:hover a img {
  transform: scale(1.1);
}
/* User reviews */
/* line 17287, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
#pgs-user-reviews,
body.front-end #pgs-user-reviews {
  background-color: #f6f6f6;
}
/* line 17292, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
#pgs-user-reviews #reactions h1,
body.front-end #pgs-user-reviews #reactions h1 {
  margin-top: 0px;
  margin-bottom: 30px;
}
/* line 17297, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
#pgs-user-reviews #reactions .reactionsCard,
body.front-end #pgs-user-reviews #reactions .reactionsCard {
  list-style: none;
  margin: 0 auto;
  padding: 30px;
  border-radius: 0px;
  font-weight: normal;
  text-align: left;
  line-height: inherit;
  background: #fff;
  box-shadow: none;
  border-radius: 2px;
}
/* line 17310, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
#pgs-user-reviews #reactions .reactionsCard + .reactionsCard,
body.front-end #pgs-user-reviews #reactions .reactionsCard + .reactionsCard {
  margin-top: 15px;
}
/* line 17314, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
#pgs-user-reviews #reactions .stars,
body.front-end #pgs-user-reviews #reactions .stars {
  display: inline-block;
  margin-right: 0.5em;
}
/* line 17319, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
#pgs-user-reviews #reactions span.author,
body.front-end #pgs-user-reviews #reactions span.author,
#pgs-user-reviews #reactions span.theater,
body.front-end #pgs-user-reviews #reactions span.theater {
  margin-right: 0.5em;
}
/* line 17323, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
#pgs-user-reviews #reactions .reactionsCard .title,
body.front-end #pgs-user-reviews #reactions .reactionsCard .title {
  font-family: 'HelveticaBold', Helvetica, Arial, sans-serif;
  line-height: inherit;
  color: #8a8a8a;
  font-size: 17px;
}
/* line 17330, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
#pgs-user-reviews #reactions .title,
body.front-end #pgs-user-reviews #reactions .title {
  hyphens: auto;
}
/* line 17334, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
#pgs-user-reviews #reactions .reactionsCard .title .theater,
body.front-end #pgs-user-reviews #reactions .reactionsCard .title .theater,
#pgs-user-reviews #reactions .reactionsCard .title .timestamp,
body.front-end #pgs-user-reviews #reactions .reactionsCard .title .timestamp {
  font-family: 'HelveticaMedium', Helvetica, Arial, sans-serif;
}
/* line 17339, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
#pgs-user-reviews #reactions .reactionsCard > :last-child,
body.front-end #pgs-user-reviews #reactions .reactionsCard > :last-child {
  margin-bottom: 0;
}
/* line 17344, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
#pgs-user-reviews #reactionsList,
body.front-end #pgs-user-reviews #reactionsList {
  margin-bottom: 0px;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  /* line 17351, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  #pgs-user-reviews,
  body.front-end #pgs-user-reviews {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 50px;
  }
}
/* line 17361, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
a.doc-more-info.btn {
  font-family: 'HelveticaBold', Helvetica, Arial, sans-serif;
  margin: 0 auto;
  display: block;
  padding: 17px;
  border: 1px solid #b02318;
  border-radius: 2px;
  text-transform: none;
  height: auto;
  color: #ffffff;
  letter-spacing: 0.0em;
  width: auto;
  font-size: 18px;
  background-color: #b02318;
  letter-spacing: 0.01em;
  text-shadow: 0px 0px 0px #ffffff;
  font-weight: 400;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  line-height: 24px;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 15px;
  max-width: 200px;
  margin-top: 40px;
}
/* line 923, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
a.doc-more-info.btn:active:focus,
a.doc-more-info.btn:focus,
a.doc-more-info.btn:active {
  background: #8e1d15;
  color: #ffffff;
  outline: none;
}
/* line 931, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
a.doc-more-info.btn:hover {
  background: #8e1d15;
  color: #ffffff;
  box-shadow: none;
  border: 1px solid #8e1d15;
}
/* line 17370, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
#reactions div.collapse p {
  margin-bottom: 0px !important;
}
/* line 17374, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
ul#reactionsList:after {
  content: "";
  opacity: 1;
  transition: opacity 0.6s;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
/* line 17387, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
ul#reactionsList.expandable-text.collapse.in:after {
  opacity: 0;
  transition: opacity 0.6s;
}
/* line 17393, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
a.doc-more-info[aria-expanded='false'] span.ariaexpanded {
  display: none !important;
}
/* line 17397, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
a.doc-more-info[aria-expanded='false'] span.notariaexpanded {
  display: block !important;
}
/* line 17401, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
a.doc-more-info[aria-expanded='true'] span.notariaexpanded {
  display: none !important;
}
/* line 17405, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
a.doc-more-info[aria-expanded='true'] span.ariaexpanded {
  display: block !important;
}
@media (max-width: 992px) {
  /* line 17410, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
  div.search-type-options {
    margin-top: 10px;
  }
}
/* line 17415, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/custom.less */
body.frontend.portaltype-portlet-page.section-frontpage #portletPageColumns .portlet-item.portlet-lentekriebels-in-het-park .thumb-image:after {
  content: "";
  width: 100%;
  height: 50%;
  display: block;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
/* ------------------------------------------------------------------------------
    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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
body.frontend nav#category,
body:not(.frontend).portaltype-object nav#category {
  display: none;
}
/* line 18, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
body.frontend .intro-header,
body:not(.frontend).portaltype-object .intro-header {
  position: relative;
}
/* line 22, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
body.frontend .heading-wrapper,
body:not(.frontend).portaltype-object .heading-wrapper {
  pointer-events: none;
}
/* line 29, https://www.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
body.frontend #slickslideshow.slick-init,
body:not(.frontend).portaltype-object #slickslideshow.slick-init {
  visibility: visible;
}
/* line 87, https://www.hetpark.nl/++theme++plonetheme.hetpark/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("/intk/images/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
body.frontend #slickslideshow .slick-slide,
body:not(.frontend).portaltype-object #slickslideshow .slick-slide {
  overflow: hidden;
}
/* line 125, https://www.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
body.frontend #slickslideshow .slick-slide iframe,
body:not(.frontend).portaltype-object #slickslideshow .slick-slide iframe {
  width: 100%;
}
/* line 138, https://www.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
body.frontend #slickslideshow .slideshowWrapper,
body:not(.frontend).portaltype-object #slickslideshow .slideshowWrapper {
  height: 100%;
}
/* line 156, https://www.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
body.frontend #slickslideshow .slick-prev,
body:not(.frontend).portaltype-object #slickslideshow .slick-prev {
  background: url("../++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
body.frontend #slickslideshow .slick-prev:before,
body:not(.frontend).portaltype-object #slickslideshow .slick-prev:before {
  content: "";
}
/* line 273, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
body.frontend #slickslideshow .slick-next,
body:not(.frontend).portaltype-object #slickslideshow .slick-next {
  background: url("../++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
body.frontend #slickslideshow .slick-next:before,
body:not(.frontend).portaltype-object #slickslideshow .slick-next:before {
  content: "";
}
/* line 295, https://www.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
body.frontend #slickslideshow .wrap-next,
body:not(.frontend).portaltype-object #slickslideshow .wrap-next {
  right: 0;
}
/* line 310, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
body.frontend #slickslideshow .wrap-prev,
body:not(.frontend).portaltype-object #slickslideshow .wrap-prev {
  left: 0;
}
/* line 317, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
body.userrole-authenticated .video-play-btn:not(.slide-play) {
  display: none;
}
@media (max-width: 468px) {
  /* line 331, https://www.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
  body.frontend #slickslideshow .slick-next,
  body:not(.frontend).portaltype-object.template-edit #slickslideshow .slick-next {
    background: url("../++theme++plonetheme.hetpark/css/++theme++plonetheme.hetpark/img/arrow-right.svg") no-repeat 10px !important;
  }
  /* line 345, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
  body.frontend #slickslideshow .slick-prev,
  body:not(.frontend).portaltype-object.template-edit #slickslideshow .slick-prev {
    background: url("../++theme++plonetheme.hetpark/css/++theme++plonetheme.hetpark/img/arrow-left.svg") no-repeat 10px !important;
  }
}
/* Collection slideshow */
/* line 355, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
body.frontend.portaltype-object {
  /* Fullscreen mode */
  /* Object details */
}
/* line 357, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
body.frontend.portaltype-object #slickslideshow {
  width: 100%;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
}
/* line 364, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
body.frontend.portaltype-object .slideshowWrapper {
  height: 100%;
}
/* line 368, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
body.frontend.portaltype-object .slick-slideshow {
  width: 100% !important;
  background-color: #2b2b2b !important;
}
/* line 373, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
body.frontend.portaltype-object .slick-list,
body.frontend.portaltype-object .slick-track {
  height: 100% !important;
}
/* line 378, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
body.frontend.portaltype-object #slickslideshow .slick-slide {
  max-width: 100%;
}
/* line 381, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
body.frontend.portaltype-object #slickslideshow .slick-slide img {
  max-width: 100%;
}
/* line 386, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
body.frontend.portaltype-object #website-wrapper {
  height: 100% !important;
}
/* line 390, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
body.frontend.portaltype-object .intro-header:before {
  padding-top: 0px !important;
  height: 50vh !important;
}
/* line 395, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
body.frontend.portaltype-object .intro-header {
  height: 80vh !important;
}
@media (max-width: 768px) {
  /* line 398, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
  body.frontend.portaltype-object .intro-header {
    height: 60vh !important;
  }
}
/* line 404, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
body.frontend.portaltype-object #website-wrapper.empty-slideshow .intro-header,
body.frontend.portaltype-object #website-wrapper.empty-slideshow li.toolbox__download {
  display: none !important;
}
/* line 408, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
body.frontend.portaltype-object #website-wrapper.empty-slideshow #object-details-btn {
  display: none !important;
  padding-top: 50px;
  margin-bottom: 10px;
}
/* line 414, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
body.frontend.portaltype-object #website-wrapper.empty-slideshow #collapsable-object-container {
  display: block !important;
}
/* line 418, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
body.frontend.portaltype-object #website-wrapper.empty-slideshow #object-details-btn-trigger {
  display: none !important;
}
@media (min-width: 992px) {
  /* line 424, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
  body.frontend.portaltype-object .intro-header {
    min-height: 540px !important;
  }
}
@media (max-width: 991px) {
  /* line 430, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
  body.frontend.portaltype-object .intro-header {
    min-height: 540px !important;
  }
}
@media (max-width: 768px) {
  /* line 436, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
  body.frontend.portaltype-object .intro-header {
    min-height: 320px !important;
  }
}
/* line 447, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
body.frontend.portaltype-object #slickslideshow .slick-slideshow.fullscreen .inner-bg {
  position: relative;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
}
/* line 454, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 471, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 479, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
body.frontend.portaltype-object #slickslideshow .slick-slideshow:not(.fullscreen) {
  padding-bottom: 80px;
}
/* line 485, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
body.frontend.portaltype-object #slide-description {
  font-family: 'HelveticaRegular', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 489, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
body.frontend.portaltype-object #slide-count {
  font-family: 'HelveticaRegular', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 991px) {
  /* line 494, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
  body.frontend.portaltype-object #slideshow-controls .count-description {
    display: none !important;
  }
}
/* line 499, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
body.frontend.portaltype-object #slideshow-controls .count-description {
  display: none !important;
}
/* line 503, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
body.frontend.portaltype-object .object-container {
  width: 100% !important;
}
/* line 507, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
body.frontend.portaltype-object .object-fieldset {
  padding-bottom: 70px;
}
/* line 508, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
body.frontend.portaltype-object .object-fieldset p {
  margin: 0px 0;
}
/* line 512, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
body.frontend.portaltype-object .object-fieldset h3 {
  padding-top: 50px;
  clear: both;
}
/* line 519, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
body.frontend.portaltype-object .fieldset-header h3:first-child {
  padding-top: 20px;
}
/* line 523, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
body.frontend.portaltype-object .title-container {
  display: none !important;
}
/* line 527, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
body.frontend.portaltype-object .object-label span {
  font-size: 1.188em;
}
/* line 531, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 542, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
  body.frontend.portaltype-object .object-value {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 15px;
  }
  /* line 548, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
  body.frontend.portaltype-object .object-fieldset h3 {
    padding-top: 25px;
  }
  /* line 552, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
  body.frontend.portaltype-object .object-fieldset {
    padding-bottom: 30px;
  }
}
/* line 557, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 564, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
body:not(.portaltype-object) #slideshow-controls {
  display: none !important;
}
/* line 571, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
body:not(.portaltype-object) #slickslideshow .slick-slideshow.regular:not(.fullscreen) .inner-bg img {
  padding-bottom: 0px !important;
}
/* line 584, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
body.portaltype-object.userrole-authenticated #slide-description a {
  color: #ffffff !important;
}
/* Slick carousel */
/* line 593, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
body.frontend .slick-slider img {
  max-width: 100%;
}
/* line 597, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
body.frontend #slickcarousel {
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
/* line 602, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
body.frontend #slickcarousel .slideshow-btn-wrapper {
  pointer-events: all;
  z-index: 4;
}
/* line 609, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
body.frontend:not(.portaltype-object) #slickcarousel .carousel-item {
  pointer-events: none;
}
/* line 617, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
body.frontend #slickcarousel .video-slide .carousel-image-wrapper {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 624, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
body.frontend #slickcarousel .video-slide iframe {
  z-index: 2;
}
/* line 630, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
body.frontend #slickcarousel iframe {
  z-index: 2;
  pointer-events: all;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 639, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
body.portaltype-formfolder .intro-header {
  display: none;
}
/* line 643, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
body.portaltype-formfolder .abovecontent-portlets,
body.portaltype-formfolder .belowcontent-portlets {
  display: none !important;
}
/* line 650, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
body.portaltype-object #slickcarousel {
  height: 100% !important;
}
/* line 653, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
body.portaltype-object #slickcarousel:before {
  height: 100% !important;
  padding-top: 0px;
  padding-bottom: 0px;
}
/* line 659, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
body.portaltype-object .intro-header {
  height: 100% !important;
}
/* line 663, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
body.portaltype-object #slickcarousel .slick-slide {
  float: left;
  height: 100%;
}
/* line 668, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
body.portaltype-object #slickcarousel {
  background: #ffffff;
  /* Slideshw controls */
}
/* line 671, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
body.portaltype-object #slickcarousel .slick-next,
body.portaltype-object #slickcarousel .slick-prev {
  border: none;
  outline: none !important;
}
/* line 675, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
body.portaltype-object #slickcarousel .slick-next:focus,
body.portaltype-object #slickcarousel .slick-prev:focus {
  outline: none !important;
}
/* line 680, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
body.portaltype-object #slickcarousel .slick-track,
body.portaltype-object #slickcarousel .carousel-item {
  overflow: hidden;
}
/* line 686, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
body.portaltype-object #slickcarousel #slideshow-controls {
  position: absolute;
  display: none !important;
  bottom: 0;
  left: 0;
  height: 80px;
  width: 100%;
  background-color: transparent;
  padding-right: 0px;
  padding-left: 0px;
  opacity: 0.8;
}
/* line 698, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
body.portaltype-object #slickcarousel #slideshow-controls > div {
  height: 100%;
}
/* line 701, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
body.portaltype-object #slickcarousel #slideshow-controls > div p {
  line-height: 33px;
  padding: 23.5px;
  margin: 0;
}
/* line 708, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
body.portaltype-object #slickcarousel #slideshow-controls .slide-description {
  color: #ffffff !important;
  display: none;
}
/* line 711, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
body.portaltype-object #slickcarousel #slideshow-controls .slide-description span {
  padding-right: 20px;
}
/* line 716, https://www.hetpark.nl/++theme++plonetheme.hetpark/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: #000000;
  font-size: 1.400em;
  opacity: 0.6;
  font-weight: 400;
}
/* line 729, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
body.portaltype-object #slickcarousel #slideshow-controls .btn {
  width: 100px;
  height: 100%;
  background-color: transparent;
  float: right;
  border: 0px;
  border-left: 0px solid transparent;
  border-right: 0px solid transparent;
  padding: 15px 25px;
}
/* line 739, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
body.portaltype-object #slickcarousel #slideshow-controls .btn:active {
  box-shadow: none;
}
/* line 744, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
body.portaltype-object #slickcarousel #slideshow-controls .btn.expand-btn,
body.portaltype-object #slickcarousel #slideshow-controls .btn.share-btn {
  display: block;
}
/* line 748, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 752, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
body.portaltype-object #slickcarousel #slideshow-controls .actions-div {
  padding-right: 0px;
  padding-left: 0px;
  margin: 0 auto;
  width: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: 50%;
}
@media (max-width: 768px) {
  /* line 763, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
  body.portaltype-object #slickcarousel #slideshow-controls .actions-div {
    width: auto;
  }
}
/* line 771, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
body.portaltype-object #content-core {
  padding-top: 10px;
}
@media (max-width: 768px) {
  /* line 774, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
  body.portaltype-object #content-core {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
/* line 781, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
#slickcarousel .slick-slide {
  float: left;
  height: 100%;
}
/* line 787, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
#slickcarousel .slick-next,
#slickcarousel .slick-prev {
  border: none;
  outline: none !important;
}
/* line 791, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
#slickcarousel .slick-next:focus,
#slickcarousel .slick-prev:focus {
  outline: none !important;
}
/* line 796, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
#slickcarousel .slick-track,
#slickcarousel .carousel-item {
  overflow: hidden;
}
/* line 801, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
#slickcarousel .carousel-item {
  border-radius: 2px;
}
@media (max-width: 767px) {
  /* line 811, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
  body:not(.portaltype-object) #slickcarousel .slick-track {
    pointer-events: none !important;
  }
}
/* line 818, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
#slickcarousel .video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  background-image: url("/intk/images/play.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 10;
  margin-left: 0px;
  margin-top: 0px;
  opacity: 0.75 !important;
  transition: opacity 0.2s ease-in;
  cursor: pointer;
  pointer-events: all !important;
  transform: translate(-50%, -50%);
}
/* line 836, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
#slickcarousel .video-play-btn:hover,
#slickcarousel .video-play-btn:focus {
  opacity: 1 !important;
  transition: opacity 0.2s ease-in;
}
/* line 842, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
#slickcarousel .video-play-btn:active {
  opacity: 1 !important;
  transition: opacity 0.2s ease-in;
}
/* line 847, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
#slickcarousel .video-play-btn:active:focus {
  opacity: 1 !important;
  transition: opacity 0.2s ease-in;
}
/* line 852, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
#slickcarousel .video-play-btn.clicked {
  opacity: 1 !important;
  transition: opacity 0.2s ease-in;
}
@media (max-width: 991px) {
  /* line 857, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
  #slickcarousel .video-play-btn {
    margin-top: 0px;
    /*pointer-events: none !important;*/
    width: 50px;
    height: 50px;
  }
}
/* line 869, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
body.template-search .title-container,
body.template-advancedsearch .title-container {
  padding-top: 10px !important;
}
@media (max-width: 768px) {
  /* line 872, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
  body.template-search .title-container,
  body.template-advancedsearch .title-container {
    padding-top: 0px;
  }
}
/* line 879, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
body.template-advancedsearch .title-container {
  padding-top: 100px !important;
}
@media (max-width: 768px) {
  /* line 882, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
  body.template-advancedsearch .title-container {
    padding-top: 150px !important;
  }
}
/* Online experience */
/* line 892, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
body.template-online_experience_view nav.pagination {
  display: none !important;
}
/* line 897, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
body.template-online_experience_view,
.portletOnlineExperience {
  /* Experiment */
}
/* line 899, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
body.template-online_experience_view .line,
.portletOnlineExperience .line {
  padding-bottom: 100px;
}
/* line 905, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
body.template-online_experience_view .line .line-image,
.portletOnlineExperience .line .line-image {
  max-width: 100%;
}
/* line 909, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
body.template-online_experience_view .line a,
.portletOnlineExperience .line a {
  display: block;
}
/* line 913, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
body.template-online_experience_view .image-wrapper,
.portletOnlineExperience .image-wrapper {
  position: relative;
}
/* line 917, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 932, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 939, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 948, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 959, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 966, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 972, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
  body.template-online_experience_view .line.portrait img,
  .portletOnlineExperience .line.portrait img {
    max-width: 80%;
    margin: 0 auto;
    display: block;
  }
  /* line 978, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
  body.template-online_experience_view .line,
  .portletOnlineExperience .line {
    padding-top: 50px;
    padding-bottom: 0px;
  }
}
@media (min-width: 992px) {
  /* line 985, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
  body.template-online_experience_view .line a:hover .inner,
  .portletOnlineExperience .line a:hover .inner {
    /*opacity: 1;
			transition: none;*/
  }
  /* line 990, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
  body.template-online_experience_view .line.left .image-wrapper,
  .portletOnlineExperience .line.left .image-wrapper {
    float: left;
  }
  /* line 994, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
  body.template-online_experience_view .line.right .image-wrapper,
  .portletOnlineExperience .line.right .image-wrapper {
    float: right;
  }
  /* line 998, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
  body.template-online_experience_view .line.bottom .image-wrapper,
  .portletOnlineExperience .line.bottom .image-wrapper {
    margin-top: 160px;
  }
  /* line 1002, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
  body.template-online_experience_view .line img.right,
  .portletOnlineExperience .line img.right {
    float: right;
  }
  /* line 1006, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
  body.template-online_experience_view .line img.left,
  .portletOnlineExperience .line img.left {
    float: left;
  }
  /* line 1010, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
  body.template-online_experience_view .line.landscape .image-wrapper,
  .portletOnlineExperience .line.landscape .image-wrapper {
    max-width: 100%;
    margin: 0 auto;
  }
  /* line 1015, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
  body.template-online_experience_view .line.portrait img,
  .portletOnlineExperience .line.portrait img {
    max-width: 80%;
    margin: 0 auto;
    display: block;
  }
}
/* line 1022, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 1030, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
  body.template-online_experience_view .main-container,
  .portletOnlineExperience .main-container {
    padding-top: 0px;
  }
}
/* line 1036, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
body.template-online_experience_view .line,
.portletOnlineExperience .line {
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 768px) {
  /* line 1040, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
  body.template-online_experience_view .line,
  .portletOnlineExperience .line {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* line 1047, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
body.template-online_experience_view #content-core a,
.portletOnlineExperience #content-core a {
  border-bottom: 0px !important;
}
/* line 1052, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
body.template-online_experience_view .title-container,
.portletOnlineExperience .title-container {
  display: none;
}
/* line 1058, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
body.template-online_experience_view .entry,
.portletOnlineExperience .entry {
  padding: 0px;
  margin: 0px;
  float: left;
}
/* line 1064, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
body.template-online_experience_view .entry.portrait,
.portletOnlineExperience .entry.portrait {
  max-width: 100% !important;
}
/* line 1068, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
body.template-online_experience_view .entry.landscape,
.portletOnlineExperience .entry.landscape {
  max-width: 100% !important;
}
/* line 1072, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
body.template-online_experience_view .entry img,
.portletOnlineExperience .entry img {
  width: 100%;
}
/* line 1076, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
body.template-online_experience_view .entry,
.portletOnlineExperience .entry {
  padding: 50px 35px !important;
}
@media (max-width: 768px) {
  /* line 1078, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
  body.template-online_experience_view .entry,
  .portletOnlineExperience .entry {
    padding: 20px !important;
  }
}
/* line 1083, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 1087, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 1091, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
body.template-online_experience_view .entries div.left article.entry,
.portletOnlineExperience .entries div.left article.entry {
  float: left;
}
/* line 1095, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 1100, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 1106, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
  body.template-online_experience_view .entry.landscape.big,
  .portletOnlineExperience .entry.landscape.big {
    max-width: 70% !important;
  }
}
@media (min-width: 992px) {
  /* line 1112, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
  body.template-online_experience_view div.pair-landscape,
  .portletOnlineExperience div.pair-landscape {
    width: 60%;
  }
  /* line 1116, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
  body.template-online_experience_view div.pair-portrait:not(.big),
  .portletOnlineExperience div.pair-portrait:not(.big) {
    width: 40%;
  }
}
/* line 1121, https://www.hetpark.nl/++theme++plonetheme.hetpark/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: #000000;
  background-color: transparent;
  width: 100%;
  opacity: 0;
  transition: 400ms;
  text-align: center;
}
/* line 1136, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 1143, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 1153, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
body.template-online_experience_view .entry .info h3,
.portletOnlineExperience .entry .info h3 {
  color: #000000;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  text-transform: uppercase;
  font-family: 'HelveticaRegular', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 1162, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
body.template-online_experience_view .entry .info h3::after,
.portletOnlineExperience .entry .info h3::after {
  content: "\a ─";
  white-space: pre-wrap;
}
/* line 1167, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
body.template-online_experience_view .entry .info p,
.portletOnlineExperience .entry .info p {
  color: #000000;
  word-wrap: break-word;
  line-height: 30px;
  font-size: 1.063em;
  margin-top: 0px;
  margin-bottom: 0px;
}
/* line 1176, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
body.template-online_experience_view .entry .image-wrapper,
.portletOnlineExperience .entry .image-wrapper {
  position: relative;
  display: block;
}
/* line 1181, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
body.template-online_experience_view .entries .small,
.portletOnlineExperience .entries .small {
  font-size: 100% !important;
}
/* line 1185, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 1191, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 1197, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 1203, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
body.template-online_experience_view .entry a,
.portletOnlineExperience .entry a {
  border-bottom: 0px !important;
}
@media (min-width: 992px) {
  /* line 1208, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 1212, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
  body.template-online_experience_view .entries .single .entry.big.portrait,
  .portletOnlineExperience .entries .single .entry.big.portrait {
    width: 55% !important;
  }
}
/* line 1218, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.portletOnlineExperience {
  box-shadow: none;
}
/* line 1221, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.portletOnlineExperience > :last-child {
  border: 0px !important;
}
/* line 1225, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.portletOnlineExperience > :first-child {
  border: 0px !important;
}
@media (min-width: 992px) {
  /* line 1229, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
  .portletOnlineExperience {
    padding-top: 100px;
  }
}
/* line 1235, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
body.subsection-online-experience-v3 article#content {
  padding-bottom: 75px !important;
}
/* line 1241, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
body.portaltype-object.slideshow-empty footer {
  display: block !important;
}
/* line 1247, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.portlet.frontpage-collection-online {
  /* Arrows */
  /* Dots */
}
/* line 1248, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.portlet.frontpage-collection-online .collection-slider {
  height: 100%;
}
/* line 1252, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.portlet.frontpage-collection-online .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
/* line 1270, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.portlet.frontpage-collection-online .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
/* line 1280, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.portlet.frontpage-collection-online .slick-list:focus {
  outline: none;
}
/* line 1284, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.portlet.frontpage-collection-online .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
/* line 1290, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.portlet.frontpage-collection-online .slick-slider .slick-track,
.portlet.frontpage-collection-online .slick-slider .slick-list {
  -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);
}
/* line 1300, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.portlet.frontpage-collection-online .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* line 1310, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.portlet.frontpage-collection-online .slick-track:before,
.portlet.frontpage-collection-online .slick-track:after {
  display: table;
  content: '';
}
/* line 1317, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.portlet.frontpage-collection-online .slick-track:after {
  clear: both;
}
/* line 1321, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.portlet.frontpage-collection-online .slick-loading .slick-track {
  visibility: hidden;
}
/* line 1326, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.portlet.frontpage-collection-online .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
/* line 1334, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.portlet.frontpage-collection-online [dir='rtl'] .slick-slide {
  float: right;
}
/* line 1338, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.portlet.frontpage-collection-online .slick-slide img {
  display: block;
}
/* line 1342, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.portlet.frontpage-collection-online .slick-slide.slick-loading img {
  display: none;
}
/* line 1346, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.portlet.frontpage-collection-online .slick-slide.dragging img {
  pointer-events: none;
}
/* line 1350, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.portlet.frontpage-collection-online .slick-initialized .slick-slide {
  display: block;
}
/* line 1354, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.portlet.frontpage-collection-online .slick-loading .slick-slide {
  visibility: hidden;
}
/* line 1358, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.portlet.frontpage-collection-online .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
/* line 1366, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.portlet.frontpage-collection-online .slick-arrow.slick-hidden {
  display: none;
}
/* line 1370, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.portlet.frontpage-collection-online .collection-slide-wrapper {
  height: 100%;
}
/* line 1374, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.portlet.frontpage-collection-online .collection-slide-wrapper:focus {
  outline: none !important;
}
/* line 1379, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.portlet.frontpage-collection-online .collection-slide:focus {
  outline: none !important;
}
/* line 1384, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.portlet.frontpage-collection-online .collection-slider-wrapper {
  margin-left: 40px;
  margin-right: 40px;
  margin-top: 30px;
  margin-bottom: 30px;
  height: 45vw;
  min-height: 500px;
}
@media (min-width: 1400px) {
  /* line 1392, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
  .portlet.frontpage-collection-online .collection-slider-wrapper {
    max-width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  /* line 1398, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
  .portlet.frontpage-collection-online .collection-slider-wrapper {
    height: 82vw;
  }
}
@media (max-width: 767px) {
  /* line 1402, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
  .portlet.frontpage-collection-online .collection-slider-wrapper {
    height: 135vw;
    min-height: 130vw;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 480px) {
  /* line 1409, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
  .portlet.frontpage-collection-online .collection-slider-wrapper {
    height: 162vw;
    min-height: 120vw;
  }
}
/* line 1414, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.portlet.frontpage-collection-online .collection-slider-wrapper h4 {
  margin-top: 15px !important;
  margin-bottom: 5px !important;
}
/* line 1420, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.portlet.frontpage-collection-online .collection-slide-wrapper {
  padding: 15px;
  height: 100%;
  width: 100%;
  display: table;
  position: absolute;
}
/* line 1428, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.portlet.frontpage-collection-online .collection-slide-img-wrapper {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
/* line 1434, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.portlet.frontpage-collection-online .collection-slide-img-wrapper > a {
  height: 100%;
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
/* line 1441, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.portlet.frontpage-collection-online .collection-slide-img-wrapper > a img {
  object-fit: contain;
  width: 100%;
  height: auto !important;
}
/* line 1448, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.portlet.frontpage-collection-online .collection-slide-img-wrapper p {
  color: #ffffff;
  margin-top: 0px !important;
  font-size: 17px;
  line-height: 25px !important;
}
/* line 1457, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.portlet.frontpage-collection-online .collection-slide-title-wrapper {
  display: none;
}
/* line 1461, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.portlet.frontpage-collection-online .slide-inner-img-wrapper {
  position: relative;
}
/* line 1464, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.portlet.frontpage-collection-online .slide-inner-img-wrapper div.slide-inner-title {
  padding-top: 0px;
  width: 100%;
}
/* line 1468, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.portlet.frontpage-collection-online .slide-inner-img-wrapper div.slide-inner-title a {
  border-bottom: 0px !important;
  font-size: 20px;
  color: #000000;
}
@media (min-width: 992px) {
  /* line 1473, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
  .portlet.frontpage-collection-online .slide-inner-img-wrapper div.slide-inner-title a {
    font-size: 1.8vw;
    color: #ffffff;
  }
}
@media (min-width: 1400px) {
  /* line 1478, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
  .portlet.frontpage-collection-online .slide-inner-img-wrapper div.slide-inner-title a {
    font-size: 30px;
  }
}
/* line 1482, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.portlet.frontpage-collection-online .slide-inner-img-wrapper div.slide-inner-title a:hover,
.portlet.frontpage-collection-online .slide-inner-img-wrapper div.slide-inner-title a:focus,
.portlet.frontpage-collection-online .slide-inner-img-wrapper div.slide-inner-title a:active,
.portlet.frontpage-collection-online .slide-inner-img-wrapper div.slide-inner-title a:active:focus {
  border-bottom: 1px solid #000000 !important;
}
@media (min-width: 992px) {
  /* line 1488, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
  .portlet.frontpage-collection-online .slide-inner-img-wrapper div.slide-inner-title a:hover,
  .portlet.frontpage-collection-online .slide-inner-img-wrapper div.slide-inner-title a:focus,
  .portlet.frontpage-collection-online .slide-inner-img-wrapper div.slide-inner-title a:active,
  .portlet.frontpage-collection-online .slide-inner-img-wrapper div.slide-inner-title a:active:focus {
    color: #ffffff !important;
    border-bottom: 1px solid #ffffff !important;
  }
}
/* line 1496, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.portlet.frontpage-collection-online .slide-inner-img-wrapper div.slide-inner-title p.item-description {
  color: #000000;
}
@media (min-width: 992px) {
  /* line 1498, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
  .portlet.frontpage-collection-online .slide-inner-img-wrapper div.slide-inner-title p.item-description {
    color: #ffffff;
  }
}
@media (min-width: 992px) {
  /* line 1503, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
  .portlet.frontpage-collection-online .slide-inner-img-wrapper div.slide-inner-title {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 25px;
    padding-bottom: 15px;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in;
    -moz-transition: opacity 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 300%);
    background-repeat: repeat-x;
  }
}
/* line 1525, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.portlet.frontpage-collection-online .slide-inner-img-wrapper:hover .slide-inner-title {
  opacity: 1;
}
/* line 1532, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.portlet.frontpage-collection-online .slick-prev,
.portlet.frontpage-collection-online .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 60px;
  height: 38px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
/* line 1557, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.portlet.frontpage-collection-online .slick-prev:hover,
.portlet.frontpage-collection-online .slick-prev:focus,
.portlet.frontpage-collection-online .slick-next:hover,
.portlet.frontpage-collection-online .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
/* line 1566, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.portlet.frontpage-collection-online .slick-prev:hover:before,
.portlet.frontpage-collection-online .slick-prev:focus:before,
.portlet.frontpage-collection-online .slick-next:hover:before,
.portlet.frontpage-collection-online .slick-next:focus:before {
  opacity: 1;
}
/* line 1573, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.portlet.frontpage-collection-online .slick-prev.slick-disabled:before,
.portlet.frontpage-collection-online .slick-next.slick-disabled:before {
  opacity: .25;
}
/* line 1579, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.portlet.frontpage-collection-online .slick-prev:before,
.portlet.frontpage-collection-online .slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 1593, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.portlet.frontpage-collection-online .slick-prev {
  left: -15px;
  z-index: 3;
}
/* line 1598, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.portlet.frontpage-collection-online [dir='rtl'] .slick-prev {
  right: -15px;
  left: auto;
}
/* line 1603, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.portlet.frontpage-collection-online .slick-prev:before {
  content: url('/intk/images/arrow-big-left.svg');
}
/* line 1607, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.portlet.frontpage-collection-online [dir='rtl'] .slick-prev:before {
  content: url('/intk/images/arrow-big-left.svg');
}
/* line 1612, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.portlet.frontpage-collection-online .slick-next {
  right: -15px;
  z-index: 3px;
}
/* line 1617, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.portlet.frontpage-collection-online [dir='rtl'] .slick-next {
  right: auto;
  left: -15px;
}
/* line 1622, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.portlet.frontpage-collection-online .slick-next:before {
  content: url('/intk/images/arrow-big-right.svg');
}
/* line 1626, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.portlet.frontpage-collection-online [dir='rtl'] .slick-next:before {
  content: url('/intk/images/arrow-big-right.svg');
}
/* line 1632, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.portlet.frontpage-collection-online .slick-dotted.slick-slider {
  margin-bottom: 30px;
}
/* line 1637, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.portlet.frontpage-collection-online .slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
/* line 1652, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.portlet.frontpage-collection-online .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
/* line 1665, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.portlet.frontpage-collection-online .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
/* line 1683, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.portlet.frontpage-collection-online .slick-dots li button:hover,
.portlet.frontpage-collection-online .slick-dots li button:focus {
  outline: none;
}
/* line 1688, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.portlet.frontpage-collection-online .slick-dots li button:hover:before,
.portlet.frontpage-collection-online .slick-dots li button:focus:before {
  opacity: 1;
}
/* line 1693, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.portlet.frontpage-collection-online .slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 1715, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.portlet.frontpage-collection-online .slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}
/* line 1725, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
#slickcarousel-controls {
  opacity: 0;
  visibility: hidden;
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  height: auto;
  width: 100%;
  position: relative;
  float: left;
  z-index: 1;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}
/* line 1743, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
#slickcarousel-controls ul li {
  display: inline;
}
/* line 1747, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
#slickcarousel-controls ul {
  margin-left: -40px;
}
/* line 1751, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
#slickcarousel-controls .controls-description {
  display: inline-block;
}
@media (min-width: 992px) {
  /* line 1754, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
  #slickcarousel-controls .controls-description {
    margin-left: 30px;
  }
}
@media (max-width: 991px) {
  /* line 1758, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
  #slickcarousel-controls .controls-description {
    display: block;
    margin-top: 10px;
    margin-left: 10px;
    line-height: 1.6;
  }
}
/* line 1766, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
#slickcarousel-controls .controls-wrapper {
  text-align: left;
}
@media (min-width: 991px) {
  /* line 1769, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
  #slickcarousel-controls .controls-wrapper {
    margin-left: 65px;
    margin-right: 65px;
  }
}
/* line 1776, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
body.portaltype-object #slickcarousel-controls {
  padding-top: 20px;
}
/* line 1778, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
body.portaltype-object #slickcarousel-controls .controls-wrapper {
  text-align: center;
}
@media (min-width: 991px) {
  /* line 1781, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
  body.portaltype-object #slickcarousel-controls .controls-wrapper {
    margin-left: 65px;
    margin-right: 65px;
  }
}
/* line 1786, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
body.portaltype-object #slickcarousel-controls .controls-wrapper .controls-description {
  display: none !important;
}
/* line 1792, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.slick-lightbox {
  background: #ffffff !important;
  /* Slider */
  /* Dots */
}
/* line 1795, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.slick-lightbox .slick-lightbox-close {
  height: 50px;
  width: 50px;
}
/* line 1799, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.slick-lightbox .slick-lightbox-close:before {
  font-size: 50px;
}
/* line 1803, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.slick-lightbox .slick-lightbox-close:hover,
.slick-lightbox .slick-lightbox-close:focus,
.slick-lightbox .slick-lightbox-close:active,
.slick-lightbox .slick-lightbox-close:active:focus {
  text-shadow: none;
  box-shadow: none;
  background-color: transparent;
  border: 0px;
  outline: 0px;
}
/* line 1813, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.slick-lightbox .slick-lightbox-close:hover:before,
.slick-lightbox .slick-lightbox-close:focus:before,
.slick-lightbox .slick-lightbox-close:active:before,
.slick-lightbox .slick-lightbox-close:active:focus:before {
  opacity: 1;
}
/* line 1820, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.slick-lightbox .slick-lightbox-close:before {
  color: #000000;
  opacity: 0.5;
}
/* line 1826, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.slick-lightbox .slick-lightbox-slick-caption {
  margin: 10px 0 0;
  color: #282931;
  display: block;
  margin-top: 10px;
}
/* line 1834, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.slick-lightbox .slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
/* line 1855, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.slick-lightbox .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
/* line 1865, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.slick-lightbox .slick-list:focus {
  outline: none;
}
/* line 1869, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.slick-lightbox .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
/* line 1875, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.slick-lightbox .slick-slider .slick-track,
.slick-lightbox .slick-slider .slick-list {
  -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);
}
/* line 1885, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.slick-lightbox .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
/* line 1893, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.slick-lightbox .slick-track:before,
.slick-lightbox .slick-track:after {
  display: table;
  content: '';
}
/* line 1900, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.slick-lightbox .slick-track:after {
  clear: both;
}
/* line 1904, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.slick-lightbox .slick-loading .slick-track {
  visibility: hidden;
}
/* line 1909, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.slick-lightbox .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
/* line 1917, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.slick-lightbox [dir='rtl'] .slick-slide {
  float: right;
}
/* line 1921, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.slick-lightbox .slick-slide img {
  display: block;
}
/* line 1925, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.slick-lightbox .slick-slide.slick-loading img {
  display: none;
}
/* line 1929, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.slick-lightbox .slick-slide.dragging img {
  pointer-events: none;
}
/* line 1933, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.slick-lightbox .slick-initialized .slick-slide {
  display: block;
}
/* line 1937, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.slick-lightbox .slick-loading .slick-slide {
  visibility: hidden;
}
/* line 1941, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.slick-lightbox .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
/* line 1950, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.slick-lightbox .slick-prev,
.slick-lightbox .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: auto;
  height: auto;
  margin-top: -10px;
  padding: 0;
  z-index: 3;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
/* line 1974, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.slick-lightbox .slick-prev:hover,
.slick-lightbox .slick-prev:focus,
.slick-lightbox .slick-next:hover,
.slick-lightbox .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
/* line 1983, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.slick-lightbox .slick-prev:hover:before,
.slick-lightbox .slick-prev:focus:before,
.slick-lightbox .slick-next:hover:before,
.slick-lightbox .slick-next:focus:before {
  opacity: 1;
}
/* line 1990, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.slick-lightbox .slick-prev.slick-disabled:before,
.slick-lightbox .slick-next.slick-disabled:before {
  opacity: .25;
}
/* line 1996, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.slick-lightbox .slick-prev:before,
.slick-lightbox .slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 2010, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.slick-lightbox .slick-prev {
  left: 20px;
}
@media (max-width: 768px) {
  /* line 2013, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
  .slick-lightbox .slick-prev {
    left: 5px;
  }
}
/* line 2017, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.slick-lightbox [dir='rtl'] .slick-prev {
  right: 20px;
  left: auto;
}
@media (max-width: 768px) {
  /* line 2022, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
  .slick-lightbox [dir='rtl'] .slick-prev {
    right: 5px;
  }
}
/* line 2026, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.slick-lightbox .slick-prev:before {
  content: url('/intk/images/arrow-big-left.svg');
}
/* line 2030, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.slick-lightbox [dir='rtl'] .slick-prev:before {
  content: url('/intk/images/arrow-big-right.svg');
}
/* line 2035, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.slick-lightbox .slick-next {
  right: 20px;
}
@media (max-width: 768px) {
  /* line 2038, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
  .slick-lightbox .slick-next {
    right: 5px;
  }
}
/* line 2042, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.slick-lightbox [dir='rtl'] .slick-next {
  right: auto;
  left: 20px;
}
@media (max-width: 768px) {
  /* line 2046, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
  .slick-lightbox [dir='rtl'] .slick-next {
    left: 5px;
  }
}
/* line 2050, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.slick-lightbox .slick-next:before {
  content: url('/intk/images/arrow-big-right.svg');
}
/* line 2054, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.slick-lightbox [dir='rtl'] .slick-next:before {
  content: url('/intk/images/arrow-big-left.svg');
}
/* line 2060, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.slick-lightbox .slick-slider {
  margin-bottom: 30px;
}
/* line 2065, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.slick-lightbox .slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}
/* line 2079, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.slick-lightbox .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
/* line 2092, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.slick-lightbox .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
/* line 2110, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.slick-lightbox .slick-dots li button:hover,
.slick-lightbox .slick-dots li button:focus {
  outline: none;
}
/* line 2115, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.slick-lightbox .slick-dots li button:hover:before,
.slick-lightbox .slick-dots li button:focus:before {
  opacity: 1;
}
/* line 2120, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.slick-lightbox .slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 2142, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.slick-lightbox .slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}
/* line 2151, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.thumb-wrapper .thumb-image {
  display: block;
  position: relative;
  border-bottom: 0px !important;
}
/* line 2157, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.thumb-wrapper .inline-expand-image {
  -webkit-border-radius: 62.5rem;
  border-radius: 62.5rem;
  display: inline-block;
  vertical-align: middle;
  pointer-events: none;
  top: 0;
  right: 0;
  width: 4.75rem;
  height: 4.75rem;
  background-color: rgba(51, 51, 51, 0.6);
  margin: 2.625rem;
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
  fill: #ffffff;
}
/* line 2177, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.thumb-wrapper .inline-expand-image svg {
  width: 50%;
  height: 50%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  position: absolute;
  overflow: visible;
  fill: #ffffff;
  color: #dcdcdc;
}
/* line 2193, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
.thumb-wrapper:hover .inline-expand-image {
  opacity: 1;
}
/* line 2200, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
body.mobile .thumb-wrapper .inline-expand-image {
  display: none !important;
}
/* line 2211, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
body.ie10plus .portlet.frontpage-collection-online .collection-slide-img-wrapper,
body.ie9 .portlet.frontpage-collection-online .collection-slide-img-wrapper,
body.ie10 .portlet.frontpage-collection-online .collection-slide-img-wrapper,
body.ie8 .portlet.frontpage-collection-online .collection-slide-img-wrapper {
  display: table-caption !important;
}
/* line 2218, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/slideshow.less */
html.ie .portlet.frontpage-collection-online .collection-slide-img-wrapper,
html.ie11 .portlet.frontpage-collection-online .collection-slide-img-wrapper {
  display: table-caption !important;
}
/* -------------------------------- 

xnugget info 

-------------------------------- */
/* line 6, https://www.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/css/menu.less */
.cd-nugget-info a {
  position: relative;
  font-size: 14px;
  color: #df0934;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
/* line 23, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/menu.less */
.no-touch .cd-nugget-info a:hover {
  opacity: .8;
}
/* line 26, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/menu.less */
.cd-nugget-info span {
  vertical-align: middle;
  display: inline-block;
}
/* line 30, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/menu.less */
.cd-nugget-info span svg {
  display: block;
}
/* line 33, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/menu.less */
.cd-nugget-info .cd-nugget-info-arrow {
  fill: #df0934;
}
/* line 37, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/menu.less */
.cd-nav-trigger {
  position: fixed;
  z-index: 3;
  right: auto;
  left: 0px;
  top: 0px;
  height: 59px;
  width: 60px;
  background-color: #ffffff;
  border-radius: 50%;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
@media (max-width: 991px) {
  /* line 55, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/menu.less */
  .cd-nav-trigger {
    left: 0px;
  }
}
/* line 60, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/menu.less */
.plone-toolbar-expanded .cd-nav-trigger,
.plone-toolbar-left-default .cd-nav-trigger {
  left: 0px;
}
/* line 65, https://www.hetpark.nl/++theme++plonetheme.hetpark/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: #000000;
}
/* line 81, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 102, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 114, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 127, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/menu.less */
body:not(.navigation-is-open) .cd-nav-trigger:hover .cd-nav-icon::after {
  top: 2px;
}
/* line 130, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/menu.less */
body:not(.navigation-is-open) .cd-nav-trigger:hover .cd-nav-icon::before {
  top: -2px;
}
/* line 134, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/menu.less */
.cd-nav-trigger svg {
  position: absolute;
  top: 0;
  left: 0;
}
/* line 139, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 145, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 154, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 162, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 169, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 176, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 179, https://www.hetpark.nl/++theme++plonetheme.hetpark/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;
}
/* line 191, https://www.hetpark.nl/++theme++plonetheme.hetpark/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.4s;
  -moz-transition: visibility 0s 0.4s;
  transition: visibility 0s 0.4s;
}
/* line 205, https://www.hetpark.nl/++theme++plonetheme.hetpark/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.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
  -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);
}
@media (max-width: 991px) {
  /* line 231, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/menu.less */
  .cd-nav .cd-navigation-wrapper {
    position: relative;
    background-color: #fbf9f2;
  }
}
@media (min-width: 992px) {
  /* line 236, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/menu.less */
  .cd-nav .cd-navigation-wrapper {
    width: 450px;
  }
}
/* line 241, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/menu.less */
.cd-nav .cd-navigation-wrapper {
  padding: 0px;
  padding-top: 0px;
}
/* line 246, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/menu.less */
.main-block {
  padding-top: 0px;
}
@media (max-width: 992px) {
  /* line 249, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/menu.less */
  .main-block {
    padding-top: 80px;
    margin-top: 0px;
    padding-bottom: 80px;
  }
}
@media (max-width: 992px) and (max-height: 400px) {
  /* line 255, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/menu.less */
  .main-block {
    padding-bottom: 100px;
  }
}
/* line 260, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 266, https://www.hetpark.nl/++theme++plonetheme.hetpark/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.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  -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 279, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 287, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 297, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/menu.less */
.cd-nav .cd-primary-nav {
  margin-top: 60px;
}
@media (max-width: 991px) {
  /* line 300, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/menu.less */
  .cd-nav .cd-primary-nav {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
/* line 305, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/menu.less */
.cd-nav .cd-primary-nav .line-wrapper > li {
  margin: 0;
  border-top: 0px solid #000000;
}
/* line 309, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/menu.less */
.cd-nav .cd-primary-nav a {
  font-family: 'HelveticaMedium', Helvetica, Arial, sans-serif;
  font-size: 22px;
  letter-spacing: 0.00em;
  color: #000000;
  display: inline-block;
  margin-top: 12px;
}
/* line 321, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/menu.less */
.cd-nav .cd-primary-nav a.selected {
  color: #8e1d15;
}
/* line 324, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/menu.less */
.no-touch .cd-nav .cd-primary-nav a:hover {
  color: #b02318;
  text-decoration: underline;
}
/* line 328, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/menu.less */
.cd-nav .cd-contact-info {
  margin-top: 80px;
}
/* line 331, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/menu.less */
.cd-nav .cd-contact-info li {
  font-family: 'HelveticaRegular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 1.5em;
  line-height: 1.2;
  color: #000000;
}
/* line 337, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/menu.less */
.cd-nav .cd-contact-info a {
  color: #000000;
}
/* line 340, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/menu.less */
.cd-nav .cd-contact-info span {
  display: block;
}
/* line 343, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 347, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/menu.less */
  .cd-nav .cd-navigation-wrapper {
    padding: 0px;
    padding-top: 0px;
    background-color: #bd0311;
  }
  /* line 353, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/menu.less */
  .main-block {
    padding-top: 115px;
    padding-bottom: 50px;
    margin-left: 0px;
    padding-right: 10px;
    height: auto;
    min-height: 100%;
    background-color: #ffffff;
  }
  /* line 363, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/menu.less */
  .cd-nav .cd-navigation-wrapper::after {
    clear: both;
    content: "";
    display: table;
  }
  /* line 368, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/menu.less */
  .cd-nav .cd-half-block {
    width: 50%;
    float: left;
  }
  /* line 372, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/menu.less */
  .cd-nav .cd-primary-nav {
    margin-top: 0;
  }
  /* line 376, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/menu.less */
  .cd-nav .cd-primary-nav .line-wrapper > li {
    margin: 0;
    margin-bottom: 45px;
    width: 100%;
  }
  /* line 382, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/menu.less */
  .cd-nav .cd-primary-nav a {
    font-family: 'HelveticaMedium', Helvetica, Arial, sans-serif;
    font-size: 23px;
    line-height: 35px;
    letter-spacing: 0.00em;
    color: #4e4e4e;
  }
  /* line 389, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/menu.less */
  .cd-nav .cd-contact-info {
    margin-top: 120px;
    text-align: right;
  }
  /* line 393, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/menu.less */
  .cd-nav .cd-contact-info li {
    margin-bottom: 2.4em;
  }
  /* line 396, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 402, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/menu.less */
#website-wrapper {
  position: relative;
  z-index: 2;
  background: #f6f6f6;
  height: 100%;
  overflow-y: unset;
  -webkit-overflow-scrolling: touch;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
  -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);
}
/* line 418, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/menu.less */
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;*/
}
/* line 428, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/menu.less */
.navigation-is-open #website-wrapper {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
@media (min-width: 991px) {
  /* line 435, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/menu.less */
  .navigation-is-open #website-wrapper {
    -webkit-transform: translateX(450px);
    -moz-transform: translateX(450px);
    -ms-transform: translateX(450px);
    -o-transform: translateX(450px);
    transform: translateX(450px);
  }
}
/* line 444, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/menu.less */
.no-js .cd-nav {
  position: static;
  visibility: visible;
}
/* line 449, https://www.hetpark.nl/++theme++plonetheme.hetpark/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 461, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/menu.less */
.cd-primary-nav li {
  display: inline-block;
}
/* line 465, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/menu.less */
ul.cd-primary-nav {
  margin-left: 0px;
}
@media (min-width: 991px) {
  /* line 467, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/menu.less */
  ul.cd-primary-nav {
    margin-bottom: 0px;
  }
}
/* line 473, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/menu.less */
.cd-nav .cd-primary-nav .line-wrapper > li {
  margin: 0;
  margin-bottom: 5px;
  width: 100%;
  z-index: 1;
}
@media (max-width: 768px) {
  /* line 479, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/menu.less */
  .cd-nav .cd-primary-nav .line-wrapper > li {
    width: 100%;
  }
}
/* line 484, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/menu.less */
.cd-nav .cd-primary-nav .line-wrapper > li > a {
  font-family: 'HelveticaBold', Helvetica, Arial, sans-serif;
  font-size: 28px;
  margin-bottom: 12px;
  color: #000000;
}
@media (max-width: 992px) {
  /* line 490, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/menu.less */
  .cd-nav .cd-primary-nav .line-wrapper > li > a {
    font-size: 28px;
  }
}
/* line 494, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/menu.less */
.cd-nav .cd-primary-nav .line-wrapper > li > a:hover {
  color: #b02318;
  text-decoration: none;
}
/* line 499, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/menu.less */
.cd-nav .cd-primary-nav .line-wrapper > li > a:active,
.cd-nav .cd-primary-nav .line-wrapper > li > a:focus {
  color: #b02318;
  text-decoration: none;
}
/* line 507, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/menu.less */
.cd-nav .cd-primary-nav ul {
  margin-left: -60px;
}
/* line 511, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/menu.less */
.cd-nav .cd-primary-nav ul li {
  display: block;
}
/* line 514, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/menu.less */
.cd-nav .cd-primary-nav ul li.menu-position-1 {
  margin-top: 17px;
}
/* line 519, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/menu.less */
.cd-nav .cd-primary-nav ul li a {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #4e4e4e;
}
/* line 524, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/menu.less */
.cd-nav .cd-primary-nav ul li a:hover {
  color: #b02318;
}
/* line 528, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/menu.less */
.cd-nav .cd-primary-nav ul li a:active,
.cd-nav .cd-primary-nav ul li a:focus {
  color: #b02318;
}
/* line 534, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/menu.less */
.cd-nav .cd-primary-nav .caret {
  display: none;
}
@media (max-width: 1086px) {
  /* line 539, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/menu.less */
  .cd-nav .cd-primary-nav li {
    display: block;
    clear: both;
  }
}
/* line 545, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/menu.less */
#nav-logo {
  width: auto;
  height: auto;
  display: block;
  cursor: pointer;
  margin: 0 auto;
  margin-top: 20px;
}
@media (max-width: 768px) {
  /* line 553, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/menu.less */
  #nav-logo {
    width: 100px;
  }
}
@media (min-width: 768px) {
  /* line 559, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/menu.less */
  .plone-toolbar-expanded .cd-navigation-wrapper {
    margin-left: 120px;
    padding-right: 0px;
  }
}
@media (min-width: 768px) {
  /* line 566, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/menu.less */
  .plone-toolbar-left-default .cd-navigation-wrapper {
    margin-left: 60px;
    padding-right: 0px;
  }
}
@media (min-width: 768px) {
  /* line 573, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/menu.less */
  .line-wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  /* line 578, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/menu.less */
  .line-wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  /* line 583, https://www.hetpark.nl/++theme++plonetheme.hetpark/css/menu.less */
  .line-wrapper {
    padding-right: 30px;
  }
}
/* OBJECT fields */
/* line 3, https://www.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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 #b02318 !important;
}
/* line 430, https://www.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/css/objects.less */
body.template-collective-object-object textarea {
  padding-top: 7px;
  color: #696969;
}
/* line 522, https://www.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/css/objects.less */
body.template-collective-object-object .pat-select2 .select2-search-choice a {
  color: #696969;
}
/* line 538, https://www.hetpark.nl/++theme++plonetheme.hetpark/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: #b02318;
}
/* line 545, https://www.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/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.hetpark.nl/++theme++plonetheme.hetpark/css/objects.less */
body.template-collective-object-object .autotoc-nav a:hover {
  text-decoration: none;
  background: #ffffff;
}

