#breadcrumb div.active, .btn-next, .add-tickets {
    background-color: #FF9C00!important;
}

.w3-button.btn-next:hover, .add-tickets:hover {
    background-color: #D88202!important;
}

.th, div.w3-modal header {background-color:#C734E5}
span.title {display:none}
body.order span.title {display:inherit}

body.events .th {display:none}
#calendar {border:0}

body.select {width:100%!important}

body.frontend #main {max-width:900px}

body.frontend div#logo, body.frontend div#seating { max-width:900px;margin-bottom:20px; }

#seating .meta { display:revert}
#seating .rownumber {width: 10%}
#seating .stage { display:none}
.event table#seating-mobile img {max-width: 12px;}

/*
select {
 -webkit-appearance: none!important;
  -moz-appearance: none!important;
  appearance: none!important;
}
*/


/*Textänderung
#categories h3 {display: none}
#categories::after {
  content: "Bitte wählen Sie Ihre Tickets";
}*/

.desc {font-size: 0.6em;color: grey;}

.Frontend .venueTitle a::before {
content: "> ";
  color: orange;
  font-weight: bold;
font-size: 110%;

}