@font-face {
	font-family: "Urbano";
	src: url("/css/urbano-extra-bold-condensed.woff2") format("woff2"), url("/css/urbano-extra-bold-condensed.woff") format("woff"), url("/css/urbano-extra-bold-condensed.ttf") format("truetype"), url("/css/urbano-extra-bold-condensed.otf") format("opentype");
	font-weight: 800;
	font-style: normal;
	font-display: block;
}
@font-face {
	font-family: "FS Jack";
	src: url("/css/fs-jack-regular.woff2") format("woff2"), url("/cssfs-jack-regular.woff") format("woff"), url("/css/fs-jack-regular.ttf") format("truetype"), url("/css/fs-jack-regular.otf") format("opentype");
	font-weight: 400;
	font-style: normal;
	font-display: block;
}
@font-face {
	font-family: "FS Jack";
	src: url("/css/fs-jack-bold.woff2") format("woff2"), url("/cssfs-jack-bold.woff") format("woff"), url("/css/fs-jack-bold.ttf") format("truetype"), url("/css/fs-jack-bold.otf") format("opentype");
	font-weight: 700;
	font-style: normal;
	font-display: block;
}
.Header .column {
	display: inline-block;
	vertical-align: top;
}
.Header .container.noGutterInside .column {
	font-size: 14px;
	padding-left: 1px;
}
.Header .closeNav {
	position: absolute;
	top: 20px;
	right: 20px;
}
.Header .menuColumn {
	width: 100%;
}
.Header .menuColumn .navMenu {
	width: 100%;
	display: flex;
	align-content: space-between;
	flex-wrap: wrap;
}
nav {
	width: 100%;
}
.navMenu div {
	flex: 0 0 100px;
	width: 100px;
}
.Header .menuColumn .metaMenu {
	width: 100%;
	text-align: right;
	position: absolute;
	top: 1px;
	right: 71px;
}
.mobile.Header nav ul {
	flex-direction: column;
}
.Header nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	justify-content: space-between;
	display: flex;
}
.Header nav ul li {
	display: inline-block;
}
.Header .desktopColumn ul li {
	margin-left: 15px;
	padding-left: 15px;
}
.Header nav ul li a {
	text-decoration: none;
}
.Header .desktopColumn ul li,
.Header .desktopColumn ul li a {
	font-weight: bold;
	font-size: 16px;
	line-height: 1em;
	text-transform: uppercase;
	font-family: "Urbano";
	text-rendering: optimizelegibility;
	transition: color 300ms;
	cursor: pointer;
}
.Header .desktopColumn ul li:hover {
	color: #e20015;
}
.Header .desktopColumn ul li a {
	color: #2b69ae;
}
.Header .menuColumn .metaMenu nav {
	height: 54px;
	padding: 13px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.Header .menuColumn .metaMenu ul li {
	color: #999999;
	margin-right: 10px;
}
.Header .menuColumn .metaMenu ul li:last-of-type {
	margin-right: 0;
}
.Header .menuColumn .metaMenu ul li {
	font-size: 0.9em;
	font-weight: 400;
	color: #999999;
	padding: 0 5px;
	-webkit-font-smoothing: antialiased;
}
.metaMenuSpacer {
	background-color: #999999;
	width: 1px;
	height: 15px;
	display: inline-block;
	position: relative;
	left: 4px;
	top: 2px;
}
.Header.mobile .mobileColumn .navMenu {
	width: 100%;
}
#icon_times {
	width: 20px;
	height: 20px;
	cursor: pointer;
}
.Header .hamburger {
	padding: 0px;
	cursor: pointer;
}
.Header .hamburger span {
	display: inline-block;
	position: relative;
	width: 34px;
	height: 3px;
	background-color: #fff;
	border-radius: 0px;
}
.Header .hamburger span:after,
.Header .hamburger span:before {
	content: "";
	width: 100%;
	height: 3px;
	background-color: #fff;
	position: absolute;
	right: 0;
	left: 0;
	display: block;
	border-radius: 0px;
}
.Header .hamburger span:before {
	top: -10px;
}
.Header .hamburger span:after {
	bottom: -10px;
}
.Header .mobileColumn {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	width: 400px;
	max-width: 90%;
	background-color: white;
	transform: translateX(400px);
	transition: transform 500ms;
	padding: 50px 25px 25px 25px;
	box-sizing: border-box;
}
.mobile.Header .mobileColumn.ShowMenu {
	transform: translateX(0);
	box-shadow: 0 0 500px 2000px rgba(0, 0, 0, 0.5);
	display: block;
	z-index: 9;
}
.Header .mobileColumn .navMenu {
	position: relative;
}
.Header .mobileColumn nav ul li {
	display: block;
	font-size: 1.5em;
	line-height: 1em;
	color: #2b69ae;
	margin: 1em 0;
}
.Header .mobileColumn nav ul li a {
	color: #2b69ae;
}
.PrimaryBGColor {
	background-color: #0071bb;
}
.SecondaryColor {
	color: #0071bb;
}
.SecondaryBGColor {
	background-color: #0071bb;
}
.flag-button {
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 10px;
	right: 10px;
	border: solid 2px white;
	border-radius: 50%;
	overflow: hidden;
	z-index: 999;
	box-shadow: 0px 4px 4px rgb(0 0 0 / 0.3);
	img {
		display: block;
		height: 100%;
		width: 100%;
		object-fit: cover;
	}
}
.flexible {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: auto;
}
.locations .flexible {
	margin: auto;
	margin-top: 10px;
}

.flexible > *:not(.map) {
	flex: 0 0 300px;
	max-width: 300px; /* IE FIX */
}

.flexible .page-nav {
	display: flex;
	flex: 1 1 100%;
	max-width: 100%;
}
.button.padding-x {
	padding-left: 30px;
	padding-right: 30px;
}
.button {
	display: inline-flex;
	align-items: center;
	font-size: 16px;
	box-sizing: border-box;
	padding: 0.6rem 1rem 0.5rem;
	outline: none;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	background: #2b69ae;
	border-radius: 2em;
	color: white;
	user-select: none;
	justify-content: center;
	font-weight: bold;
}

.response .button {
	padding-left: 20px;
	padding-right: 20px;
}

.button .LoaderAnim {
	position: absolute;
	top: -25px;
	left: 50%;
	margin-left: -50px;
	width: 100px;
	height: 100px;
}
.BannerBottom {
	width: 100%;
	height: 20px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.button.meer-info {
	text-decoration: none;
	padding: 14px;
	background: #2b69ae;
	border: none;
}
.button.alternative {
	background: white;
	color: #2b69ae;
	border: solid 2px #2b69ae;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	display: block;
}

.button.alternative:hover {
	background-color: #2b69ae;
	color: white;
}

.button.wider {
	text-align: center;
	width: 260px;
}
.text-XXXlarger {
	font-size: 1.85em;
}
.text-XXlarger {
	font-size: 1.65em;
}
.text-Xlarger {
	font-size: 1.45em;
}
.text-larger {
	font-size: 1.25em;
}
.text-large {
	font-size: 1.1em;
}
.text-small {
	font-size: 0.9em;
}
.text-smaller {
	font-size: 0.75em;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-medium {
	font-weight: 500;
}
.text-bold {
	font-weight: bold;
}
.Contact .text-bold,
.Contact strong {
	font-family: "Urbano";
	text-transform: uppercase;
}
.text-semibold {
	font-weight: 600;
}
.primary-color {
	color: #2b69ae;
}
.secondary-color {
	color: #00b6e7;
}
.width-large,
.block .container {
	width: 100%;
	max-width: 880px;
	box-sizing: border-box;
}
.route_hoe-werkt-het .block .container,
.route_contact .block .container {
	max-width: 650px;
}
.ticket__total_price {
	margin-left: auto;
}
.Header .container {
	padding: 0 15px;
	top: 0;
	width: 100%;
	background-color: rgb(242 242 242 / 0.75);
	border-bottom: 2px solid #2b69ae;
	height: 55px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}
.route_ .block .container {
	max-width: 100%;
}
.width-medium {
	width: 100%;
	max-width: 900px;
}
.width-small {
	width: 100%;
	max-width: 480px;
}
.capitalize {
	text-transform: capitalize;
}
i,
a {
	color: inherit;
}
.footer a {
	text-decoration: none;
	color: inherit;
}
.aside a {
	text-decoration: none;
}
.summary .input_group a {
	color: inherit;
}
.block-centered {
	display: block;
	margin: 0 auto;
}
.box-shadow {
	-webkit-box-shadow: 0 2px 0 0 #cdcdcd;
	box-shadow: 0 2px 0 0 #cdcdcd;
}
.loading {
	height: 100vh;
}
.unordered-list {
	padding-left: 1.25em;
}
.VeelgesteldeVragen .unordered-list.legenda {
	color: #2b69ae;
	font-weight: bold;
}
hr {
	border: none;
	border-top: 1px solid #f6f7f8;
}
.cover {
	width: 100vw;
	height: 100vh;
}
.centered {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.block {
	display: flex;
	justify-content: center;
}
.block .container {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.avatar .container {
	padding: 0;
}
.row {
	display: flex;
	flex-direction: row;
	width: 100%;
}
.ticket__set_key {
	margin-right: 15px;
	line-height: 1.2em;
	flex: 1 1 auto;
	align-items: center;
	display: flex;
}

.spacer {
	display: block;
	width: initial;
}
.spacer.XXsmall {
	margin: 0.5rem;
}
.spacer.Xsmall {
	margin: 0.75rem;
}
.spacer.small {
	margin: 1rem;
}
.spacer.medium {
	margin: 3rem;
}
.spacer.large {
	margin: 6rem;
}
.spacer.custom1 {
	margin: 1.6rem;
}
.spacer.custom2 {
	margin: 0.5rem;
}
.spacer.height50 {
	height: 30px;
	width: 100%;
}
.seperator {
	flex: 1 1 auto;
}
.page_container {
	margin-top: 1rem;
}
.details .recommended.page_container {
	border: none;
}
.input,
select {
	font-size: 1em;
	margin: 0.25rem 0;
	padding: 0.75rem 0.5rem;
	border: 1px solid #a9a5a2;
	border-radius: 6px;
	outline: none;
}
#aanhef {
	width: 10rem;
}
.numTickets {
	flex: 0 0 60px;
	margin-right: 15px;
}
.input[type="radio"] {
	padding: 0;
	margin: 0;
}
.summary .input[type="number"],
.summary .input[type="text"] {
	width: 25px;
	margin-right: 0;
	color: inherit;
}
.input:-internal-autofill-selected {
	background-color: #fff;
}
#tickets.invalid {
	color: orange;
}
#tickets.invalid input {
	border-color: orange;
	background-color: #ff000014;
}
#tickets.invalid + .field_error {
	border: 1px solid orange;
	background-color: #ff000014;
	padding: 0.3em 1rem;
	border-radius: 4px;
}
.field_error {
	font-size: 1em;
	color: orange;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 0.5rem;
	line-height: 1.5;
	margin-bottom: 1rem;
}
.field_error#tickets_error {
	margin-left: 4rem;
	padding: 0;
}
html,
body {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	width: 100%;
	min-height: 100%;
	display: flex;
	font-family: "FS Jack", sans-serif;
	background-color: #eaf0f7;
}
#app {
	font-size: 18px;
	line-height: 24px;
	color: #2b69ae;
	height: 100%;
	display: flex;
	flex-direction: column;
}
.Header {
	flex: 0 0 auto;
}
.flex {
	display: flex;
	flex-direction: column;
}
.VueCarousel {
	overflow: hidden;
	border-radius: 16px;
}
.info.page .VueCarousel,
.order.page .VueCarousel {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.VueCarousel,
.VueCarousel-wrapper,
.VueCarousel-inner {
	height: 100% !important;
}
#app.navigation_open {
	overflow: hidden;
}
.Header .strip {
	flex: 0 0 10px;
	background-color: #e2001a;
	width: 100%;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
}
.center-text {
	text-align: center;
}
.gm-style-iw.gm-style-iw-c {
	width: 340px;
	padding-top: 25px;
}
.layout {
	margin: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 0;
}

.container_blur {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 115px;
	background-size: contain;
	background-position: top center;
	background-attachment: fixed;
	-webkit-filter: blur(2px);
	filter: blur(2px);
	opacity: 1;
	pointer-events: none;
}
.aside,
.main {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.route_ .mobile#filters {
	max-width: 300px;
	margin: 20px auto;
}
.info {
	width: 100%;
	position: relative;
}
.info__page_title {
	font-family: "Urbano";
	text-transform: uppercase;
}
.info__page_description {
	line-height: 1.7;
	font-size: 18px;
	margin-bottom: 20px;
}
.Order {
	width: 100%;
	position: relative;
}
.vouchercode {
	margin-top: 10px;
	position: relative;
}
.vouchercode input {
	font-weight: 500;
	padding: 15px 20px;
	margin-right: 10px;
	box-sizing: border-box;
	margin-top: 5px;
	width: 100%;
	font-family: monospace;
	font-size: 2em;
	letter-spacing: 0.8em;
	text-transform: uppercase;
}
.vouchercode .input_ghost {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	font-family: monospace;
	font-size: 2em;
	letter-spacing: 0.8em;
	padding: 15px 20px;
	pointer-events: none;
	box-sizing: border-box;
}
@media (max-width: 500px) {
	.vouchercode input,
	.vouchercode .input_ghost {
		letter-spacing: 0.2em;
	}
}
.ErrorMessage {
	border: solid 1px;
	padding: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}
.custom-checkbox {
	display: none;
}
.custom-checkbox + label {
	cursor: pointer;
}
.custom-checkbox + label img {
	position: relative;
	top: 7px;
}
.custom-checkbox + label img:last-of-type {
	display: none;
}
.custom-checkbox:checked + label img:first-of-type {
	display: none;
}
.custom-checkbox:checked + label img:last-of-type {
	display: inline;
}
.timeslots select {
	width: calc(33.33% - 10px);
	margin-right: 10px;
}
.timeslots select:last-of-type {
	margin-right: 0;
	width: 33.333%;
}
.form .code_controls:last-of-type {
	margin-left: auto;
}
.input_group {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 15px 0 0;
}
.input_group .icon-info {
	position: absolute;
	top: 13px;
	right: 10px;
	cursor: pointer;
}
.info_text {
	display: block;
	width: 100%;
	font-size: 0.9em;
	box-sizing: border-box;
	padding: 3px 0.5rem;
	border: 1px solid #29b529;
	border-radius: 4px;
	color: green;
	background-color: #daf7da;
	line-height: 1.65;
	margin-bottom: 0.4em;
}
.input_group .row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.ScrollMem {
	background: red;
	width: 100px;
	height: 100px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9999;
	display: none;
}
.checkbox__block .input_group .row {
	-webkit-box-align: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
}
.input_group input {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font: 300 16px;
}
.input_group input[type="text"] {
	width: 100%;
}
.input_group input[type="text"].valid {
	border-color: green;
}
.input_group input[type="text"].invalid {
	border-color: orange;
}
.input_group input[type="text"][name="firstname"],
.input_group input[type="text"][name="lastname"] {
	text-transform: capitalize;
}
.input_group input[type="text"]::-webkit-input-placeholder {
	color: #999999;
}
.input_group input[type="text"]::-moz-placeholder {
	color: #999999;
}
.input_group input[type="text"]:-ms-input-placeholder {
	color: #999999;
}
.input_group input[type="text"]::-ms-input-placeholder {
	color: #999999;
}
.input_group input[type="text"]::placeholder {
	color: #999999;
}
.input_group input[type="radio"]:first-of-type {
	margin-right: 6px;
}
.input_group input[type="checkbox"] {
	margin-right: 6px;
	margin-top: 6px;
}
.input_group:not(.row) {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.input_group.row .error {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}
.input_group.row {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 1rem 0;
}
span.error,
div.error {
	color: #e20019;
	display: block;
	line-height: 1;
	font-size: 0.9em;
	margin-bottom: 5px;
	border-radius: 6px;
}
span.error.registration {
	display: block;
	width: 100%;
	font-size: 0.9em;
	box-sizing: border-box;
	padding: 3px 0.5rem;
	border: 1px solid #f5851e;
	border-radius: 0px;
	color: #f5851e;
	background-color: #fffaf5;
	line-height: 1.65;
	margin-bottom: 0.4em;
}
span.error.registration.valid {
	display: block;
	width: 100%;
	font-size: 0.9em;
	box-sizing: border-box;
	padding: 3px 0.5rem;
	border: 1px solid green;
	border-radius: 0px;
	color: green;
	background-color: #f4fdf4;
	line-height: 1.65;
	margin-bottom: 0.4em;
}
span.error.valid {
	color: green;
}
.totals {
	padding: 1rem 0;
	margin-left: 5rem;
	border-top: 1px solid #929290;
	display: flex;
}
.totals.row {
	width: auto;
}
#tickets_error {
	font-size: 1em;
	margin-left: 4rem;
	padding: 0;
}
.gm-style-iw.gm-style-iw-c {
	width: 340px;
	padding-top: 25px;
}
.locations {
	width: 100%;
	position: relative;
}
.side-padding {
	padding-left: 20px;
	padding-right: 20px;
}
.locations .location__container {
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.noResult {
	width: 100%;
	text-align: center;
	font-size: 20px;
}
.noResult > div {
	font-size: 50px;
	margin-bottom: 50px;
}
.introduction {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 2rem 1rem;
	text-align: center;
	max-width: 900px;
	margin: auto;
}
.home-heading {
	font-size: 64px;
	margin-bottom: 0.2em;
}
.urbano {
	font-family: "Urbano", "Arial", sans-serif;
	font-weight: 800;
	line-height: 0.94;
	text-transform: uppercase;
}
.urbano--subheading {
	font-size: 24px;
}
.introduction .text-block {
	line-height: 1.6;
}
.mobile_savings {
	display: none;
}
.mobile_savings .total_savings {
	margin-right: 0;
	margin-left: auto;
	margin-bottom: 10px;
}
@media screen and (max-width: 500px) {
	.mobile_savings {
		display: flex;
	}
	.desktop_savings {
		display: none;
	}
	.totals {
		flex-direction: column;
	}
}

.ticket__set_price {
	text-align: right;
	flex: 0 0 130px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.row > div.radio_container {
	margin: 0;
	position: relative;
	box-sizing: border-box;
	padding-left: 22px;
}
.info_bar .row .description {
	margin-left: 0;
}
#avw_error {
	padding: 0 1.1rem;
}
.summary .totals {
	width: calc(100% - 4rem);
	padding: 1rem 0;
	margin-left: 4rem;
	border-top: 1px solid transparent;
}
.summary #tickets {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 1rem 0;
	border-top: 1px solid #707070;
	border-bottom: 1px solid #707070;
}
.ticket_total_nondiscount {
	text-decoration: line-through;
	margin-right: 10px;
	font-size: 0.9em;
	opacity: 0.6;
}
.ticket__set_price .ticket_total_nondiscount {
	display: none;
}
.total_savings {
	background-color: #2b69ae;
	padding: 5px;
	margin-right: 20px;
	font-weight: bold;
	font-size: 0.9em;
	color: white;
	margin-top: -6px;
	border-radius: 6px;
}
.button a {
	color: #fff;
	text-decoration: none;
}
.Error {
	margin: 0 auto;
}
.Error .page_container {
	background-color: transparent;
}
.Error .button {
	margin: 0 auto;
}
.reset_state {
	position: absolute;
	top: 11px;
	right: 60px;
	cursor: pointer;
	z-index: 9;
}
.icon-chevron-right {
	margin-bottom: -1px;
}
.icon-credit-card {
	margin-bottom: -3px;
}
.icon-star {
	margin-bottom: -3px;
}
.button.show_filters {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	padding: 0.5rem;
	width: 100%;
}
.introduction .show_filters {
	width: 100%;
	max-width: 346px;
	margin: 0 auto;
	display: block;
}
.aside__filter {
	cursor: pointer;
	background-color: #fff;
	font-size: 16px;
	font-weight: 600;
	border: solid 1px #2b69ae;
	border-radius: 2em;
	padding: 0.7rem;
	line-height: 1em;
	overflow: hidden;
	display: flex;
	box-sizing: border-box;
	text-transform: uppercase;
	font-family: "Urbano";
}
.aside__filter.menu {
	display: none;
}
.aside__filter .arrow-light {
	display: none;
}
.aside__filter.menu.Open {
	color: white;
	background: #2b69ae;
}
.aside__filter img {
	margin-left: 5px;
}
.aside__filter.category:hover .arrow-dark,
.aside__filter.menu.Open .arrow-dark {
	display: none;
}
.aside__filter.category:hover .arrow-light,
.aside__filter.menu.Open .arrow-light {
	display: inline;
}
.aside__filter.active {
	background: #2b69ae;
	color: white;
	pointer-events: none;
}
.aside__filter.active i {
	color: #fff;
}
.aside__filter.map,
.aside__filter.language {
	display: flex;
	background: white;
	text-align: center;
	position: relative;
	padding: 0 !important;
	width: 91px;
}
.aside__filter.language {
	margin-left: 20px;
}
.aside__filter.language img {
	width: 22px;
}
.aside__filter.category {
	margin-left: 5px;
}
.list_map_button,
.language_button {
	flex: 1 1 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.list_map_button.active,
.language_button.active {
	background: #2b69ae;
	color: white;
}
.list_map_button.active.button_list,
.language_button.active.button_nl {
	box-shadow: 3px 0 rgba(0, 0, 0, 0.18);
}
.list_map_button.active.button_map,
.language_button.active.button_fr {
	box-shadow: -3px 0 rgba(0, 0, 0, 0.18);
}
.aside__filter.map i {
	color: #fff;
}
.aside__sort,
.aside__search {
	border: 0;
	padding: 1rem;
	outline: none;
	font-size: 1em;
}
.aside__option {
	margin-bottom: 4px;
}
label#sort,
label#search {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 600;
	font-size: 16px;
	border: solid 1px black;
	background: white;
	overflow: hidden;
}
.mobile label#search {
	margin-bottom: 20px;
}

label#sort div,
label#search div {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	top: 0;
	right: 0;
	width: 57px;
	box-sizing: border-box;
	height: 100%;
	padding: 0 0.5rem;
	color: #fff;
	background: black;
	cursor: pointer;
}
label#sort div:hover,
label#search div:hover {
	background-color: #27aae5;
}
.aside__location_logo {
	width: 100%;
	height: 5rem;
	background-position: center center;
}
.flexible .recommended-header {
	flex: 1 1 100%;
	font-size: 1.2em;
	max-width: 100%;
	margin: 10px;
}
.aside__location_title {
	font-weight: 500;
}
.aside__location_info {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 1rem;
	padding: 1rem 0.75rem;
	background-color: #fff;
}
.go__back.button {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 1.5rem;
	text-align: center;
	width: 100%;
}
.info_bar {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0.6em;
	background-color: #fff;
	font-size: 16px;
	line-height: 1.6;
	margin-top: 15px;
	overflow: hidden;
	border-radius: 16px;
}
.info_bar.info_in_page {
	font-size: 1em;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
	border: none;
	margin-top: 2em;
}
.info_bar .row {
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}
.info_bar .price {
	margin-left: auto;
}

.page__wrapper .info_bar {
	padding: 0.5rem 0.75rem;
	font-size: 1em;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #f7f7f7;
}
.page__wrapper .info_bar p,
.page__wrapper .info__page_description p {
	margin: 0;
}
.order .page__wrapper .info_bar {
	margin-bottom: 2rem;
}
.info_bar_logo {
	width: 100%;
	height: 140px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	background-position: center center;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	background-size: contain;
}
.location {
	width: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}
.recommended .location {
	flex: 0 0 calc(50% - 20px);
}
.recommended .page__wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.similar_locations {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 1rem;
}
.location__similar {
	height: auto;
	margin-bottom: 1rem;
}
.location__wrapper {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background: white;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	flex-basis: min-content;
	height: 100%;
	overflow: hidden;
	border-radius: 16px;
}
.location__wrapper .location__tileimage {
	width: 100%;
	height: 145px;
	position: relative;
	background-color: #e0e4e6;
	background-size: cover;
	background-position: center center;
	border-radius: 6px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.location__wrapper .location_availability {
	color: white;
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 3px 10px;
	text-align: center;
	box-sizing: border-box;
}
.location_effect {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.location__wrapper .location__discount {
	position: relative;
}
.location__wrapper .location__discount_item {
	position: relative;
	width: 100%;
	height: 33px;
	font-size: 17px;
	color: white;
	background: #2b69ae;
	text-align: center;
	padding: 0.3em 1em;
	overflow: hidden;
	box-sizing: border-box;
	font-family: Urbano, sans-serif;
	text-transform: uppercase;
	font-size: 1.1em;
	line-height: 1.1em;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.location__wrapper .location__discount_item img {
	width: 100%;
	height: 100%;
}
.vane .location .location__discount {
	margin-top: -16px;
}
.details.oval .location__discount .location__discount_item {
	height: 123px;
	border: solid 3px white;
	box-sizing: border-box;
	border-radius: 61px;
	color: #004799;
	margin-left: auto;
	margin-right: 20px;
	align-items: center;
	font-size: 29px;
	width: 218px;
}

.oval.location .location__wrapper .location__discount {
	margin-top: -55px;
}
.oval.location .location__wrapper .location__discount .location__discount_item {
	height: 68px;
	border-radius: 35px;
	border: solid white 3px;
	color: #004799;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: 10px;
	width: 120px;
	text-align: center;
	padding-top: 1.2em;
}
sup {
	position: relative;
	top: 0.2em;
	font-size: 0.6em;
}
.location__wrapper .location__details {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0.6em;
	line-height: 1.5;
	font-size: 18px;
}
.location__details_subtitle {
	font-size: 16px;
	margin-bottom: 0.5em;
}
.location__wrapper p {
	margin: 0;
}
.layout__container .Error .page_container {
	border: none;
}
.location__details .icon-pin-outline {
	margin-bottom: -2px;
}
.location__wrapper .location__details_title {
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 20px;
	line-height: 1.4;
	font-family: "Urbano";
	text-transform: uppercase;
}
.location__wrapper.mobile .location__details_title {
	font-size: 15px;
}
.location__wrapper .location__details_description {
	line-height: 1.65;
}
.location__wrapper .location__options {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	margin-top: auto;
	padding: 0.6rem;
}
.location__wrapper .location__options .button {
	width: 50%;
	box-sizing: border-box;
	display: block;
}

.location__wrapper .location__options .button img {
	position: relative;
	left: 10px;
	top: 2px;
}

.location__wrapper .location__options .button:first-of-type {
	margin-right: 6px;
}
.location__wrapper .location__options .button.Disabled {
	pointer-events: none;
	cursor: initial;
	visibility: hidden;
}
.location__wrapper .location__options .button:last-of-type {
	margin-left: 6px;
}
.location__wrapper.mobile {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
.location__wrapper.mobile .location__discount {
	width: 100%;
}
.location__wrapper.mobile .location__tileimage {
	border-top-right-radius: 0;
	max-width: 200px;
	border-bottom-left-radius: 4px;
}
.location__wrapper.mobile .location__options {
	/*   padding: .5rem; */
	padding: 0 0.5rem 0.5rem;
}
.location__wrapper.mobile .location__details {
	padding: 0.75em;
}
.location__wrapper.mobile .location__details .text-small {
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 13px;
	height: 60px;
}
.location__wrapper.mobile .location__details .text-small p {
	margin: 0;
}
.location__wrapper.mobile .mobile_container {
	width: calc(100% - 100px);
}
.location__wrapper.tile_link {
	cursor: pointer;
	-webkit-transition: all ease-in-out 0.15s;
	transition: all ease-in-out 0.15s;
}
.location__wrapper.tile_link:hover {
	background: #93ffc5;
	-webkit-box-shadow: 0 2px 4px rgba(36, 36, 36, 0.65);
	box-shadow: 0 2px 4px rgba(36, 36, 36, 0.65);
}
.mobile_container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
}
.mobile_container .location__options {
	margin-top: auto;
	padding-bottom: 0.5rem;
}
.location__discount_item {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	background: black;
	color: white;
	text-align: center;
	font-size: 25px;
	padding: 4px;
	border-radius: 16px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-color: #2b69ae;
	font-family: Urbano, sans-serif;
	text-transform: uppercase;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.details .location__discount_item img {
	width: 100%;
	height: 100%;
}
.details .vane_ends .top {
	border-width: 26px 26px 0 0;
}
.details .vane_ends .bottom {
	border-width: 26px 0 0 26px;
}
.vane.details .location__discount {
	margin-top: -26px;
}
.navigation {
	position: relative;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 38px;
	z-index: 99;
}
.vue-map-container {
	width: 100%;
	height: 80vh;
	flex: 1 1 auto;
	margin-bottom: 1rem;
	margin: 10px;
}
.gm-style-iw.gm-style-iw-c {
	width: 280px;
	padding-left: 17px;
}
.gm-style .gm-style-iw {
	font: "FS Jack", sans-serif;
	font-size: 16px;
	line-height: 1.2em;
}
.gm-style {
	font-family: "FS Jack", sans-serif;
}
.gm-style .gm-style-iw .image {
	border-radius: 16px;
}
.media-content .title {
	font-family: "Urbano", sans-serif;
	font-size: 24px;
	text-transform: uppercase;
}
.gm-style img {
	width: 245px;
}
.media-content div {
	margin: 7px 0;
}
.navigation .logo {
	max-height: 40px;
	cursor: pointer;
}
.navigation .container.row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 0.7rem;
}
.navigation.fixed {
	position: fixed;
	top: 0;
}
.navigation .navigation__menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-left: auto;
}
.navigation .navigation__menu_item {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 22px 0 0 1rem;
	cursor: pointer;
}
.navigation.mobile .container.row {
	padding: 0 1rem;
}
.navigation.mobile .nav_handle {
	font-size: 2rem;
	cursor: pointer;
}
.mobile_menu {
	position: absolute;
}
.navigation.full_navigation .navigation__menu {
	top: 55px;
	width: 100%;
	height: calc(100vh - 55px);
	background-color: #222782;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 2rem 0;
}
.navigation.full_navigation .navigation__menu .navigation__menu_item {
	font-size: 1.4em;
	padding: 1rem 0;
}
.Accordion {
	cursor: pointer;
	margin-bottom: 0.5rem;
	border-radius: 4px;
	-webkit-transition: all ease-in-out 0.15s;
	transition: all ease-in-out 0.15s;
	background-color: #fff;
}
.Accordion:not(.active):hover ul li {
	text-decoration: underline;
}
.Accordion ul {
	margin: 0;
}
.Accordion ul,
.Accordion ul li {
	cursor: pointer;
}
.Accordion i {
	font-size: 0.9rem;
	color: #222782;
	margin-right: 5px;
	-webkit-transition: all ease-in-out 0.15s;
	transition: all ease-in-out 0.15s;
}
.Accordion.active {
	padding: 0.8rem 1.1rem;
	background-color: #f7f7f7;
}
.Accordion.active ul li {
	font-weight: bold;
	color: #222782;
}
.Accordion.active i {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.Accordion .acc-content {
	margin-top: 1em;
	padding-left: 2.5em;
}
.Header {
	display: none;
}

.Header.showBanner {
	display: block;
}

.home.banner img {
	width: 100%;
	height: auto;
}
.home.banner img.LogoLeft {
	width: 100px;
	height: 100px;
	position: absolute;
	top: 15px;
	left: 0;
}
.home.banner img.LogoRight {
	width: 115px;
	height: 45px;
	position: absolute;
	bottom: 10px;
	right: 15px;
}
.banner .Hoekje {
	width: 1440px;
	height: 178px;
	position: absolute;
	top: -64px;
	left: 0;
}

.banner.page_banner {
	background-size: cover;
	background-color: lightgray;
	height: 100%;
	background-position: center;
}
.banner .container {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
	flex-direction: column;
}
.banner-copy {
	text-shadow: 3px 3px 20px rgba(0, 0, 0, 0.7);
	font-size: 42px;
}
.banner-heading {
	font-weight: 700;
	font-size: 1em;
	line-height: 1em;
}
.banner-subheading {
	font-size: 0.43em;
	line-height: 1em;
}
.AvatarIcon {
	width: 115px;
	height: 115px;
	position: absolute;
	right: 0;
	bottom: -35px;
	z-index: 9;
}
.banner .container div {
	color: white;
}
.banner__image {
	width: 100%;
}
.footer.block {
	display: block;
	background-color: #2b69ae;
	position: relative;
	color: white;
	flex: 0 0 auto;
}
.footer.block > div {
	margin: 0 auto;
}
.footer.block p {
	text-align: center;
	padding: 1rem 0;
	color: #fff;
}
.footer .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.footer__links {
	display: flex;
	justify-content: center;
	gap: 1em;
	margin-bottom: 1em;
	flex-wrap: wrap;
}
.footer__link {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 0.5rem;
	color: #5a5a5a;
	text-decoration: none;
}
.footer_tag {
	margin: 20px;
}
.footer_tag span {
	cursor: pointer;
}
.footer_tag span:hover {
	text-decoration: underline;
}
.mobile .footer__links {
	margin: 0 auto;
}
svg.loader_svg {
	stroke: #222782;
}
.radio_container {
	margin: 0;
}
.input_group input[type="radio"] {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 18px;
	width: 18px;
	z-index: 999;
	left: 0;
}
.input_group input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 18px;
	width: 18px;
	z-index: 999;
	left: 0;
}
.arrow-dark,
.arrow-light {
	width: 9px;
	height: 15px;
}
.arrow-left {
	transform: rotate(180deg);
}
.input_group .radio_container {
	cursor: pointer;
}
.input_group .radio_container:hover input ~ .dot {
	background-color: #cecece;
	box-shadow: inset 0 0 0 5px #fff;
}
.input_group .radio_container .dot {
	position: absolute;
	left: 0;
	height: 16px;
	width: 16px;
	background-color: #fff;
	border: 1px solid #666666;
	border-radius: 50%;
	top: 3px;
}
.input_group .radio_container input:checked ~ .dot {
	background-color: #666666;
	box-shadow: inset 0 0 0 5px #fff;
}
.text_link {
	color: #222782;
	cursor: pointer;
}
.text_link:hover {
	text-decoration: underline;
}
.no_select {
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
	outline: none;
}
.Header .logoColumn img {
	width: 118px;
	height: 48px;
	box-sizing: border-box;
	position: relative;
	top: 2px;
}
.ExtraImage {
	width: 100%;
}
.carousel-nav {
	margin-top: 0;
	display: flex;
	margin-left: auto;
}
.info-right-col {
	display: flex;
	flex-direction: column;
}
.page-nav-info {
	flex: 1 1 auto;
	text-align: center;
	margin-top: 10px;
}
.Hidden {
	visibility: hidden;
}

.desktop-only {
	display: block;
}
.mobile-only {
	display: none;
}

/*MEDIA*/

.Header .desktopColumn {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.Header .mobileColumn {
	display: none;
}
.Header .logoColumn {
	height: 66px;
	width: auto;
	position: absolute;
	top: 0;
}
.Header .hamburger {
	display: none;
}
.summary .button.loader-button {
	width: 200px;
}
.categories-menu {
	display: flex;
}
.VueCarousel-pagination {
	position: absolute;
	bottom: 0;
}
.VueCarousel-dot {
	outline: none !important;
}
.VueCarousel-dot--active {
	background-color: black !important;
}
.ticket__set_key svg {
	margin-right: 0.5em;
}

.Calendar {
	border: solid 1px;
	border-radius: 6px;
	padding: 10px;
	user-select: none;
}
.CalendarHeader {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 10px;
}
.MonthTitle {
	font-weight: bold;
	text-align: center;
}
.MonthNav {
	flex: 0 0 30px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	padding: 5px;
}
.MonthNav.disabled {
	opacity: 0.2;
	pointer-events: none;
}
.CalendarDays {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}
.CalendarDays .DayBox {
	flex: 1 1 14.2857%;
	box-sizing: border-box;
	pointer-events: none;
	position: relative;
}
.CalendarDays .Day {
	color: #ff6262;
	text-align: center;
	margin: 5px;
	padding: 5px;
	font-weight: bold;
}

.CalendarDays .Dow .Day {
	background: transparent;
	border-color: transparent;
	color: inherit;
	font-weight: normal;
}
.CalendarDays .otherMonth {
	opacity: 0.5;
}
.DayBox.available {
	cursor: pointer;
	pointer-events: all;
}
.CalendarDays .DayBox.selected .Day {
	background-color: #037e03;
	color: white;
}
.DayBox.available .Day {
	background: #d8f6d8;
	color: #2b69ae;
	cursor: pointer;
}
.DayBox.past .Day {
	border-color: #9c9c9c;
	color: #9c9c9c;
}
.TimeSelector {
	display: flex;
	align-items: center;
	margin-top: 20px;
}
.ChosenDateTime {
	margin-top: 30px;
}
@media screen and (max-width: 980px) {
	.banner {
		background-size: cover;
	}
	.flexible {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 100%;
		margin-top: 2em;
	}
	.recommended .flexible {
		margin-top: 0;
	}
	.vue-map-container {
		flex: 1 1 auto;
	}
	.width-large,
	.block .container {
		width: 100%;
		max-width: 720px;
	}
	.page_container {
		margin-top: 0;
	}
	.Hoekje {
		display: none;
	}
	.aside .aside__filter.always_active {
		color: #fff;
		background-color: #222782;
	}
	.aside .aside__filter.always_active a {
		color: #fff;
		text-decoration: none;
	}
	.go__back.button {
		margin-bottom: 0;
	}
	.location__wrapper.mobile .location__tileimage {
		width: 120px;
		height: 140px;
		border-radius: 0;
		box-sizing: border-box;
	}
	.location__wrapper.mobile .mobile_container {
		width: calc(100% - 119px);
	}

	.vane.location .location__discount {
		margin-top: 0;
	}
	.location .location__discount {
		margin-top: 0;
	}
	.location__wrapper .location__discount_item {
		width: 100%;
		margin-bottom: 0;
	}
	.location__wrapper.mobile .location__details {
		padding: 0.2em 0.5em 0;
	}
	.oval.location .location__wrapper .location__discount {
		margin-top: 0;
	}
	.oval.location .location__wrapper .location__discount .location__discount_item {
		height: auto;
		border-radius: 0;
		border: none;
		border-bottom: solid 3px white;
		color: #004799;
		box-sizing: border-box;
		margin-left: 0;
		margin-right: 0;
		text-align: center;
		padding-top: 0;
		padding: 0.5em 0;
	}
	.clear-break {
		display: none;
	}
	.location__wrapper .location_availability {
		font-size: 12px;
	}
	label#sort {
		bottom: 0;
		margin: 20px auto 30px auto;
	}
	.side_layout .layout__container .page.locations {
		margin-top: 0 !important;
	}
	.VueCarousel {
		height: 300px;
	}
}
@media screen and (max-width: 810px) {
	.desktop-only {
		display: none;
	}
	.mobile-only {
		display: block;
	}
}
@media screen and (max-width: 700px) {
	.order #tickets {
		width: 100%;
	}
	.banner-copy {
		font-size: 5vw;
	}
	.home-heading {
		font-size: 32px;
	}
}
@media screen and (max-width: 600px) {
	#app {
		font: normal normal 14px/1.6, sans-serif;
	}
	.ticket__set_key {
		font-size: 14px;
	}
	.recommended .location {
		flex: 0 0 100%;
	}
	.introduction {
		height: auto;
		padding: 0.5em 0;
	}
	.introduction .text-XXlarger {
		line-height: 1.4;
		margin-bottom: 10px;
	}
	.details .page__wrapper .info_bar .info_bar_left {
		display: none;
	}
	.location__wrapper.mobile .location__options .button {
		padding: 10px;
	}
	.navigation {
		height: auto;
	}
	.navigation .navigation__menu {
		flex-direction: column;
		justify-content: center;
		text-align: right;
		margin-top: 0.5rem;
		margin-bottom: 0.2rem;
	}
	.navigation .navigation__menu_item {
		padding: 6px 0 0 10px;
	}
	.clear_break {
		display: none;
	}
	.flexible {
		margin-top: 0rem;
	}
	.location {
		margin-bottom: 0;
	}
	.location__wrapper.mobile .location__details {
		padding: 0.5rem 0.65rem 0;
	}
	.recommended > div {
		flex: 0 0 300px;
		margin: 0 auto;
		width: 300px !important;
		padding: 20px 0 !important;
	}
	.recommended .location {
		margin-left: 0;
		margin-right: 0;
	}
	.flexible .recommended-header {
		margin: 10px 0;
	}
	.Header .container {
		height: 35px;
	}
}
#locations {
	max-width: 640px;
	gap: 10px;
}
@media screen and (max-width: 480px) {
	.button.wider {
		max-width: 100%;
		box-sizing: border-box;
	}
	.AvatarIcon {
		display: none;
	}
	.gm-style-iw-d .media .media-content {
		font-size: 0.8em;
	}
	.gm-style-iw-d .content .text-block {
		display: none;
	}
}
@media screen and (max-width: 400px) {
	.location__wrapper .location__details_title {
		font-size: 1em;
	}
}
@media screen and (min-width: 980px) {
	.route_ .block .layout__container .layout {
		max-width: 960px;
	}
	#locations {
		max-width: 100%;
		gap: 20px;
		padding: 0 10px;
	}
}
@media screen and (min-width: 1300px) {
	.route_ .block .layout__container .layout {
		max-width: 1280px;
	}
}
@media screen and (min-width: 1620px) {
	.route_ .block .layout__container .layout {
		max-width: 1600px;
	}
}

@media screen and (max-width: 760px) {
	.categories-menu {
		display: none;
	}
	.categories-menu.Open {
		display: flex;
		flex-direction: column;
		position: absolute;
		right: 10px;
		z-index: 9;
		top: 45px;
		width: 170px;
	}
	.aside__filter.menu {
		display: flex;
	}
	.aside__filter.category img {
		position: absolute;
		right: 10px;
	}
	.aside__filter.category {
		width: 100%;
		position: relative;
		margin-left: 0;
		margin-bottom: 2px;
		box-sizing: border-box;
	}
}
@media screen and (max-width: 640px) {
	.locations .flexible {
		justify-content: center;
	}
	.Header .logoColumn img {
		width: 100px;
		height: auto;
		box-sizing: border-box;
		position: relative;
		top: 3px;
	}
}
@media screen and (max-width: 780px) {
	.banner.home .desktop-only {
		display: none;
	}
	.banner.home .mobile-only {
		display: block;
	}
}

@media only screen and (max-width: 900px) {
	.VueCarousel {
		width: 100%;
		height: auto;
	}
}
