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

#kontakt_ueberschrift {
  margin-top: 30px; }

.article_text {
  padding-top: 45px;
  padding-bottom: 0px;
  width: calc(50% + 312px); }

.article_text #article_text_inner {
  display: flex;
  flex-flow: row;
  justify-content: space-between; }

.article_text #article_text_inner #article_text_links {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto; }

.article_text #article_text_inner #article_text_rechts {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto; }

#kontakt_bild {
  width: 100%;
  margin-top: 45px; }

#kontakt_bild img {
  width: 100%;
  height: auto; }

.article_text2 {
  margin-top: 77px;
  padding-bottom: 0px;
  overflow: hidden; }

#article_text2_buus {
  margin-top: 30px;
  padding-bottom: 0px;
  overflow: hidden; }

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

.tickets_wrapper {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  width: 300px;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 3px;
  height: 37px; }

.ticket {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  width: 120px;
  background-color: #650f2d;
  border: 2px solid;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 3px; }

.ticket a {
  display: inline-block;
  position: relative;
  padding: 0.3em 0 0.1em 0.3em;
  font-size: 15px;
  color: #ffffff;
  background-color: #650f2d;
  border: 2px solid;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 3px;
  white-space: nowrap; }

.ticket a:after {
  position: absolute;
  display: inline;
  font-family: ETmodules;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  font-variant: none;
  text-transform: none;
  content: "\35";
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  opacity: 0;
  box-sizing: content-box;
  white-space: nowrap; }

.ticket a:hover:after {
  position: relative;
  display: inline;
  padding: 0 0em 0 0em;
  opacity: 1;
  white-space: nowrap; }

.text_unterbruch {
  width: 100%;
  height: 23px;
  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; }

.ueberschrift_2 {
  color: #650f2d;
  font-weight: normal; }

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

#seite_2_header_buus {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  overflow: hidden;
  /* height: 215px; */
  padding-top: -3%; }

#seite_2_header_maisprach {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  overflow: hidden;
  /* height: 215px; */
  padding-top: 3%; }

#seite_2_header_maisprach .seite_2_header_item.seite_2_header_left_item p {
  margin: 0;
  padding: 0;
  color: #650f2d; }

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

.seite_2_header_left_item {
  flex-grow: 3; }

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

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

.spezial_link {
  text-decoration: none;
  font-style: italic; }

.color_under_link {
  font-style: italic;
  color: #650f2d; }

.grey_under_link {
  font-style: italic;
  color: #666; }

#kellerei_ueberschrift {
  font-size: 1.9rem;
  line-height: 2.0rem;
  font-weight: bold;
  color: #650f2d;
  padding-top: 5%; }

#aricle_text_kellerei {
  margin-top: 7%; }

@media screen and (max-width: 980px) {
  .tickets_wrapper {
    width: 70%; }
  .article_text {
    padding-top: 45px;
    padding-bottom: 0px;
    width: calc(50% + 312px); }
  .article_text #article_text_inner {
    display: flex;
    flex-flow: column;
    justify-content: space-between; }
  .article_text #article_text_inner #article_text_links {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto; }
  .article_text #article_text_inner #article_text_rechts {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto; } }

@media screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 2.7rem; }
  .tickets_wrapper {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    height: 100px;
    width: 200px; }
  .site_color_text {
    width: 100%;
    height: 85px;
    padding: 0 3.5vw;
    margin-bottom: 27px;
    background-color: #650f2d; } }

@media screen and (max-width: 520px) {
  .ein_img_oben_rechts {
    display: none; }
  .ein_img_oben_rechts img {
    display: none; } }

@media screen and (max-width: 350px) {
  .seite_2_header {
    flex-flow: column-reverse nowrap;
    width: 85%;
    width: 200px; }
  .seite_2_header_item {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    height: 161px;
    width: 200px; }
  .article_text2 {
    margin-top: 45px;
    padding-bottom: 0px;
    overflow: hidden; } }
