@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Roboto:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
.toolbar .destart.toolbar-icon::before {
    background-image: url(/modules/contrib/admin_toolbar/admin_toolbar_tools/misc/icons/ffffff/start.png);
    padding-bottom: 0;
    padding-left: 4px;
    padding-right: 8px;
    padding-top: 2px;
	background-size: 22px;
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

@keyframes focusShadow {
  0%, 100% {
    box-shadow: 0 0 0 transparent
  }

  50% {
    box-shadow: 0 0 8px rgba(0,0,0,.08)
  }
}

@keyframes zoomIn {
  0% {
    transform: scale(0)
  }

  100% {
    transform: scale(1)
  }
}

@keyframes bounceFromRight {
  0%, 100% {
    margin-left: 0
  }

  50% {
    margin-left: -30px
  }
}

@keyframes bounceFromLeft {
  0%, 100% {
    margin-left: 0
  }

  50% {
    margin-left: 30px
  }
}

@keyframes bounce {
  0%, 100% {
    transform: scale(0)
  }

  50% {
    transform: scale(1)
  }
}

@keyframes fadeIn {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@import url(https://fonts.googleapis.com/css?family=Convergence|Open+Sans:300,400);

progress,
sub,
sup {
  vertical-align: baseline
}

button,
hr,
input {
  overflow: visible
}

button,
h3,
select {
  text-transform: none
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
	color: #222;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block
}

audio,
canvas,
progress,
video {
  display: inline-block
}

audio:not([controls]) {
  display: none;
  height: 0
}

[hidden],
template {
  display: none
}

a:active,
a:hover {
  outline-width: 0
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: bold
}

dfn {
  font-style: italic
}

mark {
  background-color: #ff0;
  color: #000
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

img {
  border-style: none
}

svg:not(:root) {
  overflow: hidden
}

code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
  font-size: 1em
}

hr {
  box-sizing: content-box;
  height: 0
}

#baguetteBox-overlay .full-image img,
.gallery>a,
legend,
table {
  box-sizing: border-box
}

button,
input,
select,
textarea {
  font: inherit;
  margin: 0
}

optgroup {
  font-weight: 700
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

textarea {
  overflow: auto
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: .54
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

details summary {
  cursor: pointer
}

details summary::-webkit-details-marker {
  display: none
}

details summary:active,
details summary:focus {
  outline: 0
}

details:not(.accordion) summary {
  font-weight: 700
}

details.accordion {
  transition: all .1s ease-in
}

details.accordion>.box {
  display: none;
  margin-bottom: 0;
  padding: 1.067em
}

details.accordion[open=""]>.box,
details.accordion[open=open]>.box {
  display: block
}

details.accordion summary {
  background-color: #13445e;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 1.133em;
  padding: .8em 1.067em .8em 2.4em;
  position: relative;
  transition: all 50ms ease-in
}

details.accordion summary:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTgiIHdpZHRoPSIxOCI+PHJlY3QgZmlsbD0iI0ZGRiIgcng9Ii42IiByeT0iLjYiIGhlaWdodD0iNCIgd2lkdGg9IjE4IiB5PSI3Ii8+PHJlY3QgZmlsbD0iI0ZGRiIgcnk9Ii42IiByeD0iLjYiIHRyYW5zZm9ybT0icm90YXRlKDkwKSIgaGVpZ2h0PSI0IiB3aWR0aD0iMTgiIHk9Ii0xMSIvPjwvc3ZnPg==) center center no-repeat;
  border-radius: 50%;
  content: ' ';
  display: block;
  height: 1.6em;
  left: 10px;
  position: absolute;
  top: 12px;
  transition: background-color .2s ease-in-out,transform .2s ease-in-out;
  width: 1.6em
}

details.accordion summary:hover {
  background-color: #0a2534
}

details.accordion summary:hover:before {
  background-color: rgba(255,255,255,.25)
}

[open=""] details.accordion summary,
[open=open] details.accordion summary,
details.accordion summary:active,
details.accordion summary:focus {
  background-color: #06161e
}

details.accordion summary:active:before,
details.accordion summary:focus:before {
  transform: scale(1.25)
}

[open=""] details.accordion summary:before,
[open=open] details.accordion summary:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTgiIHdpZHRoPSIxOCI+PHJlY3QgZmlsbD0iI0ZGRiIgcng9Ii42IiByeT0iLjYiIGhlaWdodD0iNCIgd2lkdGg9IjE4IiB5PSI3Ii8+PC9zdmc+)
}

.gallery>a {
  border-color: transparent;
  border-style: solid;
  border-width: .533em 0 0 .533em;
  display: inline-block;
  vertical-align: top;
  width: 33.333%
}

.gallery>a img {
  display: block;
  height: auto;
  width: 100%
}

@media only screen and (min-width:60em) {
  th {
    border-bottom: 2px solid #4c3e3c
  }

  td,
  th {
    display: table-cell;
    padding: .6em .933em
  }

  .gallery>a {
    width: 20%
  }
}

@media only screen and (min-width:80em) {
  .gallery>a {
    width: 16.666%
  }
}

#baguetteBox-overlay {
  background-color: #222;
  background-color: rgba(0,0,0,.85);
  display: none;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  transition: opacity .5s ease;
  width: 100%;
  z-index: 1000000
}

#baguetteBox-overlay.visible {
  opacity: 1
}

#baguetteBox-overlay .full-image {
  display: inline-block;
  height: 94%;
  margin-top: 2%;
  position: relative;
  text-align: center;
  width: 100%
}

#baguetteBox-overlay .full-image figure {
  display: inline-block;
  height: 100%;
  margin: 0
}

#baguetteBox-overlay .full-image img {
  background: #fff;
  box-shadow: 0 0 8px rgba(0,0,0,.6);
  display: inline-block;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  padding: .8em;
  vertical-align: middle;
  width: auto
}

#baguetteBox-overlay .full-image figcaption {
  background-color: #000;
  background-color: rgba(0,0,0,.6);
  bottom: 0;
  color: #ccc;
  display: block;
  font-family: sans-serif;
  line-height: 1.8;
  position: absolute;
  text-align: center;
  white-space: normal;
  width: 100%
}

#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  margin-right: -1px;
  width: 1px
}

#baguetteBox-slider {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: left .4s ease,transform .4s ease;
  white-space: nowrap;
  width: 100%
}

#baguetteBox-slider.bounce-from-right {
  animation: bounceFromRight .4s ease-out
}

#baguetteBox-slider.bounce-from-left {
  animation: bounceFromLeft .4s ease-out
}

.baguetteBox-button {
  background-color: #323232;
  background-color: rgba(50,50,50,.5);
  border: 0;
  border-radius: 15%;
  color: #ddd;
  cursor: pointer;
  font: 1.6em sans-serif;
  margin: 0;
  outline: 0;
  padding: 0;
  position: absolute;
  transition: background-color .4s ease
}

.baguetteBox-button:focus,
.baguetteBox-button:hover {
  background-color: rgba(50,50,50,.9)
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
  height: 60px;
  top: 50%;
  width: 44px
}

.baguetteBox-button#next-button {
  right: 2%
}

.baguetteBox-button#previous-button {
  left: 2%
}

.baguetteBox-button#close-button {
  height: 30px;
  right: 2%;
  top: 20px;
  width: 30px
}

.baguetteBox-button svg {
  left: 0;
  position: absolute;
  top: 0
}

.baguetteBox-button svg g,
.baguetteBox-button svg polyline {
  stroke: #fff
}

.baguetteBox-spinner {
  display: inline-block;
  height: 40px;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  width: 40px
}

.baguetteBox-double-bounce1,
.baguetteBox-double-bounce2 {
  animation: bounce 2s infinite ease-in-out;
  background-color: #fff;
  border-radius: 50%;
  height: 100%;
  left: 0;
  opacity: .6;
  position: absolute;
  top: 0;
  width: 100%
}

.modal-bg,
.modal.active {
  left: 0;
  position: fixed;
  right: 0;
  top: 0
}

.baguetteBox-double-bounce2 {
  animation-delay: -1s
}

.modal {
  display: none;
  padding: 2.267em;
  visibility: hidden;
  z-index: 9999
}

.modal:focus {
  outline: 0
}

.modal.active {
  animation: fadeInDelayed .4s ease-in-out;
  display: block;
  height: 100%;
  max-height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  visibility: visible
}

.modal .box {
  box-shadow: 0 .25em .5em rgba(0,0,0,.3)
}

.modal-bg {
  animation: fadeIn .2s ease-in-out;
  background: #000;
  bottom: 0;
  opacity: .9;
  z-index: 9998
}

.modal-controls {
  position: absolute;
  right: 1.067em;
  top: 1.067em
}

.modal-controls a {
  background: center center no-repeat;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 2.667em;
  overflow: hidden;
  text-indent: 100%;
  transition: all .2s ease-in-out;
  width: 2.667em
}

.stretch,
.stretch-y {
  height: 100%
}
.sidebar-right.grid4{
	width: 29.333333%;
    margin-left: 4%;
    margin-top: 70px;
}
.sidebar-right .large-thumbnail a,
.sidebar-right .medium-thumbnail a,
.sidebar-right .thumbnail a,
tr {
  border: 0
}

.modal-controls a:active,
.modal-controls a:focus,
.modal-controls a:hover {
  background-color: rgba(255,255,255,.3);
  transform: scale(1.1)
}

.modal-controls a:active,
.modal-controls a:focus {
  transform: scale(.9)
}

.modal-controls .close {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTgiIHdpZHRoPSIxOCI+PHJlY3QgZmlsbD0iI0ZGRiIgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIiByeD0iLjcxNzExIiByeT0iLjcxNzExIiBoZWlnaHQ9IjQuNzgwOCIgd2lkdGg9IjIxLjUxMyIgeT0iLTIuMzkwNCIgeD0iMS45NzEyIi8+PHJlY3QgZmlsbD0iI0ZGRiIgcnk9Ii43MTcxMSIgcng9Ii43MTcxMSIgdHJhbnNmb3JtPSJyb3RhdGUoMTM1KSIgaGVpZ2h0PSI0Ljc4MDgiIHdpZHRoPSIyMS41MTMiIHk9Ii0xNS4xMTgiIHg9Ii0xMC43NTciLz48L3N2Zz4=)
}

.gallery {
  margin: 0 -.4665em -.933em
}

.gallery .pane.thumbnail {
  width: 20%
}

.thumbnail {
  padding: 0 .4665em .933em;
  width: 25%
}

.thumbnail.iblock {
  padding: 0;
  width: 25%
}

@media only screen and (min-width:40em) {
  .gallery>a {
    width: 20%
  }

  .thumbnail {
    width: 16.666%
  }

  .grid6 .thumbnail {
    width: 25%
  }

  .grid8 .thumbnail {
    width: 20%
  }
}

.stretch,
.stretch-x,
.thumbnail img {
  width: 100%
}

.thumbnail figcaption {
  background: rgba(46,204,64,.9);
  bottom: .933em;
  color: #fff;
  display: none;
  line-height: 1.4;
  padding: .6em;
  position: absolute;
  transition: all .2s sease-in-out;
  z-index: 2
}

.large-thumbnail a img,
.large-thumbnail a:before,
.medium-thumbnail a img,
.medium-thumbnail a:before,
.thumbnail a img,
.thumbnail a:before {
  transition: .2s all ease-in-out
}

.sidebar .thumbnail figcaption {
  display: block
}

.large-thumbnail a,
.medium-thumbnail a,
.thumbnail a {
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none
}

.large-thumbnail a:before,
.medium-thumbnail a:before,
.thumbnail a:before {
  background: rgba(1,255,112,0);
  background-position: center center;
  background-repeat: no-repeat;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2
}

.large-thumbnail a:hover img,
.medium-thumbnail a:hover img,
.thumbnail a:hover img {
  transform: none
}

.large-thumbnail a:hover:before,
.medium-thumbnail a:hover:before,
.thumbnail a:hover:before {
  background-color: rgba(19,68,94,.75);
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDI1MC4zMTMgMjUwLjMxMyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjUwLjMxMyAyNTAuMzEzOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCI+CjxnIGlkPSJTZWFyY2giPgoJPHBhdGggc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkOyIgZD0iTTI0NC4xODYsMjE0LjYwNGwtNTQuMzc5LTU0LjM3OGMtMC4yODktMC4yODktMC42MjgtMC40OTEtMC45My0wLjc2ICAgYzEwLjctMTYuMjMxLDE2Ljk0NS0zNS42NiwxNi45NDUtNTYuNTU0QzIwNS44MjIsNDYuMDc1LDE1OS43NDcsMCwxMDIuOTExLDBTMCw0Ni4wNzUsMCwxMDIuOTExICAgYzAsNTYuODM1LDQ2LjA3NCwxMDIuOTExLDEwMi45MSwxMDIuOTExYzIwLjg5NSwwLDQwLjMyMy02LjI0NSw1Ni41NTQtMTYuOTQ1YzAuMjY5LDAuMzAxLDAuNDcsMC42NCwwLjc1OSwwLjkyOWw1NC4zOCw1NC4zOCAgIGM4LjE2OSw4LjE2OCwyMS40MTMsOC4xNjgsMjkuNTgzLDBDMjUyLjM1NCwyMzYuMDE3LDI1Mi4zNTQsMjIyLjc3MywyNDQuMTg2LDIxNC42MDR6IE0xMDIuOTExLDE3MC4xNDYgICBjLTM3LjEzNCwwLTY3LjIzNi0zMC4xMDItNjcuMjM2LTY3LjIzNWMwLTM3LjEzNCwzMC4xMDMtNjcuMjM2LDY3LjIzNi02Ny4yMzZjMzcuMTMyLDAsNjcuMjM1LDMwLjEwMyw2Ny4yMzUsNjcuMjM2ICAgQzE3MC4xNDYsMTQwLjA0NCwxNDAuMDQzLDE3MC4xNDYsMTAyLjkxMSwxNzAuMTQ2eiIgZmlsbD0iI0ZGRkZGRiIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=)
}

.large-thumbnail a:hover img,
.large-thumbnail a:hover:before,
.medium-thumbnail a:hover img,
.medium-thumbnail a:hover:before,
.thumbnail a:hover img,
.thumbnail a:hover:before {
  transition-duration: .5s
}

.top {
  top: 0
}

.bottom {
  bottom: 0
}

.left {
  left: 0
}

.right {
  right: 0
}

.static {
  position: static
}

.fixed {
  position: fixed
}

.absolute,
.absolute:active,
.absolute:focus,
.absolute:hover {
  position: absolute
}

.slide.active,
article.grid>.pane,
input+.description {
  position: relative
}

.absolute.top,
.fixed.top {
  top: 0
}

.absolute.right,
.fixed.right {
  right: 0
}

.absolute.bottom,
.fixed.bottom {
  bottom: 0
}

.absolute.left,
.fixed.left {
  left: 0
}

.absolute.stretch,
.absolute.stretch-x,
.absolute.stretch-y,
.fixed.stretch,
.fixed.stretch-x,
.fixed.stretch-y {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0
}

.layer {
  z-index: 1
}

.layer1 {
  z-index: 9
}

.layer2 {
  z-index: 99
}

.layer3 {
  z-index: 999
}

.ofh {
  overflow: hidden
}

.ofx {
  overflow-x: hidden
}

.ofy {
  overflox-y: hidden
}

.va-top {
  vertical-align: top
}

.va-middle {
  vertical-align: middle
}

.block-socialicons,
.va-bottom {
  vertical-align: bottom
}

.ta-left {
  text-align: left
}

.ta-center {
  text-align: center
}

.ta-right {
  text-align: right
}

.slide .grid {
  border-spacing: 0;
  display: table;
  height: inherit;
  table-layout: fixed;
  width: 100%
}

.slide .col {
  box-sizing: border-box;
  display: table-cell
}

.slide .caption {
  background: #fff;
  font-size: 14px;
  line-height: 130%;
  margin: 2.267em;
  max-width: 50%;
  min-width: 300px;
  opacity: 0;
  padding-top: 0;
  width: 50%
}

.slide .caption h2 {
  font-size: 20px;
  margin-bottom: 8px
}

.slide.active {
  z-index: 9
}

.slide.swiper-slide-active .caption,
.slide.swiper-slide-duplicate-active .caption {
  animation: zoomIn .4s;
  opacity: .95
}

img.lazy {
  opacity: 0;
  width: 100%
}

img.lazy-loaded {
  animation: fadeIn .4s forwards;
  opacity: 1
}

.gallery .grid4 figure img.lazy-loaded,
.grid4>.gallery figure img.lazy-loaded {
  animation-delay: .2s
}

.gallery .grid4 figure+figure img.lazy-loaded,
.grid4>.gallery figure+figure img.lazy-loaded {
  animation-delay: .3s
}

.masonry-grid .masonry-item {
  animation-duration: .5s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-name: fadeIn;
  opacity: 0
}

.masonry-grid .masonry-item:nth-child(2) {
  animation-delay: .5s
}

.masonry-grid .masonry-item:nth-child(3) {
  animation-delay: .7s
}

.masonry-grid .masonry-item:nth-child(4) {
  animation-delay: .9s
}

.masonry-grid .masonry-item:nth-child(5) {
  animation-delay: 1s
}

.masonry-grid .masonry-item:nth-child(6) {
  animation-delay: 1.1s
}

.masonry-grid .masonry-item:nth-child(7) {
  animation-delay: 1.2s
}

.masonry-grid .masonry-item:nth-child(n+8) {
  animation-delay: 1.5s
}

.masonry-grid.infscroll .masonry-item:nth-child(n+8) {
  animation-delay: .1s
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  margin: .8em 0 .6em
}

h4,
h5 {
  color: #454545
}

h1 {
  font-size: 1.867em;
  margin-top: 0
}

h2 {
  font-size: 1.6em;
	line-height: 130%;
}

h4 {
  font-size: 1.133em
}

h5 {
  font-size: 1.067em
}

h6 {
  font-size: .867em
}

h3 {
  font-size: 1.2em
}

article footer a,
header.tiny h1 {
  letter-spacing: .1em;
  text-transform: uppercase
}

ol,
ul {
  line-height: 1.5;
  list-style: none;
  padding-left: 2.1em
}

.bundle-text ol,
.bundle-text ul {
  list-style: none
}

.bundle-text ol,
.ipdc-group ol,
ol {
  list-style: decimal
}

.bundle-text ol li:before,
.bundle-text ul li:before {
  content: "\2022";
  display: inline-block;
  font-size: 20px;
  left: -14px;
  position: relative;
  top: 1px;
  width: 0
}

.bundle-text ol li:before {
  display: none
}

p+ul {
  margin-top: -1.133em
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1.867em;
  min-width: 24em;
  width: 100%
}

article.box>header {
  margin-bottom: 0
}

article footer a {
  display: block;
  padding: .8em;
  text-decoration: none
}

header.tiny {
  margin-bottom: 2em
}

header.tiny h1 {
  font-weight: 500
}

.slider+header,
figure+header {
  margin-top: 2.2em
}

.submitted {
  display: block;
  margin-top: .6em;
  text-transform: lowercase
}

blockquote {
  font-size: 2.5rem;
font-weight: 400;
padding: 0 1em;
max-width: 60%;
margin: 1.333em auto;
text-align: center;
}

blockquote:after,
blockquote:before {
  font-size: 1.5em
}

blockquote:after {
  left: auto;
  top: auto
}

th {
  border-bottom: 0 solid #4c3e3c;
  font-weight: 600;
  text-align: left
}

td,
th {
  display: table-cell;
  padding: .6em .933em
}

.text-block a,
.text-block ol,
.text-block p,
.text-block ul {
  font-size: .9em;
  line-height: 2
}

.pane>.grid {
  margin-top: 0
}

figure {
  margin: 0
}

.button,
button,
html input[type=button],
input[type=reset],
input[type=submit] {

  text-transform: uppercase
}

.button.green,
button.green,
html input[type=button].green,
input[type=reset].green,
input[type=submit].green {
  background-color: #2ecc40;
  border: #25a233;
  color: #fff
}

.button.green:hover,
button.green:hover,
html input[type=button].green:hover,
input[type=reset].green:hover,
input[type=submit].green:hover {
  background-color: #25a233
}

.button.green:active,
.button.green:focus,
button.green:active,
button.green:focus,
html input[type=button].green:active,
html input[type=button].green:focus,
input[type=reset].green:active,
input[type=reset].green:focus,
input[type=submit].green:active,
input[type=submit].green:focus {
  background-color: #208e2c;
  outline: 0
}

.button.red,
button.red,
html input[type=button].red,
input[type=reset].red,
input[type=submit].red {
  background-color: #ff4136;
  border: #ff1103;
  color: #fff
}

.button.red:hover,
button.red:hover,
html input[type=button].red:hover,
input[type=reset].red:hover,
input[type=submit].red:hover {
  background-color: #ff1103
}

.button.red:active,
.button.red:focus,
button.red:active,
button.red:focus,
html input[type=button].red:active,
html input[type=button].red:focus,
input[type=reset].red:active,
input[type=reset].red:focus,
input[type=submit].red:active,
input[type=submit].red:focus {
  background-color: #e80d00;
  outline: 0
}

.button .icon {
  fill: #fff;
  height: 1em;
  margin-right: .5em;
  width: 1em
}

.overview>.grid>.pane .teaser,
.overview>.pane .teaser {
  border: 0;
  padding: 1.333em
}

.overview>.grid>.pane .teaser header a,
.overview>.pane .teaser header a {
  text-decoration: none
}

.overview>.grid>.pane .teaser a>img,
.overview>.pane .teaser a>img {
  min-width: 100%
}

.box {
  border-bottom: 1px solid #4AB489;
  padding-bottom: 1.333em
}

.box>figure {
  margin: -1.333em -1.333em 1.333em;
  text-align: center
}

.box>figure>img {
  width: 100%
}

.box.small {
  padding: 1.067em
}

.box.small h3 {
  font-size: 1em;
  font-weight: 700;
  margin: 0
}

.box.small a,
.date-calendar .day {
  font-size: .8em;
  text-transform: uppercase
}

.box.small a {
  text-decoration: none
}

.box.small>figure {
  margin: -1.067em -1.067em 1.333em
}

.bundle-links a.shortcut-link:before,
.bundle-shortcuts a.shortcut-link:before {
  background: transparent;
  border: 0px solid #16b1a6;
  color: #16b1a6
}

.date-calendar {
  background: rgba(0,0,0,.03);
  border-right: 1px solid rgba(0,0,0,.06);
  padding: 1em 0;
  width: 7.4em
}

.date-calendar span {
  display: block;
  line-height: 140%;
  text-align: center
}

.date-calendar .day-nr {
  font-size: 2em;
  font-weight: 300;
  margin-bottom: .1em
}

.date-calendar .month-year {
  font-size: .7em;
  fpnt-style: italic
}

.pager>a {
  display: block
}

.pager-nav span {
  font-size: 1.4em;
  line-height: 100%
}

article.teaser+.pager {
  margin-top: -5em
}

.description {
  background-color: rgba(249,228,192,.98);
  border: 1px solid #f2c67a;
  font-size: .8em;
  font-style: italic;
  line-height: 1.5;
  padding: .533em .8em
}

input+.description {
  display: none;
  left: 5px;
  margin-bottom: 1.333em;
  margin-top: -1.666em;
  padding: 12px;
  z-index: 2
}

input+.description:after,
input+.description:before {
  border: solid transparent;
  content: " ";
  height: 0;
  pointer-events: none;
  position: absolute;
  right: 100%;
  top: 50%;
  width: 0
}

input+.description:after {
  border-color: rgba(249,228,192,0);
  border-right-color: #f9e4c0;
  border-width: 10px;
  margin-top: -10px
}

input+.description:before {
  border-color: rgba(242,198,122,0);
  border-right-color: #f2c67a;
  border-width: 11px;
  margin-top: -11px
}

input:active+.description,
input:focus+.description {
  animate: fadeIn .2s;
  display: inline-block
}

.inline-menu {
  list-style: none;
  margin: 0;
  padding: 0
}

.inline-menu li {
  display: inline-block
}

.toolbar .toolbar-tray-horizontal {
  background-color: #f5f5f2;
  border-bottom: 1px solid #ddd;
  box-shadow: none
}

.block-subtheme-local-tasks+#head {
  margin-top: 45px
}

.bundle-entity .today-only .closing-days,
.bundle-entity .today-only .col.label,
.bundle-entity .today-only .hourgroup,
.bundle-entity .today-only .status-tomorrowstatus,
.bundle-entity .todaytomorrow-only .closing-days,
.bundle-entity .todaytomorrow-only .col.label,
.bundle-entity .todaytomorrow-only .hourgroup,
.bundle-entity .todaytomorrow-only .status-tomorrowstatus,
.bundle-entity .tomorrow-only .closing-days,
.bundle-entity .tomorrow-only .col.label,
.bundle-entity .tomorrow-only .hourgroup,
.bundle-entity .tomorrow-only .status-tomorrowstatus {
  display: none
}

.bundle-entity .field.today-only,
.bundle-entity .field.todaytomorrow-only,
.bundle-entity .field.tomorrow-only {
  margin-top: .933em
}

.bundle-entity .today-only .hourgroup.today,
.bundle-entity .todaytomorrow-only .hourgroup.today,
.bundle-entity .todaytomorrow-only .hourgroup.tomorrow,
.bundle-entity .tomorrow-only .hourgroup.tomorrow {
  display: inline-block
}

#drupal-live-announce,
.frontpage .field_title,
.hidden,
.hidden.pane,
.invisible,
.large-thumbnail .image-style-large,
.large-thumbnail .image-style-portret,
.lazy,
.visually-hidden,
body>svg,
footer.meta {
  display: none
}

.read-more {
  background: #00AEC2;
  border: 0;
  color: #fff;
  font-weight: 400;
  padding: .8rem 1.2rem;
  text-decoration: none;
	float: right;
	margin-top: .833em;
	overflow: hidden;
	transition: ease-in-out .3s;
	position: relative
}
.frontpage .block .frontpage > .content-wrapper .bundle-button .button{
	overflow: hidden;
	transition: ease-in-out .5s;
	position: relative;
	width: 100%;
max-width: 100%;
border-radius: 5px;
margin: .4em;
font-family: 'Montserrat', sans-serif;
font-weight: 400;
font-size: 22px;
text-align: left;
padding-left: 65px;
	letter-spacing: 0;
	position: relative;
	overflow: hidden;
	    flex: 1 1 22%;
    min-width: 255px;
}

.frontpage .block .bundle-button .button:hover{
	background-color: #4AB489;
	transition: ease-in-out .5s;
}
.frontpage .block .bundle-button .button.eloket{
	background-image: url("eloket.png");
	background-repeat: no-repeat;
	background-position: 20px;

}
.frontpage .block .bundle-button .button.afspraak{
	background-image: url("afspraak.png");
	background-repeat: no-repeat;
	background-position: 20px;
}
.frontpage .block .bundle-button .button.sluikstort{
	background-image: url("stort.svg");
	background-repeat: no-repeat;
	background-position: 20px;
	background-size: 35px;
}
.frontpage .block .bundle-button .button.melden{
	background-image: url("melden.png");
	background-repeat: no-repeat;
	background-position: 20px;
}
.frontpage .block .bundle-button .button.activiteitenkalender{
	background-image: url("kalender.png");
	background-repeat: no-repeat;
	background-position: 20px;
}
.frontpage .block .bundle-button .button.nieuws{
	background-image: url("nieuws.png");
	background-repeat: no-repeat;
	background-position: 20px;
}
.frontpage .block .bundle-button .button.zaal{
	background-image: url("zaal.png");
	background-repeat: no-repeat;
	background-position: 20px;
}
.frontpage .bundle-button{
	text-align: center;
margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    max-width: 1114px;
}
.read-more::after{
	content: url("arrow.png");
	display: inline;
	margin-left: 20px;
	transition: ease-in-out .3s;
	position: absolute;
right: -20px;
}

.card:hover .read-more::after{
	content: url("arrow.png");
	display: inline;
	margin-left: 20px;
	transition: ease-in-out .3s;
	position: absolute;
right: 10px;
}
.card:hover .read-more{
padding-right: 29px;
	transition: ease-in-out .3s;
	background-color: #4AB489;
}

.read-more:active,
.read-more:focus,
.read-more:hover {
  background-color: #000;
  color: #fff
}

.button,
input[type=button] {
  background-color: #13445e;
  border: 1px solid #13445e;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.5;
  margin-right: .6em;
  padding: .75em 1em;
  text-align: center;
  text-decoration: none;
  transition: background-color .1s ease-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap
}

.button:hover,
input[type=button]:hover {
  background-color: #0a2534
}

.button:active,
.button:focus,
input[type=button]:active,
input[type=button]:focus {
  background-color: #06161e;
  color: #fff;
  outline: 0
}

#search-block-form input {
  border: 1px solid #444;
  border-radius: 5px;
  height: 50px;
  padding: 0 inherit;
  font-size: 18px;
}

header #search-block-form .button {
  background: #fff;
	position: absolute;
    top: 1px;
    right: 1px;
       margin: 0;
    color: black;
    width: 50px;
    padding-left: 40px;
    overflow: hidden;
    font-size: 0;
    background-image: url(zoek.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    opacity: 0.8;
    height: 48px;
	border: 0px;
}
.container-inline div, .container-inline label{

}
form {
  text-align: left
}

form input[type=submit] {
  margin-top: 2em
}

form .input,
form input[type=date],
form input[type=datetime-local],
form input[type=datetime],
form input[type=email],
form input[type=file],
form input[type=image],
form input[type=month],
form input[type=number],
form input[type=password],
form input[type=search],
form input[type=tel],
form input[type=text],
form input[type=time],
form input[type=url],
form select,
form textarea {
  border: 1px solid #444;
  border-bottom-width: 1px;
  border-radius: 0px;
  box-sizing: border-box;
  margin: 0 0 10px;
  max-width: 100%;
  padding: 12px
}

form .input:focus,
form input[type=date]:focus,
form input[type=datetime-local]:focus,
form input[type=datetime]:focus,
form input[type=email]:focus,
form input[type=file]:focus,
form input[type=image]:focus,
form input[type=month]:focus,
form input[type=number]:focus,
form input[type=password]:focus,
form input[type=search]:focus,
form input[type=tel]:focus,
form input[type=text]:focus,
form input[type=time]:focus,
form input[type=url]:focus,
form select:focus,
form textarea:focus {
  border-color: #101010 #101010 #091f2b;
  outline: 0
}

.form-item {
  min-height: 3.333em
}

fieldset {
  background: #f5f5f5;
  border: 0;
  margin: 0 2px;
  padding: 2.4em 1.2em 1.2em
}

fieldset legend {
  color: #000;
      font-size: 20px;
    font-weight: 700;
    position: relative;
    top: 2.2em;
    padding-bottom: 10px;
}

fieldset .form-item {
  min-height: auto
}

form#mailchimp-signup-subscribe-block-inschrijven-nieuwsbrief-form .mailchimp-newsletter-mergefields {
  margin-top: .8em
}

form#mailchimp-signup-subscribe-block-inschrijven-nieuwsbrief-form input[type=submit] {
  background: #7bc157;
  background: linear-gradient(to bottom,#7bc157 1%,#67ae43 100%);
  border-color: #f2f1f1;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7bc157', endColorstr='#67ae43', GradientType=0);
  margin: 0
}

input[type=range] {
  -webkit-appearance: none;
  margin: 15px 0;
  width: 100%
}

input[type=range]:focus {
  outline: 0
}

input[type=range]::-webkit-slider-runnable-track {
  animate: .2s;
  background: #fff;
  border: 1px solid #2f2f2f;
  border-radius: 4px;
  box-shadow: 0 0 0 #222,0 0 0 #2f2f2f;
  cursor: pointer;
  height: 25px;
  width: 100%
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: #13445e;
  border: 3px solid #fff;
  border-radius: 0;
  box-shadow: 1px 1px 1px #111,0 0 1px #1e1e1e;
  cursor: pointer;
  height: 30px;
  margin-top: -3.5px;
  width: 30px
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #fff
}

input[type=range]::-moz-range-track {
  animate: .2s;
  background: #fff;
  border: 1px solid #2f2f2f;
  border-radius: 4px;
  box-shadow: 0 0 0 #222,0 0 0 #2f2f2f;
  cursor: pointer;
  height: 25px;
  width: 100%
}

input[type=range]::-moz-range-thumb {
  background: #13445e;
  border: 3px solid #fff;
  border-radius: 0;
  box-shadow: 1px 1px 1px #111,0 0 1px #1e1e1e;
  cursor: pointer;
  height: 30px;
  width: 30px
}

input[type=range]::-ms-track {
  animate: .2s;
  background: 0 0;
  border-color: transparent;
  border-width: 30px 0;
  color: transparent;
  cursor: pointer;
  height: 25px;
  width: 100%
}

input[type=range]::-ms-fill-lower {
  background: #fff;
  border: 1px solid #2f2f2f;
  border-radius: 8px;
  box-shadow: 0 0 0 #222,0 0 0 #2f2f2f
}

input[type=range]::-ms-fill-upper {
  background: #fff;
  border: 1px solid #2f2f2f;
  border-radius: 8px;
  box-shadow: 0 0 0 #222,0 0 0 #2f2f2f
}

input[type=range]::-ms-thumb {
  background: #13445e;
  border: 3px solid #fff;
  border-radius: 0;
  box-shadow: 1px 1px 1px #111,0 0 1px #1e1e1e;
  cursor: pointer;
  height: 30px;
  width: 30px
}

input[type=range]:focus::-ms-fill-lower {
  background: #fff
}

input[type=range]:focus::-ms-fill-upper {
  background: #fff
}

.toolbar-icon-admin-toolbar-tools-help:before {
  background-image: url(file:///G|/E2e/Lievegem/kluisbergen.e2e.be/web/themes/custom/subtheme/favicon/mstile-70x70.png)
}

.bgc-main {
  background-color: #13445e
}

.bgc-grey {
  background-color: #f5f5f5
}

.bgc-dark {
  background-color: #fff
}

.bgc-beige {
  background: #cae5e7;
  color: #000;
	font-weight: bold;
	font-size: 110%;
}

.bgc-light,
.bgc-white {
  background: #fff
}

.bgc-red {
  background: #ff0004
}

.bgc-e2e {
  background: #e2e2e2
}

.bshadow {
  box-shadow: 0 0 8px 0 rgba(0,0,0,.05)
}

.br-reset {
  border: 0
}

.br-all {
  border: 1px solid #2f2f2f
}

.br-top-grey {
  border-top-color: #72c9e5
}

.br-top-main {
  border-top: 1px solid #13445e
}

.br-bottom-main {
  border-bottom-color: #13445e
}

.br-top-large {
  border-style: solid;
  border-top-width: .667em
}

.br-bottom-large {
  border-bottom-width: .667em;
  border-style: solid
}

.br-bottom-medium {
  border-bottom-width: .333em;
  border-style: solid
}

.br-light {
  border-color: #f5f5f5
}

.no-margin {
  margin: 0!important
}

h1,
h1.field_title,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
}
h1.field_title{
	font-size: 50px;
margin-top: 10px;
font-weight: 700;
color: #249fa6;
	position: relative;
	padding-bottom: 20px;
}
/*h1.field_title::before{
	content: "";
	display: block;
	height: 3px;
	width: 100px;
	background-color:#16b1a6; 
	bottom: 0;
position: absolute;
}*/
.block .bundle > .field-title {
    font-size: 30px;
    margin-top: 0;
    color: black;
    font-weight: 600;
}
body,
html {
  background: #fff;
  font-family: 'Roboto',sans-serif
}

a {
  background-color: transparent;
  color: #117379;
  -webkit-text-decoration-skip: objects;
	text-decoration: underline;
}

a:active,
a:focus,
a:hover {
  top: 0
}

.wrapper {
  position: inherit;
	max-width: 1600px;
}

.relative {
  position: relative
}

.iblock {
  display: inline-block
}

.bundle-gallery .gallery .large-thumbnail img.lazy-loaded,
.bundle-gallery .gallery .thumbnail img.lazy-loaded,
.large-thumbnail .lazy-loaded,
.medium-thumbnail .lazy-loaded {
  display: block
}

.message {
  border-radius: .2em;
  box-shadow: 0 -2px 0 rgba(0,0,0,.1) inset;
  margin: 1.333em 0;
  padding: 1.067em
}

.bundle-gallery .gallery {
  margin-left: 0;
  margin-right: 0
}

.bundle-gallery .gallery .large-thumbnail,
.bundle-gallery .gallery .thumbnail {
  margin: 0 10px 0 0;
  width: calc(20% - 10px)
}

.hidden {
  display: none!important
}

.slide.swiper-slide img.lazy-loaded {
  display: block
}

.block-socialicons {
  bottom: 0;
  display: inline-block;
  position: absolute;
  right: 0
}

.block-socialicons .social-icon:before {
  color: #fff;
  font-size: 24px
}

.social-icon {
  color: #b6b6b6;
  font-size: 0;
  margin: 0 5px
}

.social-icon:before {
  font-size: 36px
}

.wrapper.searchblock {
  max-width: 540px;
  position: absolute;
  top: 70px
}

.wrapper.searchblock:hover {
  max-width: 540px
}

.wrapper.searchblock #search-block-form {
  position: relative
}

.wrapper.searchblock #search-block-form .button {
  margin: 0;
  position: absolute;
  right: 0;
  top: 0
}

.glossary .index ul.menu>li {
  margin-right: 1px;
  display: inline-block;
	border-bottom: 0px;
	padding: 2px;
}

.glossary .index ul.menu>li a {
  background: #fff;
  color: #000;
  font-size: 1.133em;
  padding: .333em .4em;
	border: 1px solid #75b38b;
		
}

.glossary .index ul.menu>li a:hover, .glossary .index ul.menu>li a.active {
  background: #75b38b;
  color: #fff;
	border: 1px solid #75b38b;
}

.glossary .columns {
  column-count: 3;
  display: block;
  margin: 1.333em 0 0;
  width: 100%
}

.glossary .box,
.glossary .index {
  margin-bottom: 1.333em
}

.glossary .columns .box {
  break-inside: avoid
}

.glossary .box {
  background: #f7f7f7;
  padding: 1.067em
}

.glossary .box h3.node-title {
  margin: 0 0 .8em
}

.glossary .box h3.node-title a {
  color: #000;
text-decoration: none;
font-weight: 700;
}

.glossary .box a {
  color: #000;
	line-height: 140%;
}

ul.tabs>li a {
  border: 0
}

.field-date {
  font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
  font-weight: 600;
  position: relative;
  top: -1rem
}

.ipdc-group .content-header,
.view-solr-search-content .views-row .views-field-title {
  /*font-family: Convergence,Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif,sans-serif*/
}

.field-date * {
  display: inline
}

.field-link {
  margin: .533em 0 0
}

#Overview-Filter-Form {
  margin-bottom: 1.867em
}

#Overview-Filter-Form form>div {
  display: inline-block;
  margin: 0 10px 0 0;
  max-width: 250px;
  vertical-align: top
}

#Overview-Filter-Form form>div#dates-wrapper {
  max-width: 420px
}

#Overview-Filter-Form form>div#dates-wrapper .iblock:first-child {
  margin-right: 15px
}

#Overview-Filter-Form form>div input,
#Overview-Filter-Form form>div select {
  font-size: 15px;
  max-height: 50px;
  min-height: 50px;
  min-width: 250px
}

#Overview-Filter-Form form>div input[type=submit],
#Overview-Filter-Form form>div select[type=submit] {
  border: 1px solid #16b1a6;
  border-bottom-width: 1px;
  border-radius: 0px;
  margin-top: 0;
  min-width: 100px;
  text-transform: none
}

.bundle+.hours-table,
.bundle+.info-table,
.sidebar-right>article.block+.block {
  margin-top: 1.333em
}

#Overview-Filter-Form form>div input::-webkit-input-placeholder,
#Overview-Filter-Form form>div select::-webkit-input-placeholder {
  color: grey;
  opacity: 1
}

#Overview-Filter-Form form>div input::-moz-placeholder,
#Overview-Filter-Form form>div select::-moz-placeholder {
  color: grey;
  opacity: 1
}

#Overview-Filter-Form form>div input:-ms-input-placeholder,
#Overview-Filter-Form form>div select:-ms-input-placeholder {
  color: grey;
  opacity: 1
}

#Overview-Filter-Form form>div input:-moz-placeholder,
#Overview-Filter-Form form>div select:-moz-placeholder {
  color: grey;
  opacity: 1
}

.hours-table,
.info-table {
  margin-bottom: 1.867em
}

.hours-table .label.grid1,
.info-table .label.grid1 {
  margin-bottom: 0
}

.hours-table h3,
.info-table h3 {
  border-bottom: .1rem solid #2f2f2f;
  margin-bottom: .533em
}

.hours-table .col,
.hours-table .field-content,
.hours-table .label,
.info-table .col,
.info-table .field-content,
.info-table .label {
  display: inline-block;
  margin-bottom: 1.333em;
  vertical-align: top
}

.hours-table a,
.info-table a,
.map_link {
  display: block
}

.hours-table .col.label,
.hours-table .label,
.info-table .col.label,
.info-table .label {
  font-weight: 700;
  width: 20%
}

.hours-table .col,
.hours-table .field-content,
.info-table .col,
.info-table .field-content {
  width: 80%
}

@media only screen and (min-width:500px) and (max-width:1024px) {
  .hours-table .col.label,
  .hours-table .label,
  .info-table .col.label,
  .info-table .label {
    margin: 0;
    width: 100%
  }

  .hours-table .col,
  .hours-table .field-content,
  .info-table .col,
  .info-table .field-content {
    width: 100%
  }
}

.hours-table .field-item.pane,
.info-table .field-item.pane {
  padding-bottom: 0
}

.entity .hours-table,
.entity .info-table {
  background: #72c9e5;
  padding: 1.333em
}

.map_link {
  background: #4285f4;
  color: #fff;
  padding: 1.067em;
  text-align: right;
  text-decoration: none
}

.bundle-entity .icon,
.bundle-overview .overview .icon,
.entity .icon,
fieldset.hours legend,
fieldset.info legend {
  display: none
}

.map_link:hover {
  background: #1266f1
}

aside.pane .gallery {
  margin: 0
}

aside.pane .gallery+aside {
  margin-top: 1.333em
}

aside.pane aside.sidebar-right .bundle-entity {
  border-radius: 5px
}

fieldset.hours,
fieldset.info {
  background: #f5f5f5;
  border-color: #dcdcdc
}

.bundle-entity .wrapper,
.bundle-overview .overview .wrapper,
.entity .wrapper {
  margin: 0;
  padding: 0
}

.bundle-entity .label,
.bundle-overview .overview .label,
.entity .label {
  /*color: #13445e;*/
  font-weight: 700
}

.bundle-entity .field-hours-days,
.bundle-entity>.field-content,
.bundle-overview .overview .field-hours-days,
.bundle-overview .overview>.field-content,
.entity .field-hours-days,
.entity>.field-content {
  margin-bottom: .8em
}

.bundle-entity .field-hours-days .col.label,
.bundle-overview .overview .field-hours-days .col.label,
.entity .field-hours-days .col.label {
  display: inline-block
}

.bundle-entity .field-hours-days .hourgroup,
.bundle-overview .overview .field-hours-days .hourgroup,
.entity .field-hours-days .hourgroup {
  font-size: 14px;
  margin-bottom: 1.333em;
  width: 100%
}

.bundle-entity .field-hours-days .hourgroup .hours,
.bundle-overview .overview .field-hours-days .hourgroup .hours,
.entity .field-hours-days .hourgroup .hours {
  display: inline-block;
  margin-right: .533em
}

.bundle-entity .field-hours-days .hourgroup .hours .note,
.bundle-overview .overview .field-hours-days .hourgroup .hours .note,
.entity .field-hours-days .hourgroup .hours .note {
  margin-left: .533em
}

.bundle-entity .field-hours-days .hourgroup .hours+.hours *,
.bundle-overview .overview .field-hours-days .hourgroup .hours+.hours *,
.entity .field-hours-days .hourgroup .hours+.hours * {
  display: inline
}

.bundle-entity .field-hours-days .hourgroup .hours+.hours:before,
.bundle-overview .overview .field-hours-days .hourgroup .hours+.hours:before,
.entity .field-hours-days .hourgroup .hours+.hours:before {
  content: "|";
  display: inline;
  margin-right: .533em
}

.bundle-entity .field-hours-days .hourgroup .label.day,
.bundle-overview .overview .field-hours-days .hourgroup .label.day,
.entity .field-hours-days .hourgroup .label.day {
  color: #000;
  display: inline-block;
  font-weight: 400;
  margin: 0;
  width: 85px
}

.bundle-entity .field-hours-days .hourgroup .hours label,
.bundle-overview .overview .field-hours-days .hourgroup .hours label,
.entity .field-hours-days .hourgroup .hours label {
  margin: 0
}

.bundle-entity .field-hours-days .hourgroup+.hourgroup,
.bundle-overview .overview .field-hours-days .hourgroup+.hourgroup,
.entity .field-hours-days .hourgroup+.hourgroup {
  margin-top: -1.333em
}

.bundle-entity .field-hours-days .status,
.bundle-overview .overview .field-hours-days .status,
.entity .field-hours-days .status {
      background-color: #16b1a6;
    border: 1px solid #16b1a6;
    border-radius: 0;
    color: #fff;
    cursor: default;
    display: none;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.5;
    margin-right: .6em;
    margin-top: .533em;
    padding: .75em 1em;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    transition: background-color .1s ease-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    font-weight: 400;
    margin: 10px 10px 0 0;
    float: none;
}
.grid11 strong a{
	color: black;
}
.bundle-entity .teaser-content header h3,
.bundle-overview .overview .teaser-content header h3,
.entity .teaser-content header h3,
.sidebar-right fieldset.info .field-item strong {
  display: none
}

.block .contact-info .label,
.ipdc-group .content-header,
.label.pane {
  color: #13445e;
  font-weight: 700
}

.bundle-entity .field-hours-days .status.green,
.bundle-overview .overview .field-hours-days .status.green,
.entity .field-hours-days .status.green {
  background-color: #2ecc40;
  border: #25a233;
  color: #fff
}

.bundle-entity .field-hours-days .status.green:hover,
.bundle-overview .overview .field-hours-days .status.green:hover,
.entity .field-hours-days .status.green:hover {
  background-color: #25a233
}

.bundle-entity .field-hours-days .status.green:active,
.bundle-entity .field-hours-days .status.green:focus,
.bundle-overview .overview .field-hours-days .status.green:active,
.bundle-overview .overview .field-hours-days .status.green:focus,
.entity .field-hours-days .status.green:active,
.entity .field-hours-days .status.green:focus {
  background-color: #208e2c;
  outline: 0
}

.bundle-entity .field-hours-days .status.red,
.bundle-overview .overview .field-hours-days .status.red,
.entity .field-hours-days .status.red {
  background-color: #ff4136;
  border: #ff1103;
  color: #fff
}

.bundle-entity .field-hours-days .status.red:hover,
.bundle-overview .overview .field-hours-days .status.red:hover,
.entity .field-hours-days .status.red:hover {
  background-color: #ff1103
}

.bundle-entity .field-hours-days .status.red:active,
.bundle-entity .field-hours-days .status.red:focus,
.bundle-overview .overview .field-hours-days .status.red:active,
.bundle-overview .overview .field-hours-days .status.red:focus,
.entity .field-hours-days .status.red:active,
.entity .field-hours-days .status.red:focus {
  background-color: #e80d00;
  outline: 0
}

.bundle-entity .field-hours-days .status:hover,
.bundle-overview .overview .field-hours-days .status:hover,
.entity .field-hours-days .status:hover {
  background-color: #0a2534
}

.bundle-entity .field-hours-days .status:active,
.bundle-entity .field-hours-days .status:focus,
.bundle-overview .overview .field-hours-days .status:active,
.bundle-overview .overview .field-hours-days .status:focus,
.entity .field-hours-days .status:active,
.entity .field-hours-days .status:focus {
  background-color: #06161e;
  color: #fff;
  outline: 0
}

.bundle-entity .teaser-content header+.teaser-content,
.bundle-overview .overview .teaser-content header+.teaser-content,
.entity .teaser-content header+.teaser-content {
  margin: 0 0 .533em;
  padding: 0!important
}

.sidebar-right fieldset.info .grid1 {
  width: 20%
}

.sidebar-right fieldset.info .grid11 {
  width: 80%
}

.sidebar-right .gallery a {
  width: 100%
}

.map {
  margin: 1.333em 0
}

.block .contact-info {
  margin: 1.333em 0 0
}

.block .contact-info h3 {
  margin: 0
}

.block .contact-info .field {
  border-bottom: 1px dashed #e8e8e8
}

.block .contact-info .label {
  display: inline-block;
  font-size: 105%;
  margin-top: .533em
}

.block .contact-info .field-item {
  margin-top: .533em
}

.block .contact-info .field-content a {
  display: inline-block;
  margin: 0;
  width: 100%
}

.field-name-field-phone .field-content span,
.ipdc-group.ipdc-theme a,
.spanBlock span {
  display: block
}

.block .contact-info .field-content a+a {
  margin: 0
}

.event .bundle+.field,
article.product header+.bundle-button {
  margin-top: 1.333em
}

.bundle-button+.ipdc-group {
  padding-top: 1.333em
}

.ipdc-group .content-header {
  font-size: 1.4em;
	color: black;
}

.ipdc-group th {
  display: none
}

.menu-showmore a {
  text-decoration: underline!important
}

.content-main ul {
  list-style: disc
}

.content-main ul li {
  line-height: 1.6em
}

.field-address span,
.field-item time.datetime {
  display: block
}

.field-address span.title {
  font-weight: 500
}

.field-address+.field {
  margin-top: .8em
}

.hide-title .field-title {
  display: none
}

.asideblock {
  margin: 0 0 1.333em
}

.view-solr-search-content .view-content {
  padding: 0 17px
}

.view-solr-search-content .views-row {
  box-shadow: 0 0 2px rgba(0,0,0,.2);
  margin-bottom: 1.333em;
  padding: 1.067em
}

.view-solr-search-content .views-row .views-field-title {
  color: #13445e;
  font-size: 26px;
  font-weight: 600
}

.view-solr-search-content .views-row h1 {
  margin: 0;
  padding: 0
}

.view-solr-search-content .views-row .node-type {
  color: #000;
  font-weight: 600;
  position: absolute;
  right: 1.333em
}

.block.block-subtheme-content {
  margin: 0 auto;
  max-width: 1260px;
  min-width: 300px;
  padding: 0 1em;
  position: relative
}
.frontpage .block.block-subtheme-content {
  margin: 0 auto;
  max-width: 100%;
  min-width: 300px;
  padding: 0;
  position: relative
}

.block.block-subtheme-content .view-header {
  padding: 0 17px
}

.block.block-subtheme-content .views-exposed-form {
  padding: 17px
}

.block.block-subtheme-content .views-exposed-form .form-item {
  display: inline-block
}

#main-menu>a,
.block.block-subtheme-content .search-help-link,
.block.block-subtheme-content .views-exposed-form #edit-advanced #edit-lang-fieldset {
  display: none
}

.block.block-subtheme-content .views-exposed-form input[type=submit] {
  border-radius: 5px;
  margin: -2px 0 0 .8em;
  min-height: 55px
}

.block.block-subtheme-content .views-exposed-form #edit-advanced {
  background: #f5f5f5;
  padding: 1.333em
}

.block.block-subtheme-content .views-exposed-form #edit-advanced fieldset {
  margin: 1.333em
}

.block.block-subtheme-content .views-exposed-form #edit-advanced fieldset legend {
  padding: 0 1.067em
}

.block.block-subtheme-content .views-exposed-form #edit-advanced fieldset .form-item {
  margin-bottom: 0;
  margin-right: 1.333em
}

.block.block-subtheme-content .views-exposed-form #edit-advanced fieldset fieldset {
  margin: 0
}

.block.block-subtheme-content .views-exposed-form+h2,
.block.block-subtheme-content .views-exposed-form+h3 {
  margin: 0 auto;
  max-width: 1260px;
  min-width: 300px;
  padding: 0 17px 1.067em;
  position: relative
}

main ul li {
  line-height: 1
}

#main-menu a {
  color: #13445e;
  font-family: 'Roboto',sans-serif;
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 3em;
  padding: 0 1.5em;
  text-decoration: none
}

.frontpage section.overview-menu,
section.overview-menu {
  border: 0;
  padding: 75px 0
}

#main-menu a.active,
#main-menu a:active,
#main-menu a:focus,
#main-menu a:hover {
  background: rgba(19,68,94,.1);
  color: #0a2534
}

#main-menu>a {
  color: teal
}

@media 60em {
  #main-menu>ul>li {
    border-color: #5f5f5f;
    border-style: solid;
    border-width: 0 1px
  }

  #main-menu>ul>li+li {
    border-left-width: 0
  }
}

@media only screen and (max-width:40em) {
  tr {
    border-width: 1px
  }

  th {
    /*display: none*/
  }

  td {
    display: table-cell!important;
    margin: .6em 1.2em;
    padding: .6em .933em
  }

  td:first-child {
    padding-top: .6em
  }

  td:last-child {
    padding-bottom: .6em
  }

  td:before {
    content: none;
    display: inline-block;
    font-weight: 700;
    width: 6.5em
  }

  #main-menu>a.menutoggle {
    display: block
  }

  #main-menu>a {
    border-color: #5f5f5f;
    border-style: solid;
    border-width: 0 1px;
    display: inline-block
  }
}

.table-menu>ul.menu {
  display: table;
  width: 100%
}

.table-menu>ul.menu>li {
  display: table-cell
}

.frontpage section.overview-menu .menu-columns-3 {
  background: 0 0;
  border: 0;
  margin: 0
}

section.overview-menu #main-menu ul.inline-menu>li,
section.overview-menu #main-menu ul.menu>li,
section.overview-menu div.menu-columns-3 ul.inline-menu>li,
section.overview-menu div.menu-columns-3 ul.menu>li {
  display: inline-block;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 0 20px;
  vertical-align: top;
  width: calc(33% - 40px)
}

section.overview-menu #main-menu ul.inline-menu>li p,
section.overview-menu #main-menu ul.menu>li p,
section.overview-menu div.menu-columns-3 ul.inline-menu>li p,
section.overview-menu div.menu-columns-3 ul.menu>li p {
  color: #454545;
  display: inline-block;
  font-family: 'Roboto',sans-serif;
  font-size: 16px;
  font-weight: 500
}

section.overview-menu #main-menu ul.inline-menu>li p:hover,
section.overview-menu #main-menu ul.menu>li p:hover,
section.overview-menu div.menu-columns-3 ul.inline-menu>li p:hover,
section.overview-menu div.menu-columns-3 ul.menu>li p:hover {
  background: 0 0;
  color: #13445e
}

section.overview-menu #main-menu ul.inline-menu>li a,
section.overview-menu #main-menu ul.menu>li a,
section.overview-menu div.menu-columns-3 ul.inline-menu>li a,
section.overview-menu div.menu-columns-3 ul.menu>li a {
  color: #13445e;
  display: inline-block;
  font-family: Convergence,Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif,sans-serif;
  font-size: 23px;
  margin: 0;
  padding: 0;
  width: 100%
}

section.overview-menu #main-menu ul.inline-menu>li a.active,
section.overview-menu #main-menu ul.inline-menu>li a.is-active,
section.overview-menu #main-menu ul.inline-menu>li a:active,
section.overview-menu #main-menu ul.inline-menu>li a:focus,
section.overview-menu #main-menu ul.inline-menu>li a:hover,
section.overview-menu #main-menu ul.menu>li a.active,
section.overview-menu #main-menu ul.menu>li a.is-active,
section.overview-menu #main-menu ul.menu>li a:active,
section.overview-menu #main-menu ul.menu>li a:focus,
section.overview-menu #main-menu ul.menu>li a:hover,


section.overview-menu div.menu-columns-3 ul.inline-menu>li a.active,
section.overview-menu div.menu-columns-3 ul.inline-menu>li a.is-active,
section.overview-menu div.menu-columns-3 ul.inline-menu>li a:active,
section.overview-menu div.menu-columns-3 ul.inline-menu>li a:focus,
section.overview-menu div.menu-columns-3 ul.inline-menu>li a:hover,
section.overview-menu div.menu-columns-3 ul.menu>li a.active,
section.overview-menu div.menu-columns-3 ul.menu>li a.is-active,
section.overview-menu div.menu-columns-3 ul.menu>li a:active,
section.overview-menu div.menu-columns-3 ul.menu>li a:focus,
section.overview-menu div.menu-columns-3 ul.menu>li a:hover {
  color: #0a2534;
  text-decoration: underline
}

.bundle-overview .overview article header a,
.teaser header a {
  text-decoration: none
}

section.overview-menu #main-menu ul.inline-menu>li>.menu>li,
section.overview-menu #main-menu ul.menu>li>.menu>li,
section.overview-menu div.menu-columns-3 ul.inline-menu>li>.menu>li,
section.overview-menu div.menu-columns-3 ul.menu>li>.menu>li {
  display: inline;
  padding: 0;
  width: auto
}

section.overview-menu #main-menu ul.inline-menu>li>.menu>li a,
section.overview-menu #main-menu ul.menu>li>.menu>li a,
section.overview-menu div.menu-columns-3 ul.inline-menu>li>.menu>li a,
section.overview-menu div.menu-columns-3 ul.menu>li>.menu>li a {
  color: #454545;
  display: inline;
  font-family: 'Roboto',sans-serif;
  font-size: 16px;
  font-weight: 500
}

section.overview-menu #main-menu ul.inline-menu>li>.menu>li a:hover,
section.overview-menu #main-menu ul.menu>li>.menu>li a:hover,
section.overview-menu div.menu-columns-3 ul.inline-menu>li>.menu>li a:hover,
section.overview-menu div.menu-columns-3 ul.menu>li>.menu>li a:hover {
  background: 0 0;
  color: #13445e
}

section.overview-menu #main-menu ul.inline-menu>li>.menu>li:after,
section.overview-menu #main-menu ul.menu>li>.menu>li:after,
section.overview-menu div.menu-columns-3 ul.inline-menu>li>.menu>li:after,
section.overview-menu div.menu-columns-3 ul.menu>li>.menu>li:after {
  content: " | ";
  display: inline-block;
  padding: 0 10px
}

section.overview-menu #main-menu ul.inline-menu>li>.menu>li.menu-showmore:after,
section.overview-menu #main-menu ul.inline-menu>li>.menu>li:last-child:after,
section.overview-menu #main-menu ul.menu>li>.menu>li.menu-showmore:after,
section.overview-menu #main-menu ul.menu>li>.menu>li:last-child:after,
section.overview-menu div.menu-columns-3 ul.inline-menu>li>.menu>li.menu-showmore:after,
section.overview-menu div.menu-columns-3 ul.inline-menu>li>.menu>li:last-child:after,
section.overview-menu div.menu-columns-3 ul.menu>li>.menu>li.menu-showmore:after,
section.overview-menu div.menu-columns-3 ul.menu>li>.menu>li:last-child:after {
  display: none
}

.wrapper-breadcrumb {
  border-bottom: 1px solid #c8c8c8
}

nav.breadcrumb ol li {
  background: 0 0;
  margin: 0 5px 0 0;
  padding: 0;
	font-size: 14px;
	color: black;
}

nav.breadcrumb ol li a {
  text-decoration-color: #16b1a6;
	color: #000;
font-weight: 600;
padding: 0;
font-size: 14px;
	/*text-decoration: underline;*/
}
nav.breadcrumb{
	margin: 0 2.5%;
}
nav.breadcrumb ol li a:after {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAJCAYAAAD6reaeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEMzAxREQ3NTIzNzQxMUU4OTBCRUNFMzlGRDZFOTVFMCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEMzAxREQ3NjIzNzQxMUU4OTBCRUNFMzlGRDZFOTVFMCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQzMDFERDczMjM3NDExRTg5MEJFQ0UzOUZENkU5NUUwIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQzMDFERDc0MjM3NDExRTg5MEJFQ0UzOUZENkU5NUUwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+6cqWFAAAAFpJREFUeNpiEHaJOwDEiv///2eAYSYGBgZ7ID4g4hqvyAAFTFBaDiqhBOIwArX+Z0CAR0DsyMSACkA6FqILPgTiOGTBB0Ds8Gb3wvssaAIPYbbvRRYAAYAAAwAtZCBvFGNUugAAAABJRU5ErkJggg==);
  content: "";
  display: inline-block;
  height: 9px;
  margin: 0 5px 0 10px;
  width: 5px
}

aside .bundle-entity .field-hours-days .closing-days,
nav.breadcrumb ol li:last-child a:after,
section.bundle-overview .overview .field-hours-days .closing-days {
  display: none
}

.bundle-overview .overview article header {
  overflow: hidden
}

.bundle-overview .overview article header h1 {
  font-size: 1.8rem;
  margin: 0 0 1.5rem
}

section.bundle-overview .overview figure {
  margin: 0 0 1.333em
}

section.bundle-overview .overview .pane a {
  color: #000;
	position: relative;
}

section.bundle-overview .overview .pane a.read-more {
  color: #fff;
  display: inline-block;
  margin: .533em 0
}
section.bundle-overview .overview .card .grid11{
	width: auto;
}
section.bundle-overview .overview.view-mode-teaser-large figure {
  margin: 0
}

section.bundle-overview .overview.view-mode-teaser-large .teaser-content {
  /*background: #f5f5f5;
  padding: 1.067em*/
}

section.bundle-overview .overview.view-mode-teaser-large .node-person-large .pane.grid7 {
  padding-left: 0
}

section.bundle-overview .overview.view-mode-teaser figure+.teaser-content {
  border-top: 0
}

section.bundle-overview .overview.view-mode-teaser h3,
section.bundle-overview .overview.view-mode-teaser-small h3 {
  margin: 0 0 .533em
}

section.bundle-overview .overview.view-mode-thumbnail figure {
  margin: 0
}

section.bundle-overview .overview.view-mode-links ul.menu.list li {
  border-bottom: 1px solid #e6e6e6;
  border-left: 0;
  border-right: 0
}

section.bundle-overview .overview.view-mode-links ul.menu.list li a {
  padding: .533em;
  transition: all .4s
}

section.bundle-overview .overview.view-mode-links ul.menu.list li a:hover {
  background: #16b1a6;
  color: #fff
}

section.bundle-overview .overview.view-mode-links ul.menu.list li+li {
  border-top: 0
}

.teaser header {
  overflow: hidden
}

.teaser header h1 {
  font-size: 1.8rem;
  margin: 0 0 1.5rem
}

.teaser.event-teaser .pane {
  padding-bottom: 0
}
.masonry-grid.gt-4 .masonry-item.pane {
    width: calc(25% - 20px);
    margin-right: 20px;
}
.view-mode-thumbnail .masonry-item #node article {
  background: #5eb2df;
  padding: 1.067em 0;
  text-align: center
}

.view-mode-thumbnail .masonry-item #node article header h1 {
  font-size: .867em;
  margin: 0
}

.view-mode-thumbnail .masonry-item #node article img.lazy {
  margin: 0 auto
}

.view-mode-thumbnail .masonry-item #node .pane.grid2 {
  margin: 0 auto 1.067em;
  width: 100%
}

.view-mode-thumbnail .masonry-item #node .pane.grid10 {
  width: 100%
}

.view-mode-teaser-small .masonry-item #node article {
  border: 0;
  border: 5px solid #2f2f2f;
  border-radius: 5px;
  overflow: hidden;
  padding: 0
}

.view-mode-teaser-small .masonry-item #node article header h1 {
  margin: 0
}

.view-mode-teaser-small .masonry-item #node article img.lazy {
  min-width: 100%;
  transition: all .2s
}

.view-mode-teaser-small .masonry-item #node article .absolute.bottom {
  padding: 0 1.067em 1.067em
}

.view-mode-teaser-small .masonry-item #node article .absolute.bottom h1.field_title {
  color: #fff;
  font-family: Convergence,Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif,sans-serif;
  font-size: 35px;
  font-weight: 600;
  margin: 0 0 10px
}

.view-mode-teaser-small .masonry-item #node article .absolute.bottom .content-multilingual {
  border-left: 5px solid #13445e;
  display: block;
  padding-left: 20px
}

.view-mode-teaser-small .masonry-item #node article .absolute.bottom .content-multilingual h1.field_title {
  font-family: 'Roboto',sans-serif;
  font-size: 16px;
  font-weight: 200;
  margin: 0;
  padding: 2px 0
}

.view-mode-teaser-small .masonry-item #node article .teaser_holder>a {
  display: block;
  position: inherit
}

.view-mode-teaser-small .masonry-item #node article:hover img {
  transform: scale(1.05)
}

.view-mode-teaser-small .masonry-item #node .pane.grid2 {
  margin: 0 auto 1.067em;
  width: 100%
}

.view-mode-teaser-small .masonry-item #node .pane.grid10 {
  width: 100%
}

#innerbottom .block .thumbnail {
  padding: 0;
  width: 100%
}

.overview .pane.masonry-item .block {
  background-color: #f5f5f5;
  margin: 0;
  padding: 0
}

.overview .pane.masonry-item .block a {
  color: #454545
}

.overview .pane.masonry-item .block .block-content {
  font-family: 'Roboto',sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 30px;
  padding: 0 1.333em 1.067em
}

.overview .pane.masonry-item .block .block-content h3 {
  color: #000;
  font-family: Convergence,Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif,sans-serif;
  font-size: 26px;
  font-weight: 400
}

body {
  font-family: 'Roboto',sans-serif;
  margin: 0;
	font-size: 18px;
	font-weight: 300;
}

body>main {
  margin-top: 0
}

.slide.swiper-slide img.lazy {
  opacity: 1
}

main {
  padding: 1.333em 0
}

body>.kint {
  padding-top: 3.5em
}

#toolbar-administration {
  z-index: 9999
}

#drupal-live-announce,
.visually-hidden {
  display: none
}

.adminimal .toolbar .toolbar-menu {
  background: #fff!important
}
.pane.grid8.pd-small{
	text-align: right;
	margin-top: 22px;
}
header .pane.grid8.pd-small{
	float: right;
	margin-top: 48px;
}
.dp-grid-item.search {
    max-width: 350px;
    display: inline-block;
    width: 100%;
    margin-top: -2px;
    margin-right: 20px;
}
header.bgc-dark {
    height: 125px;
    padding: 0 2.571em;
    position: relative;
	margin-top: 43px;
}
header.bgc-dark.more-height {
    height: 155px;
    padding: 0 2.571em;
    position: relative;
}
header.bgc-dark.more-height .pane.grid8.pd-small {
    text-align: right;
    margin-top: 55px;
}
.block-taalkeuze{
	display: inline-block
}
#logo {
    color: #00aac6;
    transition: opacity .2s ease-in-out;
    background-color: transparent;
    padding-top: 0;
	max-width: 155px;
	margin-top: 20px;
}
header .grid4 {
    width: auto;
}
header .grid8 {
    width: calc(100% - 215px);
}
.language-switcher-language-url  li{
	display: inline-block;
	padding: 0 10px;
}
.language-switcher-language-url  li a{
	font-size: 18px;
	text-transform: uppercase;
	color: black;
}
.language-switcher-language-url  li a.is-active{
	font-weight: bold;
	text-decoration: underline;
}
.bgc-grey.br-all{
	background-color: #fff;
	border: 0px solid;
	width: 100%;
	float: left;
}
.frontpage #menu-bar .level-1.first{
	padding: 35px 40px;
	margin: 1%;
	width: calc(31% - 80px);
	float: left;
	border: 1px solid #4AB489;
	border-radius: 15px;
	overflow: hidden;
	background-image: url(corner.svg);
	background-position: 100% 101%;
	background-repeat: no-repeat;
	background-size: 60px;
}
.frontpage #menu-bar .menu-level-0{
	display: flex;
	flex-wrap: wrap;
}
.frontpage #menu-bar .level-1.first > a{
	color: black;
	font-size: 26px;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
}
#search-block-form{
	position: relative;
}
.frontpage .dropdown{
	display: block;
}
.dropdown{
	display: none;
}
.menu .show-more{
	display: none;
}
.frontpage #menu-bar {
	margin-top: 30px;
}
.frontpage #menu-bar .dropdown .menu-level-1 li:nth-of-type(1n+6){
	 display: none;
}
.frontpage #menu-bar .dropdown .menu-level-1 li a::after{
	content: "  |  ";
	color: #16b1a6;
	font-weight: 700;
	display: inline-block;
	margin: 0 10px;
}
.frontpage #menu-bar .level-1.first:hover{
-webkit-box-shadow: 0px 0px 0px 3px rgba(74,180,137,1);
-moz-box-shadow: 0px 0px 0px 3px rgba(74,180,137,1);
box-shadow: 0px 0px 0px 3px rgba(74,180,137,1);
	transition: ease-in-out .3s;
}
.frontpage #menu-bar .level-1.first{
	transition: ease-in-out .3s;
}
.frontpage #menu-bar .dropdown .menu-level-1 li a{
	font-size: 18px;
	color: black;
	display: inline;
}
.frontpage #menu-bar .dropdown .menu-level-1 li a:hover{
	text-decoration: underline;
}
.frontpage #menu-bar .dropdown .menu-level-1 li:last-child a::after, .frontpage #menu-bar .dropdown .menu-level-1 li:nth-of-type(1n+5) a::after{
	content: none;
}
.frontpage #menu-bar .dropdown .menu-level-1 li{
	display: inline;
}
.frontpage #menu-bar .dropdown{
	margin: 10px auto;
}
.frontpage #menu-bar .level-1.first > a.show-more{
	display: block;
	font-size: 18px;
	font-weight: 700;
	text-decoration: underline;
	color: #000;
	font-family: 'Roboto', sans-serif;
}
.frontpage #menu-bar .level-1.first > a.show-more:hover{
	text-decoration: none;
	color: #000;
}
.extra-eloket{
	display: inline-block;
	margin-right: 20px;
}
.extra-button a, .extra-eloket a{
	color: black;
    text-decoration: none;
    padding: 8px 20px 8px;
    border: 1px solid #16b1a6;
    border-radius: 5px;
	transition: ease-in-out .3s;
}
.extra-button a:hover, .extra-button a:focus, .extra-eloket a:hover, .extra-eloket a:focus{
	color: white;
    text-decoration: none;
    padding: 8px 20px 8px;
    border: 1px solid #16b1a6;
    border-radius: 5px;
	background-color: #16b1a6;
	transition: ease-in-out .3s;
}
.extra-button{
	display: inline-block
}
.frontpage .block.block-subtheme-content .grid8{
	padding: 11px 40px 40px;
	background-color: #f7f7f7;
}
.frontpage  .block .bundle > .field-title {
    font-size: 45px;
margin-top: 0;
font-weight: 600;
color: black;
	font-family: 'Montserrat', sans-serif;
}
.frontpage  .block .bundle-button .field-title {
	float: left;	
}
.button, input[type="button"] {
    background-color: #249fa6;
    border: 1px solid #249fa6;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.5;
    margin-right: .6em;
	margin-bottom: .6em;
    padding: .75em 1em;
    text-align: center;
    text-decoration: none;
    transition: background-color .1s ease-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    text-transform: none;
}
/*.frontpage  .block .bundle-button .button{
	float: right;
}*/
.gt-large {
    margin-left: 0;
    margin-right: 0;
}
.frontpage .overview.view-mode-teaser .gt-large{
	margin-left: 0;
margin-right: -20px;
width: calc(100% + 20px);
	display: flex;
	flex-wrap: wrap;
}
.masonry-grid .masonry-item.pane{
	padding: 0;
	margin-bottom: 20px;
}
.masonry-grid{
	display: flex;
	flex-wrap: wrap;
}
/*----------------------------------
------------------------------------
teasers
------------------------------------
----------------------------------*/

.masonry-grid .masonry-item.pane .card{
	background-color: white;
	padding: 10px;
	margin-right: 20px;
	height: calc(100% - 20px);	
transition: ease-in-out .3s;
border: 1px solid #fff;

}
.masonry-grid .masonry-item.pane .card.teaser-medium{
	overflow: hidden;
}
.masonry-grid .masonry-item.pane .card:hover{
	/*-webkit-transform: scale(1.01);
transform: scale(1.01);*/
	-webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.33);
-moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.33);
box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.33);
	transition: ease-in-out .3s;
	border: 1px solid #fff;
}
.masonry-grid .masonry-item.pane .card.teaser-medium:hover{
	-webkit-transform: none;
transform: none;
	-webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.33);
-moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.33);
box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.33);
	transition: ease-in-out .3s;
	border: 1px solid #fff;
}
.masonry-grid .masonry-item.pane .card:focus-within{
	-webkit-box-shadow: 0px 0px 0px 3px rgba(74,180,137,1);
-moz-box-shadow: 0px 0px 0px 3px rgba(74,180,137,1);
box-shadow: 0px 0px 0px 3px rgba(74,180,137,1);
}
.pager ul.menu {
    background-color: transparent;
    text-align: center;
    margin-top: 40px;
}
.pager ul.menu li a {
    font-weight: 600;
    color: black;
	padding: 10px 16px;
	
}
.pager ul.menu li a.active, .pager ul.menu li a:hover{
	-webkit-box-shadow: 0px 0px 0px 1px rgba(74,180,137,1);
-moz-box-shadow: 0px 0px 0px 1px rgba(74,180,137,1);
box-shadow: 0px 0px 0px 1px rgba(74,180,137,1);
}
.masonry-grid .masonry-item.pane .card.teaser-thumbnail {
    background-color: white;
    padding: 10px;
    margin-right: 20px;
    height: auto;
    transition: ease-in-out .3s;
    border: 1px solid #e6e6e6;
    overflow: hidden;
    position: relative;
}

.masonry-grid .masonry-item.pane .card.teaser-thumbnail .thumb-title {
    position: absolute;
    left: 0;
    right: 0;
    padding: 10px 20px;
    background-color: white;
    bottom: -150px;
	transition: ease-in-out .3s;
}
.masonry-grid .masonry-item.pane .card.teaser-thumbnail:hover .thumb-title {
    bottom: 0px;
	transition: ease-in-out .3s;
}
.masonry-grid .masonry-item.pane .card.teaser-medium:hover{

}
.masonry-grid .masonry-item.pane .card.teaser-small:hover, .masonry-grid .masonry-item.pane .card.teaser-thumbnail:hover{
	-webkit-transform: none;
transform: none;
-webkit-box-shadow: 0px 0px 0px 3px rgba(74,180,137,1);
-moz-box-shadow: 0px 0px 0px 3px rgba(74,180,137,1);
box-shadow: 0px 0px 0px 3px rgba(74,180,137,1);
	transition: ease-in-out .3s;
	border: 1px solid #fff;
}
.masonry-grid .masonry-item.pane .card figure{
	background-color: transparent;

}
.masonry-grid .masonry-item.pane .card .teaser-content{
	border: 0px solid;
	padding: .8em .3em;
	font-size: 18px;
	color: black;
	margin-bottom: 50px;
}
.masonry-grid .masonry-item.pane .card.entity .teaser-content .hourgroup{
	font-size: 16px !important;
}
.masonry-grid .masonry-item.pane .card.teaser-medium .teaser-content{
	border: 0px solid;
    padding: .8em;
    font-size: 16px;
    color: black;
    margin-bottom: 50px;
    bottom: -73px;
    position: relative;
    margin-top: -78px;
	z-index: 9;
	background-color: white;
	transition: ease-in-out .3s;
}
.masonry-grid .masonry-item.pane .card.teaser-small .teaser-content {
    border: 0px solid;
    padding: .8em;
    font-size: 16px;
    color: black;
    margin-bottom: 0;
}
.masonry-grid .masonry-item.pane .card.teaser-small h3{
	margin: .333em .533em;
}
.masonry-grid .masonry-item.pane .card.teaser-medium .teaser-content .read-more{
	position: relative;
    bottom: -100px;
}
.masonry-grid .masonry-item.pane .card.teaser-medium:hover .teaser-content .read-more{
	position: relative;
    bottom: 0px;
	transition: ease-in-out .3s;
}
.masonry-grid .masonry-item.pane .card.teaser-medium .teaserdate {
    color: #16b1a6;
    font-size: 14px;
    margin-bottom: 1em;
}
.masonry-grid .masonry-item.pane .card.teaser-medium:hover .teaser-content{
	border: 0px solid;
    padding: .8em;
    font-size: 16px;
    color: black;
    margin-bottom: 50px;
    bottom: 0px;
    position: relative;
    margin-top: -80px;
	z-index: 9;
	transition: ease-in-out .3s;
}
.masonry-grid .masonry-item.pane .card .teaserdate{
	color: #999;
	font-size: 15px;
	    margin-bottom: .533em;
	font-style: italic;
}
.masonry-grid .masonry-item.pane .card.teaser-small .teaserdate{
	padding-left: 17px;
}
.masonry-grid .masonry-item.pane .card .teaserdate strong{
	font-weight: 400;
}
.masonry-grid .masonry-item.pane .card h3 a{
	color: black;
	font-family: 'Roboto',sans-serif;
	font-size: 28px;
	text-decoration: none;
}
.masonry-grid .masonry-item.pane .card h3, .card.entity h3{
	margin-top: .333em;
	color: black;
	font-family: 'Roboto',sans-serif;
	font-size: 28px;
}
.frontpage .sidebar-right .block{
	padding: 40px 40px 40px;
background-color: #e7e7e7;
	margin-bottom: 30px;
}
.frontpage .sidebar-right .block:first-child{
	background-color: #f3edeb;
}
.frontpage .sidebar-right .block:first-child .field-title{
	margin-bottom: 0px;
	font-family: 'Montserrat', sans-serif;
}
.frontpage .sidebar-right .block:first-child .text h3{
	margin-top: 0;
	font-family: 'Montserrat', sans-serif;
	color: #666;
}
.frontpage .sidebar-right .block:first-child .bundle-entity{
	padding-left: 15px;
	color: black;
}
.frontpage .sidebar-right .block:nth-child(2) .text{
	font-size: 24px;
color: black;
}
.frontpage .sidebar-right .block:nth-child(2) .col.label, .frontpage .sidebar-right .block:nth-child(2) .col .hourgroup{
	display: none;
}
.frontpage .sidebar-right .block:nth-child(2) .col{
	text-align: center;
}
.frontpage .sidebar-right {
	width: 32.333%;
float: right;
margin-right: -30px;
	padding-bottom: .5em;
	    margin-left: 0;
    margin-top: 0;
}
.frontpage .grid8{
	width: 67.667%;
}
.frontpage .sidebar-right .block .label, .frontpage .sidebar-right .block .field-address::before{
	overflow: hidden;
width: 30px;
height: 30px;
background-color: white;
border-radius: 50%;
padding-left: 25px;
font-size: 1px;
color: transparent;
display: inline-block;
margin-top: -3px;
}
 .frontpage .sidebar-right .block .field-address::before{
	content: '\e83a';
padding-left: 0px;
    float: left;
    margin-left: -7px;
    margin-top: 0px;
    font-family: "awesome";
    color: black;
    font-size: 24px;
    font-style: normal;
    text-align: center;
    line-height: 30px;
}
 .frontpage .sidebar-right .block .field-address span {
    display: block;
    margin-left: 30px;
}
.frontpage .sidebar-right .block:nth-child(2) h2.field-title::before{
	content: "";
	width: 45px;
	height: 45px;
	display: inline-block;
	background-image: url("uur.png");
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: -7px;
margin-right: 12px;
}
.label.Telefoon::before, .label.telefoonnummer::before{
	    content: '\e83f';
    padding-left: 0px;
    float: left;
    margin-left: -17px;
    margin-top: 0px;
    font-family: "awesome";
    color: black;
    font-size: 19px;
    font-style: normal;
    text-align: center;
    line-height: 30px;
}
.label.Email::before{
	    content: '\f0e0';
    padding-left: 0px;
    float: left;
    margin-left: -18px;
    margin-top: 0px;
    font-family: "awesome";
    color: black;
    font-size: 17px;
    font-style: normal;
    text-align: center;
    line-height: 30px;
}
.frontpage .sidebar-right .block:nth-child(2) .text{
	margin-left: 20px;
}
.frontpage .grid11 {
    width: auto;
}
footer .wrapper{
	background-color: #444;
	color: white;
}
footer.br-top-main {
        border-top: 8px solid #75b38b;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 14px;
    width: 100%;
    float: left;
    padding: 0;
    background-color: #444;
}
footer.br-top-main .wrapper{
	max-width: 1570px;
	padding: 60px 30px;
}
footer.br-top-main .wrapper a{
	color: white; 
	display: inline-block;
	font-size: 14px;
}
footer .gt-medium {
    margin: 0;
}
footer .grid6{
	padding-bottom: 0px !important
}
footer ul.menu > li {
    display: inline-block;
    margin-left: 20px;
}
.frontpage main {
    padding: 2.5em 0;
width: 100%;
float: left;
background-color: #f7f7f7;
}
.frontpage main > .wrapper{
	max-width: none;
}
.greybar{
	background-color: #f6f6f6;
	text-align: center;
}
.greybar ul.menu a.show-more{
	display: none;
}
.greybar ul.menu a {
    display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 300;
	    padding: 20px 20px 16px;
    color: black;
    border-bottom: 4px solid #f6f6f6;
	transition: ease-in-out .3s;
}
.greybar ul.menu a.active, .greybar ul.menu a:hover, .greybar ul.menu a:focus{
	border-bottom: 4px solid #16b1a6;
	transition: ease-in-out .3s;
}
.greybar ul.menu li{
	position: relative;
}
.greybar ul.menu li::after{
	content: "";
width: 1px;
height: 20px;
background-color: #e1bbbc;
display: inline-block;
position: absolute;
right: 0;
top: 22px;
}
.greybar ul.menu li:first-child::before{
	content: "";
width: 1px;
height: 20px;
background-color: #e1bbbc;
display: inline-block;
position: absolute;
left: 0;
top: 22px;
}
.overview-menu, .bundle-menu{
	border: 0px solid !important;
	background-color: #f7f7f7;
	padding: 30px 20px 20px;
	max-width: 1300px;
}
.inside .sidebar-right .block{
	background-color: #f7f7f7;
    padding: 30px 28px 70px;
    background-image: url(corner.svg);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 150px;
    font-size: 16px;
    border-radius: 20px;
    border: 2px solid #4AB489;
	margin-bottom: 20px;
	    width: calc(100% - 56px);
	overflow: hidden;
}
.inside .sidebar-right .block.grid{
	    display: flex;
    flex-direction: column-reverse;
}
.inside .sidebar-right{
	margin-top: 10px;
}
.inside .sidebar-right .grid4{
	width: calc(100% + 56px);
    margin: -30px -28px 0;
    padding: 0 0 20px;
}
.inside .sidebar-right .grid8{
	    width: 100%;
    padding: 0;
}
.inside .sidebar-right h2.field-title{
	color: #000;
    font-size: 30px;
	line-height: 120%;
}
.inside .sidebar-right .opening-hours.grid .col{
	display: block;
	text-align: center;
}
.inside .sidebar-right .opening-hours.grid .col.label, .inside .sidebar-right .opening-hours.grid .col .hourgroup{
	text-align: left;
}
.inside .sidebar-right .opening-hours.grid .col.label{
	font-size: 22px;
    color: black;
    font-weight: 600;
    margin-bottom: 10px;
	font-family: 'Montserrat', sans-serif;
}
.inside .sidebar-right .opening-hours.grid .col .hourgroup{
	display: inline-block;
    width: 100%;
	font-size: 16px;
}
.event .grid1 {
    width: 15.33333333%;
	color: black;
}
.event .grid11 {
    width: auto;
}
.inside .sidebar-right .grid11{
	width: auto;
}

.label.telefoon, .label.telefoonnummer, .label.email, .label.e-mailadres, .label.e-mailadres .field-address::before, .label.location, .label.locatie, .label.website, .label.adres {
    overflow: hidden;
    width: 30px;
    height: 30px;
    padding-left: 25px;
    font-size: 1px;
    color: transparent;
    display: inline-block;
    margin-top: -3px;
}
.label.email, .label.e-mailadres{
	   /* width: 80px;*/
    height: 30px;
    padding-left: 25px;
    font-size: 16px;
    color: black;
    display: inline-block;
    margin-top: 0px;
}
#contact-info h4{
	color: black;
}
.label.email::before, .label.e-mailadres::before {
    content: '\f0e0';
    padding-left: 0px;
    float: left;
    margin-left: -20px;
    margin-top: -4px !important;
    font-family: "awesome";
    color: #249fa6;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    line-height: 30px;
    margin-right: 10px;
}
#entity-info .label.telefoon, #entity-info .label.telefoon, #entity-info .label.email, #entity-info .label.e-mailadres, #entity-info .label.location, #entity-info .label.locatie, #entity-info .label.fax {
    overflow: hidden;
    width: 30px;
    height: 30px;
    /*background-color: white;
    border-radius: 50%;*/
    padding-left: 25px;
    font-size: 1px;
    color: transparent;
    display: inline-block;
    margin-top: -3px;
}
.inside .sidebar-right .bundle-entity > .field{
	margin-left: 10px;
}
.inside .sidebar-right .bundle-entity > .field.field-hours-days, .inside .sidebar-right .bundle-entity > .field.field-hours-days .col.label{
	margin-left: 0px;
}
.inside .sidebar-right .bundle-entity > .field.field-hours-days .col.label{
	margin-top: 20px;
}
.inside .sidebar-right .bundle-entity > .field.field-hours-days .col{
	margin-left: 11px;
}
.field-hours-comments span.label{
	display: none;
}
.inside .sidebar-right .block .field-address::before {
    content: '\e83a';
    padding-left: 0px;
    float: left;
    margin-left: -7px;
    margin-top: 0px;
    font-family: "awesome";
    color: #249fa6;
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    line-height: 30px;
	font-style: normal;
}
.label.location::before, .label.locatie::before {
    content: '\e83a';
    padding-left: 0px;
    float: left;
    margin-left: -19px;
    margin-top: 0px;
    font-family: "awesome";
    color: #249fa6;
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    line-height: 30px;
}
.label.adres::before {
    content: '\e83a';
    padding-left: 0px;
    float: left;
    margin-left: -20px;
    margin-top: 0px;
    font-family: "awesome";
    color: #249fa6;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    line-height: 30px;
}
.label.telefoon::before, .label.telefoonnummer::before {
    content: '\e83f';
    padding-left: 0px;
    float: left;
    margin-left: -20px;
    margin-top: 0px;
    font-family: "awesome";
    color: #249fa6;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    line-height: 30px;
}
.label.fax::before {
    content: '\f1ac';
    padding-left: 0px;
    float: left;
    margin-left: -20px;
    margin-top: 0px;
    font-family: "awesome";
    color: #249fa6;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    line-height: 30px;
}
.label.email::before, .label.e-mailadres::before {
    content: '\f0e0';
    padding-left: 0px;
    float: left;
    margin-left: -20px;
    margin-top: 0px;
    font-family: "awesome";
    color: #249fa6;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    line-height: 30px;
}
.label.website::before {
    content: '\f108';
    padding-left: 0px;
    float: left;
    margin-left: -20px;
    margin-top: 0px;
    font-family: "awesome";
    color: #249fa6;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    line-height: 30px;
}
#entity-info .label.location::before, #entity-info .label.locatie::before {
    content: '\e83a';
    padding-left: 0px;
    float: left;
    margin-left: -14px;
    margin-top: 0px;
    font-family: "awesome";
    color: #16B1A6;
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    line-height: 30px;
}
.inside .sidebar-right .block .field-address span {
    display: block;
    margin-left: 30px;
}
.bundle-links a.shortcut-link, .bundle-shortcuts a.shortcut-link{
	background: none;
}
.shortcut-wrapper {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
	    background: none;
    border: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0;
	width: 100%;
}
.shortcut-wrapper:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #16b1a6;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin:  50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
	max-width: 71px;
}
.shortcut-wrapper:after {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e6e6e6;
 /* -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;*/
	max-width: 71px;
}
.bundle-shortcuts{
	display: flex;
	flex-wrap: wrap;
}
.shortcut-wrapper.short-image:before, .shortcut-wrapper.short-image:after{
	content: none;
}
.shortcut-wrapper.short-image h4{
	padding: 20px;
	transition: ease-in-out .3s;
}
.shortcut-wrapper.short-image:hover, .shortcut-wrapper.short-image:focus-within{
	background-color: #16b1a6;
	color: white;
	transition: ease-in-out .3s;
}
.shortcut-wrapper.short-image:hover h4 a, .shortcut-wrapper.short-image:focus-within h4 a{
	color: white;
	transition: ease-in-out .3s;
}
.shortcut-wrapper.short-image h4 a{
	line-height: 140%;
	transition: ease-in-out .3s;
}
.shortcut-wrapper.short-image figure{
	max-height: 210px;
overflow: hidden;
	height: 210px;
}
.shortcut-wrapper.short-image figure img.lazy-loaded {
    animation: fadeIn .4s forwards;
    opacity: 1;
    display: block;
    object-fit: cover;
    height: 100%;
	max-height: 220px;
}
.shortcut-wrapper:hover{
	border: 1px solid #16b1a6;
	transition: ease-in-out .3s;
	background: none;
}
.shortcut-wrapper{
	transition: ease-in-out .3s;
}
.shortcut-wrapper .pd-tiny{
	margin-left: 80px;
}
.shortcut-wrapper:hover a:before, .shortcut-wrapper:focus a:before, .shortcut-wrapper:active a:before{
  color: white;
}
.shortcut-wrapper:hover a:before, .shortcut-wrapper:focus a:before, .shortcut-wrapper:active a:before{
	background-color: transparent;

}
.shortcut-wrapper:hover:before, .shortcut-wrapper:focus:before, .shortcut-wrapper:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
	max-width: 71px;
}
/*.shortcut-wrapper:hover:after, .shortcut-wrapper:focus:after, .shortcut-wrapper:active:after {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
	max-width: 71px;
}*/
.bundle-links a, .bundle-shortcuts a {
    color: #222;
    font-weight: 400;
}
.social-buttons .iblock.icon {
    text-shadow: none;
}
.social-buttons{
	background-image: none;
}
.text figure figcaption{
	font-size: 14px;
	font-style: italic;
}
.align-left{
	margin-right: 15px;
}
.align-right{
	margin-left: 15px;
}
.text ul li {
    line-height: 140%;
}
.sidebar-right img.lazy-loaded, .shortcut-wrapper img.lazy-loaded {
    animation: fadeIn .4s forwards;
    opacity: 1;
	display: block;
}
.shortcut-wrapper.short-image{
	max-width: 31%;
	background-color: #e6e6e6;
	margin-right: 2%;
}
.icon-right::before {
    content: '\f105';
	color: #16b1a6;
}
.bundle-links a {
    padding: .429em 0;

}
.bundle-fields, .field-files .link, .field-links .link {
    border: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
	background:none;
	transition: ease-in-out .3s;
	border-radius: 0;
}
.field-files .link:hover, .field-links .link:hover, .field-files .link:focus-within, .field-links .link:focus-within {
    background: none;
-webkit-box-shadow: 0px 0px 0px 2px rgba(22,177,166,1);
-moz-box-shadow: 0px 0px 0px 2px rgba(22,177,166,1);
box-shadow: 0px 0px 0px 2px rgba(22,177,166,1);
	border: 1px solid #16b1a6;
	transition: ease-in-out .3s;
}
.field-files .link a:focus, .field-links .link a:focus, .bundle-accordions .accordion.field .content-header:focus{
	outline: 0;
}
.bundle-button .button{
	transition: ease-in-out .3s;
	position: relative;
}
.bundle-button .button::after {
        content: url(arrow.png);
    display: inline;
    margin-left: 20px;
    transition: ease-in-out .3s;
    position: absolute;
    right: -20px;
}
.bundle-button .button::after{
	content: none;
}
.bundle-button .button:hover::after {
    content: url(arrow.png);
    display: inline;
    margin-left: 20px;
    transition: ease-in-out .3s;
    position: absolute;
    right: 10px;
}
.bundle-button .button:hover {
    padding-right: 29px;
    transition: ease-in-out .3s;
    background-color: #00AEC2;
}
.frontpage .bundle-button .button:hover {
    padding-right: 1em;
    transition: ease-in-out .3s;
    background-color: #00AEC2;
}
.bundle-accordions .accordion.field .content-header .field-title {
    font-size: 20px;
    margin: 0;
    padding: 0;
    font-weight: 300;
    color: black;
    text-align: left;
	    padding: 4px 20px 8px 38px;
}
.bundle-accordions .accordion.field .content-header {
    border: 0px;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 300;
    font-size: 20px;
    background-color: transparent;
    width: 100%;
}
.bundle-accordions .accordion.field .content-header:hover{
	background-color: transparent;
}
.bundle-accordions .accordion.field {
    border-radius: 0px;
    margin: 0 0 .429em;
    border: 1px solid #e6e6e6;
	transition: ease-in-out .3s;
	position: relative;
}
.bundle-accordions .accordion.field:hover, .bundle-accordions .accordion.field.active, .bundle-accordions .accordion.field:focus-within {
-webkit-box-shadow: 0px 0px 0px 3px rgba(36,159,166,1);
-moz-box-shadow: 0px 0px 0px 3px rgba(36,159,166,1);
box-shadow: 0px 0px 0px 3px rgba(36,159,166,1);
	border: 1px solid #16b1a6;
}
.bundle-accordions .accordion.field .content-header:before,
.bundle-accordions .accordion.field .content-header:after {
  content: "";
height: 20%;
width: 100%;
background-color: #16b1a6;
position: absolute;
left: 15px;
top: 25px;
width: 21px;
height: 3px;
}
.bundle-accordions .accordion.field .content-header:before {
  transform: rotate(90deg);
}
.bundle-accordions .accordion.field .content-header:before {
  transition: transform 0.3s ease;
}
.bundle-accordions .accordion.field .content-header.active:before {
  transform: rotate(0);
}
.bundle-accordions .accordion.field .col.col-teaser-image figure img.lazy-loaded {
    display: block;
	margin-right: 20px;
	width: calc(100% - 20px);
	margin-top: 8px;
}
.bundle-accordions .accordion.field .grid.gutter-small{
	display: block;
}
.overview-menu .dropdown, .bundle-menu .dropdown{
	display: block
}
.overview-menu ul.inline-menu > li.level-1{
	padding: 0 30px;
	width: calc(33.3333% - 62px);
	border-right: 1px solid #e6e6e6;
	margin-bottom: 20px;
}
.bundle-menu .menu-columns-3 ul.inline-menu > li.level-1{
	padding: 0 0 0 30px;
	width: calc(33.3333% - 62px);
	border-right: 1px solid #e6e6e6;
	margin-bottom: 20px;
}
.bundle-menu .menu-columns-2 ul.inline-menu > li.level-1{
	padding: 0 30px;
	width: calc(50% - 62px);
	border-right: 1px solid #e6e6e6;
	margin-bottom: 20px;
}
.overview-menu .menu-columns-2 ul.inline-menu li.level-1:nth-child(2n+2), .bundle-menu .menu-columns-2 ul.inline-menu > li.level-1:nth-child(2n+2){
	border-right: 0px solid #e6e6e6;
}
.bundle-menu .menu-columns-4 ul.inline-menu > li.level-1{
	padding: 0 30px;
	width: calc(25% - 62px);
	border-right: 1px solid #e6e6e6;
	margin-bottom: 20px;
}
.overview-menu .menu-columns-4 ul.inline-menu li.level-1:nth-child(4n+4),.bundle-menu .menu-columns-4 ul.inline-menu > li.level-1:nth-child(4n+4){
	border-right: 0px solid #e6e6e6;
}
.bundle-menu .menu-columns-5 ul.inline-menu > li.level-1{
	padding: 0 30px;
	width: calc(20% - 62px);
	border-right: 1px solid #e6e6e6;
	margin-bottom: 20px;
}
.overview-menu .menu-columns-5 ul.inline-menu li.level-1:nth-child(5n+5),{
	border-right: 0px solid #e6e6e6;
}
.overview-menu .menu-columns-3 ul.inline-menu li.level-1:nth-child(3n+3),
.overview-menu ul.inline-menu > li.level-1:nth-child(3n+3), .bundle-menu .menu-columns-3 ul.inline-menu > li.level-1:nth-child(3n+3){
	border-right: 0px solid #e6e6e6;
}
.overview-menu ul.inline-menu, .bundle-menu ul.inline-menu{
	display: flex;
	flex-wrap: wrap;
}
.breadwrap{
	padding: 15px 0 17px;
}
.overview-menu .dropdown .menu-level-1 li a, .bundle-menu .dropdown .menu-level-1 li a {
    font-size: 16px;
    color: black;
    display: inline;
}
.overview-menu .dropdown .menu-level-1 li a:hover, .overview-menu .level-1 > a:hover, .bundle-menu .dropdown .menu-level-1 li a:hover, .bundle-menu .level-1 > a:hover{
	text-decoration: underline;
}
.overview-menu .level-1 > a, .bundle-menu .level-1 > a{
	font-weight: 600;
	color: black;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
}
.overview-menu .dropdown .menu-level-1 li a::after {
    content: " | ";
    color: #16b1a6;
    font-weight: 700;
    display: inline-block;
    margin: 0 10px;
}
.bundle-menu .dropdown .menu-level-1 li a::after {
   content: " | ";
    color: #16b1a6;
    font-weight: 700;
    display: inline-block;
    margin: 0 10px;
}
/*.bundle-menu .dropdown .menu-level-1 li a{
	display: block;
}
.bundle-menu .dropdown .menu-level-1 li{
	display: block;
    margin-bottom: 6px;
    width: 100%;
}*/
.bundle-menu ul.menu a {
    display: block;
    line-height: 160%;
}
.bundle-menu .show-more{
	display: none !important;
}
.frontpage .block .bundle-overview > .field-title{
	display: none;
}
.entity .grid8 #entity-info, .entity .grid8 #entity-map{
	width: 100%;
}
.entity #entity-hours{
	width: calc(100% - 60px);
	background-color: #f7f7f7;
	padding: 30px;
}
.entity .grid8 #entity-info .bundle-text{
	margin-top: 40px;
}
.entity #entity-hours .col.label{
	    font-size: 30px !important;
    margin-top: 0;
    color: black;
    font-weight: 600;
	    font-family: 'Montserrat', sans-serif;
}
.entity #entity-hours .col{
	display: block;
}
.entity  #entity-hours .field.opening-hours .hourgroup .hourswrapper {
    display: inline-block;
    margin-left: 5px;
}
.entity  #entity-hours .field.opening-hours .hourgroup .label.day {
    font-weight: 600;
    min-width: 10rem;
}
.entity #entity-hours .field.opening-hours .hourgroup{
	padding: .3em 0 !important;
	min-width: none;
}
.entity #entity-hours .field.opening-hours, .entity #entity-hours .field.closing-days{
	width: 48%;
	display: inline-block;
	margin: 1%;
	table-layout: auto;
    vertical-align: top;
}
.entity .grid8 .field-hours-days .status{
	margin-top: 20px;
}
.block-sociallinks{
	display: inline-block;
}

.facebook{
	overflow: hidden;
    width: 24px;
    height: 24px;
    background-color: white;
    /* border-radius: 50%; */
    padding-left: 19px;
    font-size: 1px;
    color: transparent;
    display: inline-block;
    background-image: url(facebook.svg);
    background-size: contain;
    margin-bottom: -6px;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 10px;
}
.twitter{
	overflow: hidden;
    width: 24px;
    height: 24px;
    background-color: white;
    /* border-radius: 50%; */
    padding-left: 19px;
    font-size: 1px;
    color: transparent;
    display: inline-block;
    background-image: url(twitter.svg);
    background-size: contain;
    margin-bottom: -6px;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 5px;
}
.instagram{
	overflow: hidden;
    width: 24px;
    height: 24px;
    background-color: white;
    /* border-radius: 50%; */
    padding-left: 19px;
    font-size: 1px;
    color: transparent;
    display: inline-block;
    background-image: url(instagram.svg);
    background-size: contain;
    margin-bottom: -6px;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 5px;
}
.facebook:hover, .twitter:hover, .instagram:hover{
	text-decoration: none;
	color: transparent;
	font-size: 1px;
}
.block-footeradres img{
	display: inline-block;
	width: 155px;
	height: auto;
}
.block-footeradres .footeradress{
	display: inline-block;
	margin-left: 50px;
}
.block-footeradres .footeradress h3{
	margin: 0;
	color: white;
}
input[aria-invalid="false"]:focus, select[aria-invalid="false"]:focus, textarea[aria-invalid="false"]:focus, input:valid:focus, select:valid:focus, textarea:valid:focus {
    border: 1px solid #4AB489;
    box-shadow: #4AB489 0px 0px 2px 0;
    -webkit-box-shadow: #4AB489 0px 0px 2px 0;
    -moz-box-shadow: #4AB489 0px 0px 2px 0;
}

fieldset {
    background: #fff;
    border: 0;
    margin: 0 2px;
    padding: 2.4em 1.2em 1.2em;
}
fieldset legend {
    top: 0;
}
#edit-omschrijving-genomen-maatregel legend{
        margin-bottom: 0;
    float: left;
    margin-top: 0;
    top: 0;
    font-size: 20px;
}



/*--------------------------------
----------------------------------
Mobile menu
----------------------------------
--------------------------------*/
.hamburger{
	display: none;
}
.close{
	display: none;
}
@media only screen and (max-width:768px) {
.hamburger {
  /*padding: 15px 15px;*/
  	display: inline-block;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
	color: inherit;
	text-transform: uppercase;
	background-color: transparent;
	border: 0;
	margin: -10px 0 0;
	overflow: visible;
	font-size: 16px;
	font-weight: bold;
	background-color: #2a3b45;
	line-height: 70px;
	padding: 0 25px;
	}
  .hamburger:hover {
    opacity: 0.7; }
  .hamburger.active:hover {
    opacity: 0.7; }
  .hamburger.active .hamburger-inner,
  .hamburger.active .hamburger-inner::before,
  .hamburger.active .hamburger-inner::after {
    background-color: #fff; }

.hamburger-box {
  width: 30px;
  height: 16px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 20px;
    height: 4px;
    background-color: #fff;
    border-radius: 3px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; 
	margin-bottom: 4px;
}
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -6px; }
  .hamburger-inner::after {
    bottom: -10px; }
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); 
margin-top: 0}
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .hamburger--squeeze.active .hamburger-inner::after {
    bottom: -4px;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }
	
	.submenu-dropdown{
		display: none;
		position: absolute;
		width: 100%;
		top: 70px;
		left: 0;
		right: 0;
		/*height: 100vh;*/
		z-index: 9999;
		background-color: white;
		overflow: hidden;
	}
	.submenu-dropdown .menu{
		display: block !important;
	}
	#mainmenu #main-menu > a, .bundle-menu #main-menu > a{display: none;}
	.inline-menu ul.menu li {
    display: inline-block;
    width: 100%;
    text-align: left;
}
.submenu-dropdown #main-menu a, .submenu-dropdown .extra-links > a {
    color: #13445e;
	font-family: Open Sans,sans-serif;
	font-size: 2.4rem;
	font-weight: 400;
	line-height: 1.3em;
	padding: .9em 1.4em;
	text-decoration: none;
	border-bottom: 1px dotted #13445e;
}
	.submenu-dropdown .extra-links > a{
	display: block;
	text-align: left;
	}
	
/*------------------------------- SUBMENU ANIMATION ---------------------------------------------*/

.submenu-dropdown #main-menu li.level-1 > a{
		background-image: url("arrow_blue.png");
		background-repeat: no-repeat;
		background-position: 95% 50%;
		transition: ease-in-out 0.5s;
		background-size: 20px;
	}
	.submenu-dropdown #main-menu li.level-1:hover > a, #main-menu li.level-1 > a.active{
		background-image: url("arrow.png");
		background-repeat: no-repeat;
		background-position: 95% 50%;
		transition: ease-in-out 0.5s;
		background-size: 20px;
		background-color: #13a9b7;
		color: #fff !important;
	}
	.submenu-dropdown #main-menu li .dropdown{
		transform: translateX(200%) !important;
		background: #fff;
		-webkit-transform: translateX(200%) !important; 
		transition: transform .9s ease !important;
		display: block !important;
		height: 100vh !important;
		min-width: 500px !important;
		position: absolute !important;
		top: 104px !important;
		margin-left: 0 !important;
		z-index: 9 !important
	}
	.submenu-dropdown #main-menu li.open .dropdown{display:block; margin-left: 10px; }
	.submenu-dropdown #main-menu li.level-1.open .dropdown, #header #main-menu li.level-1.open:hover .dropdown{
		display: block;
		animation: none;
		background: #fff;
		display: block;
		height: 100vh;
		min-width: 500px;
		position: absolute;
		top: 104px;
		margin-left: 0;
		transform: translateX(0) !important;
  		-webkit-transform: translateX(0) !important;
		z-index: 9
	}
	.submenu-dropdown #main-menu li:hover .dropdown{
		display: block !important;
		animation: none !important;
		display: block !important;
		height: 100vh !important;
		min-width: 500px !important;
		position: absolute !important;
		margin-left: 0 !important;
	}
	.submenu-dropdownr #main-menu li:hover{position: unset;}
	.submenu-dropdown #main-menu li.level-1.open, #header #main-menu li.level-1, #header #main-menu li.level-1:hover {
    position: unset !important;
    z-index: 9;
    width: 100%;
}
	.submenu-dropdown #main-menu li:hover > a + .dropdown li a, #header #main-menu li.open > a + .dropdown li a{
		/*animation: none;
		opacity: 1;
		font-size: 20px;
		line-height: 60px !important;
		background: #6e3b5d;	
		padding-left: 15px;*/
	}
	.submenu-dropdown #main-menu li > .dropdown li a {
    opacity: 1;
}
	.submenu-dropdown #main-menu li > .dropdown li{
		/*width: calc(100% - 61px);*/
	}
	.submenu-dropdown #main-menu li > .dropdown ul.menu {
    margin-top: 0px;
    margin-left: 60px;
    border-left: 1px solid white;
    height: 100vh;
}
	.submenu-dropdown #main-menu li:hover > a + .dropdown {
    display: block;
}
	.dropdown .close {
    float: left;
	position: absolute;
	z-index: 9999;
	left: 0;
	top: 0;
	background-color: #2a3b45;
	width: 30px;
	height: 37px;
	display: block;
	padding: 22px 11px 15px 20px;
	border-top: 1px solid #6e3b5d;
	cursor: pointer;
	font-size: 40px;
	line-height: 18px;
}
	header.bgc-dark {
    height: 80px;
    padding: 0;
    position: relative;
}
	header.bgc-dark .wrapper{
		padding: 0 10px;
	}
	.frontpage .dropdown .close {
    display: none!important;
} 
	.topbanner{
		height: 20vh;
		overflow: hidden;
	}
	.topbanner img{
		height: 100%;
object-fit: cover;
	}
	.frontpage #menu-bar .level-1.first {
    padding: 15px 20px 25px;
margin: 2% 0;
width: calc(100% - 40px);
float: left;
border: 1px solid #c7c7c7;
}
	.frontpage .block.block-subtheme-content .grid8 {
    padding: 11px 20px 40px;
    background-color: #f7f7f7;
}
	.frontpage .grid8 {
    width: 100%;
}
	.masonry-grid .masonry-item.pane {
    padding: 0;
    margin-bottom: 20px;
    width: 100% !important;
}
	.masonry-grid .masonry-item.pane .card {
    margin-right: 0px;
}
	.frontpage main > .wrapper{
		padding: 0px;
	}
	.frontpage .sidebar-right {
    width: 100%;
    float: right;
    margin-right: 0;
    padding-bottom: 0;
    margin-left: 0;
    margin-top: 0;
}
	.frontpage .sidebar-right .block {
    margin-bottom: 0 !important;
		margin-top: 0px !important;
}
	footer.br-top-main {
    border-top: 0px solid #13445e;
    font-size: 14px;
    padding: 0;
}
	.frontpage .grid8 > .content-wrapper {
    flex-direction: revert;
    display: flex;
    flex-wrap: wrap;
    flex-flow: column-reverse;
}
	.frontpage .block .bundle-overview > .field-title{
	display: block;
}
	.frontpage .block .bundle-button > .field-title{
	display: none;
}
	.frontpage .dp-grid-item.search {
    max-width: none;
    display: inline-block;
    width: 100%;
}
	.frontpage header .grid8 {
    background-color: #f7f7f7;
    margin: 0;
    width: 100%;
    top: 28vh;
    position: absolute;
    left: 0;
}
	header .branding #logo img {
    max-height: 133px;
    width: auto;
}
	.frontpage .block-taalkeuze {
    display: inline-block;
    position: absolute;
    top: -40px;
    z-index: 1;
    right: 20px;
}
	.frontpage .block-taalkeuze .language-link {
    background-image: url("shield-white.svg");
    background-size: cover;
    padding: 3px 3px 5px;
    text-decoration: none;
}
	.frontpage .block-taalkeuze .language-link.is-active {
    background-image: url("shield-red.svg");
    background-size: cover;
    padding: 3px 3px 5px;
    text-decoration: none;
		color: white;
}
	.frontpage .language-switcher-language-url li {
    display: inline-block;
    padding: 0 0 0 10px;
}
	.frontpage #menu-bar {
    margin-top: 110px;
}
	.frontpage .block .bundle > .field-title {
    font-size: 35px;
}
	.frontpage .sidebar-right .block:nth-child(2) .text {
    font-size: 18px;
    color: black;
}
	.frontpage aside .block .bundle-entity .icon + .field.field-address {
    margin-bottom: 0;
    margin-left: 7px;
}
	.frontpage .field-address + .field {
    margin-top: .8em;
    margin-bottom: .8em;
}
	.frontpage .sidebar-right .block .label, .frontpage .sidebar-right .block .field-address::before {
    margin-right: 10px;
}
	footer .grid6 {
    padding-bottom: 0px !important;
    text-align: left;
    margin-bottom: 20px;
}
	footer ul.menu li:first-child {
    margin-left: 0px;
}
}
/*.bundle-gallery .gallery .gallery-wrapper .iblock, .bundle-gallery .gallery .gallery-wrapper .large-thumbnail, .bundle-gallery .gallery .gallery-wrapper .thumbnail {
    margin: 0 5px 5px 0;
    width: auto;
    height: 40vh;
    flex-grow: 1;
}
.bundle-gallery .gallery .gallery-wrapper {
    margin-left: 0;
    margin-right: -10px;
    display: flex;
    flex-wrap: wrap;
}
.large-thumbnail a, .medium-thumbnail a, .thumbnail a {
    display: block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    width: 100%;
    height: 100%;
}
.bundle-gallery .gallery .large-thumbnail img.lazy-loaded, .bundle-gallery .gallery .thumbnail img.lazy-loaded, .large-thumbnail .lazy-loaded, .medium-thumbnail .lazy-loaded {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    vertical-align: bottom;
    height: 450px;
}*/
.card{
	position: relative;
}
.card h3 a::after, .card .overlay {
    content: '';
    position: absolute !important;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.card .overlay {
    display: block !important;
	font-size: 1px;
	color: transparent !important;
	z-index: 99;

}
.card.teaser-medium h3 a::after {
    content: '';
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: -50px;
z-index: 1;
}
.topbanner{
	position: relative;
	overflow: hidden;
}
.topbanner::after{
	content: "";
width: 350px;
height: 350px;
background-image: url("corner.svg");
background-size: contain;
position: absolute;
bottom: 0;
right: -1px;
background-repeat: no-repeat;
background-position: bottom;
}
.card.teaser-small .leesmeer{
	font-size: 18px;
	font-weight: 400;
	color: #00AEC2;
	margin-left: 13px;
	display: block;
	overflow: hidden;
	background-image: url(arrow-green.png);
	background-repeat: no-repeat;
	background-position: -10px 50%;
	padding-left: 0;
	transition: ease-in-out .3s;
}
.card.teaser-small:hover .leesmeer{
	font-size: 18px;
	font-weight: 400;
	color: #00AEC2;
	margin-left: 13px;
	display: block;
	overflow: hidden;
	background-image: url(arrow-green.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 15px;
	transition: ease-in-out .3s;
}
.masonry-grid .masonry-item.pane .card.entity{
	    border: 1px solid #fff;
    border-radius: 15px;
}
.card.entity.teaser-medium{
	margin: 10px;
	border: 1px solid white;
	border-radius: 15px;
	padding-bottom: 60px;
}
.masonry-grid .masonry-item.pane .card.entity:hover, .card.entity:hover{
	    border: 1px solid #4AB489;
    border-radius: 15px;
	    -webkit-box-shadow:none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.card.entity .field-hours-days .col{
	display: block;
	margin-left: 30px;
}
.masonry-grid .masonry-item.pane .card.entity .teaser-content{
	margin-bottom: 0px;
}
.glossary ul.menu > li {
    display: block;
    padding: 5px;
    border-bottom: 1px dotted #999;
}

.card.entity.teaser-medium .field-hours-days .col{
	margin-left: 0;
	font-size: 16px;
}
.card.entity.teaser-medium .field-hours-days .col .hourgroup{
	font-size: 16px;
}
.card.entity.teaser-medium .teaser-content{
	border: 0px; 
}
.card.person .imgleft{
	width: 35%;
	float: left;
}
.card.person .contright{
	width: 63%;
	float: right;
}
.card.person .contright .label{
	    overflow: hidden;
    padding-left: 24px;
    width: 20px;
    color: transparent;
}
.card.person .contright .personfunction{
	margin-bottom: 8px;
}
.masonry-grid .masonry-item.pane .card.person .teaser-content{
	padding-top: 0px;
	margin-bottom: 0px;
}
.social-links a{
	margin-left: 0px !important;
    margin-right: 10px !important;
    width: 30px;
    height: 30px;
    color: transparent;
    overflow: hidden;
	background-image: none;
	    padding-left: 0;
	background-color: transparent;
}
.social-links a.facebook::before{
	content: '\f09a';
	font-family: "awesome";
    font-style: normal;
    font-weight: normal;
	width: 30px;
	height: 30px;
	color: white;
	display: inline-block;
	background-color: #444;
	    border-radius: 50%;
	font-size: 20px;
	text-align: center;
}
.social-links a.twitter::before{
	    content: '\f099';
	font-family: "awesome";
    font-style: normal;
    font-weight: normal;
	width: 30px;
	height: 30px;
	color: white;
	display: inline-block;
	background-color: #444;
	    border-radius: 50%;
	font-size: 20px;
	text-align: center;
}
.social-links a.instagram::before{
	content: '\f16d';
	font-family: "awesome";
    font-style: normal;
    font-weight: normal;
	width: 30px;
	height: 30px;
	color: white;
	display: inline-block;
	background-color: #444;
	    border-radius: 50%;
	font-size: 20px;
	text-align: center;
}
.masonry-grid .masonry-item.pane .card.person h3{
	margin-top: 0px;
}
.masonry-grid .masonry-item.pane .card.person{
	border: 1px solid #4AB489;
    border-radius: 15px;
    overflow: hidden;
	padding: 20px;
	    height: calc(100% - 40px);
}
.masonry-grid .masonry-item.pane .card.person:hover{
	-webkit-box-shadow: 0px 0px 0px 1px rgba(74,180,137,1);
    -moz-box-shadow: 0px 0px 0px 1px rgba(74,180,137,1);
    box-shadow: 0px 0px 0px 1px rgba(74,180,137,1);
}
.js-form-type-search-api-autocomplete label{
	position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
}
#views-exposed-form-search-page-1{
	position: relative;
}
#views-exposed-form-search-page-1 #edit-submit-search, #views-exposed-form-search-page-1 #edit-submit-search--2 {
	position: absolute;
    margin-top: 0px;
    top: 0;
    right: 0;
    color: black;
    width: 30px;
    padding-left: 40px;
    overflow: hidden;
    font-size: 0;
    background-image: url(zoek.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 23px;
    opacity: 1;
    height: 40px;
    border: 0px;
    border-radius: 0 5px 5px 0;
}
#views-exposed-form-search-page-1 .js-form-type-search-api-autocomplete input{
    font-size: 18px;
    padding: 0px 15px;
    height: 41px;
    min-height: unset;
    /* margin-top: -3px; */
    border-radius: 5px;
    border: 1px solid #16b1a6;
}
.searchpage .views-row{
	padding: 20px;
	position: relative;
}
.searchpage .views-row:nth-child(odd){
	background-color: #f7f7f7;
}
.searchpage .views-row .views-field-title a{
	font-size: 1.3em;
    padding-bottom: 10px;
    display: block;
    color: black;
    text-decoration: none;
    font-weight: bold;
}
.searchpage .views-row .views-field-title a::after{
	 content: '';
    position: absolute !important;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.searchpage h1 {
    font-size: 50px;
    margin-top: 10px;
    font-weight: 700;
    color: #249fa6;
    position: relative;
    padding-bottom: 20px;
}
.full-width .pane.bgc-grey:after, .full-width .pane.bgc-grey:before {
    content: none;
}
.full-width .pane:after, .full-width .pane:before {
    content: none;
}
.filters.event-type .label {
    color: #000;
    font-size: 1.071em;
    font-weight: 700;
    padding-left: 40px;
	width: auto;
}
main.inside{
	padding-bottom: 4em;
}
.webform form{
	max-width: 700px;
	margin: auto;
}
#innerbottom .block{
	max-width: 1300px;
	margin: 50px auto;
	padding: 30px 50px;
	background-color: #cae5e7;
	border-radius: 20px;
	width: calc(100% - 100px);
}
#innertop .block{
	max-width: 1300px;
	margin: 50px auto;
	padding: 30px 50px 30px 210px;
	background-color: #cae5e7;
	border-radius: 20px;
	background-image: url(danger.svg);
	    background-position: 30px 30px;
	background-repeat: no-repeat;
	background-size: 150px;
	min-height: 145px;
	    display: flex;
    align-items: center;
	width: calc(100% - 260px);
}
.page-node-878 #innertop .block{
	max-width: 1300px;
    margin: 50px 0;
    padding: 30px 50px 30px 50px;
    background-color: #cae5e7;
    border-radius: 20px;
    background-image: url(paper-plane.png);
    background-position: calc(100% - 40px) 40px;
    background-repeat: no-repeat;
    background-size: 100px;
    min-height: 145px;
    display: flex;
    align-items: center;
    width: calc(100% - 140px);
}
.frontpage #innerbottom .block{
	    max-width: 1014px;
}
.frontpage #innerbottom .block .grid8{
	background-color: transparent;
}
.frontpage #innerbottom .block .grid8 .field-title, .frontpage #innerbottom .block .field-title {
    font-size: 30px;
    margin-top: 0;
    color: black;
    font-weight: 600;
}
.frontpage #innerbottom .masonry-grid {
    display: flex;
    flex-wrap: wrap;
    max-width: 1102px;
    gap: 20px;
    margin: 0 auto;
    width: 100%;
}
.frontpage #innerbottom .masonry-grid > .masonry-sizer{
	display: none;
}
.frontpage #innerbottom .block{
	width: 55%;
	flex: 1 1 55%;
}
.frontpage #innerbottom .block:last-child{
	width: 20%;
	flex: 1 1 21%;
	background-image: url("paper-plane.png");
	background-position: calc(100% - 20px) 20px;
	background-repeat: no-repeat;
	background-size: 60px;
}
.frontpage #innerbottom .block:last-child .button{
	margin-top: -7px;
}
#innerbottom .sidebar-right.grid4 {
    max-width: 200px;
    /* margin-left: 4%; */
    margin-top: 0px;
    text-align: right;
	padding-bottom: 0px;
	margin-left: 0px;
}

#innerbottom .grid8 {
    width: calc(100% - 220px);
	    padding: 10px;
}
#innerbottom .bundle-button{
	text-align: left;
}
#innerbottom .button{
	background-color: #16b1a6;
    border: 1px solid #16b1a6;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: .9em;
    font-weight: 600;
    line-height: 1.5;
    margin-right: .6em;
    padding: .75em 1em;
    text-align: center;
    text-decoration: none;
    transition: background-color .1s ease-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    text-transform: none;
	transition: ease-in-out .3s;
	max-width: none;
	margin: 15px 0px 0px;
    width: auto;
}
#innerbottom .bundle-button .button:hover {
    padding-right: 29px;
    transition: ease-in-out .3s;
    background-color: #00AEC2;
}
#innerbottom .bundle-button .button:focus {
    padding-right: 29px;
    transition: ease-in-out .3s;
    background-color: #000;
}
.field.field-links{
	margin-bottom: 15px;
}
.iblock.thumbnail a{
	height: 80px;
}
.iblock.thumbnail{
	margin-right: 9px;
	width: calc(25% - 7px);
}
.iblock.thumbnail img{
	    object-fit: cover;
    height: 100%;
    width: 100%;
}
.pane.large-thumbnail{
	margin-bottom: 10px;
	
}
.event .label.grid3{
	width: 15.33333333%;
}
.event .grid1.maximum-aantal-personen{
	width: 35%;
}
hr{
	border-top: 1px solid #16b1a6;
}
.iblock.thumbnail:nth-child(4n+5){
	margin-right: 0px;
}
#e2e-paragraphs-overview-form{
	    display: flex;
    align-items: flex-end;
}
.grid8 .view-mode-teaser-large .gt-3 .card h3{
	font-size: 22px;
}
.pane.grid11 span{
	display: block;
}
/*legend .fieldset-legend {
    margin-bottom: 50px;
    float: left;
    margin-left: 20px;
    margin-top: 20px;
}*/
legend .fieldset-legend {
    margin-bottom: 20px;
    float: left;
    /* margin-left: 20px; */
    margin-top: 46px;
    top: 0;
    font-size: 30px;
}
.webform-progress-tracker .progress-step .progress-text{
	line-height: 140%;
}
section.bundle-overview .overview .gt-3 .card .grid11 {
    width: calc(100% - 35px);
    word-break: break-all;

}
span.label.telefoon, span.label.email, span.field-address::before, span.label.location, span.label.website, span.label.adres, span.label.word, span.label.excell, span.label.pdf  {
    overflow: unset !important;
    width: auto !important;
    height: 30px !important;
    padding-left: 25px !important;
    font-size: inherit !important;
    color: inherit !important;
    display: inline-block !important;
    margin-top: -3px !important;
}
span.label.telefoon::before, span.label.email::before, span.field-address::before, span.label.location::before, span.label.website::before, span.label.adres::before, span.label.word::before, span.label.excell::before, span.label.pdf::before{
	width: 30px;
	margin-left: -25px;
	margin-right: 3px;
}
span.label.word::before{
	content: '\f1c2';
    padding-left: 0px;
    float: left;
    margin-top: -3px;
    font-family: "awesome";
    color: #249fa6;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    line-height: 30px;
}
span.label.excell::before{
	content: '\f1c3';
    padding-left: 0px;
    float: left;
    margin-top: -3px;
    font-family: "awesome";
    color: #249fa6;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    line-height: 30px;
}
span.label.pdf::before{
	content: '\f1c1';
    padding-left: 0px;
    float: left;
    margin-top: -3px;
    font-family: "awesome";
    color: #249fa6;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    line-height: 30px;
}

.card figcaption{
	display: none;
}
figcaption{
	font-size: 12px;
	font-style: italic;
}
#toolbar-bar{padding-top: 43px;}
.location-filters-right .form-checkboxes .form-item{
	    border-left: 0px solid #f5f5f5;
    margin-bottom: 0;
    padding-left: .857em;
	min-height: auto;
}
.location-filters-right .map-filters{
	display: flex;
	flex-wrap: wrap;
	    padding: 15px 0;
}
.location-filters-right .map-filters .form-checkboxes{
	width: 25%;
}
.location-filters-right .map-filters .form-checkboxes input[type=checkbox]+label{
	padding-top: 2px;
}
.masonry-grid .masonry-item.pane .card h3, .card.entity h3{
	font-size: clamp(20px,1.5vw,28px) !important;
}
.newsblock{
	    padding: 3.5em 0;
    width: 100%;
    float: left;
    background-color: #f7f7f7;
	margin-top: 3em;
}
.newsblock .masonry-grid.gt-4 .masonry-item.pane {
    width: calc(25% - 20px);
    margin: 0px 10px;
}
.newsblock .masonry-grid .masonry-item.pane .card{
	margin: 0 10px !important;
}
.newsblock section.bundle-overview{
	margin: 0 10px 40px;
}
.newsblock .block-homepagenews{
	    max-width: 1600px;
    margin: 0 auto;
}
.newsblock .block-homepagenews .card h3{
	    max-width: 1600px;
    margin: 0 auto;
	font-size: clamp(20px,1.5vw,28px) !important;
}
.bundle-columns .bundle-column {
    flex-grow: 1;
    margin-top: 0;
    flex-basis: 50%;
}
.bundle-columns {
    display: flex;
    flex-wrap: wrap;
}
.bundle-button .button.startbevraging.desktop {
    transition: ease-in-out .3s;
    position: relative;
    width: auto;
    /* max-width: 213px; */
    white-space: normal;
    margin: 10px auto 20px;
    border-radius: 15px;
    background-color: #c62121;
    border: 0px;
	display: inline-block;
}
.bundle-button .button.startbevraging.mobile {
	display: none;
}
.page-node-1259 .topbanner::after, .page-node-1349 .topbanner::after, .page-node-1350 .topbanner::after{
	content: none;
}
.overlay2 iframe {
    border: 0;
    max-height: 720px;
    width: 650px;
    height: 720px;
}
/* The Overlay (background) */
.overlay2 {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */    
  height: 0%;
  width: 100%;
  position: fixed; /* Stay in place */
  z-index: 600000; /* Sit on top */
  left: 0;
  top: 0;
  background-color: rgb(255,255,255); /* Black fallback color */
  background-color: rgba(255,255,255, .95); /* Black w/opacity */
  overflow: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
  overflow-y: auto;
}

/* Position the content inside the overlay 
.overlay-content {
  position: relative;
  top: 5%; /* 25% from the top 
  width: 100%; /* 100% width 
  text-align: center; /* Centered text/links 
  margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens 
}*/
.overlay-content {
    position: relative;
    top: 10%;
    width: 100%;
    text-align: center;
    margin-top: 0px;
}
.overlay-content .mailchimp-newsletter-mergefields{
	margin-top: 30px;
}
.overlay-content .mailchimp-signup-subscribe-form{
	max-width: 400px;
margin: 0 auto;
}
.overlay-content .mailchimp-signup-subscribe-form .form-item{
	margin-bottom: .714em;
}
.overlay-content .mailchimp-signup-subscribe-form .form-item label {
  font-size: 16px;
	  width: calc(100% - 1.2em);
}
.overlay-content .mailchimp-signup-subscribe-form .form-item input {
  padding: 8px !important;
font-size: 16px !important;
}
.overlay-content .mailchimp-signup-subscribe-form .fieldgroup {
  padding: 20px;
}
.overlay-content .article{
	margin-top: -11px
}
/* The navigation links inside the overlay */
.overlay2 a {
  padding: 8px;
  text-decoration: none;
  font-size: 30px;
	line-height: 100%;
  color: #818181;
  display: block; /* Display block instead of inline */
  transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay2 a:hover, .overlay a:focus {
  color: #f1f1f1;
}

/* Position the close button (top right corner) */
.overlay2 .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
	z-index: 9999;
	opacity: 0.5;
}
.overlay2 .closebtn:hover{
	opacity: 1;
	transition: 0.3s ease-in-out;
}
.overlay-content .article .alignment-center > p > a > img{
	float: left;
    max-width: 600px;
    height: auto;
    margin: 0 20px;
}
/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
  .overlay2 a {font-size: 20px}
  .overlay2 .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

footer .bundle-button .button{
	    max-width: fit-content !important;
    padding: 20px 30px 20px !important;
    float: right;
    margin-right: 0 !important;
}
.bundle .columns .shortcut-wrapper{
    display: table-cell;
    width: 100%;
    flex: 0 1 31%;
    margin-top: 20px !important;
}
.bundle.bundle-shortcuts .columns{
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    gap: 2%;
}

/*--------------------------------------------------------------------------
----------------------------------------------------------------------------
----------------------------------------------------------------------------
----------------------------------------------------------------------------

					-------- Tabbladen -------

----------------------------------------------------------------------------
----------------------------------------------------------------------------
----------------------------------------------------------------------------
----------------------------------------------------------------------------*/

.contextual .contextual-links {
    position: relative;
    top: -1px;
    right: 6px;
    float: right;
    clear: both;
    margin: 0;
    padding: 0.25em 0;
    text-align: left;
    white-space: nowrap;
    border: 1px solid #ccc;
    border-radius: 4px 0 4px 4px;
    background-color: #fff;
}
.contextual .contextual-links {
    top: var(--gin-spacing-xxs);
    padding: 0.5em;
    margin: 0;
    min-width: 120px;
    background: var(--gin-bg-layer3);
    border: 0 none;
    border-radius: var(--gin-border-l);
    box-shadow: var(--gin-shadow-l2);
}
.contextual .contextual-links li {
    background: transparent;
}
.contextual .contextual-links li::before{
	content: none;
}
.contextual .contextual-links li {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-image: none;
    border: none;
    background-color: #fff;
    line-height: 100%;
}
.contextual .contextual-links li a {
    font-family: var(--gin-font);
    color: var(--gin-color-primary);
    line-height: 1;
    white-space: nowrap;
    padding: var(--gin-spacing-xs) var(--gin-spacing-m);
    margin: 0;
    background: transparent;
    border-radius: var(--gin-border-s);
}
.contextual .contextual-links li a:hover,.contextual .contextual-links li a:active {
    color: var(--gin-color-button-text);
    background: var(--gin-color-primary);
}
.contextual .contextual-links a {
    display: block;
    margin: 0.25em 0;
    padding: 0.4em 0.6em;
    color: #333;
    background-color: #fff;
    font-family: sans-serif;
    font-size: small;
    font-weight: normal;
    line-height: 0.8em;
}
nav.tabs {
    background: transparent;
    border-bottom: 0px solid #f5f5f5;
    width: 100%;
    z-index: 5;
	margin-bottom: 15px;
	margin-top: 15px;
}
nav.tabs ul.tabs {
    display: block;
    list-style: none;
    margin: 0 auto;
    max-width: 1240px;
    padding: 0;
    width: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
}
nav.tabs ul.tabs>li a {
    color: #565656;
    font-size: 16px;
    line-height: 140%;
    padding: 15px 35px 13px 35px;
    display: block;
    border-right: 1px solid #ddd;
}
.messages.messages--status{
    max-width: 1180px;
    background-color: #cae5e7;
    padding: 30px;
    margin: 15px auto;
    border-radius: 10px;
}
/*--------------------------------------------------------------------------
----------------------------------------------------------------------------
----------------------------------------------------------------------------
----------------------------------------------------------------------------

					-------- 12-03 -------

----------------------------------------------------------------------------
----------------------------------------------------------------------------
----------------------------------------------------------------------------
----------------------------------------------------------------------------*/

.banner-wrapper{
    position: relative;
}
.home-search{
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    align-items: center;
    justify-content: center;
}
.home-search #views-exposed-form-search-page-1 .js-form-type-search-api-autocomplete input {
    font-size: 20px;
    padding: 10px 20px;
    height: 60px;
    min-height: unset;
    /* margin-top: -3px; */
    border-radius: 5px;
    border: 1px solid #16b1a6;
}
.home-search #views-exposed-form-search-page-1 {
    position: relative;
    min-width: 450px;
}
.home-search #views-exposed-form-search-page-1 #edit-submit-search {
    position: absolute;
    margin-top: 0px;
    top: 0;
    right: 0;
    color: black;
    width: 60px;
    padding-left: 40px;
    overflow: hidden;
    font-size: 0;
    background-image: url(zoek.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 23px;
    opacity: 1;
    height: 60px;
    border: 0px;
    border-radius: 0 5px 5px 0;
}
.frontpage .block .bundle-button .button.eloket {
    background-image: url(eloket.png);
    background-repeat: no-repeat;
    background-position: 20px;
    background-color: #4AB489;
}
.frontpage .block .bundle-button .button.eloket:hover {
    background-image: url(eloket.png);
    background-repeat: no-repeat;
    background-position: 20px;
    background-color: #249fa6;
}
.frontpage #innerbottom .block:last-child .flexwrap.social{
    display: flex;
    justify-content: space-between;
    margin-right: 12%;
}
.frontpage .block .bundle-button .button.eloket{
  position: relative;
    overflow: unset !important;
 /* If you want dots under the hoverable text */
}

/* Tooltip text */
.frontpage .block .bundle-button .button.eloket::before {
      opacity: 0;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    border-radius: 6px;
    width: 160px;
    bottom: 100%;
    left: 30%;
    margin-left: -80px;
    font-size: 14px;
    position: absolute;
    z-index: 3;
    content: "alle online aanvragen";
    transition: ease-in-out .3s;
}
.frontpage .block .bundle-button .button.eloket::after {
      content: " ";
    position: absolute;
    bottom: calc(90% - 3px);
    left: 20%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
    width: 0px;
    opacity: 0;
    transition: ease-in-out .3s;
}
/* Show the tooltip text when you mouse over the tooltip container */
.frontpage .block .bundle-button .button.eloket:hover::before  {
    opacity: 1;
    transition: ease-in-out .3s;
    bottom: 110%;
}
.frontpage .block .bundle-button .button.eloket:hover::after  {
    opacity: 1;
    transition: ease-in-out .3s;
    bottom: calc(100% - 3px);
}
.social-fac{
        margin-top: -7px;
    overflow: hidden;
    width: 50px;
    height: 50px;
    background-color: var(--maincolor);
    /* border-radius: 50%; */
    padding-left: 0;
    font-size: 0px;
    color: transparent;
    display: inline-block;
    background-image: url(facebook-w.svg);
    background-size: 30px;
    margin-bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 0px;
    border-radius: 50%;
}
.social-insta{
    margin-top: -7px;
        overflow: hidden;
    width: 50px;
    height: 50px;
    background-color: var(--maincolor);
    /* border-radius: 50%; */
    padding-left: 0px;
    font-size: 0px;
    color: transparent;
    display: inline-block;
    background-image: url(instagram-w.svg);
    background-size: 30px;
    margin-bottom: -6px;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 0px;
    border-radius: 50%;
}
.frontpage .blok{
    text-align: center;
}
.frontpage .branding{
   position: absolute;
  z-index: 9;
  margin: 30px auto;
  width: 100%; 
}
.frontpage .branding .brand-wrap{
  max-width: 1550px;
  margin: 0px auto;
  width: 100%; 
}
.frontpage .home-search #views-exposed-form-search-page-1 .js-form-type-search-api-autocomplete input, .frontpage .home-search #views-exposed-form-search-page-1 .js-form-type-search-api-autocomplete{
    margin-bottom: 0;
}
.frontpage .extra-button a {
  color: white;
  text-decoration: none;
  padding: 18px 28px;
  border: 1px solid #16b1a6;
  border-radius: 5px;
  transition: ease-in-out .3s;
  background-color: #249fa6;
  font-weight: 500;
}
.frontpage .extra-button a:hover {
  padding: 18px 28px;
}

.frontpage .innersearch {
  display: flex;
  gap: 10px;
  align-items: center;
}
.frontpage .banner-wrapper {
  position: relative;
    margin-top: 43px;
}
.frontpage .topbanner::after {
  background-image: url("corner-w.svg");
}
.frontpage .block .bundle-button .button.wegen {
  background-image: url("wegen.svg");
  background-repeat: no-repeat;
  background-position: 20px;
  background-size: 28px;
}
.frontpage #innerbottom .block:last-child{
    background-image: none;
}
/*--------------------------------------------------------------------------
----------------------------------------------------------------------------
----------------------------------------------------------------------------
----------------------------------------------------------------------------

					-------- MOBILE -------

----------------------------------------------------------------------------
----------------------------------------------------------------------------
----------------------------------------------------------------------------
----------------------------------------------------------------------------*/
@media only screen and (min-width: 1600px) {
	.topbanner img{
		width: 100%;
		object-fit: cover;
	}
}

@media only screen and (max-width: 1100px) {
	header.bgc-dark, header.bgc-dark.more-height {
    height: 125px;
    padding: 0;
    position: relative;
}
	header.bgc-dark.more-height .pane.grid8.pd-small {
    text-align: right;
    margin-top: 44px;
}
	header .pane.grid8.pd-small {
    float: right;
    margin-top: 44px;
}
	#e2e-paragraphs-overview-form {
    display: block;
    align-items: flex-end;
}
	header .grid8 {
    width: calc(100% - 250px);
}
	#Overview-Filter-Form form > div {
    display: inline-block;
    margin: 35px 10px 0 0;
    max-width: 250px;
    vertical-align: top;
    position: relative;
}
	#Overview-Filter-Form form > div label {
    display: block;
    margin-bottom: .2em;
    width: 100%;
    position: absolute;
    top: -33px;
}
	#tmenu{
font-size: 26px;
margin-top: 0;
color: black;
font-weight: 500;
font-family: 'Montserrat', sans-serif;
letter-spacing: 0;
		position: relative;
}

.hamburger {
  /*padding: 15px 15px;*/
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 10px 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }
  .hamburger.active:hover {
    opacity: 0.7; }
  .hamburger.active .hamburger-inner,
  .hamburger.active .hamburger-inner::before,
  .hamburger.active .hamburger-inner::after {
    background-color: #4AB489; }

.hamburger-box {
  width: 36px;
  height: 21px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 25px;
    height: 4px;
    background-color: #249fa6;
    border-radius: 3px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; 
	margin-bottom: 0px;
}
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -8px; }
  .hamburger-inner::after {
    bottom: -8px; }
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); 
margin-top: 0}
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .hamburger--squeeze.active .hamburger-inner::after {
    bottom: 0px;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }
.submenu-dropdown{
	display: none;
	position: absolute;
	padding: 40px;
	background-color: #f7f7f7;
left: 0;
right: 0;
top: 184px;
z-index: 9;
}
.inline-menu ul.menu li {
    display: inline-block;
    /*width: 100%;*/
}
	#menu-bar .submenu-dropdown > ul.menu{
		 -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
		display: flex;
flex-wrap: wrap;
	}
	.bundle-menu .menu-columns-3 ul.inline-menu > li.level-1 {
    padding: 0 30px;
    width: calc(33.3333% - 62px);
    border-right: 1px solid #e6e6e6;
    margin-bottom: 20px;
}
	.grid8{
		width: 60%;
	}
	.sidebar-right.grid4{
		width: 35%;
	}
	.masonry-grid .masonry-item.pane .card {
    border: 1px solid #eee;
}
	.masonry-grid.gt-3 .masonry-item.pane {
    width: 50%;
}
	section.bundle-overview .overview .card .grid11 {
    width: calc(100% - 35px);
    word-break: break-all;
}
	.frontpage #menu-bar .level-1.first {
    width: calc(47% - 80px);
}
	.greybar ul.menu li:first-child::before, .greybar ul.menu li::after {
    content: none;
}
	#menu-bar .inline-menu ul.menu li {
    display: inline-block;
    width: 31%;
    text-align: left;
    border-bottom: 1px solid #ddd;
    margin: 0 1%;
    align-content: ;
    display: flex;
    align-items: center;
}

	.frontpage #menu-bar .inline-menu ul.menu li li {
		display: inline !important;
		border-bottom: 0px solid white;
		}
	.frontpage #menu-bar .inline-menu ul.menu li{
		display: inline;
	}
	.greybar ul.menu a.active, .greybar ul.menu a:hover, .greybar ul.menu a:focus {
    border: 2px solid #16b1a6;
    transition: ease-in-out .3s;
    width: 100%;
}
		.masonry-grid .masonry-item.pane {
    padding: 0;
    margin-bottom: 20px;
    width: 48% !important;
    margin: 1% !important;
}
		.newsblock .block-homepagenews .card h3{
	    max-width: 1600px;
    margin: 0 auto;
	font-size: clamp(24px,1.5vw,28px) !important;
}
	.newsblock .masonry-grid.gt-4 .masonry-item.pane {
    width: calc(50% - 20px) !important;
    margin: 10px 10px;
}
		.button, input[type="button"] {
  white-space: normal;
}
}
@media only screen and (max-width: 970px) {
	#innerbottom .grid8 {
  max-width: calc(100% - 160px);
  padding: 10px;
}
	.frontpage #innerbottom .block {
  width: 40%;
  flex: 1 1 40%;
}
	.frontpage #innerbottom .block:last-child {
  width: 20%;
  flex: 1 1 20%;
  background-image: url("paper-plane.png");
  background-position: calc(100% - 20px) calc(100% - 20px);
  background-repeat: no-repeat;
  background-size: 60px;
  min-width: 300px;
}
	#innerbottom .sidebar-right.grid4 {
  max-width: 170px;
}

}
@media only screen and (max-width: 900px) {
	.block-sociallinks {
    display: inline-block;
    position: absolute;
    top: 0;
    width: 150px;
    right: 35px;
}
	.facebook, .twitter, .instagram {
    width: 15px;
    height: 15px;
}
	.sidebar-right.grid4 {
    width: 100%;
    margin-left: 0;
}
	.grid8 {
    width: 100%;
}
	.event .gt-large > .pane{
		padding: 0;
	}
}
@media only screen and (max-width: 770px) {
	.topbanner::after {
    content: "";
    width: 250px;
    height: 250px;
    background-image: url("corner.svg");
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: -1px;
    background-repeat: no-repeat;
    background-position: bottom;
}

	.topbanner img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
	#logo {
    width: 155px;
}
	header .pane.grid8.pd-small{
		width: 50%;
top: 0;
right: 0;
float: right;
position: relative;
		background-color: transparent;
	}
	.block-sociallinks {
    display: inline-block;
position: absolute;
top: -42px;
width: 150px;
right: 70px;
}
	#innerbottom .block {
    max-width: 1300px;
    margin: 50px 20px;
    padding: 30px 50px;
    background-color: #cae5e7;
    border-radius: 20px;
    width: calc(100% - 140px);
    float: left;
}
	.frontpage #innerbottom .grid8 > .content-wrapper{
		display: block;
	}
	.frontpage #menu-bar {
    margin: 30px 0px;
}
	.frontpage #menu-bar .level-1.first {
    width: calc(51% - 80px);
    margin: 2%;
}
	.masonry-grid .masonry-item.pane {
    padding: 0;
    margin-bottom: 20px;
    width: 48% !important;
    margin: 1% !important;
}
	.card.person .imgleft {
    width: 100%;
    float: left;
    height: 300px;
    overflow: hidden;
}
.card.person .contright {
    width: 100%;
    float: right;
    padding-top: 20px;
}
	#menu-bar .inline-menu ul.menu li {
    display: inline-block;
    width: 98%;
    text-align: left;
    border-bottom: 1px solid #ddd;
    margin: 0 1%;
    align-content: ;
    display: flex;
    align-items: center;
}
	#menu-bar .submenu-dropdown > ul.menu {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    display: flex;
    flex-wrap: wrap;
		width: 90%;
}
	.dropdown .close{
		display: none;
	}
	.bundle-menu .menu-columns-3 ul.inline-menu > li.level-1 {
    padding: 0 30px;
    width: calc(50% - 62px);
    border-right: 1px solid #e6e6e6;
    margin-bottom: 20px;
}
	.overview-menu, .bundle-menu {
    border: 0px solid !important;
    background-color: #f7f7f7;
    padding: 30px 0px 20px;
    max-width: 1300px;
}
	.extra-button {
    display: block;
    position: absolute;
    right: 6px;
    top: -39px;
}
	.extra-button a {
    color: black;
    text-decoration: none;
    padding: 10px 10px 8px;
    border: 0px solid #16b1a6;
    border-radius: 5px;
    transition: ease-in-out .3s;
    font-size: 12px;
}
	.frontpage #innerbottom .masonry-grid {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    gap: 0px;
    margin: 0 auto;
    width: 100%;
}
	  .sidebar-right.grid4 {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 550px) {
	header .grid4 {
    width: 100%;
    text-align: center;
}
	header .pane.grid8.pd-small {
    width: 100%;
    top: 62px;
    right: 0;
    float: right;
    position: absolute;
    background-color: transparent;
}
	.block-sociallinks {
    display: inline-block;
    position: absolute;
    top: 63px;
    width: 100%;
    right: 7px;
    text-align: center;
}
	header.bgc-dark, header.bgc-dark.more-height {
    height: 235px;
    padding: 0;
    position: relative;
}
	.submenu-dropdown {
    display: none;
    position: absolute;
    padding: 20px;
    background-color: #f7f7f7;
    left: 0;
    right: 0;
    top: 335px;
    z-index: 9;
		width: calc(100% - 40px); 
}
	#menu-bar .submenu-dropdown > ul.menu {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
	.block.block-subtheme-content {
    padding: 0;
}
	.breadwrap {
    display: none;
}
	h1.field_title {
    font-size: 30px;
    margin-top: 10px;
    font-weight: 700;
    color: #249fa6;
    position: relative;
    padding-bottom: 0px;
}
	#Overview-Filter-Form form > div {
    display: inline-block;
    margin: 5px 0px 0 0;
    max-width: 100%;
    vertical-align: top;
    position: relative;
    width: 100%;
}
	.masonry-grid .masonry-item.pane {
    padding: 0;
    margin-bottom: 20px;
    width: 100% !important;
    margin: 0 0 20px !important;
}
	#innertop .block {
    max-width: 1300px;
    margin: 50px auto;
    padding: 170px 20px 10px;
    background-color: #cae5e7;
    border-radius: 20px;
    background-image: url(danger.svg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 150px;
    min-height: 145px;
    display: flex;
    align-items: center;
    width: calc(100% - 40px);
}
	.block .bundle > .field-title {
    font-size: 26px;
    margin-top: 0;
    color: black;
    font-weight: 600;
}
	.masonry-grid .masonry-item.pane .card {
    background-color: white;
    padding: 10px 10px 20px;
    margin-right: 20px;
    height: calc(100% - 20px);
    transition: ease-in-out .3s;
    border: 1px solid #fff;
}
	.event .grid1 {
    width: auto;
    color: black;
    margin-right: 10px;
}
	fieldset {
    background: transparent;
    border: 0;
    margin: 0 2px;
        margin-bottom: 0px;
    padding: 0;
}
	legend .fieldset-legend {
    margin-bottom: 20px;
    float: left;
    margin-left: 0px;
    margin-top: 20px;
}
	fieldset legend {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    top: auto !important;
    padding-bottom: 10px;
    float: left;
    width: 100%;
}
	.event .label.grid3 {
    width: auto;
		padding-left: 20px;
		margin-right: 10px;
}
	.full-width .pane {
    position: relative;
    width: auto;
    line-height: 120%;
}
	.full-width .pane > div{
		margin: 1px 0 0 10px
	}
	.topbanner {
    height: 30vh;
    overflow: hidden;
    text-align: right;
}
	.topbanner::after {
    content: "";
    width: 150px;
    height: 150px;
    background-image: url("corner.svg");
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: -1px;
    background-repeat: no-repeat;
    background-position: bottom;
}
	.frontpage main {
    padding: 1em 0;
    width: 100%;
    float: left;
    background-color: #f7f7f7;
}
	#innerbottom .button, .button {
    white-space: normal;
}
	#innerbottom .block {
    max-width: 1300px;
    margin: 50px 20px;
    padding: 30px 20px;
    background-color: #cae5e7;
    border-radius: 20px;
    width: calc(100% - 80px);
    float: left;
}
#innerbottom .sidebar-right.grid4 {
    max-width: 90px;
    /* margin-left: 4%; */
    margin-top: -60px;
    text-align: right;
	padding-bottom: 0px;
	margin-left: 0px;
}

#innerbottom .grid8 {
    width: 100%;
	    padding: 10px;
	max-width: 100%;
}
	.frontpage .block .bundle-button .button {
    width: 100%;
}
	.frontpage #innerbottom aside.pane .gallery {
    margin: 0;
    text-align: center;
}
	.frontpage #innerbottom.pane.large-thumbnail {
    margin-bottom: 10px;
    max-width: 70%;
    text-align: center;
    margin: 20px auto;
}
	.frontpage #menu-bar .level-1.first {
    width: 100%;
    margin: 2% 0;
}
	.block-footeradres .footeradress {
    display: inline-block;
    margin-left: 50px;
    margin: 0px 15%;
    width: 70%;
    text-align: center;
}
	.block-footeradres img {
    display: block;
    width: 155px;
    height: auto;
    margin: 20px auto;
}
	footer .grid6 {
    padding-bottom: 0px !important;
    text-align: center;
    margin-bottom: 20px;
}
	.bundle-menu  ul.inline-menu > li.level-1 {
    padding: 0 30px !important;
    width: calc(100% - 62px) !important;
    border-right: 0px solid #e6e6e6 !important;
    margin-bottom: 20px !important;
}
	.masonry-grid .masonry-item.pane .card {
    margin-right: 0px;
		border: 1px solid #eee;
}
	.pane, .wrapper {
    box-sizing: border-box;
    width: auto;
}
	.person-header .person-function{
		margin-bottom: 20px;
display: block;
	}
	.masonry-grid .masonry-item.pane .card.entity {
    border: 1px solid #16b1a6;
    border-radius: 15px;
}
	.glossary .columns {
    column-count: 1;
    display: block;
    margin: 1.333em 0 0;
    width: 100%;
}
	.glossary .inline-menu ul.menu li {
    display: inline-block;
    width: auto;
    text-align: left;
}
	.extra-button {
    display: inline-block;
    position: relative;
    right: auto;
    top: -13px;
    width: 100%;
    text-align: center;
}
		.newsblock .masonry-grid.gt-4 .masonry-item.pane {
    width: 100% !important;
    margin: 10px 0px;
}
	footer .gt-medium{
		text-align: center;
	}
	.bundle-columns .bundle-column {
    flex-grow: 1;
    margin-top: 0;
    flex-basis: 100%;
		margin-bottom: 30px;
}
.bundle-columns {
    display: flex;
    flex-wrap: wrap;
}
	.sidebar-right .bundle-button .button.startbevraging.desktop {
	display: none
}
.bundle-button .button.startbevraging.mobile {
	transition: ease-in-out .3s;
    position: relative;
    width: auto;
    /* max-width: 213px; */
    white-space: normal;
    margin: 10px auto 20px;
    border-radius: 15px;
    background-color: #c62121;
    border: 0px;
	display: inline-block;
}
	#innerbottom .block + .block{
		margin-top: 0px;
	}
	.frontpage .bundle-button {
  text-align: center;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  max-width: 1114px;
  padding: 0 10px;
}
	.overlay2 {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 600000;
  left: 0;
  top: 0;
  background-color: rgb(255,255,255);
  background-color: rgb(255, 255, 255);
  overflow: hidden;
    overflow-y: hidden;
  transition: 0.5s;
  overflow-y: auto;
}
.overlay2 .closebtn {
  position: absolute;
  top: 0;
  right: 17px;
  font-size: 60px;
  z-index: 9999;
  opacity: 1;
}
	.overlay-content {
  position: relative;
  top: 10%;
  width: calc(100% - 60px);
  text-align: center;
  margin-top: 0px;
  padding: 30px;
}
	.overlay-content .mailchimp-signup-subscribe-form .form-item {
  margin-bottom: .714em;
		border-left: 0px;
}
    .loginwrap {
  width: 100%;
  max-width: 550px;
  background-color: white;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-content: center;
  margin-left: 0;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.75);
}
    .logincontent {
  margin: 0;
  min-width: unset;
}
    .bundle.bundle-shortcuts .columns {
  display: block;
  flex-wrap: wrap;
  margin: 0;
  gap: 2%;
}
    .frontpage .block .frontpage > .content-wrapper .bundle-button .button{
        min-width: unset;
    }
      .frontpage #innerbottom .block:last-child {
    min-width: unset;
  }
    .extra-eloket {
  display: none;
  margin-right: 20px;
}
}