@font-face {
	font-family: 'BankGothicBT-Light';
	src: url('../fonts/BankGothicBT-Light/BankGothicBT-Light.eot');
	src: url('../fonts/BankGothicBT-Light/BankGothicBT-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/BankGothicBT-Light/BankGothicBT-Light.woff2') format('woff2'),
		url('../fonts/BankGothicBT-Light/BankGothicBT-Light.woff') format('woff'),
		url('../fonts/BankGothicBT-Light/BankGothicBT-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
*, *:before, *:after {
	box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 100%;
	line-height: 1.6em;
	font-family: Helvetica, Arial, sans-serif;
	background: #000;
}
img, svg {
	max-width: 100%;
}
a {
	cursor: pointer;
	outline: none;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
a {
	color: #000;
}
.fw {
	width: 100%;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.flex-container {
	display: flex;
}
h1, h2, h3, h4 {
	font-family: 'BankGothicBT-Light';
	text-transform: uppercase;
}

/* !FORMS - general */
form ::placeholder {}
input::-webkit-input-placeholder,
input:-moz-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder {
	
}
input[type="text"],
input[type="email"],
input[type="submit"],
select,
textarea {
	filter: none;
	outline: none;
	
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 30px #fff inset !important;
}
input[type="radio"],
input[type="checkbox"] {
	accent-color: #000;
}

/* !BUTTONS */
.btn {
    display: inline-block;
	cursor: pointer;
    font-size: 0.9rem;
    color: #000;
    background: #fff;
    border: none;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
	line-height: 33px;
	padding: 4px 2rem;
	border-radius: 20px;
	letter-spacing: 1px;
    transition: .2s ease-out;
}
.no-touchevents .btn:hover {
	background: #ddd;
}
.btn.invert {
	color: #fff;
	background: #000;
}
.no-touchevents .btn.invert:hover {
	background: #333;
}
.btn.small {
	font-size: 0.7rem;
	padding: .3rem 1.4rem;
}

/* !NAV (op subpages) */
body.sub #wrap {
	padding-top: 60px;
}
nav {
	position: fixed;
	top: 0;
	z-index: 100;
	width: 100%;
	height: 60px;
	padding: 1rem 0;
	color: #000;
	background-color: #fff;
}
nav a {
	font-size: 1.4rem;
	font-family: 'BankGothicBT-Light';
	text-decoration: none;
}
nav svg {
	position: relative;
	top: 2px;
}

/* !HEADER */
header {
	padding: 2rem 0;
}
header h1 {
	font-size: 2.6rem;
	line-height: 2.2rem;
	margin: 0;
}
.sub.huren header h1 {
	font-size: 2.4rem;
	text-align: left;
}

/* !BANNERS */
.banners {
	position: relative;
	max-width: 95%;
	margin: 0 auto 2rem;
	border-radius: 2rem;
	overflow: hidden;
}
.banners .slider img {
	display: block;
	height: 80vh;
	margin: 0 auto;
}
.objectfit .banners .slider img {
	width: 100%;
	object-fit: cover;
	object-position: center center;
}
.banners .slick-dotted.slick-slider {
	margin-bottom: 0;
}

/* !CONTENT */
#content {
	padding: 0 6rem;
}
#content div[data-equalise].flex-container {
	align-items: center;
	justify-content: center;
}
#content .intro {
	font-weight: 700;
	padding-right: 45%;
	margin-bottom: 4rem;
}
#content .events {
	padding-right: 10%;
}
#content .events p {
	font-weight: 300;
}
#content .events p strong {
	font-weight: 700;
}
#content .events p a {
	color: #fff;
}
#content .events p a.btn {
	color: #000;
}
#content .events ul {
	padding: 0;
	list-style: none;
	font-weight: 700;
}
#content .events ul li svg {
	width: 20px;
	fill: #fff;
}
#content .history {
	margin: 4rem 0;
}
#content .history .txt {
	max-width: 80%;
	margin: 0 auto;
}
#content .history .txt p {
	font-weight: 300;
}
#content .history .txt p strong {
	font-weight: 700;
}
#content .history .txt p a {
	color: #fff;
}

/* !FLOOR_PLAN */
#floorplan {
	color: #000;
	background: #fff;
	margin: 4rem 0;
	padding: 10rem 4rem 10rem 0;
	border-radius: 2rem;
}
#floorplan div[data-equalise].flex-container.list {
	justify-content: flex-start;
}

/* !shop-list */
ul#shop-list {
	margin: 0; 
	padding: 0; 
	list-style: none;
}
ul#shop-list li {
	margin-bottom: 5px;
}
ul#shop-list li a {
	position: relative;
	display: inline-block;
	white-space: pre;
	padding: 1px .5rem 1px 5rem;
	text-align: right;
	color: #fff;
	background-color: #000;
	font-size: .9rem;
	font-family: 'BankGothicBT-Light';
	text-transform: uppercase;
	text-decoration: none;
}
ul#shop-list li a.hovered {
	padding-left: 8rem;
}

/* !Floor svg */
#floor svg g.shop {
	cursor: pointer;
	cursor: sw-resize;
}
#floor svg g.shop .bg {
	opacity: 0;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
#floor svg g.shop.hovered .bg {
	opacity: 1;
}
#floor svg g.te-huur .bg {
	opacity: 0.5;
}
#floor svg g.te-huur .number {
	opacity: 0;
}
/* !Floor - tehuur page */
body.huren #floorplan {
	margin: 2rem 0;
	padding: 1rem 2rem;
}
body.huren #floor svg g.te-huur .bg,
body.huren #floor svg g.te-huur .number {
	opacity: 1;
}
body.huren #floor svg g.shop {
	cursor: default;
	opacity: 0;
}
body.huren .huurpanden {
	margin-top: 2rem;
}
body.huren .huurpanden img {
	filter: grayscale(0.5);
}
body.huren .huurpanden p {
	font-size: .9rem;
}
body.huren .huurpanden .btn.small {
	font-size: .65rem;
	padding: .2rem 1.1rem;
}

/* Huren */
#content .huren {
	color: #000;
	background: #fff;
	margin: 4rem 0;
	padding: 2rem;
	border-radius: 2rem;
}
body.huren div.contactpersoon {
	color: #000;
	background-color: #fff;
	border-radius: 10px;
	padding: 1rem;
	margin: 1rem 0;
}
body.huren div.contactpersoon h4,
body.huren div.contactpersoon p {
	margin: 0;
	text-align: center;
}

/* Links */
div.links a.btn {
	margin: .5rem;
	padding: .1rem 1rem;
	border-radius: 10px;
}

/* !REGISTER (events) */
div.register {
	margin-top: 4rem;
	padding: 5rem 0 0rem; /*bottom 6rem hier ff als margin op form*/
	color: #000;
	background-color: #fff;
	-webkit-border-top-left-radius: 120px;
	-moz-border-radius-topleft: 120px;
	border-top-left-radius: 120px;
}
form h2, form h3, form h4 {
	font-family: Arial, sans-serif;
}
div.register h2::after {
	content: '';
	display: block;
	height: 4px;
	background: #ccc;
	width: 50px;
	margin: 1.4rem 0;
}
div.register form {
	margin-bottom: 6rem;
}
div.register form input[type="text"],
div.register form input[type="email"],
div.register form textarea {
	width: 96%;
	margin: .2rem 0 .5rem 0;
	padding: .6rem;
	font-size: .9rem;
	border: 1px solid #ccc;
}
div.register form label {
	display: inline-block;
	font-size: .9rem;
}
div.register span.req {
	color: red;
}
div.register fieldset {
	border: 1px dotted #666;
	margin-top: 2rem;
	padding: 1.4rem 2rem;
}
div.register fieldset:first-child {
	margin-top: 0;
}
div.register fieldset:last-child {
	margin-bottom: 2rem;
}
div.register fieldset legend h3 {
	margin: 0;
	padding: 0 10px;
	color: #333;
	font-size: 1rem;
	text-transform: none;
}
div.register fieldset h4 {
	color: #999;
	text-transform: uppercase;
}
div.register div.radios label {
	display: block;
	font-weight: 500;
	padding: .5rem;
	padding-right: 0;
	border-top: 1px solid #ccc;
}
div.register div.radios label:first-child {
	border-top: none;
}
div.register div.radios label.disabled {
	color: #999;
}
div.register div.radios label.disabled span {
	display: inline-block;
	color: #fff;
	background-color: #bbb;
	text-transform: uppercase;
	margin-left: .5rem;
	padding: 0 .5rem;
}
div.register ol.participants {
	padding: 0;
	list-style: none;
	counter-reset: od-counter 1;
}
div.register ol.participants li {
	counter-increment: od-counter;
	padding: 1rem;
	padding-top: 0;
	margin-bottom: 1rem;
	/*background-color: #f5f5f5;*/
}
div.register ol.participants li .row.title {
	color: #333;
	/*background-color: #eee;*/
	/*border-bottom: 1px solid #ddd;*/
	/*margin-bottom: .5rem;*/
	padding: .2rem .2rem;
	font-variant: small-caps;
}
div.register ol.participants li .row.title strong::before {
	content: counter(od-counter)". ";
}
div.register ol.participants li .row.title a {
	cursor: pointer;
	color: #999;
	font-weight: bold;
	text-transform: lowercase;
}
div.register ol.participants li:first-child .row.title a {
	/*display: none;*/ /* remove first participant? */
}
div.register .btn#add-participant {
	font-size: 0.7rem;
	padding: .2rem 1rem;
	color: #333;
	background-color: #ddd;
	border-radius: 5px;
}
.no-touchevents div.register .btn#add-participant:hover {
	background: #ccc;
}
div.register p.error {
	color: red;
}
div.register div.success {
	color: #000;
}
div.register div.success img.streets {
	display: block;
	margin-top: 2rem;
	border-top: 8px solid #000;
}

/* !FOOTER */
footer {
	
}
footer .map {
	padding-right: 10%;
}
footer .map img {
	display: block;
}
footer div.contact {
	padding-top: 10%;
	padding-left: 10%;
}
footer h2 {
	margin-bottom: 2rem;
}
footer h3 {
	font-size: 1rem;
	font-family: Helvetica, Arial, sans-serif;
	margin: 2rem 0 .5rem;
}
footer h3 + p {
	margin-top: 0;
}
footer p {
	font-weight: 300;
}
footer p strong {
	font-weight: 700;
}
footer h4 {
	margin: 0;
	font-size: 1.85rem;
}
footer h4 + p {
	margin: .2rem 0;
	padding-left: 2px;
	font-size: .9rem;
	letter-spacing: 1px;
}
footer a {
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}
.no-touchevents footer a:hover {
	text-decoration: underline;
}
footer .parkings a {
	font-weight: 300;
	text-decoration: underline;
}

/* !MEDIA */

/* Large and up */
@media screen and (min-width: 64em) /* >= 1024 */
{
	/*body {color: blue;}*/
}
/* Medium */
@media screen and (max-width: 63.99em) /* <= 1023 */
{
	/*body {color: red;}*/
	
	.medium-hidden {
		display: none !important;
	}
	.banners .slider img {
		height: 50vh;
	}
	#floorplan {
		padding: 2rem 2rem 2rem 0;
		border-radius: 1rem;
	}
	ul#shop-list li a {
		font-size: .8rem;
		padding: 0 .5rem 0 2rem;
	}
	ul#shop-list li a.hovered {
		padding-left: 4rem;
	}
	#content {
		padding: 0 3rem;
	}
	#content .intro,
	#content .events {
		padding-right: 0;
	}
	#content .intro {
		margin-bottom: 2rem;
	}
	#content .history {
		margin: 0;
	}
	#content .history .txt {
		max-width: 100%;
	}
	#content .huren {
		padding: 1rem;
		margin: 2rem 0 3rem;
		border-radius: 1rem;
	}
	body.huren .huurpanden {
		margin-top: 0;
	}
	body.huren div.contactpersoon p span {
		display: block;
	}
	
	div.register {
		margin-top: 2rem;
		padding: 3rem 0 0rem; /*bottom 4rem hier ff als margin op form*/
		-webkit-border-top-left-radius: 40px;
		-moz-border-radius-topleft: 40px;
		border-top-left-radius: 40px;
		-webkit-border-top-right-radius: 40px;
		-moz-border-radius-topright: 40px;
		border-top-right-radius: 40px;
	}
	div.register form {
		margin-bottom: 4rem;
	}
	div.register fieldset h4 {
		margin: 1rem 0;
	}
	
	footer div.contact {
		padding: 0;
	}
}
/* Small */
@media screen and (max-width: 40em) /* <= 640 */
{
	/*body {color: green;}*/
	
	.small-hidden {
		display: none !important;
	}
	.banners {
		border-radius: 1rem;
	}
	.banners .slider img {
		height: 30vh;
	}
	#content {
		padding: 0 1rem;
	}
	#floorplan {
		padding: 1rem 0;
		margin-bottom: 1rem;
	}
	ul#shop-list li {
		display: inline-block;
	}
	ul#shop-list li a,
	ul#shop-list li a.hovered {
		padding: 1px .5rem;
	}
	ul#shop-list li a.hovered {
		background-color: #444;
	}
	#floor {
		margin: 1rem 0 0;
	}
	div.links a.btn {
		font-size: 0.6rem;
		margin: .5rem .1rem;
		padding: 0 .5rem;
		line-height: 30px;
	}
	
	div.register {
		padding: 2rem 0 0rem; /*bottom 4rem hier ff als margin op form*/
		-webkit-border-top-left-radius: 20px;
		-moz-border-radius-topleft: 20px;
		border-top-left-radius: 20px;
		-webkit-border-top-right-radius: 20px;
		-moz-border-radius-topright: 20px;
		border-top-right-radius: 20px;
	}
	div.register form {
		margin-bottom: 4rem;
	}
	div.register div.radios label{
		font-size: .8rem;
	}
	div.register div.success img.streets {
		border-top: 4px solid #000;
	}
	
	footer .map {
		padding-right: 0;
	}
	footer div.contact {
		padding: 1rem;
	}
	
}