.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

h3 {
  margin-top: 60px;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}

p {
  margin-bottom: 10px;
}

strong {
  font-weight: bold;
}

.body {
  background-color: #fff;
  font-family: Lato, sans-serif;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 800px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section.start {
  position: relative;
  left: 0px;
  top: 0%;
  right: 0px;
  bottom: 0%;
  width: auto;
  height: 800px;
}

.navbar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  width: 100%;
  height: 100px;
  padding-top: 20px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
  background-color: #333;
  color: #fff;
}

.navbar.blue {
  height: 100px;
  border-bottom-style: solid;
  border-bottom-color: #887f1d;
  background-color: #fff;
}

.navbar.black {
  position: absolute;
  display: block;
  background-color: #333;
}

.container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
}

.div-block {
  width: 100%;
  height: 100%;
  background-image: url('../images/20181118_115503.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.column {
  padding-right: 0px;
  padding-left: 0px;
}

.h1 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.h1.white {
  color: #fff;
}

.div-1 {
  display: block;
  width: 100%;
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-right: 10vw;
  margin-left: 10vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-picture {
  box-shadow: 4px 4px 20px -10px rgba(0, 0, 0, 0.4);
}

.div-picture.size-1 {
  width: 200px;
  height: 400px;
}

.div-picture.size-1.picture-2 {
  background-image: url('../images/20190726_071242.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.div-picture.size-2 {
  width: 300px;
  height: 600px;
}

.div-picture.size-2.picture-1 {
  background-image: url('../images/20190726_100420.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-picture.size-3 {
  width: 300px;
  height: 300px;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.collection-list-wrapper {
  display: block;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.collection-item {
  height: 500px;
}

.service-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  height: 350px;
  padding: 20px;
  float: left;
  clear: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.service-wrapper.bild-1 {
  background-image: url('../images/20190726_100457.jpg');
  background-position: 0% 100%;
  background-size: cover;
}

.service-wrapper.bild-2 {
  background-image: url('../images/IMG_20200204_181049_986.jpg');
  background-position: 0% 100%;
  background-size: cover;
}

.service-wrapper.bild-3 {
  background-image: url('../images/20181118_115503.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.service-wrapper.bild-4 {
  background-image: url('../images/IMG_20190519_104739_338.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.service-wrapper.bild-5 {
  background-image: url('../images/IMG_20190519_105610_970.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.service-wrapper.price {
  width: 25%;
}

.service-wrapper.preise {
  width: 50%;
  height: 650px;
  padding: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.service-wrapper.preise.grey {
  background-color: #eaf1ff;
}

.div-zentriert {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.h2 {
  margin-top: auto;
  margin-bottom: auto;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
}

.h2.mid {
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
}

.h2.mid.m60 {
  margin-bottom: 60px;
  font-weight: 300;
}

.h2.m60 {
  margin-bottom: 60px;
}

.h2.left {
  text-align: left;
}

.h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #333;
  text-align: left;
}

.h3.mid {
  text-align: center;
}

.h3.mid.m20 {
  margin-bottom: 20px;
}

.h3.mid.m60 {
  margin-bottom: 60px;
}

.h3.mid.white {
  color: #fff;
}

.h3.mid.white.m20.schatten {
  text-shadow: 1px 1px 6px #000;
}

.h3.mid.white.schatten {
  text-shadow: 1px 1px 6px #000;
}

.h3.mid.gold {
  color: #f8cc66;
}

.h3.mid.blue {
  color: #0b0146;
}

.h3.m20 {
  margin-bottom: 20px;
}

.h3.right {
  text-align: right;
}

.h3.white {
  color: #fff;
}

.h3.m30 {
  margin-bottom: 30px;
}

.h3.blue {
  color: #0b0146;
}

.h3.left {
  text-align: left;
}

.text-1 {
  color: #333;
  font-size: 16px;
  line-height: 22px;
}

.text-1.mid {
  text-align: center;
}

.text-1.mid.white.m20 {
  margin-bottom: 20px;
}

.text-1.mid.white.m20.schatten {
  text-shadow: 1px 1px 6px #000;
}

.text-1.mid.gold {
  color: #f8cc66;
}

.text-1.mid.blue {
  color: #0b0146;
}

.text-1.right {
  display: none;
  text-align: right;
}

.text-1.white {
  color: #fff;
}

.text-1.white.mid.m20 {
  text-decoration: none;
}

.text-1.m10 {
  margin-bottom: 10px;
}

.text-1.m20 {
  margin-bottom: 20px;
}

.slider {
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 150px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: rgba(0, 0, 0, 0.3);
}

.section-2 {
  display: block;
}

.slide {
  background-image: url('../images/piri-piri-catering-food-9-von-14.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

.section-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 70px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0 1px 20px 5px rgba(0, 0, 0, 0.3);
}

.section-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30vh;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(24, 40, 78, 0.6)), to(rgba(24, 40, 78, 0.6))), url('../images/20190516_120700_resized.jpg');
  background-image: linear-gradient(180deg, rgba(24, 40, 78, 0.6), rgba(24, 40, 78, 0.6)), url('../images/20190516_120700_resized.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section-4.kontakt {
  background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/IMG-20181024-WA0002.jpg');
  background-image: linear-gradient(180deg, null, null), url('../images/IMG-20181024-WA0002.jpg');
}

.nav-menu {
  color: #fff;
}

.nav-link {
  color: #fff;
  font-weight: 300;
}

.nav-link.w--current {
  color: #fff;
}

.nav-link.black {
  color: #333;
}

.nav-link.black.w--current {
  color: #333;
}

.icon {
  background-color: transparent;
  font-family: 'Fa solid 900', sans-serif;
  font-size: 30px;
}

.icon.m20 {
  margin-bottom: 20px;
}

.icon.white {
  color: #fff;
}

.icon.gold {
  color: #f8cc66;
}

.icon.m10 {
  margin-bottom: 10px;
}

.icon.phonebutton {
  display: none;
  padding: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
}

.bold-text {
  font-family: 'Fa solid 900', sans-serif;
  cursor: pointer;
}

.bold-text.blue {
  color: #0b0146;
}

.column-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
}

.column-div.button {
  padding: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #887f1d;
  background-color: transparent;
}

.column-div.button:hover {
  background-color: transparent;
  box-shadow: 1px 1px 10px 0 rgba(11, 1, 70, 0.3);
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.stroke {
  width: 100px;
  border-bottom: 2px solid #333;
}

.stroke.m20 {
  margin-bottom: 20px;
}

.stroke.m50 {
  margin-bottom: 50px;
}

.stroke.gold {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #f8cc66 #f8cc66 #887f1d;
}

.stroke.gold.m20.h20 {
  display: none;
}

.stroke.white {
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #fff;
}

.stroke.white.m30 {
  margin-bottom: 30px;
}

.stroke.white.m30.schatten {
  box-shadow: 2px 0 6px 0 #000;
}

.stroke.m30 {
  margin-bottom: 30px;
}

.stroke.full {
  width: 100%;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: rgba(51, 51, 51, 0.2);
  cursor: pointer;
}

.div-block-5.m50 {
  margin-bottom: 50px;
}

.nav-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 10vh;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 43, 143, 0.8);
}

.slide-2 {
  background-image: url('../images/20190516_120644_resized.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/piri-piri-catering-food-1-von-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/IMG_20190519_104739_328.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.grid-2 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.text-area {
  width: 100%;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.text-area.m20 {
  margin-bottom: 20px;
}

.section-preise {
  padding-top: 100px;
}

.section-gallerie {
  position: relative;
  z-index: 10;
  padding-top: 0px;
  padding-bottom: 0px;
}

.grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.div-gallerie {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 270px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-gallerie.bild-1 {
  padding: 20px;
  background-image: url('../images/piri-piri-catering-food-3-von-14.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.div-gallerie.bild-2 {
  background-image: url('../images/piri-piri-catering-food-13-von-14.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-gallerie.bild-3 {
  padding: 0px;
  background-image: url('../images/piri-piri-catering-food-14-von-14.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-gallerie.bild-4 {
  background-image: url('../images/piri-piri-catering-food-1-von-14.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-gallerie.bild-5 {
  background-image: url('../images/piri-piri-catering-food-5-von-14.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-gallerie.bild-6 {
  background-image: url('../images/piri-piri-catering-food-1-von-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-gallerie.bild-7 {
  background-image: url('../images/piri-piri-catering-food-12-von-14.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-gallerie.bild-8 {
  background-image: url('../images/20190516_120710_resized.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.div-gallerie.bild-9 {
  background-image: url('../images/piri-piri-catering-food-11-von-14.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-gallerie.bild-10 {
  background-image: url('../images/piri-piri-catering-food-10-von-14.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-gallerie.bild-11 {
  background-image: url('../images/piri-piri-catering-food-hintergrund-2-von-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-gallerie.bild-12 {
  background-image: url('../images/piri-piri-catering-food-hintergrund-3-von-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-gallerie.bild-13 {
  background-image: url('../images/piri-piri-catering-food-8-von-14.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-preis {
  display: none;
  width: 100%;
  height: 100%;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  opacity: 0;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  cursor: default;
}

.div-preis:hover {
  opacity: 1;
}

.section-kontakt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 120px;
  padding-bottom: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-shadow: 0 -1px 20px 5px rgba(0, 0, 0, 0.3);
}

.oeffungszeiten {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0b0146;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(104, 47, 0, 0.5)), to(rgba(104, 47, 0, 0.5))), url('../images/piri-piri-catering-food-hintergrund-1-von-1.jpg');
  background-image: linear-gradient(180deg, rgba(104, 47, 0, 0.5), rgba(104, 47, 0, 0.5)), url('../images/piri-piri-catering-food-hintergrund-1-von-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.oeffungszeiten.kontakt {
  background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/IMG-20181024-WA0002.jpg');
  background-image: linear-gradient(180deg, null, null), url('../images/IMG-20181024-WA0002.jpg');
}

.oeffungszeiten.full {
  height: auto;
  padding-top: 120px;
  padding-bottom: 120px;
}

.oeffungszeiten.pic1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(104, 47, 0, 0.5)), to(rgba(104, 47, 0, 0.5))), url('../images/20190516_120700_resized.jpg');
  background-image: linear-gradient(180deg, rgba(104, 47, 0, 0.5), rgba(104, 47, 0, 0.5)), url('../images/20190516_120700_resized.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.oeffungszeiten.pic3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(36, 32, 29, 0.39)), to(rgba(36, 32, 29, 0.39))), url('../images/20191231_212413_resized_1.jpg');
  background-image: linear-gradient(180deg, rgba(36, 32, 29, 0.39), rgba(36, 32, 29, 0.39)), url('../images/20191231_212413_resized_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.oeffungszeiten.pic4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(36, 32, 29, 0.39)), to(rgba(36, 32, 29, 0.39))), url('../images/IMG-20180831-WA0006.jpg');
  background-image: linear-gradient(180deg, rgba(36, 32, 29, 0.39), rgba(36, 32, 29, 0.39)), url('../images/IMG-20180831-WA0006.jpg');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, cover;
}

.section-preise-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30vh;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0b0146;
}

.section-preise-head.kontakt {
  background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/IMG-20181024-WA0002.jpg');
  background-image: linear-gradient(180deg, null, null), url('../images/IMG-20181024-WA0002.jpg');
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #333;
}

.columns-4 {
  width: 60vw;
  padding-top: 150px;
  padding-bottom: 150px;
}

.submit-button {
  background-color: rgba(0, 43, 143, 0.8);
}

.column-2 {
  padding-right: 25px;
  padding-left: 0px;
}

.column-3 {
  padding-right: 0px;
  padding-left: 25px;
}

.column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.columns-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-7 {
  position: static;
  left: 50%;
  right: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
}

.link-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.column-6 {
  padding-top: 50px;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 120px;
  padding-bottom: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-6.schatten {
  box-shadow: 1px 1px 20px 5px rgba(0, 0, 0, 0.3);
}

.div-vw {
  width: 90vw;
}

.div-vw.small {
  width: 50vw;
}

.div-borders {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #f8cc66;
  background-color: #fff;
}

.column-preis {
  padding-right: 20px;
  padding-left: 20px;
}

.columns-preise {
  margin-bottom: 80px;
}

.textarea {
  height: 100%;
  margin-bottom: 0px;
  padding: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #887f1d;
}

.column-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
}

.columns-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 300px;
  margin-bottom: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form-field {
  height: 100%;
  margin-bottom: 20px;
  padding: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #887f1d;
}

.form-field.bottom {
  margin-bottom: 0px;
}

.column-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.button {
  border-style: none;
  border-width: 1px;
  border-color: #887f1d;
  background-color: #887f1d;
  color: #fff;
}

.image {
  position: relative;
}

.image-2 {
  max-width: 15%;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-8.m30 {
  margin-bottom: 42px;
}

.heading {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}

.div-block-9 {
  width: 100px;
  margin-bottom: 30px;
  border-top: 1px solid #fff;
}

.section-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-2 {
  opacity: 0.2;
}

.icon-3 {
  opacity: 0.2;
}

.shadow {
  position: static;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 5px;
  margin-top: -5px;
  box-shadow: 0 6px 11px 0 #000;
}

.arrow {
  position: absolute;
  left: auto;
  right: auto;
  width: 20px;
  height: 20px;
  margin-right: 2px;
  border-top: 2px solid #887f1d;
  border-right: 2px solid #887f1d;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.div-stroke {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: -2px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  font-family: 'Fa solid 900', sans-serif;
  color: #887f1d;
  font-size: 20px;
}

.h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #333;
}

.h4.m20 {
  margin-bottom: 20px;
}

.lunchpakete {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 120px;
  padding-bottom: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  box-shadow: 0 1px 20px 5px rgba(0, 0, 0, 0.3);
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-area {
  padding-right: 20px;
  padding-left: 20px;
}

.section-10 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-10.shadow-bottom {
  overflow: visible;
}

.section-10.shadow-bottom.pic-leckereien {
  background-image: url('../images/20190516_120700_resized.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-attachment: fixed;
}

.section-10.shadow-bottom.pic-feinkost {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(36, 32, 29, 0.39)), to(rgba(36, 32, 29, 0.39))), url('../images/20190516_120737_resized.jpg');
  background-image: linear-gradient(180deg, rgba(36, 32, 29, 0.39), rgba(36, 32, 29, 0.39)), url('../images/20190516_120737_resized.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, repeat-x;
  background-attachment: scroll, fixed;
}

.section-10.shadow-bottom.pic-deftiges {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(36, 32, 29, 0.39)), to(rgba(36, 32, 29, 0.39))), url('../images/IMG_20200204_181413_616.jpg');
  background-image: linear-gradient(180deg, rgba(36, 32, 29, 0.39), rgba(36, 32, 29, 0.39)), url('../images/IMG_20200204_181413_616.jpg');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-10.shadow-bottom.pic-brotzeit {
  margin-bottom: 0px;
  padding-top: 0px;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
  box-shadow: 1px 1px 20px 5px rgba(0, 0, 0, 0.3);
}

.body-2 {
  padding-top: 100px;
}

.catering {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 120px;
  padding-bottom: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0b0146;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(104, 47, 1, 0.5)), to(rgba(104, 47, 1, 0.5))), url('../images/piri-piri-catering-food-hintergrund-1-von-1.jpg');
  background-image: linear-gradient(180deg, rgba(104, 47, 1, 0.5), rgba(104, 47, 1, 0.5)), url('../images/piri-piri-catering-food-hintergrund-1-von-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.catering.kontakt {
  background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/IMG-20181024-WA0002.jpg');
  background-image: linear-gradient(180deg, null, null), url('../images/IMG-20181024-WA0002.jpg');
}

.catering.full {
  height: auto;
  padding-top: 120px;
  padding-bottom: 120px;
}

.catering.pic1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(36, 32, 29, 0.39)), to(rgba(36, 32, 29, 0.39))), url('../images/20190516_120700_resized.jpg');
  background-image: linear-gradient(180deg, rgba(36, 32, 29, 0.39), rgba(36, 32, 29, 0.39)), url('../images/20190516_120700_resized.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
}

.catering.pic2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(36, 32, 29, 0.39)), to(rgba(36, 32, 29, 0.39))), url('../images/20190630_123802_resized.jpg');
  background-image: linear-gradient(180deg, rgba(36, 32, 29, 0.39), rgba(36, 32, 29, 0.39)), url('../images/20190630_123802_resized.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.catering.pic3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(36, 32, 29, 0.39)), to(rgba(36, 32, 29, 0.39))), url('../images/20191231_212413_resized_1.jpg');
  background-image: linear-gradient(180deg, rgba(36, 32, 29, 0.39), rgba(36, 32, 29, 0.39)), url('../images/20191231_212413_resized_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.catering.pic4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(36, 32, 29, 0.39)), to(rgba(36, 32, 29, 0.39))), url('../images/IMG-20180831-WA0006.jpg');
  background-image: linear-gradient(180deg, rgba(36, 32, 29, 0.39), rgba(36, 32, 29, 0.39)), url('../images/IMG-20180831-WA0006.jpg');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, cover;
}

.prices {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 120px;
  padding-bottom: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.prices.schatten {
  box-shadow: 1px 1px 20px 5px rgba(0, 0, 0, 0.3);
}

.column-9 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-10 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-11 {
  padding-right: 0px;
  padding-left: 0px;
}

.overllay-close {
  display: none;
}

.bg-menu {
  display: none;
}

.phone {
  margin-bottom: 20px;
}

.div-block-12 {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url('../images/pexels-photo-172277.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.menu-div {
  overflow: hidden;
  width: 80%;
  max-width: 950px;
  margin-top: 0px;
  padding: 100px 80px;
  background-color: hsla(0, 0%, 100%, 0.9);
  box-shadow: none;
}

.menu-div.norm {
  margin-top: 0px;
}

.menu-div.norm.off {
  display: none;
}

.menu-div.off {
  display: none;
}

.menu-div.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 160px;
  max-width: none;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(104, 47, 0, 0.5)), to(rgba(104, 47, 0, 0.5))), url('../images/piri-piri-catering-food-hintergrund-1-von-1.jpg');
  background-image: linear-gradient(180deg, rgba(104, 47, 0, 0.5), rgba(104, 47, 0, 0.5)), url('../images/piri-piri-catering-food-hintergrund-1-von-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.stroke-mid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.back-to-top {
  height: 1px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8));
  box-shadow: 0 -1px 20px 5px rgba(0, 0, 0, 0.3);
}

.text {
  padding: 190px 30% 150px 60px;
}

.rich-text-block {
  font-family: Lato, sans-serif;
}

.link {
  font-style: normal;
  text-decoration: underline;
}

.link-2 {
  color: #fff;
}

.tabs-menu {
  margin-bottom: 80px;
}

.tab-karte {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tab-link-tab-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 60px;
  margin-right: 30px;
  margin-left: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  border-radius: 4px;
  background-color: #333;
  box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 16px;
}

.tab-link-tab-1:hover {
  border-style: solid;
  border-radius: 0px;
}

.tab-link-tab-1.w--current {
  border-style: solid;
  border-radius: 0px;
  background-color: #0b0146;
}

.tab-link-tab-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 60px;
  margin-right: 30px;
  margin-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  border-radius: 0px;
  background-color: #333;
  box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 16px;
}

.tab-link-tab-2:hover {
  border-style: solid;
  border-radius: 0px;
}

.tab-link-tab-2.w--current {
  border-style: solid;
  background-color: #0b0146;
}

.tab-link-tab-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 60px;
  margin-right: 30px;
  margin-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  border-radius: 0px;
  background-color: #333;
  box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 16px;
}

.tab-link-tab-3:hover {
  border-style: solid;
  border-radius: 0px;
}

.tab-link-tab-3.w--current {
  width: 150px;
  border-style: solid;
  background-color: #0b0146;
}

.tab-link-tab-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 60px;
  margin-right: 0px;
  margin-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 4px;
  background-color: #333;
  box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 16px;
}

.tab-link-tab-4:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 0px;
}

.tab-link-tab-4.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 60px;
  margin-right: 0px;
  margin-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 0px;
  background-color: #0b0146;
  color: #fff;
  font-size: 16px;
}

.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.success-message {
  border-style: solid;
  border-width: 1px;
  border-color: #887f1d;
  background-color: transparent;
}

.text-block-2 {
  font-size: 18px;
  font-weight: 700;
}

.error-message {
  margin-top: 50px;
  background-color: #ff9292;
}

.text-block-3 {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.recaptcha {
  margin-bottom: 40px;
}

.form-alt {
  display: none;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bold-text-2 {
  font-size: 20px;
}

@media screen and (min-width: 1280px) {
  .service-wrapper {
    height: 600px;
    padding: 20px;
  }

  .service-wrapper.preise {
    width: 33.33%;
  }

  .h2 {
    font-size: 30px;
    font-weight: 300;
  }

  .h2.mid {
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
  }

  .h2.mid.m60 {
    margin-bottom: 60px;
  }

  .h3.mid.gold {
    color: #887f1d;
  }

  .h3.m60 {
    margin-bottom: 60px;
  }

  .text-1.mid.gold {
    color: #887f1d;
  }

  .text-1.mid.m60 {
    margin-bottom: 60px;
  }

  .text-1.mid.m20 {
    margin-bottom: 20px;
  }

  .section-3 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), url('../images/brown-close-up-hd-wallpaper-surface-172289_2.png');
    background-image: linear-gradient(180deg, #fff, #fff), url('../images/brown-close-up-hd-wallpaper-surface-172289_2.png');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
    box-shadow: 0 1px 20px 5px rgba(0, 0, 0, 0.3);
  }

  .column-div.button {
    height: auto;
  }

  .section-preise {
    padding-top: 111px;
  }

  .section-gallerie {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .grid-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .div-gallerie {
    height: 400px;
    padding: 0px;
  }

  .div-gallerie.bild-7 {
    background-position: 50% 50%;
  }

  .div-preis {
    padding: 20px;
    background-color: rgba(0, 43, 143, 0.8);
    -webkit-transition-duration: 1000ms;
    transition-duration: 1000ms;
  }

  .section-kontakt {
    padding-top: 81px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-preise-head {
    background-image: none;
  }

  .columns-4 {
    padding: 0px;
  }

  .submit-button {
    height: 60px;
  }

  .form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-6 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: 0 -1px 20px 5px rgba(0, 0, 0, 0.3);
  }

  .div-vw {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .div-borders {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #887f1d;
  }

  .textarea {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    padding: 20px;
  }

  .column-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 10px;
  }

  .columns-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 300px;
    margin-bottom: 60px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .form-field {
    height: 100%;
    margin-bottom: 20px;
    padding: 20px;
  }

  .form-field.bottom {
    margin-bottom: 0px;
  }

  .column-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .section-7 {
    padding-top: 60px;
  }

  .section-10.shadow-bottom.pic-leckereien {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(36, 32, 29, 0.39)), to(rgba(36, 32, 29, 0.39))), url('../images/20190516_120700_resized.jpg');
    background-image: linear-gradient(180deg, rgba(36, 32, 29, 0.39), rgba(36, 32, 29, 0.39)), url('../images/20190516_120700_resized.jpg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .prices {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: 0 -1px 20px 5px rgba(0, 0, 0, 0.3);
  }

  .back-to-top {
    box-shadow: 0 -1px 20px 5px rgba(0, 0, 0, 0.3);
  }

  .tab-link-tab-1 {
    border-radius: 4px;
    box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.3);
  }

  .tab-link-tab-1:hover {
    border-radius: 0px;
  }

  .tab-link-tab-1.w--current {
    border-radius: 0px;
  }

  .tab-link-tab-2 {
    border-radius: 4px;
    box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.3);
  }

  .tab-link-tab-2:hover {
    border-radius: 0px;
  }

  .tab-link-tab-2.w--current {
    border-radius: 0px;
  }

  .tab-link-tab-3 {
    border-radius: 4px;
    box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.3);
  }

  .tab-link-tab-3:hover {
    border-radius: 0px;
  }

  .tab-link-tab-3.w--current {
    border-radius: 0px;
  }

  .tab-link-tab-4 {
    border-radius: 4px;
    box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.3);
  }

  .tab-link-tab-4:hover {
    border-radius: 0px;
  }

  .tab-link-tab-4.w--current {
    border-radius: 0px;
    box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.3);
  }
}

@media screen and (max-width: 991px) {
  .section.start {
    height: 600px;
  }

  .navbar {
    z-index: 30;
    padding-right: 20px;
    padding-left: 20px;
  }

  .service-wrapper {
    height: 320px;
  }

  .service-wrapper.preise {
    padding-right: 0px;
    padding-left: 0px;
  }

  .h2.left {
    text-align: left;
  }

  .h2.left.m60 {
    margin-bottom: 40px;
  }

  .h3 {
    font-size: 22px;
    line-height: 26px;
  }

  .text-1 {
    font-size: 14px;
    line-height: 20px;
  }

  .nav-menu {
    position: absolute;
    z-index: 40;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: #333;
  }

  .nav-link {
    z-index: 100;
    border-top: 1px solid #887f1d;
    border-bottom: 1px none #887f1d;
    text-align: center;
  }

  .icon.close {
    font-size: 20px;
    cursor: pointer;
  }

  .icon.phonebutton {
    display: block;
  }

  .nav-block {
    position: relative;
  }

  .grid-3 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .oeffungszeiten.headline {
    height: 20vh;
  }

  .footer {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .columns-4 {
    width: 90vw;
  }

  .column-preis {
    padding-right: 12px;
    padding-left: 12px;
  }

  .div-block-8 {
    width: 150px;
  }

  .section-10 {
    padding-bottom: 80px;
  }

  .section-10.shadow-bottom {
    box-shadow: none;
  }

  .div-prices {
    width: 100%;
  }

  .menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
  }

  .menu-button.w--open {
    z-index: 50;
    background-color: transparent;
  }

  .icon-close {
    position: relative;
    display: block;
    padding-right: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    cursor: pointer;
  }

  .overllay-close {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 50;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 20px 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #333;
  }

  .icon-4 {
    position: relative;
  }

  .icon-4.close {
    display: none;
  }

  .bg-menu {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 10;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0px;
    background-color: #333;
  }

  .brand {
    z-index: 50;
  }

  .menu-div {
    width: 70%;
    padding: 60px 40px;
  }
}

@media screen and (max-width: 767px) {
  .section.start {
    position: relative;
    height: 400px;
  }

  .service-wrapper {
    height: 400px;
  }

  .service-wrapper.preise {
    width: 100%;
  }

  .h2 {
    font-size: 25px;
  }

  .h2.m60 {
    margin-bottom: 30px;
  }

  .h3 {
    font-size: 18px;
  }

  .overlay {
    padding-top: 0px;
    padding-bottom: 70px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .section-3 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .bold-text {
    font-size: 25px;
  }

  .column-div {
    padding-right: 5px;
    padding-left: 5px;
  }

  .stroke.white.m30 {
    margin-bottom: 20px;
  }

  .section-5 {
    height: 40vh;
  }

  .text-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-gallerie {
    height: 200px;
  }

  .section-kontakt {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .columns-4 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .column-3 {
    padding-left: 0px;
  }

  .form {
    margin-bottom: 0px;
  }

  .column-preis {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .columns-preise {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
  }

  .column-7 {
    padding-left: 0px;
  }

  .columns-6 {
    height: auto;
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-8 {
    margin-bottom: 20px;
    padding-right: 0px;
  }

  .div-block-8 {
    width: 90px;
    margin-bottom: 20px;
  }

  .heading {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .h4 {
    font-size: 14px;
  }

  .lunchpakete {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .catering {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .prices {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .prices.schatten {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .menu-div {
    width: 90%;
    padding: 40px 30px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .menu-div.menu {
    height: 100px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0px;
  }

  .tab-link-tab-1 {
    width: 100px;
    margin-right: 2px;
    margin-left: 2px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .tab-link-tab-1.w--current {
    width: 150px;
  }

  .tab-link-tab-2 {
    width: 100px;
    margin-right: 2px;
    margin-left: 2px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-radius: 4px;
  }

  .tab-link-tab-2.w--current {
    width: 150px;
    border-radius: 0px;
  }

  .tab-link-tab-3 {
    width: 100px;
    margin-right: 2px;
    margin-left: 2px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-radius: 4px;
  }

  .tab-link-tab-3.w--current {
    border-radius: 0px;
  }

  .tab-link-tab-4 {
    width: 100px;
    margin-right: 2px;
    margin-left: 2px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .tab-link-tab-4.w--current {
    margin-left: 2px;
  }

  .error-message {
    margin-top: 30px;
  }

  .recaptcha {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  .section.start {
    height: 100vh;
  }

  .navbar {
    padding-right: 10px;
    padding-left: 10px;
  }

  .service-wrapper {
    width: 100%;
    height: 300px;
  }

  .h2 {
    font-size: 25px;
  }

  .overlay {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section-4 {
    height: 300px;
  }

  .columns-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .stroke.gold.m20.h20 {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .slide-2 {
    background-position: 50% 50%;
  }

  .slide-3 {
    background-position: 50% 50%;
  }

  .text-area {
    margin-bottom: 5px;
  }

  .text-area.m20 {
    margin-bottom: 10px;
  }

  .grid-3 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .div-gallerie {
    height: 170px;
  }

  .section-kontakt {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .oeffungszeiten {
    height: 350px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .oeffungszeiten.headline {
    height: 15vh;
  }

  .section-preise-head {
    height: 300px;
  }

  .footer {
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .columns-5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .column-preis.left {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .columns-preise {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-8 {
    width: 150px;
  }

  .lunchpakete {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .div-block-11 {
    padding-bottom: 30px;
  }

  .section-10.shadow-bottom.pic-brotzeit {
    padding-top: 0px;
    padding-bottom: 30px;
  }

  .body-2 {
    padding-top: 80px;
  }

  .catering {
    height: auto;
    padding-right: 15px;
    padding-left: 15px;
  }

  .overllay-close {
    padding-right: 10px;
    padding-left: 10px;
  }

  .phone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-div {
    width: 90%;
    margin-top: 20px;
    padding: 40px 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: none;
  }

  .menu-div.menu {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tab-link-tab-1 {
    width: 100%;
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .tab-link-tab-1.w--current {
    width: 100%;
  }

  .tab-link-tab-2 {
    width: 100%;
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .tab-link-tab-2.w--current {
    width: 100%;
  }

  .tab-link-tab-3 {
    width: 100%;
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .tab-link-tab-3.w--current {
    width: 100%;
  }

  .tab-link-tab-4 {
    width: 100%;
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .tab-link-tab-4.w--current {
    width: 100%;
  }

  .recaptcha {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
}

@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}