.tickets_wrapper {
  display: flex;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 55px;
  margin: 40px 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.7em;
  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 6px 0 0px;
  transition: all 0.5s; }

.tickets_wrapper .ticket .ticket-inner .ticket-rechts {
  font-family: ETmodules;
  font-size: 25px;
  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 -5px 0 0px; }

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

.tickets_wrapper #warenkorbCountProduct {
  position: relative;
  color: white;
  background-color: #650f2d;
  border: 1px solid #650f2d;
  border-radius: 50%;
  width: 33px;
  max-height: 32px;
  text-align: center;
  height: 32px;
  line-height: 29px;
  margin-bottom: 24px;
  margin-left: -14px; }

.tickets_wrapper2 {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 200px;
  height: 55px;
  margin: 40px 5px 40px 0;
  padding-right: 10px;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 3px; }

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

.tickets_wrapper2 .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.7em;
  text-decoration: none; }

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

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

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

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

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

.tickets_wrapper2 .ticket .ticket-inner .zurueck-ticket-links {
  font-size: 15px;
  margin: 0 0 0 0;
  margin-right: calc(9.5px - 0.05vw);
  transition: all 0.5s; }

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

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

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

.tickets_wrapper2 .ticket .ticket-inner:hover .zurueck-ticket-links {
  margin: 0 15px 0 0; }

.tickets_wrapper2 .ticket .ticket-inner:hover .zurueck-ticket-rechts {
  margin: 0 0px 0 0px;
  opacity: 1; }

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

.tickets_wrapper3 {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 300px;
  height: 55px;
  margin: 40px 5px 40px 0;
  padding-right: 10px;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 3px; }

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

.tickets_wrapper3 .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.7em;
  text-decoration: none; }

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

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

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

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

.tickets_wrapper3 .ticket .ticket-inner .zurueck-ticket-links {
  font-size: 15px;
  margin: 0 0 0 0;
  margin-right: calc(9.5px - 0.05vw);
  transition: all 0.5s; }

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

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

.tickets_wrapper3 .ticket .ticket-inner:hover .ticket-rechts {
  margin: 0 -10px 0 -10px;
  opacity: 1; }

.tickets_wrapper3 .ticket .ticket-inner:hover .zurueck-ticket-links {
  margin: 0 15px 0 0; }

.tickets_wrapper3 .ticket .ticket-inner:hover .zurueck-ticket-rechts {
  margin: 0 0px 0 0px;
  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; } }

@media screen and (max-width: 350px) {
  .tickets_wrapper3 {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 250px;
    height: 155px;
    margin: 40px 5px 40px 0;
    padding-right: 10px;
    border-color: rgba(0, 0, 0, 0);
    border-radius: 3px; }
  .tickets_wrapper3 .ticket {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    padding: 0.2em 1.5% 0.2em 3.9%;
    background-color: #650f2d;
    border: 2px solid;
    border-color: rgba(0, 0, 0, 0);
    border-radius: 3px;
    width: 83px;
    max-height: 37px; }
  .tickets_wrapper3 .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.7em;
    text-decoration: none; }
  .tickets_wrapper3 .ticket .ticket-inner a {
    color: inherit;
    /* blue colors for links too */
    text-decoration: inherit;
    /* no underline */ }
  .tickets_wrapper3 .ticket .ticket-inner .ticket-inner-item {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto; }
  .tickets_wrapper3 .ticket .ticket-inner .ticket-links {
    font-size: 15px;
    margin: 0 6px 0 0px;
    transition: all 0.5s; }
  .tickets_wrapper3 .ticket .ticket-inner .ticket-rechts {
    font-family: ETmodules;
    font-size: 25px;
    font-weight: 400;
    font-style: normal;
    margin: 0 0 0 -30px;
    opacity: 0;
    transition: all 0.5s; }
  .tickets_wrapper3 .ticket .ticket-inner:hover .ticket-links {
    margin: 0 0 0 -6px; }
  .tickets_wrapper3 .ticket .ticket-inner:hover .ticket-rechts {
    margin: 0 -13px 0 -4px;
    opacity: 1; } }
