@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;700;900&display=swap');

@font-face {
	font-family: 'Jetset';
	src:url('/fonts/Jet-Set.ttf.woff') format('woff'),
	url('/fonts/Jet-Set.ttf.svg#Jet-Set') format('svg'),
	url('/fonts/Jet-Set.ttf.eot'),
	url('/fonts/Jet-Set.ttf.eot?#iefix') format('embedded-opentype'); 
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

::-webkit-scrollbar { display: none; }

* { cursor: unset; transition: all .2s; }

html { touch-action:none; }
 
html, body, div, button, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td, a { margin: 0px; padding: 0px; transition: .2s; text-decoration: none; }

.desktop { display: none; }

div.flex { display: flex; align-items: center; }
div.col-50 { width: 50%; vertical-align: middle; justify-content: center; }
div.col-50:last-child { text-align: center; }

div#current_time { font-size: 50px; position: absolute; right: 80px; top: 86px; font-weight: 700; line-height: 1; text-transform: uppercase; z-index: 5; background: #000; padding: 20px 30px; border-radius: 10px; box-shadow: #000 0 0 40px; }
div#current_time span { display: none; font-size: 40px; color: rgba(255,255,255,.3) }

body { font-family: 'Inter', sans-serif; font-size: 0; height: 100vh; overflow: hidden; box-sizing: border-box; width: 100%; color: #fff; background: #000; }
body.loading:before { content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: rgba(0,0,0,.9); z-index: 2; }
body.loading:after { content: ""; position: fixed; animation: rotate infinite 1s ease-in-out; display: block; width: 60px; height: 60px; top: 50vh; left: 50%; background: url('//icon.ontbrand.com/solid/fff/spinner-third.svg') no-repeat center; z-index: 3; margin: -15px 0 0 -15px; }
@keyframes rotate { 100% { transform: rotate(360deg); } }

a { cursor: pointer; }
li {list-style: none; }
p { margin: 30px 0; line-height: 1.8; }

section { font-size: 18px; position: relative; box-sizing: border-box; padding: 0 100px; margin-top: 100px; padding-bottom: 0; box-sizing: border-box; height: 70vh; overflow: auto; overflow-x: hidden; transition: all .2s !important; }
section section { all: revert; margin-top: 0 !important; }
section#content { padding-bottom: 40px; }
section#content:after { content: ""; left: 0; right: 0; bottom: calc(30vh - 100px); background: linear-gradient(to bottom, transparent, #000); height: 100px; position: fixed; z-index: 10; }
section#content div.title { padding-top: 0; }

h1 { font-weight: 400; font-size: 46px; line-height: 40px; margin-bottom: 16px; }
h2 { font-weight: 400; font-size: 24px; }
h3 { margin: 32px 0; }

.hidden { display: none !important; }

section.home { background: #000; color: #fff; box-sizing: border-box;  }
section.home div.logo { display: inline-block; background: url('//drentsewerf.nl/resources/img/drentse-werf-logo-negatief.svg') no-repeat center; background-size: 300px; width: 300px; height: 100px; }
section.home h1 { font-family: 'Jetset', sans-serif; text-transform: uppercase; line-height: 1.3; font-size: 70px; margin-top: 100px; }
section.home h3 { margin-bottom: 70px; }
section.home ul li { width: 100%; margin-bottom: 20px; }
section.home ul li:last-child { margin-right: 0; }
section.home ul li a { display: block; padding: 35px 30px; color: #000; border-radius: 5px; background: #fff; line-height: 30px; font-size: 22px; font-weight: 700; }
section.home ul li.wide { width: 100%; }

section.home ul li.wide a#appointment { padding: 60px; font-size: 25px; font-weight: 700; position: relative; line-height: 40px; margin: 80px 0 0 0; border-color: #fff; background: #fff; color: #000; }
section.home ul li.wide a#appointment:before { content: ""; width: 40px; height: 40px; background: url('//icon.ontbrand.com/light/000/calendar-check.svg') no-repeat center; display: inline-block; margin-right: 30px; vertical-align: top; }
section.home ul li.wide a#appointment:after { content: ""; width: 40px; right: 60px; height: 40px; background: url('//icon.ontbrand.com/light/000/hand-pointer.svg') no-repeat center; display: inline-block; position: absolute; animation: pulse infinite 2s ease-in-out; }
@keyframes pulse { 50% { transform: scale(1.4); } }

section.home ul li a#check-in:before { content: ""; width: 30px; height: 30px; background: url('//icon.ontbrand.com/light/000/key.svg') no-repeat center; display: inline-block; margin-right: 15px; vertical-align: top; }
section.home ul li a#take-in:before { content: ""; width: 30px; height: 30px; background: url('//icon.ontbrand.com/light/000/box-alt.svg') no-repeat center; display: inline-block; margin-right: 15px; vertical-align: top; }
section.home ul li a#toilet:before { content: ""; width: 30px; height: 30px; background: url('//icon.ontbrand.com/light/000/toilet-male-female.svg') no-repeat center; display: inline-block; margin-right: 15px; vertical-align: top; }
section.home ul li a#bells:before { content: ""; width: 30px; height: 30px; background: url('//icon.ontbrand.com/light/000/info-circle.svg') no-repeat center; display: inline-block; margin-right: 15px; vertical-align: top; }

div.time { color: #CFCFCF; margin-bottom: 16px; margin-left: 24px; margin-top: 24px; }

div.title span, div.time span { display: inline-block; text-align: center; vertical-align: middle; }
div.time { text-align: center; margin-top: 96px; }

div.intro-flex { border-top: 1px solid #ddd; }
div.intro { padding-bottom: 16px; padding-top: 16px; }
div.intro div.title { display: inline-block; text-transform: uppercase; padding-right: 20px; line-height: 32px; vertical-align: top; font-size: 26px; font-weight: 900; }
div.intro div.text { display: inline-block; color: rgba(255,255,255,.5); border-left: 1px solid #ddd; padding-left: 20px; vertical-align: top; line-height: 32px; }

div#pinned ul li a span.icon, div#support ul li a span.icon { background-size: 40%; background-position: center; background-repeat: no-repeat; border-color: transparent; }

div.time span.icon.time { background: url('https://icon.ontbrand.com/duotone/000000/hourglass-start.svg') no-repeat center; background-size: 16px; }

div#pinned ul li a span.icon.appointment { background-color: #2da76c; background-image: url('https://icon.ontbrand.com/light/ffffff/calendar-check.svg'); background-size: 25%; }
div#pinned ul li a span.icon.escaperoom { background-color: #4C4A48; background-image: url('https://icon.ontbrand.com/light/ffffff/user-lock.svg'); background-size: 25%; }
div#pinned ul li a span.icon.license { background-color: #00D15D; background-image: url('https://icon.ontbrand.com/light/ffffff/car-side.svg'); background-size: 25%; }
div#pinned ul li a span.icon.toilet { background-color: #0098ff; background-image: url('https://icon.ontbrand.com/light/ffffff/toilet-male-female.svg'); background-size: 30%; }
div#pinned ul li a span.icon.take-in { background-color: #ed7000; background-image: url('https://icon.ontbrand.com/light/ffffff/box-alt.svg'); background-size: 25%;}
div#pinned ul li a span.icon.bells { background-color: #999; background-image: url('https://icon.ontbrand.com/light/ffffff/info-square.svg'); background-size: 25%; }
div#pinned ul li a span.icon.post { background-color: #2da76c; background-image: url('https://icon.ontbrand.com/light/ffffff/mail-bulk.svg'); background-size: 30%; }
div#support { margin-top: 120px;}

/* div.list ul { font-size: 0; text-align: left; display: flex; gap: 3%; justify-content: space-between; flex-wrap: wrap; border-radius: 5px; margin-bottom: 32px; } */

div.list ul { display: grid; grid-template-columns: repeat(auto-fill, calc(100% / 4 - 20px)); grid-gap: 0 20px; justify-content: space-between; }
div#pinned.home ul, div#flex.home ul { grid-template-columns: repeat(auto-fill, calc(100% / 3 - 20px)); padding-top: 16px; }
div#pinned.home ul, div#entrepreneurs.home ul { grid-template-columns: repeat(auto-fill, calc(100% / 3 - 20px)); padding-top: 16px; }
div#pinned.home ul { grid-template-columns: repeat(auto-fill, calc(100% / 4 - 20px)); }

div.list ul li { display: block; width: 100%; }
div.list ul li a { display: block; text-align: center; cursor: pointer; margin-bottom: 30px; }
div.list ul li a span { display: inline-block; text-align: center; vertical-align: top; }
div.list ul li a span.icon { transition: all .2s; width: 100%; padding-top: 70%; background-color: #fff; background-repeat: no-repeat; border-right: 2px solid rgba(0,0,0,.2); background-position: center; background-size: 80%; margin-bottom: 8px; }
div.list ul li a span.name { font-size: 14px; font-weight: 700; padding: 10px 0; line-height: 1.1; color: #000; display: block; margin-top: 0px; }

div#flex { margin-top: 8px; }
div#entrepreneurs { margin-top: 8px; }
@keyframes shake { 40% { transform: translateY(-50px); } }

div#entrepreneurs.list ul { grid-template-columns: repeat(auto-fill, calc(100% / 4 - 20px )) !important; }
div#entrepreneurs.list ul a { display: flex; margin-bottom: 20px; border-radius: 5px; overflow: hidden; background: #fff; }
div#entrepreneurs.list ul a span.icon { width: 100px; height: 40px; background-size: 60%; padding: 20px; margin: 0; border-radius: 0; position: relative; }
div#entrepreneurs.list ul a span.icon.street { font-family: 'Jetset', sans-serif; font-size: 16px; color: #fff; line-height: 62px; height: 62px; width: 120px; white-space: nowrap; }
div#entrepreneurs.list ul a span.icon.street:before { display: none; }
div#entrepreneurs.list ul a span.name { display: flex; justify-content: space-between; align-items: center; width: 100%; line-height: 60px; padding: 0 20px; text-align: left; position: relative;font-size: 17px; white-space: normal; }
div#entrepreneurs.list ul.favorite a span.name { width: calc(100% - 120px); }
div#entrepreneurs.list ul.favorite a span.name i { padding-right: 30px; font-style: normal; opacity: .5; font-weight: 400; }

div#entrepreneurs.list ul a span.name span { font-weight: 400; text-align: left; box-sizing: border-box; padding-left: 26px; font-size: 14px; line-height: 1.2; width: calc((100% - 250px) / 3); }
div#entrepreneurs.list ul a span.name span b { display: block; }
div#entrepreneurs.list ul a span.name span.company { padding-left: 0; width: 250px; }
div#entrepreneurs.list ul a span.name span.company b { font-size: 18px; }
div#entrepreneurs.list ul a span.name span.check-in { background: url('//icon.ontbrand.com/solid/fff/clock.svg') no-repeat left center; background-size: 16px; }
div#entrepreneurs.list ul a span.name span.info { background: url('//icon.ontbrand.com/solid/fff/map-marker-alt.svg') no-repeat left center; background-size: 14px; padding-left: 24px; }
div#entrepreneurs.list ul a span.name span.room { background: url('//icon.ontbrand.com/solid/fff/building.svg') no-repeat left center; background-size: 14px; }

div#entrepreneurs.list ul a span.icon.zwart { background: #a3897a; }
div#entrepreneurs.list ul a span.icon.rood { background: #e30a0f; }
div#entrepreneurs.list ul a span.icon.groen { background: #00963f; }
div#entrepreneurs.list ul a span.icon.oranje { background: #f29109; }
div#entrepreneurs.list ul a span.icon.blauw { background: #366bb2; }
div#entrepreneurs.list ul a span.icon.paars { background: #6f2c78; }

div#entrepreneurs.list ul.favorite { display: block; margin-bottom: 80px; }

div.time_block { margin-top: 32px; color: #fff; }
div#time_sms.time_block { margin-top: -32px; }
div.time_block ul { display: flex; font-size: 0; margin: 0 !important; transition: .2s all !important }
div.time_block ul li { display: inline-block; margin-right: 20px; width: 100%; }
div.time_block ul li:last-child { margin-right: 0; }
div.time_block ul li a { display: block; text-align: center; color: #fff; line-height: 1; border: 2px solid rgba(255,255,255,.2); border-radius: 5px; padding: 24px 64px; font-weight: 400; font-size: 20px; margin: 0 !important; }

i.icon { width: 24px; height: 24px; background-size: 16px; margin-right: 16px; background-repeat: no-repeat; background-position: left center; display: inline-block; vertical-align: middle; box-sizing: border-box; }
i.icon.arrow { margin-right: 8px; }
i.toilet { background-image: url('https://icon.ontbrand.com/regular/000000/toilet.svg'); }

div#faq { margin-bottom: 80px; margin-left: 120px;  }
div#faq ul li { width: 400px; text-align: left; background-color: white; opacity: 0.9; margin-bottom: 8px; border-bottom: #F0F0F0 3px solid; font-size: 16px; font-weight: 700; box-sizing: border-box; }
div#faq ul li a { display: block; line-height: 64px; color: #666; }
div#faq ul li i { margin-top: 3px; margin-left: 24px; }

div#back-button { position: fixed; right: 0; top: 0; margin: 0; z-index: 6; }
div#back-button a { cursor: pointer; color: #fff; display: block; background: #f00 url('//icon.ontbrand.com/solid/fff/chevron-double-left.svg') no-repeat center; background-size: 20px; width: 100px; height: 60px; font-weight: 700; font-size: 0; text-transform: uppercase; border-radius: 0 0 0 10px; }
div#back-button a i { display: none; }

div.block { padding: 30px 0; border-radius: 5px; margin: 32px 0; display: block; }
div.block p { margin-bottom: 15px; }
div.block.countdown { position: relative; border: 2px solid #333; padding: 50px; padding-bottom: 30px; }
div.block.countdown:before { content: ""; bottom: 0; left: 0; top: 0; width: 100%; background: rgba(255,255,255,.2); position: absolute; animation: loading 15s linear infinite; border-radius: 0 0 0 0; z-index: -1; }
div.block.countdown h2 { padding-left: 40px; background: url('//icon.ontbrand.com/solid/fff/check.svg') no-repeat left center; }
@keyframes loading { 0% { width: 0%; } 100% { width: 100%; } }
div.block h2 { font-weight: 700; margin-bottom: 15px; }
div.block p { line-height: 1.5; margin-top: 0; }

img.logo { max-width: 70%; margin: 32px 0; }

div#register { padding: 60px 0 0 0; clear: both; }

div.buttons { display: flex; justify-content: space-between; }
div.buttons div { width: 100%;  }
div.buttons div:first-child { margin-right: 20px;  }
div.buttons div a { box-sizing: border-box; width: 100%; display: flex; align-items: center; justify-content: center; height: 200px; color: #fff; border: 2px solid rgba(255,255,255,.2); border-radius: 5px; }
div.yes-button a:before { content: ""; width: 60px; height: 60px; display: block; background: url('//icon.ontbrand.com/regular/fff/clock.svg') no-repeat center; margin-right: 20px; }
div.delivery a:before { content: ""; width: 60px; height: 60px; display: block; background: url('//icon.ontbrand.com/regular/fff/box.svg') no-repeat center; margin-right: 20px; }
div.buttons div.active a { border-color: #fff; }

div#registered h2 { font-weight: 900; }
div#registered .error { font-weight: 900; color: #C3323D; }

section#content { -webkit-overflow-scrolling: touch; }
section#content::-webkit-scrollbar { display: none; }
section#content ul { margin: 32px 0; }
section#content ul li { line-height: 80px; font-size: 24px; }

i.email { background-image: url('https://icon.ontbrand.com/solid/000000/paper-plane.svg'); background-size: 24px; }
i.telephone { background-image: url('https://icon.ontbrand.com/solid/000000/phone-volume.svg'); background-size: 24px; }
i.globe { background-image: url('https://icon.ontbrand.com/regular/000000/browser.svg'); background-size: 24px; }

table { width: 100%; border-collapse: collapse; font-family: 'Jetset', sans-serif; text-transform: uppercase; }
table th,
table td { font-size: 18px; white-space: nowrap; padding: 20px; text-align: left; font-weight: 700; border: 1px solid rgba(0, 0, 0, 0.2); }
table td:nth-child(2) { width: 100%; white-space: normal; }
table tr:nth-child(odd) td { background: #ddd; }
table tr th { background: #000; color: #fff; border: 1px solid #000; }

@media all and (min-width: 1400px) {
	.desktop { display: block; }
	div#pinned.home ul, div#flex.home ul { grid-template-columns: repeat(auto-fill, calc(100% / 9 - 20px)); }
	div#pinned.home ul, div#entrepreneurs.home ul { grid-template-columns: repeat(auto-fill, calc(100% / 9 - 20px)); }
	div.list ul { grid-template-columns: repeat(auto-fill, calc(100% / 9 - 20px));}
	div#pinned ul li a span.icon { margin: 0; border-radius: 3px 3px 0 0; }
	div#pinned ul li a span.name { margin: 0; border-radius: 0 0 3px 3px; }
	div.list ul li a:hover span.name { background-color: #333; color: #fff; border: 0 !important; border-radius: 0 0 3px 3px !important; margin: -1px; margin-top: 0; }
	div#pinned ul li a { border: 0; }
}

@media all and (max-width: 1400px) {
	div#pinned.home ul { display: block; }
	div#pinned.home ul li a { position: relative; border: 0; padding: 0; margin: 0 0 10px 0; }
	div#pinned.home ul li a span.icon { padding: 0; height: 200px; box-sizing: border-box; background-size: auto 60px; background-position: 80px center; border-radius: 5px; }
	div#pinned.home ul li a span.name { position: absolute; background: none; padding: 0; top: 0; line-height: 200px; left: 210px; font-family: 'Jetset'; text-transform: uppercase; color: #fff; text-shadow: rbga(0,0,0,.3) 0 0 30px; font-size: 42px; }
	div#pinned ul li a span.icon.toilet { background-size: auto 50px; }
	div#entrepreneurs.list ul { grid-template-columns: repeat(auto-fill, calc(100% / 2 - 10px )) !important; }
	div.intro { margin: 0 -80px 0 -80px; padding: 0;  }
	div.intro div.title { border-bottom: 5px solid #000; display: block; text-transform: none; line-height: 1; text-align: left; padding: 48px 80px; font-family: 'Jetset'; text-transform: uppercase; vertical-align: top; font-size: 60px; font-weight: 400; }
	div.intro div.text { border: 0; padding: 0; color: #000; font-size: 24px; padding: 40px 80px; padding-top: 0; line-height: 1.5; font-weight: 700; display: block; text-align: left; background: #000; color: #fff; }
}