
.sv_performance {
	padding: 0.5em 0.4em;
  text-align: center;
  margin-top: 0.5rem;
  background-color: var(--brighter-background-transparent);
}

.sv_performance > div {
	display: none;
}

.sv_performance .vorst_datzt {
	display: block;
}

.sv_performance .vorst_datzt > div {
	display: none;
}

.sv_performance .vorst_datzt > .vorst_datzt_full_string ,
.sv_performance .vorst_datzt > .vorst_datzt_time_zone {
	display: inline-block;
	color: #666;
	margin-right: 0.6em;
}

.sv_performance > .vorst_bez {
	display: block;
	font-weight: var(--main-color-dark);
	font-weight: var(--bold-font-weight);
}

.sv_performance > .vorst_bez > * {
	font-size: 1.1em;
	display: none;
}

.sv_performance > .vorst_bez > span:is(.abaenderungstext, .premiere, .guest_performance, .bez, .letzte_vorstellung_content) {
	display: inline;
}

.sv_performance > .vorst_bez > span.untertitel {
  display: block;
  font-size: 0.9em;
}

.sv_performance > .vorst_bez > span.premiere:after ,
.sv_performance > .vorst_bez > span.guest_performance:after {
	content: ":";
}

.sv_performance > .vorst_bez > span.letzte_vorstellung_content {
	font-size: 0.9em;
	color: #F00;
}

.sv_performance > .autor_name.short_author {
  display: none;
}

.sv_performance > .hinweistext {
	padding: 0.3em 0;
	display: block;
	position: relative;
	font-size: 0.9em;
}

.ticket .content .sv_performance > .hinweistext.read_more {
  max-height: 10.5em;
  position: relative;
  overflow: hidden;
}
.ticket .content .sv_performance > .hinweistext > .read_more {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 3.5em 0 0 0;
  background-image: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
}

@media (min-width: 18em) {
  .ticket .content .sv_performance > .hinweistext > .read_more {
    background-image: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
  }
}










table.available_prices td:first-child > * {
	display: inline;
}

form table.available_prices > tbody > tr > th {
	background-color: transparent;
	font-weight: 300;
}

form table.available_prices > tbody > tr > td:first-child {
	margin-bottom: auto;
}

form table.available_prices > tbody > tr > td.special_condition_advice {
  font-size: 0.9em;
  opacity: 0.8;
  padding-bottom: 3em;
  padding-top: 0;
  max-width: 35em;
}

form table.available_prices > tbody > tr > .sk_pg_input {
  text-align: right;
  white-space: nowrap;
}

form table.available_prices > tbody > tr > td.sk_pg_input > span {
  display: inline-block;
}


form table.available_prices > tbody > tr > td > input[type="text"] ,
form table.available_prices > tbody > tr > td > input[type="number"] {
	width: 3em;
	display: inline-block;
	text-align: right;
}

.ticket .content > form > div.entry_datetime {
	margin: 0.4em 0 1.5em 0;
	display: none;
}

.ticket .content > form > div.entry_datetime .entry_time ,
.ticket .content > form > div.entry_datetime .entry_date {
	white-space: nowrap;
}

.voucher_entry {
  padding-top: 1rem;
}

.voucher_entry .voucher_select_quantity_and_price {
	padding: 1em 0 0.3em 0;
	text-align: right;
}

.voucher_entry :is(#select_voucher_quantity, #select_voucher_value) {
  width: auto;
}

.voucher_entry .voucher_select_quantity_and_price #input_voucher_value {
  width: 5em;
}

.voucher_entry .voucher_select_quantity_and_price .voucher_select_quantity {
	display: inline-block;
	margin-right: 0.5em;
	text-align: right;
}

.voucher_entry .voucher_preselect_prices {
  text-align: right;
  padding-top: 0.5rem;
}

.voucher_entry .voucher_preselect_prices .voucher_preselect_desc {
  text-align: left;
}

.voucher_entry .voucher_preselect_prices .voucher_preselect_desc:after {
  content: ":";
}

@media (min-width: 36em) {
  .voucher_entry .voucher_preselect_prices {
    padding-top: 0.5em;
    display: flex;
    gap: 0.5rem;
    align-items: center;
    justify-content: flex-end;
  }

  .voucher_entry .voucher_preselect_prices .voucher_preselect_desc {
    text-align: right;
  }
}






@media (min-width: 31em) {
	.ticket .content form {
		margin-top: 2em;
	}


  form table.available_prices > tbody > tr > .sk_pg_input {
    text-align: left;
  }
}

