.tickets_wrapper {
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 37px;
  margin: 0px 5px 40px 0;
  padding-right: 10px;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 3px; }

.tickets_wrapper .ticket {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  padding: 0.2em 1.5% 0.2em 1.5%;
  background-color: #650f2d;
  border: 2px solid;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 3px;
  max-height: 37px; }

.tickets_wrapper .ticket .ticket-inner {
  display: flex;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  color: #ffffff;
  background-color: #650f2d;
  border: 2px solid;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 3px;
  white-space: nowrap;
  line-height: 1.8em;
  text-decoration: none; }

.tickets_wrapper .ticket .ticket-inner a {
  color: white;
  /* blue colors for links too */
  text-decoration: none;
  /* no underline */ }

.tickets_wrapper .ticket .ticket-inner .ticket-inner-item {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto; }

.tickets_wrapper .ticket .ticket-inner .ticket-links {
  font-size: 15px;
  margin: 0 0 0 0px;
  transition: all 0.5s; }

.tickets_wrapper .ticket .ticket-inner .ticket-rechts {
  font-family: ETmodules;
  font-size: 32px;
  font-weight: 400;
  font-style: normal;
  margin: 0 0 0 -30px;
  opacity: 0;
  transition: all 0.5s; }

.tickets_wrapper .ticket .ticket-inner:hover .ticket-links {
  margin: 0 0 0 -6px; }

.tickets_wrapper .ticket .ticket-inner:hover .ticket-rechts {
  margin: 0 -13px 0 -4px;
  opacity: 1; }

@media screen and (max-width: 980px) {
  .tickets_wrapper {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    width: 100%;
    height: 37px;
    margin: 40px 5px 40px 0;
    padding-right: 10px;
    padding-left: 7%;
    border-color: rgba(0, 0, 0, 0);
    border-radius: 3px; } }

@media screen and (max-width: 767px) {
  .tickets_wrapper {
    display: flex;
    flex-flow: row;
    justify-content: flex-end;
    width: 100%;
    height: 37px;
    margin: 40px 5px 40px 0;
    padding-right: 1%;
    padding-left: 7%;
    border-color: rgba(0, 0, 0, 0);
    border-radius: 3px; } }
