.text_seite {
  min-height: 700px; }

#ticketboerse_details_ueberschrift {
  margin-top: calc(50px + 5%);
  margin-bottom: 20px; }

#bitte_kontakt_aufnehmen {
  margin-bottom: 45px; }

#detail_table {
  order:2;
  width: 50%; }

#ticket_wrapper_details_page {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 98px;
  padding-left: 0;
  width: 50% !important; }

#ticket_wrapper_details_page .ticket {
  max-height: 50px;
  padding: 0.2em 3.5% 0.2em 3.5%; }

#ticket_wrapper_details_page .ticket .ticket-inner {
  line-height: 1.2em; }

#keint_ticket {
  height: 71px;
  font-size: 17px; }
.ticketboearse_detail_container {
	display: flex;
}
#keint_ticket {
	order:2;
}
@media screen and (max-width: 980px) {
  .text_seite {
    min-height: 700px; }
  #detail_table {
    width: 100%;
    float: none; }
  #ticket_wrapper_details_page {
    height: 45px; } }


@media screen and (max-width: 720px) {
	.ticketboearse_detail_container {
		display: flex;
		flex-flow: column-reverse;
	}
}


@media screen and (max-width: 480px) {
  #detail_table {
    margin-top: 30px; }
  #td_email {
    font-size: 12px; } }

@media screen and (max-width: 319px) {
  .text_seite {
    width: calc(98% - 13px);
    margin: auto;
    padding: 45px 1vw 45px 1vw;
    background-color: #FFF;
    font-size: 13px; }
  #td_email {
    font-size: 11px; } }
