.dish-item {
	margin: 0 0 34px 0;
}

@media screen and (min-width:0) and (max-width:767px) {
  .row {
    margin-left: -10px;
  }
  .col {
    border-left-width: 10px;
    padding: 0;
  }
  .span_1 {
    width: 50%;
    border-left-width: 10px;
    padding: 0;
    margin-left: 0;
  }
  .span_2, .span_3, .span_4, .span_5, .span_6, .span_7, .span_8, .span_9, .span_10, .span_11, .span_12 {
    margin-left: 0;
    width: 100%;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .row {
    margin-left: -10px;
  }
  .col {
    border-left-width: 10px;
    padding: 0;
  }
  .span_1 {
    width: 16.6666666667%;
    border-left-width: 10px;
    padding: 0;
    margin-left: 0;
  }
  .span_2, .span_4 {
    width: 33.3333333333%;
    border-left-width: 10px;
    padding: 0;
    margin-left: 0;
  }
  .span_3 {
    width: 50%;
    border-left-width: 10px;
    padding: 0;
    margin-left: 0;
  }
  .span_5 {
    width: 83.3333333333%;
    border-left-width: 10px;
    padding: 0;
    margin-left: 0;
  }
  .span_6 {
    width: 50%;
  }
  .span_7, .span_8, .span_9, .span_10, .span_11, .span_12 {
    margin-left: 0;
    width: 100%;
  }
}
@media screen and (min-width:1025px) {
  .row {
    margin-left: -10px;
  }
  .col {
    border-left-width: 10px;
    padding: 0;
  }
  .span_1 {
    width: 8.3333333333%;
    border-left-width: 10px;
    padding: 0;
    margin-left: 0;
  }
  .span_2 {
    width: 16.6666666667%;
    border-left-width: 10px;
    padding: 0;
    margin-left: 0;
  }
  .span_3 {
    width: 25%;
    border-left-width: 10px;
    padding: 0;
    margin-left: 0;
  }
  .span_4 {
    width: 33.3333333333%;
    border-left-width: 10px;
    padding: 0;
    margin-left: 0;
  }
  .span_5 {
    width: 41.6666666667%;
    border-left-width: 10px;
    padding: 0;
    margin-left: 0;
  }
  .span_6 {
    width: 50%;
    border-left-width: 10px;
    padding: 0;
    margin-left: 0;
  }
  .span_7 {
    width: 58.3333333333%;
    border-left-width: 10px;
    padding: 0;
    margin-left: 0;
  }
  .span_8 {
    width: 66.6666666667%;
    border-left-width: 10px;
    padding: 0;
    margin-left: 0;
  }
  .span_9 {
    width: 75%;
    border-left-width: 10px;
    padding: 0;
    margin-left: 0;
  }
  .span_10 {
    width: 83.3333333333%;
    border-left-width: 10px;
    padding: 0;
    margin-left: 0;
  }
  .span_11 {
    width: 91.6666666667%;
    border-left-width: 10px;
    padding: 0;
    margin-left: 0;
  }
  .span_12 {
    margin-left: 0;
    width: 100%;
  }
}
.w-25 {
  float: left;
  width: 25%;
}
.grid-container {
  display: grid;
  grid-template-columns: repeat(12, [col-start] 1fr);
  grid-gap: 10px;
}
*[class^=grid-item-] {
  -ms-flex-item-align: start;
  align-self: start;
}
.grid-item-1 {
  grid-column: span 1;
}
.grid-item-2 {
  grid-column: span 2;
}
.grid-item-3 {
  grid-column: span 3;
}
.grid-item-4 {
  grid-column: span 4;
}
.grid-item-5 {
  grid-column: span 5;
}
.grid-item-6 {
  grid-column: span 6;
}
.grid-item-7 {
  grid-column: span 7;
}
.grid-item-8 {
  grid-column: span 8;
}
.grid-item-9 {
  grid-column: span 9;
}
.grid-item-10 {
  grid-column: span 10;
}
.grid-item-11 {
  grid-column: span 11;
}
.grid-item-12 {
  grid-column: col-start / span 12;
}
.grid-row-1-3 {
  grid-row: 1 / 3;
}
@keyframes
.gastro-content {
  max-width: 1150px;
  margin: 0 auto;
  padding-top: 30px;
}
.gastro-content.full-width {
  width: 100%;
  max-width: 100%;
}
.gastro-content.full-width section {
  padding: 30px 0;
  overflow: hidden;
}
.gastro-content ul {
  text-align: left;
  margin-left: 20px;
}
.gastro-content ul li {
  list-style: disc;
  margin-bottom: 10px;
}
.gastro-content ol {
  text-align: left;
  margin-left: 20px;
  margin-top: 10px;
}
.gastro-content ol li {
  list-style: decimal;
}
.gastro-content h4.date {
  position: relative;
  display: inline-block;
  font-size: 44px;
}
.gastro-content h4.date:after {
  content: '';
  position: absolute;
  bottom: -15px;
  height: 5px;
  left: 50%;
  width: 80%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #111;
}
.gastro-content h4.date .hms {
  display: block;
  position: relative;
  font-size: 30px;
}
.gastro-content .text-block {
  padding-top: 2rem;
}
.gastro-content .facts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
}
.gastro-content .facts .fact {
  width: 33.3333%;
  margin-bottom: 50px;
  padding: 25px 20px;
  border-right: 1px solid #eeeeee;
}
.gastro-content .facts .fact:nth-child(3n+3) {
  border: none;
}
.gastro-content.webform {
  position: relative;
  padding: 40px 0;
}
.gastro-content.webform:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 300%;
  background: #f5f5f5;
  z-index: -1;
}
.gastro-content.webform .form {
  padding-right: 40px;
}
.gastro-content.webform .map {
  padding-left: 40px;
}
.gastro-content.webform .form-item-mobilnummer label {
  display: block;
}
.gastro-content.event {
  text-align: center;
}
.gastro-content.event .event-content {
  margin: 30px 0;
}
.gastro-content.event h4 {
  position: relative;
  display: inline-block;
  font-size: 44px;
}
.gastro-content.event h4:after {
  content: '';
  position: absolute;
  bottom: -15px;
  height: 5px;
  left: 50%;
  width: 80%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #111;
}
.gastro-content.event h4 .hms {
  font-size: 32px;
}
.gastro-content.event .span_8, .gastro-content.beer .span_8 {
  display: inline-block;
  text-align: left;
}
.gastro-content.beer {
  text-align: center;
}
.gastro-content.beer .beer-content {
  margin: 30px 0;
}
.gastro-content.beer h2 span {
  position: relative;
}
.gastro-content.beer h2 span:after {
  content: '';
  position: absolute;
  bottom: -10px;
  height: 5px;
  left: 50%;
  width: 80%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #111;
}
.gastro-content.beer h4 {
  margin-top: 1.8rem;
}
.gastro-content.beer .beer-facts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.gastro-content.beer .beer-facts .fact {
  width: 33.3333%;
  margin-bottom: 50px;
  padding: 25px 20px;
  border-right: 1px solid #eeeeee;
}
.gastro-content.beer .beer-facts .fact:nth-child(3n+3) {
  border: none;
}
.gastro-content .image-text-block {
  padding: 20px;
  text-align: center;
}
.gastro-content .image-text-block p {
  text-align: justify;
}
.gastro-content .image-text-block .page-width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.gastro-content .slogan {
  margin: 20px 0;
  padding: 20px;
}
.gastro-content .slogan h4 {
  margin-top: 2rem;
}
.gastro-content .jobs a {
  display: block;
  margin-bottom: 2rem;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
}
.gastro-content.reservation .block-contact-address, .gastro-content.reservation .block-opening-hours, .gastro-content.contact .block-contact-address, .gastro-content.contact .block-opening-hours {
  padding: 40px 0 20px;
}
.gastro-content.reservation .block-contact-address h2, .gastro-content.reservation .block-opening-hours h2, .gastro-content.contact .block-contact-address h2, .gastro-content.contact .block-opening-hours h2 {
  margin-bottom: 15px;
  font-size: 16px;
}
.gastro-content.reservation .block-contact-address p, .gastro-content.reservation .block-opening-hours p, .gastro-content.contact .block-contact-address p, .gastro-content.contact .block-opening-hours p {
  margin-bottom: 10px;
}
.gastro-content.aktion .aktion-content-element {
  margin-bottom: 30px;
}
.gastro-content.aktion .text.left {
  padding-right: 20px;
}
.gastro-content.aktion .text.right {
  padding-left: 20px;
}
.gastro-content.aktion .aktion-button .button--primary {
  display: inline;
}
.gastro-content.impressum {
  padding-left: 10px;
}
.gastro-content.impressum .block-contact-address {
  margin-bottom: 2rem;
}
.gastro-content.impressum .block-contact-address h2 {
  display: none;
}
.gastro-content.impressum .block-contact-address > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.gastro-content.impressum .block-contact-address > div div {
  margin-right: 5px;
}
@media (max-width:1023px) {
  .gastro-content {
    padding: 30px 10px;
  }
  .gastro-content.webform:before {
    right: 0;
    width: inherit;
  }
  .gastro-content.webform .form {
    padding: 0 20px;
  }
  .gastro-content.webform .map {
    padding: 20px;
  }
}
@media (max-width:900px) {
  .page-width.absolute {
    bottom: 0;
  }
}
@media (max-width:767px) {
  article {
    padding: 0 10px;
  }
  .gastro-content.webform {
    padding-bottom: 0;
  }
  .gastro-content.webform:before {
    display: none;
  }
  .gastro-content.webform .map {
    padding-bottom: 40px;
    background: #f5f5f5;
  }
  .gastro-content.beer .beer-facts .fact, .gastro-content .facts .fact {
    width: 100%;
    border: none;
  }
  .gastro-content.full-width section.light-grey-bg {
    padding: 10px;
  }
  .page-width.absolute {
    position: relative;
  }
  .gastro-content.aktion .aktion-content-element.flex {
    display: block;
  }
  .gastro-content h4.date {
    font-size: 36px;
    margin-bottom: 2rem;
  }
  .cloumn-2 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .image-text-block h3 {
    margin-top: 10px;
  }
}
@media (max-width:767px) { }
@media (max-width:1023px) { }
@media (max-width:900px) { }
@media (max-width:767px) { }

.gastro .teaser-block-fullscreen-content h4 {
  color: #fff;
  margin-bottom: 5px;
  text-shadow: 1px 1px 2px #111;
}
.special-menu-wrapper {
  font-size: 0;
  margin-top: 30px;
  padding: 0 10px;
}
.special-menu-wrapper .button {
  margin: 0 10px 10px 0;
  width: auto;
}
.additional-info {
  max-width: 80%;
  padding-left: 10px;
}
.additional-info h5 {
  margin: 20px 0 0 0;
  font-size: 18px;
}
.gastro-headline {
  color: #51812f;
  border-bottom: 1px solid #ff9900;
  margin-bottom: 25px;
  padding-top: 50px;
  font-size: 22px;
  font-family: "Oswald", sans-serif;
}
#gastro-content {
  margin: inherit;
  max-width: inherit;
  padding: inherit;
}
.gastro-wrapper {
  margin: 0 auto;
  max-width: 1150px;
}
.gastro-wrapper .gastro-flow {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
  margin-bottom: 50px;
  padding-left: 10px;
}
.gastro-wrapper .gastro-flow > div {
  page-break-inside: avoid;
}
.gastro-wrapper img {
  height: auto;
  width: 100%;
  max-width: 100%;
}
.gastro-menge, .beverage-menge {
  position: relative;
	margin: 0 8px 0 0;
}
.gastro-menge-input, .beverage-menge-input {
	width: 40px;
  position: relative;
  font-weight: 200;
	font-size: 18px;
	padding: 6px;
	text-align: center;
}
.gastro-name, .beverage-name {
  position: relative;
  font-weight: 600;
}
.gastro-price, .beverage-price {
  font-weight: 700;
  float: right;
}
.gastro-description {
  display: block;
  margin-bottom: 25px;
  margin-right: 60px;
}
@media (max-width:1023px) {
  .gastro-wrapper {
    padding-right: 10px;
  }
}
@media (max-width:767px) {
  .gastro-wrapper .gastro-flow {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}