body.shop-frame-body {
	background: transparent !important;
}

body.shop-page-body {
	background: #d9e0e7;
}

.select-wrapper input.select-dropdown:focus {
    border-bottom: 1px solid #000;
}

.dropdown-content li>a, .dropdown-content li>span {
    color: #000;
}

input:not([type]):focus:not([readonly])+label, input[type=text]:not(.browser-default):focus:not([readonly])+label, input[type=password]:not(.browser-default):focus:not([readonly])+label, input[type=email]:not(.browser-default):focus:not([readonly])+label, input[type=url]:not(.browser-default):focus:not([readonly])+label, input[type=time]:not(.browser-default):focus:not([readonly])+label, input[type=date]:not(.browser-default):focus:not([readonly])+label, input[type=datetime]:not(.browser-default):focus:not([readonly])+label, input[type=datetime-local]:not(.browser-default):focus:not([readonly])+label, input[type=tel]:not(.browser-default):focus:not([readonly])+label, input[type=number]:not(.browser-default):focus:not([readonly])+label, input[type=search]:not(.browser-default):focus:not([readonly])+label, textarea.materialize-textarea:focus:not([readonly])+label {
    color: #000;
}

input:not([type]):focus:not([readonly]), input[type=text]:not(.browser-default):focus:not([readonly]), input[type=password]:not(.browser-default):focus:not([readonly]), input[type=email]:not(.browser-default):focus:not([readonly]), input[type=url]:not(.browser-default):focus:not([readonly]), input[type=time]:not(.browser-default):focus:not([readonly]), input[type=date]:not(.browser-default):focus:not([readonly]), input[type=datetime]:not(.browser-default):focus:not([readonly]), input[type=datetime-local]:not(.browser-default):focus:not([readonly]), input[type=tel]:not(.browser-default):focus:not([readonly]), input[type=number]:not(.browser-default):focus:not([readonly]), input[type=search]:not(.browser-default):focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #000;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(0, 0, 0);
    -webkit-box-shadow: 0 1px 0 0 #000;
    box-shadow: 0 1px 0 0 #000;
}

[type="checkbox"].filled-in:checked+span:not(.lever):after {
	border: 2px solid #000;
	background-color: #000;
}

.input-field>label:not(.label-icon).active {
	white-space: nowrap;
}

.input-field .prefix.active {
    color: #000;
}

div.shop-page-design-header {
	text-align: center;
	line-height: 0;
	background-size: cover;
	background-position: center;
	max-height: 300px;
	overflow: hidden;
}

div.shop-page-design-header-image-wrapper {
	width: 100%;
	backdrop-filter: blur(50px);
}

img.shop-page-design-header-image {
	max-width: 100%;
	max-height: 300px;
	height: auto;
	width: auto;
}

div.shop-page-header {
	text-align: center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 300px;
	max-width: 2000px;
	position: relative;
	margin: 0px auto;
}

div.shop-page-design-header,
div.shop-page-header {
	margin-bottom: 1rem;
}

h4.shop-page-header-title {
	padding-top: 180px;
	margin: 0;
	color: white;
	font-weight: normal;
}

a {
	color: #000;
}

.spinner-dark, .spinner-dark-only {
    border-color: #2b2b2b;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.m-t-05 {
	margin-top: 1em;
}


.m-t {
	margin-top: 2em;
}

.m-t2 {
	margin-top: 4em;
}

.m-l {
	margin-left: 2em;
}

.m-l-5 {
	margin-left: 5px !important;
}

.m-l-10 {
	margin-left: 10px !important;
}

.m-t-5 {
	margin-top: 5px;
}

.m-b {
	margin-bottom: 2em !important;
}

.m-b-5 {
	margin-bottom: 5px;
}

.no-m-b {
	margin-bottom: 0;
}

.d-flex {
	display: flex;
	flex-wrap: wrap;
}

.d-flex-gap-xs {
	gap: 5px;
}

.d-flex-row {
	flex-direction: row;
}

.d-flex-column {
	flex-direction: column;
}

.d-flex-column-reverse {
	flex-direction: column-reverse;
}

.d-flex-align-center {
	align-items: center;
}

.d-flex-justify-center {
	justify-content: center;
}

.d-flex-justify-flex-end {
	justify-content: flex-end;
}

.width-full {
	width: 100%;
}

.info-bubble {
	position: absolute;
	right: -1%;
	width: 102%;
	background: #fff;
	padding: 1rem 1.5rem;
	z-index: 100;
	border-radius: 2px;
	text-align: left;
}

.info-bubble .info-bubble-actions {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}

.info-bubble .info-bubble-actions button.info-bubble-close-button {
	border: none;
	background-color: #000;
	color: #fff;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.category-image {
	text-align: center;
}

.category-image img {
	height: auto;
	width: auto;
	max-height: 100%;
	max-width: 100%;
}

.bold {
	font-weight: bold;
}

.small-input-field {
	width: 100%;
	display: inline-block;
}

.bundle-card {
	padding: .5em;
	height: 100%;
	display: flex;
    flex-direction: column;
}

.bundle-card .card-content {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.bundle-card .col {
	padding-top: 1em;
	padding: 0; 
}

.bundle-card .card-content {
}

.bundle-info-row {
	margin-bottom: 5px;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.bundle-info-row .bundle-show-info {
	padding: 0;
	position: relative;
	bottom: 4px;
	height: 24px;
	overflow: inherit;
}

.bundle-info-row .bundle-show-info i {
	margin: -2px 0;
}

.bundle-price {
    font-size: 1.4em;
    line-height: 1.2em;
    font-weight: bold;
    white-space: nowrap;
}

.bundle-image {
	height: 0px;
	padding-top: calc(3200 / 3000 * 100%);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
}

.card .card-content .bundle-category-name,
.card .card-content .bundle-teaser {
	font-style: italic;
	font-size: .8em;
	display: block;
	min-height: 18px;
	white-space: nowrap;
}

.card .card-content .bundle-name {
	margin-bottom: 0;
	display: block;
	min-height: 18px;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.4em;
	margin-top: 2px;
	white-space: nowrap;
}

.card .card-content .bundle-info-not-available {
	font-size: .9em;
	font-style: italic;
	width: 100%;
	text-align: right;
}

.article-gallery-nav {
	height: 0px;
	position: relative;
	bottom: 50px;
	width: 100%;
	display: flex;
	justify-content: center;
}

.article-details-actions {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 1rem;
}

.bundle-gallery-pic-wrapper {
	margin: -1rem -1.6rem 1rem -1.6rem !important;
    display: grid;
    gap: .5rem;
	grid-template-columns: repeat(4, 1fr);
}

.bundle-gallery-pic-wrapper .bundle-gallery-pic {
	padding-top: calc(3200 / 3000 * 100%);
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin: -2px 0px;
}

.bundle-selection-row {
	margin-bottom: 0;
}

.bundle-selection-row .col {
	height: 70px;
	margin-bottom: 0;
}

.bundle-selection-row .bundle-variant-input .bundle-variant-select {
	margin-top: 19px;
}

.bundle-selection-row .bundle-variant-input .bundle-variant-select-label {
	top: 15px;
	left: 0px;
}

.bundle-selection-row .bundle-amount-select {
	height: 36px;
}

.bundle-selection-row .bundle-amount-input .bundle-amount-select-label {
	left: 0px;
}

.bundle-add-to-cart {
	display: block;
	text-align: left;
	width: 100%;
	position: relative;
	top: 3px;
    margin: 0 0 0 0 !important;
}

.gallery-modal-image img {
	width: 100%;
	height: auto;
}

label.black-label {
	color: #000;
}

[type="radio"]:checked+span:after, [type="radio"].with-gap:checked+span:after {
    background-color: #000;
}

[type="radio"]:checked+span:after, [type="radio"].with-gap:checked+span:before, [type="radio"].with-gap:checked+span:after {
    border: 2px solid #000;
}

.pm-span {
	display: inline !important;
}

.sm-container {
}

.sm-link {
	display: block;
	cursor: pointer;
}

.sm-label {
	position: relative;
	bottom: 5px;
}

.sm-icon {
	width: auto;
	height: auto;
	max-width: 20px;
	height: 20px;
	margin-right: 10px;
}

i.sm-icon {
	font-size: 20px;
}

.pm-icon {
	width: auto;
	height: auto;
	max-width: 40px;
	max-height: 20px;
	margin-right: 10px;
	position: relative;
	top: 5px;
}

.page-footer {
	padding-top: 10px;
    color: #fff;
    background-color: #2d353c;
}

body {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
}

main {
	flex: 1 0 auto;
}

.bundles-tile-grid {
	display: flex;
	gap: 10px 1%;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.bundles-tile-grid .tile-grid-tile {
	width: 24%;
}

@media(max-width: 1190px) {
	.bundles-tile-grid .tile-grid-tile {
		width: 32%;
	}
}

@media(max-width: 900px) {
	.bundles-tile-grid .tile-grid-tile {
		width: 49%;
	}
}

@media(max-width: 660px) {
	.bundles-tile-grid .tile-grid-tile {
		width: 100%;
	}
}

.article-details-tile-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(auto-fill, minmax(min(100px,100%), 1fr));
}

.article-details-tile-grid .tile-grid-tile {

}

.article-details-pic {
	height: 0px;
	padding-top: calc(3200 / 3000 * 100%);
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.no-margin {
	margin-bottom: 0;
}

[type="checkbox"]:checked+span:not(.lever):before {
    border-right: 2px solid #000000;
    border-bottom: 2px solid #000000;
}

.cart-error {
	color: red;
	margin: 0 5px;
}

.cart-info {
	font-style: italic;
}

.cart-button-top-wrapper {
	padding-top: 24px;
}

.checkout-button,
.cart-button {
	white-space: nowrap;
	min-width: 250px;
	text-align: left;
}

.checkout-button {
	margin-top: 10px;
}

.cart-icon {
	position: relative;
	top: .2em;
	margin-left: .5em;
}

.checkout-icon {
	position: relative;
	top: .2em;
	margin-left: .5em;
	margin-right: .8em;
}

.cart-icon-counter-badge {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: .4em;
    font-weight: bold;
    padding: .3em .5em .3em .5em;
    border-radius: .2em;
    position: relative;
    bottom: 1.4em;
    right: .6em;
}

.form-cta {
	width: 100%;
	font-weight: bold;
	white-space: nowrap;
}

#form-cta-check {

}

#form-cta-approve,
#form-cta-cc-approve {
	background-color: #00af00 !important;
}

#form-cta-disprove {
	background-color: red !important;
}

#final-sum {
	font-weight: bold;
	font-size: 8em;
}

#credit-card-element {
	padding: 5px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: -15px;
}

#credit-card-errors {
	color: red;
}

.article-details {
	font-style: italic;
}

.article-metadata-details {
	display: block;
	font-style: italic;
}

.form-disclaimer {
	font-style: italic;
}

#paypal-payment-gateway-headline-wrapper {
	text-align: center;
}

#paypal-button-container {
	text-align: center;
	width: auto;
	max-width: 700px;
	position: relative;
	margin: 0px auto;
}

.tax-disclaimer {
	font-size: 75%;
	font-style: italic;
	font-weight: normal;
}

.italic-info {
	font-style: italic;
	font-size: 75%;	
}

.modal-overlay {
	background: transparent;
}

select.browser-default {
	min-width: 70px;
	margin-top: 5px;
}

.article-cart-notification-panel {
	color: #212121;
	font-size: 1.2em;
	font-weight: bold;
}

.desktop-article-cart-notification-panel {
	position: absolute;
	left: 0px;
	padding-left: 24px;
}

.invisible {
	opacity: 0;
}

#shop-search-panel-wrapper {
	padding-top: 0;
	padding-bottom: 0;
}

.datepicker-date-display {
	background-color: #000;
}

.datepicker-cancel, .datepicker-clear, .datepicker-today, .datepicker-done {
    color: #000;
}

.datepicker-table td.is-today {
    color: #000;
    background-color: #ccc;
}

.datepicker-table td.is-selected {
    background-color: #000;
    color: #fff;
}

td.cart-article-actions,
td.cart-article-single-price,
td.cart-article-total-price {
	white-space: nowrap;
}

button:focus {
    background-color: #ccc;
}

select:focus,
a.btn:focus,
button:focus {
	outline: 3px solid #c9f3ef;
}

#seating-plan {
	min-height: 600px;
	background-color: #f8f8f8;
}

.booked-seats {
	font-size: .8em;
	font-style: italic;
}

.seat-selector-ticket-option {
	cursor: pointer;
	white-space: nowrap;
}

.seat-selector-ticket-option:hover {
	background: #555;
	color: #fff;
}

.seat-selector-ticket-option-active {
	color: #fff;
	background: #333;
}

.seat-selector-sync-cart {
	margin-left: 1em;
}

tr.no-borders {
	border: none;
}

.recommendation-item-text {
	font-size: 1.8em;
}

.modal .modal-content.recommendation-modal-content {
	padding: 0;
}

.paginator-row-bottom {
	margin-bottom: 0px;
}

.occupation-badge {
	background-color: #ccc;
	color: #fff;
	padding: .5em 1em;
	padding-top: 5px;
	border-radius: 3px;
	text-transform: uppercase;
	white-space: nowrap;
	display: inline-block;
	margin-top: 1px;
	cursor: pointer;
}

.occupation-badge-green {
	background-color: #00af00;
}

.occupation-badge-yellow {
	background-color: yellow;
	color: #000;
}

.occupation-badge-orange {
	background-color: orange;
}

.occupation-badge-red {
	background-color: red;
}

.cat-logo-row {
	margin-top: 20px;
}

.cat-logo-tile {

}

.cat-logo-img {
	max-width: 100%;
	width: auto;
	max-height: 50px;
}

.continue-shopping-row {
	height: 0px;
	margin-bottom: 0px;
}

.continue-shopping-row .col {
	height: 0px;
}

.shop-frame-body .cart-content {
	margin: 0px 3px 0px 3px;
}

.preview-badge-wrapper {
	height: 0px;
	width: 0px;
	position: relative;
	overflow: hidden;
}

.preview-badge-wrapper .preview-badge {
    position: fixed;
    z-index: 100;
    top: 3%;
    left: 3%;
    transform: rotate(-15deg);
    width: 70px;
    border-radius: 50%;
    height: 70px;
    background: rgb(147,0,0);
	background: linear-gradient(90deg, rgba(147,0,0,1) 0%, rgba(201,0,0,1) 100%);
    border: 1px solid #fff;
    text-align: center;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
}

.preview-badge-wrapper .preview-badge .preview-badge-inner {
	color: red;
    font-weight: bold;
    font-size: .8em;
    padding-bottom: .25em;
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(207,207,207,1) 100%);
}

.tracking-consent-option {
	color:  #000;
}

.tracking-settings-content h6,
.accessibility-information-content h6 {
	font-weight: bold;
}

.tracking-settings-content p {
	margin: .5rem 0 !important;
}

.tracking-settings-content ul {
	list-style-type: disc;
	padding-left: 2.5rem;
}

.tracking-settings-content ul>li {
	list-style-type: disc;
}

.tracking-settings-content a {
	text-decoration: underline;
}

.privacy-configuration-content {
	padding: 1rem;
	margin: 1rem;
	background-color: rgba(0, 0, 0, .5);
	color: #fff;
	border-radius: 3px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.privacy-configuration-content-info {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.privacy-configuration-content-actions {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.privacy-configuration-content-actions a.btn:hover {
	background-color: #fff !important;
	color: #000 !important;
}

.privacy-configuration-content-actions button {
	white-space: nowrap;
}

label.additional-opt-in-info span {
	position: relative;
	padding-left: 35px;
	cursor: pointer;
	display: inline-block;
	height: 25px;
	line-height: 25px;
	font-size: 1rem;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.discount-code-row {
	display: flex;
    flex-direction: row;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    margin: 0 0 1rem 0;
}

.discount-code-row .discount-code-check-icon {
	display: flex;
	height: 100%;
}

.applied-discount-code {
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: bold;
    display: flex;
    gap: 1rem;
    height: 100%;
    background-color: #efefef;
    padding: .3rem 1rem;
    border: 0;
    border-radius: .3rem;
}

.applied-discount-code.non-interactive {
	background-color: #d7f3ff;
}

.discount-code-disclaimer {
	padding: 1rem 0;
	background-color: #d7f3ff;
}

.discount-code-disclaimer i.material-icons {
	font-size: 2rem;
}

#external-payment-result-container .order-total,
#external-payment-result-container .order-contents {
	font-weight: bold;
}

@media (max-width: 768px)  {
	.privacy-configuration-content {
		margin: .5rem;
		flex-direction: column;
	}

	.privacy-configuration-content-info {
		flex-direction: column;
	}

	div.shop-page-header {
		height: 200px;
	}

	h4.shop-page-header-title {
		padding-top: 100px;
	}
}

@media (max-width: 1260px) and (min-width: 992px), (max-width: 585px)  {
	.card .card-content .bundle-info-row .bundle-name {
	    font-size: .9em;
	}
}

@media (max-width: 470px)  {
	.card .card-content .bundle-info-row .bundle-name {
		white-space: normal;
	}
}

@media (max-width:1580px) and (min-width:992px), (max-width: 900px) {
	.bundle-add-to-cart {
		display: block;
		text-align: center;
	}
}

@media (max-width: 800px) {
	.seat-selector-ticket-option {
		white-space: nowrap;
		padding: 2em 0 !important;
	}

	.seat-selector-sync-cart {
		margin-left: auto;
	}

	.seat-selector-ticket-type-switch,
	.seat-selector-sync-cart {
		margin-top: .25em;
		margin-bottom: .25em;
		width: 100%;
	}

	.article-details-tile-grid {
		grid-template-columns: repeat(5, 1fr);
	}
}

@media (max-width: 600px) {
	#final-sum {
		font-size: 6em;
	}

	.form-cta {
		font-size: .8em;
	}

	.cart-button-top-wrapper {
		padding-top: 0;
	}

	.cart-content .card-content,
	.confirm-content .card-content {
		padding: 10px 0;	
	}

	.cart-button,
	.checkout-button,
	.continue-shopping-button {
		display: block;
	}

	.continue-shopping-row {
		height: auto;
		margin-bottom: 20px;
	}

	.continue-shopping-row .col {
		height: auto;
	}

	.article-details-actions {
		flex-direction: column-reverse;
	}

	.article-details-actions button {
		width: 100%;
	}
}

@media (max-width: 500px) {
	.container {
		width: 100%;
	}
}

@media screen and (max-width: 720px) {
	.occupation-badge {
		margin-bottom: 20px;
		width: 100%;
		display: block;
		text-align: center;
	}

	.category-details-button {
		display: block;
		width: 100%;
		text-align: center;
	}

	.category-details-button i {
		display: none;
	}
}