@font-face {
  font-family: 'ABCMonumentGrotesk';
  src:  url('webfonts/ABCMonumentGrotesk-Regular.woff2') format('woff2'),
        url('webfonts/ABCMonumentGrotesk-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ABCMonumentGrotesk';
  src:  url('webfonts/ABCMonumentGrotesk-Bold.woff2') format('woff2'),
        url('webfonts/ABCMonumentGrotesk-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'ABCSynt';
  src:  url('webfonts/ABCSynt-Regular.woff2') format('woff2'),
        url('webfonts/ABCSynt-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ABCSynt';
  src:  url('webfonts/ABCSynt-Italic.woff2') format('woff2'),
        url('webfonts/ABCSynt-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
}
* {
	margin: 0;
	padding: 0;
}
:root {
	--orange: rgb(129,0,255);
}
body {
	font-family: 'ABCMonumentGrotesk';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	word-break: break-word;
}

img {
	width: 100%;
	height: auto;
}
img.logo {
	width: 72%;
	height: auto;
}
.menu li {
	list-style-type: none;
	font-size: 18px;
	line-height: 21px;
}
.menu li a:before {
	content: '';
	background-image: url(../img/mi.svg);
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	width: 20px;
	padding-right: 5px;
	height: 15px;
}
.menu li a.active:before {
	background-image: url(../img/mi_active.svg);
}
a.lang {
	font-size: 21px;
	line-height: 20px;
	text-transform: uppercase;
	text-decoration: none;
	background-color: black;
	color: white;
	padding: 5px 5px 3px 5px;
	position: absolute;
	right: 10px;
}
.menu li a.active {
	color: var(--orange);
}
.menu li a {
	color: black;
	text-decoration: none;
}
#menu_1 {
	width: calc(33.333%);
	float: left;
}
#menu_2 {
	padding-left: 20px;
	width: calc(66.667% - 20px);
	float: left;
}
#menu_2 {
	column-count: 2;
	column-gap: 20px;
}
div.gallery {
	position: relative;
	width: 100%;
	left: 0;
	overflow: hidden;
	padding-bottom: 40px;
	
	
}
.gallery-wrap {
	border-bottom: solid 2px var(--orange);
	margin-bottom: 40px;
}
img.arrow {
	position: absolute;
	right: 20px;
	top: 160px;
	cursor: pointer;
	z-index: 1000;
}
div.wrapper {
	width: 90000px;
	transition: margin-left 0.5s ease;
	height: 500px;
	-webkit-backface-visibility: hidden;
}
.wrapper img {
	height: 440px;
	width: auto;
	margin-right: 0;
}
img:hover+div.credits {
	opacity: 1;
}
.credits p {
	font-family: 'ABCSynt';
	text-align: left;
	font-size: 15px;
	line-height: 16px;
	padding-top: 5px;
	margin-bottom: 0;
	padding-bottom: 0;
}
div.credits {
	pointer-events: none;
	background-color: white;
	height: 55px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    position: static;
}
div.gallery {
	width: calc(100% + 10px);
	margin-left: -10px;
	margin-right: -10px;
}
div.gallery.exposition {
	padding-bottom: 0;
}
div.slide {
	display: inline-block;
	height: 500px;
	padding-right: 10px;
	padding-left: 10px;
	vertical-align: top;
}
div.events .col-sm-12 {
	background-color: #ecebfd;
	font-family: 'America Mono';
	margin-bottom: 18px;
	font-size: 20px;
}
img.arrow {
    position: absolute;
    right: 20px;
    top: 160px;
    cursor: pointer;
    z-index: 1000;
    width: 62px;
}
div.eventsingle {
	padding: 20px 15px;
}
div.eventsingle:after {
	content: '';
	display: table;
	clear: both;
}
div.data-eventsingle {
	width: 25%;
	min-width: 130px;
	float: left;
}
span.cat {
	text-transform: uppercase;
	font-size: 15px;
	float: right;
	padding-top: 5px;
}
span.b {
}
span.mono {
	font-family: 'ABCSynt';
	font-style: normal;
}
div.info-eventsingle {
	width: 75%;
	float: left;
}
header, .filters, .top-nav-container {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: solid 2px var(--orange);
}
.page-title h2 {
	text-transform: uppercase;
	font-size: 80px;
	line-height: 70px;
	padding-bottom: 10px;
	font-weight: normal;
	letter-spacing: -2px;
}
.page-title {
	padding-bottom: 80px;
	padding-top: 20px;
}
.page-title p.meta {
	font-size: 50px;
	line-height: 50px;
	font-family: 'ABCSynt';
}
p.cat {
	font-family: 'ABCSynt';
	text-transform: uppercase;
	text-align: right;
	font-size: 21px;
	line-height: 23px;
}
.page-content .about {
	padding-right: 16%;
}
.info-product h2 {
	font-size: 40px;
	line-height: 35px;
	margin-bottom: 5px;
}
.info-product p {
	padding-bottom: 40px;
}
.info-product {
	margin-bottom: 40px;
}
.info-product, .content-product {
	width: 84%;
	
}
p.product-meta {
	padding-left: 80px;
	font-style: italic;
	font-family: 'ABCSynt';
	padding-top: 80px;
	font-size: 21px;
	line-height: 23px;
}
.info-product {
	border-bottom: solid 2px var(--orange);
}
p, .about {
	font-size: 18px;
	line-height: 21px;
}
.about strong.notes {
	padding-top: 23px;
	display: inline-block;
}
.about p strong {
	display: inline;
	padding-top: 0;
}
p+p {
	padding-top: 23px;
}
.intro {
	font-family: 'ABCSynt';
	font-style: italic;
	padding-left: 80px;
	padding-bottom: 80px;
	font-size: 21px;
	line-height: 23px;
}
.intro p, .locatie p, .prijs p {
	font-size: 21px;
	line-height: 23px;
}
.locatie {
	padding-top: 80px;
	padding-left: 80px;
	font-style: italic;
	font-family: 'ABCSynt';
	padding-bottom: 20px;
	font-size: 21px;
	line-height: 23px;
}
.prijs {
	padding-top: 80px;
	padding-left: 80px;
	font-size: 21px;
	line-height: 23px;
	font-style: italic;
	font-family: 'ABCSynt';
}
.content a {
	color: var(--orange);
}
.prijs+.locatie {
	padding-top: 0;
}
.expo-info h2, .info h2 {
	text-transform: uppercase;
	font-size: 18px;
	line-height: 21px;
	font-weight: normal;
	text-align: center;
}
h3 {
	font-weight: normal;
	font-size: 18px;
	line-height: 21px;
}
.tentoonstelling .img-34, .item .img-34, .img-45, .tentoonstelling .img-345 {
	margin-bottom: 10px;
}
.activiteiten a, a.btn, .top-nav a, input[type=submit], .top-nav.filter li, .options a, a.bestel {
	background-color: var(--orange);
	font-size: 18px;
	line-height: 21px;
	display: block;
	text-align: center;
	color: white;
	text-transform: uppercase;
	text-decoration: none;
	margin-bottom: 20px;
	padding-top: 6px;
	padding-bottom: 4px;
}
a.bestel {
	width: calc(25% - 20px);
}
.item.tentoonstelling, .item.activiteit {
	padding-bottom: 80px;
}
.info {
	text-align: center;
}
span.date {
	font-family: 'ABCSynt';
}
.top-nav li {
	width: calc(25% - 20px);
	margin-left: 10px;
	margin-right: 10px;
	float: left;
	list-style-type: none;
}
.top-nav.filter li {
	width: calc(25% - 20px);
}
.top-nav.filter a {
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}
.top-nav {
	margin-left: -10px;
	margin-right: -10px;
	
}
.top-nav-container {
	padding-bottom: 20px;
}
.top-nav a.current{
	background-color: black;
}
.top-nav li.active {
	background-color: black;
}
.top-nav:after {
	display: table;
	content: "";
	clear: both;
	
}
.product {
	font-family: 'ABCSynt';
	
}
a {
	color: black;
	text-decoration: none;
}
.product h2 {
	font-size: 15px;
	line-height: 16px;
	font-weight: normal;
	
	text-transform: uppercase;
	width: calc(100% - 40px);
}
.product .info {
	position: relative;
	padding-top: 10px;
}
.product p.meta {
	position: absolute;
	right: 0;
	font-size: 15px;
	line-height: 16px;
	top: 10px;
}
.product h2 a {
	text-decoration: none;
	color: black;
}
.eventsingle {
	background-color: var(--orange);
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 21px;
}
.data-eventsingle {
	font-family: 'ABCSynt';
	
}
.info-eventsingle {
	text-transform: uppercase;
	position: relative;
	
}
.info-eventsingle h2 {
	font-weight: normal;
	font-size: 18px;
	line-height: 21px;
	width: calc(100% - 250px);
}
.about a {
	text-decoration: underline;
}
.info-eventsingle span.cat {
	position: absolute;
	right: 50px;
	font-size: 18px;
	line-height: 21px;
	top: 0px;
	font-family: 'ABCSynt';
	font-style: italic;
	text-transform: none;
}
.img-34,.img-wide, .img-45, .img-345 {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.img-34::before, .img-wide::before, .img-45::before, .img-345::before  {
  display: block;
  content: "";
}
.img-34::before {
	padding-top: 56%;
}
.img-345::before {
	padding-top: 37%;
}
.img-wide::before {
	padding-top: 37%;
}
.img-45::before {
	padding-top: 45%;
}
.img-34 figure, .img-wide figure, .img-45 figure, .img-345 figure {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background-size: cover;
  background-position: center center;
}
input[type=text], input[type=email] {
	-webkit-appearance: none;
	border: none;
	border-bottom: solid 2px #7F7F7F;
	font-size: 18px;
	line-height: 21px;
	display: inline-block;
	border-radius: 0;
}
*:active, *:focus {
	outline: none;
}
select {
	font-size: 18px;
	line-height: 21px;
}
input[type=submit] {
	-webkit-appearance: none;
	border-radius: 0;
	
	border: none;
	display: inline-block;
}
.tt input[type=text], .tt select {
	width: calc(25% - 20px);
	margin-right: 20px;
}
.tt input[type=submit] {
	width: calc(25% - 20px);
}
.addToCart input[type=submit] {
	display: block;
	width: 100%;
}
.product .frm-order-btn input[type=submit] {
	display: inline-block;
	width: auto;
	text-transform: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	margin-top: 10px;
}

.item.product .info {
	min-height: 42px;
}
.product {
	position: relative;
}
.sale, .soldout {
	color: white;
	padding: 5px;
	font-family: 'ABCMonumentGrotesk';
	position: absolute;
	top: 0;
	right: 10px;
	background-color: var(--orange);
	
}
.options a {
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
	text-transform: none;
	font-family: 'ABCMonumentGrotesk';
	margin-top: 10px;
}
p.prijs {
	font-family: 'ABCSynt'; 
	text-align: right;
	padding-bottom: 10px;
}
span.old {
	text-decoration: line-through;
}
.product.col-md-3:after {
	content: '';
	display: block;
	width: calc(100% - 20px);
	position: absolute;
	background-color: var(--orange);
	height: 2px;
	bottom: 40px;
}
.product.col-md-3 {
	padding-bottom: 60px;
}
footer .social img {
	width: auto;
	height: 23px;
}
footer {
	border-top: solid 2px var(--orange);
	padding-top: 40px;
	margin-top: 80px;
	
}
footer p {
	font-size: 17px;
	line-height: 20px;
	padding-bottom: 0;
	padding-top: 0;
}
div.adres, div.tel, div.privacy {
	width: 190px;
	display: inline-block;
	vertical-align: top;
}
.sponsors img {
	height: 42px;
	width: auto;
	margin-left: 10px;
	display: inline-block;
	vertical-align: top;
}
.sponsors {
	border-right: solid 2px #7F7F7F;
	padding-right: 10px;
}
.social a {
	padding-top: 10px;
	padding-left: 2px;
	padding-right: 2px;
	display: inline-block;
}
footer>div>div:last-child {
	text-align: right;
}
.sponsors, .social {
	display: inline-block;
	vertical-align: top;
}
.info-event-single h2 {
	font-size: 80px;
	letter-spacing: -2px;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 20px;
	line-height: 70px;
}
.info-event-single p.date {
	font-family: 'ABCSynt';
	font-size: 50px;
	line-height: 50px;
}
.info-event-single p.cat {
	padding-top: 0;
    margin-top: -27px;
}
.expo-big {
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: solid 2px var(--orange);
}
.single-image {
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: solid 2px var(--orange);
}
.info-event-single p, .info-event-single h3, .nieuws h3 {
	font-size: 18px;
	line-height: 21px;
}
.activiteit .info-event-single h2 {
	font-size: 40px;
	letter-spacing: 0;
	line-height: 35px;
}
.activiteit p.date {
	font-size: 24px;
	line-height: 27px;
}
.activiteit .info-event-single p.cat {
	margin-top: -23px;
}
.nieuws.s h2, .nieuws.m h2 {
	font-size: 18px;
	line-height: 21px;
	padding-bottom: 23px;
}
.nieuws img {
	width: 100% !important;
	height: auto !important;
}
.nieuws {
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: solid 2px var(--orange);
}
.row {
	overflow: hidden;
}
.br:after {
	content: '';
	display: block;
	width: 2px;
	position: absolute;
	right: -2px;
	background-color: #7F7F7F;
	height: calc(100% - 40px);
	top: 0px;
}
.placeholder {
	width: 100%;
	height: calc(100% - 40px);
	background-image: url(../img/grid.svg);
	background-size: 56px 56px;
	background-repeat: repeat;
	background-position: center center;
}
.row.bg>div {
	background-color: white;
}
input[name='quantity'] {
	width: 30px;
}
.quantity {
	text-align: right;
}
button.label {
	-webkit-appearance: none;
	font-size: 18px;
	line-height: 21px;
	border: none;
	cursor: pointer;
	text-decoration: underline;
}
.product-row {
	font-size: 18px;
	line-height: 21px;
	padding-top: 40px;
	padding-bottom: 40px;
	border-bottom: solid 2px var(--orange);
}
.total {
	font-size: 18px;
	line-height: 21px;
	text-align: right;
	margin-top: 40px;
	margin-bottom: 40px;
}
form[name="billingForm"] {
	margin-top: 40px;
	font-size: 18px;
	line-height: 21px;
}
form[name="billingForm"] input[type=text], form[name="billingForm"] input[type=email] {
	width: calc(100% - 190px);
}
form[name="billingForm"] input[type=submit] {
	width: calc(25% - 20px);
}
label {
	width: 180px;
	display: inline-block;
}
.form-wrap {
	margin-bottom: 20px;
}
.verzendinginfo {
	font-size: 18px;
	line-height: 21px;
}
.verzendinginfo ul {
	padding-left: 20px;
}
.verzendinginfo li {
	list-style-type: disc;
	padding-bottom: 5px;
	font-size: 18px;
	line-height: 21px;
}
.overview {
	font-size: 18px;
	line-height: 21px;
	text-align: left;
}
.nieuws h3 {
	padding-bottom: 23px;
}
.overview h2 {
	margin-top: 40px;
	margin-bottom: 40px;
}
.overview td, .overview th {
	padding-right: 20px;
}
.overview table {
	margin-bottom: 40px;
}
@media(max-width: 1300px) {
	header .col-md-6.offset-md-3 {
		-ms-flex: 0 0 630px;
		flex: 0 0 630px;
    	max-width: 630px;
    	margin-left: calc(100% - 930px);
	}
	header .col-md-3 {
		-ms-flex: 0 0 300px;
		flex: 0 0 300px;
    	max-width: 300px;
	}
}
@media(max-width: 1060px) {
	header .col-md-6.offset-md-3 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
    	max-width: 100%;
    	margin-left: 0;
	}
	header .col-md-3 {
		-ms-flex: 0 0 200px;
		flex: 0 0 200px;
    	max-width: 200px;
	}
}
@media(max-width: 768px) {
	div.container-fluid {
		padding-left: 20px;
	    padding-right: 20px;
	    margin-left: 20px;
	    margin-right: 20px;
	    width: calc(100% - 40px);
    }
    .logo {
	    margin-bottom: 20px;
    }
    #menu_1 {
	    width: 100%;
	    float: none;
    }
    #menu_2 {
	    padding-left: 0;
	    width: 100%;
	    column-count: 1;
	    float: none;
    }
    div.adres, div.tel, div.privacy {
	    padding-bottom: 20px;
    }
    .info-event-single p.cat {
	    margin-top: 0;
    }
    .info-event-single h2, .page-title h2 {
	    font-size: 35px;
	    line-height: 35px;
	    letter-spacing: 0;
    }
    .info-event-single p.date {
	    font-size: 35px;
	    line-height: 35px;
    }
    .activiteit .info-event-single p.cat {
	    margin-top: 0;
    }
    .top-nav li, .top-nav.filter li {
	    width:100%;
    }
    .tt input[type=text], .tt select {
	    width: 100%;
	    margin-bottom: 20px;
    }
    .tt input[type=submit] {
	    width: 100%;
    }
    .info-eventsingle span.cat {
	    right: 20px;
	    top: 15px;
	    position: absolute;
    }
    .info-eventsingle {
	    position: static;
    }
    .info-eventsingle h2, a.bestel {
	    width: 100%;
    }
    .eventsingle {
	    position: relative;
    }
    form[name="billingForm"] input[type=submit] {
		width: 100%;
	}
	.info-event-single h3, .nieuws h3, p.cat {
		font-size: 15px;
		line-height: 18px;
	}
}
.filtered .item {
	display: none;
}
.filtered .item.active {
	display: block;
}
div.adres {
	width: 240px;
}
.item.activiteit {
	padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: solid 2px var(--orange);
}
.eventsingle, .eventsingle a {
	color: white;
}
.page-content .expo+.expo {
	padding-top: 20px;
}
.col-md-3 p.cat {
	position: absolute;
    right: 10px;
    width: 200%;
}
.product-image {
	padding-bottom: 80px;
}
div.tel {
	width: 180px;
}
div.privacy {
	width: 110px;
}
@media (min-width: 768px) {
	footer .col-md-5 {
	    -ms-flex: 0 0 350px;
	    flex: 0 0 350px;
	    max-width: 350px;
	}
	footer .col-md-7 {
	    -ms-flex: 0 0 calc(100% - 350px);
	    flex: 0 0 calc(100% - 350px);
	    max-width: calc(100% - 350px);
	}
}
#mc_embed_signup_scroll p {
	font-size: 40px;
	line-height: 35px;
	width: 300px;
	display: inline-block;
	vertical-align: bottom;
	text-transform: uppercase;
	margin-bottom: 20px
}
#mc_embed_signup_scroll input[type=email] {
	font-size: 40px;
	line-height: 40px;
	border: solid 2px #7F7F7F;
	width: 100%;
	
}
.mc-field-group-1 {
	width: calc(100% - 640px);
	min-width: 220px;
	display: inline-block;
	vertical-align: bottom;
	margin-right: 20px;
	margin-bottom: 20px
}
.clear {

}
#mc-embedded-subscribe {
	padding-left: 20px;
	padding-right: 20px;
	font-size: 40px;
	line-height: 40px;
	background-color: black;
	display: inline-block;
	vertical-align: bottom;
	margin-bottom: 20px;
	text-align: center;
	width: 310px;
}
.page-title .serie h2 {
	padding-bottom: 70px;
}
.expo+.serielink {
	padding-top: 50px;
}
.about ul, .about ol {
	list-style-type: disc;
	padding-left: 20px;
	padding-top: 21px;
	padding-bottom: 21px;
}
.about ol {
	list-style-type: decimal;
	padding-left: 35px;
}
.about li {
	padding: 0;
	font-size: inherit;
	font-size: 18px !important;
	line-height: 21px !important;
}
.about li strong {
	padding-top: 0;
	
}
@media(max-width:768px) {
	header {
		position: relative;
	}
	a.lang {
		top: 0px;
	}
	#mc-embedded-subscribe, .mc-field-group-1 {
	
		width: 220px;
		width: 100%;
	}
	#mc_embed_signup_scroll input[type=email], #mc_embed_signup_scroll input[type=email], #mc_embed_signup_scroll p, #mc-embedded-subscribe {
		font-size: 25px;
		line-height: 25px;
	}
	img.arrow {
		position: absolute;
		right: 10px;
		top: 40px;
		cursor: pointer;
		z-index: 1000;
	}
	div.wrapper {
		height: 250px;
	}
	.wrapper img {
		height: 200px;
	}
	.wrapper iframe {
		height: 200px;
		width: 356px;
	}
}