.tickets_wrapper {
  padding-top: 17px;
  width: 51vw;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 3px; }

.tickets_wrapper .ticket {
  float: left;
  padding: 0.8% 0.5% 1% 1.4%;
  background-color: #650f2d;
  border: 2px solid;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 3px;
  margin-right: 7vw;
  margin-bottom: 45px;
  width: 100px; }

.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.2rem;
  text-decoration: none; }

.tickets_wrapper .ticket .ticket-inner a {
  color: inherit;
  /* blue colors for links too */
  text-decoration: inherit;
  /* 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: 24px;
  font-weight: 400;
  font-style: normal;
  margin: 0 0 0 -35px;
  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 -5px 0 -4px;
  opacity: 1; }

.color_title_not_strong {
  font-size: 30px;
  line-height: 38px;
  font-weight: normal;
  color: #650f2d; }

.article_title {
  color: #650f2d;
  font-weight: bold; }

.article_img_oben_rechts {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto; }

.article_img_oben_rechts img {
  width: 8.5vw; }

.article_text {
  padding-top: 45px;
  padding-bottom: 0px; }

.article_text2 {
  padding-top: 0px;
  padding-bottom: 0px; }

.article_text p:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px; }

.article_img img {
  width: 100%;
  height: auto;
  margin: 0 0 0 0; }

.text_unterbruch {
  width: 100%;
  height: 85px;
  background-color: #650f2d; }

.site_color_text {
  width: 100%;
  height: 85px;
  padding: 0 10%;
  background-color: #650f2d; }

.site_color_text h1 {
  color: white;
  font-weight: normal; }

.h5 {
  margin: -25px 0 9px 0;
  padding: 0 0 0 0;
  font-size: 1.3em; }

.seite_2_header {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 195px; }

.seite_2_header_item {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  height: 161px;
  width: 161px; }

#ein_img_oben_rechts {
  align-self: flex-start; }

.seite_2_header_item img {
  height: 161px;
  width: auto; }

@media screen and (max-width: 980px) {
  .tickets_wrapper {
    width: 70vw; }
  .tickets_wrapper .ticket {
    margin-right: 20vw;
    padding: 0.8% 0.5% 0.75% 1.4%; }
  .article_img_oben_rechts {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    width: 28%;
    margin: 0 0 0 0; }
  .article_img_oben_rechts img {
    width: 100%; } }

@media screen and (max-width: 767px) {
  .tickets_wrapper .ticket {
    padding: 0.8% 0.5% 1% 1.8%; }
  h1 {
    font-size: 30px;
    line-height: 2.7rem; }
  .article_img_oben_rechts {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    width: 24%;
    margin: 0 0 0 3%; }
  .article_img_oben_rechts img {
    width: 100%; }
  .site_color_text {
    width: 100%;
    height: 85px;
    padding: 0 3.5vw;
    margin-bottom: 27px;
    background-color: #650f2d; } }

@media screen and (max-width: 575px) {
  .tickets_wrapper .ticket {
    padding: 0.8% 0.5% 1% 2.2%; } }

@media screen and (max-width: 400px) {
  .tickets_wrapper .ticket {
    padding: 0.8% 0.5% 1% 2.8%; } }

@media screen and (max-width: 350px) {
  .seite_2_header {
    flex-flow: column-reverse nowrap;
    width: 85%;
    height: 330px;
    width: 200px; }
  .seite_2_header_item {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    height: 161px;
    width: 200px; } }
