:root {
  --dark: #202020; /* Dark grey */
  --font: #333333; /* Dark grey */
  --maincolor: #003999; /* Main blue */
  --secondcolor: #ffcc01; /* Yellow */
  --greencolor: #30b7bb ; /* light blue */
  --bluecolor: #168ad3;	/* Dark blue #1B788B */
}
@font-face {
  font-family: "Flanders Art Sans";
  src: url("../fonts/FA-Sans/FlandersArtSans-Regular.eot");
  src: url("../fonts/FA-Sans/FlandersArtSans-Regular.eot?#iefix") format("embedded-opentype"),
       url("../fonts/FA-Sans/FlandersArtSans-Regular.woff") format("woff"),
       url("../fonts/FA-Sans/FlandersArtSans-Regular.ttf")  format("truetype"),
       url("../fonts/FA-Sans/FlandersArtSans-Regular.svg#5999c311efabb8ef8bfd93d30f0ab8ab") format("svg");
  font-style:   normal;
  font-weight:  400;
}
@font-face {
  font-family: "Flanders Art Sans Medium";
  src: url("../fonts/FA-Sans/FlandersArtSans-Regular.ttf")  format("truetype");
  font-style:   normal;
  font-weight:  400;
}


@font-face {
  font-family: "Flanders Art Serif Light";
  src: url("../fonts/FA-Serif/FlandersArtSerif-Light.eot");
  src: url("../fonts/FA-Serif/FlandersArtSerif-Light.eot?#iefix") format("embedded-opentype"), 
       url("../fonts/FA-Serif/FlandersArtSerif-Light.woff") format("woff"), 
       url("../fonts/FA-Serif/FlandersArtSerif-Light.ttf")  format("truetype"), 
       url("../fonts/FA-Serif/FlandersArtSerif-Light.svg#26c269558e3060dfbe8b0bc36088245c") format("svg");
  font-style:   normal;
  font-weight:  200;
}

@font-face {
  font-family: "Flanders Art Serif";
  src: url("../fonts/FA-Serif/FlandersArtSerif-Regular.eot");
  src: url("../fonts/FA-Serif/FlandersArtSerif-Regular.eot?#iefix") format("embedded-opentype"),
       url("../fonts/FA-Serif/FlandersArtSerif-Regular.woff") format("woff"),
       url("../fonts/FA-Serif/FlandersArtSerif-Regular.ttf")  format("truetype"),
       url("../fonts/FA-Serif/FlandersArtSerif-Regular.svg#5999c311efabb8ef8bfd93d30f0ab8ab") format("svg");
  font-style:   normal;
  font-weight:  400;
}

@font-face {
  font-family: "Flanders Art Serif Medium";
  src: url("../fonts/FA-Serif/FlandersArtSerif-Medium.eot");
  src: url("../fonts/FA-Serif/FlandersArtSerif-Medium.eot?#iefix") format("embedded-opentype"),
       url("../fonts/FA-Serif/FlandersArtSerif-Medium.woff") format("woff"),
       url("../fonts/FA-Serif/FlandersArtSerif-Medium.ttf")  format("truetype"),
       url("../fonts/FA-Serif/FlandersArtSerif-Medium.svg#7ebdc43021fbf6b8f40b21819190e2b4") format("svg");
  font-style:   normal;
  font-weight:  400;
}

@font-face {
  font-family: "Flanders Art Serif Bold";
  src: url("../fonts/FA-Serif/FlandersArtSerif-Bold.eot");
  src: url("../fonts/FA-Serif/FlandersArtSerif-Bold.eot?#iefix") format("embedded-opentype"),
       url("../fonts/FA-Serif/FlandersArtSerif-Bold.woff") format("woff"),
       url("../fonts/FA-Serif/FlandersArtSerif-Bold.ttf")  format("truetype"),
       url("../fonts/FA-Serif/FlandersArtSerif-Bold.svg#d0ebe09b8d309cd8a8986065f592a85e") format("svg");
  font-style:   normal;
  font-weight:  700;
}
@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
  }
}
}@keyframes SlideUp{0%{margin-top:70%}100%{margin-top:0%}}
@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%
}

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: bolder
}

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%
}
nav.tabs {
    background: var(--secondcolor);
    border-bottom: 1px solid var(--secondcolor);
    width: 100%;
    z-index: 5;
}
nav.tabs ul.tabs>li.is-active a, nav.tabs ul.tabs>li:hover a {
    color: #000;
}
@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 .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%
}
aside.pane .gallery {
       display: flex;
    flex-wrap: wrap;
    gap: 10px;
	margin-top: -30px !important;
}
.thumbnail {
  padding: 0 .4665em .933em;
  width: 25%
}
.pane.large-thumbnail{
    flex: 1 1 100%;
    max-width: 100%;
	    overflow: hidden;
    border-radius: 0 30px 0 0;
    position: relative;
}
.thumbnail.iblock {
  padding: 0;
  width: 25%;
	flex: 1 1 calc(25% - 15px);
    max-width: calc(25% - 7.5px);
    position: relative;
}
.thumbnail.iblock img{
	display: block;
}

@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;
	display: block;
}
.grid4>.gallery{
	margin: 0px;
}
.grid4>.gallery figure{
	border-radius: 0 0 30px 0;
	overflow: hidden;
}
.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: #13445e;
  font-family: Myriad Pro,Gill Sans,Gill Sans MT,Calibri,sans-serif,sans-serif;
  font-weight: 600;
  margin: .8em 0 .6em
}

h4,
h5 {
  color: #454545
}

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

h2 {
  font-size: 2em
}

h4 {
  font-size: 1.133em
}

h5 {
  font-size: 1.067em
}

h6 {
  font-size: .867em
}

h3 {
  font-size: 1.3em;
}
.grid8 h3 {
  font-size: 1.3em;
    text-transform: uppercase;
    letter-spacing: 1px;
	    font-family: "Flanders Art Sans Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.pager ul.menu {
    background-color: transparent;
    text-align: center;
	margin-top: 30px;
}
.pager ul.menu li a {
    font-weight: 600;
    min-width: 30px;
    line-height: 30px;

}
.pager ul.menu li a.active {
    background-color: var(--secondcolor);
    min-width: 30px;
    line-height: 30px;
    border-radius: 30px;

}
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 {
        padding: 0 1em;
    color: var(--maincolor);
    font-family: "Flanders Art Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 22px;
    max-width: 700px;
    margin: 1.333em auto;
    line-height: 120%;
    max-width: 70%;
}

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] {
  letter-spacing: .1em;
  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;
    height: 100%;
    position: relative;
}
.overview>.grid>.pane .teaser.event{
	/*margin: -30px;
	height: calc(100% - 30px);*/
	padding-bottom: 30px;
}
.overview>.grid>.pane .teaser.event .teaser-content, .overview.view-mode-teaser>.grid>.pane .teaser .teaser-content{
	padding: 15px;
}
.overview>.grid>.pane .teaser.event .more-link {
    position: absolute;
    bottom: 0;
    right: 30px;
}
.overview>.grid>.pane .teaser.event .span-Date{
	    font-family: "Flanders Art Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
	padding-bottom: 15px;
	display: block;
}
.card.teaser .more-link {
    position: absolute;
        bottom: 30px;
    right: 30px;
	display: none;
}
.card.teaser a:focus{
	position: absolute!important;
}
.card.teaser .more-link a, .card.teaser .more-link span {
	    background-color: var(--secondcolor);
    border: 1px solid var(--secondcolor);
    color: var(--maincolor) !important;
    font-family: "Flanders Art Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-transform: none;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 7px 30px;
    border-radius: 10px;
	transition: ease-in-out .3s;
}
.masonry-item.pane:hover .card.teaser .more-link a, .masonry-item.pane:hover .card.teaser .more-link span {
	    background-color: var(--maincolor);
    border: 1px solid var(--maincolor);
    color: var(--secondcolor) !important;
	transition: ease-in-out .3s;
}
.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 #2f2f2f;
  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: #13445e;
  border: 1px solid #2f2f2f;
  color: #fff
}
.bundle-shortcuts .shortcut-wrapper.image a.shortcut-link::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
}
.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,
.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: #13445e;
  border: 0;
  color: #fff;
  font-weight: 600;
  padding: .5rem 1.5rem;
  text-decoration: none
}

.read-more:active,
.read-more:focus,
.read-more:hover {
  background-color: #003e47;
  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: 0;
  border-radius: 0;
  height: 50px;
  padding: 0 inherit
}

header #search-block-form .button {
  background: #0a2534
}

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 var(--font);
    border-bottom-width: 1px;
    border-radius: 4px;
    box-sizing: border-box;
    margin: 0 0 10px;
    max-width: 100%;
    padding: 12px;
    color: var(--font);
}

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: #13445e;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    /* top: 1.2em; */
    display: block;
    float: left;
    padding: 5px 20px 15px 20px;
	width: 100%;
}
#edit-workshopwrapper > legend {
      color: #13445e;
    font-size: 24px;
    font-weight: 700;
    position: relative;
    /* top: 1.2em; */
    display: block;
    float: left;
    padding: 5px 20px 15px 20px;
	width: 100%;
}
#edit-workshopwrapper .form-item {
    margin-bottom: 0em;
}
.form-item+fieldset, fieldset+.form-item, fieldset+fieldset {
    margin-top: 1.714em;
    padding: 15px;
}
fieldset .form-item {
  min-height: auto
}
.webform-submission-contact-form{
	max-width: 550px;
    margin: 0 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(../../subtheme/favicon/mstile-70x70.png)
}

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

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

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

.bgc-beige {
  background: #ede3ca;
  color: #b18518
}

.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: 0px 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 {
      color: var(--maincolor);
    font-family: "Flanders Art Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body,
html {
  background: #fff;
  font-family: Myriad Pro,Gill Sans,Gill Sans MT,Calibri,sans-serif,sans-serif
}

a {
  background-color: transparent;
  color: #13445e;
  -webkit-text-decoration-skip: objects
}

a:active,
a:focus,{
  top: 0;
	position: inherit;
}

.wrapper {
  position: inherit
}
header > .wrapper{
	max-width: 1500px;
}
.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(31.33% - 10px)
}

.hidden {
  display: none!important
}

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

.block-socialicons {
  /*bottom: 0;
  display: inline-block;
  position: absolute;
  right: 0*/
}
.social-button.iblock{
	    display: inline-block;
    width: auto;
    margin-right: 15px;
	    height: auto;
    color: var(--maincolor);
}
.social-button.iblock::before{
	    color: var(--bluecolor);
    background-color: white;
    /* padding: 5px; */
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 10px;
    border-radius: 20px;
}
.yellow .social-button.iblock::before {
    color: var(--maincolor);
    background-color: transparent;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 0;
    border-radius: 20px;
    border: 1px solid var(--maincolor);
}
.yellow .social-button.iblock {
    display: inline-block;
    width: auto;
    margin-right: 0;
    height: auto;
    color: var(--maincolor);
    text-decoration: none;
}
.socwrapper{
	display: flex;
	    align-items: center;
    font-family: "Flanders Art Sans";
    font-size: 18px;
    line-height: 100%;
    color: black;
}
.socwrapper .label{
	font-weight: bold;
    margin-right: 15px;
}
.block-socialicons .social-icon:before {
  color: #fff;
  font-size: 24px;
	align-items: center;
}
.footer_fourth .pane.grid6{
	padding: 45px 20px;
	flex: 1 1 60%;
}
.footer_fourth .pane.grid6.ta-right{
	padding: 45px 20px;
	flex: 1;
}
.footer_fourth > .wrapper > .grid{
	    margin: 0;
    display: flex;
    align-items: center;
}
.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
}

.glossary .index ul.menu>li a {
  background: #13445e;
  color: #fff;
  font-size: 1.133em;
  padding: 0 .533em
}

.glossary .index ul.menu>li a:hover {
  background: #72c9e5;
  color: #13445e
}

.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: #f5f5f5;
  padding: 1.067em
}

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

.glossary .box h3.node-title a {
  color: #13445e;
  text-decoration: none
}

.glossary .box a {
  color: #13445e
}

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: none;
    display: flex;
}
#e2e-paragraphs-overview-form{
	    align-items: end;
    display: flex;
}
#e2e-paragraphs-overview-form .form-item{
	margin-bottom: 0px;
}
#Overview-Filter-Form form>div input[type=submit]{
	margin-bottom: 10px;
}
#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 var(--secondcolor);
  border-bottom-width: 1px;
  border-radius: 10px;
  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: #454545;
  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: #13445e;
  border: 1px solid #13445e;
  border-radius: 0;
  color: #fff;
  cursor: default;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .1em;
  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
}

.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: var(--maincolor);
  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: 18px
}

.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;
	font-style: normal;
}

.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
}

.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: 140%
}
main form ul li{
	list-style: disc;
}
#main-menu a {
  color: #13445e;
  font-family: Myriad Pro,Gill Sans,Gill Sans MT,Calibri,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: block;
    margin: .6em 1.2em;
    padding: 0
  }

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

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

  td:before {
    content: attr(data-th) ": ";
    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: "Flanders Art Sans", "Helvetica Neue", Helvetica, Arial, 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: "Flanders Art Sans", "Helvetica Neue", Helvetica, Arial, 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
}

nav.breadcrumb ol li a {
  color: #13445e;
  font-weight: 600;
  padding: 0
}

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: #454545
}
section.bundle-overview .overview .pane a:focus{
	
}

section.bundle-overview .overview .pane a.read-more {
  color: #fff;
  display: inline-block;
  margin: .533em 0
}

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;
	z-index: 1
}

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*/
	margin: 0
}

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

section.bundle-overview .overview.view-mode-links ul.menu.list li {
  border: 1px solid #2f2f2f;
  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: #13445e;
  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
}

.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: "Flanders Art Sans", "Helvetica Neue", Helvetica, Arial, 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: "Flanders Art Sans", "Helvetica Neue", Helvetica, Arial, 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: "Flanders Art Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 26px;
  font-weight: 400
}

body {
  font-family:"Flanders Art Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0
}

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
}
.header-wrap > .wrapper > .grid{
	margin: 0;
    display: flex;
    align-items: center;
}
.header-wrap > .wrapper > .grid > *{
	    padding: 20px 0;
    flex: 1;
}
.header-wrap > .wrapper > .grid > .branding{
	position: relative;
z-index: 499;
}
.header-wrap > .wrapper > .grid > .grid8{
	max-width: 450px;
}
#logo{
	display: flex;
    align-items: center;
}
#logo > img:first-child{
	margin-right: 60px;
}
.js-form-type-search-api-autocomplete label{
	position: absolute;
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0,0,0,0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}
.js-form-type-search-api-autocomplete{
	margin-bottom: 0px;
}
#views-exposed-form-search-page-1{
	position: relative;
}
#views-exposed-form-search-page-1 #edit-submit-search, #edit-submit-search--2{
	    background-color: white;
    background-image: url(search.svg);
    background-size: 25px;
    font-size: 0px;
    color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    width: 44px;
    height: 44px;
    margin: 1px;
    border-radius: 0 10px 10px 0;
    border-color: white;
}
#views-exposed-form-search-page-1 .form-text{
	margin-bottom: 0px;
	min-height: 35px;
    font-size: 16px;
    border-bottom: 1px solid #828282;
    border: 1px solid #828282;
    padding: 10px;
    border-radius: 10px;
}
#views-exposed-form-search-page-1 .form-actions{
	position: absolute;
    top: 0;
    right: 0;
}
.block-zichtbaarformuliersearchpage-1--2{
	margin: 30px 0 -20px;
}
.hamburger{
	display: none;
}
.bgc-grey .wrapper{
	max-width: 1500px;
    padding: 0 0px;
    text-align: right;
}
.submenu-dropdown .level-1 > a{
	color: var(--maincolor);
    font-family: "Flanders Art Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 20px;
	padding: 15px 20px;
}
.banner{
	position: relative;
	overflow: hidden;
	min-height: 500px;
}
.banner.inside{
	position: relative;
	overflow: hidden;
	min-height: unset;
}

.banner > img{
    min-height: 500px;
    width: 100%;
    object-fit: cover;
}
.banner.inside > img{
    min-height: unset;
    width: 100%;
    object-fit: cover;
}
.blue-wrap{
	background-image: url(blue.svg);
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 25vw;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
	
}
.banner .bubble-text{
	position: absolute;
    z-index: 9;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
	justify-content: flex-start;
	
}
.banner .bluestar{
	    width: 400px;
    height: 400px;
    position: absolute;
    bottom: -2px;
    right: -2px;
    background-image: url(blue-star.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right bottom;
}
.banner .bubble-text .bubble-wrap{
	max-width: 400px;
	/*padding: 100px 40px 40px;*/
	padding: 40px 40px 40px;
	background-color: white;
	border-radius: 0 40px 40px 40px;
	margin-left: 10vw;
	color: var(--maincolor);
    font-family: "Flanders Art Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 20px;
	/*background-image: url(acco.png);
	background-repeat: no-repeat;
	background-position: 40px 40px;*/
}
.shortcut-wrapper img.lazy-loaded{
	animation: fadeIn .4s forwards;
    opacity: 1;
    display: block;
	max-width: 124px;
	    margin: 0 auto;
}
.inside .shortcut-wrapper img.lazy-loaded{
	max-height: 80px;
	width: auto;
	margin-bottom: 20px;
}
.inside .bundle-shortcuts > .innerwrap > .field-wrap {
    display: flex;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    gap: 40px;
}
.inside .shortcut-wrapper.image{
	    flex: 1 1 20%;
    max-width: 25%;
}
.frontpage .shortcut-wrapper{
	text-align: center;
}
.frontpage .bundle h2.field-title{
	line-height: 110%;
    color: var(--maincolor);
    font-family: "Flanders Art Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 52px;
    display: inline-block;
    text-align: center;
    margin: 20px 0 60px !important;
    width: 100%;
}
.bundle-shortcuts > .innerwrap > .field-wrap{
	display: flex;
    justify-content: space-between;
    text-align: center;
}
.bundle-links a.shortcut-link, .bundle-shortcuts a.shortcut-link,.bundle-links a.shortcut-link:focus, .bundle-shortcuts a.shortcut-link:focus {
    background: transparent;
	color: var(--maincolor);
    font-family: "Flanders Art Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 20px;
	line-height: 120%;
	position: inherit;
}
/*.bundle-links a.shortcut-link::after, .bundle-shortcuts a.shortcut-link::after{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	content: "";
}*/
.frontpage main > .wrapper, .frontpage .block-subtheme-content{
	max-width: unset;
	padding: 0;
}
.frontpage .bundle > .innerwrap{
	max-width: 1400px;
	padding: 0 20px;
	margin: 0 auto;
}
.shortcut-wrapper.image {
    background: transparent;
    border: 0px solid #f5f5f5;
    border-bottom: 0px solid #f5f5f5;
    border-radius: 0px;
    transition: all .4s;
	max-width: 150px;
	margin-top: 0px;
	transform: scale(1);
	position: relative;
	animation: SlideUp 1.6s ease-out;
}
.shortcut-wrapper.image:hover{
	transform: scale(.9);
	transition: all .4s;
}
.button, input[type=button]{
	background-color: var(--secondcolor);
    border: 1px solid var(--secondcolor);
    color: var(--maincolor);
    font-family: "Flanders Art Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-transform: none;
    font-size: 20px;
    letter-spacing: 1px;
    padding: 10px 40px;
    border-radius: 10px;
	margin-bottom: 15px;
}
aside .button, aside input[type=button]{
	white-space: unset;
}
.button.blue, input[type=button].blue{
	background-color: var(--bluecolor);
    border: 1px solid var(--bluecolor);
    color: white;
}
.yellow .button, .yellow input[type=button]{
	background-color: var(--maincolor);
    border: 1px solid var(--maincolor);
    color: var(--secondcolor);
}
.frontpage .bundle-button{
	text-align: center;
	margin-top: 80px;
}
.green{
	background-color: var(--greencolor);
}
.yellow{
	background-color: var(--secondcolor);
}
.bundle-references.green, .bundle-references.yellow{
/*	    -webkit-clip-path: polygon(0 0, 100% 30%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 30%, 100% 100%, 0% 100%);*/
    padding-top: 100px;
	padding-bottom: 100px;
}
.frontpage .bundle-references.green, .frontpage .bundle-references.yellow {
    padding-top: 20px;
    padding-bottom: 100px;
    position: relative;
    margin-top: 150px;
	/*background-image: url(white-star.svg);
	background-repeat: no-repeat;
	background-size: 350px;
	background-position: bottom right;*/
}
.frontpage .bundle-references.green {
    background-image: url(white-star.svg);
	background-repeat: no-repeat;
	background-size: 350px;
	background-position: bottom right;
	background-color: #f5f5f5;
}
.frontpage .bundle-shortcuts.themas .innerwrap > .field-wrap .shortcut-wrapper{
	flex: 1 1 calc(21% - 4px);
max-width: unset;
border: 2px solid var(--bluecolor);
min-height: 100px;
display: flex;
justify-content: center;
align-items: center;
margin: 2%;
	position: relative;
	/*
	background-color: var(--bluecolor);*/
	border-radius: 20px 20px 20px 0;
}
.frontpage .bundle-shortcuts.themas .innerwrap > .field-wrap .shortcut-wrapper:nth-child(1n+1){
	border-radius: 20px 20px 20px 0px;
}
.frontpage .bundle-shortcuts.themas .innerwrap > .field-wrap .shortcut-wrapper:nth-child(2n+2){
	border-radius: 0px 20px 20px 20px;
}
.frontpage .bundle-shortcuts.themas .innerwrap > .field-wrap .shortcut-wrapper:nth-child(3n+3){
	border-radius: 20px 0px 20px 20px;
}

/*.frontpage .bundle-shortcuts.themas .innerwrap > .field-wrap .shortcut-wrapper:nth-child(1)::after, .frontpage .bundle-shortcuts.themas .innerwrap > .field-wrap .shortcut-wrapper:nth-child(3)::after{
	width: 50px;
	height: 50px;
	content: "";
	background-image: url(yellow-corner.svg);
	background-position: center;
	position: absolute;
    z-index: -1;
	top: -25px;
	left: -25px;
}
.frontpage .bundle-shortcuts.themas .innerwrap > .field-wrap .shortcut-wrapper:nth-child(6)::after, .frontpage .bundle-shortcuts.themas .innerwrap > .field-wrap .shortcut-wrapper:nth-child(8)::after{
	width: 50px;
	height: 50px;
	content: "";
	background-image: url(yellow-corner.svg);
	background-position: center;
	position: absolute;
    z-index: -1;
	bottom: -25px;
	left: -25px;
	transform: rotate(-90deg);
}
.frontpage .bundle-shortcuts.themas .innerwrap > .field-wrap .shortcut-wrapper:nth-child(5)::after, .frontpage .bundle-shortcuts.themas .innerwrap > .field-wrap .shortcut-wrapper:nth-child(7)::after{
	width: 50px;
	height: 50px;
	content: "";
	background-image: url(green-corner.svg);
	background-position: center;
	position: absolute;
    z-index: -1;
	top: -25px;
	left: -25px;
}
.frontpage .bundle-shortcuts.themas .innerwrap > .field-wrap .shortcut-wrapper:nth-child(2)::after, .frontpage .bundle-shortcuts.themas .innerwrap > .field-wrap .shortcut-wrapper:nth-child(4)::after{
	width: 50px;
	height: 50px;
	content: "";
	background-image: url(green-corner.svg);
	background-position: center;
	position: absolute;
    z-index: -1;
	bottom: -25px;
	left: -25px;
	transform: rotate(-90deg);
}*/
.frontpage .bundle-shortcuts.themas > .innerwrap > .field-wrap{
	flex-wrap: wrap;
}
.bundle-references.green .green-border{
		-webkit-clip-path: polygon(0 0, 100% 80px, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 80px, 100% 100%, 0% 100%);
    height: 80px;
    position: absolute;
    width: 100%;
    top: -79px;
    z-index: 9;
    background: var(--greencolor);
}
.bundle-references.grey .grey-border{
		-webkit-clip-path: polygon(0 0, 100% 80px, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 80px, 100% 100%, 0% 100%);
    height: 80px;
    position: absolute;
    width: 100%;
    top: -79px;
    z-index: 9;
    background: #f5f5f5;
}
.wit .white-border{
		/*-webkit-clip-path: polygon(0 0, 100% 80px, 100% 100%, 0% 100%);*/
	-webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 80px, 0% 0%);
        clip-path: polygon(0% 100%, 100% 80px, 100% 100%, 0% 0%);
    height: 80px;
    position: absolute;
    width: 100%;
    top: -79px;
    z-index: 9;
    background: #fff;
	-webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.grey{
	background-color: #f5f5f5;
}
.bundle-references.grey{
	    background-image: url("yellow-star-content.svg");
    background-repeat: no-repeat;
    background-size: 350px;
    background-position: bottom right;
	padding-top: 20px;
    padding-bottom: 100px;
    position: relative;
    margin-top: 150px;
}
.bundle-overview.wit{
    background-repeat: no-repeat;
    background-size: 350px;
    background-position: bottom right;
	padding-top: 20px;
    padding-bottom: 100px;
    position: relative;
    margin-top: 0px;
}
.bundle-references.yellow .yellow-border{
		-webkit-clip-path: polygon(0 0, 100% 80px, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 80px, 100% 100%, 0% 100%);
    height: 80px;
    position: absolute;
    width: 100%;
    top: -79px;
    z-index: 9;
    background: var(--secondcolor);
}
/*.bundle-references.green::before{
	background-image: url(greenborder.svg);
	content: "";
	background-size: fill;
	height: 80px;
	width: 100%;
}*/
#overview-38{
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
}
#overview-38 > .grid12:first-child, /*#overview-38 > .grid12.promoted,*/ #overview-38.promoted-overview > .grid12.promoted:first-child{
	grid-column: 1 / 3;
    grid-row: 1 / 3;
}
#overview-38 > .grid12:first-child > .card .teaser-content header h3, #overview-38 > .grid12.promoted > .card .teaser-content header h3, #overview-38.promoted-overview > .grid12.promoted:first-child > .card .teaser-content header h3 {
	font-size: 28px;
}
#overview-38.promoted-overview > .grid12 > .card .teaser-content header h3{
	font-size: 16px;
}
#overview-38.promoted-overview > .grid12:first-child{
	grid-column: auto;
    grid-row: auto;
}

#overview-38 > .grid12:first-child > .card{
	height: 100%;
}
#overview-38 > .grid12:first-child > .card img{
	object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
	transition: ease-in-out .3s;
    display: block;
}
#overview-38 > .grid12 > .card img{
    display: block;
}
#overview-38 > .grid12:first-child:hover > .card img{
    height: 105%;
    width: 105%;
	transition: ease-in-out .3s;
}
.view-mode-teaser-large .grid12:hover, .view-mode-teaser-large .grid4:hover, .view-mode-teaser-large .grid6:hover{
	transition: ease-in-out .3s;
	border-radius: 0 30px 30px;
	overflow: hidden;
}
.view-mode-teaser-large .grid4, .view-mode-teaser-large .grid6{
	transition: ease-in-out .3s;
	overflow: hidden;
}
.view-mode-teaser-large .grid12 figure img, .view-mode-teaser-large .grid4 figure img, .view-mode-teaser-large .grid6 figure img{
	transform: scale(1);
	transition: ease-in-out .3s;
    display: block;
}
.view-mode-teaser-large .grid12 figure img.lazy , .view-mode-teaser-large .grid4 figure img.lazy, .view-mode-teaser-large .grid6 figure img.lazy{
    display: none;
}
.view-mode-teaser-large .grid12:hover figure img, .view-mode-teaser-large .grid4:hover figure img, .view-mode-teaser-large .grid6:hover figure img{
	transition: ease-in-out .3s;
	transform: scale(1.1);
}
.grid12{
	position: relative;
	animation: SlideUp 1.6s ease-out;
	transition: ease-in-out .3s;
	overflow: hidden;
}
#overview-38 > .grid12 > .card .teaserlink{
	font-size: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	z-index: 1;
}
section.bundle-overview .overview.view-mode-teaser-large .teaser-content {
   background-color: var(--bluecolor);
    padding: 0 0.467em 0.767em;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}
section.bundle-overview .overview.view-mode-teaser-large .teaser-call .teaser-content{
	background-color: transparent;
}
section.bundle-overview .overview.view-mode-teaser-large .teaser-content::before{
	-webkit-clip-path: polygon(0 0, 100% 80px, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 4rem, 100% 100%, 0% 100%);
    height: 4rem;
    position: absolute;
    width: 100%;
    top: -3.9rem;
    z-index: 8;
    background: var(--bluecolor);
    content: "";
    left: 0;
}
.bundle-overview .overview .teaser-content header h3 a{color: white;}

.bundle-overview .overview .teaser-content header h3{
	display: block !important;
	font-family: "Flanders Art Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
	color: white;
	font-size: 16px;
	margin: 0 10px;
}
.card.teaser-small{
	display: flex;
	/*align-items: center;*/
	position: relative;
	height: 100%
}
.card.teaser-small .teasercontent{
	padding: 10px 25px;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.card.teaser-small .teasercontent h3{
	margin-bottom: 0px !important;
}
.card.teaser-small .teasercontent .teaser-date{
	font-family: "Flanders Art Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #666;
	font-size: 16px;
}
.card.teaser-small .teasercontent h3 a{
	font-family: "Flanders Art Sans";
	color: var(--maincolor);
	font-size: 22px;
	text-decoration: none;
}
.card.teaser-small .teasercontent h3 a:focus, .card .teasercontent h3 a:focus{
	position: inherit;
}
.card a{
	text-decoration: none !important;
}
.teaserlink:focus{
	position: absolute;
	z-index: 99
}
.inside article.call {
	display: flex;
}
.inside article.call .pane.grid8 {
  width: 69%;
  margin-right: 3%;
  flex: 1 1 69%;
}
.inside article.call .grid8 + .pane.grid4 {
  width: 28%;
  margin-top: 43px;
  min-width: 328px;
  flex: 1 1 28%;
}
.card.teaser-small .teaser-image{
	/*max-width: 150px;*/
    overflow: hidden;
    object-fit: cover;
    height: 100%;
}
.masonry-grid .masonry-item.pane{
	position: relative;
}
.view-mode-teaser-small .masonry-grid .masonry-item.pane .teaser-image img{
	transform: scale(1.05);
	transition: ease-in-out .3s;
	    object-fit: cover;
    height: 100%;
}
.view-mode-teaser-small .masonry-grid .masonry-item.pane:hover .teaser-image img{
	transform: scale(1.1);
	transition: ease-in-out .3s;
}
.card.teaser-small .teasercontent h3 a::after{
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}
.view-mode-teaser-small .masonry-grid .masonry-item.pane {
    width: 100%;
    background-color: white;
    padding: 0px !important;
    margin: 1%;
    border-radius: 0 20px 20px;
    overflow: hidden;
	transition: ease-in-out .3s;
}
.overview.view-mode-teaser .gt-3 .card.teaser.event{
	min-height: 245px;
}
.overview.view-mode-teaser .gt-3 .card.teaser.event figure{
	height: 100%;
}
.overview.view-mode-teaser .gt-3 .card.teaser.event figure img {
    transform: scale(1);
    transition: ease-in-out .3s;
    object-fit: cover;
    height: 250px;
}
.view-mode-teaser-small .masonry-grid .masonry-item.pane:hover {
    border-radius: 0;
    overflow: hidden;
	transition: ease-in-out .3s;
}
.bundle-text.mapbundle{
	position: relative;
}
.mapwrapper{
	height: 330px;
	background-image: url("../map-dummy.jpg");
	background-position: right;
background-repeat: no-repeat;
background-size: cover;
}
.mapwrapper .blue-wrap {
    width: 48vw;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}

.mapwrapper .blue-content  {
    background-color: var(--bluecolor);
    height: 330px;
    width: 40vw;
    position: absolute;
    z-index: 1;
    background-color: #2288c9;
	display: flex;
    align-items: center;
    justify-content: center;
}
.mapwrapper .blue-content .bluetext{
	color: white;
    font-size: 40px;
    font-family: "Flanders Art Sans";
    line-height: 50px;
    background-image: url(place.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 70px;
    padding-left: 100px;
}
.teaserlink {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    font-size: 0px;
}
#innerbottom .bundle.bundle-entity{
	padding: 30px 50px 30px 80px;
    border-radius: 30px 30px 30px 0;
    background-color: var(--greencolor);
    color: white;
    max-width: 400px;
    margin: 0 auto;
	    font-size: 18px;
}
#innerbottom .masonry-grid{
	display: block;
	margin: 0;
}
#innerbottom{
	background-image: url(yellow-star.svg);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 350px;
	padding: 20vh 20px;
}
#innerbottom .bundle.bundle-entity .label.pane {
    font-size: 0px;
}
#innerbottom .bundle.bundle-entity .pane.grid11{
	width: calc(100% - 40px);
}
#innerbottom .bundle.bundle-entity .label-Telefoon, .contper-wrap .label-Telefoon, .pane.grid4.sidebar > .block .bundle-contactpersoon .card.teaser-small .teasercontent .label-Telefoon{
	background-image: url(tel.svg);
	    background-position: 8px;
    background-size: 22px;
    background-repeat: no-repeat;
    height: 26px;
	font-size: 0;
	width: 40px;
}
#innerbottom .bundle.bundle-entity .label-Email, .contper-wrap .label-Email, .pane.grid4.sidebar > .block .bundle-contactpersoon .card.teaser-small .teasercontent .label-Email{
	background-image: url(mail.svg);
	    background-position: 8px;
    background-size: 22px;
    background-repeat: no-repeat;
    height: 26px;
	font-size: 0;
	width: 40px;
}
.pane.grid4.sidebar > .block .label-Email{
	background-image: url(mail.svg);
	    background-position: 8px;
    background-size: 22px;
    background-repeat: no-repeat;
    height: 26px;
	font-size: 0;
	width: 40px;
}
.pane.grid4.sidebar > .block.yellow .label-Email{
	background-image: url("mail-blue.svg");
}
.pane.grid4.sidebar > .block .label-Telefoon{
	background-image: url(tel.svg);
	    background-position: 8px;
    background-size: 22px;
    background-repeat: no-repeat;
    height: 26px;
	font-size: 0;
	width: 40px;
}
.pane.grid4.sidebar > .block.yellow .label-Telefoon{
	background-image: url(tel-blue.svg);
}
.pane.grid4.sidebar > .block .item-Email, .pane.grid4.sidebar > .block .item-Telefoon{
	width: calc(100% - 50px);
	padding-bottom: 0;
}
.pane.grid4.sidebar > .block .field.grid.gt-tiny{
	margin-top: 5px;
}
.bundle-contactpersoon .card.teaser-small .teasercontent .label-Telefoon{
	background-image: url("tel-yellow.svg");
	    background-position: 8px;
    background-size: 22px;
    background-repeat: no-repeat;
    height: 26px;
	font-size: 0;
	width: 40px;
}
.field-files .link+.link, .field-links .link+.link {
    margin-top: 5px;
}
.field-files .link, .field-links .link {
    background: transparent;
    padding: 0 0.429em 10px;
    transition: all .4s;
    border: 0px !important;
}
.bundle-contactpersoon .card.teaser-small .teasercontent .label-Email{
	background-image: url("mail-yellow.svg");
	    background-position: 8px;
    background-size: 22px;
    background-repeat: no-repeat;
    height: 26px;
	font-size: 0;
	width: 40px;
}
.bundle-links a, .bundle-shortcuts a {
    color: var(--maincolor);
    display: inline-block;
    font-weight: 400;
    padding: 0.429em 0 0;
    text-decoration: none;
    width: auto;
}
.icon-right:before {
    content: url("yellow-corner-small.svg");
    color: var(--secondcolor);
	font-size: .9em;
	    width: 10px;
    margin-right: 10px;
}
.field-files .link:hover a, .field-links .link:hover a{
    color: var(--maincolor);
	text-decoration: underline;
}
.field-files .link:hover, .field-links .link:hover {
    background: transparent;
}
.contper-wrap .item-Telefoon, .contper-wrap .item-Email{
	/*padding-left: 10px;*/
}
#innerbottom .bundle.bundle-entity h2.field-title {
    line-height: 110%;
    color: var(--maincolor);
    font-family: "Flanders Art Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 52px;
    display: inline-block;
    text-align: left;
    margin: 0px 0 10px !important;
    width: 100%;
}
.footer_fifth{
	width: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
	    border-top: 1px #cbd2da solid;
}
.footer_fifth > .wrapper{
	max-width: none;
}
.footer_fifth .footerplacement .footer-wrapper{
	display: flex;
    padding: 30px;
}
.footer_fifth .footerplacement .footer-wrapper .footer-umbrella{
	flex: 0 0 17%;
    margin-right: 3%;
}
.footer_fifth .footerplacement .footer-wrapper .footer-body{
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1 1 60%;
}
.footer_fifth .footerplacement .footer-wrapper .footer-body h2{
	font-family: "Flanders Art Sans";
	font-weight: 600;
	font-size: 18px;
	    color: #333332;
	line-height: 1;
	text-align: left;
}
.footer_fifth .footerplacement .footer-wrapper .footer-body h2 span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}
.footer_fifth .footerplacement .footer-wrapper .footer-side{
	display: flex;
    flex-direction: column;
        flex: 1 0 18%;
    margin-left: 2%;
    align-items: end;
    justify-content: center;
}
.footer_fifth .footerplacement .footer-wrapper .footer-side p{
	margin-bottom: 0px;
	text-transform: uppercase;
	text-align: right;
	    font-size: 16px;
    text-transform: uppercase;
    line-height: 1;
	font-family: "Flanders Art Sans";
	margin-top: 2px;
	color: #333332;
}
.footer_fifth .footerplacement .footer-wrapper .footer-side p strong{
	font-weight: 600;
}
.footer_fifth .footerplacement .footer-wrapper .footer-umbrella img{
	display: flex;
    max-width: 155px;
    height: auto;
}
/*section.bundle-overview .overview.view-mode-teaser-large .teaser-content::after {
    content: url(bottom_corner.png);
    position: absolute;
    bottom: -5px;
    right: 0px;
    z-index: 99;
}*/
.card.teaser .teaser-content h3 a {
    color: var(--maincolor);
    font-size: 18px;
    line-height: 120%;
    text-transform: none;
    letter-spacing: 0;
}
.masonry-sizer{
	display: none;
}
.masonry-grid{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin: 0;
}
.view-mode-teaser .grid .masonry-item{
	-webkit-box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.2); 
box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.2);
	border-radius: 0 30px 30px;
	transition: ease-in-out .3s;
}
.view-mode-teaser .grid .masonry-item:hover{
	-webkit-box-shadow: 0px 0px 4px -2px rgb(0 0 0 / 40%); 
box-shadow: 0px 0px 4px -2px rgb(0 0 0 / 40%);
	border-radius: 0 30px 30px;
	transition: ease-in-out .3s;
}
.masonry-grid.gt-3 .masonry-item.pane, .masonry-grid.gt-4 .masonry-item.pane {
    width: 100%;
	    padding: 30px;
	position: relative;
}
.masonry-grid.gt-3 .masonry-item.pane .teaser-content h3 a::after, .masonry-grid.gt-4 .masonry-item.pane .teaser-content h3 a::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2
}
.view-mode-teaser .masonry-grid.gt-3 .masonry-item.pane, .view-mode-teaser .masonry-grid.gt-4 .masonry-item.pane{
	overflow: hidden;
	background-color: white;
	padding: 0px;
}
.masonry-grid.gt-2 {
	margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 50px;
}
.masonry-grid.gt-2 .masonry-item.pane {
   width: 100%;
    padding: 0;
	overflow: hidden;
}
.masonry-grid.gt-3 {
	margin: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}
.masonry-grid.gt-4 {
	margin: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 50px;
}
.masonry-grid.gt-5 {
	margin: 0;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 50px;
}
.wrapper{
	max-width: 1500px;
}
.block-subtheme-breadcrumbs{
	    margin: 30px 20px 40px;
}
 h1.field_title {
    line-height: 110%;
    color: var(--maincolor);
    font-family: "Flanders Art Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 50px;
    display: inline-block;
    text-align: left;
    margin: 0px 0 25px;
    width: 100%;
}
main.inside {font-size: 16px; color: var(--font); padding-bottom: 80px;background-image: url("yellow-star-content.svg"); background-repeat: no-repeat;background-position: bottom right; background-size: 20vw;}
.span-Nummer{
	font-family: "Flanders Art Serif", Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: var(--greencolor);
	font-weight: bold;
	    margin-bottom: 10px;
    display: inline-block;
}
.view-mode-teaser-large .masonry-grid.gt-3 .masonry-item.pane, .view-mode-teaser-large .masonry-grid.gt-4 .masonry-item.pane{
	padding: 0px;
}
.span-Nummer + .field.grid.gt-tiny{
	display: flex;
	font-size: 14px;
}
.span-Nummer + .field.grid.gt-tiny .label{
	color: var(--font);
	width: auto;
}.block .bundle > .field-title{font-size: 2em !important;}
.span-Nummer::before{
	content: "Oproep ";
	display: inline-block;
	margin-right: 5px;
}
#menu-bar{
	position: relative;
}
#menu-bar .menu-dropdown{
	    position: absolute;
       left: auto;
    top: 50px;
    text-align: left;
    background-color: #f5f5f5;
    padding: 30px 20px;
    right: 0;
    width: 100%;
    max-width: 815px;
	display: none;
	z-index: 10;
}
#menu-bar .menu-item--expanded:hover .menu-dropdown{
	display: block;
}
.inside article{
	margin: 0;
}
nav.breadcrumb {
    padding: 0 1.2855em;
}
figure.caption{
	display: inline-block;
	margin: 0 10px;
    vertical-align: top;
}
.caption > figcaption {
    display: table-caption;
    max-width: none;
    caption-side: bottom;
    font-size: 12px;
    font-style: italic;
    padding: 5px 0;
    display: block;
    text-align: center;
}
.align-right {
    float: right;
    margin: 0 0 30px 40px;
}
.align-left {
    float: left;
    margin: 0 40px 30px 0px;
}
.call .pane.grid4.sidebar-right > *{
	background-color: var(--greencolor);
	padding: 30px;
	color: var(--maincolor);
	border-radius: 30px 30px 30px 0px;
	    margin: 0 0 30px 30px;
}
.call .pane.grid4.sidebar-right .card.teaser-small {
    background-color: transparent;
}

.prog-wrap .field.grid.gt-tiny > *{
	width: auto;
	font-family: "Flanders Art Serif", Georgia, "Times New Roman", Times, serif;
    font-size: 20px;
	color: white;
	padding: 5px 5px 5px 0px 
}
.span-Bijlagen .icon-right .file a{
    font-size: 16px;
	color: var(--maincolor);
	text-decoration: none;
}
.card.teaser-small.person a{
	color: white;
	word-break: break-word;
}
.span-Bijlagen .icon-right:before {
    content: none;
}
.span-Bijlagen .icon-right .file{
	padding-left: 35px;
	background-size: 25px;
}
.span-Bijlagen .icon-right{
	padding: 10px 0px;
	border-bottom: 1px dashed rgba(255,255,255,.2);
}
.file--application-pdf {
    background-image: url("../icons/pdf.svg");
}
.file--mime-image-png {
    background-image: url("../icons/png.svg");
}
.file--mime-image-jpeg {
    background-image: url("../icons/jpeg.svg");
}
.file--x-office-spreadsheet {
    background-image: url("../icons/xcl.svg");
}
.file--x-office-document {
    background-image: url("../icons/docs.svg");
}
.contper-wrap{
	background-image: url(personen.svg);
	background-position: 20px 34px;
    background-repeat: no-repeat;
    background-size: 50px;
}
/*.att-wrap{
	background-image: url(bijlagen.svg);
	background-position: 20px 34px;
    background-repeat: no-repeat;
    background-size: 50px;
}*/
.contper-wrap h3 {
    color: var(--maincolor);
    font-family: "Flanders Art Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    margin-left: 55px;
    font-size: 26px;
    margin-top: 11px;
	margin-bottom: 30px;
}
.contper-wrap .card.teaser-small .teasercontent h3{
	    margin-left: 0;
    font-size: 24px;
	    margin-bottom: 10px !important;
}
.contper-wrap .card.teaser-small .teasercontent{
	padding: 0 0 10px;
}
.contper-wrap .card.teaser-small + .card.teaser-small .teasercontent{
	padding: 0;
	border-top: 1px dashed rgba(255,255,255,.2);
}
.call > .grid8{
	padding-right: 30px;
}
.call .span-Nummer{font-size: 30px;}
.inside .bundle-overview .overview .teaser-content header h3{
	font-size: 24px;
}
.inside .bundle-overview .overview.view-mode-teaser-large .card.teaser-large .teaser-content header h3{
	font-size: 16px;
}
.overview.view-mode-thumbnail .masonry-grid .masonry-item.pane{
	padding: 0px;
}
.overview.view-mode-thumbnail .masonry-grid .masonry-item.pane a{
	text-decoration: none;
	color: inherit;
}
.grid4.sidebar-left.sidebar{
	width: 27%;
}
.frontpage .teaserdate{
	color: var(--font);
    margin: 0;
}
.teaser.event .span-Location{
	margin-top: 20px;
    display: block;
}
.teaserdate{
	    font-family: "Flanders Art Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
	color:  white;
	margin: 0 10px;
}
.teaserdate.article-full{
	margin: 0 0 20px;
	color: black;
}
.article .teaserdate{
	    font-family: "Flanders Art Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    color: var(--maincolor);
    margin: -10px 0 30px;
	font-size: 14px;
}
.menu-dropdown ul.menu{
	 -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
.menu-dropdown ul.menu > li{
	display: block;
	    border-bottom: 1px dotted var(--bluecolor);
}
#menu-bar .menu-item--expanded:hover .menu-dropdown ul.menu > li .menu-dropdown{
	display: none;
}
#menu-bar .menu-item--expanded:hover .menu-dropdown ul.menu > li a{
	color: var(--maincolor);
font-family: "Flanders Art Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 400;
font-size: 18px;
padding: 5px 10px;
	transition: ease-in-out .3s;
}
#menu-bar .menu-item--expanded:hover .menu-dropdown ul.menu > li a:hover{
	background-color: var(--secondcolor);
	transition: ease-in-out .3s;
}
/* stroke */
.submenu-dropdown .level-1 > a {
  position: relative;
}
.submenu-dropdown .level-1 > a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: var(--secondcolor);
  height: 3px;
	transition: ease-in-out .3s;
	z-index: 12
}
.submenu-dropdown .level-1:hover > a:after {
  width: 100%;
	transition: ease-in-out .3s;
}
.block .bundle>.field-title{
	font-size: 1.8em;
}
.bundle+.bundle h2.field-title{
	margin-top: 2em;
}
.bundle-contactpersoon .card.teaser-small .teasercontent {
    padding: 0;
}
.bundle-contactpersoon .card.teaser-small{
	padding: 15px 0;
}
.bundle-contactpersoon .card.teaser-small .teasercontent h3 {
    margin-bottom: 10px !important;
    margin-top: 0;
}
main a{
	color: var(--maincolor);
	text-decoration: underline;
}
main .span-Text a{
	color: var(--greencolor);
	text-decoration: underline;
}
main a:hover{
	color: var(--maincolor);
	text-decoration: none;
}
.field-files .file, .field-links .file {
    width: calc(100% - 70px);
    margin: 3px;
    padding-left: 36px;
}
.event .grid.flexwrap{
	display: flex;
	gap: 50px;
}
.event .bundle-workshop{
	padding: 0px 0 10px;
    margin-top: 0px;
    border-bottom: 0px solid var(--maincolor);
	margin-top: 0px;
	position: relative;
}
.event .bundle-workshop button{
	font-weight: bold !important;
	font-size: 22px !important;
	color: var(--maincolor);
}
.event .bundle-workshop:nth-child(odd){
	/*background-color: #f7f7f7;*/
}
.content-main .span-Files{
	    padding: 10px 0;
    display: block;
}

/*.event .bundle-workshop:nth-child(odd)::after {
    width: 50px;
    height: 50px;
    content: "";
    background-image: url(yellow-corner.svg);
    background-position: center;
    position: absolute;
    z-index: 0;
    top: -25px;
    left: -25px;
}*/
.event .bundle-workshop:nth-child(odd) figure img.lazy-loaded {
    display: block;
    max-width: 250px;
    float: left;
    margin: 0 20px 20px 0;
}
.event .bundle-workshop:nth-child(even) figure img.lazy-loaded {
    display: block;
    max-width: 250px;
    float: right;
    margin: 0 0px 20px 20px;
}
/*.event .bundle-workshop:nth-child(even)::after {
    width: 50px;
    height: 50px;
    content: "";
    background-image: url(green-corner.svg);
    background-position: center;
    position: absolute;
    z-index: 0;
    top: -25px;
    right: -25px;
    transform: rotate(90deg);
}*/
.event .workshop-wrap{
	margin-top: 70px;
}
.event .bundle-workshop .grid.gt-tiny{
	display: block;
	margin-top: 15px;
}
.event .bundle-workshop .grid.gt-tiny > *{
	width: auto;
	padding-left: 0px;
	padding-right: 10px;
}
.event .bundle-workshop .grid.gt-tiny + .grid.gt-tiny{
	margin-top: 5px;
}
#event-practical-info{
	background-color: var(--greencolor);
    /*padding: 30px;*/
    color: var(--maincolor);
    border-radius: 30px 30px 30px 0px;
    margin: 20px 0px;
}
#event-practical-info > .prac-wrap{
	margin: 30px;
}
#event-practical-info > .prac-wrap > .label, #event-practical-info .label{
	font-family: "Flanders Art Serif", Georgia, "Times New Roman", Times, serif;
    font-size: 20px;
    color: var(--maincolor);
    padding: 5px 5px 5px 30px;
	font-weight: 700;
	display: block;
}
#event-practical-info > .prac-wrap > .label-Locatie{
	background-image: url(place.svg);
    background-repeat: no-repeat;
    background-position: 0 5px;
    background-size: 21px;
    padding-bottom: 5px;
    display: block;
    padding-left: 30px;
}
#event-practical-info > .prac-wrap > .label-Deadline{
	background-image: url(clock.svg);
    background-repeat: no-repeat;
    background-position: 0 10px;
    background-size: 21px;
    padding-bottom: 5px;
    display: block;
    padding-left: 30px;
}
#event-practical-info > .prac-wrap > .label-Datum{
	background-image: url(calender.svg);
    background-repeat: no-repeat;
    background-position: 0 10px;
    background-size: 21px;
    padding-bottom: 5px;
    display: block;
    padding-left: 30px;
}
#event-practical-info .field-content{
	margin-bottom: 15px;
	margin-left: 30px;
}
.event .grid4 .button.button-event-subscription{
	width: calc(100% - 82px);
}
.event .grid4 > p{
	width: calc(100% - 82px);
	background-color: #f7f7f7;
    border: 1px solid #f7f7f7;
    color: #666666;
    font-family: "Flanders Art Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-transform: none;
    font-size: 20px;
    letter-spacing: 0px;
    padding: 10px 40px;
    border-radius: 10px;
	text-align: center;
}
.page-node-2153 .event .grid4 > p{
	display: none
}

.file-btn .file{
	    background-repeat: no-repeat;
    padding-left: 30px;
}
.bundle .accordion.field .content-header {
        cursor: pointer;
    padding: 20px 70px 20px 0px;
    border: 0px solid;
    background-color: transparent;
    width: 100%;
    text-align: left;
    text-transform: none;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0;
}
.bundle .accordion.field{
	border: 1px solid var(--greencolor);
    border-radius: 10px;
    padding: 0 20px;
}
.bundle .accordion.field .content-header .field-title {
    font-size: 20px;
    margin: 0;
    padding: 0;
    font-weight: 600;
}
.bundle .accordion.field .content-main {
    display: none;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 2em;
    padding-top: 0;
	background-color: transparent;
}
.bundle .accordion.field .content-header{
	position: relative;
}
.bundle .accordion.field .content-header:hover{
	background-color: transparent;
	color: var(--maincolor);
}
.bundle .accordion.field .content-header:hover h2 span{
	background-color: transparent;
	color: var(--maincolor);
}
.bundle .accordion.field .content-header:hover i, .bundle .accordion.field .content-header.active i{
	background-color: transparent;
	border: 2px solid var(--secondcolor);
}

.bundle .accordion.field .content-header i {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    left: auto;
    top: 50%;
    margin-top: -15px;
    border: 2px solid var(--maincolor);
    border-radius: 30px 30px;
    -ms-transition: border-color 0.45s ease;
    transition: border-color 0.45s ease;
    -webkit-transition: border-color 0.45s ease;
}
.bundle .accordion.field .content-header i::before {
    content: ' ';
    top: 15px;
    left: 4px;
    margin-top: -2px;
    width: 14px;
    height: 2px;
    position: absolute;
    background-color: var(--secondcolor);
    -ms-transition: background-color 0.15s ease;
    transition: background-color 0.15s ease;
    -webkit-transition: background-color 0.15s ease;
}
.bundle .accordion.field .content-header i::after {
    content: ' ';
    top: 7px;
    left: 16px;
    width: 2px;
    margin-left: -2px;
    height: 14px;
    position: absolute;
    background-color:  var(--secondcolor);
    -ms-transition: transform 0.45s cubic-bezier(.3,.4,.2,1),background-color 0.15s ease;
    transition: transform 0.45s cubic-bezier(.3,.4,.2,1),background-color 0.15s ease;
    -webkit-transition: -webkit-transform 0.45s cubic-bezier(.3,.4,.2,1),background-color 0.15s ease;
}
.bundle .accordion.field .content-header.active i::after {
    -ms-transform: scale(1,0);
    transform: scale(1,0);
    -webkit-transform: scale(1,0);
}
.bundle .accordion.field .content-header:hover i::before, .bundle .accordion.field .content-header:hover i::after, .bundle .accordion.field .content-header.active i::after , .bundle .accordion.field .content-header.active i::before {
	background-color: var(--maincolor);
}
.bundle .accordion.field .col-teaser-image img.lazy-loaded{display: block;}
.bundle .accordion.field .col-teaser-image{
	padding-right: 30px;
}
.pane.grid4.sidebar > .block:first-child{
	margin-top: 35px;
}
.pane.grid4.sidebar > .block {
    background-color: var(--secondcolor);
    padding: 50px 30px 50px;
    color: var(--maincolor);
    border-radius: 30px 30px 30px 0px;
    margin: 0 0 30px 0px;
	/*background-image: url("acco-white.png");
	background-repeat: no-repeat;
	background-position: 30px 30px;*/
}
.pane.grid4.sidebar > .block.grey {
    background-color: #f5f5f5;
    padding: 50px 30px 50px;
    color: var(--maincolor);
    border-radius: 30px 30px 30px 0px;
    margin: 0 0 30px 0px;
	/*background-image: url("acco-white.png");
	background-repeat: no-repeat;
	background-position: 30px 30px;*/
}
.pane.grid4.sidebar > .block.turquoise {
    background-color: var(--greencolor);
    padding: 50px 30px 50px;
    color: white;
    border-radius: 30px 30px 30px 0px;
    margin: 0 0 30px 0px;
	/*background-image: url("acco-white.png");
	background-repeat: no-repeat;
	background-position: 30px 30px;*/
}
.pane.grid4.sidebar > .block.turquoise .field-title{
	color: white;
	margin-top: 0px;
}
.pane.grid4.sidebar > .block.turquoise .button {
    background-color: var(--secondcolor);
    border: 1px solid var(--secondcolor);
    color: var(--maincolor);
    margin-right: 0px;
}
.pane.grid4.sidebar > .block.turquoise  a{
	color: white;
}
.pane.grid4.sidebar .bundle-menu ul.menu {
	-webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}
.pane.grid4.sidebar .bundle-menu ul.menu li .menu-dropdown{
	padding: 0;
	margin: 0;
}
.pane.grid4.sidebar .bundle-menu ul.menu li a{
	    font-size: 18px;
    border-bottom: 1px dotted var(--bluecolor);
    padding: 10px 0;
	transition: ease-in-out .3s;
}
.pane.grid4.sidebar .bundle-menu ul.menu li ul li a{
	    font-size: 16px;
    border-bottom: 0px dotted var(--bluecolor);
    padding: 10px 20px;
	transition: ease-in-out .3s;
}
.pane.grid4.sidebar .bundle-menu ul.menu li ul li a:hover, .pane.grid4.sidebar .bundle-menu ul.menu li ul li a.is-active{
	    font-size: 16px;
    background-color: var(--bluecolor);
	border-bottom: 0px dotted var(--bluecolor);
	padding: 10px 20px;
    color: white;
	transition: ease-in-out .3s;
}

.pane.grid4.sidebar .bundle-menu ul.menu li a:hover, .pane.grid4.sidebar .bundle-menu ul.menu li a.is-active{
	    font-size: 18px;
    border-bottom: 1px dotted var(--bluecolor);
	background-color: var(--bluecolor);
    padding: 10px;
	transition: ease-in-out .3s;
	text-decoration: none;
	color: white;
}
aside .block .bundle-menu h2.field-title{margin-top: 0px}
.teaser-small.person .pane.grid11{
	width: calc(100% - 40px);
}
.pane.grid4.sidebar > .block .bundle-button{
	text-align: center;
}
.pane.grid4.sidebar > .block .button{
    background-color: var(--maincolor);
    border: 1px solid var(--maincolor);
    color: var(--secondcolor);
	margin-right: 0px;
}
.bundle-menu ul.menu-level-0 {
	-webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
.bundle-menu ul.menu-level-0 > li{
	-webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;
	display: block;
}
.bundle-menu ul.menu-level-0 > li > .menu-dropdown{
	padding: 0 15px;
	margin-bottom: 15px;
}
.bundle-menu ul.menu-level-0 > li a:hover{
	text-decoration: underline;
}
.social-buttons {
    background-image: none;
    background-position: top;
    background-repeat: repeat-x;
    background-size: 14px 1px;
    margin: 1.714em 0;
    padding: 0.857em 0 0;
	display: flex;
	gap: 10px;
	font-weight: bold;
}
.social-buttons .iblock.icon {
    border-radius: 0.5rem;
    color: #fff;
    font-size: 0;
    height: 30px;
    margin-right: 0.5rem;
    padding: 0.857em;
    text-shadow: none;
    width: 30px;
    background-color: transparent !important;
	background-image: none !important;
}
.social-buttons .iblock.icon:before {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 30px;
    border: 1px solid var(--maincolor);
    color: var(--maincolor);
    opacity: .6;
}
.block.turquoise .social-buttons .iblock.icon:before {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 30px;
    border: 1px solid white;
    color: white;
    opacity: 1;
	    background-color: transparent;
}
.block.yellow .social-buttons .iblock.icon:before {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 30px;
    border: 1px solid var(--maincolor);
    color: var(--maincolor);
    opacity: 1;
	    background-color: transparent;
}
.node-preview-backlink{
	background: var(--secondcolor);
    padding: 10px 20px;
    display: inline-block;
    border-radius: 15px;
    margin-right: 15px;
	
}
.node-preview-container {
    position: fixed;
    z-index: 499;
    box-sizing: border-box;
    width: 100%;
    padding: 20px;
    background-color: white;
    -webkit-box-shadow: 0px 4px 5px -4px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 4px 5px -4px rgba(0,0,0,0.75);
    box-shadow: 0px 4px 5px -4px rgb(0 0 0 / 75%);
}
.overview-menu {
    border: 0px solid #f5f5f5;
    border-bottom: 0px solid #00aac6;
    border-radius: 0px;
    /* margin: 1.714em auto; */
    padding: 30px;
	max-width: 1570px !important;
}
.overview-menu ul.menu{
	-webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 3em;
  -moz-column-gap: 3em;
  column-gap: 3em;
}
.overview-menu ul.menu-level-0 > li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    display: block;
}
.overview-menu ul.menu-level-0 > li a{
	color: var(--maincolor);
	font-size: 16px;
}
.view-mode-teaser-large .card .teaser-content .span-Body {
    color: white;
    font-size: 14px;
    padding: 15px 10px 10px;
    display: block;
    font-weight: normal;
}
.card .overlink{
	    position: absolute;
    font-size: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 33;
    margin: 0;
}
.card.teaser figure img{
	transform: scale(1);
	transition: ease-in-out .3s;
}
.card.teaser:hover figure img{
	transform: scale(1.1);
	transition: ease-in-out .3s;
}
.card.teaser figure{
	position: relative;
}
.card.teaser figure::before{
	background-image: url(blue.svg);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 35%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
	content: "";
	z-index: 1
}
article .pane.grid8{
	width: 69%;
    margin-right: 3%;
}
article .sidebar-left + .pane.grid8{
	width: 69%;
    margin-right: 0%;
	margin-left: 3%;
}
article .grid8 + .pane.grid4{
	width: 28%;
	margin-top: 43px;
}
.card.teaser.event .teaser-content .span-Body, .card.teaser.event .teaser-content .more-link{
	display: none;
}
.card.teaser.event{
	padding-bottom: 0px !important;
	height: auto !important;
}

.overview>.grid>.pane .teaser.event .teaser-content, .overview.view-mode-teaser>.grid>.pane .teaser .teaser-content {
    padding: 15;
    position: absolute;
    z-index: 9;
    bottom: 30px;
    background-color: white;
    left: 30px;
    border-radius: 0 20px 20px;
	margin-right: 30px;
}
.overview>.grid>.pane .teaser.event .teaser-content h3{
	margin-bottom: 0px;
}
.overview>.grid>.pane .teaser.event .teaser-content .teaserdate{
	color: inherit;
	margin: 0;
}
.view-mode-teaser .masonry-grid.grid.gt-large.gt-3 .teaser .teaser-content{
	padding: 15px 15px 15px;
    position: absolute;
    z-index: 9;
    bottom: 20px;
    background-color: white;
    left: 20px;
    border-radius: 0 20px 20px;
    margin-right: 20px;
}
.view-mode-teaser .masonry-grid.grid.gt-large.gt-3 .teaser .teaser-content .teaserdate{
	font-size: 14px;
}
.view-mode-teaser .masonry-grid.grid.gt-large.gt-3 .teaser .teaser-content h3{
	line-height: 18px;
}
.view-mode-teaser .masonry-grid.grid.gt-large.gt-3 .teaser .teaser-content h3 a {
    color: var(--maincolor);
    font-size: 18px;
    line-height: 18px !important;
}
.span-Text li{
	margin-bottom: 5px;
}
/*------- frontpage -----*/
.frontpage section.bundle-overview .overview.view-mode-teaser-large .teaser-content::before{
	content: none;
}
.frontpage .overview.view-mode-teaser-large figure{
	position: relative;
	height: 100%;
}
.frontpage .overview.view-mode-teaser-large figure::before{
	background-image: url("blue.svg");
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 35%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
	content: "";
	z-index: 1;
}
.frontpage section.bundle-overview .overview.view-mode-teaser-large .card{
	border-radius: 0 30px 30px;
	overflow: hidden;
}
.frontpage section.bundle-overview .overview.view-mode-teaser-large .teaser-content {
    padding: 15px 15px;
    position: absolute;
    z-index: 9;
    bottom: 25px;
    background-color: white;
    left: 25px;
    border-radius: 0 20px 20px;
	right: unset;
	margin-right: 25px;
}
.frontpage section.bundle-overview .overview.view-mode-teaser-large .teaser-content h3{
	color: var(--maincolor);
	margin: 0;
}
.frontpage section.bundle-overview .overview.view-mode-teaser-large .teaser-content h3 a{
	color: var(--maincolor);
}
.card.teaser-small .teasercontent {
    width: 100%;
}
.card.teaser-small {
    flex-direction: row-reverse;
}
.frontpage .overview.view-mode-teaser-small .teaser-image::before {
    background-image: url("white.svg");
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 25%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    content: "";
    z-index: 1;
}
.frontpage .overview.view-mode-teaser-small .teaser-image{
	position: relative;
}


/*------------ insidepage -----------*/
.inside .overview.view-mode-teaser-small .teaser-image {
    position: relative;
	background-color: var(--secondcolor);
}
.inside .overview.view-mode-teaser-small .teaser-image::before {
    background-image: url("blue.svg");
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 25%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    content: "";
    z-index: 1;
}
.inside .card.teaser-small {
    background-color: #2288c9;
	color: white;
}
.inside .card.teaser-small h3 a, .inside .card.teaser-small .teaser-date{
	color: white;
}
.inside .content-wrapper.gridwse{margin: 0 auto; max-width: 960px}
.frontpage .content-wrapper.grid8{width: 100%;}
article .sidebar-left + .pane.grid8 > .grid8, .pane.grid8 > .grid8{
	width: 100%;
}
.page-node-88 table .align-left {
    float: left;
    margin: 0;
}
.page-node-88 table td{
	vertical-align: top;
}
.card.teaser-large{position: relative;}
.card.teaser-call .teaser-content{position: relative !important;}
#overview-8 .pane.grid4 {
    width: inherit;
    margin-top: 0;
}
.card.teaser-call {
	    background-color: #168AD2;
    height: calc(100% - 60px);
    padding: 30px;
    border-radius: 0 30px 30px;
	transition: ease-in-out .3s;
}
.masonry-item.pane.grid4:hover, .masonry-item.pane.grid4:hover .card.teaser-call{
    border-radius: 0 !important;
	transition: ease-in-out .3s;
}
.card.teaser-call > *, .card.teaser-call > * *{
	padding-left: 0px !important;
    padding-right: 0px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.card.teaser-call > *, .card.teaser-call > * .span-Nummer{
	font-size: 16px;
color: white;
font-weight: bold;
margin-bottom: 0px;
display: inline-block;
margin-top: 15px;
}
.card.teaser-call .teaserlink{
	color: transparent;
	font-size: 0
}
.card.teaser-call{
	background-image: url("yellow-star-small.svg");
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: 50%;
}

.card.teaser-call > * .pane, .card.teaser-call > * .pane div a, .card.teaser-call .span-Nummer + .field.grid.gt-tiny .label{
	    width: auto;
    color: white;
    padding-bottom: 0px;
}
.bundle-overview .overview .card.teaser-call .teaser-content header h3 {
    margin: 0;
}
.card.teaser-call > * .gt-tiny {
    gap: 10px;
    display: flex;
    font-size: 16px !important;
}
.card.teaser-call > * .gt-tiny .grid3, .card.teaser-call > * .gt-tiny .grid9{
	width: auto;
}
#confetti-canvas{
	display: block;
z-index: 999999;
pointer-events: none;
position: absolute;
top: 0;
bottom: 0;
right: 0;
}
#canvas-container-div {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  height: 100%;
}

#canvas {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  height: 100%;
}
.back-to-top {
  position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: var(--secondcolor);
    color: var(--maincolor);
    font-weight: bold;
    cursor: pointer;
    padding: 7px 15px;
    border-radius: 31px;
}
#welcome{
	position: absolute;
    z-index: 99;
    top: 0;
    /* bottom: 0; */
    right: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: rgba(255,255,255,.9);
	animation: FadeIn 0.6s ease-out;
	visibility:hidden;
}
#welcome img{
	width: 100%;
	object-fit: cover;
}
.view-mode-thumbnail .grid12 .bgc-grey {
    background-color: transparent;
    text-align: left;
    border-bottom: 1px dashed var(--secondcolor);
    background-image: url(oproep.svg);
    background-size: 32px;
    background-repeat: no-repeat;
    background-position: 10px 50%;
    padding-left: 56px;
}
.view-mode-thumbnail .grid12 .bgc-grey:hover{
	background-color: #f7f7f7;
}
.view-mode-thumbnail .grid12 .bgc-grey h3{
	margin: 5px 0;
	text-transform: none;
}
.view-mode-thumbnail .grid12 a {
	text-decoration: none;
}
label.form-required:after, legend > span.form-required:after {
    color: red;
    content: "*";
    margin: 0 0 0 0.2em;
}
.frontpage .footer_fourth a{position: relative;}
.page-node-17 .inside .content-wrapper.gridwse, .page-node-1981 .inside .content-wrapper.gridwse {
    margin: 0 auto;
    max-width: 1500px;
}
.page-node-17 .block.block-subtheme-content {
    margin: 0 auto;
    max-width: 1500px;
    min-width: 300px;
    padding: 0;
    position: relative;
}
.page-node-17 .inside .wrapper {
    max-width: 1500px;
}
section.bundle-overview .overview.view-mode-teaser .grid4 figure{
	margin-bottom: 0px;
}

.innerwrap-timestamp {
    display: flex;
    width: 100%;
}
.timestamp-hours {
    flex: 1 1 20%;
}
.timestamp-content {
    flex: 1 1 80%;
}

.span-Dag {
    display: block;
    border-bottom: 1px solid var(--greencolor);
    margin-bottom: 50px;
    text-align: center;
}
.spanwrap {
    /* background-color: white; */
    margin-bottom: -17px;
    display: block;
    /* padding: 0 20px; */
}
.span-Dag .spanwrap time {
    font-size: 24px;
    font-weight: bold;
    background-color: white;
    padding: 0px 20px;
}
.span-Uren .hours{
	background-color: var(--greencolor);
    text-align: center;
    font-size: 24px;
    line-height: 100%;
    display: block;
    max-width: 60px;
    font-weight: 500;
    color: white;
    padding: 20px;
    border-radius: 10px;
}
.span-Uren .hours time{
	display: block;
    text-align: center;
	letter-spacing: 1px;
}
.timestamp-content h2.field-title {
    font-size: 1.7em;
    margin-top: 0px !important;
    margin-bottom: 35px;
}
.bundle.bundle-day {
	display: block;
    margin-bottom: 130px;
} 
.label.label-Aantal.plaatsen{
	padding-left: 0px !important;
	font-weight: 700;
	color: var(--maincolor)
}
.event .bundle-workshop .grid.gt-tiny {
    display: block;
    margin-top: 5px;
	margin-left: 0 !important;
}
.bundle-workshop .innerwrap > h3 {
    font-size: 1.2em;
    text-transform: none;
    letter-spacing: 1px;
    font-family: "Flanders Art Sans Medium","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 600;
    margin-bottom: 0px;
    display: block;
}
.item-Aantal.plaatsen{
	font-weight: 600;
    letter-spacing: 1px;
    color: black;
}
.timestamp-content .span-Text{
	margin-bottom: 30px;
    display: block;
}
.timestamp-content .bundle-workshop .span-Text {
    margin: 20px 0;
    display: block;
	border-bottom: 1px dotted var(--secondcolor);
	padding-bottom: 20px;
}
.timestamp-content .bundle-workshop .span-Text ul {
    line-height: 1.5;
    list-style: disc;
    padding-left: 2.1em;
}
.form-item+fieldset, fieldset+.form-item, fieldset+fieldset {
    margin-top: 0;
    padding: 15px;
}
fieldset > .fieldset-wrapper legend {
    color: #13445e;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    display: block;
    float: left;
    padding: 5px 20px 10px 0px;
}
fieldset > .fieldset-wrapper label {
    display: block;
    margin-bottom: 0.2em;
    width: 100%;
    padding: 5px 20px 10px 0px;
}
.fieldset-wrapper .description {
    background-color: rgba(249,228,192,.98);
    border: 1px solid #f2c67a;
    font-size: .8em;
    font-style: italic;
    line-height: 1.5;
    padding: 0.533em 0.8em;
    float: left;
    width: calc(100% - 1.8em);
}
fieldset > .fieldset-wrapper .js-webform-checkboxes label {
    display: block;
    margin-bottom: 0.2em;
    width: 100%;
    padding: 5px 20px 10px 30px;
}
.inside .bundle-contactpersoon .card.teaser-small {
    background-color: var(--greencolor);
    color: white;
    padding: 30px 30px 15px;
    color: var(--maincolor);
    border-radius: 30px 30px 30px 0px;
    margin: 0;
	max-width: calc(50% - 75px);
}
.inside .gridwse .bundle-contactpersoon .innerwrap {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.inside .bundle-contactpersoon .card.teaser-small .field-item{
	color: white;
}
.gridwse .bundle-contactpersoon .card.teaser-small .teasercontent .label-Telefoon {
    background-image: url(/themes/custom/subtheme/css/tel.svg);
    background-position: 8px;
    background-size: 22px;
    background-repeat: no-repeat;
    height: 26px;
    font-size: 0;
    width: 40px;
}
.gridwse .bundle-contactpersoon .card.teaser-small .teasercontent .label-Email {
    background-image: url(/themes/custom/subtheme/css/mail.svg);
    background-position: 8px;
    background-size: 22px;
    background-repeat: no-repeat;
    height: 26px;
    font-size: 0;
    width: 40px;
}
.bundle-gallery .gallery .gallery-wrapper .slide .iblock{
	width: 100%;
}
.gallery-wrapper .swiper-container{
	padding-bottom: 40px;
}
.gallery-wrapper .swiper-button-prev, .gallery-wrapper .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;
    margin-top: -42px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: var(--secondcolor);
    border-radius: 30px;
}
input[type=checkbox]+label:before, input[type=radio]+label:before {
    background-color: #fff;
    background-image: none;
    border: 1px solid #c2c2c2;
    border-radius: 0.25em;
    color: #fff;
    height: 16px;
    transition: border-color .1s ease-in;
    width: 16px;
}

fieldset > .fieldset-wrapper .js-form-type-radio label {
    display: block;
    margin-bottom: 0.2em;
    width: calc(100% - 45px);
    padding: 5px 20px 10px 25px;
}
.form-checkboxes .form-item, .form-radios .form-item {
    border-left: 5px solid #f5f5f5;
    margin-bottom: 0;
    padding-left: 0.857em;
    float: left;
    width: 100%;
    position: relative;
}
input[type=checkbox]+label:after, input[type=checkbox]+label:before, input[type=radio]+label:after, input[type=radio]+label:before {
    content: "";
    display: block;
    left: 0;
    position: absolute;
    top: 0.55em;
}
/*------------------------------ Search results ----------------------*/

.middle-block {
    width: 70%;
    display: inline-block;
}

.middle-block + .sidebar {
    width: calc(25% - 60px);
    display: inline-block;
    vertical-align: top;
    margin-left: 5%;
    background-color: #f7f7f7;
    padding: 10px 30px 30px;
    border-radius: 0 30px 0;
}
.view-search .views-row{
	margin: 0px 17px 0;
	border-bottom: 1px solid var(--secondcolor);
	position: relative;
	padding: 17px 17px;
	transition: ease-in-out .5s;
}
.view-search .views-row:hover{
	background-color: var(--secondcolor);
	transition: ease-in-out .5s;
}
.js-facets-links.item-list__links{
padding-left: 0px
}
.facet-item{
	padding: 8px 0;
}
.facet-item:before {
    content: url(yellow-corner-small.svg);
    color: var(--secondcolor);
    font-size: .9em;
    width: 10px;
    margin-right: 5px;
    height: 10px;
    display: inline-block;
}
.facet-item a{
	text-decoration: none;
}
.views-field-title a{
    font-size: 24px;
    text-decoration: none;
    color: var(--maincolor);
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}
.views-field-title a::after{
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	
}
.view-search .view-header h1{
	display: block;
	margin-bottom: 30px;
}

.bundle-gallery .gallery .gallery-wrapper .iblock, .bundle-gallery .gallery .gallery-wrapper .large-thumbnail, .bundle-gallery .gallery .gallery-wrapper .thumbnail{
	vertical-align: top;
}
.bundle-gallery .gallery .gallery-wrapper .iblock, .bundle-gallery .gallery .gallery-wrapper .large-thumbnail, .bundle-gallery .gallery .gallery-wrapper .thumbnail{
	margin-bottom: 10px;
    position: relative;
}
.bundle-gallery .gallery .gallery-wrapper .iblock figcaption{
	    font-size: 12px;
    font-style: italic;
    padding: 5px;
}
.bundle-gallery .gal-59 .gallery .gallery-wrapper .iblock{
	width: calc(50% - 10px);
}
.bundle-gallery .gal-60 .gallery .gallery-wrapper .iblock{
	width: calc(33.33% - 10px);
}
.bundle-gallery .gal-61 .gallery .gallery-wrapper .iblock{
	width: calc(25% - 10px);
}
.responsive-iframe{
	position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100% !important;
  height: 1700px !important;
  border: none;

}
.page-node-1981 .block.block-subtheme-content, .page-node-1981 .inside .wrapper {
	max-width: 100%;
    padding: 0;
}
.page-node-1981 .block-subtheme-breadcrumbs{
	display: none;
}
.page-node-1981 main.inside{
	padding-top: 0px;
}
.page-node-1981 .inside .content-wrapper.gridwse {
    margin: 0 auto;
    max-width: 100% !important;
}
.backbutton{
	float: right;
	margin-right: 0px;
	background-color: white;
}





@media screen and (max-width: 2000px){
.frontpage .bundle > .innerwrap {
    max-width: 1250px;
    padding: 0 20px;
    margin: 0 auto;
}
.inside .wrapper {
    max-width: 1250px;
}
}

@media screen and (max-width: 1250px){
	.card.teaser-small .teaser-image {
	  max-width: 120px;
	  overflow: hidden;
	}
	.mapwrapper .blue-content .bluetext {
  color: white;
  font-size: 34px;
  font-family: "Flanders Art Sans";
  line-height: 110%;
  background-image: url(place.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 50px;
  padding-left: 70px;
}
}
@media screen and (max-width: 1024px){
	.socwrapper {
  display: flex;
  align-items: center;
  font-family: "Flanders Art Sans";
  font-size: 18px;
  line-height: 100%;
  color: black;
  justify-content: center;
}
	.footer_fourth .pane.grid6 {
  padding: 25px 20px;
  flex: 1 1 100%;
  text-align: center;
}
	.footer_fourth .pane.grid6.ta-right {
  padding: 5px 20px 20px;
  flex: 1;
}
	.footer_fourth > .wrapper > .grid {
  margin: 0;
  display: block;
  align-items: center;
  text-align: center;
}
	.masonry-grid.gt-3 {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
	.frontpage .masonry-grid.gt-3 {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
	#overview-38 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}
	.frontpage .bundle-shortcuts.themas .innerwrap > .field-wrap .shortcut-wrapper {
  flex: 1 1 calc(21% - 32px);
  max-width: unset;
  border: 1px solid var(--maincolor);
  min-height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2%;
  position: relative;
  padding: 15px;
}
	#innerbottom {
  background-image: url(yellow-star.svg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 350px;
  padding: 10vh 20px;
}
		.prog-wrap .field.grid.gt-tiny > * {
  width: auto;
  font-family: "Flanders Art Serif", Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  color: var(--maincolor);
  padding: 5px 5px 5px 0px;
}
	.contper-wrap, .att-wrap {
  background-size: 55px;
		background-position: 20px 34px;
}
	.contper-wrap h3 {
  margin-left: 61px;
  font-size: 26px;
  margin-top: 11px;
  margin-bottom: 30px;
}
	.call > .grid8 {
  padding-right: 30px;
  width: 60%;
}
	.call > .grid4 {
  width: 40%;
}
	.header-wrap > .wrapper > .grid > .grid8 {
  max-width: 250px;
}
	#logo {
  padding-top: 20px;
}
}
@media screen and (max-width: 810px){
	.hamburger {
  /*padding: 15px 15px;*/
  display: inline-block !important;
  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: 0 0 0 0px;
  overflow: visible;
	padding: 0 20px;
	border: 0 solid #2f2f2f;
	width: 100%;
}
  .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: var(--maincolor); }

.hamburger-box {
  width: 30px;
  height: 17px;
  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: 3px;
    background-color: var(--maincolor);
    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{background-color: rgba(255,255,255,.05);}
.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); }
#tmenu{
	color: var(--maincolor);
line-height: 56px;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 0;
font-size: 20px;
}
	.submenu-dropdown{
		display: none;
	}
		#logo > img:first-child {
  		margin-right: 25px;
}
	#logo > img:last-child{
		max-width: 100%;
		width: 100%;
		margin-right: 30px;
	}
	#logo {
  display: flex;
  align-items: center;
  padding: 0;
}
	.submenu-dropdown .level-1 > a {
  color: var(--maincolor);
  font-family: "Flanders Art Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 20px;
  padding: 15px 20px;
}
	.submenu-dropdown .level-1 > a::after{content: none;}
	#menu-bar .menu-item--expanded:hover .menu-dropdown,#menu-bar .menu-item--expanded .menu-dropdown{
		display: block;
	}
	#menu-bar .menu-dropdown {
  position: relative;
  left: auto;
  top: auto;
  text-align: left;
  background-color: #f5f5f5;
  padding: 0px 10px;
  right: auto;
  width: 100%;
  max-width: 815px;
  display: block;
  z-index: 10;
}
	#menu-bar .menu-item--expanded:hover .menu-dropdown ul.menu > li a, #menu-bar .menu-item--expanded .menu-dropdown ul.menu > li a {
  color: var(--maincolor);
  font-family: "Flanders Art Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  padding: 5px 10px;
  transition: ease-in-out .3s;
}
	.clearfix.menu.menu-level-0{
	-webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;	
	}
	.clearfix.menu.menu-level-0 > li{
		display: block;
		text-align: left;
		break-inside: avoid;
	}
	.menu-dropdown ul.menu {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}
	.call > .grid8 {
  padding-right: 0px;
  width: 100%;
}
	.call > .grid4 {
  width: 100%;
  margin-top: 50px;
}
	.bundle-shortcuts > .innerwrap > .field-wrap {
  display: flex;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
	.shortcut-wrapper.image {
  background: transparent;
  border: 0px solid #f5f5f5;
    border-bottom-color: rgb(245, 245, 245);
    border-bottom-style: solid;
    border-bottom-width: 0px;
  border-bottom: 0px solid #f5f5f5;
  border-radius: 0px;
  transition: all .4s;
  max-width: 33%;
  margin-top: 0px;
  transform: scale(1);
  position: relative;
  animation: SlideUp 1.6s ease-out;
  width: 100%;
  margin-bottom: 40px;
}
	.bundle-shortcuts > .innerwrap > .field-wrap {
  display: flex;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
	#overview-38 > .grid12:first-child {
  grid-area: unset;
}
	#overview-38 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}
	.frontpage .bundle-shortcuts.themas .innerwrap > .field-wrap .shortcut-wrapper {
  flex: 1 1 calc(46% - 32px);
  max-width: unset;
  border: 1px solid var(--maincolor);
  min-height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2%;
  position: relative;
  padding: 15px;
}
	.masonry-grid.gt-3 {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
	}
	main .grid4, main .grid8{
		width: 100%;
	}
	main .grid4{
		margin-top: 50px;
	}
	.event .grid.flexwrap {
  display: block;
  gap: 50px;
}
	#e2e-paragraphs-overview-form {
  align-items: end;
  display: block;
}
	#e2e-paragraphs-overview-form > *{
		margin-bottom: 20px
	}
}
@media screen and (max-width: 767px){
	.footer_fifth .footerplacement .footer-wrapper .footer-umbrella {
  flex: 0 0 50%%;
  margin-right: 0;
}
	.footer_fifth .footerplacement .footer-wrapper .footer-body {
  flex: 0 0 100%;
		order: 3;
		
}
	.footer_fifth .footerplacement .footer-wrapper .footer-side {
  order: 2;
flex: 1 0 50%;
margin-left: 0;
margin-bottom: 15px;
}
	#overview-38 > .grid12:first-child, #overview-38 > .grid12.promoted, #overview-38.promoted-overview > .grid12.promoted:first-child {
  grid-column: 1 / 1;
  grid-row: 1 / 3;
}
}

@media screen and (max-width: 650px){
	
/*---------------------------------------------------------------------------*/
/*-------------------------------- Menu -------------------------------------*/
/*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*/
	
.hamburger {
  /*padding: 15px 15px;*/
  display: inline-block !important;
  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: 0 0 0 0px;
  overflow: visible;
	padding: 0 20px;
	border: 0 solid #2f2f2f;
	width: 100%;
}
  .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: var(--maincolor); }

.hamburger-box {
  width: 30px;
  height: 17px;
  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: 3px;
    background-color: var(--maincolor);
    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{background-color: rgba(255,255,255,.05);}
.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); }
#tmenu{
	color: var(--maincolor);
line-height: 56px;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 0;
font-size: 20px;
}
	.submenu-dropdown{
		display: none;
	}
	.header-wrap > .wrapper > .grid > .grid8 {
  display: none;
}
	#logo > img:first-child {
  		margin-right: 25px;
}
	#logo > img:last-child{
		max-width: 50%;
		width: 100%;
	}
	#logo {
  display: flex;
  align-items: center;
  padding: 0;
}
	#mainmenu.inline-menu ul.menu li.level-1 {
  display: block;
  text-align: left;
  border-bottom: 1px dotted var(--secondcolor);
}
	#mainmenu.inline-menu ul.menu li.level-1.menu-item--expanded{
		padding-bottom: 20px;
	}
	.banner .bubble-text .bubble-wrap {
  max-width: 400px;
  padding: 100px 40px 40px;
  background-color: white;
  border-radius: 0 40px 40px 40px;
  margin: 5vw;
  color: var(--maincolor);
  font-family: "Flanders Art Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  background-image: url(acco.png);
  background-repeat: no-repeat;
  background-position: 40px 40px;
}
	.banner {
  position: relative;
  overflow: hidden;
  min-height: 650px;
}
	.banner > img{
	height: 650px;
	width: 100%;
	object-fit: cover;
	}
	.blue-wrap {
  background-image: url(blue.svg);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 75vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}
	.banner .bluestar {
  display: none;
}
	 .shortcut-wrapper.image {
  flex: 1 1 50%;
  margin-bottom: 40px;
		max-width: 100%;
}
	.bundle-shortcuts > .innerwrap > .field-wrap {
  display: flex;
  justify-content: space-between;
  text-align: center;
  flex-wrap: wrap;
}
	.frontpage .bundle-button {
  text-align: center;
  margin-top: 50px;
}
	.frontpage .bundle h2.field-title {
  margin: 40px 0 60px !important;
  width: 100%;
		font-size: 44px;
}
	.bundle.bundle-overview > .overview{
		display: block !important;
		margin: 0 20px;
	}
	.bundle.bundle-overview > .overview > .masonry-grid{
		display: block !important;
	}
	.bundle.bundle-overview > .overview > .masonry-item{
		margin: 0 0 20px;
	}
	.card.teaser-small .teaser-image {
  max-width: 90px;
  overflow: hidden;
}
	.view-mode-teaser-small .masonry-grid.gt-3 .masonry-item.pane .teaser-image img {
  transform: scale(1);
  transition: ease-in-out .3s;
  width: 90px;
  height: 100%;
  object-fit: cover;
}
	.card.teaser-small .teaser-image {
  max-width: 90px;
  overflow: hidden;
}
	.card.teaser-small {
  align-items: unset !important;
}
	.view-mode-teaser-small .masonry-grid .masonry-item.pane {
  margin: 0 0 20px !important;
}
	.frontpage .bundle-references.green {
  background-size: 190px;
}
	.bundle-shortcuts.themas > .innerwrap > .field-wrap {
  display: block;
  justify-content: space-between;
  text-align: center;
  flex-wrap: wrap;
}
	.frontpage .bundle-shortcuts.themas .innerwrap > .field-wrap .shortcut-wrapper {
  flex: 1 1 calc(21% - 2px);
max-width: unset;
border: 1px solid var(--maincolor);
min-height: 100px;
display: flex;
justify-content: center;
align-items: center;
margin: 10% 20px;
position: relative;
width: calc(100% - 70px);
}
	.frontpage .bundle-shortcuts.themas .innerwrap > .field-wrap .shortcut-wrapper:nth-child(2)::after, .frontpage .bundle-shortcuts.themas .innerwrap > .field-wrap .shortcut-wrapper:nth-child(4)::after {
  top: -25px;
  right: -25px;
		left: auto;
  transform: rotate(90deg);
}
	.frontpage .bundle-shortcuts.themas .innerwrap > .field-wrap .shortcut-wrapper:nth-child(6)::after, .frontpage .bundle-shortcuts.themas .innerwrap > .field-wrap .shortcut-wrapper:nth-child(8)::after {
  top: -25px;
  right: -25px;
		left: auto;
  transform: rotate(90deg);
}
	.mapwrapper .blue-wrap {
  width: 85vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}
	.mapwrapper .blue-content {
  width: 64vw;
}
	.mapwrapper .blue-content .bluetext {
  color: white;
  font-size: 30px;
  font-family: "Flanders Art Sans";
  line-height: 110%;
  background-image: url(place.svg);
  background-repeat: no-repeat;
  background-position: 30px 0;
  background-size: 40px;
  padding-left: 85px;
}
	#innerbottom .bundle.bundle-entity {
  padding: 0 20px 20px;
  border-radius: 30px 30px 30px 0;
  background-color: var(--greencolor);
  color: white;
  max-width: 400px;
  margin: 0 auto;
  font-size: 18px;
}
#innerbottom .bundle.bundle-entity .label.pane {
  font-size: 0px;
  width: 40px;
}
	#innerbottom .bundle.bundle-entity .field-item.pane {
  width: calc(100% - 40px);
}
	#innerbottom .bundle.bundle-entity h2.field-title {
  line-height: 110%;
  color: var(--maincolor);
  font-family: "Flanders Art Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 45px;
  display: inline-block;
  text-align: left;
  margin: 0px 0 10px;
  width: 100%;
  margin: 30px 0 10px !important;
}
	#innerbottom {
  background-image: url(yellow-star.svg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 250px;
  padding: 10vh 20px;
}
	.social-button.iblock {
  display: inline-block;
  width: calc(50% - 15px);
  margin-right: 15px;
  height: auto;
  color: var(--maincolor);
  text-align: center;
  margin-bottom: 20px;
}
	.socwrapper .label {
  font-weight: bold;
  margin-right: 0;
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
	.socwrapper {
  display: block;
  align-items: center;
  font-family: "Flanders Art Sans";
  font-size: 18px;
  line-height: 100%;
  color: black;
  width: 100%;
}
	.footer_fourth > .wrapper > .grid {
  margin: 0;
  display: block;
  align-items: center;
}
	.footer_fourth .pane.grid6.ta-right{
	padding: 15px 20px;	
	}
	.footer_fourth .pane.grid6 {
  padding: 45px 20px 10px;
}
	.button, input[type="button"]{
		white-space: normal;
		margin-right: 0px;
	}
	.footer_fifth > .wrapper {
  max-width: none;
		padding: 0px;
}
	.footer_fifth .footerplacement .footer-wrapper {
  padding: 15px;
  flex-wrap: wrap;
}
	.footer_fifth .footerplacement .footer-wrapper .footer-umbrella img {
  display: flex;
  max-width: 120px;
}
	.footer_fifth .footerplacement .footer-wrapper .footer-umbrella {
  flex: 0 0 50%%;
  margin-right: 0;
}
	.footer_fifth .footerplacement .footer-wrapper .footer-body {
  flex: 0 0 100%;
		order: 3;
		
}
	.footer_fifth .footerplacement .footer-wrapper .footer-side {
  order: 2;
flex: 1 0 50%;
margin-left: 0;
margin-bottom: 15px;
}
	.footer_fifth .footerplacement .footer-wrapper .footer-side p{
		font-size: 14px;
	}
	.footer_fifth .footerplacement .footer-wrapper .footer-body h2 {
  font-weight: 400;
  font-size: 14px !important;
  color: #333332;
  line-height: 18px;
}
	.block.block-subtheme-content {
  padding: 0;
}
	.inside .bundle.bundle-overview > .overview {
  display: block !important;
  margin: 0 0px;
}
	.bundle.bundle-overview > .overview {
  display: block !important;
  margin: 0 0px;
}
	.masonry-grid .masonry-item.pane, .masonry-grid .masonry-item.pane {
  width: 100%;
  padding: 30px;
  position: relative;
		margin-bottom: 20px !important;
}
	main.inside {
  background-size: 50vw;
}
	.block-subtheme-breadcrumbs {
  display: none;
}
	h1.field_title {
  font-size: 36px;
  margin: 20px 0 20px;
}
	.pane.grid4.sidebar{
		margin-top: 50px
	}
	.call .pane.grid4.sidebar > * {
  margin: 0 0 30px 0px;
}
	.prog-wrap .field.grid.gt-tiny > * {
  width: auto;
  font-family: "Flanders Art Serif", Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  color: var(--maincolor);
  padding: 5px 5px 5px 0px;
}
	.contper-wrap, .att-wrap {
  background-size: 55px;
		background-position: 20px 34px;
}
	.contper-wrap h3 {
  margin-left: 61px;
  font-size: 26px;
  margin-top: 11px;
  margin-bottom: 30px;
}
	.teaser-small.person .pane.grid11 a{
		word-break: break-all;
	}
	#e2e-paragraphs-overview-form, #Overview-Filter-Form form > div#dates-wrapper {
  align-items: end;
  display: block;
}
	#Overview-Filter-Form form > div {
  display: inline-block;
  margin: 0 0px 0 0;
    margin-bottom: 0px;
  max-width: 100%;
  vertical-align: top;
  width: 100%;
}
	#Overview-Filter-Form form > div#dates-wrapper .iblock {
  margin-right: 0;
  width: 100%;
}
	.overview > .grid > .pane .teaser.event .more-link {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.event .grid.flexwrap {
  display: block;
  gap: 50px;
}
	.event .bundle-workshop {
  padding: 20px 20px 40px !important;
  margin-top: 40px !important;
}
	.event .bundle-workshop:nth-child(odd) figure img.lazy-loaded, .event .bundle-workshop:nth-child(even) figure img.lazy-loaded{
		float: none;
		margin: 0 0 20px;
		max-width: 100%;
	}
	.event .grid.flexwrap > .grid4{
		margin-top: 40px;
	}
	.footer_fifth .footerplacement .footer-wrapper .footer-body h2 span {
  display: inline;
}
	.clearfix.menu.menu-level-0 {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}
	.inside article.call .pane{
		flex: 1 1 100% !important;
		width: 100% !important;
	}
	.inside article.call{
		display: block !important;
	}
	.call .pane.grid4.sidebar-right > * {
  background-color: var(--greencolor);
  padding: 30px;
  color: var(--maincolor);
  border-radius: 30px 30px 30px 0px;
  margin: 30px 0 30px 0px !important;
}
	article .pane.grid8 {
  width: 100% !important;
  margin-right: 0% !important;
		margin-left: 0% !important;
}
	article .grid8 + .pane.grid4 {
  width: 100% !important;
  margin-top: 43px;
}
	.grid4.sidebar-left.sidebar {
  width: 100%;
}
	td::before {
  content: none;
}
	.table-responsive-stack tr {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      border-bottom: 0px solid #ccc;
      display:block;
      
   }
	.table-responsive-stack td,
.table-responsive-stack th {
   display:block;
/*      
   flex-grow | flex-shrink | flex-basis   */
   -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.table-responsive-stack .table-responsive-stack-thead {
   font-weight: bold;
}
	/*.table-responsive-stack tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}*/

	td:before {
    content: none;
}
	table td{
		margin: 0px !important;
    padding: 10px !important;
	}
   /*  IE9 FIX   */
   .table-responsive-stack td {
      float: left\9;
      width:100%;
	   margin: 0px !important;
    padding: 10px !important;
   }
	.page-node-88 table .align-left {
  float: none;
  margin: 0;
}
	.page-node-88 table td{
	vertical-align: top;
		width: 100% !important;
		display: block !important;
}
	.page-node-88 table {
  min-width: unset !important;
}
	#overview-38 > .grid12:first-child, #overview-38 > .grid12.promoted, #overview-38.promoted-overview > .grid12.promoted:first-child{
		height: 266px;
	}
}