/*
	Theme Name: TheWeekend
	Theme URI: http://html5blank.com
	Description: TheWeekend Theme
	Version: 1.0.1
	Author URI: https://www.theweekend.de/
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/


/*------------------------------------*\
	VARS
\*------------------------------------*/

:root {
	--main-link-color: #0a375e; 
	--main-link-color-hover: #072945;
	--main-link-color-active: #072945;
	--main-color-beige: #e4e1dc;
	--theme-color-green: #01331d;
	--footer-link-color: #fff;
	--animation-delay: 0;
	--duration: 800ms;
	--iterations: 1;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}


/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/


@font-face {
    font-family: 'CormorantGaramondRegular';
    src: url('assets/fonts/CormorantGaramond/CormorantGaramond-Regular.eot?#iefix?version=1.0') format('embedded-opentype'), url('assets/fonts/CormorantGaramond/CormorantGaramond-Regular.woff?version=1.0') format('woff'),
         url('assets/fonts/CormorantGaramond/CormorantGaramond-Regular.ttf?version=1.0') format('truetype'), url('assets/fonts/CormorantGaramond/CormorantGaramond-Regular.svg?version=1.0') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: auto;
}
@font-face {
    font-family: 'CormorantGaramondSemiBold';
    src: url('assets/fonts/CormorantGaramond/CormorantGaramond-SemiBold.eot?#iefix?version=1.0') format('embedded-opentype'), url('assets/fonts/CormorantGaramond/CormorantGaramond-SemiBold.woff?version=1.0') format('woff'),
         url('assets/fonts/CormorantGaramond/CormorantGaramond-SemiBold.ttf?version=1.0') format('truetype'), url('assets/fonts/CormorantGaramond/CormorantGaramond-SemiBold.svg?version=1.0') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: auto;
}
@font-face {
    font-family: 'RalewayRegular';
    src: url('assets/fonts/Raleway/Raleway-Regular.eot?#iefix?version=1.0') format('embedded-opentype'), url('assets/fonts/Raleway/Raleway-Regular.woff?version=1.0') format('woff'),
         url('assets/fonts/Raleway/Raleway-Regular.ttf?version=1.0') format('truetype'), url('assets/fonts/Raleway/Raleway-Regular.svg?version=1.0') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: auto;
}


@font-face {
    font-family: 'JosefinSansBold';
    src: url('assets/fonts/Josefin-Sans/JosefinSans-Bold.eot?#iefix?version=1.0') format('embedded-opentype'), url('assets/fonts/Josefin-Sans/JosefinSans-Bold.woff?version=1.0') format('woff'),
         url('assets/fonts/Josefin-Sans/JosefinSans-Bold.ttf?version=1.0') format('truetype'), url('assets/fonts/Josefin-Sans/JosefinSans-Bold.svg?version=1.0') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: auto;
}
@font-face {
    font-family: 'JosefinSansSemiBold';
    src: url('assets/fonts/Josefin-Sans/JosefinSans-SemiBold.eot?#iefix?version=1.0') format('embedded-opentype'), url('assets/fonts/Josefin-Sans/JosefinSans-SemiBold.woff?version=1.0') format('woff'),
         url('assets/fonts/Josefin-Sans/JosefinSans-SemiBold.ttf?version=1.0') format('truetype'), url('assets/fonts/Josefin-Sans/JosefinSans-SemiBold.svg?version=1.0') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: auto;
}
@font-face {
    font-family: 'VollkornRegular';
    src: url('assets/fonts/Vollkorn/Vollkorn-Regular.eot?#iefix?version=1.0') format('embedded-opentype'), url('assets/fonts/Vollkorn/Vollkorn-Regular.woff?version=1.0') format('woff'),
         url('assets/fonts/Vollkorn/Vollkorn-Regular.ttf?version=1.0') format('truetype'), url('assets/fonts/Vollkorn/Vollkorn-Regular.svg?version=1.0') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: auto;
}
@font-face {
    font-family: 'VollkornSemiBold';
    src: url('assets/fonts/Vollkorn/Vollkorn-SemiBold.eot?#iefix?version=1.0') format('embedded-opentype'), url('assets/fonts/Vollkorn/Vollkorn-SemiBold.woff?version=1.0') format('woff'),
         url('assets/fonts/Vollkorn/Vollkorn-SemiBold.ttf?version=1.0') format('truetype'), url('assets/fonts/Vollkorn/Vollkorn-SemiBold.svg?version=1.0') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: auto;
}
/*
@media screen and (-webkit-min-device-pixel-ratio: 0) {
	@font-face {
		font-family: 'RalewayLight';
		src: url('assets/fonts/DIN-Next/Raleway-Light.svg?version=1.0') format('svg');
	}
}
*/

/*------------------------------------*\
	MAIN
\*------------------------------------*/
* {
	-webkit-tap-highlight-color: transparent;
}

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

/* html element 62.5% font-size for REM use */
html {
	font-size: 62.5%;
}
body {
	background-color: #fff;
	color: #000;

	font-family: 'RalewayRegular', Arial, Helvetica, sans-serif;
	font-size: 16px;

	letter-spacing: 1px;

	font-smooth: always;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	text-rendering: geometricPrecision;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	
	padding: 10px;
	width: 100%;
	height: 100%;
}



body#tinymce span {
    color: #000!important;
}



body.error404 main {
	padding-top: 150px;
	padding-bottom: 150px;
}
body.error404 .wrapper {
	min-height: calc(100vh - 20px);
}
body.error404 .newsletter-wrapper {
	display: none;
}

body.error404 .footer {
	position: absolute;
	bottom: 0;
}


#post-404 {
	margin: 0 auto;
	padding-left: 35px;
	padding-right: 35px;
	position: relative;
	width: 100%;
	max-width: 1240px;
	height: 100%;
}


.post-password-form {
	margin-top: 40px;
}

.post-password-form p:last-of-type {
	margin-top: 20px;
}
.post-password-form input {
	background: #fff;
	border: 1px solid #eee;
	padding: 10px;
}
.post-password-form input:focus {
	border: 1px solid var(--main-link-color-active);
}











input[type="text"],
input[type="email"],
textarea,
select,
button {
	-webkit-appearance: none;
	-moz-appearance: none;
}







input[type="radio"],
input[type="checkbox"] {
	background: transparent;
	cursor: pointer;
	float: left;
	margin: 0 25px 0 0 !important;
	opacity: 1;
	position: relative;
	top: 5px;
	width: 6px;
}

input[type="radio"] {
	top: 6px !important;
}

input[type="checkbox"] {
	margin: 0 20px 0 0 !important;
}

input[type="radio"]::before,
input[type="checkbox"]::before {
	background: #fff;
	border-radius: 50%;
	border: 1px solid #ccc;
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
}

input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: 0;
}

input[type="radio"]::before {
	top: -1px;
	left: -3px;
}

input[type="checkbox"]::before {
	margin-top: -3px;
	margin-left: -10px;
}
.newsletter input[type="checkbox"]::before {
	margin-left: -3px;
}
.newsletter input[type="checkbox"]:checked::after {
	left: 2px;
}

input[type="radio"]:checked::before,
input[type="checkbox"]:checked::before {
	background-color: var(--main-link-color-active);
	border: none;
}

.theme-green input[type="radio"]:checked::before,
.theme-green input[type="checkbox"]:checked::before {
	background-color: var(--theme-color-green);
}

input[type="radio"]:checked::after {
	background-color: #fff;
	border-radius: 50%;
	content: '';
	position: absolute;
	top: 4px;
	left: 2px;
	width: 10px;
	height: 10px;
}

input[type="checkbox"]:checked::after {
	content: '\f00c';
	color: #fff;
	font-family: FontAwesome;
	font-size: 10px;
	margin-top: -1px;
	position: absolute;
	left: -2px;
	width: 10px;
	height: 10px;
	z-index: 9999;
}

/* firefox-hack input checkbox, radio */
@-moz-document url-prefix() {
	input[type="radio"],
	input[type="checkbox"] {
		width: auto;
	}
}


/*.woocommerce-form__input-checkbox {
	width: auto !important;
}
.woocommerce-form__input-checkbox::before,
.woocommerce-form__input-checkbox::after {
	display: none;
}*/
.woocommerce-form-login__submit {
	margin-right: 0 !important;
	width: 100%;
}
.woocommerce-form-login .form-row-first,
.woocommerce-form-login .form-row-last {
	width: 50% !important;
}




.wc-saved-payment-methods input[type="radio"]:checked::before,
.wc-saved-payment-methods input[type="checkbox"]:checked::before {
	background-color: #fff;
}
.wc-saved-payment-methods input[type="radio"]:checked::after {
	background-color: var(--main-link-color-active);
}

.woocommerce-validated input[type="checkbox"]:checked::before,
.woocommerce-validated input[type="checkbox"]::before {
	margin-left: -6px;
}
.woocommerce-validated input[type="checkbox"]:checked::after {
	left: 2px;
}

.woocommerce-terms-and-conditions-wrapper .woocommerce-validated input[type="checkbox"]:checked::before,
.woocommerce-terms-and-conditions-wrapper .woocommerce-validated input[type="checkbox"]::before {
	margin-left: -9px;
}
.woocommerce-terms-and-conditions-wrapper .woocommerce-validated input[type="checkbox"]:checked::after {
	left: -1px;
}


.wpcf7-form-control-wrap input[name="acceptance-datenschutz"] {
	position: relative;
	top: 4px;
	left: 2px;
}










/* clear */
.clear:before,
.clear:after {
	content: ' ';
	display: table;
}

.clear:after {
	clear: both;
}
.clear {
	height: 0 !important;
	*zoom: 1;
}

.m-block {
	display: inline-block;
}

.separator {
	border-left: 1px solid #999;
	width: 1px;
}

a.border-radius,
.border-radius a {
	border: 1px solid #fff !important;
	border-radius: 6px;
}

a.border-radius {
	padding: 10px 20px !important;
	transition: all 0.5s ease !important;
}
a.border-radius:hover {
	background-color: rgba(255,255,255,0.25);
}

.border-white {
	border-color: #fff !important;
}

.outline-left,
.outline-bottom {
	background-color: #fff;
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 10px;
	z-index: 999;
}
.outline-left {
	left: 0;
	width: 10px;
	height: 100%;
}

.overlayer {
	background-color: rgba(0,0,0,0.35);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.overlayer-gradient {
	/*background: linear-gradient(to right, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );*/

	/*background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 );*/

	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.overlayer-color {
	opacity: 0.8;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}


img {
	max-width: 100%;
	vertical-align: bottom;
}
a {
	color: #999;
	text-decoration: none;
}
a:hover {
	color: #444;
}
a:focus {
	outline: 0;
}
a:hover,
a:active {
	outline: 0;
	text-decoration: none;
}
input:focus {
	outline: 0;
	border: 1px solid var(--footer-link-color);
}

.object-fit-contain img.bg.bg-top {
	object-fit: contain !important;
    font-family: 'object-fit: contain;';
}
.object-fit-cover img.bg.bg-top {
	object-fit: cover !important;
    font-family: 'object-fit: cover;';
}


p {
	margin-bottom: 2px;
	max-width: 960px;
	word-break: break-word;
}

h1,
h2,
h3,
h4,
h5 {
	/*font-family: 'JosefinSansSemiBold';*/
	font-family: 'CormorantGaramondRegular', Times;
	/*color: var(--main-link-color-hover);*/
	word-break: break-word;
}

h1,
h1.page-title {
	/*background: #fff;*/
	line-height: 100%;
	padding: 30px 0 10px;
	/*position: sticky;
	top: 0;*/
	margin-bottom: 30px;
	z-index: 9;
}

h2 {
	font-size: 35px;
	line-height: 150%;
	margin-bottom: 25px;
}

h3 {
	font-size: 1.6em;
}

h3,
h4 {
	margin-bottom: 20px;
}


span.weekend {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0;
}


/* iframe */
.iframeLoader {
	background-color: rgba(255,255,255,0.96);
	background-image: url('assets/img/iframe-preloader.png?v=0.0.1');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 50px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.iframeLoader span {
	color: #999;
	display: none;
	margin-top: 40px;
	margin-left: 6px;
	text-transform: uppercase;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, 50%);
}



.menu-item i._mi {
	width: 20px !important;
	height: 16px !important;
}


article ul,
ul.custom-list,
.wp-block-column ul,
.header ul li ul.sub-menu {
	/*list-style-image: url('assets/img/triangle.svg?version=0.0.1');*/
    /*list-style-position: inside;*/
	margin-left: 0;
	padding: 0 0 0 2px;
}

article ul {
	margin-left: 0;
	padding-left: 12px !important;
	list-style-position: outside;
}


/* Border Bottom */
.b-bottom:after {
	background-color: rgba(148,159,213,0.5);
	content: "";
	display: block;
	position: relative;
	top: 5px;
	width: 90%;
	height: 1px;
}


.scrollToTop {
	background-color: transparent;
	background-image: url('assets/img/the-weekend-w-signet-b.svg');
	background-size: 35px;
	background-position: center;
	background-repeat: no-repeat;
	/*border: 1px solid var(--main-link-color-active);*/
	border: none;
	box-shadow: none;
	outline: 0 !important;
	display: none;
	padding: 20px;
	position: fixed;
	bottom: 22px;
	right: 20px;
	z-index: 1002;
}
.scrollToTop span {
	color: rgba(7, 41, 69, 0.5);
	
	display: none;

	/*text-transform: uppercase;*/
	position: relative;
	left: 0;
}
/*.scrollToTop:after {
    content: "\f077";
    font-family: "Fontawesome";
    font-size: 20px;
    line-height: initial;
    width: 0;
    height: 0;
}
.scrollToTop:hover:after {
	border-color: transparent transparent rgba(7, 41, 69, 0.8) transparent;
}*/
.scrollToTop:hover span {
	color: rgba(7, 41, 69, 0.8);
}

.row,
.row .col {
	margin: 0;
	padding: 0;
}

.row.no-header {
	padding-top: 40px;
}

.row-margin {
	padding-left: 20px;
	padding-right: 20px;
}
.row-margin .col {
	padding-left: 20px;
	padding-right: 20px;
}
.row-margin .col:first-of-type {
	padding-left: 0;
}

.row.fullwidth {
	position: absolute;
	left: 0;
	width: 100%;
}

.col-content {
	margin-top: -20px !important;
	padding-left: 20px !important;
	padding-right: 40px !important;
}
.col-sidebar {
	padding-left: 20px !important;
}

.col-image {
	min-height: 300px;
}

.sticky-top {
	top: 20px;
}

.btn-round {
	background-color: var(--footer-link-color);
	border-radius: 50px;
}


.no-margin-top {
	margin-top: 0 !important;
}
.no-padding-top {
	padding-top: 0 !important;
}
.no-padding-bottom {
	padding-bottom: 0 !important;
}


/*
*/
.sidebar-menu li.current-menu-item a/*,
.header .nav ul li.current-menu-parent a,
.header .nav ul li.current-menu-item a,*/
.header .nav ul li:hover a/*,
.footer-nav ul li.current-menu-item a,
.footer-nav ul li:hover a*/ {
	/*border-bottom: 1px solid var(--main-link-color-hover);
	color: var(--main-link-color-hover);*/
	border-bottom: none;
	color: var(--footer-link-color);
}

/*.header .nav ul li.current-menu-parent ul li a,*/
.header .nav ul li.current-menu-item ul li a {
	color: var(--main-link-color-hover);
	text-decoration: none;
}

.header .nav ul li.current-menu-item a,
.header .nav ul li.current-menu-parent a,
.sidebar-menu li.current-menu-item a/*,
.header .nav ul li.current-menu-parent .sub-menu li.current-menu-item a,
.header .nav ul li.current-menu-item .sub-menu li.current-menu-item a*/ {
	border-bottom: none;
	color: #999;
}
.header .nav ul li.current-menu-item.no-underline a,
.header .nav ul li.no-underline:hover a,
.sidebar-menu li.current-menu-item > .sub-menu a {
	color: var(--main-link-color-hover);
	text-decoration: none;
}


.footer-nav ul li.current-menu-item a {
	text-decoration: underline;
}
/*
.header .nav ul li.current-menu-item:first-of-type a,
.header .nav ul li.current-menu-parent>a:first-of-type {
	border-bottom-color: transparent;
	color: var(--footer-link-color);
}
*/

/* FONTS */
/*
.header .nav ul li a {
	font-family: "DIN-Next-Bold";
	font-size: 20px;
}
.footer .footer-nav a {
	font-family: "DIN-Next-Light";
	font-size: 20px;
	letter-spacing: 0px;
}
*/
.header ul li ul.sub-menu li a:hover {
	color: var(--footer-link-color);
}
.header .nav ul li:hover ul.sub-menu a {
	border-bottom-color: transparent; 
}


/*------------------------------------*\
	STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	/*max-width: 1280px;*/
	display: flex;
	flex-direction: column;
	overflow-x: hidden;
	position: relative;
	min-height: calc(100vh - 20px);
}
#main {
	flex: 1;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0 20px 10px;
	position: relative;
}

.container-row,
.cc_banner {
	margin: 0 auto;
	position: relative;
	width: 100%;
	max-width: 1240px;
	height: 100%;
}


/* header */
.header {
	/*background-color: #fff;*/
	position: fixed;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 9999 !important;
}

/* Border/Touch Background Overlayer */
/*
*/
.header:before {
	background-color: #fff;
	content: "";
	display: block;
	position: absolute;
	top: -500px;
	width: 100%;
	height: 500px;
}

/* logo */
.logo-wrapper {
	overflow: hidden;
}

.logo {
	padding: 0;
	/*margin-left: 15px;*/
	height: 100% !important;
}

.logo-link {
	background-color: #fff;
	display: block;
	margin: 0 auto;
	position: relative;
	top: 0;
	left: 0;
	max-width: 144px;
	height: 140px;
	transition: all 0.5s ease;
}
.logo-link.logo-small {
	max-width: 114px;
	height: 110px;
}
.logo-link object {
	background-color: transparent;
	pointer-events: none;
	width: 100%;
	height: 100%;
}



/* nav */
.header .nav {
	background: rgba(0,0,0,0.8);
	display: none;
	overflow: auto;
	padding: 0 !important;
	position: fixed !important;
	top: 0 !important;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}
.header .nav .nav-vertical-middle {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    
    padding: 100px 0 50px;

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.header .nav ul {
	list-style: none;
	margin: 0 0 50px;
	text-align: center;
	padding: 0;
	width: 100%;
}
.header .nav ul li {
	display: block;
	text-align: center;
	position: relative;
	width: 100%;
}

.header .nav ul li {
	display: block;
    text-align: center;
    position: relative;
    width: auto;
    /*transform: translate(-50%,-50%);*/
}

.header .nav ul li.d-block {
	display: block;
	padding-bottom: 10px;
}
.header .nav ul li.d-block a {
	font-weight: bold;
}
.header .nav ul li.d-block a i {
	margin-right: 10px;
}
.header .nav ul li.inline-block {
    display: inline-block;
    padding: 0 10px;
    left: 50%;
    width: 70px;
}
.header .nav ul li.inline-block.first {
    margin-left: -104px;
}
.header .nav ul li a {
	border-bottom: 1px solid transparent;
	color: #fff;
	display: block;
	margin: 0;
	padding: 5px 0;
	letter-spacing: 3px;
	text-transform: uppercase;
}
.header .nav ul li a:hover {
	/*background: rgba(0,0,0,0.25);*/
	opacity: 0.8;
}

.header ul li ul.sub-menu {
	background: rgba(255,255,255,0.966);
	box-shadow: 0px 3px 4px rgba(0,0,0,0.2);
	display: none;
	margin-top: 6px;
    padding: 10px 10px 5px;
	position: absolute;
	width: auto;
	min-width: 100%;
}
.header ul li ul.sub-menu li a {
	display: block;
	padding: 0;
}
.header .nav ul li:hover > ul.sub-menu {
	display: block;
}
.header ul li ul.sub-menu li {
	width: auto;	
}
.header ul li ul.sub-menu li:last-of-type a {
	border-bottom: none;
}
.header ul li ul.sub-menu .separator {
	display: none;
}
/*
.header .nav ul li:last-of-type {
	margin-left: 40px;
	padding: 0 20px;
}
*/
.header .nav ul li:last-of-type a {
	padding-right: 0;
}
.header .nav ul li:last-of-type .separator {
	display: none;
}

.header .nav ul li.border-radius {
	margin: 0 auto;
    max-width: fit-content;
}


.header .nav-right {
	position: absolute;
    top: 20px;
    right: 47px;
}
.header .nav-right ul {
	margin: 0;
	padding: 0;
}
.header .nav-right ul li {
	list-style: none;
	padding: 0;
	width: 163px;
}
.header .nav-right ul li a,
.header .nav ul li.border-radius a,
a.border-radius {
	color: #eee;
	border-color: #eee !important;
	display: block;
	text-transform: inherit;
	padding: 10px 20px;
	text-align: center;
	transition: none;
}


.tickets .header ul.main-menu-right .tickets-icon,
.tickets-partner .header ul.main-menu-right .tickets-icon {
	display: none !important;
}
.header .nav .tickets-icon i,
.header .nav-right .tickets-icon i {
	display: none;
}
.header .nav-right .tickets-icon i.warenkorb:before {
	content: '\f174';
}


.header .nav-mobile .admin-tickets {
	border: none !important;
	padding: 20px 10px !important;
	position: absolute;
	top: 0;
	left: 75px;
	width: 60px;
	height: auto;
}
.header .nav-mobile .admin-tickets:hover {
	background-color: transparent;
}



.header .nav-mobile {
	/*display: none;*/
	position: absolute;
	top: 5px;
	left: 0;
	width: 100px;
	height: 100px;
	z-index: 99999;
}
.header .nav-mobile a {
	display: block;
	width: 100%;
	height: 100%;
}

.header .nav-mobile a svg {
	margin-top: 0;
	margin-left: 0;
	position: absolute;
	top: 20px;
	left: 30px;
	width: 39px;
	height: 18px;
	transform: scale(1.3);
}
.header .nav-mobile a svg .cls-1 {
	fill: #eee;
	transition: none;
}
.header .nav-mobile a svg.hamburger-menu-close {
	display: none;
}
.header .nav-mobile.open a svg.hamburger-menu {
	display: none;
}
.header .nav-mobile.open a svg.hamburger-menu-close {
	display: block;
}



body.icon-bg-dark .header .nav-right .tickets-icon a {
	color: #000;
	border-color: #000 !important;
}

body.icon-bg-dark .header .nav-mobile a svg .cls-1 {
	fill: #000;
}

body.icon-bg-dark .header .nav-mobile .admin-tickets span.dashicons:before {
	color: #000;
}



/* sidebar */
/*
.sidebar-menu {
	direction: rtl;
}
*/
.sidebar-menu .sub-menu {
	padding: 0 0 0 10px;
}
.sidebar-menu li {
	padding: 5px 0;
}
.sidebar-menu li ul li {
	padding-bottom: 0;
}






/* tickets */
.tickets-iframe-wrapper {
	background: #fff;
	display: none;
	overflow: auto;
	overflow: scroll;
    -webkit-overflow-scrolling: touch;
	padding: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 9999;
}
.tickets-iframe-wrapper iframe {
	overflow: auto;
	width: 100%;
	height: 900px;
}
.tickets-close {
	background-image: url("assets/js/lib/photoswipe/default-skin/default-skin-grey.png") !important;
	top: 20px !important;
    right: 20px !important;
}

iframe .header,
iframe .footer {
	display: none;
}


















/* Woocommerce */

.woocommerce {
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 40px;
	max-width: 1240px;
}

.about_paypal {
	line-height: 38px !important;
	padding-left: 15px;
}


.woocommerce .shop_table .actions p {
	max-width: 100%;
}

.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
	display: none;
}

.screen-reader-text {
	display: none !important;
}

.woocommerce-cart .return-to-shop {
	display: none !important;
}

/* hide return to shop by body class page slug */
.tickets.woocommerce-cart .return-to-shop,
.tickets-partner.woocommerce-cart .return-to-shop {
	display: none !important;
}

.return-to-shop a,
.checkout-button {
	background-color: var(--main-link-color-hover) !important;
	color: #fff !important;
}
.theme-green .return-to-shop a,
.theme-green .checkout-button {
	background-color: var(--theme-color-green) !important;
	color: #fff !important;
}


.woocommerce ul.order_details li {
	margin-bottom: 10px;
}

.cart_totals h2 {
	font-size: 1.5em;
	margin-bottom: 10px;
}

.product-thumbnail img {
	max-width: 100px;
}

.woocommerce input,
.woocommerce textarea,
.woocommerce input:focus,
.woocommerce input:hover {
	border: 1px solid #eee;
	left: 4px;
}

.woocommerce form .form-row {
	margin: 3px 0;
}
.woocommerce form .form-row input.input-text {
	padding: 10px 5px;

	-webkit-appearance: none;
	-moz-appearance: none;
}

.woocommerce-notice,
.woocommerce-message-coupon,
.woocommerce-error,
.woocommerce-message,
.woocommerce-info {
	border-radius: 0;
	border-top-color: var(--main-link-color-hover);
    width: 100%;
    max-width: 100%;
}
.theme-green .woocommerce-notice,
.theme-green .woocommerce-message-coupon,
.theme-green .woocommerce-error,
.theme-green .woocommerce-message,
.theme-green .woocommerce-info {
	border-top-color: var(--theme-color-green);
}

.woocommerce-notice {
	margin-bottom: 20px;
}

.woocommerce-order-overview {
	padding-left: 0 !important;
}

.woocommerce a.remove,
.woocommerce-message-coupon::before,
.woocommerce-error::before,
.woocommerce-message::before,
.woocommerce-info::before {
	color: var(--main-link-color-hover) !important;
}

.theme-green .woocommerce a.remove,
.theme-green .woocommerce-message-coupon::before,
.theme-green .woocommerce-error::before,
.theme-green .woocommerce-message::before,
.theme-green .woocommerce-info::before {
	color: var(--theme-color-green) !important;
}


.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
	padding-left: 50px !important;
}



#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
	background: transparent;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
	border-color: rgba(0,0,0,0.2) !important;
	border: none;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
	background-color: var(--main-link-color-active);
	color: #fff;
}
#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
	border: 1em solid var(--main-link-color-active);
	border-right-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
}

.theme-green #add_payment_method #payment div.payment_box,
.theme-green .woocommerce-cart #payment div.payment_box,
.theme-green .woocommerce-checkout #payment div.payment_box {
	background-color: var(--theme-color-green);
	color: #fff;
}
.theme-green #add_payment_method #payment div.payment_box::before,
.theme-green .woocommerce-cart #payment div.payment_box::before,
.theme-green .woocommerce-checkout #payment div.payment_box::before {
	border: 1em solid var(--theme-color-green);
	border-right-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
}




.woocommerce a.remove {
	line-height: 21px;
	padding: 0;
	text-indent: 1px;
}

.woocommerce a.remove:hover {
	background: var(--main-link-color-hover);
	color: #fff !important;
}
.theme-green .woocommerce a.remove:hover {
	background: var(--theme-color-green);
}


.payment_method_bacs label,
.payment_method_cod label,
.payment_method_cheque label,
.payment_method_stripe label,
.payment_method_paypal label,
.payment_method_stripe_sepa label,
.payment_method_stripe_ideal label,
.payment_method_stripe_sofort label,
.payment_method_stripe_giropay label,
.payment_method_stripe_alipay label {
	display: inline-block !important;
	line-height: initial;
	margin-bottom: 0 !important;
	width: 220px;
	width: calc(100% - 40px);
}

#wc-stripe-new-payment-method:before,
#wc-stripe-new-payment-method:after,
#wc-stripe_sepa-new-payment-method:before,
#wc-stripe_sepa-new-payment-method:after {
	display: none;
}

.woocommerce-checkout-payment .wc_payment_method.payment_method_bacs label:after {
	content: "\f19c";
	color: var(--main-link-color-hover);
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400; 
	float: right;
	vertical-align: middle;
}
.theme-green .woocommerce-checkout-payment .wc_payment_method.payment_method_bacs label:after {
	color: var(--theme-color-green);
}


.twpos .payment_method_bacs,
.twpos .payment_method_paypal,
.twpos .payment_method_stripe {
	display: none !important;
}


ul.payment_methods li img.stripe-icon,
ul.payment_methods li img.stripe-icon {
	display: inline-block;
	float: right;
	margin-top: 6px !important;
}

ul.payment_methods li img {
	border-radius: 4px;
	float: right;
	max-width: 40px;
}

.woocommerce form .form-row-last,
.woocommerce-page form .form-row-last {
	float: left;
}

.woocommerce-invalid #terms {
	outline: none;
}


.stripe-source-errors li {
	line-height: inherit;
	padding-left: 50px !important;
}

.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods {
	padding-top: 10px;
	padding-left: 0 !important;
}

.wc_payment_methods:after {
	border-bottom: 1px solid rgba(0,0,0,0.1);
	display: block !important;
	margin-top: 20px;
}

.woocommerce-terms-and-conditions-wrapper {
	width: 100%;
}
.logged-in .woocommerce-terms-and-conditions-wrapper {
	display: none;
}
.logged-in .wc_payment_methods:after {
	border-bottom: none;
}

.woocommerce-privacy-policy-text {
	margin-top: 20px;
	margin-bottom: 20px;
}


.woocommerce-NoticeGroup-checkout {
	display: table-caption;
}


.cash_given_money_field_wrapper {
	display: table;
	margin-top: -10px;
	margin-bottom: 20px;
	width: 100%;
}
.cash_given_money_field_wrapper #cash_given_money_field,
.cash_given_money_field_wrapper #cash_back_money_field {
    display: table-cell;
    width: 40%;
}
.cash_given_money_field_wrapper #cash_given_money_field {
	width: 65%;
}
.cash_given_money_field_wrapper #cash_clear_money_field {
	display: table-cell;
	width: 10%;
}
.cash_given_money_field_wrapper #cash_clear_money_field a {
	border: 1px solid #eee;
	color: #ddd;
	display: block;
	padding: 8px 7px 8px 11px;
	max-height: 41px;
}
.cash_given_money_field_wrapper #cash_back_money {
	font-weight: bold;
}
.cash_given_money_field_wrapper .form-row.woocommerce-validated input.input-text {
	border-color: #eee !important;
}

.cash_given_money_field_wrapper .form-row label {
	display: table-cell;
	width: 60%;
}

.cash_given_money_field_wrapper input {
	padding: 10px 10px !important;
}
.cash_given_money_field_wrapper input::placeholder {
	color: #000;
}






/* cart is empty */
.is-empty .cart-collaterals {
	display: none;
}
.cart-empty.woocommerce-info:last-of-type {
	display: none;
}




.woocommerce-checkout .admin-info-message {
	margin-top: 30px;
}


















/* Product Tables */

.wcpt-edit-wrapper {
	display: none;
}

.wcpt-table tr:first-of-type td.wcpt-cell {
	padding-top: 0 !important;
}

.wcpt-table tr td.wcpt-cell:last-of-type {
	padding-right: 20px !important;
}

.wcpt-table tr,
.wcpt-filter,
.wcpt-device-view-loading-icon {
	background-color: transparent !important;
}

.wcpt-filter .wcpt-option,
.wcpt-table .wcpt-quantity {
	background: #fff !important;
}

.wcpt-table .wcpt-quantity:not(.wcpt-display-type-select) {
	border: none;
	border: 1px solid #eaeaea;
}


.wcpt-table .quantity:not(:last-child) {
	margin-right: 5px !important;
}


.wcpt-device-view-loading-icon {
	color: var(--main-link-color-active);
}
.theme-green .wcpt-device-view-loading-icon {
	color: var(--theme-color-green);
}


.wcpt-regular-price {
	color: var(--main-link-color-hover);
}
.theme-green .wcpt-regular-price {
	color: var(--theme-color-green);
}


.wcpt-select-variation-dropdown-wrapper {
	margin: 10px 0;
}
.wcpt-select-variation-dropdown {
	background: #fff;
	background-image: linear-gradient(45deg, transparent 50%, var(--main-link-color-active) 50%), linear-gradient(135deg, var(--main-link-color-active) 50%, transparent 50%);
	background-position: calc(100% - 15px) calc(1em - 2px), calc(100% - 10px) calc(1em - 2px), calc(100% - 2.5em) 0.5em;
	background-size: 5px 5px, 5px 5px;
	background-repeat: no-repeat;
	border: 1px solid var(--main-link-color-active);
	margin-right: 0 !important;
	padding-right: 30px !important;
	min-width: 200px;
}

.theme-green .wcpt-select-variation-dropdown {
	background-image: linear-gradient(45deg, transparent 50%, var(--theme-color-green) 50%), linear-gradient(135deg, var(--theme-color-green) 50%, transparent 50%);
	border-color: var(--theme-color-green);
}

.wcpt-select-variation-dropdown:focus {
	outline: 0;
}

/* readonly partner-tickets slug, pointer-events none */
.tickets-partner .wcpt-select-variation-dropdown,
.wcpt-select-variation-dropdown.readonly {
	background-image: linear-gradient(45deg, transparent 50%, #eee 50%), linear-gradient(135deg, #eee 50%, transparent 50%);
	border-color: #eee;
	pointer-events: none;
}



.wcpt-description {
	color: #666;
	/*font-style: italic;*/
	font-size: 10px;
	line-height: 14px;
	margin-top: 10px;
}


.wcpt-cart-widget,
table.wcpt-table a.wcpt-button {
	background-color: var(--main-link-color-active) !important;
}
.theme-green .wcpt-cart-widget,
.theme-green table.wcpt-table a.wcpt-button {
	background-color: var(--theme-color-green) !important;
}
table.wcpt-table a.wcpt-button {
	position: relative;
	top: 1px;
}


.wcpt-table p .wcpt-button {
	display: none;
}


.wcpt-product-form .button.button.single_add_to_cart_button,
.wcpt-product-form .woocommerce-variation-add-to-cart .button {
	background-color: var(--main-link-color-active);
	padding: 11px 18px;
	text-transform: inherit;
	width: 100%;
}


.wcpt-button-cart_ajax {
	margin-top: inherit !important;
	padding-bottom: 7px !important;
}


.wcpt-product-form .wcpt-close-modal {
	display: block;
	padding: 20px;
	top: 0;
	right: 0;
	z-index: 999;
}

.wcpt-product-form-loading-modal .wcpt-modal-content,
.wcpt-modal-content {
	border: none;
	margin: 20px auto 20px;
	width: calc(100% - 40px);
	max-width: 500px;
}

.wcpt-modal-content .quantity {
	display: none;
}

.wcpt-modal-content .quantity input[type=number] {
	border: 1px solid #eee;
	border-radius: 5px;
	position: relative;
	top: -2px;
	width: 70px;
	-webkit-appearance: none;
}

.wcpt-product-form.wcpt-modal .wcpt-modal-content:before {
	background-color: #f7f7f7;
	/*border-top: 1px solid #eee;*/
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 90px;
	z-index: 0;
}

.wcpt-product-form select {
	background: #fff;
	border: 1px solid #eee;
}

.wcpt-tags .wcpt-media-image-wrapper {
	margin-right: -10px !important;
}
.wcpt-tags .wcpt-media-image-wrapper img {
    vertical-align: middle;
    width: 65%;
}


.wcpt-quantity {
	width: 50px !important;
}



.wcpt-filter .wcpt-option input[type=checkbox] {
	top: 5px;
}




.wcpt-table .wcpt-button i.wcpt-cart-badge-number {
	line-height: 13px;
}





.wcpt-filter .wcpt-option {
	display: inherit !important;
	margin: 2px 6px 2px 0 !important;
	padding: 5px 14px 5px 14px !important;
}

.wcpt-navigation.wcpt-header .wcpt-options-row .wcpt-option {
	box-shadow: none !important;
	float: left;
}




.wcpt-product-form table.variations tr {
	border-bottom: none !important;
}


.wcpt-product-form .product-addon-totals {
	display: none;
}

.wcpt-product-form table.variations,
.wcpt-product-form .reset_variations,
.wcpt-product-form table.variations tr td:first-child {
	display: none;
}

.wc-pao-addon-container .wc-pao-addon-name {
	border-bottom: 1px solid #eee;
	display: block !important;
	margin-bottom: 20px;
	padding: 0 0 10px;
}


.wc-pao-addon-container textarea {
	border: 1px solid #eee;
	width: 100%;
	height: 100px;
	min-height: 100px;
	max-height: 200px;
	-webkit-appearance: none;
}
.wc-pao-addon-container textarea:focus {
	border-color: var(--main-link-color-active);
	outline: none;
}


span.wcpt-product-form-title {
	background: transparent;
	padding: 20px 25px 20px;
}

span.wcpt-product-form-title-before {
	background-color: #f7f7f7;
	/*border-bottom: 1px solid #eee;*/
	display: block;
	position: relative;
	left: 0;
	width: 100%;
	height: 120px;
}
span.wcpt-product-form-title-before img {
	object-fit: contain;
	
	/* TODO: set cover, contain class for different image size */
	/*object-fit: cover;*/

	object-position: center;
	width: 100%;
	height: 100%;
}

span.wcpt-product-form-title-after {
	background-color: #f7f7f7;
	/*border: 1px solid #eee;
	border-width: 1px 0 1px;*/
	position: absolute;
	left: 0;
	width: 100%;
	height: 10px;
}

.wcpt-product-form .cart .wcpt-product-form-title-after {
	margin-top: -25px;
}
.wcpt-product-form .cart .wcpt-product-form-title-after:last-of-type {
	display: none;
}

span.wcpt-product-form-title .woocommerce-Price-amount {
	color: #65a718;
}

span.wcpt-product-form-title .woocommerce-price-suffix {
	color: #ccc;
}

.wcpt-product-form .wc-pao-addon {
	/*margin-top: 30px;*/
	margin-bottom: 30px;
}
/*
.wcpt-product-form .wc-pao-addon:first-of-type {
	margin-top: 15px;
    margin-bottom: 5px;
}
*/

.wcpt-product-form form.cart {
	position: relative;
	padding-top: 10px;
}


input[type=radio].wcpt-variation-radio {
	margin-right: 10px;
	top: -2px;
}

/*.wcpt-select-variation {
	margin: 0;
}*/


.wcpt-cell:last-of-type .wcpt-cell-val {
	float: right;
}



.wcpt-product-image-wrapper {
	/*background-color: rgba(238, 238, 238, 0.5);
	border-radius: 50%;*/
	overflow: hidden;
    min-width: 80px !important;
    max-width: 80px !important;
    width: 80px;
    height: 80px;
}
.wcpt-product-image-wrapper img {
    object-fit: contain;
    object-position: center;
    max-width: 100% !important;
    min-width: 100% !important;
    width: 100% !important;
    height: 100% !important;
}


.img-cover .wcpt-product-image-wrapper img {
	object-fit: cover;
}


.wcpt-lightbox-screen {
	background: rgba(0,0,0,0.9);
}
.wcpt-lightbox-screen .wcpt-lightbox-image {
	top: 47%;
	max-width: 100%;
    max-height: 100%;
}

/*
.wcpt-table .wcpt-button i.wcpt-cart-badge-number {
	font-size: 12px;
}
*/




















/* POS */

/* PAGE/POST SLUG twpos
fullwidth
*/
.twpos {
	background-color: #eee;
	padding: 0;
}
.twpos .header,
.twpos .outline-left,
.twpos .outline-bottom,
.twpos .logo-link {
	display: none;
}

.twpos .container-row,
.twpos .cc_banner {
	padding: 0;
	max-width: 100%;
}

.twpos #main {
	padding: 0;
}

.twpos .footer {
	display: none;
}

.twpos .scrollToTop {
	display: none !important;
}
.twpos .content-block-standard {
	margin-bottom: 0;
}

.twpos .admin-info-message {
	padding: 0 20px 20px;
}





.pos-outer {
	overflow: hidden;
	display: table;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.pos-inner {
	height: auto;
}


#check-in-day {
	background: transparent;
	border: 1px solid #eee;
	border-radius: 0;
	font-size: 20px;
	outline: 0;
	margin-left: 5px;
	padding: 5px 10px;
}

.checkin-message {
	/*display: flex;
	align-items: center;
	-webkit-align-items: center;*/

	font-size: 24px;
	padding: 30px;
	/*position: absolute;
	top: 0;
	left: 0;*/
	width: 100%;
	/*height: 100%;*/
}

.checkin-message-content {
	text-align: center;
}

.checkin-message-img {
	display: block;
	margin: 0 auto;
	position: relative;
    width: 150px;
    height: 150px;
}

.checkin-img {
	display: none;
	position: absolute;
}

.checkin-img.checkin-scan {
	/*opacity: 0.25;*/
}

.checkin-message.status-checked-in img.checkin-check,
.checkin-message.status-cancel img.checkin-cancel,
.checkin-message.status-scan img.checkin-scan,
.checkin-message.status-checked-in-already img.checkin-already {
	display: block;
}

.checkin-badge {
	background-color: #ffba00;
	border-radius: 40px;
	display: none;
	font-family: monospace;
	font-size: 18px;
	padding: 4px 10px;
	color: #000;
	position: absolute;
	top: 10px;
	right: 20px;
	text-align: center;
    min-width: 40px;
}



.checkin-message.status-scan .checkin-message-img:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-loader' color='%23ffffff'%3E%3Cline x1='12' y1='2' x2='12' y2='6'%3E%3C/line%3E%3Cline x1='12' y1='18' x2='12' y2='22'%3E%3C/line%3E%3Cline x1='4.93' y1='4.93' x2='7.76' y2='7.76'%3E%3C/line%3E%3Cline x1='16.24' y1='16.24' x2='19.07' y2='19.07'%3E%3C/line%3E%3Cline x1='2' y1='12' x2='6' y2='12'%3E%3C/line%3E%3Cline x1='18' y1='12' x2='22' y2='12'%3E%3C/line%3E%3Cline x1='4.93' y1='19.07' x2='7.76' y2='16.24'%3E%3C/line%3E%3Cline x1='16.24' y1='7.76' x2='19.07' y2='4.93'%3E%3C/line%3E%3C/svg%3E") !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: 100% !important;
	display: block;
	content: ' ';
	/*opacity: 0.25;*/
	margin-top: -25px;
	margin-left: -25px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
}
.checkin-message.status-scan.active .checkin-message-img:after {
	animation: preloaderSpin 5s infinite linear !important;
	-webkit-animation: preloaderSpin 5s infinite linear !important;
	-moz-animation: preloaderSpin 5s infinite linear !important;
	-o-animation: preloaderSpin 5s infinite linear !important;
}

@-webkit-keyframes preloaderSpin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}


.checkin-ticket-id,
.checkin-ticket-type {
	font-size: 14px;
	font-family: monospace;
}

.checkin-ticket-status {
	text-transform: uppercase;
}




.pos-header {
	padding-bottom: 20px !important;
	padding-top: 30px !important;
}


.pos-header,
.pos-footer {
	padding: 20px 30px 0;
}

.pos-header ul,
.pos-footer ul {
	text-align: right;
}

.pos-header,
.pos-footer {
	min-height: 60px;
}

.pos-header ul,
.pos-footer ul {
	list-style: none;
	margin: 0;
	padding: 0 !important;
}
.pos-header ul li,
.pos-footer ul li {
	display: inline-block;
}

.pos-header ul li a,
.pos-footer ul li a {
	padding: 20px 10px 20px 20px;
}
.pos-header ul li a.page-admin {
	display: none;
}
.pos-footer {
	padding-bottom: 30px;
}

.pos-cart-panel .woocommerce-message {
	margin-bottom: 0;
}

.pos-col .woocommerce-billing-fields h3,
.pos-col #order_review_heading,
.pos-col .woocommerce-checkout-review-order-table .cart_item/*,
.pos-col #order_review .shop_table*/ {
	display: none;
}




.pos-orders {
	padding: 0 10px;
}

.pos-orders a.pos-orders-print-all {
    display: block;
	margin: 10px 0 20px;
}

.pos-order-status-sells {
	display: block;
	font-size: 24px;
	margin-top: -20px;
}

.pos-orders table {
	font-size: 10px;
    width: 100%;
}
.pos-orders table tr {
	vertical-align: top;
	height: 40px;
}

.pos-orders table tr td.pos-orders-print {
	width: 30px;
}
.pos-orders table tr td span {
	display: inline-block;
	padding-right: 10px;
	/*min-width: 50px;*/
}
.pos-orders table tr td span:last-of-type {
	padding-right: 0;
}
.pos-orders table tr td ul {
	list-style: none;
	padding: 0!important;
}








.pos-col .wc_payment_methods {
	display: table;
    width: 100%;
}
.pos-col .wc_payment_method {
	/*display: table-cell;
    width: 50%;*/
	display: inline-block;
	width: 100px;
}
.pos-col .wc_payment_method label {
	text-indent: -9999px;
	width: 40px;
}


.pos-col #billing_first_name_field label,
.pos-col #billing_last_name_field label,
.pos-col #billing_email_field label {
	display: none;
}


.pos-col .woocommerce form .form-row {
	margin: 0;
}





.pos-col {
	display: inline-block;
    /*margin-bottom: 30px;*/
    vertical-align: top;
	padding: 0 20px 0 20px;
    width: 50%;
}
.pos-col .checkout {
	display: grid;
}
.pos-col #customer_details {
	order: 2;
	padding-right: 0;
	width: 100%;
}

.pos-col #payment button[type="submit"] {
	font-size: 100%;
	padding-top: 0px;
    text-align: right;
	outline: 0;
	margin-top: 20px;
    margin-bottom: 40px;
    -webkit-appearance: none;
	-moz-appearance: none;
}

.pos-col .woocommerce-checkout #payment div.form-row,
.pos-col .woocommerce-checkout #payment ul.payment_methods {
	padding: 1em 0 0 !important;
}

.pos-col .wcpt-table tr td.wcpt-cell:last-of-type {
	padding-right: 0 !important;
}


.pos-col-left {
	height: 520px;
}

.pos-col-right {
	background-color: #fff;
	margin-top: 10px;
	width: calc(50% - 30px);
}
.pos-col .wcpt-select-varaition-radio-multiple-wrapper {
	column-gap: 10px;
    column-fill: initial;
    column-count: 3;

	padding-left: 10px;

    height: 100%;
}

.pos-col .wcpt-cell-val {
	display: flex;
	flex-flow: column;
}





.pos-col-customer-toggle {
	cursor: pointer;
	display: block;
	padding: 20px 0;
	position: relative;
	width: 100%;
}

.pos-col #customer_details .col-1,
.pos-col #customer_details .col-2 {
	display: none;
}




.pos-col .wcpt-select-variation {
	background: #fff;

	border-top: 2px solid #eee;
	border-right: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	border-left: 2px solid #eee;

    display: inline-flex;
	font-size: 12px;
	margin-left: 0px;
	margin-bottom: 10px;
    
    /*pointer-events: none;*/

    text-align: center;
    justify-content: center;
    align-items: flex-end;

    padding-bottom: 20px;
	padding-left: 10px;
    padding-right: 10px;

	position: relative;
    top: 0;
    word-break: break-word;
    visibility: hidden;
	width: 100%;
	height: 150px;
}
.pos-col .wcpt-select-variation.bg-green {
	background: #e2f9e2;
}
.pos-col .wcpt-select-variation.bg-orange {
	background: #fdecb9;
}


.pos-col .wcpt-select-variation:focus,
.pos-col .wcpt-select-variation:active {
	border-top: 2px solid #ccc;
	border-right: 2px solid #eee;
	border-bottom: 2px solid #eee;
	border-left: 2px solid #ccc;
}
.pos-col .wcpt-select-variation.active {
	visibility: visible;
}
.pos-col .wcpt-select-variation.active.disabled {
	opacity: 0.5;
}

.pos-col input[type=radio].wcpt-variation-radio {
	background: #000;

    position: absolute;
    top: 0 !important;
    left: 0;
    opacity: 0.2;
    visibility: hidden;
    width: 100%;
    height: 100%;
}

.pos-col .wcpt-icon>svg {
	transform: scale(1.2);
}

/*
.pos-col a.wcpt-button {
	pointer-events: none;
}
*/

.pos-col .woocommerce a.remove {
	border-radius: 0;
	line-height: 0;
	padding: 40px 0;
}
.pos-col .woocommerce a.remove:hover {
	background-color: transparent;
	color: #000 !important;
}

.pos-col .input-text.qty {
	border-radius: 0 !important;
	font-family: sans-serif;
    font-size: 20px !important;
}

.pos-col .wcpt-button-plus,
.pos-col .wcpt-button-minus {
	background-color: #fff;
	border: none;
	outline: 1px solid #ccc;
	margin-top: -12px;
	padding: 15px 30px;
	height: 60px;
}
.pos-col .wcpt-button-minus {
	margin-right: 5px;
}

.pos-col .wcpt-table .wcpt-button i.wcpt-cart-badge-number {
	/*border-radius: 0 !important;
	border: none;
	top: 5px !important;
	right: 5px !important;*/
	box-shadow: none;
	opacity: 0.8;
	line-height: 10px;
}

.theme-green .pos-col a.wcpt-button.wcpt-button-cart_ajax,
.pos-col a.wcpt-button.wcpt-button-cart_ajax {
	/*visibility: hidden;*/

    background-color: transparent !important;
    border-radius: 0 !important;
	position: absolute;
    right: 10px;
}
.pos-col a.wcpt-button.wcpt-button-cart_ajax .wcpt-button-label {
	color: #999 !important;
}

.pos-col .wcpt-table .wcpt-quantity {
	background-color: transparent !important;
	border: none !important;
	color: #333;
}

.pos-col .wcpt-table .quantity:not(:last-child) {
	margin-right: 65px !important;
}

.pos-col .wcpt {
	margin-top: 0;
}
/*
.pos-col.pos-col-left {
	min-height: 350px;
}
*/

.pos-col .wcpt-select-variation-button {
	/*background: #0f0;*/
	display: block;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
}

.pos-col .wcpt-select-variation-dropdown {
	display: none;
}
.pos-col .wcpt-product-type-variable .wcpt-cell-val:first-of-type {
	position: relative;
	top: -50px;
}
.pos-col .wcpt-product-type-variable .wcpt-cell-val:first-of-type div.wcpt-item-row:first-of-type {
    margin-top: 1px;
    margin-bottom: 10px;
    position: relative;
    left: 10px;
    height: 35px;
}
.pos-col .wcpt-product-type-variable .wcpt-cell-val:first-of-type .wcpt-button-label div.wcpt-item-row:first-of-type {
	left: -5px;
}

.pos-col table.wcpt-table a.wcpt-button {
	display: none;
	height: 32px;
}




.pos-col .woocommerce table.shop_table_responsive tr td::before,
.pos-col .woocommerce-page table.shop_table_responsive tr td::before {
	content: '';
}




.pos-col .pos-table-header {
    margin: 10px 0 20px 10px;
	opacity: 0.5;
	order: 2;

	/*order: initial;
	position: absolute;
    top: -60px;
    right: 0;*/

	/*height: 0;
	visibility: hidden;*/
}
.pos-col .pos-table-content {
	margin: 0 !important;
}


.pos-col .woocommerce {
	display: flex;
    flex-flow: column;
	padding-top: 0;
	padding-bottom: 0;
}

.pos-col .woocommerce .empty-cart-panel {
	order: 2;
}

.pos-col .shop_table_empty {

}

/*
*/
.pos-col .woocommerce .cart-collaterals .blockUI {
	display: none !important;
}

.pos-col #customer_details .col-1 {
	padding-bottom: 50px;
}

.pos-col .woocommerce table.shop_table .order-total strong .amount {
	font-size: 40px;
}

.pos-col .woocommerce table.shop_table {
	border: none;
}
.pos-col .empty-cart-panel .shop_table_empty {
	position: absolute;
    top: 60px;
}

.pos-col .empty-cart-panel .shop_table_empty,
.pos-col .woocommerce-checkout-review-order-table,
.pos-col .woocommerce .cart-table {
	margin-left: -20px !important;
    width: calc(100% + 40px) !important;
}

.pos-col .woocommerce table.shop_table_responsive tr.cart_item {
	border-bottom: 1px solid #eee;
	display: block;
	padding: 20px 20px;
	width: 100%;
	min-height: 40px;
}
.pos-col .woocommerce table.shop_table_responsive tr.cart_item:first-of-type {
	border-top: 1px solid #eee;
}

.pos-col .woocommerce table.shop_table {
	margin: 0 -1px -1px 0;
	min-height: 106px;
}
.pos-col .woocommerce table.shop_table tfoot td {
	border-color: #eee;
}


/* CASH GIVEN */
.woocommerce-checkout .cash_given_money_field_wrapper,
.pos-col .cash_given_money_field_wrapper {
	display: none;

	margin-top: 10px;
}

.pos-col .woocommerce table.shop_table_responsive tr td,
.woocommerce-page .pos table.shop_table_responsive tr td {
	border: none;
    display: block;
    text-align: right!important;
}

/*
*/
.pos-col .woocommerce-error .wc-backward {
	display: none;
}

.pos-col .woocommerce table.shop_table_responsive tr td.product-remove {
	padding: 0;
}

/*.pos-col .woocommerce table.shop_table_responsive tr td.actions,*/
.pos-col .woocommerce table.shop_table_responsive tr td.product-price,
.pos-col .woocommerce table.shop_table_responsive tr td.product-thumbnail {
	display: none;
}
.pos-col .woocommerce table.shop_table_responsive tr td.product-remove,
.pos-col .woocommerce table.shop_table_responsive tr td.product-name,
.pos-col .woocommerce table.shop_table_responsive tr td.product-quantity,
.pos-col .woocommerce table.shop_table_responsive tr td.product-subtotal {
	border: none;
	display: table-cell;
}

.is-empty .pos-col .woocommerce table.shop_table_responsive tr td.actions {
	display: none;
}
.pos-col .woocommerce table.shop_table_responsive tr td.actions .button {
	padding: 20px;
}

.pos-col .woocommerce table.shop_table_responsive tr td.product-remove {
	width: 40px;
}
.pos-col .woocommerce table.shop_table_responsive tr td.product-name {
	width: 50%;
}
.pos-col .woocommerce table.shop_table_responsive tr td.product-subtotal {
	font-size: 16px;
	padding-right: 10px;
	width: 40%;
}

.pos-col .cart-empty.woocommerce-info,
.pos-col .woocommerce-notices-wrapper {
	margin-left: -20px;
    width: calc(100% + 40px);
    max-width: calc(100% + 40px);
}

.pos-col .cart-empty.woocommerce-info,
.pos-col .woocommerce-message {
	background-color: transparent;
	border: none !important;
}

.pos-col .cart-empty.woocommerce-info {
	display: none;
}

.pos-col .woocommerce table.shop_table_responsive tr td.product-name {
	text-align: left !important;
    padding: 0 20px;
}

.pos-col .woocommerce .quantity .qty {
	border: none;
	float: left;
}

.pos-col .wcpt-html {
	margin-left: -74px;
    position: absolute;
    left: 50%;
}

.pos-col .woocommerce table.shop_table th {
	display: none;
	width: 150px;
    height: 150px;
}

.pos-col .cart-table-item h3,
.pos-col .cart_totals h2 {
	display: none;
}
.pos-col .woocommerce table.shop_table td {
	text-align: right;
	padding: 20px 20px;
}
.pos-col .woocommerce table.shop_table.woocommerce-checkout-review-order-table td {
	padding-right: 30px;
}

.pos-col .woocommerce .cart-table-item {
	display: block;
}
.pos-col .woocommerce .cart-table-item:first-of-type {
	padding-right: 0;
}


.pos-col .woocommerce ul.payment_methods .payment_box {
	display: none !important;
}





#checkinModal .panel-group .panel {
	border-radius: 0;
}
#checkinModal .panel-default>.panel-heading {
	padding: 0;
}
#checkinModal .panel-default>.panel-heading a {
	display: block;
	padding: 20px 15px;
}
#checkinModal .panel-heading {
	position: absolute;
	top: -7px;
	left: 0;
}
#checkinModal .panel-body {
	padding: 0 !important;
}
#checkinModal .panel-body h4 {
	margin-left: 15px;
}

#checkinModal #collapse-camera video#barcodeVideo {
	background-color: #222;
	border-radius: 5px;
	width: 100%;
	max-height: 200px;
	min-height: 200px;
}






@media only screen and (max-width: 768px) {

	.pos-col .wcpt-product-type-variable .wcpt-cell-val:first-of-type {
		position: relative;
		top: 0;
	}
	.pos-col .wcpt-product-type-variable .wcpt-cell-val:first-of-type .wcpt-item-row:first-of-type {
		left: 0;
	}

	.pos-col .wcpt-select-varaition-radio-multiple-wrapper {
    	column-count: 2;
    	margin-top: 20px;
    	padding-left: 0;
    }
	.pos-col .wcpt-select-variation {
		background-image: none !important;
		margin-left: 0;
		margin-bottom: 10px;
		padding-bottom: 0;
    	align-items: center;
		height: 50px;
	}

	.pos-col-left {
		height: auto;
	}
	.pos-col-right {
		margin-bottom: 0;
		width: calc(50% - 20px);
	}

	.pos-col .checkout {
		display: flex;
    	flex-flow: column;
	}
	.pos-col #customer_details {
		display: block !important;
		order: 2;
		padding-right: 0px;
	}

	.pos-col .empty-cart-panel .shop_table_empty {
		position: relative !important;
		top: 0 !important;
	}
	.pos-col .woocommerce table.shop_table {
		min-height: auto !important;
	}
}
@media only screen and (max-width: 667px) {
	.pos-col .wcpt-select-varaition-radio-multiple-wrapper {
		column-count: 2;
	}

	.pos-col {
		width: 100% !important;
	}
}



























/* footer */
.footer,
.footer a {
	color: var(--footer-link-color);
}

.footer {
	background-color: var(--main-link-color-active);
	position: relative;
    width: 100%;
    height: auto;
}

.footer-form {
	background-color: #0b375d;
	margin: 0 !important;
	max-width: 100% !important;
}
.footer-form .container-row .text-box-center {
	color: #fff;
	padding-right: 0 !important;
}

.footer-form img.bg {
	/*object-position: left !important;*/
	opacity: 0.1;
}


.footer-form .container-row h2 {
	color: #fff !important;
}

.footer-nav {
	text-align: right;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	position: relative;
	top: 0;
	right: 0;
	width: 100%;
	height: auto;
}
.footer-nav ul {
	margin: 0;
	padding: 0;
}
.footer-nav ul li {
	display: inline-block;
	margin: 0;
	padding: 10px 4px 10px 4px;
}
.footer-nav ul li:first-of-type {
	padding-left: 0;
}
.footer-nav ul li:last-of-type .separator,
.footer-nav ul li:last-of-type span {
	display: none;
}

.footer-nav ul.footer-copyright li:first-of-type {
	padding-left: 0;
}
.footer-nav ul.footer-copyright li:last-of-type span {
	display: inline-block;
	font-family: "Raleway";
}
.footer-nav ul li a {
	padding-bottom: 5px;
	/*text-transform: uppercase;*/
}
.footer-nav ul li a:hover {
	color: #2f6fa7;
}

.footer-nav ul.footer-copyright li {
	padding-bottom: 0;
}

.footer-nav ul li .separator {
	border-left-color: #919191;
	margin-left: 4px;
}

.footer-logo {
	filter: grayscale(1);
	width: 30px;
	transition: all 0.25s ease;
}
.footer-logo:hover {
	filter: grayscale(0);
}

.footer .row-margin {
	padding-top: 40px;
	padding-bottom: 30px;
}
.footer-copyright {
	float: left;
	position: relative;
	left: 15px;
}

.footer-form-adresse {
	background: var(--main-link-color-active);
    margin: 80px 50px 0;
	padding: 25px 40px 25px;
	min-width: 240px;
	max-width: 360px;
	word-break: break-word;
}
.footer-form-adresse a {
	color: #fff !important;
}
.footer-form-adresse a:hover {
	background: none;
}

.footer-form-adresse .footer-social-list {
	display: table;
	margin: 0;
	padding: 10px 0 5px;
	width: 200px;
}
.footer-form-adresse .footer-social-list li {
	float: left;
	display: table-cell;
	list-style: none;
	padding-right: 20px;
}
.footer-form-adresse .footer-social-list li a {
	background-color: #fff;
	border-radius: 50%;
	display: block;
	position: relative;
	width: 50px;
	height: 50px;
}
.footer-form-adresse .footer-social-list li a:hover {
	background: rgba(255,255,255,0.25);
}
.footer-form-adresse .footer-social-list li a:hover i {
	color: #fff;
}

.footer-form-adresse .footer-social-list li a i {
	color: var(--main-link-color-active);
	font-size: 30px;
	position: absolute;
	width: 100%;
	height: 100%;
}
.footer-form-adresse .footer-social-list li a i:before {
	margin-left: 1px;
	text-align: center;
	line-height: 170%;
	position: absolute;
	width: 100%;
	height: 100%;
}

.footer-weekend-logo {
	margin-right: 0;
	width: 30px;
	height: 25px;
}







/* Newsletter */
.newsletter-wrapper {
	/*display: none;*/
	overflow-x: hidden;
	overflow-y: auto;
	padding: 10px;
	pointer-events: none;
	position: fixed;
	top: 10px;
	right: 0;
	width: 100%;
	height: 100%;
	max-height: calc(100vh - 20px);
	z-index: 99999;
}

.newsletter-page {
	padding: 0;
	pointer-events: auto;
	position: relative;
	top: 0;
	left: 0;
	max-height: 100%;
	z-index: 2 !important;
}

.newsletter-wrapper:after {
	background-color: #fff;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 100%;
}
.newsletter-wrapper.newsletter-page:after,
.page-template-template-newsletter .newsletter-toggle {
	display: none !important;
}

.page-template-template-newsletter .wp-block-image.alignfull {
	max-height: 50vh;
}


.newsletter-inner {
	float: right;
	position: relative;
	top: 50%;
	right: 0;
	width: auto;
	height: auto;
	max-width: 0;
	min-height: 200px;
	transform: translate(0, -50%);
	transition: all 0.5s ease;
}
.newsletter-button {
	background-color: #0a375e;
	border: none !important;
	outline: none !important;
	color: #fff;
	pointer-events: auto;
    /*margin-top: -18px;*/
    margin-left: -126px;
    padding: 10px 20px;
    position: absolute;
    top: 50%;
    left: 100px;
	transition: all 0.5s ease;
    transform: rotate(-90deg);
    transform-origin: 50% -50%;
	-webkit-appearance: button;
}
/*
.newsletter-button:hover {
	color: #ccc !important;
}
*/

.newsletter-wrapper.open .newsletter-inner {
	max-width: 600px;
}
.newsletter-wrapper .newsletter-form {
	background-color: #fff;
	overflow: hidden;
	padding: 40px;
	pointer-events: auto;
	position: relative;
	min-width: 600px; /* min-width=max-width .newsletter-inner */
}
.newsletter-wrapper.newsletter-page .newsletter-form {
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	min-width: 100%;
}
.newsletter-wrapper .newsletter-form:after {
	box-shadow: -2px -4px 12px rgba(0,0,0,0.25);
	content: " ";
	position: absolute;
	top: 10px;
	left: 0;
	width: 100%;
	height: calc(100% - 10px);
	visibility: hidden;
	z-index: -1;
}
.newsletter-wrapper.open .newsletter-form {
	overflow: visible;
}
.newsletter-wrapper.open .newsletter-form:after {
	visibility: visible;
}

.newsletter-wrapper .newsletter-form .collapse-legal {
	color: #000;
	display: block;
	position: relative;
}

.newsletter-wrapper .newsletter-form label {
	margin-bottom: 0;
	line-height: initial;
}
.newsletter-wrapper .newsletter-form label em {
	font-family: 'CormorantGaramondRegular', Times;
	font-style: normal;
	display: block;
	margin-top: 2px;
	font-size: 18px;
}

.newsletter-wrapper .newsletter-form input {
	font-size: inherit;
	position: relative;
	top: -1px !important;
	/*min-height: 40px;*/
}

.newsletter-wrapper .newsletter-form .form-check-inline .form-check-input {
	margin-right: 5px;
	left: 3px;
}






.newsletter-wrapper .newsletter-form .form-check-inline .form-check-input#agreement {
	margin-right: 28px !important;
	position: relative;
    left: 8px;
}

.newsletter-wrapper .newsletter-form .form-check-inline .form-check-input#agreement::before {
	margin-top: -3px;
    margin-left: -3px;
}
.newsletter-wrapper .newsletter-form .form-check-inline .form-check-input#agreement::after {
	left: 2px;
}






.newsletter-wrapper .newsletter-form .form-group.margin-top {
	margin-top: 20px;
}
.newsletter-wrapper .newsletter-form .form-group.margin-bottom {
	margin-bottom: 30px;
}

.newsletter-wrapper .newsletter-form .form-collapsed {
	margin-top: 10px;
	margin-bottom: 30px;
}
.newsletter-wrapper .newsletter-form .form-collapsed h3 {
	padding-right: 70px;
}

.newsletter-wrapper .newsletter-form .form-group .card-body {
	background-color: #eee;
	border: none;
	border-radius: 0;
	color: #666;
	padding: 20px;
}
.newsletter-wrapper .newsletter-form .form-group .card-body a {
	color: #666;
	text-decoration: underline;
}

.newsletter-wrapper .newsletter-form .collapse-legal:after {
	background-image: url("assets/img/cursor_arrow_prev_blue.png?v=0.0.1");
	background-size: 50%;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    top: -5px;
    right: 22px;
    width: 20px;
    height: 40px;
    transform: rotate(90deg);
}
.newsletter-wrapper .newsletter-form .collapse-legal.collapsed:after {
	top: -15px;
    right: 0px;
    transform: rotate(-90deg);
}


.newsletter-wrapper .newsletter-form .cr_form_submit {
	background-color: #0a375e;
	border: none;
	color: #fff;
	padding: 10px 20px;
}

.newsletter-close {
	background-color: #0a375e !important;
	border: none !important;
	display: none;
	outline: 0 !important;
	position: absolute !important;
}


.theme-green .newsletter-wrapper .newsletter-form .cr_form_submit {
	background-color: var(--theme-color-green);
}
.theme-green .newsletter-close {
	background-color: var(--theme-color-green) !important;
}


.newsletter-wrapper.fullheight {
	overflow: auto;
	top: 0;
	height: 100vh;
	max-height: 100vh;
}
.newsletter-wrapper.fullheight .newsletter-inner {
	top: 0;
	transform: none;
}
.newsletter-wrapper.fullheight .newsletter-wrapper .newsletter-form {
	padding-top: 80px;
	padding-left: 34px;
    padding-right: 34px;
	min-height: 100vh;
}
.newsletter-wrapper.fullheight .newsletter-wrapper .newsletter-form:after {
	display: none;
}
.newsletter-wrapper.fullheight .newsletter-button {
	top: 40%;
}







/*------------------------------------*\
	PAGES
\*------------------------------------*/

.wp-block-image.alignwide {
	margin-left: -80px;
	margin-right: -80px;
	position: relative;
}
.wp-block-image.alignfull {
	overflow: hidden;
	position: relative;
	margin-left: calc( -100vw / 2 + 100% / 2 );
	margin-right: calc( -100vw / 2 + 100% / 2 );
	max-width: 100vw;
	width: 100vw;
	min-height: 100px;
}
.wp-block-image.alignfull.hero {
	margin-bottom: 50px;
	position: relative;
    overflow: hidden;
    min-height: 420px;
}
.page-template-template-newsletter .wp-block-image.alignfull.hero {
	min-height: auto;
}
.wp-block-image.alignfull.hero.small {
    min-height: 250px;
	height: 350px;
}
.wp-block-image.alignfull.hero.full {
	margin-bottom: 0;
    height: 100vh;
}
.wp-block-image.alignfull img.bg {
    object-fit: cover;
    object-position: center;
    font-family: 'object-fit: cover; object-position: center;';
	position: absolute;
    width: 100%;
    height: 100%;
}
.wp-block-image.alignfull img.bg.cover {
    object-fit: cover;
    object-position: center;
    font-family: 'object-fit: cover; object-position: center;';
}
.wp-block-image.alignfull img.bg.contain {
	object-fit: contain;
    object-position: center;
    font-family: 'object-fit: contain; object-position: center;';
    position: absolute;
    top: 15%;
    left: 0;
    width: 100%;
    height: 70%;
}

.wp-block-image.alignfull p img {
	position: relative;
	width: auto;
	height: auto;
}

.wp-block-image.alignfull .swiper-slider p img {
	max-height: 250px;
}

.wp-block-image.alignfull .container-row {
	padding: 0 20px;
}

.wp-block-image {
	clear: both;
}

.wp-block-video video {
	width: 100%;
}

.wp-block-video.alignwide video,
.wp-block-video.alignfull video {
	width: 100%;
}
.wp-block-column:not(:first-child) {
    margin-left: 0;
}

.wp-block-column:not(:last-child) {
	padding-left: 0;
}

.wp-block-column ul {
    border: 1px solid #ececec;
    list-style-position: inside;
    padding-left: 0 !important;
}

.wp-block-column li {
    border-bottom: 1px solid #ececec;
	padding-left: 15px;
}
.wp-block-column li a {
	color: #585858;
	display: inline-block;
    padding: 15px 0;
    width: calc(100% - 20px);
}
.wp-block-column li:last-of-type {
	border-bottom: none;
}









/* ACF Blocks */
.content-block {
	margin-bottom: 0 !important;
	min-height: 0 !important;
}
/*
.content-block .col {
	min-height: 200px;
}
*/

.content-block-standard {
	margin-top: 150px;
	margin-bottom: 0;
	padding: 0 15px;
	padding: 0 42px;
}
.content-block-standard:last-of-type {
	margin-top: 0;
}
.single .content-block-standard:last-of-type {
	margin-top: 150px;
}

.page-template-template-newsletter .content-block-standard {
	margin-top: 0;
	margin-bottom: 70px;
}



.content-block p a {
	border: 1px solid var(--main-link-color-active);
	color: #000;
	display: inline-block;
	padding: 20px 20px;
	transition: all 0.5s ease;
}
.content-block p a:hover {
	background-color: rgba(7, 41, 69, 0.6);
	color: var(--main-color-beige);
}


.content-block.text-box {
	/*text-align: center;*/
	padding: 50px 0;
}
/*
.content-block.text-box h2 {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
.content-block.text-box h2 span {
	color: var(--main-color-beige);
	font-family: times;
	font-size: 18px;
	font-weight: normal;
	text-transform: none;
}
*/

.content-block .text-box-editor p {
	margin: 0 auto;
}
.content-block.text-box .text-box-editor p {
	margin: 0;
	text-align: left;
}

.content-block.no-padding .text-box-editor {
	padding: 0 !important;
}

.content-block.image-row .row {
	width: 100%;
	height: 100%;
}

.content-block .overlayer-dark,
.content-block .overlayer-brown {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.content-block .overlayer-dark {
	background-color: rgba(0,0,0,0.8);
}
.content-block .overlayer-brown {
	background-color: rgba(207,189,165,0.8);
	border: 10px solid rgba(207,189,165,1);
}

.content-block.image-list .overlayer-color {
	opacity: 0.5;
}

.content-block.text-box-2 {
	color: #000;
}
.content-block.text-box-2 .col-left img {
	min-height: 200px;
}

.content-block.text-box-3 .col-right .row {
	height: 50%;
}

.content-block .text-box-center {
	color: #000;
	display: flex;
	flex-direction: column;
    /*justify-content: center;
    align-items: center;
    text-align: center;*/
	padding: 70px 50px;
	padding: 70px 30px 70px 10px;
    position: relative;
    width: 100%;
    height: 100%;
}
.content-block.text-box-2 .col-right .text-box-center {
	padding-left: 50px;
	padding-right: 0;
}

.content-block .overlayer-left .text-box-center,
.content-block .overlayer-right .text-box-center {
	color: #fff;
}
.content-block .text-box-center strong span,
.content-block .text-box-center span strong {
	text-transform: uppercase;
}

.social-menu {
	list-style: none;
	margin: 20px 0 0;
	padding: 0;
}
.social-menu li {
	display: inline-block !important;
	padding: 0 8px;
}
/*
.social-menu li:first-of-type {
	display: block;
	margin-bottom: 10px;
}
*/
.social-menu li a {
	color: #000;
	display: block;
}



.content-block.image-list,
.content-block.carousel-slider {
	margin-top: 10px;
}

.content-block.carousel-slider .container-row {
	/*padding: 0 !important;*/
}



/* Image List */
.content-block.image-list .text-box-center {
	margin: auto;
    max-width: 690px;
}
.content-block.image-list .row .col .row {
	padding: 50px 50px 100px;
}
/*
*/
.content-block.image-list .row .col .row .col {
	margin: 20px 0;
}
.content-block.image-list .col img.lozad {
    object-fit: contain;
    object-position: center;
    font-family: 'object-fit: contain; object-position: center;';
    height: 50px;
}





/* Video */
.content-block.full-video:before {
	border: 1px solid #fff;
	content: " ";
	margin: 10px 28px;
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 56px);
	height: calc(100% - 20px);
}
.content-block.full-video img.bg {
	z-index: -1;
}
.content-block.full-video .play-button {
	background-image: url("assets/img/play-button.svg");
	background-size: 70px;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}
.content-block.full-video .play-button a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.content-block.full-video .play-button:hover {
	opacity: 0.5;
}








/* Gallery */
.content-block.box-gallery-filter {
	padding: 60px 0px 5px;
}

.category-filter {
	margin: 30px 0 40px;
}
.category-filter ul {
	text-align: center;
	width: 100%;
}
.category-filter ul li {
	display: inline-block;
	list-style: none;
}
.category-filter ul li a {
	display: block;
	padding: 10px 20px;
}
.category-filter ul li a.active {
	color: #000;
}
.category-filter ul li a.active:after {
	background-color: #000;
	content: " ";
	display: block;
	position: relative;
	top: 2px;
	height: 2px;
}


.gallery-grid {
	display: flex;
	flex-wrap: wrap;
}

.gallery-grid::after {
	content: ' ';
	/* after last image - full row placeholder */
	/* comment full width */
	/*flex-basis: 33.333% !important;
	flex-grow: 999999999;*/
}

.gallery-grid > figure {
	cursor: pointer;
	margin: 5px;
	position: relative;
	/*filter: sepia(50%);*/
	filter: grayscale(0%) brightness(60%) contrast(100%);
	transition: all 1s ease;
	max-height: 400px;
}
/*
.gallery-grid > figure:last-of-type {
    flex-basis: 42.3333% !important;
	max-height: 400px;
}
*/
.gallery-grid > figure:hover {
	/*filter: sepia(0);*/
	filter: grayscale(0%) brightness(100%) contrast(100%);
}

.gallery-grid > figure > img {
	position: relative !important;
	height: 100% !important;
}















/*------------------------------------*\
	SWIPER
\*------------------------------------*/
.swiper-header-wrapper {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: calc(100vh - 10px);
}
.body-countdown .swiper-header-wrapper {
	height: calc(100vh - 120px);
	transition: all 1s ease !important;
}

.swiper-container {
	background: rgba(0,0,0,0.1);
    position: absolute;
    width: 100%;
    height: 100%;
}
.swiper-container.swiper-carousel-slider-front,
.swiper-container.swiper-carousel-slider-back {
	background: none;
	position: relative;
}

.swiper-wrapper {
    position: absolute;
	width: 100%;
	height: 100%;
}

.swiper-container.swiper-carousel-slider-front .swiper-wrapper {
	position: relative;
}

.swiper-slide {
    /*background: #fff;*/
    overflow: hidden;
    position: relative;
    
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    /*
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    */

    width: 100%;
    height: 100% !important;
}

.swiper-slide img {
	object-fit: cover;
	object-position: center;
    font-family: 'object-fit: cover; object-position: center;';
	position: absolute;
	width: 100%;
	height: 100%;	
}


.swiper-slide div {
	width: 100%;
}


.block-slider .text-box-center {
	padding-top: 20px !important;
	padding-right: 0 !important;
}
.block-slider .text-box-center img {
	width: 100% !important;
}
.block-slider .text-box-center .bg-grey {
	background: #eee;
	padding: 20px;
}

/*
.block-slider.padding {
	padding: 0 40px;
}
.block-slider.padding .swiper-container {
	width: calc(100% - 80px);
}
*/



.swiper-container-horizontal .swiper-button-prev {
    background-image: url('assets/img/cursor_arrow_prev_white.png?v=0.0.1');
    left: 20px;
}
.swiper-container-horizontal .swiper-button-next {
    background-image: url('assets/img/cursor_arrow_next_white.png?v=0.0.1');
    right: 20px;
}

.swiper-container.swiper-carousel-slider-front .swiper-button-prev {
    background-image: url('assets/img/cursor_arrow_prev_gray.png?v=0.0.1');
    left: 20px;
}
.swiper-container.swiper-carousel-slider-front .swiper-button-next {
    background-image: url('assets/img/cursor_arrow_next_gray.png?v=0.0.1');
    right: 20px;
}

.swiper-pagination {
	left: 0;
	bottom: 10px;
	width: 100%;
	height: auto;
}
.swiper-pagination.carousel-pagination {
	display: none;
}

.swiper-pagination-bullet {
	background: #fff;
	border-radius: 2px;
	opacity: 0.3 !important;
	margin: 0 6px !important;
	padding: 6px;
}
.swiper-pagination-bullet-active {
	background: var(--main-link-color);
	background: #fff;
	opacity: 0.6 !important;
}

.swiper-container.swiper-carousel-slider-front .swiper-pagination-bullet,
.pagination-dark > .swiper-container .swiper-pagination-bullet {
	background: #ccc;
}

.pagination-dark > .swiper-container .swiper-pagination {
	bottom: 30px;
}

.pagination-dark > .swiper-container .swiper-pagination-bullet-active {
	background: #000;
}


.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: 0.1;
}


.swiper-header .slide-description/*,
.swiper-timetable .slide-description,
.swiper-rennwagen .slide-description*/ {
    color: #fff;

	overflow: hidden;
	position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

    width: 100%;
    height: 100% !important;
}



.rennwagen {
	display: none !important;
}




.swiper-timetable .slide-description {
	align-items: normal;
	justify-content: inherit;
	padding-top: 40px;
	padding-bottom: 40px;
	height: auto !important;
}

.swiper-timetable .col p img {
	position: relative;
    max-width: 80%;
}

.swiper-header .slide-description .slide-description-text {
	padding: 0 30px;
}

.swiper-header .slide-description h1 {
	color: #fff;
	font-family: 'CormorantGaramondSemiBold';
	font-size: 54px;
	margin-bottom: 20px;
	padding-top: 80px;
}
.swiper-header .slide-description a {
    color: #fff;
	display: inline-block;
	padding: 10px 0;
	position: relative;
}
.swiper-header .slide-description p {
	margin: 0 auto;
	max-width: 500px;
}


.swiper-close,
.tickets-close,
.newsletter-close,
button.pswp__button.pswp__button--close {
	/*background: url("assets/js/lib/photoswipe/default-skin/default-skin.png") 0 0 no-repeat;
    background-size: 264px 88px;
    background-position: 0 -44px;*/
    background-image: none !important;
	cursor: pointer;
    position: fixed;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    z-index: 9999;
}
.swiper-close:after,
.tickets-close:after,
.newsletter-close:after,
button.pswp__button.pswp__button--close:after {
	color: #fff;
	content: "\f335";
	font-family: 'dashicons';
	font-size: 30px;
	position: absolute;
	top: 0;
	left: 7px;
}
.tickets-close:after {
	color: #000;
}

.swiper-clickarea {
	background-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.swiper-container.swiper-carousel-slider-front img.bg {
	object-fit: contain;
	padding: 20px;
}




.swiper-timetable {
	opacity: 0;
	padding: 150px 80px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}

.swiper-overlayer {
	position: absolute;
	top: 0;
	width: 80px;
	height: 100%;
	z-index: 9;
}
.swiper-overlayer-left {
	left: 0;
}
.swiper-overlayer-right {
	right: 0;
}

.swiper-timetable .swiper-wrapper {
	background: none;
	position: relative;
}

.swiper-timetable .swiper-slide {
	background: #fff;
	border-top: 10px solid var(--main-link-color-active);
	/*padding: 20px 0;*/
}

.swiper-timetable .swiper-slide .row {
	overflow: auto;
	padding: 0 20px 20px;
	width: 100%;
}
.swiper-timetable .swiper-slide .row img.bg {
	opacity: 0.2;
	object-fit: contain;
	font-family: 'object-fit: contain;';
	top: -15%;
	left: 0;
	width: 150%;
	height: 150%;
}

/*
.swiper-timetable h3 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
*/

.swiper-timetable .col-bottom {
	margin-top: 80px;
}

.swiper-timetable .slide-description {
	color: #000;
	text-align: center;
	width: 100%;
}
.swiper-timetable .slide-description h2 {
	color: var(--main-link-color-active);
	font-size: 125px;
	margin-bottom: 10px;
}
.swiper-timetable .slide-description .timetable-date {
	color: #666;
}



.swiper-full-btn {
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
}
.swiper-full-btn:first-of-type {
	margin-bottom: 0;
}

.swiper-rennwagen {
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}

.swiper-rennwagen .swiper-slide {
	overflow: auto;
}

.swiper-rennwagen .swiper-slide .row {
	padding: 50px 60px 0;
	width: 100%;
}

.swiper-rennwagen .swiper-slide .slide-description {
	background-color: #fff;
	margin-bottom: 50px;
}

.swiper-rennwagen .swiper-slide .slide-list {
	background-color: var(--main-link-color);
	color: #fff;
	position: relative;
    top: -92px;
    height: calc(100% + 92px);
    min-height: 30vh;
}
.swiper-rennwagen .swiper-slide .slide-list h3 {
	background-color: var(--main-link-color-active);
	padding: 15px 20px;
	height: 60px;
}
.swiper-rennwagen .swiper-slide .slide-list ul {
	list-style: none;
	list-style-image: url("assets/img/list-triangle.svg?version=0.0.1");
	list-style-position: outside;
	margin: 0;
	padding: 10px 10px 20px 30px !important;
}

.swiper-rennwagen .swiper-slide .slide-text {
	padding: 30px 30px;
}

.swiper-rennwagen .swiper-slide .row .col .row {
	padding: 0;
	height: 100%;
}
.swiper-rennwagen .swiper-slide .row img.bg {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	max-height: 50vh;
}











/*------------------------------------*\
	FORM
\*------------------------------------*/

.hidden-form-wrapper {
	display: none;
}


input[name="text-hidden"] {
	display: none;
}


.wpcf7-form {
	margin-top: 0;
}

.wpcf7-response-output {
	margin: 0 0 1em !important;
}

.wpcf7-form-control-wrap {
	width: 100%;
}
.wpcf7-form .wpcf7-form-control {
    background: none;
    border: none !important;
	border-bottom: 1px solid #6d889f !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	color: #fff !important;
	outline: none;
	padding: 50px 15px 15px 0;
	width: 100%;
	height: auto;
	min-height: 57px;
}
.wpcf7-form .wpcf7-form-control:focus {
	border-color: #fff !important;
}
.wpcf7-form .col-first .wpcf7-form-control {
	padding-top: 0;
}
.wpcf7-form .col-captcha .wpcf7-form-control {
	padding-top: 15px;
}

.wpcf7-form .wpcf7-submit {
	background: transparent !important;
	border: 1px solid #fff !important;
	border-radius: 6px !important;
	float: left;
	margin-top: 30px;
	padding: 10px 20px;
	letter-spacing: 2px;
	/*width: auto !important;*/
	width: 100% !important;
	height: auto;
	transition: background 0.5s ease;
}
.wpcf7-form .wpcf7-submit:hover,
.wpcf7-form .wpcf7-submit:focus {
	background-color: rgba(7, 41, 69, 0.6) !important;
	/*border: none !important;*/
}



/*
.wpcf7-form .row .col-left {
	padding-right: 10px !important;
}
*/


.select-menu:after {
	/*
	content: "\f078";
	font-family: "Fontawesome";
	font-weight: 300;
	*/
	background-image: url("assets/img/cursor_arrow_next_white.png?v=0.0.1");
	background-size: 50%;
    background-repeat: no-repeat;
    content: "";

    position: absolute;
    top: 5px;
    right: 0;
    width: 20px;
    height: 100%;
    transform: rotate(90deg);
}

select:not([multiple]){
	-webkit-appearance: none;
	-moz-appearance: none;
}


.wpcf7 .form-group {
	margin-bottom: 0 !important;
}

.wpcf7-textarea {
	resize: none;
}

.wpcf7-form .form-captcha .wpcf7-captchac {
	object-fit: none;
    font-family: 'object-fit: none;';
	float: right;
	padding: 0;
	width: auto;
}

span.wpcf7-list-item-label p {
	margin-top: 15px;
}

.form-captcha {
	background: #fff;
	/*border: 1px solid #ccc !important;*/
	box-shadow: none !important;
	outline: none;
	min-height: 57px !important;
}
.form-captcha .wpcf7-form-control {
	border: none !important;
	/*min-height: 55px !important;*/
}

span.wpcf7-not-valid-tip {
	color: #999;
	font-size: 12px;
	padding-top: 5px;
	padding-left: 4px;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	border: 2px solid var(--main-link-color-active);
	color: #fff;
	padding: 15px;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid var(--main-link-color-active);
}

div.wpcf7-mail-sent-ok,
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	border-color: #fff;
}

.wpcf7-form p:last-of-type {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
}

/*
div.wpcf7 .ajax-loader {
	margin: 20px 0 0 0;
}
*/

.blockUI.blockOverlay::before,
div.wpcf7 .ajax-loader {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-loader' color='%23072945'%3E%3Cline x1='12' y1='2' x2='12' y2='6'%3E%3C/line%3E%3Cline x1='12' y1='18' x2='12' y2='22'%3E%3C/line%3E%3Cline x1='4.93' y1='4.93' x2='7.76' y2='7.76'%3E%3C/line%3E%3Cline x1='16.24' y1='16.24' x2='19.07' y2='19.07'%3E%3C/line%3E%3Cline x1='2' y1='12' x2='6' y2='12'%3E%3C/line%3E%3Cline x1='18' y1='12' x2='22' y2='12'%3E%3C/line%3E%3Cline x1='4.93' y1='19.07' x2='7.76' y2='16.24'%3E%3C/line%3E%3Cline x1='16.24' y1='7.76' x2='19.07' y2='4.93'%3E%3C/line%3E%3C/svg%3E") !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: 100% !important;
	position: absolute !important;
	top: 20px;
	left: 30px;
}
.theme-green .blockUI.blockOverlay::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-loader' color='%2301331d'%3E%3Cline x1='12' y1='2' x2='12' y2='6'%3E%3C/line%3E%3Cline x1='12' y1='18' x2='12' y2='22'%3E%3C/line%3E%3Cline x1='4.93' y1='4.93' x2='7.76' y2='7.76'%3E%3C/line%3E%3Cline x1='16.24' y1='16.24' x2='19.07' y2='19.07'%3E%3C/line%3E%3Cline x1='2' y1='12' x2='6' y2='12'%3E%3C/line%3E%3Cline x1='18' y1='12' x2='22' y2='12'%3E%3C/line%3E%3Cline x1='4.93' y1='19.07' x2='7.76' y2='16.24'%3E%3C/line%3E%3Cline x1='16.24' y1='7.76' x2='19.07' y2='4.93'%3E%3C/line%3E%3C/svg%3E") !important;
}

div.wpcf7 .ajax-loader {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-loader' color='%23ffffff'%3E%3Cline x1='12' y1='2' x2='12' y2='6'%3E%3C/line%3E%3Cline x1='12' y1='18' x2='12' y2='22'%3E%3C/line%3E%3Cline x1='4.93' y1='4.93' x2='7.76' y2='7.76'%3E%3C/line%3E%3Cline x1='16.24' y1='16.24' x2='19.07' y2='19.07'%3E%3C/line%3E%3Cline x1='2' y1='12' x2='6' y2='12'%3E%3C/line%3E%3Cline x1='18' y1='12' x2='22' y2='12'%3E%3C/line%3E%3Cline x1='4.93' y1='19.07' x2='7.76' y2='16.24'%3E%3C/line%3E%3Cline x1='16.24' y1='7.76' x2='19.07' y2='4.93'%3E%3C/line%3E%3C/svg%3E") !important;
	top: 50px;
	left: 20px;
}

div.wpcf7 .ajax-loader.is-active {
	visibility: visible;
}
.blockUI.blockOverlay::before,
div.wpcf7 .ajax-loader.is-active {
	animation: preloaderSpin 2s infinite linear !important;
	-webkit-animation: preloaderSpin 2s infinite linear !important;
	-moz-animation: preloaderSpin 2s infinite linear !important;
	-o-animation: preloaderSpin 2s infinite linear !important;
}

@-webkit-keyframes preloaderSpin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}














/*------------------------------------*\
	COOKIE
\*------------------------------------*/
.cc_banner {
	height: auto;
	min-height: 110px;
}
.cc_container {
	background: transparent !important;
	overflow: visible !important;
	margin: 0 auto;
	padding: 20px 25px 24px 15px !important;
}
.cc_container:before {
	background: var(--footer-link-color) !important;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: -50%;
	width: 200%;
	height: 100%;
	z-index: -1;
}
.cc_container a,
.cc_container a:visited {
	color: #fff !important;
	display: inline-block;
}
.cc_container .cc_btn {
    border-radius: 30px !important;
    padding: 8px 10px !important;
}
.cc_container .cc_btn,
.cc_container .cc_btn:visited {
	background-color: var(--main-link-color-active) !important;
}
.cc_container .cc_btn:hover {
	background-color: var(--main-link-color-active) !important;
}
.theme-green .cc_container .cc_btn,
.theme-green .cc_container .cc_btn:visited,
.theme-green .cc_container .cc_btn:hover {
	background-color: var(--theme-color-green) !important;
}

.cc_container .cc_message {
	color: #000 !important;
}
.cc_container .cc_message a {
	color: #000 !important;
	text-decoration: underline !important;
}






/*------------------------------------*\
	WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
.sticky {

}
.bypostauthor {

}


.wp-col-image {
	display: inline-block;
	position: relative;
	width: 25%;
	height: 100px;
}











/* Countdown */
.box-countdown {
	/*margin: 0 !important;
	position: absolute !important;
	top: calc(100% - 100px) !important;
	left: 0 !important;
	width: 100%;
	height: auto;
	z-index: 999;*/
	min-height: 100px !important;
}

.box-countdown .container-row {
	padding: 0 45px !important;
}

.box-countdown * {
	color: #fff;
}

.box-countdown .row,
.box-countdown .row .col {
	height: 100px;
}

.box-countdown ul {
	display: table;
	margin: 0;
	padding: 0;
	width: 100%;
    height: 100%;
}
.box-countdown ul:first-of-type {
	padding-left: 0 !important;
}
.box-countdown ul li {
	display: table-cell;
	list-style: none;
	margin: 0;
	padding: 0;
	vertical-align: middle;
    height: 100%;
}

.box-countdown .col-left ul,
.box-countdown .col-left ul li {
	display: block;
}

.box-countdown .col-left {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.box-countdown .col-left h2 {
	/*display: table-cell;*/
	font-size: 32px;
	font-weight: bold;
	line-height: inherit;
    margin-bottom: 0;
    padding-right: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
    height: 100%;
	transform: translate(0,25%);
}

.countdown {
	list-style-position: inside;
	margin: 0;
	padding: 0;
	min-height: 10px;
}

.countdown li {
	border-left: 1px solid #2a4b67;
	text-align: center;
	width: 25%;
}
.countdown li span {
	display: block;
}
.countdown li span.count {
	font-family: "CormorantGaramondRegular";
	font-size: 30px;
	/* font-size center position */
	margin-top: -15px;
}
.countdown li span.countdown-label {
	font-size: 14px;
}





/* Google Maps */
.standort-map-wrapper {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 10px);
	height: 100%;
}
#standort-map {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% + 30px);
}







/* reveal text */
.reveal-text,
.reveal-text::after {
	animation-delay: var(--animation-delay, 2s);
	animation-iteration-count: var(--iterations, 1);
	animation-duration: var(--duration, 1000ms);
	animation-fill-mode: both;
	animation-timing-function: cubic-bezier(0.0, 0.0, 0.2, 1);
}

.reveal-text {
	position: relative;
	animation-name: clip-text;
	color: #FFF;
	cursor: default;
}

.reveal-text::after {
	content: "";
	position: absolute;
	z-index: 999;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: transparent;
	transform: scaleX(0);
	transform-origin: 0 50%;
	pointer-events: none;
	animation-name: text-revealer;
}


@keyframes clip-text {
	from {
		clip-path: inset(0 100% 0 0);
	}
	to {
		clip-path: inset(0 0 0 0);
	}
}


@keyframes text-revealer {
	
	0%, 50% {
		transform-origin: 0 50%;
	}
	
	60%, 100% {
		transform-origin: 100% 50%;		
	}

	
	60% {
		transform: scaleX(1);
	}
	
	100% {
		transform: scaleX(0);
	}
}











/* Woocommerce */
#customer_details {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(100%, 100%));
}

.woocommerce form .form-row label {
	display: block;
	line-height: inherit;
	/*width: 100%;*/
}

.woocommerce form .form-row .required {
	color: var(--main-link-color-hover);
}
.theme-green .woocommerce form .form-row .required {
	color: var(--theme-color-green);
}

.woocommerce .woocommerce-input-wrapper {
	width: 100%;
}

#customer_details .col-1 {
	/*margin-top: 20px;*/
	order: 2;
	padding: 0;
}
#customer_details .col-2 {
	order: 1;
	padding: 0;
}
.logged-in #customer_details .col-1 {
	margin-top: 0;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
	float: none;
	width: 100%;
	max-width: 100%;
}

.woocommerce-account .form-row,
.woocommerce-address-fields .form-row,
.woocommerce-checkout .col-1,
.woocommerce-checkout .col-2,
.woocommerce-checkout #billing_first_name_field,
.woocommerce-checkout #billing_last_name_field,
.woocommerce-checkout #billing_email_field {
	width: 100% !important;
	max-width: 100% !important;
}


#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
	padding: 1em 1em 0 !important;
}


.content-block .woocommerce p a {
	border: none;
	padding: inherit;
}


.woocommerce table.shop_table td {
	font-size: 12px;
}
.woocommerce table.shop_table td.product-remove {
	font-size: inherit;
}


.empty-cart-panel .wc-backward,
#payment button[type="submit"] {
	background: var(--main-link-color-hover);
	font-size: 1.25em;
	margin-top: 30px;
	width: 100%;
	height: 60px;
}
.theme-green #payment button[type="submit"] {
	background: var(--theme-color-green);
}

.empty-cart-panel .wc-backward {
	margin-top: 40px !important;
	margin-bottom: 40px !important;
	text-align: right;
}






.woocommerce .cart-table {
	display: table;
	width: 100%;
}
.woocommerce .cart-table-item {
	display: table-cell;
}
.woocommerce .cart-table-item:first-of-type {
	padding-right: 20px;
}


.checkout {
	display: table;
}

#customer_details {
    display: table-cell !important;
    padding-right: 30px;
    width: 50%;
}
#order_review {
	display: table;
	width: 100%;
}

#order_review_heading {
	margin-top: 2px;
}

.woocommerce-additional-fields {
	padding-top: 30px;
}
.pos-col .woocommerce-additional-fields {
	padding-top: 0;
	padding-bottom: 30px;
}





@media only screen and (max-width: 666px) {
	.woocommerce .cart-table-item {
		display: table-row;
	}
	#customer_details {
		display: table-row !important;
    	padding-right: 0;
    	width: 100%;
	}
	#order_review_heading {
		margin-top: 50px;
	}
}

.woocommerce .cart-table-item .cart-collaterals .cart_totals {
	float: none;
    width: 100%;
}
.woocommerce .cart-table-item .cart-collaterals .cart_totals h2 {
	margin-bottom: 11px;
}

.woocommerce table.shop_table td .includes_tax,
.woocommerce .cart-table-item .cart-collaterals .cart_totals .includes_tax {
	display: block;
}






















/* lity video player */
.lity {
	/*background-color: rgba(228, 225, 220, 0.9);*/
	background-color: rgba(0, 0, 0, 0.9);
	z-index: 99999;
}

.lity-close {
	font-size: 45px !important;
	text-shadow: none !important;
	left: 0;
	right: auto;
	width: 45px;
    height: 45px;
}

.lity-iframe-container iframe {
	box-shadow: none !important;
}

.lity-container {
    width: 100%;
}

.lity-image img {
    margin: 0 auto;
}



.lity-close/*,
.pswp__button--close*/ {
	display: none !important;
}



/* Photoswipe */
.pswp {
	z-index: 10001;
}
.pswp__bg {
	background: rgba(228, 225, 220, 0.9) !important;
	opacity: 1 !important;
}
.pswp__top-bar,
.pswp__caption,
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption,
.pswp__img--placeholder--blank {
	background-color: transparent !important;
}
.pswp__img {
	object-fit: cover;
    font-family: 'object-fit: cover;';
}
.pswp__caption__center {
	text-align: center;
}



















/* Bootstrap */
.modal {
	z-index: 10000;
}

.modal-backdrop {
	background-color: #fff;
}
.modal-backdrop.show {
    opacity: 0.9;
}

.modal-body {
	min-height: 200px;
}

.modal-close {
	display: block;
	font-size: 20px;
	stroke-width: 2px;
	fill: transparent;
	padding: 20px;
	position: absolute;
	top: -10px;
	right: 15px;
	vertical-align: baseline;
	width: 1em;
	height: 1em;
	z-index: 999;
}

.modal-rotate {
	display: block;
	display: none;

	padding: 20px;
	position: absolute;
    top: -10px;
    left: 0;
	z-index: 999;
}
.modal-rotate span {
	font-size: 23px;
	margin-left: -8px;
}

#checkinModal .modal-body.rotate .checkin-message {
	transform: rotate(-90deg) translate(0, 0);
    width: calc(100% - 40px);
}



















/* Overwrite CSS */
.swiper-header .slide-description h1 {
    color: #fff;
    font-family: 'VollkornRegular', serif;
    font-size: 48px;
    margin-bottom: 20px;
    padding-top: 80px;

}
h2 {
    font-family: 'VollkornRegular', serif;
    font-size: 38px;
    margin-bottom: 0;
    color: #000;
    line-height: 115%;
    font-weight: 400;
}
h3 {
    font-family: 'VollkornRegular', serif;
    font-size: 1.5em;
}
h4 {
    font-family: 'VollkornRegular', serif;
    font-size: 20px;
    margin-top: 40px;
    color: #636363;
}
.scrollToTop {
    background-color: #0a375e;
    background-image: url(assets/img/the-weekend-w-signet-b.svg);
    background-size: 30px;
    background-position: center;
    background-repeat: no-repeat;
    /* border: 1px solid var(--main-link-color-active); */
    border: none;
    box-shadow: none;
    outline: 0 !important;
    display: none;
    padding: 30px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1002;
    border-radius: 999px;
}

.theme-green .scrollToTop {
    background-color: #004225;
}

.wp-block-image.alignfull .container-row {
    padding: 32px;
}

.logo-link {
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
.logo-link.logo-small {
    max-width: 100px;
    height: 90px;
}
.swiper-header-wrapper .swiper-pagination {
    bottom: 30px;
}
.swiper-header-wrapper .swiper-button-prev.header-navigation-prev,
.swiper-header-wrapper .swiper-button-next.header-navigation-next {
    display: none!important;
}
.swiper-header .slide-description p {
    margin: 0 auto;
    max-width: 500px;
    font-size: 18px;
}
.box-countdown .col-left h2 {
    font-size: 28px;
    font-weight: normal;
}
.countdown li span.count {
    font-family: serif;
    font-size: 42px;
    margin-top: -12px;
}
.countdown li span.countdown-label {
    font-size: 14px;
    margin-top: -10px;
}
.content-block .text-box-center {
    color: #000;
    padding: 90px 80px 90px 10px;
}


.block-slider .text-box-center {
    padding: 90px 80px 90px 0;
}

.content-block p a {
    padding: 10px 20px;
    border-radius: 6px;
}
.content-block p a:hover {
    background-color: rgb(7, 41, 69);
}
.text-box-editor {
    padding: 0 160px;
}
.swiper-timetable .col p img {
    position: relative;
    max-width: 40%;
}
/* ZITATE */
.swiper-container.swiper-carousel-slider-front.swiper-container-horizontal {
    padding: 50px 0;
}
#Zitate h3 {
    font-family: 'VollkornRegular', serif;
    font-size: 32px;
    max-width: 80%!important;
}
#Zitate .swiper-pagination {
    display: none;
}
/* VIDEO */
.content-block.full-video img.bg {
    z-index: -1;
    filter: grayscale(30%) brightness(70%)!important;
}
.content-block.full-video:before {
    margin: 10px 27px;
    width: calc(100% - 55px);
    height: calc(100% - 20px);
}
/* IMPRESSIONEN */
.gallery-grid > figure {
    filter: grayscale(0%) brightness(100%) contrast(100%);
    transition: all 1s ease;
}
.gallery-grid > figure:hover {
    filter: grayscale(50%) brightness(100%) contrast(100%);
    transition: all 1s ease;
}
/* INFORMATIONEN */
div#Informationen .text-box-center {
    color: #fff!important;
}
#Informationen h3 {
    margin-bottom: 0;
}
#Informationen h2 {
    color: #fff!important;
}
#Informationen .col-left a {
    color: #fff!important;
}
#Informationen .col-left p {
    margin-bottom: 25px;

}
.content-block.image-list .row .col .row {
    padding: 0px 50px 100px;
}
#Veranstaltungen h2 {
    margin-bottom: 25px!important;
}
#Veranstaltungen .swiper-slide {
    padding: 0 100px;
}
#Veranstaltungen span {
    color: #0a375e!important;
}
.footer-logo {
    width: 120px;
    margin: 0 5px 6px;
}
.footer-form img.bg {
    opacity: 0.05;
}
.footer-form-adresse .footer-social-list li a {
    width: 40px;
    height: 40px;
}
.footer-form-adresse .footer-social-list li a i {
    font-size: 18px;
    padding-top: 6px;
}
/* TIMETABLE */
.swiper-timetable .swiper-slide .row img.bg {
    top: 0%;
}
.swiper-timetable .slide-description h2 {
    font-size: 105px;
    margin-bottom: -5px;
}
.swiper-timetable .col-bottom {
    margin-top: 50px;
}
.swiper-timetable h3 {
    font-size: 38px;
}
/* NEWSLETTER */
.newsletter-button {
    background-color: #f17f00;
}
/* GLANZLICHTER */
.block-slider .text-box-center {
    padding-top: 0px !important;
}

/* FOOTER */
.theme-green .footer-form {
    background-color: #004225;
}
.theme-green .footer-form-adresse {
    background: #01331d;
    padding: 35px 40px 35px;
}
.theme-green .footer {
    background-color: #01331d;
}

.theme-green .footer-nav ul li a:hover {
    color: #09a25f;
}
.theme-green .wpcf7-form .wpcf7-form-control {
    border-bottom: 1px solid #fff !important;
}
.theme-green .content-block p a:hover,
.theme-green .wpcf7-form .wpcf7-submit:hover,
.theme-green .wpcf7-form .wpcf7-submit:focus {
    background-color: rgb(0, 60, 33) !important;
}




























































/*------------------------------------*\
	RESPONSIVE
\*------------------------------------*/
@media only screen and (min-width: 1280px) {
	.gallery-grid > figure {
    	flex-basis: content !important;
	}
}
@media only screen and (max-width: 1280px) {
	
	.content-block-standard {
		padding: 0 15px;
		/*padding: 0 0;*/
	}
	.footer-form .container-row {
		padding: 0 35px !important;
	}


	.swiper-header .slide-description h1 {
		font-size: 38px;
		padding-top: 40px;
	}

	
    .wp-block-image.alignfull .container-row {
        padding: 0 75px;
    }
    .content-block .text-box-center {
        padding: 90px 40px 90px 0px;
    }
    .wp-block-image.alignfull .container-row {
        padding: 0 42px;
    }
    #Veranstaltungen .swiper-slide {
        padding: 0 50px;
    }

}
@media only screen and (max-width: 1140px) {

}
@media only screen and (max-width: 1024px) {
	body {
		font-size: 16px;
	}
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min-resolution: 144dpi) {
}

@media only screen and (max-width: 768px) {



	input[type="checkbox"]:checked::after {
		left: -1px;
	}

	.m-block {
		display: block;
	}

	.mobile-order {
		order: 2;
	}
	
	.wp-block-column {
		flex-basis: 100%;
		width: 100%;
	}
	.wp-block-column:not(:first-child) {
    	margin-left: 0;
    	padding-left: 0;
	}
	.wp-block-column:not(:last-child) {
		margin-right: 0 !important;
	}

	.row-margin .col:nth-child(1n+1) {
		padding-top: 20px;
		padding-left: 0;
	}

	.logo-link {
		max-width: 84px;
		height: 80px;
	}
	.logo-link.logo-small {
		max-width: 64px;
		height: 60px;
	}

	.header {
		height: auto;
	}

	.header .nav-mobile {
		display: block;
		position: absolute;
		right: 0;
	}
	.header .nav {
		display: none;
		/*padding: 0 20px 50px;
		position: relative !important;
		top: 0 !important;*/
		left: 0;
		right: auto;
	}
	.header .nav ul {
		padding-left: 0;
	}
	.header .nav ul li {
    	display: block;
    	/*padding: 5px 0;*/
	}
	.header .nav ul li a {
		display: block;
    	width: 100%;
	}
	.header .nav ul li:last-of-type {
		margin-left: 0;
	}
	.header .nav ul li.border-radius {
		margin-left: auto;
	}
	.header .nav ul li.current-menu-parent a {
		border-bottom: none;
	}
	.header .nav ul li ul.sub-menu {
		background-color: transparent;
		box-shadow: none;
		box-shadow: inset 0 1px 4px rgba(0,0,0,0.1);
		display: block;
		margin-top: 0;
		padding-top: 0;
		position: relative;
	}
	.header .nav ul li ul.sub-menu li {
		border-bottom: none;
		color: var(--footer-link-color);
		display: list-item;
		list-style-position: inside;
    	padding: 10px 0 5px 5px;
	}
	.header .nav ul li ul.sub-menu li a {
		display: inline-block;
		width: auto;
	}
	.header .nav .separator {
		display: none;
	}

	.header .nav-right {
		top: 15px;
		right: 32px;
	}

	.header .nav-right ul li {
		width: 60px;
	}

	.header .nav-right ul li a span {
		display: none;
		
		/*padding: 10px 10px;
		top: 20px;
		right: 20px;*/
	}
	
	.header .nav-right .tickets-icon i {
		display: block;
		position: relative;
		top: -1px;
	}

	.header .nav-right ul li a {
		border: none !important;
	}

	.footer-nav {
		text-align: left;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 30px;
    	left: 0;
		right: auto;
	}
	.footer-copyright {
		float: none;
		left: 0;
	}

	.footer-form .container-row {
		padding: 0 35px !important;
	}




	.swiper-header .slide-description h1 {
		font-size: 20px !important;
		line-height: 110%;
		margin-bottom: 10px;
		padding-top: 20px;
	}
	.swiper-header .slide-description p {
		font-size: 16px;
	}


	.wpcf7-form .row .col-left {
		padding-right: 0px !important;
	}


	.form-captcha {
		background: transparent;
	}

	.wpcf7-form .form-captcha .wpcf7-captchac {
		min-height: 25px;
	}
	
	.wp-block-columns {
		padding: 0;
	}

	.wp-block-image .alignleft {
		width: 100%;
	}
	.wp-block-image img {
		margin-bottom: 0;
		bottom: 0;
	}

	.wp-block-image .swiper-slide img {
		margin-bottom: 20px;
	}

	.content-block.box-gallery-filter {
    	padding: 40px 5px 5px;
	}
	.content-block.text-box-2 .col-right .text-box-center {
		padding-left: 10px;
	}

	.content-block .text-box-editor {
		padding: 0;
	}

	.content-block-standard {
		padding: 0 13px;
	}

	.content-block.full-video:before {
		margin: 15px 26px !important;
		width: calc(100% - 52px) !important;
    	height: calc(100% - 30px) !important;
	}
	/*
	.content-block.carousel-slider .container-row {
		padding: 0 10px !important;
	}
	*/

	.category-filter {
		margin: 30px 10px 40px;
	}
	.category-filter ul li a {
		padding: 10px 8px;
	}


	.swiper-container.swiper-carousel-slider-front img.bg {
		padding: 10px 10px 50px;
		top: 10px;
		width: 120%;
		height: 120%;
	}

	.swiper-container.swiper-carousel-slider-front .text-box-center h3 {
		font-size: 24px !important;
	}

	.swiper-container.swiper-carousel-slider-front .swiper-slide {
		padding: 0 !important;
	}

	.swiper-pagination.carousel-pagination {
		display: block;
	}

	/*
	.scrollToTop {
		bottom: 125px;
	}
	*/

	/* hide seconds */
	.countdown li:last-of-type {
		display: none;
	}


	.footer-form-adresse {
		margin: 0;
		padding: 25px 20px 25px;
		max-width: 100%;
	}

	.footer-form .col-left {
		order: 1;
	}

	.object-fit-contain img.bg.bg-top {
		object-fit: cover !important;
		object-position: left;
	}


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



	.swiper-timetable {
		padding: 40px 20px;
	}
	.swiper-overlayer {
		width: 20px;
	}
	.swiper-timetable .swiper-slide {
		padding: 0 0;
	}
	.swiper-timetable .swiper-slide .col-bottom {
		margin-top: 30px;
	}
	.swiper-timetable .slide-description h2 {
		font-size: 75px !important;	
	}


	.swiper-rennwagen .swiper-slide .row {
		padding: 50px 20px 0;
	}
	.swiper-rennwagen .swiper-slide .slide-list {
		top: 0;
		height: 100%;
		min-height: 40vh;
	}
	.swiper-rennwagen .swiper-slide .slide-list h3 {
		padding: 15px 30px;
	}
	.swiper-rennwagen .swiper-slide .slide-list ul {
		padding: 10px 10px 20px 30px !important;
	}


	.newsletter-wrapper.open .newsletter-inner {
		overflow: auto;
		width: 100%;
		max-width: 100%;
	}
	.newsletter-wrapper,
	.newsletter-wrapper.fullheight  {
		top: 0;
		height: 100vh;
		max-height: 100vh;
	}
	.newsletter-wrapper.open,
	.newsletter-wrapper.open.fullheight {
		pointer-events: auto;
	}
	.newsletter-inner {
		top: 0;
		transform: none;
	}
	.newsletter-wrapper .newsletter-form {
		padding-top: 80px;
		padding-left: 34px;
    	padding-right: 34px;
		min-height: calc(100vh - 20px);
		min-width: 320px;
	}
	.newsletter-wrapper.newsletter-page,
	.newsletter-wrapper.newsletter-page .newsletter-form {
		height: auto;
		min-height: auto;
		max-height: 100%;
	}
	.newsletter-wrapper .newsletter-form:after {
		display: none;
	}
	.newsletter-button {
		top: 40%;
	}
	.newsletter-button:hover {
		color: #fff !important;
	}
	
	.newsletter-close {
		display: block;
	}

	.newsletter-wrapper.open .newsletter-button {
		display: none;
	}
	.newsletter-wrapper .newsletter-form label em {
		margin-top: 0;
	}
	.newsletter-wrapper .newsletter-form .form-collapsed h3 {
		font-size: 16px;
    	padding-right: 40px;
	}

	.newsletter-wrapper .newsletter-form .form-check-inline .form-check-input#agreement::before {
		margin-top: -4px;
    	margin-left: -9px;
	}

	.newsletter-wrapper .newsletter-form .form-check-inline .form-check-input#agreement::after {
		left: -4px;
	}



	



    .content-block .text-box-center {
        padding: 50px 0 50px;
    }
    #Zitate h3 {
        font-size: 36px;
        max-width: 100%!important;
    }
    .mobile-order {
        order: 0;
    }
    #Veranstaltungen .swiper-slide {
        padding: 0 10px;
    }














	
	.woocommerce-terms-and-conditions h2 {
		font-size: 14px !important;
		margin-bottom: 0;
	}
	.woocommerce-terms-and-conditions h3 {
		font-size: 12px !important;
	}

	#add_payment_method #payment ul.payment_methods,
	.woocommerce-cart #payment ul.payment_methods,
	.woocommerce-checkout #payment ul.payment_methods {
		padding: 0 !important;
	}

	.woocommerce-validated input[type="checkbox"]:checked::before,
	.woocommerce-validated input[type="checkbox"]::before {
    	margin-left: -6px;
	}
	/*
	.woocommerce-terms-and-conditions-wrapper .woocommerce-validated input[type="checkbox"]:checked::before,
	.woocommerce-terms-and-conditions-wrapper .woocommerce-validated input[type="checkbox"]::before {
		margin-left: -11px;
	}
	*/

	#add_payment_method #payment div.form-row,
	.woocommerce-cart #payment div.form-row,
	.woocommerce-checkout #payment div.form-row {
		padding: 0 !important;
	}

	#wc-stripe-payment-request-button-separator {
		margin-top: 10px !important;
		margin-bottom: 10px !important;
	}

	.woocommerce input,
	.woocommerce input:focus,
	.woocommerce input:hover {
		left: 4px;
	}

	.payment_box {
		font-size: 14px !important;
	}


	.woocommerce table.shop_table {
		font-size: 12px;
	}
	.woocommerce table.shop_table th {
		width: 60%;
	}


	.woocommerce table.shop_table tbody th,
	.woocommerce table.shop_table tfoot td,
	.woocommerce table.shop_table tfoot th {
		vertical-align: top;
	}


	.shop_table .order-total td strong {
		display: block;
	}


	.woocommerce-form-login .form-row-first,
	.woocommerce-form-login .form-row-last {
		width: 100% !important;
	}


	.pos-col .product-quantity .input-text.qty {
		font-size: inherit !important;
	}

	.pos-col .wcpt-button-plus,
	.pos-col .wcpt-button-minus {
		margin-top: 0;
	}

	.pos-col a.wcpt-button.wcpt-button-cart_ajax {
		padding-bottom: 6px !important;
		right: 0;
	}
	.pos-col .wcpt-icon>svg {
    	top: -2px;
    	transform: scale(1.1);
	}

	.pos-col .wcpt-product-type-variable .wcpt-cell-val:first-of-type div.wcpt-item-row:first-of-type {
		left: 0;
	}




	input[type="checkbox"]::before {
		margin-top: -4px;
		margin-left: -9px;
	}










	/* Product Tables */
	.wcpt {
		margin-top: -20px;
	}

	.wcpt,
	.wcpt-table-scroll-wrapper-outer,
	.wcpt-table-scroll-wrapper,
	.wcpt-device-view-loading-icon {
		min-height: 200px;
	}
	.wcpt-device-view-loading-icon svg {
		top: 25%;
	}
	
	.wcpt-filter .wcpt-option input[type=checkbox] {
		top: 3px;
	}

	.wcpt-modal input[type=checkbox] {
		position: relative;
		top: 3px;
		left: 3px;
	}

	input[type=radio].wcpt-variation-radio {
    	margin-right: 6px;
    	top: 2px;
	}
	.wcpt-button-cart_ajax {
		padding-bottom: 9px !important;
	}

	.wcpt-table .quantity:not(:last-child) {
		margin-right: 0 !important;
	}

	.wcpt-table a.wcpt-button:last-child,
	.wcpt-table a.wcpt-link_button:last-child {
		margin-left: 0 !important;
	}


	.wptf_row {
		border: 0 !important;
		border-bottom: 1px solid #eee !important;
	}
	.wptf_row:last-of-type {
		border-bottom: 0 !important;
	}

	.wptf_thumbnails img {
		max-width: 100%;
	}

	.wptf_description {
		display: block !important;
	}

	.wptf_action {
		padding-right: inherit !important;
	}
	.wptf_woo_add_cart_button {
		float: none;
		margin-left: -8px !important;
	}


	table#wptf_table.wptf_product_table td {
		margin-left: -4px;
		padding-left: 0 !important;
	}

	table#wptf_table.wptf_product_table td.wptf_action {
		margin-left: -1px;
	}
	table#wptf_table.wptf_product_table td.wptf_action .wptf_variation_product {
		margin-left: -6px;
	}

	table#wptf_table.wptf_product_table td.wptf_quantity,
	table#wptf_table.wptf_product_table td.wptf_total {
		margin-left: -1px;
	}

	.wcpt-product-image-wrapper {
		margin-bottom: 10px;
	}

	.wcpt-price {
		margin-bottom: 10px;
	}

	.wcpt-cell-val {
		width: 100%;
	}
	.wcpt-description {
		margin-top: 20px;
	}
	table.wcpt-table a.wcpt-button {
    	top: 0;
	}
	.wcpt-table span.wcpt-button-label .wcpt-icon:first-child {
		position: relative;
		top: 0;
	}

	.wcpt-table tr td.wcpt-cell:last-of-type {
		padding-right: 0 !important;
	}

	.woocommerce a.remove {
		line-height: 16px;
	}

	.woocommerce ul.order_details li {
		border-right: none;
	}

	.post-password-form label {
		width: 100%;
	}

	.pos-col .wcpt-html {
		margin-left: -68px;
	}

}
/* END 768px */

@media only screen and (max-width: 781px) {
	.col-md-7 {
		flex: 50% !important;
	}
}


@media only screen and (max-width: 700px) {
	.wcpt-table .wcpt-cell {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

@media only screen and (max-width: 576px) {

	#main {
		padding: 0 10px 10px;
	}

	.header .nav-mobile a svg {
		left: 20px;
	}
	.header .nav-mobile .admin-tickets {
		left: 65px;
	}

	article ul {
		padding-left: 0 !important;
	}
	
	.row-margin .col {
		padding-top: 20px;
		padding-left: 0;
		padding-right: 0;
	}
	.row-margin .col:first-of-type {
		padding-top: 0;
	}

	.col-sidebar {
		order: 2;
		padding-left: 0 !important;
		position: relative;
		top: 30px;
	}
	.col-content {
		padding-left: 0 !important;
		padding-right: 20px !important;
	}

	.content-block .text-box-center,
	.content-block.text-box-2 .col-right .text-box-center {
		padding: 50px 0 60px;
	}

	.wp-block-image.alignfull img.bg.contain {
		top: -15%;
		left: 0;
		width: 100%;
		min-height: 350px;
	}

	.box-countdown {
		/*min-height: 150px !important;*/
		min-height: 75px !important;
	}
	.body-countdown .swiper-header-wrapper {
		/*height: calc(100vh - 150px);*/
		height: calc(100vh - 150px);
		height: calc(100vh - 175px);
	}

	.box-countdown .row .col {
		height: 70px;	
	}
	.box-countdown .row .col.col-left {
		/**/
		height: 0;
	}
	.box-countdown .col-left h2 {
		display: block;
		text-align: center;
		height: auto;
		transform: translate(0,20%);
	}
	.countdown li:first-of-type {
		border-left: 0;
	}
	.countdown li span.count {
		font-size: 32px;
	}
	
	/*
	.content-block.full-video:before {
		margin: 10px 20px;
		width: calc(100% - 40px);
    	height: calc(100% - 20px);
	}
	*/

	/*
	.swiper-container.swiper-carousel-slider-front p:first-of-type {
		display: none;
	}
	*/
}

@media only screen and (max-width: 480px) {
	/*.footer-nav ul li {
		padding: 5px 4px 5px 0;
	}*/

	h2 {
		font-size: 28px;
    	margin-bottom: 35px;
	}

	.countdown li span.count {
		font-size: 25px;
	}
	.countdown li span.countdown-label {
		font-size: 12px;
		margin-top: -5px;
	}
	.box-countdown .col-left h2 {
		font-size: 25px;
		transform: translate(0,50%);
	}
}

@media only screen and (max-width: 320px) {

	/*.logo-wrapper .logo-link {
		max-width: 104px;
		height: 100px;
	}*/
	.header .nav-mobile {
		width: 80px;
	}
	.header .nav-mobile a img {
		transform: scale(1);
	}

	.swiper-header .slide-description p:first-of-type {
		display: none;
	}


	.category-filter ul li a {
		padding: 2px 8px;
	}
}

@media (max-width: 768px) and (orientation: landscape) {
	
	/*.logo-link {
    	max-width: 94px;
    	height: 90px;
	}*/

	.swiper-header .slide-description h1 {
		margin-bottom: 0;
	}

	.body-countdown .swiper-header-wrapper {
		height: calc(100vh - 20px);
	}

	.header .nav .nav-vertical-middle {
		justify-content: inherit;
		padding: 50px 0 50px;
	}

	.lity-close,
	.pswp__button--close {
		display: block !important;
	}
	

	.swiper-header-wrapper .swiper-pagination {
		bottom: 10px !important;
	}

	.swiper-timetable {
		padding: 40px 80px;
	}
	.swiper-overlayer {
		width: 80px;
	}
	.swiper-timetable .swiper-slide {
		overflow: auto;
	}
	.swiper-timetable .slide-description h2 {
		margin-top: 10px;
    	margin-bottom: 0 !important;
		font-size: 45px !important;	
	}

	.newsletter-button {
		top: 32%;
	}


	.pos-col .wcpt-product-type-variable .wcpt-cell-val:first-of-type {
		top: 0;
	}
}

@media (max-width: 768px) and (orientation: portrait) {
	.header .nav .nav-vertical-middle {
		padding: 75px 0 50px;
	}

	.post-password-form label {
		width: 100%;
	}
	.post-password-form input[type="submit"] {
		margin-top: 0;
	}


	.pos-col .wcpt-product-type-variable .wcpt-cell-val:first-of-type {
		top: -60px;
	}

	/*
	#checkinModal .modal-content {
		transform: translate(0, 50%);
	}
	*/

	/*	
	#printModal .modal-content,
	#checkinModal .modal-content {
		height: calc(100vh - 10px);
	}
	*/
	#checkinModal .modal-body.rotate .checkin-message {
		width: 100%;
    	height: 50%;
	}
}

@media (max-width: 667px) and (orientation: portrait) {


	.pos-col .wcpt-product-type-variable .wcpt-cell-val:first-of-type {
		top: 0;
	}
}


/*------------------------------------*\
	MISC
\*------------------------------------*/

::selection {
	background: var(--footer-link-color);
	color: #999;
	text-shadow: none;
}
::-webkit-selection {
	background: var(--footer-link-color);
	color: #999;
	text-shadow: none;
}
::-moz-selection {
	background: var(--footer-link-color);
	color: #999;
	text-shadow: none;
}

/*------------------------------------*\
	PRINT
\*------------------------------------*/

@media print {
	* {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}
	pre,blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 0.5cm;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
}












