#mobilenav{
	display: none;
	position: absolute;
    z-index: 10;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    right: 0;
	-webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -khtml-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
@media only screen and (max-width:1200px) {
	#menu-bar .level-1 > span {
  color: var(--secondcolor) !important;
  font-family: var(--font);
  font-size: 1.1rem !important;
  font-weight: 600;
  line-height: 3em;
  padding: 0 0em 0 1em !important;
  text-decoration: none;
  cursor: pointer;
}
}
@media only screen and (max-width:1090px) {
	.banner-wrapper .bannerwrap{
		display: none;
	}
}
@media only screen and (max-width:1050px) {
	article.grid > .pane.grid4 {
	  width: 38%;
	}
	article.grid > .pane.grid8 {
	  width: 61%;
	}
	.gt-large {
  margin-left: 0;
  margin-right: 0;
}
	aside > .block {
  background-color: var(--light-gold);
  padding: 30px;
  margin-left: 0px;
  font-size: 16px;
}
	aside .entity .pane.grid6 {
  width: 100%;
  padding: 0 10px 20px;
}
	aside .grid.gt-tiny .field-item.pane.grid11 {
  padding-top: 4px;
  color: black;
  width: calc(100% - 30px);
}
	aside .grid.gt-tiny .label {
  font-size: 0px;
  color: transparent;
  width: 30px;
}
}
@media only screen and (max-width:1030px) {
	  #logo {
    padding-top: 0;
  }
	main > .wrapper {
  margin-top: 0px;
  background-color: var(--light-maincolor);
  max-width: calc(100% - 80px);
  margin: 0 40px 0 40px;
  padding: 95px 50px;
}
	.banner-wrapper {
  border-radius: 0 80px 0 0;
}

}
@media only screen and (max-width:950px) {
.hamburger {
  display: none;
cursor: pointer;
transition-property: opacity, filter;
transition-duration: 0.15s;
transition-timing-function: linear;
font: inherit;
    font-weight: inherit;
    font-size: inherit;
font-size: 18px;
color: white;
text-transform: uppercase;
background-color: #000;
border: 0;
margin: 35px 0 0 30px;
overflow: visible;
padding: 10px 20px;
letter-spacing: 0;
font-weight: bold;
	
	}
  .hamburger:hover {
    opacity: 0.7; }
  .hamburger.active:hover {
    opacity: 0.7; }
  .hamburger.active .hamburger-inner,
  .hamburger.active .hamburger-inner::before,
  .hamburger.active .hamburger-inner::after {
    background-color: #fff; 
	
	}

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

.hamburger--squeeze.active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .hamburger--squeeze.active .hamburger-inner::after {
    bottom: -4px;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }
	.frontpage .bundle-shortcuts {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}
	header #menu-bar .submenu-dropdown {
    display: none;
		position: absolute;
background-color: #000;
width: 350px;
right: 21px;
z-index: 9;
}
	.topbar .top-inner .topnav {
    float: right;
    display: none;
}
	#menu-bar ul.menu.menu-level-0 > li > a {
    color: white;
    line-height: 140%;
    padding: 0 25px;
    font-family: 'Neue Haas Grotesk Display Pro', sans-serif !important;
    text-transform: uppercase;
    font-size: 17px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    display: block;
    width: auto;
    font-weight: bold;
    padding: 15px 15px !important;
}
	#menu-bar ul.menu > li.level-1 {
    border-left: 0px solid #dcdcdc;
    border-bottom: 1px solid white;
}
	#menu-bar ul.menu.menu-level-0 > li.open > a::after, #menu-bar ul.menu.menu-level-0 > li.menu-item--active-trail > a::after {
    color: white;
    content: none;
    font-family: "fontello-spl";
}
	#menu-bar ul.menu > li.level-1:last-child {
    border-right: 0px solid #dcdcdc;
}
	#menu-bar .level-1 > span {
    color: var(--secondcolor) !important;
    font-family: var(--font);
    font-size: .9rem !important;
    font-weight: 600;
    line-height: 3em;
    padding: 0 0em 0 .5em !important;
    text-decoration: none;
    cursor: pointer;
  }
	
	header .gt-medium {
  display: flex;
  justify-content: space-between;
  /*flex-direction: column-reverse;*/
}
	header .gt-medium > .pane.grid8 {
  max-width: 750px;
  padding-right: 0px;
		padding-left: 30px;
}
	#logo {
  padding: 0.5em 0;
}
	.frontpage .field-files .link, .frontpage .field-links .link {
  margin-bottom: 15px;
}

	.masonry-grid .masonry-item.pane {
  width: calc(50% - 15px) !important;
		margin-bottom: 15px;
}
	.block.block-subtheme-content {
  min-width: unset;
  padding: 0;
}
	.ta-right {
  /*text-align: left;*/
  margin-bottom: 30px;
}
	.wrapper.footbottom {
  padding-top: 0 !important;
  text-align: left;
  display: block;
  justify-content: end;
  padding-right: 40px;
}
	footer.footer {
  border: 0px solid white;
  background-color: var(--gold);
  color: white;
  font-size: 16px;
  line-height: 140%;
  line-height: 160%;
  padding: 0px 10px 50px;
}
	.block-subtheme-breadcrumbs{
		display: none;
	}
	.bundle.bundle-shortcuts {
  display: block;
  gap: 20px;
}
	.bundle-links a.shortcut-link, .bundle-shortcuts a.shortcut-link {
  /*padding: 5px 30px 5px 0;*/
}
	header .bundle.bundle-shortcuts {
  display: flex;
  gap: 10px;
}
	header .shortcut-wrapper.svg-icon {
  background: hsla(0,0%,75%,.05);
  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: 4px;
  transition: all .4s;
  height: 20px;
  display: inline-block;
  margin-left: 0px;
  position: relative;
  margin-top: 10px !important;
  margin-bottom: 0px;
  width: 20px;
}
	.button, input[type="button"] {
  margin-bottom: 20px;
}
	aside > .block {
  background-color: var(--light-gold);
  padding: 20px;
  margin-left: 0;
  font-size: 16px;
}
	aside .field.grid.gt-tiny{
		margin-bottom: 10px;
	}
	aside .grid.gt-tiny .label {
  width: 30px;
}
	aside .grid.gt-tiny .field-item.pane {
  width: 88%;
}
	.js-form-type-search-api-autocomplete input.form-text {
  border: 1px solid var(--secondcolor) !important;
  font-size: 16px;
  padding: 10px 20px;
  width: 100%;
  border-radius: 0;
  min-height: 62px;
  margin-top: 1px;
  border-radius: 50px;
  max-width: 70%;
  float: right;
}
	.topbarwrap ul.menu {
  display: flex;
  gap: 12px;
  align-items: center;
}
	.page .bundle.bundle-shortcuts .columns{
        border-spacing: 20px;
    display: block;
    margin: 0;
    width: calc(100% + 20px);
    column-count: 2;
    gap: 25px;
}
}

@media only screen and (max-width:768px) {
	article.grid > .pane.grid4 {
	  width: 100%;
	}
	article.grid > .pane.grid8 {
	  width: 100%;
	}
	header .gt-medium > .pane.grid8 {
  max-width: 450px;
  margin-top: 20px;
    padding: 0 !important;
    text-align: center;
}
	.search > .desktop:last-of-type {
  width: 100%;
  max-width: 150px;
}
	.frontpage .block.block-subtheme-snelkoppelingenfrontpage {
  display: block;
  gap: 40px;
  padding: 0 20px;
  max-width: 990px;
}
	.headinner {
  max-width: 1190px;
  height: inherit;
  padding: 0px 20px;
  margin: 0 auto;
}
	.headerwrap {
  background-color: #87d0a4;
  padding: 40px 0 40px 0px;
  margin: 0;
  border-radius: 0 80px 0 0;
}
	.headerwrap .headinner h1.node-title {
  margin: 0;
  color: var(--secondcolor);
  font-weight: 500;
  font-size: 34px;
}
	.banner-wrapper {
  margin-right: 0px;
}
	  main > .wrapper {
    margin-top: 0px;
    background-color: var(--light-maincolor);
    max-width: 100%;
    margin: 0;
    padding: 45px 30px 100px;
  }
.block-subtheme-snelkoppelingenfrontpage .shortcut-wrapper:nth-child(6) {
  border-bottom: 1px solid white;
}
	footer .grid.gt-medium > .pane{
		display: block;
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}
 footer .grid.gt-medium  {
  display: flex;
  flex-direction: column;
}
	.topbarwrap{
		display: none;
	}
	#topbar > .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 12px;
  position: relative;
}
	  #menu-bar .level-1 > span {
    padding: 0 1em !important;
  }
	  header .gt-medium {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
	header .gt-medium > .pane.branding {
  width: 300px;
}
	 .js-form-type-search-api-autocomplete input.form-text {
    border: 1px solid var(--secondcolor) !important;
    font-size: 16px;
    padding: 10px 20px;
    width: 100%;
    border-radius: 0;
    min-height: 62px;
    margin-top: 1px;
    border-radius: 50px;
    max-width: 100%;
    float: none;
  }
	  .dropdown-menu.mobile > ul {
    display: flex !important;
    justify-content: space-between;
  }
  #menu-bar ul.menu > li.level-1 {
    border-left: 0px solid #dcdcdc;
    border-bottom: 1px solid white;
	  display: inline-block
  }
	.social-buttons .iblock.icon, .social-buttons .icon.icon-print {
  border-radius: .5rem;
  color: var(--maincolor);
  font-size: 0;
  height: 40px;
  margin-right: .1rem;
  padding: 5px;
  text-shadow: 0px 0px 0px #222;
  width: 40px;
  background: transparent !important;
  border-radius: 50%;
  border: 2px solid var(--maincolor);
		margin-bottom: .5rem;
}
	aside > .block {
    background-color: var(--light-gold);
    padding: 20px 0;
    margin-left: 0;
    font-size: 16px;
  }
   #Overview-Filter-Form form>div input, #Overview-Filter-Form form>div select {
    max-width: 100%;
    min-width: auto;
} 
}
@media only screen and (max-width:600px) {
	.bundle-gallery .gallery .gallery-wrapper .iblock, .bundle-gallery .gallery .gallery-wrapper .large-thumbnail, .bundle-gallery .gallery .gallery-wrapper .thumbnail {
  margin: 0 10px 0 0;
  width: calc(50% - 10px);
  border-radius: 10px;
  overflow: hidden;
}
	.overview-menu ul.menu.menu-level-0 {
  -moz-column-count: 1;
  -webkit-column-count: 1;
  column-count: 1;
}
	.desktop{display: none;}
	.mobile .shortcut-wrapper {
  background: transparent;
  border: 0px solid var(--gold);
  border-bottom: 0px solid var(--gold);
  border-radius: 0px;
  transition: all .4s;
  border-left: 0px;
  border-right: 0px;
  width: 30px;
  border-radius: 60px;
  margin-top: 0 !important;
  margin-bottom: 20px;
  display: inline-block;
  float: left;
  margin-right: 20px;
		position: relative;
}
	.grid.gt-tiny .field-item.pane {
  max-width: calc(100% - 100px);
}
	.grid.gt-tiny .label {
  max-width: 30px;
		width: 100% !important;
}
	.mobile .svg-icon img.lazy {
  display: block !important;
  max-width: 30px;
}
	.mobile .svg-image-wrap{
  position: absolute;
  width: 40px;
}
	.desktop{display: none}
	.mobile{display: block}
	.dp-grid-item.search {
  display: flex;
  justify-content: start;
  padding-top: 9px;
}
	.mobile ::-webkit-input-placeholder {
  color: var(--gold);
  opacity: .90
}
	.overlay2 #edit-submit-search {
  background-image: url(/themes/custom/subtheme/css/search-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: 32px;
  font-size: 1px;
  color: transparent;
  height: 41px;
  border: 0px solid white;
  width: 42px;
  border-radius: 0;
}
	.overlay2 #edit-actions{
	position: absolute;
	top: 0;
	right: 0;
	}
		.masonry-grid .masonry-item.pane {
  width: 100% !important;
		margin-bottom: 15px;
}
		.masonry-grid {
  display: block;
}
	#e2e-paragraphs-overview-form {
  display: block;
  width: 100%;
  align-items: end;
}
	#Overview-Filter-Form form > div {
  display: inline-block;
  margin: 0 10px 20px 0;
  max-width: 100%;
  vertical-align: top;
  width: 100%;
}
	article.grid > .pane.grid8, article.grid > .pane.grid4{
		width: 100%;
	}
	header .gt-medium > .pane.grid8{
		margin-top: 0px;
	}
	.block .breadcrumb{
		display: none;
	}
	#mobile.navigation #mobilenav ul.menu-level-0 > li > .menu-dropdown{
		display: none;
	}
	.page.sticky.grid.gt-medium .grid8 {
  padding-right: 0px;
}
	td::before {
  content: none;
}
	td, th {
  border: 0px solid #ccc;
}
	tr {
  border-bottom: 1px solid #ccc;
}
	table{
		min-width: unset;
	}
	.table-responsive-stack tr {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      border-bottom: 3px 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;
		width: calc(100% - 20px) !important;
	}
	table{
		width: 100% !important;
	}
   /*  IE9 FIX   */
   .table-responsive-stack td {
      float: left\9;
      width:100%;
	   margin: 0px !important;
    padding: 10px !important;
   }
	tbody > tr > th{display: block !important;}
	.level-1 > .dropdown > ul {
	  column-count: 1;
	}
	.level-1 > .dropdown {
	  padding: 40px 10px;
	}
	.card.teaser-medium.person {
	  display: block;
	  gap: 40px;
	  padding: 20px;
	  margin-bottom: 30px;
	}
	section.bundle-overview .overview.view-mode-teaser h3 a {
  color: var(--secondcolor);
  font-size: 28px;
		line-height: 140%;
}
	section.bundle-overview .overview.view-mode-teaser .teaser-medium.person header {
  padding: 20px 0px 0;
}
	.art-date.full {
  margin: -20px 0 40px;
  font-size: 16px;
  color: var(--darkgreen);
}
	.page .bundle.bundle-shortcuts .columns{
    width: 100%;
    column-count: 1;
}
	.bundle.bundle-text img{
		height: auto !important;
	}
	.overview-menu #main-menu ul.menu {
  column-count: 1;
  display: block !important;
}
	.bundle.bundle-slideshow{
		margin: 0 -40px;
	} 
	.slide.swiper-slide img.lazy {
  opacity: 1;
  height: 250px;
  object-fit: cover;
}
	.swiper-button-prev, .swiper-container-rtl .swiper-button-next, .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
		display: none;
	}
	.slide .caption {
  background: #fff;
  font-size: 14px;
  line-height: 130%;
  margin: 10px;
  max-width: 90%;
  min-width: unset;
  opacity: 0;
  padding-top: 0;
  width: 90%;
}
}