body {
background-image: url(/images/template/1244719792body.jpg);
background-attachment: fixed;
}	
.header-container {
  background-image: url("/images/template/bootom_menu.webp");
  padding-left: 15px;
  padding-right: 15px;
	margin: 10px 0 10px 0;
}	
.header-container .topContainer {
  min-height: 174px;
}
#footerMenue .inner {
  background-image: url("/images/template/bootom_menu.webp");	
  padding: 20px 20px 0 20px;
	min-height: 130px;
}
.menueRow {

}

.thLink {
  background: white;
  padding: 3px 10px;
  display: none;
}
.container .inner.all, .container .inner {
	background-color: unset;
  background-image: url("/images/template/hg_1240.png");
  background-attachment: fixed;
	padding: 0 0 20px 0;
}
.container.artistDetails .inner {
		background-color: black;
padding: 2px;
}
#header .shopping_cart * {
  color: #ffffff !important;
}
* {
  color: #ffffcc;
  font-size: 13px;
}
.container.contact {
  background-color: #000;
  padding-bottom: 10px;
  margin-bottom: 20px;
  padding-top: 10px;
	border-radius: 3px;
}
.container.textblock div {
  background: #00000000;
}
.schedule div {
  background: #00000000;
}
.container.book .inner {
  background-image: url("/images/template/hg_1240.png");
  background-color: #00000000;
  padding: 0 40px 0 20px;
  padding: 0 40px 0 20px;

}
form-control {
	color: #000;
}
.container.cart .inner {
  background-image: url("/images/template/hg_1240.png");
  background-color: unset;
  padding-left: 20px;
  padding-bottom: 200px;
}
.container.checkout .inner {
  background-image: url("/images/template/hg_1240.png");
  background-color: #00000000;
  padding: 0 20px;
}
#contact input,
#contact textarea {
    color: #000;
}
#contact ::placeholder {
    color: #000;
    opacity: 1; /* wichtig für Firefox */
}
#contact .form-control {
    color: #000 !important;
}
#contact label {
    color: #000;
}
/* Suchfeld Text */
.search_block_top input {
    color: #000;
    background-color: #fff;
}

/* Placeholder */
.search_block_top input::placeholder {
    color: #000;
    opacity: 1;
}

/* Such-Icon */
.search_block_top .icon-search {
    color: #000;
}
/* Ticket-Anzahl Select */
.bookingTabs select.form-control {
    color: #000;
    background-color: #fff;
}

/* Optionen im Dropdown */
.bookingTabs select.form-control option {
    color: #000;
}