
/* --------- Vorlage ----------- */

/*
	1. Allgemeine Definition: Design Raster
	* header
	* navigation (col3 )
	* content (col1)
	* Footer
	* Sprachwahl


	2. Layoutelemente (Schrift, Links, Images)
	* images 
	* fonts
	* listen
	* links
	* buttons

	3a. Startseite
	3b. Registrierung
	3c. Preise
	3d. Gutschein einlösen
	3e. Login
	3f. Ticketshop
*/


/*-------------------------- 1. Allgemeine Definition: Design Raster ----------------*/

/* header*/
/*     background:url(/assets/header.png) no-repeat right bottom; */
div#header {	
    height: 236px;
background-color:#FF7E02; /*FIXME*/
}

div#header ul {	
    padding: 0 10px !important;
background-color:#fff;
}

/*Sprachwahl*/
div#mainlinks a:hover {
text-decoration:underline;
}

/* navigation (col3)*/
div#col3 {
    margin-right: 743px;
}

#col3 ul li#aktuell a {
 	background-color: #F0F0F0; /*FIXME*/
	padding:0 10px;
 	color:#db007a; /*FIXME*/
 	text-shadow: none;
	/*font-weight:bold; */
}


#col3 ul li.loginoutnichtlesbar a {
color:#ffffff !important; /*FIXME*/
}

tr.eshop_form_field_tel{ 	
    display:none;
}

tr.eshop_form_field_fax{ 	
    display:none;
}

input#voucher_code_button_bt{
    margin-top: -30px  !important;
}

div.c66l{
        width: 100%;  !important;
}

/* -------------------------------------------------------------
 	 Footer
   ------------------------------------------------------------- */

div#footer {
	background:url(/assets/bg_teaserBoxCnt.png) repeat-x scroll 0 bottom;
	/*background:url(/assets/footer.png) no-repeat scroll 0 top #fff;*/
    	display: block;
    	height:130px;
    	margin:0px auto 30px;
    	width: 974px;
	padding:10px 0px;
	border: none;
	text-align:left;
}

/*---------------------------------------------------------------------------------------*/
/*-------------------------- 2. Layoutelemente (Schrift, Links, Images) -----------*/
/*---------------------------------------------------------------------------------------*/

/*Fonts*/
#col1 #col1_content h1 {
 	color:#f57600; /*FIXME*/
	font-size:1.125em;
	line-height:23px;
	text-transform:none;
	margin-bottom:15px;
}



/*Listen*/
#col3 ul li, ol li {
  	color:#424242;
  	margin-bottom:inherit;
  	height: 60px !important;
	border-bottom:1px solid #6885bf;
}

/*Links*/
#col1  p a, #col1  li a {
 	/*color:#00b518;KölnMesse grün*/
 	color:#000;	
        padding:0;
        background: none;
}

.link:link, .media-module-textlink:link, .link:visited, .media-module-textlink:visited, .link:active, .media-module-textlink:active,
a:link, a:visited, a:active,
#fairmate .voucher_page_voucher_options .subcolumns .einloesen {
    color: #000;
    
}

/*.link:link:hover, .media-module-textlink:link:hover, .link:visited:hover, .media-module-textlink:visited:hover, .link:active:hover, .media-module-textlink:active:hover,
a:link:hover, a:visited:hover, a:active:hover{
    text-decoration: underline;
}*/



ul li, ol li {
 	/*color:#00b518;KölnMesse grün*/
 	color:#000;
}


/*button*/

#page a.button:hover {
 	/*color:#00b518;KölnMesse grün*/
 	color:#000;
}

/*--------------------------3a. Startseite ---------------------------------------------*/

.box_sm h2 span span {background-color: transparent;}
div#start div.box_cont h3 {
 	/*color:#00b518;KölnMesse grün*/
 	color:#000;
}
/*Verlinkung mit Pfeilicon*/
body div#start div.box_cont span.boxlink {background:none;}
div#start div.box_cont span.boxlink a {background:url(/assets/arr_km.png) no-repeat 18px 11px #ffffff;}
div#start .lg div.box_cont span.boxlink a {none;}
.box_sm h2 span {background: none;}
div#start div.box_cont span.boxlink a {none;}
div#start .lg div.box_cont span.boxlink a {none;}

/*--------------------------3b. Registrieren --------------------------------------------------*/
legend {background:#000;}
div#password_form_box h1#chg_passwd_head {color:#000;}
div#privacy_provisions a {
 	/*color:#00b518;KölnMesse grün*/
 	color:#000;
}


/*--------------------------3e. Loginseite --------------------------------------------------*/
#col1 #col1_content div.loginforgetboxes div.loginbox h3,
#col1 #col1_content div.loginforgetboxes div.forgetbox h3 {color:#000;}
#col1 input.submit:hover {
 	/*color:#00b518;KölnMesse grün*/
 	color:#000;
}
#col1 #col1_content div.loginforgetboxes {border:none;background:none;box-shadow: none;}


/*--------------------------3f. Ticketshop --------------------------------------------------*/

#page .box h2 {
 	/*color:#00b518;KölnMesse grün*/
 	color:#000;
}
#page #steps_box p.step_desc_active {
 	/*color:#00b518;KölnMesse grün*/
 	color:#000;
}
#page .step_nr {background: url("/assets/bg_teaserBoxH.png") repeat-x scroll left bottom #000;}
#page div.step_3 div.cart_block table h3, div.step_3 div#article_sum_sheet table h3 {
 	/*color:#00b518;KölnMesse grün*/
 	color:#000;
}

div.step_3 div#article_sum_sheet div.box_footer {
	border-bottom:3px solid #000;
}

div.step_3 div#article_sum_sheet div.box_footer h3 {
 	/*color:#00b518;KölnMesse grün*/
 	color:#000;
}

#page div.step_3 div.cart_block div.box {border:3px solid #000;}

#page div.step_3 div#article_sum_sheet div.box,
#page div.step_3 div.cart_block div.box {
	border-top:3px solid #000;
}

div.step_3 div#article_sum_sheet div.box, 
div.step_3 div#article_sum_sheet div.box_footer,
div.step_3 div.cart_block div.box,
div.step_3 div.cart_block div.box_footer {
	border-right:3px solid #000;
	border-left:3px solid #000;
}



/*------------------------ Ausblenden der Bestellerinfos im 4. Bestellschritt ----------------------*/

.step_4 table.eshop_form_table_customer,
.step_4 table.eshop_form_table_payment,
.step_4 table.form_table,
.step_4 #article_sum_sheet,
.step_4 #cart_article_table,
.step_4 .button_print {
  display: none;
}

/* 


styles von mic 
styles aus 6.css werden überschrieben

*/



/*---------------------------------------------------------------------------------------*/
/*-------------------------- 1. Allgemeine Definition: Design Raster ---------------------------*/
/*---------------------------------------------------------------------------------------*/

body {
        background-color:#FF7E02 !important;  /*FIXME*/
    font-family: Verdana, Arial, sans-serif;
    color: #111;
  	height:100%;
  	width:100%;
}

#page {
    margin:0 auto;
    background: #FFFFFF;
    width:974px;
}

ul#sprachwahl {
right:0px;
left:auto;
}

ul#sprachwahl li a {
        font-size: inherit;
        color:#000;
        text-decoration: none;
}

ul#sprachwahl li.active_lang {
    color: #000;
}

ul#sprachwahl li a:hover {
        text-decoration: underline;
}

div#header ul#sprachwahl li:first-child {
	margin-left: 0;
}



/* -------------------------------------------------------------
 	navigation (col3)
   ------------------------------------------------------------- */

div#col3_content {
 	background: none;
	margin: 0px 10px 0 10px;
	padding-top: 6px;
	width: 206px;
}

#col3 ul {
 	background: #FF7E02; /*FIXME*/
    	border: none;
    	padding: 0;
	list-style-type:none;
	margin:0px;
	box-shadow: none;
}

#col3 ul li a, #subnav ul li span.a_Link {
    	background: none;
	background-color: transparent;
    	border: none;
    	border-bottom: 1px dotted #fff;
    	display: table-cell;
vertical-align:middle;
width:186px;
        font-size: 13px;
    	line-height: 28px;
    	padding: 0 10px 0 10px;
    	position: relative;
    	text-decoration: none;
    	text-transform: none;
    	z-index: 2;
	text-shadow: none;
	color: #ffffff; /*FIXME*/
	height:60px;
}

#col3 ul li a:hover {
	text-decoration:underline;
background-color:transparent;
}

/* -------------------------------------------------------------
   content (col1)
   ------------------------------------------------------------- */
/* styles für Formulare. Gesammelt, ausgetüftelt und dokumentiert von Thomas Caspers (http://www.einfach-fuer-alle.de/artikel/formulare/) */
#col1 input.submit, #col1 input.suche, #col1 input.button, #col1 input[type=button], #col1 input[type=submit] {
	font-weight:bold;
	font-size:1em;
	padding:3px;
	background-color:#eee;
	/*float:none; OS- abgeschaltet wegen Gutschein Einlöse button*/
	margin:0px;
} 

#col1 input[type=text], #col1 select
{
/*	float:left;*/
        width:200px;

        /*font-family: Calibri, Arial, sans-serif;*/
	font-size: 14px;
	/*width: 400px;*/
	padding: 3px;
	border: 1px solid #ccc;
	color: #444;
	
	-webkit-box-shadow: 3px 3px 5px #eee;
	-moz-box-shadow: 3px 3px 5px #eee;
	box-shadow: 3px 3px 5px #eee;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}

#col1 input[type=text]:focus,  input[type=password]:focus, #col1 select:focus {
	background:#fff none;
	border:1px solid #333 !important;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	outline: none;
}

input[type=submit]:focus, input.form_amount:focus, input.form_entry:focus, input.form_entry_nosize:focus, button:focus, button.submit:focus {
/*        border:1px solid #333 !important;*/
	outline: none;
}

input[type=submit]:hover, button:hover, button.submit:hover {
        /*color: #00b518; KölnMesse grün*/
        color: #000;

}

#col1 h2, #col1 h3 {
	margin-bottom:1em;
        color: #f57600; /*FIXME*/
	font-weight:400;
        width: 100%;
font-size: 1.6em;
}

#col1 label, #col1 select, 
#col1 input[type=checkbox], 
#col1 input[type=radio], 
#col1 input.submit, 
#col1 input.button, 
#col1 input[type=button], 
#col1 input[type=submit],
button.submit
{
	cursor:pointer;
}

.subcolumns button, 
.subcolumns input[type="submit"]{
    margin: 20px 0 0 0px;
    border-radius: 2px;
    border: none;
    background-color: #E4693C !important;
    color: #fff;
}


/* -------------------------------------------------------------
 	 Footer
   ------------------------------------------------------------- */

div#footer div.copyright {
	/*display:none;*/
	float: none;
	width: auto;
	text-align:left;
        margin-left: 255px;
        margin-top: 65px;
}


div#footer div.copyright p, div#footer div.copyright a {color:#999;}




/*-------------------------- 2. Layoutelemente (Schrift, Links, Images), 6.css -----------*/
/*Fonts, 6.css*/


p {
    color: #424242;
    font-family: inherit;
}




/*--------------------------3a. Startseite ---------------------------------------------*/

/*Headline der Boxen*/

div#start div.box_sm {
    	height: auto;
    	margin: 0 auto;
    	position: relative;
    	text-align: left;
    	z-index: 5;
	top: auto;
	padding:0;
	width: auto;
}


body div#start div.box_sm h2 {
        /*color: #00b518; KölnMesse grün*/
        color: #000;
    	display: inline;
    	font-size: 1.125em;
    	font-weight: bold;
    	height: 26px;
    	line-height: 26px;
    	padding: 0;
    	text-transform: none;
	text-shadow: none;
}

.box_sm h2 span {
    	background: none;
    	display: inline-block;
    	padding: 0;
}

.box_sm h2 span span span {
    	background-attachment: scroll;
    	background-clip: border-box;
    	background-image: none !important;
    	background-origin: padding-box;
    	background-position: left bottom;
    	background-repeat: repeat-x;
    	background-size: auto auto;
    	padding: 0;
}

div#start div.box_cont {
	width:270px;
	height:130px;
	
	color:#000;
	padding:18px 18px 30px 18px;
	clear:both;
	position:relative;
	overflow:hidden;


        background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
	
	-webkit-box-shadow: 0px 0px 8px 0px;
	-moz-box-shadow: 0px 0px 8px 0px;
	box-shadow: 0px 0px 4px 0px #999999; 

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
        border: none;
}

div#start div.box.lg div.box_cont {
	border:none;
	height:auto;
	padding-bottom: 40px;
}


/*Verlinkung mit Pfeilicon*/

div#start div.box_cont span.boxlink {
	background: none #fff;
    	bottom: 0;
    	color: #D7161E;
    	display: block;
    	height: 35px;
    	left: 0;
    	overflow: hidden;
    	position: absolute;
    	text-decoration: none;
    	width: 100%;
}

div#start div.box_cont span.boxlink a {
	font-size:12px;
	display:inline-block;
        /*color: #00b518; KölnMesse grün*/
        color: #000;
	text-decoration:none;
	padding:8px 0 0 40px;
	width:100%;
	height:100%;
	text-shadow: none;
}


div#start .lg div.box_cont span.boxlink a {background: none;}

div#start div.box_cont span.boxlink a:hover {color:#000!important; text-decoration: underline;}



/*---------------------------------------------------------------------------------------*/
/*--------------------------3c. Preise --------------------------------------------------*/
/*---------------------------------------------------------------------------------------*/


table.ticketprices th {
	text-align:right;
	margin-top:10px;
	height:30px;
        padding:0px 5px;
	font-size:14px;
	border: 1px solid #EEEEEE;
        background-color: #ddd;
}




/*---------------------------------------------------------------------------------------*/
/*--------------------------3e. Loginseite --------------------------------------------------*/
/*---------------------------------------------------------------------------------------*/



#col1 form #passwd,
#col1 form #username_newpwd, 
#col1 form #username_login {
	width:250px;
	border:1px solid #CCCCCC;
	height:18px;
	margin:5px 0px 10px 0px;






	font-size: 14px;
	padding: 3px;
	border: 1px solid #ccc;
	color: #444;
	
	-webkit-box-shadow: 3px 3px 5px #eee;
	-moz-box-shadow: 3px 3px 5px #eee;
	box-shadow: 3px 3px 5px #eee;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	outline: none;

} 


/*---------------------------------------------------------------------------------------*/
/*--------------------------3f. Ticketshop --------------------------------------------*/
/*---------------------------------------------------------------------------------------*/
/* Ticketshopsteps Box*/
#page #steps_box {
    	left: 0;
    	margin: 0 0 0 0px;
    	padding:10px;
    	top: -35px;
    	position:static;	
    	width:592px;
	

	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
	
	-webkit-box-shadow: 0px 0px 8px 0px;
	-moz-box-shadow: 0px 0px 8px 0px;
	box-shadow: 0px 0px 4px 0px #999999; 

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;

        border: none;
}



#page #steps_box p, #page #steps_box p a {
	color:#999;
	background:none;
	text-decoration:none;
	padding:0px;
	margin-top:20px !important;
}

table#cart_article_table td h3 {font-size:1.2em;}




/*Formular*/
#page #eshop_form {
    	margin-top:45px;
	background: url("/assets/bg_aside_big.png") repeat-x scroll left bottom #F8F8F8;
    	border: 1px solid #FFFFFF;
	border-top:1px solid #efefef;
    	box-shadow: 1px 2px 3px #CCCCCC;
	width:570px;
	padding: 30px 20px  10px 20px;


background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
	
	-webkit-box-shadow: 0px 0px 8px 0px;
	-moz-box-shadow: 0px 0px 8px 0px;
	box-shadow: 0px 0px 4px 0px #999999; 

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;

        border: none;
}


#page .button, #col1 input.button, #col1 input.submit, button.submit {
    	background: url("/assets/bg_teaserBoxH.png") repeat-x scroll left bottom #fff;
    	border: 1px solid #ccc;
    	display: inline-block;
    	margin:20px  20px 0 0;
    	padding: 2px 4px;
	text-decoration:none;
        color: #000;
        font-family: Verdana, Helvetica, sans-serif;
}

#page .button {
        float: none;
        font-weight: bold;
}


#page .step_nr_inactive, #page .step_nr_inactive_linked_not_visited {
    	border-color: #ccc;
	
    	background: #bbb;
    	border-style: solid;
    	border-width: 1px;
    	color:#626262;
    	font-size: 18px;
    	font-weight: bold;
    	margin-right: 8px;
    	padding: 0 6px 1px;
}

#page  .form_entry, input#zipcode_in {
    	border: 1px solid #ccc;

        -webkit-box-shadow: 3px 3px 5px #eee;
	-moz-box-shadow: 3px 3px 5px #eee;
	box-shadow: 3px 3px 5px #eee;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}


#page .form_amount, #page .form_entry_nosize, #page .form_value {
    border: 1px solid #ccc;

        -webkit-box-shadow: 3px 3px 5px #eee;
	-moz-box-shadow: 3px 3px 5px #eee;
	box-shadow: 3px 3px 5px #eee;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}

/*---------------------------------------------------------------------------------------*/
/*--------------------------4. Weitere Elemente --------------------------------------*/
/*---------------------------------------------------------------------------------------*/

/* Styles aus der K übernommen */

* {font-size:1em;}

legend {
	border:none;
	font-weight: bold;
	padding:0.3em 1em;
        color:#000;
	margin: 3px 10px 10px 0;
	display:inline;
	font-size: 1.125em;
	white-space:normal;
	text-shadow:0px 1px #ffffff; 
	background: none;
}


/* Gestaltung der Messestammdatenfragen bei Registrierung */
/* zunächst allgemein - eventuell später auf .question einschränken */
fieldset {
 	background: none;
    	border: 1px solid #ccc;
    	margin-top: 3em;
	overflow:hidden;
	width:540px;

	
}


/*-------------------------- Gutschein einlösen, Gutscheinassistent --------------------------------------------------*/

/* Rahmenbox auf  Registrierenseite, Preisseite, Logout, Login, etc.*/

body.module_dim_smk_render_voucherredemption div#col1_content,  
div#col1_content,
.price {
	border:none;
	padding:20px 30px 30px 30px;
	width:620px;
	/*background:url("/assets/bg_aside_big.png") repeat-x scroll left bottom #fff;*/


	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
	
	-webkit-box-shadow: 0px 0px 8px 0px;
	-moz-box-shadow: 0px 0px 8px 0px;
	box-shadow: 0px 0px 4px 0px #999999; 

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}

body.module_dim_smk_render_content div#col1_content, 
body.otp_65 div#col1_content {
	width:100%;
	border:none; 
	background: none;
	filter: none; /* IE6-9 */

	padding:0px;
	box-shadow:none;
}



/* Ticketshop Durcheinander */
body #main #col1 {
	margin-left:none !important;
    padding-top: 10px !important;
    width: 714px !important;
}

body #col1 {
	margin-left:0 !important;
	margin-right:0 !important;
	width:auto !important;
}

#main {
padding-top:0px !important;
}


#col1 {
	width: 684px !important; /*width: 700px !important;*/
margin-right: 0 !important;
}

/* Nacherfassung */
table#regcompl_search_result th, table#regcompl_search_result td { border: 1px solid #999; padding:3px;}

table#regcompl_search_result tr {background-color:#333; color:#fff;}
table#regcompl_search_result tr.odd {background-color:#ddd; color:#000;}
table#regcompl_search_result tr.even {background-color:#aaa; color:#000;}

/*form#regcompl_search input[type="text"], form#regcompl_search select {
    width: 100px !important;
}*/

li.menu_3240 {
	background: transparent url("/assets/hh_home.png") no-repeat 160px center!important;
	margin-left:10px;
}

li.menu_2608 a {padding-right:50px;}

#fairmate .file-upload-button, #button_register, #fairmate regi-button button.primary, #fairmate regi-button button.default, #fairmate input[type="submit"] {
    border-radius: 5px !important;
    display: inline-block !important;
    border: none !important;
    cursor: pointer !important;
    font-family: noto_sansbold, Arial, Helvetica, sans-serif;
    position: relative !important;
    line-height: 1.25rem !important;
    font-size: 1rem !important;
    color: #ffffff !important;
    padding: 15px 20px !important;
    box-shadow: none !important;
    background-color: rgb(228,102,17) !important;
}

#register_form input[type="radio"] + label, #register_form input[type="checkbox"] + label {
    height: 35px;
}

div#fairmate .submit.button_right, div#fairmate .button {
  background-color: rgb(228,102,17);
}

#eshop_box {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

#eshop_box #footer {
  display:none;
}

[data-theme-scope-09sjhur3m5x] .footer .subfooter .price .price-number {
  text-align: right;
}

[data-theme-scope-09sjhur3m5x] .footer .subfooter .price {
  box-shadow: none;
  background-image: none;
}

[data-theme-scope-09sjhur3m5x] .payment-list .top .main .radiobutton label {
  padding-left: 0;
}

[data-theme-scope-09sjhur3m5x] .payment-list .top .main .radiobutton label:before,
[data-theme-scope-09sjhur3m5x] .payment-list .top .main .radiobutton label:after {
  content: none;
}

[data-theme-scope-09sjhur3m5x] .overview-list .price {
  width: 100%;
  box-shadow: none;
  background-image: none;
}

[data-theme-scope-09sjhur3m5x] .personalisation-item .top .main {
  z-index: auto;
}

[data-theme-scope-09sjhur3m5x] .personalisation-item .bottom .main .checkbox label,
[data-theme-scope-09sjhur3m5x] .overview-list .consent-option .checkbox label {
  padding-left: 0;
}

[data-theme-scope-09sjhur3m5x] .personalisation-item .bottom .main .checkbox label:before,
[data-theme-scope-09sjhur3m5x] .overview-list .consent-option .checkbox label:before {
  content: none;
}

[data-theme-scope-09sjhur3m5x] .tickets-container .ticket-list .price {
  box-shadow: none;
  background-image: none;
  text-align: end;
}

[data-theme-scope-09sjhur3m5x] .ticket-list .content .price {
  width: 100px;
}

[data-theme-scope-09sjhur3m5x] .payment-item .sidebar .method-logos .logo {
  position: relative;
}

[data-theme-scope-09sjhur3m5x] .radiobutton input.ie {
  width: 24px;
  height: 24px;
  left: auto;
  cursor: pointer;
}

[data-theme-scope-09sjhur3m5x] .ticket .talon .price {
  width: 80%;
}

[data-theme-scope-09sjhur3m5x] .my-order-widget .my-order-item__ticket-info .hint-info .button-hint {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="36" height="36" viewBox="0 0 36 36"><path d="M0 0h36v36h-36z" fill="none"/><path d="M1 32h34l-17-29-17 29zm18-5h-2v-2h2v2zm0-5h-2v-7h2v7z"/></svg>') no-repeat;
  background-size: 24px 24px;
  height: 24px;
  width: 24px;
  padding: 0;
  border: 0;
  vertical-align: middle;
  cursor: pointer;
}

[data-theme-scope-09sjhur3m5x] .my-order-item__ticket-info--cancelled .hint-info .button-hint {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="36" height="36" viewBox="0 0 36 36"><path fill="rgb(255,49,49)" d="M18 3C9.71 3 3 9.71 3 18s6.71 15 15 15 15-6.71 15-15S26.29 3 18 3zm7.5 20.38l-2.12 2.12L18 20.12l-5.38 5.38-2.12-2.12L15.88 18l-5.38-5.38 2.12-2.12L18 15.88l5.38-5.38 2.12 2.12L20.12 18l5.38 5.38z"/></svg>') no-repeat;
  background-size: 24px 24px;
  height: 24px;
  width: 24px;
  padding: 0;
  border: 0;
  vertical-align: middle;
  cursor: pointer;
}

.tooltip.popover .button-hint-close {
  background: transparent;
  padding: 6px;
  border: 0;
  vertical-align: middle;
  line-height: 1;
  float: right;
  margin-right: -20px;
  margin-top: -15px;
  cursor: pointer;
}

#fairmate button [class^=icon-] {
  color: #fff!important;
}

@media screen and (min-width: 768px) {
  section.content {
    padding: 0 30px;
  }
}

button.submit {
  background: none;
}

.voucher_page_enter_voucher {
  margin-top: 24px;
}
