/* ##
CYBOX TICKETS - BASE CSS
## */
/* reset */  html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { 	margin: 0; 	padding: 0; 	border: 0; 	outline: 0; 	font-size: 100%; 	vertical-align: baseline; 	background: transparent; } body { 	line-height: 1; } ol, ul { 	list-style: none; } blockquote, q { 	quotes: none; } blockquote:before, blockquote:after, q:before, q:after { 	content: ''; 	content: none; }  /* remember to define focus styles! */ :focus { 	outline: 0; }  /* remember to highlight inserts somehow! */ ins { 	text-decoration: none; } del { 	text-decoration: line-through; }  /* tables still need 'cellspacing="0"' in the markup */ table { 	border-collapse: collapse; 	border-spacing: 0; }
/* clearfix  */   .cf:before, .cf:after {     content: " "; /* 1 */     display: table; /* 2 */ }  .cf:after {     clear: both; }  /**  * For IE 6/7 only  * Include this rule to trigger hasLayout and contain floats.  */ .cf {     *zoom: 1; }

body,
html {
	height: 100%;
}
#wrapper {
	width: 100%;
	/* max-width: 1000px; */
	margin: 0 auto;
	min-height: 100%;
	position: relative;
}


/* Header ticketshop */
#wrapper #header {
	text-align: center;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9;
	height: 60px;
	line-height: 60px;
	box-sizing: border-box;
}
#wrapper #header .tools {
	position: absolute;
	height: 40px;
}
#wrapper #header .tools.left {
	left: 0.5em;
	top: 15px;
}
#wrapper #header .tools.right {
	right: 0.5em;
	top: 15px;
}

#wrapper #header .tools a {
	display: block;
	width: auto;
	height: 30px;
	line-height: 30px;
	background-size: 16px 16px;
	background-position: 10px 50%;
	background-repeat: no-repeat;
	overflow: hidden;
	color: #000;
	cursor: pointer;
	padding-left: 35px;
	padding-right: 10px;
	font-size: .6em;
}
#wrapper #header .tools a:hover {
	text-decoration: none;
}
@media screen and (max-width: 1100px) {
	#wrapper #header {
		text-align: left;
	}
	#wrapper #header h1 {
		padding-left: 20px;
	}
	#wrapper #header .tools a {
		padding-left: 10px;
		background-image: none!important;
	}
}


/* Holds all content */
#ticket {
	max-width: 600px;
	margin: 0 auto;
	margin-top: 100px;
	margin-bottom: 60px;
	background: #fff;
	position: relative;
	box-shadow: 0px 0px 24px rgba(160,160,160,0.2);
}


/* Tickets ticketshop  */
#wrapper #listing {
	padding-top: 0px;
	padding-bottom: 30px;
}
#wrapper #listing .single-ticket {
	padding: 30px;
	padding-bottom: 20px;
	position: relative;
	clear: both;
}
#wrapper #listing .single-ticket .cover {
	float: left;
	width: 120px;
	margin-right: 1.8em;
}
#wrapper #listing .single-ticket .cover img {
	display: block;
	width: 100%;
	border-radius: 3px;
}
#wrapper #listing .single-ticket .title {
	font-weight: bold;
}
#wrapper #listing .single-ticket .title,
#wrapper #listing .single-ticket .date {
	font-size: 1.2em;
	line-height: 1.2;
}
#wrapper #listing .single-ticket .details {
	font-size: 0.9em;
	padding-top: 18px;
}
#wrapper #listing .single-ticket .details .detail {
	display: inline-block;
	margin-right: 1em;
	background-size: 10px 10px;
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 15px;
	font-family: "Roboto";
}
#wrapper #listing .single-ticket .actions {
	margin-top: 25px;
}
#wrapper #listing .single-ticket .actions .actions-set {
	display: inline-block; 
	padding: 12px 15px;
	padding-bottom: 8px;
	box-sizing: border-box;
	margin-right: 10px;
	font-size: 1em;
}
#wrapper #listing .single-ticket .actions .actions-set span.type-title {
	display: block;
	font-weight: bold;
	margin-bottom: .8em;
	font-size: 1em;
	font-family: "Roboto";
}
#wrapper #listing .single-ticket .actions .actions-set span.type-title span {
	font-weight: normal;
}
#wrapper #listing .single-ticket .actions .actions-set input {
	width:23px;
	text-align: center;
	border: 0;
	background: transparent;
	font-size: 1.3em;
	line-height: .5;
	font-family: "Roboto";
	font-weight: bold;
	pointer-events: none;
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px);
}
#wrapper #listing .single-ticket .actions .actions-set span.control {
	font-size: 1.2em;
	display: inline-block;
	border-radius: 30px;
	width: 30px;
	height: 30px;
	text-align: center;
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
	cursor: pointer;
	font-family: "Roboto";
	font-weight: bold;	
	line-height: 32px;
}
#wrapper #listing .single-ticket .actions .actions-set div.total {
	display: inline-block;
	font-size: 1.2em;
	font-family: "Roboto";
	font-weight: bold;
	margin-left: .5em;
	position: relative;	
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);		
}
#wrapper #listing .single-ticket .actions .actions-set div.total.has-note {
	-webkit-transform: translateY(-12px);
	transform: translateY(-12px);	
}
#wrapper #listing .single-ticket .actions .actions-set div.total span.note {
	font-size: 12px;
	font-weight: 400;
	margin-left: 5px;
	position: absolute;
	left: 0;
	bottom: -15px;	
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#wrapper #listing .single-ticket .actions button {
	display: inline-block;
	border: 0;
	border-radius: 3px;
	padding: 10px 20px;
	font-size: 1.3em;
	font-weight: bold;
	font-family: inherit;
	cursor: pointer;
	float: right;
	width: 200px;
	position: absolute;
	right: 1em;
	bottom: 1em;
}
/* soldout / geannuleerd */
#wrapper #listing .single-ticket.sold-out .actions {
	opacity: 0.2;
	pointer-events: none;
}


/* Continue to gegevens button */
input#continuebtn {
	display: block;
	border: 0;
	border-radius: 3px;
	padding: 15px 20px;
	font-size: 1em;
	font-weight: bold;
	font-family: inherit;
	cursor: pointer;
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px);
	width: 330px;
	margin: 0 auto;
	margin-top: 1.5em;
	text-transform: uppercase;
}


/* Single ticket > more info (text and media) */
#wrapper #listing .single-ticket .event-information {
	margin: 1em 0;
	font-size: 0.9em;
	font-family: "Roboto";
}

#wrapper #listing .single-ticket .event-information .description {
	padding: 18px; padding-bottom: 30px;
	max-height: 350px;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	transition: all 300ms;
	color: #666;
}

#wrapper #listing .single-ticket .event-information .description.havens{
	max-height: unset!important;
}

#wrapper #listing .single-ticket .event-information .description img {
	display: block;
	width: 100%;

}
#wrapper #listing .single-ticket .event-information.active .description {
	max-height: 999px;
}
#wrapper #listing .single-ticket .event-information .description:after {
	content: "";
	width: 100%;
	height: 90px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}
#wrapper #listing .single-ticket .event-information.active .description:after {
	opacity: 0;
	pointer-events: none;
}
#wrapper #listing .single-ticket .event-information .description .more {
	content: "lees meer";
	position: absolute;
	right: 20px;
	bottom: 20px;
	color: #333;
	z-index: 2;
	cursor: pointer;
	background: #fff;
	padding: 10px;
	line-height: 1;
	font-weight: bold;
	font-family: "Karla";
	font-size: 1.2em;
	border-radius: 3px;
	text-transform: uppercase;
}
#wrapper #listing .single-ticket .event-information .media {
	margin-top: 0em;
	margin-left: -1%;
	width: 102%;
	padding: 18px;
	box-sizing: border-box;
}
#wrapper #listing .single-ticket .event-information .media a {
	display: block;
	width: 23%;
	height: 79px;
	overflow: hidden;
	float: left;
	position: relative;
	border-radius: 3px;
	margin: 1%;
}
#wrapper #listing .single-ticket .event-information .media a img {
	display: block;
	width: 100%;
	min-height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
#wrapper #listing .single-ticket .event-information .media a:nth-of-type(1),
#wrapper #listing .single-ticket .event-information .media a:nth-of-type(2) {
	display: none;
}
#wrapper #listing .single-ticket .event-information .downloadslinks {
	margin-top: 1em;
	margin-bottom: 1.5em;
}
#wrapper #listing .single-ticket .event-information .downloadslinks a {
	display: block;
	padding-left: 15px;
	margin-right: 1em;
	background-size: 10px 10px;
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 15px;
	font-family: "Roboto";
	width: 200px;
}


/* Totaalprijs */
#totaal {
	padding: 1em 1.6em;	
	margin-top: -1em;
	font-size: 1.3em;
	line-height: 1.4;
}

#totaal #serviceprice {
	font-size: 0.6em;
	padding: 5px 0;
	display: inline-block;
	-webkit-transform: translateY(-1px);
	transform: translateY(-1px);
	margin-left: 5px;
}
#totaal #endtotal {
	display: block;
}
#totaal strong {
	font-family: "Roboto";
}


/* Gegevensformulier */
#form {
	position: relative;
	padding-bottom: 3em;
}
#form .field {
	padding: 0px 2em;
	padding-top: .6em;
	position: relative;
	max-width: 900px;
}
#form .field input,
#form .field select {
	display: block;
	padding: 10px; 
	width: 100%;
	box-sizing: border-box;
	max-width: 550px;
	font-family: inherit;
	font-size: inherit;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
	-webkit-appearance: none;
	-moz-appearance:none;
	appearance: none;
	background-color: #fff;
}
#form .field select {
	cursor: pointer;
	background-size: 13px 13px;
	background-repeat: no-repeat;
	background-position: calc(100% - 15px) 50%;
}
#form .field input[name=housenumber] {
	max-width: 100px;
}
#form .field select[name=gender] {
	max-width: 150px;
}
#form .field input[name=dob] {
	max-width: 150px;
}
#form .field select[name=bank] {
	max-width: 150px;
}
#form .field select[name=day] {
	display: inline-block;
	max-width: 70px;
}
#form .field select[name=month] {
	display: inline-block;
	max-width: 130px;
}
#form .field select[name=year] {
	display: inline-block;
	max-width: 100px;
}
#form .field.bankselect {
	padding-bottom: 1em;
	padding-top: 1.2em;
}
#form .field.checkbox span {
	display: block;
	float: left;
	max-width: 260px;
	font-size: 0.8em;
	line-height: 1.4;
	font-family: "Roboto";
}
#form .field.checkbox input[type=checkbox] {
	width: 20px; 
	height: 20px;
	margin-bottom: 1em;
	margin-right: 1em;
	display: inline-block;
	float: left;
	margin-top: 2px;
	background-color: #fff;
}
#form .field.checkbox input[type=checkbox]:checked {
	background-size: 16px 16px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
#form .field input[type=submit] {
	border-radius: 3px;
	padding: 15px 20px;
	font-size: 1.3em;
	font-weight: bold;
	font-family: inherit;
	cursor: pointer;
	-webkit-appearance: none;
	border: 0;
	text-transform: uppercase;
	width: 330px;
	margin: 0 auto;
	margin-top: 1em;
}
#form .field label.error {
	color: #fff;
	background: red;
	display: block;
	font-size: 11px;
	padding: 10px 20px;
	border-radius: 3px;
	position: relative;
	z-index: 8;
	position: absolute;
	right: 2em;
	top: 2px;
	opacity: 0.8;
	font-family: "Roboto";
}
#form .field label.error:before {
	content: "";
	width: 0; 
	height: 0; 
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent; 
	border-right: 10px solid red; 
	position: absolute;
	left: -10px;
	top: 50%;	
	margin-top: -5px;
}
#form .field.note {
	padding-top: 20px;
}
#form .field.note .note {
	background: #efefef;
	padding: 20px;
	border-radius: 3px;
}
#form .field.note u {
	border-bottom: 1px solid #000;
	text-decoration: none;
}


/* Check & betaaloverzicht */
.hidden {
	display:none;
}
#check {
	position: relative;
	padding-bottom: 3em;
	padding-top: 0em;
	margin-top: -50px; /* fix this */
	padding: 0px 2em;
}
#check #order-overview {
	background: #efefef;
	margin: 1em 0;
	border-radius: 3px;
	width: 100%;
	box-sizing: border-box;
	padding: 1em;
	text-align: left;
	font-family: "Roboto";
	font-size: 1em;	
	margin-bottom: 2em;
}
#check h3 {
	font-size: 1.5em;
	line-height: 1.2;
}
#check table {
	background: #efefef;
	margin-top: 1em;
	margin-bottom: 2em;
	border-radius: 3px;
	width: 100%;
	box-sizing: border-box;
}
#check table td {
	padding: 1em;
	text-align: left;
	font-family: "Roboto";
	font-size: 1em;
}
#check thead td {
	font-weight: bold;
}
#check table td.prices {
	/* markup */
}
#check .ordertotal td{
	border-top: 2px solid #ccc;
}
#check .gender-f,
#check .gender-m {
	display:none;
}
#check #actionbuttons input[type=button] {
	display: inline-block;
	border: 0;
	border-radius: 3px;
	padding: 15px 20px;
	font-size: 1.3em;
	font-weight: bold;
	font-family: inherit;
	cursor: pointer;
	width: auto;
	text-transform: uppercase;
	
	margin-bottom: 1.5em;
	-webkit-appearance: none;
}
#check #actionbuttons input[type=button]#edit {
	/* markup */
}
#check #actionbuttons input[type=button]#psp {
	float: right;
}


/* Status message(s) */
.statusmsg {
	padding: 2em;
	background: #fff;
	border-radius: 3px;
	margin: 10px 2em;
	position: relative;
	padding-left: 120px;
	margin-bottom: 50px;
}
.statusmsg h3 {
	font-size: 1.3em;
	line-height: 1.2;
	padding-bottom: .4em;
}
.statusmsg:before {
	content: "";
	width: 50px;
	height: 50px;
	position: absolute;
	left: 2em;
	top: 2.1em;
	background: red;
	border-radius: 50px;
	transition: all 300ms;
}



/* FAQ Pagina */
#faq {
	height: 100%;
	width: 90%;
	position: fixed;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	box-shadow: 0px 0px 30px rgba(137,137,137,0.2);
	border: 0;
	max-height: 80%;
	max-width: 650px;
	z-index: 92;
	display: none;
	background: #fff;
	overflow: hidden;
	resize: both;

}
#faq iframe {
	display: block;
	width: 100%;
	height: 100%;
	z-index: 93;
	position: absolute;
	left: 0;
	top: 0;
}
#faq-bg .close {	
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background-size: 16px 16px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	overflow: hidden;
	color: transparent;
	cursor: pointer;
	position: absolute;
	right: 12px;
	top: 15px;
	background: #fff;
	color: #000;
	text-align: center;
	line-height: 32px;
	border-radius: 30px;
	font-weight: bold;
	font-size: 1em;

	background-size: 16px 16px;
	background-position: 50% 50%;
	background-repeat: no-repeat;	
}
#faq-bg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(194,194,194,0.9);
	z-index: 91;
	display: none;
}
body#page4 #header,
body#page5 #header,
body#page7 #header {
	display: none;
}
body#page4 #ticket,
body#page4 #ticket {
	margin-top: 0px;
	margin-bottom: 0;
	max-width: 100%;
}
.page_content {
	padding: 50px;
	font-size: 1em;
	max-width: 700px;
	margin: 0 auto;
	background: #fff;
	font-family: "Roboto";
}
.page_content h1 {
	font-size: 1.7em;
	line-height: 1;
	margin-top: 0;
	padding-bottom: 1em;
	font-family: "Karla";
	font-weight: bold;
}
.page_content h2 {
	font-size: 1.3em;
	line-height: 1.2;
	padding-top: .5em;
	padding-bottom: .5em;
	font-weight: bold;
	color: #666;
	font-family: "Karla";
}
.page_content a {
	color: #666;
}
.page_content ul  {
	margin: 0 1em;
}
.page_content ul li {
	list-style-type: disc;
}


/* Homepage */
#home {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url('../images/home.jpg');
	background-size: cover;
}
#home .home-text {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 90%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);	
	color: #fff;
	font-size: 1.2em;
	text-align: center;
}
#home .home-text a {
	color: #ccc;
	display: inline-block;
	margin-left: 1em;
	background: #eee;
	padding: 10px 15px;
	border-radius: 3px;
	margin-top: 2em;
	color: #666;
	text-decoration: none;
}
#home .home-text a:hover {
	background: #ccc;
	color: #666;
	text-decoration: none;
}
#home h1 {
	font-size: 2em;
	color: #fff;
	padding-bottom: .5em;
}
#home .home-text .intro {
	max-width: 600px;
	margin: 0 auto;
}


/* image in background */
#backdrop {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 600px;
	background: rgba(0,0,0,0.5);
	z-index: -1;
	overflow: hidden;
}
#backdrop .backdrop-holder {
	position: relative;
/*	-webkit-transform: translateY(-40%);
	transform: translateY(-40%);*/
	transition: all 300ms;
}
#backdrop.fx .backdrop-holder {
	/*-webkit-transform: translateY(-40%);
	transform: translateY(-40%);	*/

	transform: scale(1.2);
}
#backdrop .backdrop-holder img {
	display: block;
	min-width: 100%;
	min-height: 100%;
}



/* Media queries */
@media screen and (max-width: 600px) {

	#ticket {
		margin-top: 60px;
		margin-bottom: 0px;
	}


	#wrapper #listing .single-ticket .cover {
		width: 100%;
		margin-bottom: 1em;
		margin-right: 0;
	}	
	#wrapper #listing .single-ticket .actions button  {
		margin-left: 0;
		margin-top: 1em;
		width: 100%;
		display: block;
		-webkit-transform: none;
		transform: none;
		position: relative;
		right: auto; bottom: auto;
	}
	#wrapper #listing .single-ticket .actions button,
	input#continuebtn,
	#check #actionbuttons input[type=button],
	#form .field input[type=submit] {
		font-size: 16px;
	}
	#form .field input[type=submit] {
		width: 100%;
	}
	#wrapper #listing .single-ticket .details .detail {
		display: block;
	}
	#wrapper #listing .single-ticket .actions div.total {
		float: right;
		margin-top: -4px;
	}	
	#wrapper #listing .single-ticket .actions div.total span.note {
		left: auto;
		right: 0;
	}
	#wrapper #listing .single-ticket .actions input {
		width: 30px;
	}
	#wrapper #listing .single-ticket .actions .actions-set {
		display: block;
		width: 100%;
		margin-top: 10px;
	}
	#wrapper #listing .single-ticket .actions .actions-set span.type-title {
		margin-bottom: 10px;
	}
	#wrapper #listing .single-ticket .event-information .media {
		margin-top: 2em;
	}
	#wrapper #listing .single-ticket .event-information .media a {
		margin: 1%;
		width: 48%;
	}
	input#continuebtn {
		width: 100%;
		display: block;
	}
	#check #order-overview,
	#check table {
		box-sizing: border-box;
		font-size: 0.8em;
	}
	#check #actionbuttons input[type=button] {
		width: 100%;
		box-sizing: border-box;
	}
	#check #actionbuttons input[type=button]#psp {
		float: none;
	}
	#faq {
		-webkit-overflow-scrolling: touch;
  		overflow-y: scroll;
	}
	#backdrop {
		display: none;
	}

}





/* temp nav */
#temp_nav {
	position: fixed;
	right: 0px;
	top: 60px;
	background: #ccc;
	padding: 8px 8px;
	line-height: 1;
	z-index: 9;
	font-size: 0.8em;
	display: none;
}
#temp_nav ul li a {
	color: #000;
	padding: 0 2px;
}
#temp_nav ul li {
	display: inline;
}
#temp_nav ul li.active a {
	font-weight: bold;
}



/* disable selection */
#wrapper
{
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}



/* elzendaal tweaks */
.field b {
	font-size: 1.3em;
	display: block;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 2px solid #f4f4f4;
	font-family: "Roboto";
	padding-right: 100px;
}
#metafields {
	padding-bottom: 30px;
}
#metafields div {
	margin: 20px 0;
	margin-bottom: 30px;
}
#metafields div:last-of-type {
	padding-bottom: 40px;
	border-bottom: 2px solid #f4f4f4;	
}
@media screen and (max-width: 600px) {

	.field b {
		padding-right: 0px;
	}

}
#form .actions {
	padding: 0px 2em;
}
#form .actions input {
	width: 30px;
}
#form .actions .actions-set {
	background: #ddd;
	border-radius: 3px;
	display: block;
	/*width: 40%;*/
	margin-top: 10px;
}
#form .actions .actions-set span.type-title {
	margin-bottom: 10px;
}
#form .actions .actions-set {
	display: inline-block;
	padding: 12px 15px;
	padding-bottom: 8px;
	box-sizing: border-box;
	margin-right: 10px;
	font-size: 1em;
}
#form .actions .actions-set span.type-title {
	display: block;
	font-weight: bold;
	margin-bottom: .8em;
	font-size: 1em;
	font-family: "Roboto";
}
#form .actions .actions-set span.type-title span {
	font-weight: normal;
}
#form .actions .actions-set input {
	width:23px;
	text-align: center;
	border: 0;
	background: transparent;
	font-size: 1.3em;
	line-height: .5;
	font-family: "Roboto";
	font-weight: bold;
	pointer-events: none;
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px);
}
#form .actions .actions-set span.control {
	font-size: 1.2em;
	display: inline-block;
	border-radius: 30px;
	width: 30px;
	height: 30px;
	text-align: center;
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
	cursor: pointer;
	font-family: "Roboto";
	font-weight: bold;
	line-height: 32px;
	background-color: #fff;
}
#form .actions .actions-set div.total {
	display: inline-block;
	font-size: 1.2em;
	font-family: "Roboto";
	font-weight: bold;
	margin-left: .5em;
	position: relative;
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}
#form .actions .actions-set div.total.has-note {
	-webkit-transform: translateY(-12px);
	transform: translateY(-12px);
}
#form .actions .actions-set div.total span.note {
	font-size: 12px;
	font-weight: 400;
	margin-left: 5px;
	position: absolute;
	left: 0;
	bottom: -15px;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#form .actions button {
	display: inline-block;
	border: 0;
	border-radius: 3px;
	padding: 10px 20px;
	font-size: 1.3em;
	font-weight: bold;
	font-family: inherit;
	cursor: pointer;
	float: right;
	width: 200px;
	position: absolute;
	right: 1em;
	bottom: 1em;
}



/* EDITS & OVERWRITES - HAVENS 180 JAAR - JUNE 2025 - REMOVE IF IS NOT NEEDED ANYMORE */
	#wrapper #header .tools.right {
		display: flex;
		gap: 10px;
	} 
	#wrapper #header .tools.right a {
		padding: 0 10px;
	}
	#wrapper #header .tools.right a:nth-of-type(1) {
		padding-left: 35px;
	}
	html[lang="nl"] #wrapper #header .tools.right a:nth-of-type(2) {
		background: #999; color: #fff;
	}
	html[lang="de"] #wrapper #header .tools.right a:nth-of-type(3) {
		background: #999; color: #fff;
	}
	html[lang="en"] #wrapper #header .tools.right a:nth-of-type(4) {
		background: #999; color: #fff;
	}
	html[lang="fr"] #wrapper #header .tools.right a:nth-of-type(5) {
		background: #999; color: #fff;
	}
	#backdrop {
		background-color: transparent;
	}
	#backdrop .backdrop-holder img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		display: block;
	}
	#wrapper #listing .single-ticket .event-information .description.havens {
		font-size: 1.2em;
	}
	#metafields {
		padding-bottom: 0;
	}
	#wrapper #listing .single-ticket .cover {
		width: 140px;
	}
	@media screen and (max-width: 1100px) {

		#wrapper #header .tools.right {
			gap: 4px;
		}
		#wrapper #header .tools.right a,
		#wrapper #header .tools.right a:nth-of-type(1) {
			padding: 0 7px;
			height: 20px;
			line-height: 20px;
			font-size: 10px;
		}
	    #wrapper #listing .single-ticket .cover {
	        width: 100px; 
	        margin-bottom: 1em;
	        margin-right: 20px;
	        float: none;
	    }
	    #wrapper #listing .single-ticket .title, #wrapper #listing .single-ticket .date {
	    	font-size: 1em;
	    }
	    #wrapper #listing .single-ticket .details {
	    	clear: both;
	    }
	    #wrapper #listing .single-ticket .event-information .media {
	    	margin-top: 0;
	    }

	}
/* END // EDITS & OVERWRITES - HAVENS 180 JAAR - JUNE 2025 - REMOVE IF IS NOT NEEDED ANYMORE */